html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

body {
    margin: 0;
    height: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: 0
}

.mob {
    display: none !important
}

body {
    width: 100%;
    min-width: 320px;
    -webkit-transition: .1s;
    transition: .1s;
    background: #14171f;
    border-top: 49px solid #191c24;
    padding: 20px 0 26px;
    height: 100%
}

.body {
    width: 1368px;
    margin: 0 auto;
    height: 100%
}

.tab {
    display: none !important
}

.mob {
    display: none !important
}

img {
    display: block
}

.about {
    width: 276px;
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    position: relative;
    padding: 40px 0 0;
    height: 100%
}

.about__avatar img {
    margin: 0 auto;
    border-radius: 5px;
    max-width: 180px
}

.about__name {
    margin: 20px 0 0;
    text-align: center
}

.about__name p {
    font: 24px/28px Arial-Bold, sans-serif;
    color: #fff
}

.about__info {
    margin: 20px 30px 0 0
}

.about__info > ul > li {
    position: relative;
    font: 16px/21px Arial-Bold, sans-serif;
    color: #fff
}

.about__info > ul > li > p {
    padding: 15px 0 0 64px
}

.about__info > ul > li > ul {
    margin: 25px 0 0 32px
}

.about__info > ul > li > ul > li {
    background: url(../images/about-icon5-78a.arb.webp) no-repeat 0 0;
    font: 16px/21px Arial, sans-serif;
    color: #fff;
    padding: 0 0 0 32px;
    margin-bottom: 20px
}

.about__info > ul > li > ul > li:last-child {
    margin-bottom: 0
}

.about__info > ul > li:nth-child(1) {
    background: url(../images/about-icon1-09f.arb.webp) no-repeat 31px 15px
}

/*.about__info > ul > li:nth-child(2) {*/
/*    background: url(../images/about-icon2-1a4.arb.webp) no-repeat 31px 25px;*/
/*}*/

/*.about__info > ul > li:nth-child(2) p {*/
/*    padding: 27px 0 0 64px*/
/*}*/

.about__info > ul > li:nth-child(2) {
    background: url(../images/about-icon2-1a4.arb.png) no-repeat 31px 25px;
}

.about__info > ul > li:nth-child(3) {
    background: url(../images/about-icon3-9ae.arb.png) no-repeat 32px 15px
}
.about__info>ul>li:nth-child(4) {
    background: url(../images/about-icon4-dc2.arb.png) no-repeat 32px 15px;
}

.about__info > ul > li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%
}

.about__info > ul > li:nth-child(1):after {
    border-radius: 36px 36px 0 0;
    background: #5f73cd
}

.about__info > ul > li:nth-child(2):after {
    background: #ee8208
}

.about__info > ul > li:nth-child(3):after {
    background: #c76d4b
}

.about__info > ul > li:nth-child(4):after {
    border-radius: 0 0 36px 36px;
    background: #ef5362
}

.about__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    padding: 20px 0 30px;
    text-align: center;
    border-radius: 0 0 10px 10px
}

.about__footer p {
    font: 14px/21px Arial-Bold, sans-serif;
    color: #fff
}

.about__footer p span {
    display: block
}

.content {
    width: 1018px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    border-radius: 10px 0 0 10px;
    height: 100%;
    overflow-y: scroll;
    background: url(../images/background-of-medical-f59.arb.webp) center no-repeat;
    background-size: cover
}

.content::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    transition: .5s
}

.content::-webkit-scrollbar:hover {
    width: 10px !important
}

.content::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, .8)
}

.content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .8)
}

.content::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .8)
}

.content::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #3498db;
    border-radius: 15px;
    cursor: pointer
}

.content::-webkit-scrollbar-thumb:hover {
    background-color: #54a22c
}

.content::-webkit-scrollbar-corner {
    background-color: none
}

.content::-webkit-resizer {
    background-color: none
}

.header {
    background: rgba(0, 0, 0, .8) url(../images/header-logo-b0e.arb.webp) no-repeat center 8px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-size: 55px;
    border-bottom: 1px solid #222
}

.header__name {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 20px 40px
}

.header__avatar {
    display: inline-block;
    vertical-align: top;
    width: 46px
}

.header__avatar img {
    max-width: 100%
}

.header__desc {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 20px
}

.header__desc p {
    font: 14px/18px Arial, sans-serif;
    color: #fff
}

.header__desc p span {
    font: 14px/18px Arial-Bold, sans-serif;
    color: #fff
}

.header__online {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 35px 40px 15px 0
}

.header__online p {
    font: 14px/18px Arial, sans-serif;
    color: #fff;
    position: relative
}

.header__online p:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -16px;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background: #54a22c
}

.chat {
    padding: 20px 0 20px
}

.chat__time {
    width: 97px;
    margin: 0 auto;
    background: #54a22c;
    border-radius: 20px;
    padding: 7px 0;
    text-align: center;
    margin-top: 15px
}

.chat__time p {
    font: 14px/18px Arial, sans-serif;
    color: #fff
}

.chat__content {
    margin: 20px 40px 0
}

.chat__content > div {
    display: none
}

.chat__content > div.active {
    display: table
}

.chat__zodiak.active {
    display: block
}

.chat__zodiak > div > div {
    display: none
}

.chat__zodiak > div > div.active {
    display: block !important
}

.chat__tamara {
    max-width: 629px;
    display: table;
    background: #3498db;
    border-radius: 5px 20px 20px 20px;
    padding: 20px;
    margin-bottom: 20px
}

.chat__tamara.active {
    display: table
}

