html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

body {
    margin: 0;
    height: 100%
}

img {
    border: 0
}

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
}

input {
    line-height: normal
}



table {
    border-collapse: collapse;
    border-spacing: 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
}

img {
    vertical-align: middle
}

.hide {
    display: none !important
}

.show {
    display: block !important
}


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
}


body {
    line-height: 1
}

ol,
ul {
    list-style: none
}


table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: 0
}

body {
    font-family: 'Inter', sans-serif !important;
    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: 100%;
    display: block;
    margin: 0 auto;
    height: 100%
}


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
}

p {
    font-family: 'Inter', sans-serif !important;
}

p.text {
    font-family: 'Inter', sans-serif;
}

.about__info {
    margin: 20px 30px 0 0
}

.about__info>ul>li {
    height: 72px;
    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:nth-child(1) {
    background: url("") no-repeat 31px 15px
}

.about__info>ul>li:nth-child(2) {
    background: url("") no-repeat 31px 25px
}

.about__info>ul>li:nth-child(2) p {
    padding: 27px 0 0 64px
}

.about__info>ul>li:nth-child(3) {
    background: url("") no-repeat 32px 15px
}

.about__info>ul>li:nth-child(4) {
    background: url("") 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
}




.content {
    width: 1018px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    border-radius: 5px;
    height: 100%;
    overflow-y: scroll;
    background-color: #eee;
    background-size: cover
}

.content {
    display: block;
    margin: 0 auto;
}

.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
}


.header {
    padding: 16px 20px;
    background: #ee2c2c;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header__name {
    display: flex;
    align-items: center;
}

.header__avatar {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.header__avatar img {
    max-width: 80%;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}

.header__desc {
    display: inline-block;
    vertical-align: top;
}

.header__desc p {
    font: 14px/18px Arial, sans-serif;
    color: #fff
}

p.header__desc-name {
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.header__desc p span {
    font: 18px/21px 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: #D2EFFF;
    border-radius: 7px;
    padding: 7px 0;
    text-align: center;
    margin-top: 5px;
}

.chat__time p {
    font: 14px/18px Arial, sans-serif;
    color: #000;
}


.hide-q {
    display: none !important
}



@media (max-width:1390px) {
    .body {
        width: 1180px
    }

    .content {
        width: 800px
    }
}


@media (max-height:840px) {
    .about {
        padding: 30px 0 0
    }
}


@media (max-width:1001px) {
    .body {
        width: 750px
    }

    .about {
        display: none
    }

    .content {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width:801px) {
    .body {
        width: 580px
    }

    .about {
        display: none
    }

    .content {
        width: 580px;
        display: block;
        margin: 0
    }
}

@media (max-width:601px) {
    .dec {
        display: none !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
    }

    .header__name {
        margin: 0
    }

    .header__desc {
        margin: 3px 0 0 15px
    }

    .chat {
        background: 0 0;
        margin: 6px 0 0
    }

    .header__desc-name:after{
        left: 100px !important;
    }
}

.main-desc__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    /* background: url("../img/bg-e0e.arb.jpg") no-repeat center; */
    background-size: cover;
    background: #fff;
}

.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%
}


.body {
    transform: translateY(120%);
    transition: transform 1s linear
}

.b-show {
    display: block;
    animation: showBlock 1s linear forwards
}

body,
html {
    overflow: hidden
}

body {
    /* background: url("../img/bg-e0e.arb.jpg") center no-repeat; */
    background-size: cover;
    border-top: none;
    background:#eee;

}

body.add-scroll,
html.add-scroll {
    overflow-y: auto;
}


.body {
    /* margin-right: 75px; */
}

.content {
    position: relative;
    border-radius: 15px;
}

.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
}

.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-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
}



.rcity {
    margin-left: 15px;
    font-weight: 600;
    float: right
}


.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)
}



.chat-content-list {
    margin: 20px 40px 0;
    font: 16px/24px Arial, sans-serif;
    color: #000;
}

.chat-content-desc-item {
    max-width: 629px;
    display: table;
    background: #fff;
    border-radius: 10px 0px 10px 10px;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
}

.chat-content-desc-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: -10px;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
    filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.2));
}

.chat-content-buttons-gender {
    background: #f435311a;
    border-radius: 0px 10px 10px 10px;
    display: table;
    padding: 20px 20px 17px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 600px;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
    position: relative;
}

.chat-content-buttons-gender::before {
    position: absolute;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #f435311a;
    left: -10px;
    top: 0;
    filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.2));
}

.chat-content-buttons-gender-block {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ee2c2c;
    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: #432c89;
    border-radius: 5px;
    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: #000;
}

.iframe-form {
    height: 0;
    opacity: 0;
    overflow: hidden
}

.iframe-form.show {
    opacity: 1;
    height: 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
    }

    .chat__time {
        margin-top: 0
    }
}