.chat__tamara.first .chat__tamara-desc p:nth-child(1) {
    font-family: Arial-Bold, sans-serif
}

.chat__tamara.second .chat__tamara-desc p {
    font-family: Arial-Bold, sans-serif;
    color: #ee8208
}

.chat__tamara.birth .chat__tamara-desc p {
    font-family: Arial-Bold, sans-serif;
    color: #ee8208
}

[data-typeit-id]:before {
    display: none !important
}

.chat__tamara-time {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0
}

.chat__tamara-time p {
    font: 14px/18px Arial, sans-serif;
    color: rgba(255, 255, 255, .5)
}

.chat__tamara-desc {
    max-width: 539px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 10px
}

.chat__tamara-desc p {
    font: 16px/24px Arial, sans-serif;
    color: #fff;
    margin-bottom: 10px
}

.chat__tamara-desc p span {
    font-family: Arial-Bold, sans-serif
}

.chat__tamara-desc p .orange {
    color: #fff
}

.chat__tamara-desc p:last-child {
    margin-bottom: 0
}

.chat__tamara-img {
    margin: 8px 0 20px 50px
}

.chat__you {
    display: table;
    background: #54a22c;
    border-radius: 20px 5px 20px 20px;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    position: relative
}

.chat__you.active {
    display: table
}

.chat__you-desc {
    display: inline-block;
    vertical-align: top;
    margin: 2px 10px 0 0
}

.chat__you-desc p {
    font: 16px/24px Arial, sans-serif;
    color: #fff
}

.chat__you-time {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0
}

.chat__you-time p {
    font: 14px/18px Arial, sans-serif;
    color: rgba(255, 255, 255, .5)
}

.chat__sex {
    background: #3498db;
    border-radius: 20px 5px 20px 20px;
    display: table;
    padding: 20px 20px 17px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px
}

.chat__sex > p {
    text-align: center;
    font: 18px/21px Arial-Bold, sans-serif;
    color: #fff
}

.chat__sex ul {
    margin: 16px 0 0
}

.chat__sex ul li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    background: #54a22c;
    border-radius: 5px;
    padding: 14px 25px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.chat__sex ul li p {
    font: 16px/24px Arial-Bold, sans-serif;
    color: #fff
}

.chat__sex ul li:last-child {
    margin-right: 0
}

.chat__sex ul li:hover {
    background: #428222
}

.chat__data {
    background: #2b2e36;
    border-radius: 20px 5px 20px 20px;
    display: table;
    padding: 20px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px
}

.input-group-addon {
    display: none
}

.chat__data-title {
    text-align: center
}

.chat__data-title p {
    font: 18px/27px Arial-Bold, sans-serif;
    color: #d3d8e0
}

.chat__data-body {
    margin: 10px 0 0
}

.chat__data-item {
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    position: relative
}

.chat__data-item:last-child {
    margin-right: 0
}

.chat__data-item__title {
    background: #2b2e36 url(../images/arr-close-e10.arb.png.html) no-repeat 113px 22px;
    border: 1px solid #5d6169;
    border-radius: 5px;
    height: 50px;
    padding: 14px 0 0 14px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.chat__data-item__title p {
    font: 16px/21px Arial, sans-serif;
    color: #d3d8e0
}

.chat__data-item__title.active {
    background: #2b2e36 url(../images/arr-open-b48.arb.png.html) no-repeat 113px 22px
}

.chat__data-item__choose {
    background: #2b2e36;
    border: 1px solid #5d6169;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    top: 36px;
    display: none
}

.chat__data-item__choose.active {
    display: block
}

.day.chat__data-item__choose {
    left: 0;
    width: 466px;
    padding: 40px 0 20px 40px
}

.day.chat__data-item__choose li {
    width: 38px;
    height: 38px;
    display: inline-table;
    vertical-align: top;
    margin: 0 20px 20px 0;
    background: #5d6169;
    border-radius: 38px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.day.chat__data-item__choose li p {
    display: table-cell;
    vertical-align: middle;
    font: 16px/21px Arial, sans-serif;
    color: #d3d8e0
}

.day.chat__data-item__choose li:nth-child(7n) {
    margin-right: 0
}

.day.chat__data-item__choose li:hover {
    background: #54a22c
}

.day.chat__data-item__choose li:hover p {
    color: #fff
}

.year.chat__data-item__choose {
    width: 720px;
    height: 366px;
    overflow-y: scroll;
    right: 0;
    background: #2b2e36;
    border: 1px solid #5d6169;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 0 20px 20px
}

.year.chat__data-item__choose li {
    width: 59px;
    height: 38px;
    display: inline-table;
    vertical-align: top;
    margin: 0 10px 10px 0;
    background: #5d6169;
    border-radius: 38px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.year.chat__data-item__choose li p {
    display: table-cell;
    vertical-align: middle;
    font: 14px/18px Arial, sans-serif;
    color: #d3d8e0
}

.year.chat__data-item__choose li:nth-child(10n) {
    margin-right: 0
}

.year.chat__data-item__choose li:nth-child(10n+1) p {
    font-family: Arial, sans-serif
}

.year.chat__data-item__choose li:hover {
    background: #54a22c
}

.year.chat__data-item__choose li:hover p {
    color: #fff
}

.year.chat__data-item__choose::-webkit-scrollbar {
    width: 10px;
    height: 3px
}

.year.chat__data-item__choose::-webkit-scrollbar-button {
    background-color: none
}

.year.chat__data-item__choose::-webkit-scrollbar-track {
    background-color: none
}

.year.chat__data-item__choose::-webkit-scrollbar-track-piece {
    background-color: none
}

.year.chat__data-item__choose::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(84, 162, 44, .2);
    border-radius: 15px;
    cursor: pointer
}

.year.chat__data-item__choose::-webkit-scrollbar-thumb:hover {
    background-color: #54a22c
}

.year.chat__data-item__choose::-webkit-resizer {
    background-color: none
}

.month.chat__data-item__choose {
    left: -137px;
    width: 413px;
    padding: 40px 0 20px 40px
}

.month.chat__data-item__choose li {
    width: 103px;
    height: 38px;
    display: inline-table;
    vertical-align: top;
    margin: 0 20px 20px 0;
    background: #5d6169;
    border-radius: 38px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.month.chat__data-item__choose li p {
    display: table-cell;
    vertical-align: middle;
    font: 14px/18px Arial, sans-serif;
    color: #d3d8e0
}

.month.chat__data-item__choose li:nth-child(3n) {
    margin-right: 0
}

.month.chat__data-item__choose li:hover {
    background: #54a22c
}

.month.chat__data-item__choose li:hover p {
    color: #fff
}

.chat__form {
    width: 826px;
    margin: 83px auto 0;
    background: #191c24;
    border: 1px solid #ee8208;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0 0 32px;
    display: none
}

.chat__form-pack {
    width: 286px;
    height: 176px;
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 78px
}

.chat__form-pack img {
    margin: 0 auto;
    position: relative;
    top: -63px
}

.chat__form-title {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    margin: 43px 0 0 52px
}

.chat__form-title p {
    font: 30px/34px Arial-Bold, sans-serif;
    color: #d3d8e0
}

.chat__form-title p > span {
    color: #ee8208;
    display: block
}

.chat__form-content {
    margin: 14px 37px 0
}

.chat__form-content select {
    width: 363px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #5d6169;
    border-radius: 5px;
    text-indent: 38px;
    font: 16px/34px Arial, sans-serif;
    color: #d3d8e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.chat__form-content input {
    width: 363px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    background: #2b2e36 url(../images/icon-name-385.arb.png.html) no-repeat 14px 15px;
    border: 1px solid #5d6169;
    border-radius: 5px;
    text-indent: 38px;
    font: 16px/34px Arial, sans-serif;
    color: #d3d8e0;
    margin: 0 0 0 20px
}

.chat__form-content input[name=phone] {
    margin: 20px 0 0;
    background: #2b2e36 url(../images/icon-phone-e6f.arb.png.html) no-repeat 14px 15px
}

.chat__form-content input:hover {
    border: 1px solid #54a22c;
    -webkit-box-shadow: 0 9px 30px rgba(84, 162, 44, .2);
    box-shadow: 0 9px 30px rgba(84, 162, 44, .2)
}

.chat__form-content input:focus {
    border: 1px solid #54a22c;
    -webkit-box-shadow: 0 9px 30px rgba(84, 162, 44, .2);
    box-shadow: 0 9px 30px rgba(84, 162, 44, .2)
}

.chat__form-content input.active {
    border: 1px solid #54a22c
}

.chat__form-content input::-webkit-input-placeholder {
    color: #d3d8e0
}

.chat__form-content input::-moz-placeholder {
    color: #d3d8e0
}

.chat__form-content input:-moz-placeholder {
    color: #d3d8e0
}

.chat__form-content input:-ms-input-placeholder {
    color: #d3d8e0
}

.chat__form-content button {
    width: 363px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #54a22c;
    border-radius: 5px;
    font: 16px/24px Arial-Bold, sans-serif;
    color: #fff;
    margin: 20px 0 0 20px
}

.chat__form-content p {
    margin: 20px 0 0;
    text-align: center;
    font: 14px/18px Arial, sans-serif;
    color: #5d6169
}

.chat__zodiak-1, .chat__zodiak-10, .chat__zodiak-11, .chat__zodiak-12, .chat__zodiak-2, .chat__zodiak-3, .chat__zodiak-4, .chat__zodiak-5, .chat__zodiak-6, .chat__zodiak-7, .chat__zodiak-8, .chat__zodiak-9 {
    display: none
}

.chat__zodiak-1.active, .chat__zodiak-10.active, .chat__zodiak-11.active, .chat__zodiak-12.active, .chat__zodiak-2.active, .chat__zodiak-3.active, .chat__zodiak-4.active, .chat__zodiak-5.active, .chat__zodiak-6.active, .chat__zodiak-7.active, .chat__zodiak-8.active, .chat__zodiak-9.active {
    display: block
}

.blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .3);
    z-index: 2;
    display: none
}

.popup {
    position: fixed;
    top: 159px;
    left: 0;
    right: 0;
    width: 902px;
    margin: 0 auto;
    z-index: 3;
    border: 3px solid #ee8208;
    border-radius: 20px;
    padding: 0 0 70px;
    display: none
}

.popup.active {
    display: block
}

.popup__close {
    position: absolute;
    top: -21px;
    right: -21px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .5s;
    transition: .5s
}

.popup__close:hover {
    opacity: 1
}

.popup__pack {
    display: inline-block;
    vertical-align: top;
    margin: 80px 0 0 50px
}

.popup__info {
    width: 521px;
    display: inline-block;
    vertical-align: top;
    margin: 70px 0 0 53px
}

.popup__wait p {
    font: 30px/34px Arial-Bold, sans-serif;
    color: #d3d8e0
}

.popup__wait p .orange {
    color: #ee8208
}

.popup__sale {
    margin: 15px 0 0
}

.popup__sale p {
    font: 21px/31px Arial-Bold, sans-serif;
    color: #d3d8e0
}

.popup__price {
    margin: 15px 0 0
}

.popup__price p {
    font: 16px/24px Arial, sans-serif;
    color: #d3d8e0
}

.popup__price p span {
    color: #ee8208
}

.popup__btn {
    margin: 15px 0 0
}

.popup__btn button {
    width: 233px;
    height: 50px;
    border: 0;
    background: #54a22c;
    border-radius: 5px;
    font: 16px/21px Arial-Bold, sans-serif;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.hide-q {
    display: none !important
}

.popup__btn button:hover {
    background: #428222
}

@media (max-width: 1390px) {
    .body {
        width: 1180px
    }

    .about__info > ul > li > ul > li:last-child {
        display: none
    }

    .content {
        width: 800px
    }

    .chat__form {
        width: auto;
        margin: 83px 20px 0
    }

    .chat__form-pack {
        margin: -1px 0 0 30px
    }

    .chat__form-title {
        width: 283px;
        margin: 43px 0 0 16px
    }

    .chat__tamara-desc {
        max-width: 494px
    }

    .chat__form-content {
        margin: 14px 37px 0
    }

    .chat__form-content select {
        width: 262px
    }

    .chat__form-content input {
        width: 262px
    }

    .chat__form-content button {
        width: 262px
    }
}

@media (max-height: 1000px) {
    .about__info > ul > li > ul > li:last-child {
        display: none
    }
}

@media (max-height: 840px) {
    .about__info > ul > li > ul > li:nth-child(2) {
        display: none
    }

    .about {
        padding: 30px 0 0
    }
}

@media (max-height: 795px) {
    .about__info > ul > li > ul {
        display: none
    }
}

@media (max-height: 760px) {
    .about__info > ul > li:nth-child(4) {
        display: none
    }
}

/* @media (max-height: 680px) {
    .about__info > ul > li:nth-child(3) {
        display: none
    }
} */

@media (max-height: 615px) {
    .about__info > ul > li:nth-child(2) {
        display: none
    }
}

@media (max-height: 540px) {
    .about__info > ul {
        display: none
    }
}

@media (max-width: 1001px) {
    .body {
        width: 750px
    }

    .about {
        display: none
    }

    .content {
        width: 100%;
        margin-left: 0
    }

    .chat__tamara-desc {
        display: block;
        margin: 8px 0 0
    }

    .chat__data-item {
        width: 104px
    }

    .chat__data-item__title {
        background: #fff url(../images/arr-close-e10.arb.png.html) no-repeat 77px 22px
    }

    .chat__data-item__title.active {
        background: #fff url(../images/arr-open-b48.arb.png.html) no-repeat 77px 22px
    }

    .day.chat__data-item__choose {
        left: -20px;
        width: 382px;
        padding: 40px 0 20px 20px
    }

    .day.chat__data-item__choose li:nth-child(7n) {
        margin-right: 20px
    }

    .day.chat__data-item__choose li:nth-child(6n) {
        margin-right: 0
    }

    .month.chat__data-item__choose {
        left: -137px;
        width: 382px;
        padding: 40px 0 20px 20px
    }

    .year.chat__data-item__choose {
        width: 382px;
        right: -20px
    }

    .chat__form-pack {
        display: block;
        margin: -1px auto 0
    }

    .chat__form-title {
        width: 370px;
        display: block;
        margin: 43px auto 0;
        text-align: center
    }

    .chat__form-content {
        margin: 14px 0 0
    }

    .chat__form-content select {
        width: 363px;
        display: block;
        margin: 0 auto
    }

    .chat__form-content input {
        width: 363px;
        display: block;
        margin: 20px auto 0
    }

    .chat__form-content input[name=phone] {
        margin: 20px auto 0;
        background: #2b2e36 url(../images/icon-phone-e6f.arb.png.html) no-repeat 14px 15px
    }

    .chat__form-content button {
        width: 363px;
        display: block;
        margin: 20px auto 0
    }

    .popup {
        top: 59px;
        width: 702px
    }

    .popup__pack {
        margin: 40px 0 0 24px
    }

    .popup__info {
        width: 456px;
        margin: 30px 0 0 33px
    }
}

@media (max-width: 801px) {
    .body {
        width: 580px
    }

    .about {
        display: none
    }

    .content {
        width: 580px;
        display: block;
        margin: 0
    }

    .popup {
        top: 59px;
        width: 502px;
        padding: 0 0 24px
    }

    .popup__pack {
        margin: 40px 0 0 24px
    }

    .popup__info {
        width: 256px;
        margin: 30px 0 0 13px
    }
}

@media (max-width: 601px) {
    .dec {
        display: none !important
    }

    .mob {
        display: block !important
    }

    html {
        height: 100%
    }

    body {
        background: 0 0;
        border-top: 0;
        padding: 0;
        height: 100%
    }

    .body {
        width: 100%;
        position: relative;
        height: 100%;
        padding: 0 0 0
    }

    .main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 99%
    }

    .main__title p {
        font: 18px/27px Arial-Bold, sans-serif;
        color: #fff
    }

    .main__name {
        background: #ee8208;
        border-radius: 5px;
        text-align: center;
        padding: 4px 0 4px
    }

    .main__name p {
        font: 30px/45px Arial-Bold, sans-serif;
        color: #fff
    }

    .header__name {
        margin: 0
    }

    .header__desc {
        margin: 3px 0 0 15px
    }

    .chat {
        background: 0 0;
        margin: 6px 0 0
    }

    .chat::-webkit-scrollbar {
        width: 5px
    }

    .chat__content {
        width: 360px;
        margin: 20px auto 0
    }

    .chat__tamara {
        max-width: 100%
    }

    .chat__tamara-time {
        width: 40px;
        display: inline-block;
        vertical-align: top
    }

    .chat__tamara-desc {
        max-width: 274px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 6px
    }

    .chat__sex ul li {
        width: 152px;
        margin-right: 16px;
        padding: 14px 0 14px 26px
    }

    .chat__data-item {
        width: 96px;
        margin-right: 16px
    }

    .chat__data-item__title {
        background: #2b2e36 url(../images/arr-close-e10.arb.png.html) no-repeat 70px 22px
    }

    .chat__data-item__title.active {
        background: #2b2e36 url(../images/arr-open-b48.arb.png.html) no-repeat 70px 22px
    }

    .day.chat__data-item__choose {
        left: -20px;
        width: 360px;
        padding: 40px 0 20px 20px
    }

    .month.chat__data-item__choose {
        left: -131px;
        width: 360px;
        padding: 40px 0 20px 20px
    }

    .month.chat__data-item__choose li {
        margin: 0 10px 10px 0
    }

    .year.chat__data-item__choose {
        width: 360px;
        height: 366px;
        right: -20px
    }

    .year.chat__data-item__choose li {
        width: 44px;
        height: 38px;
        display: inline-table;
        vertical-align: top;
        margin: 0 10px 10px 0;
        border-radius: 38px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: .5s;
        transition: .5s
    }

    .year.chat__data-item__choose li p {
        display: table-cell;
        vertical-align: middle;
        font: 14px/18px Arial, sans-serif
    }

    .year.chat__data-item__choose li:nth-child(10n) {
        margin-right: 10px
    }

    .year.chat__data-item__choose li:nth-child(6n) {
        margin-right: 0
    }

    .year.chat__data-item__choose li:nth-child(10n+1) p {
        font-family: Arial, sans-serif
    }

    .year.chat__data-item__choose li:hover {
        background: #54a22c
    }

    .year.chat__data-item__choose li:hover p {
        color: #fff
    }

    .chat__tamara-img img {
        width: 100%
    }

    .chat__form {
        width: 360px;
        margin: 83px auto 20px
    }

    .chat__form-title {
        width: 320px;
        margin: 20px auto 0
    }

    .chat__form-content {
        margin: 20px 0 0
    }

    .chat__form-content select {
        width: 320px
    }

    .chat__form-content input {
        width: 320px
    }

    .chat__form-content button {
        width: 320px
    }

    .popup {
        width: 320px;
        background: #191c24;
        border: 1px solid #ee8208
    }

    .popup__pack {
        width: 286px;
        display: block;
        margin: -1px auto 0
    }

    .popup__pack img {
        margin: 0 auto;
        position: relative;
        top: -63px
    }

    .popup__info {
        width: auto;
        margin: 0 10px 0
    }

    .popup__wait {
        text-align: center
    }

    .popup__sale {
        margin: 20px 0 0;
        text-align: center
    }

    .popup__price {
        margin: 20px 0 0;
        text-align: center
    }

    .popup__btn {
        margin: 40px 0 0;
        text-align: center
    }
}

.main-desc__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: url(../images/mobile-bg-5f7.arb.webp) no-repeat center;
    background-size: cover
}