@media (max-width :600px) {
    .content {
        width: 100%;
        z-index: 2;
        height: 100%;
        position: relative;
        border-radius: 0;
        background: transparent;
    }

    .header {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 5px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .reviews {
        padding: 10px 15px;
        margin-top: 0
    }

    .chat-content-list {
        margin: 10px 20px 0;
    }

    .header__body {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .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 {
        margin: 0 0 0 7px
    }

    .chat-content-buttons-gender {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 10px 10px 12px;
        margin-bottom: 10px;
        max-width: 80%
    }
}

@media (max-width :400px) {
    .text {
        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
}


input {
    text-indent: 7px
}



.frame-container {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.row-form {
    text-align: center;
    font-family: Helvetica, sans-serif
}

#order {
    max-width: 570px;
    background: transparent;
    padding: 0 0;
    border-radius: 15px
}

.col-md-12 {
    width: 100%;
    display: block
}

#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: #ee2c2c;
    color: #fff;
    transition: opacity .2s ease-out;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    height: 53px;
    max-width: 304px;
    color: #FFFFFF;
    border: none;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



@media(max-width:767px) {
    #order button {
        font-size: 21px
    }
}


#order_form {
    display: flex;
    flex-direction: column;
    align-items: center
}

#order_form input {
    display: flex
}


.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 100%;
}

.register-form__input {
    width: 100%;
}

button[name="submitBtn"] {
    margin-top: 20px;
}

input[placeholder="ГђвЂ™ГђВ°Г‘Л† Г‘вЂљГђВµГђВ»ГђВµГ‘вЂћГђВѕГђВЅ"],
input[placeholder="ГђвЂ™ГђВ°Г‘Л†ГђВµ ГђВёГђВјГ‘ВЏ"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

.iti__selected-dial-code,
.iti__arrow {
    color: #000 !important;
    border-top-color: #000 !important;
}

.iti {
    width: 100% !important;
}

.iti__country {
    color: #000 !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.phoneWrapper {
    width: 100% !important;
}

.iframe-form {
    max-width: 570px;
    margin: 0 auto;
}

.register-form__input input {
    background: rgba(255, 255, 255, 0.21);
    border-radius: 5px;
    height: 53px;
    width: 100%;
    display: block;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    border: none;
}


.main__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 20px 0 40px 0;
    text-align: center;
    font-size: 42px;
    color: #ffffffff;
    text-shadow: 5px 5px #000000;
}



.footer-email {
    margin-top: 40px;
    text-align: center;
    color: #ffffffff;
}

.footer-pr {
    padding: 40px;
}

.footer-pr img {
    display: block;
    margin: 0 auto;
}



.chat-content-buttons-gender-block,
.text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

#form {
    background: rgba(0, 0, 0, 0.49);
    border: 2px solid #FFFFFF;
    border-radius: 15px;
}


.form__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 25px;
}



.footer {
    padding: 50px 0;
    background: #343434;
    text-align: center;
}

.footer__copy {
    max-width: 860px;
    padding: 0px 10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.footer__copy p {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.5);
}

.footer__email {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}

.footer__pr {
    display: flex;
    justify-content: center;
    opacity: 0.2;
}

.footer__pr img {
    width: 300px;
}

@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
    }


    body,
    html {
        overflow-x: hidden
    }
}

@media (max-width:601px) {
    .header__name {
        margin: 0
    }

    .header__online {
        margin: 0;
        margin-top: 15px
    }
}

@media (max-width: 640px) {
    .main__title {
        font-size: 24px;
    }

    .header__avatar {
        width: 70px;
    }

    .header__desc p {
        font-size: 12px;
    }

    p.header__desc-name {
        text-align: left;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .header__name {
        padding: 10px;
    }

    .footer__copy p {
        font-size: 18px;
    }

    .footer {
        padding: 15px;
    }

    .footer__copy {
        margin-bottom: 15px;
    }

    .main-desc__img{
        background:#eee;
    }

}

/*  */

::-webkit-scrollbar {
    display: none;
}

#res {
    position: absolute;
    top: -100%;
}

.chat-content-desc-item {
    -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
}

.chat-content-desc-item.user {
    background: #f435311a;
}

.chat-content-desc-item.user::after {
    display: none;
}


.fake__form {
    display: none;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
}

.fake__form .input-roulette::placeholder {
    color: #fff;
}

.register-form__button button[name="submit"] {
    width: 250px;
    border-radius: 5px;
    background-color: #ee2c2c;
    color: #fff;
    font-size: 18px;
    height: 60px;
}

.register-form input::placeholder {
    color: #fff;
}
.header__desc{
    position: relative;
}
.header__desc-name:after{
    content: "";
    background-color: #00EB50;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 135px;
    top: 4px;

}


.formHeader {
    display: none;
}

.leadFormContainer2 {
    width: 100%;
    padding: 0;
    border: none;
}

.leadFormContainer2 .countryFlag {
    width: 130px;
    background-repeat: no-repeat !important;
    -ms-background-position-y: center;
    background-position-y: center !important;
    -ms-background-position-x: 15%;
    background-position-x: 15% !important;
    background-color: #7f7f7f !important;
    border-radius: 5px 0 0 5px!important;
}

.form-control {
    background: white;
    border-radius: 5px;
    height: 53px;
    width: 100%;
    display: block;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: black;
    border: none;
}
.commonInputDiv {
margin-bottom: 15px;
}
.error{
color:red;
font-weight: 500;
}
.leadSubmit{
width: 100%;
}