.main-desc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    transition: all 1.5s linear
}

.main-desc__body {
    width: 300px;
    margin: -44px auto 0;
    position: relative;
    z-index: 2;
    padding: 0;
    top: 50%
}

.main__title {
    width: 200px;
    margin: 0 auto;
    background: #54a22c;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 4px 0 4px
}

.main__title p {
    font: 18px/27px Arial-Bold, sans-serif;
    color: #fff
}

.main__name p {
    font: 30px/45px Arial-Bold, sans-serif;
    color: #fff
}

.main__name {
    background: #3498db;
    border-radius: 5px;
    text-align: center;
    padding: 4px 0 4px
}

.body {
    transform: translateY(120%);
    transition: transform 1s linear
}

.b-show {
    display: block;
    animation: showBlock 1s linear forwards
}

@keyframes showBlock {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

body, html {
    overflow: hidden
}

body {
    /* background: url(../images/bg-e0e.arb.webp) center no-repeat; */
    background-size: cover;
    border-top: none
}

body.add-scroll, html.add-scroll {
    overflow-y: auto
}

.content {
    position: relative
}

.container-circle {
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    display: block;
    background: 0 0;
    border: 2px solid #54a22c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.scroll-me {
    position: fixed;
    right: 40px;
    bottom: 20%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: #fff;
    cursor: pointer;
    z-index: 100;
    border-radius: 10px 0 0 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.scroll-me, .scroll-me:active, .scroll-me:focus {
    outline: 0
}

.button-circle {
    border: solid #54a22c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.hide {
    display: none !important
}

.show {
    display: block
}

.inp {
    text-align: center;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #3498db;
    width: 25px;
    display: block;
    color: #fff !important;
    border-radius: 20px;
    border: none;
    padding: 1px 0;
    font-size: 12px
}

.aba .inp {
    display: none !important
}

.chat-content-desc-item img {
    width: 400px;
    max-width: 100%
}

.reviews {
    padding: 10px 30px;
    margin-top: 25px
}

.reviews-title {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    text-decoration: underline;
    color: #222
}

.comment-item {
    display: none;
    margin: auto;
    width: 90%;
    padding: 15px 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.comment-item-show {
    display: block
}

.comment-bottom img {
    max-width: 450px;
    margin: 10px auto;
    font-family: Arial, sans-serif
}

.show-comment {
    display: block;
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
    margin: 15px auto;
    background: #eee;
    font-size: 18px;
    border: none;
    box-shadow: none;
    border-radius: 8px;
    transition: all .2s linear
}

.show-comment:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    box-shadow: 0 0 3px rgba(255, 255, 255, .5)
}

.comment-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.comment-image {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 15px
}

.comment-name {
    font-size: 18px;
    font-weight: 500
}

.comment-bottom {
    font-size: 17px;
    line-height: 1.4
}

.box__title {
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 10px auto;
    display: block
}

.shine-button {
    text-decoration: none;
    display: none;
    padding: 15px 40px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    font-size: 28px;
    border: 2px solid #16c14b;
    border-radius: 18px;
    font-family: Montserrat, sans-serif;
    color: #fbfbfb;
    background: #0011e0;
    transition: .2s ease-in-out
}

.shine-button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 60px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg)
}

.rcity {
    margin-left: 15px;
    font-weight: 600;
    float: right
}

.shine-button:hover {
    background: #fe6637;
    color: #fff;
    text-decoration: none
}

.shine-button:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
    text-decoration: none
}

.glow-button {
    text-decoration: none;
    display: block;
    padding: 15px 30px;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0 0 40px 40px #f137a6 inset, 0 0 0 0 #f137a6;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    border: none;
    transition: .15s ease-in-out
}

.glow-button:hover {
    box-shadow: 0 0 10px 0 #f137a6 inset, 0 0 10px 4px #f137a6;
    color: #f137a6;
    background: rgba(255, 255, 255, .7)
}

@media (max-width: 768px) {
    .chat-content-desc-item img {
        width: auto;
        max-width: 100%
    }
}

@media (max-width: 1400px) {
    .scroll-me {
        right: 70px
    }
}

@media (max-width: 991px) {
    body {
        border-top: none !important
    }

    .scroll-me {
        position: fixed;
        right: 0;
        bottom: 100px
    }

    .header__online {
        margin: 35px 40px 0 0
    }

    .header__name {
        margin: 20px 0 0 40px
    }

    body, html {
        overflow-x: hidden
    }
}

@media (max-width: 601px) {
    .header__name {
        margin: 0
    }

    .header__online {
        margin: 0;
        margin-top: 15px
    }

    .comment-bottom img {
        max-width: 100%
    }

    .day.chat__data-item__choose, .month.chat__data-item__choose, .year.chat__data-item__choose {
        top: auto;
        bottom: 96px;
        padding: 15px
    }

    .month.chat__data-item__choose {
        left: -131px
    }

    .month.chat__data-item__choose li {
        width: 93px;
        height: 35px;
        margin: 0 15px 15px 0
    }
}

.chat-content-list {
    margin: 20px 40px 0;
    color: #fff;
    font: 16px/24px Arial, sans-serif;
    color: #fff
}

.chat-content-desc-item {
    max-width: 629px;
    display: table;
    background: #3498db;
    border-radius: 5px 20px 20px 20px;
    padding: 20px;
    margin-bottom: 10px
}

.chat-content-buttons-gender {
    background: #3498db;
    border-radius: 20px 5px 20px 20px;
    display: table;
    padding: 20px 20px 17px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 700px
}

.chat-content-buttons-gender-block {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #db7093;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff
}

.chat-content-buttons-gender-block span {
    display: block;
    padding: 12px 15px
}

.chat-content-buttons-gender-block:last-child {
    margin-right: 0
}

.chat-content-desc-item.user {
    display: flex;
    flex-direction: row-reverse;
    background: #db7093;
    border-radius: 20px 5px 20px 20px;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    width: fit-content
}

.message-time {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0
}

.text {
    max-width: 539px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px
}

.chat-content-desc-item.user .text {
    margin: 0 10px 0 0
}

.message-time {
    font: 14px/18px Arial, sans-serif;
    color: rgba(255, 255, 255, .5)
}

.iframe-form {
    height: 0;
    opacity: 0;
    overflow: hidden
}

.iframe-form.show {
    opacity: 1;
    height: auto
}

.btn-top {
    margin: 35px auto
}

@media (max-width: 1200px) {
    .content {
        margin: auto;
        display: block
    }

    .about {
        display: none
    }
}

@media (max-width: 991px) {
    .header {
        background-size: 50px
    }

    .header__online {
        margin: 25px 40px 0 0
    }

    .header__name {
        margin: 10px 0 10px 40px
    }

    .chat__time {
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .content {
        width: 100%;
        z-index: 2;
        height: 100%;
        position: relative;
        border-radius: 0
    }

    .header {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 5px;
        background: rgba(0, 0, 0, .8)
    }

    .reviews {
        padding: 10px 15px;
        margin-top: 0
    }

    .chat-content-list {
        margin: 10px 20px 0;
        color: #fff
    }

    .header__body {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .header__name {
        margin: 10px 0 10px 0
    }

    .header__online {
        margin: 0
    }

    .message-time {
        width: 40px
    }

    .chat-content-desc-item {
        padding: 20px 15px;
        margin-bottom: 10px
    }

    .chat-content-desc-item.user {
        max-width: 90%;
        padding: 20px 15px;
        margin-bottom: 10px
    }

    .text {
        max-width: 280px;
        margin: 0 0 0 7px
    }

    .chat-content-buttons-gender {
        border-radius: 20px 5px 20px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 10px 10px 12px;
        margin-bottom: 10px;
        max-width: 80%
    }

    .chat-content-buttons-gender-block {
        margin-right: 0;
        margin-left: 10px
    }
}

@media (max-width: 400px) {
    .text {
        max-width: 250px;
        margin: 0 0 0 7px
    }

    .chat-content-list {
        margin: 10px 15px 0
    }
}

@media (max-width: 360px) {
    .text {
        max-width: 240px;
        margin: 0 0 0 7px
    }
}

@media (max-width: 320px) {
    .text {
        max-width: 210px;
        margin: 0 0 0 7px
    }

    .header__desc {
        margin: 3px 0 0 7px
    }
}

button {
    border: 0 solid #000;
    background-color: inherit
}

.link-button {
    position: absolute;
    z-index: 4;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
    display: inline-block;
    margin-top: 10px;
    font-size: 22px;
    width: 199px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    font-weight: 900;
    color: #fff;
    border-radius: 7px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    outline: 0;
    background-image: -webkit-linear-gradient(90deg, #f64156 0, #f4102b 100%);
    background-image: -ms-linear-gradient(90deg, #f64156 0, #f4102b 100%);
    -webkit-box-shadow: 0 4px 0 0 #b60116;
    box-shadow: 0 4px 0 0 #b60116
}

.link-button::before {
    content: 'Забрать выигрыш';
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 0;
    border-radius: 5px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4102b), to(#f64156));
    background: -webkit-linear-gradient(bottom, #f4102b 0, #f64156 100%);
    background: -o-linear-gradient(bottom, #f4102b 0, #f64156 100%);
    background: linear-gradient(0deg, #f4102b 0, #f64156 100%)
}

.link-button:hover::before {
    opacity: 1
}

.link-button:hover {
    -webkit-box-shadow: 0 4px 0 0 #b60116;
    box-shadow: 0 4px 0 0 #b60116
}

.link-button::after {
    content: "";
    position: absolute;
    left: -140px;
    top: -110px;
    z-index: 7;
    display: block;
    width: 35px;
    height: 300px;
    margin-left: 60px;
    background: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 75px rgba(255, 255, 255, .4);
    box-shadow: 0 0 75px rgba(255, 255, 255, .4);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-name: shine;
    animation-name: shine;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes shine {
    0% {
        left: -140px
    }
    100% {
        left: 760px
    }
}

@keyframes shine {
    0% {
        left: -140px
    }
    100% {
        left: 760px
    }
}

#main-link-5 {
    left: 50%;
    transform: translateX(-50%);
    top: 310px;
    font-size: 20px;
    width: calc(100% - 60px);
    font-family: 'Gilroy Bold', arial;
    font-size: 20px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(90deg, #f64156 0, #f4102b 100%);
    background-image: -webkit-linear-gradient(90deg, #f64156 0, #f4102b 100%)
}

#main-link-5:before {
    content: 'Забрать выигрыш';
    background-image: -webkit-linear-gradient(90deg, #f4102b 0, #f64156 100%);
    background-image: -ms-linear-gradient(90deg, #f4102b 0, #f64156 100%)
}

@media only screen and (max-width: 600px) {
    #main-link-5 {
        top: 265px;
        width: calc(100% - 50px)
    }
}

@media only screen and (max-width: 500px) {
    #main-link-5 {
        top: 265px;
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width: 365px) {
    #main-link-5 {
        top: 285px;
        width: calc(100% - 35px)
    }
}

svg:not(:root).svg-inline--fa {
    overflow: visible
}

input {
    text-indent: 7px
}

#modal_close {
    width: 30px;
    height: 30px;
    font-size: 28px;
    font-family: roboto condensed, arial;
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    display: block
}

#modal_form {
    width: 70%;
    height: 40%;
    border-radius: 10px;
    background: #f8f1f1;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
    text-align: center;
    color: #222
}

.title-popap {
    font-size: 24px;
    font-family: roboto condensed, arial
}

#modal_form p {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px
}

#overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: .8;
    -moz-opacity: .6;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.rub-ramka {
    background: rgba(189, 61, 77, .04);
    padding: 12px 15px !important;
    color: #080808;
    font-size: 18px;
    font-family: roboto condensed, arial;
    border: 2px solid;
    border-radius: 4px;
    font-weight: 700;
    border-color: #bd3d4d;
    text-indent: 0 !important;
    text-align: left;
    line-height: 25px;
    max-width: 880px;
    display: block;
    margin: 20px auto
}

.head-form {
    font-weight: 700
}

.rub-ramka-varning {
    font-weight: 500;
    color: #e2243c
}

.rub-ramka-varning-2 {
    font-weight: 500;
    color: #e2243c
}

.title-my {
    text-align: center;
    font-family: "PT Serif";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    color: #333;
    max-width: 880px;
    padding: 0 10px;
    margin: auto;
    margin-bottom: .3em
}

.link-bio {
    border-bottom: 1px dashed;
    color: #ff1f3b;
    text-decoration: none;
    font-weight: 600
}

.frame-container {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.row-form {
    text-align: center;
    font-family: Helvetica, sans-serif
}

#order {
    max-width: 570px;
    margin: 25px auto;
    background: #fff;
    padding: 0 0;
    box-shadow: 0 0 10px 1px #ebebeb;
    border-radius: 15px
}

.col-md-12 {
    width: 100%;
    display: block
}

.col-md-12 input {
    box-sizing: border-box;
    width: 80%;
    height: 58px;
    padding: 8px 10px 8px 45px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    outline: 0;
    color: #757575
}

.col-md-12 select {
    box-sizing: border-box;
    width: 84%;
    height: 58px;
    padding: 8px 10px 8px 45px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    outline: 0;
    color: #757575
}

#order button {
    border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    text-transform: none;
    background-color: #54a22c;
    color: #fff;
    transition: opacity .2s ease-out;
    border: none;
    font-size: 32px;
    font-weight: 700;
    padding: 20px 0;
    width: 90%;
    outline: 0;
    cursor: pointer
}

#order h2, #order h3 {
    color: #fff;
    background: #e31c23
}

#order h3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 29px;
    text-shadow: 0 1px 2px #000;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px
}

.lock {
    margin-right: 15px
}

.head-form {
    border-radius: 10px 10px 0 0;
    background: #f96513;
    font-size: 24px;
    padding: 10px 0 0
}

.head-form img {
    margin-bottom: -10px;
    width: 100%
}

#order h2 {
    padding-top: 8px;
    font-size: 17px;
    margin: 0
}

.head-form span {
    color: #fff;
    line-height: 1.4;
    display: inline-block;
    margin: 8px 0 -8px 0;
    padding: 8px;
    font-size: 38px
}

.head-form span img {
    margin-bottom: 0;
    width: auto;
    display: inline-block
}

.date, .price {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0
}

.date {
    background: #ebebeb;
    border-radius: 12px 0 0 12px;
    line-height: 26px;
    font-size: 18px;
    color: #434343
}

.price {
    background: #0c3492;
    color: #fff;
    border-radius: 0 12px 12px 0;
    min-height: 48px;
    padding: 7px 0
}

.new-price {
    font-size: 36px;
    display: inline-block;
    margin-left: 10px
}

.old-price {
    display: inline-block;
    margin-top: 14px;
    font-size: 19px;
    vertical-align: top;
    text-decoration: line-through
}

.discount {
    margin: 25px 0;
    display: inline-block;
    height: 100%;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 13px
}

.name, .phone {
    position: relative;
    border: none;
    background: no-repeat;
    padding: 0
}

.icon-form {
    color: #3498db;
    font-size: 20px;
    position: absolute;
    left: 50px;
    top: calc(50% - 10px);
    transform: translateY(-50%)
}

button img {
    margin-bottom: -3px;
    display: inline-block
}

.under-button {
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: left;
    color: #818181;
    font-size: 11px;
    line-height: 20px
}

.under-button i {
    font-style: normal;
    color: red
}

.footer {
    background: #ebebeb;
    padding: 20px 25px;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    border-radius: 0 0 15px 15px
}

.footer span {
    background: #e31c23;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 32px
}

.lead-footer-block {
    border: none !important
}

.orderForm {
    padding-bottom: 25px
}

.head-form {
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .date, .price {
        width: 100%;
        float: none;
        border-radius: 12px
    }

    .date br {
        display: none
    }

    .discount {
        border: none
    }

    .date {
        border-radius: 12px 12px 0 0
    }

    .price {
        border-radius: 0 0 12px 12px
    }

    #order button {
        font-size: 21px
    }

    button img {
        margin-bottom: -5px;
        display: inline-block
    }

    .footer {
        text-align: center
    }
}

@media (max-width: 600px) {
    .icon-form {
        font-size: 18px;
        left: 45px;
        top: 28px;
        transform: none
    }
}

@media (max-width: 500px) {
    .icon-form {
        left: 37px
    }

    #modal_form {
        width: 80%;
        height: 60%
    }
}

@media (max-width: 400px) {
    .icon-form {
        left: 30px
    }
}

@media (max-width: 375px) {
    .icon-form {
        left: 34px
    }
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.icon-form {
    color: #3498db;
    font-size: 20px;
    position: absolute;
    left: 78px;
    top: calc(50% - 10px);
    transform: translateY(-50%)
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

@media screen and (max-width: 767px) {
    .icon-form {
        left: 58px
    }
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

#order_form {
    display: flex;
    flex-direction: column;
    align-items: center
}

#order_form input {
    display: flex
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette, input[value="Получить бесплатно"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Получить бесплатно"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: auto !important
}

input[placeholder="Ваш телефон"], input[placeholder="Ваше имя"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.ruletka-a {
    color: #1697ce
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px
}

.danger-text {
    color: red;
    font-weight: 700
}

.wheel {
    width: 380px;
    height: 380px;
    margin: 0 auto;
    position: relative
}

.wheel img {
    max-width: 100%;
    max-height: 100%
}

.wheel-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%)
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block img {
    width: 20%
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: 0 0
}

#ad1_form, #adbees_form, #adeptcpa_form, #aff1_form, #apilead_form, #burg_tl_form, #cpagetti_form, #crm_form, #drcash_form, #everad_form, #funcpa_form, #ha9_form, #hp_form, #kma_form, #leadbit_form, #leadgroup_form, #leadtrade_form, #luckyshop_form, #m_leads, #monsterleads_form, #omni_form, #p_apilead_form, #p_hp_form, #p_hp_form_test, #p_omni_form, #p_rekl_form, #profit_form2, #pw_hp_form, #rekl_form, #rocket_form, #scpa_pw_ad1_form, #scpa_pw_apilead_form, #scpa_pw_drcash_form, #scpa_pw_hp_form, #scpa_pw_leadtrade_form, #scpa_pw_tl_form, #shakes_form, #static_omni_form, #t_drcash_form, #tl_form, #v_m_leads {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(cross.svg.html);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 99 !important
}

.pop-up-layer-show {
    display: block
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.text_small {
    font-size: .5em !important;
    font-weight: 400 !important
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media all and (max-width: 520px) {
    .wheel {
        width: 260px !important;
        height: 260px !important
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important
    }
}

@media screen and (max-width: 520px) and (max-width: 345px) {
    .wheel {
        width: 250px !important;
        height: 250px !important
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important
    }
}