html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, 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:before, blockquote:after {
    content: "";
    content: none;
}

q:before, q:after {
    content: "";
    content: none;
}

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

html {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

*, *:before, *:after {
    box-sizing: inherit;
}

input, textarea, button {
    outline: none;
    padding: 0;
    border: 0;
    resize: none;
    font-family: "Proxima Nova", Arial, Tahoma, sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

a {
    text-decoration: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proxima_nova-bold.woff2") format("woff2"), url("../fonts/proxima_nova-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url("../fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_light-webfont.woff") format("woff");
    font-weight: lighter;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Proxima Nova", Arial, Tahoma, sans-serif;
    background: #fff;
}

a.email {
    color: #1CA5FC;
    text-decoration: underline;
}

a.email:hover {
    color: rgba(28, 165, 252, 0.85);
    text-decoration: none;
}

.footer {
    position: relative;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #E5EBF1;
}

.footer__links a {
    font-size: 15px;
    color: #1CA5FC;
    margin: 0 20px;
}

.footer__copyright {
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    font-size: 13px !important;
    color: #919eb2;
    margin-top: 20px;
}

.footer__copyright img {
    display: inline-block;
    width: 100px;
    height: 12px;
}

.scroll-top {
    position: absolute;
    top: 26px;
    left: 20%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #FFF url("../img/top.svg") center no-repeat;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

[dir="rtl"] .scroll-top {
    left: auto;
    right: 20%;
}

.scroll-top:hover {
    top: 20px;
}

.score {
    background: #0F95EA;
    padding: 67px 0;
}

.score .wrap {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.score__qq {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    background: url("../img/arrow.svg") 93% 85px no-repeat;
    background-size: 200px;
}

[dir="rtl"] .score__qq {
    background: none;
}

.score__qq .score__note:last-child {
    margin: 0;
}

.score__title {
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 17px;
}

.score__title:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

[dir="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

[dir="rtl"] .score__title:before {
    display: none;
}

.score__note {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.score .fill {
    position: relative;
    z-index: 5;
    background: #0F95EA;
    display: inline-block;
    min-width: 51%;
}

.bill {
    position: relative;
    padding-bottom: 5px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    background-size: contain;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.bill:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 33px;
    bottom: -32px;
    left: 0;
    background: url("../img/bottom.svg") no-repeat;
    background-size: cover;
}

.bill__header {
    text-align: center;
    padding: 30px 20px 20px 20px;
    background: url("../img/dashed.svg") repeat-x bottom;
}

.bill__title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #172338;
}

.bill__date {
    font-size: 16px;
    color: #182337;
    text-transform: uppercase;
}

.bill__content {
    padding: 5px 25px 25px;
}

.bill__name img {
    margin: 2px 0px -3px 0px;
}

.bill__line {
    position: relative;
    font-size: 16px;
    color: #919EB2;
    padding: 17px 0;
    border-bottom: 1px solid #e1e3e6;
}

.bill__line--comewel {
    background: url("../img/comeet.svg") 0 center no-repeat;
    background-size: 26px;
    padding-left: 40px;
}

.bill__line--starbucks {
    background: url("../img/starbucks.svg") 0 center no-repeat;
    background-size: 31px;
    padding-left: 40px;
}

.bill__line--booking {
    padding-left: 40px;
}

.bill__line--important {
    color: #182337;
    font-weight: 600;
}

.bill__sum {
    float: right;
}

[dir="rtl"] .bill__sum {
    float: left;
}

.booking-icon {
    position: absolute;
    left: 1px;
    top: 11px;
    width: 28px;
    height: 28px;
    background: -moz-linear-gradient(top, #003580 0%, #004fbd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #003580), color-stop(100%, #004fbd));
    background: -webkit-linear-gradient(top, #003580 0%, #004fbd 100%);
    background: -o-linear-gradient(top, #003580 0%, #004fbd 100%);
    background: -ms-linear-gradient(top, #003580 0%, #004fbd 100%);
    background: linear-gradient(to bottom, #003580 0%, #004fbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003580', endColorstr='#004fbd', GradientType=0);
    -webkit-border-radius: 4px 4px 4px 0;
    -moz-border-radius: 4px 4px 4px 0;
    -ms-border-radius: 4px 4px 4px 0;
    border-radius: 4px 4px 4px 0;
}

.booking-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/booking.svg") 8px 6px no-repeat;
    background-size: 15px;
}

.en .score .fill {
    background: transparent;
}

.feedback {
    padding: 65px 0;
    background: #f8fafb;
}

.feedback .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.txt-page .feedback .qq__title {
    margin-bottom: 5px;
}

.qq {
    flex: 1;
    max-width: 510px;
}

.qq__item {
    margin-bottom: 30px;
}

.qq__title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #182337;
    margin-bottom: 10px;
}

.qq__txt {
    font-size: 14px;
    line-height: 19px;
    color: #182337;
    margin-bottom: 18px;
}

.qq__txt:last-child {
    margin-bottom: 0;
}

.qq__chat {
    display: inline-block;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: url("../img/chat.svg") no-repeat;
    background-size: cover;
}

.qq .icon-lock {
    padding: 4px 0 2px 24px;
    background: url("../img/lock.svg") no-repeat;
    background-position: 0 center;
    background-size: 14px;
}

[dir="rtl"] .qq .icon-lock {
    padding: 4px 24px 2px 0;
    background-position: 100% center;
}

.important {
    color: #27A93C;
}

.form {
    flex: 1;
    max-width: 520px;
}

.form__title {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 18px;
}

.form__set {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.form__set p {
    font-size: 13px;
    line-height: 17px;
    color: #182337;
}

.form__set--top .form__item--left {
    margin-right: 20px;
}

[dir="rtl"] .form__set--top .form__item--left {
    margin-right: 0;
    margin-left: 20px;
}

.form__item {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form__item--left {
    margin-right: 20px;
}

[dir="rtl"] .form__item--left {
    margin-right: 0;
    margin-left: 20px;
}

.form__item--card {
    min-width: 220px;
}

.form__item input {
    height: 45px;
    width: 100%;
    border: 1px solid rgba(146, 158, 177, 0.6);
    padding: 0 15px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.form__item input::-webkit-input-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item input::-moz-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item input:-ms-input-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item input:-moz-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item input.--error {
    border: 1px solid rgba(229, 86, 77, 0.97);
}


.form__item.--optional input.--error, .form__item.--optional.--error input {
    border: 1px solid rgb(228, 166, 72);
}

.form__item.--optional .form-item__error {
    color: rgb(228, 166, 72);
}


.form__item textarea {
    width: 100%;
    border: 1px solid rgba(146, 158, 177, 0.6);
    padding: 14px 15px;
    height: 100px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.form__item textarea::-webkit-input-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item textarea::-moz-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item textarea:-ms-input-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item textarea:-moz-placeholder {
    color: #929EB1;
    font-size: 15px;
}

.form__item .input-date {
    background: #fff url("../img/date.svg") 95% center no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.air-datepicker-global-container {
    z-index: 11111 !important;
}

[dir="rtl"] .--fill.form__item .input-date {
    background: #fff url("../img/date.svg") 5% center no-repeat;
}

.form__item.--error input, .form__item.--error textarea {
    border: 1px solid rgba(229, 86, 77, 0.97);
}

.form__item.--focus input, .form__item.--focus textarea {
    border: 1px solid rgba(0, 163, 255, 0.98);
}

.form__item.--focus .input-date {
    background: #fff url("../img/date-blue.svg") 95% center no-repeat;
}

.form__item.--focus .amount__currency {
    color: #00A3FF;
}

.form__item.--focus .form-item__placeholder {
    top: -7px;
    font-size: 13px;
    color: #00A3FF;
}

.form__item.--fill .form-item__placeholder {
    top: -7px;
    font-size: 13px;
}

.form label {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #172338;
    padding-left: 25px;
    cursor: pointer;
    z-index: 2;
}

.form__action {
    display: flex;
    text-align: center;
    margin-bottom: 0;
    margin-top: -10px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.form__action .btn--main {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 240px;
    min-width: 240px;
    margin-right: 20px;
    margin-left: 0;
}

[dir="rtl"] .form__action .btn--main {
    margin-right: 0;
}

.form__action .g-recaptcha {
    border: 1px solid transparent;
    margin-top: -2px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

[dir="rtl"]  .form__action .g-recaptcha {
    position: relative;
    left: 25px;
}

.attach-note span {
    display: block;
}

.attachClear {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    color: #929EB1;
    font-size: 24px;
    font-weight: bold;
    right: 5px;
    top: -1px;
    display: none;
}

.attach-area .form-item__error.show {
    display: none;
}

.attach-area .form-item__error {
    bottom: -3px;
    top: auto;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    line-height: 12px;
    left: 8px;
}

.attach-area.--error .form-item__error {
    display: block;
}

.--valid .attachClear {
    display: block;
}

.--statement, .--attach-error {
    display: none;
}

.attach-area {
    position: relative;
    height: 50px;
    border: 1px dashed rgba(146, 158, 177, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.attach-area input {
    cursor: pointer;
}

.attach-area.--error {
    border: 1px dashed rgba(229, 86, 77, 0.97);
}

.attach-area.--error span {
    color: rgba(229, 86, 77, 0.97);
}

.attach-area.--error span::before {
    background: url("../img/attache-err.svg") 95% center no-repeat;
}

.attach-area.--valid span {
    display: none;
}

.attach-area span, .attach-area #fileName {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #1CA5FC;
}

.attach-area #fileName {
    padding: 0 20px;
    word-break: break-all;
    line-height: 15px;
}

.attach-area span::before {
    content: '';
    position: absolute;
    margin: -1px 0px 0px -20px;
    width: 15px;
    height: 17px;
    display: inline-block;
    background: url("../img/attache.svg") 95% center no-repeat;
}

[dir="rtl"] .attach-area span::before {
    margin: -1px -20px 0px 0px;
}

.attach-area input {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 999;
}

.form__set p.attach-note {
    color: #929EB1;
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}


.es .form-item__error.--mail-field, .fr .form-item__error.--mail-field, .ru .form-item__error.--min, .de .form-item__error.--min, .es .form-item__error.--min, .fr .form-item__error.--min, .it .form-item__error.--min, .pl .form-item__error.--min, .ro .form-item__error.--min, .tr .form-item__error.--min {
    line-height: 12px;
    bottom: -11px;
}


.es .form-item__error.--mail-field .def-lable, .fr .form-item__error.--mail-field .def-lable, .it .form-item__error.--mail-field .def-lable, .ru .form-item__error.--min span, .de .form-item__error.--min span, .es .form-item__error.--min span, .fr .form-item__error.--min span, .it .form-item__error.--min span {
    font-size: 12px;
}

.es .form-item__error.--mail-field .other-lable, .fr .form-item__error.--mail-field .other-lable {
    position: relative;
    top: -6px;
}

.form-item__error {
    position: absolute;
    display: none;
    bottom: -7px;
    left: 11px;
    background: #fff;
    padding: 0 5px;
    font-size: 13px;
    line-height: 17px;
    color: #C73B32;
}

.form-item__error.show {
    display: block;
}

.form-item__placeholder {
    position: absolute;
    top: 15px;
    left: 11px;
    background: #fff;
    padding: 0 5px;
    font-size: 15px;
    line-height: 17px;
    color: #929EB1;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.form__result {
    width: 510px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #E7FDEA;
    border: 1px solid #85DC93;
    box-sizing: border-box;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: none;
}

.form__result.show {
    display: block;
}

.form__result p {
    font-size: 15px;
    color: #27A93C;
}

.form__result.--successfull p {
    line-height: 60px;
}

.form__result.--successfull p:before {
    content: '';
    width: 16px;
    height: 16px;
    margin: 0 7px -3px 0;
    display: inline-block;
    background: url("../img/correct.svg");
}

.form__result.--error {
    background: #FFECEA;
    border: 1px solid rgba(229, 86, 77, 0.97);
}

.form__result.--error p {
    color: rgba(229, 86, 77, 0.97);
    line-height: 60px;
}

.form__result.--error p:before {
    content: '';
    width: 16px;
    height: 16px;
    margin: 0 7px -3px 0;
    display: inline-block;
    background: url("../img/error.svg");
}

.datepicker--day-name {
    color: #F84E7E !important;
}

.recaptcha-form {
    position: relative;
}

.recaptcha-form.error .form-item__error {
    display: block;
    bottom: 7px;
    left: 10px;
}

.recaptcha-form.error .g-recaptcha {
    border: 1px solid rgba(229, 86, 77, 0.97);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.recaptcha-form .g-recaptcha > div {
    position: relative;
    left: 1px;
    top: 1px;
}

.form__item .amount {
    padding-right: 41px;
}

.amount__currency {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #929EB1;
}

.rc-anchor-normal .rc-anchor-content {
    height: 60px !important;
    width: 175px !important;
}

.form__checkbox {
    position: relative;
}

#select-topic {
    display: none;
}

.checkbox {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #d8d8d8;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.checkbox.--error {
    border: 1px solid rgba(229, 86, 77, 0.97);
}

.checkbox:before {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 3px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

input[type=checkbox]:checked ~ .checkbox {
    background: #00a3ff;
    border: 2px solid #00a3ff;
}

input[type=checkbox]:checked ~ .checkbox:before {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input[type="checkbox"] {
    display: none !important;
}

.custom-select {
    position: relative;
}

.custom-select .select-title {
    position: absolute;
    left: 11px;
    background: #fff;
    padding: 0 5px;
    line-height: 17px;
    z-index: 5;
    visibility: hidden;
    color: #929EB1;
    font-size: 14px;
    top: 15px;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.custom-select .select-title.--show {
    visibility: visible;
    display: block;
    font-size: 13px;
    color: #00A3FF;
    top: -7px;
}

.custom-select .form-item__error {
    z-index: 2;
}

.form__set--select.--fill .select-title {
    top: -7px;
    visibility: visible;
    display: block;
    font-size: 13px;
    color: #929EB1;
}

.form__set--select.--fill .select-title.--show {
    color: #00A3FF;
}

.form__set--select.--fill .select-selected {
    color: #000;
}

.form__set--select.--error .select-selected {
    border: 1px solid rgba(229, 86, 77, 0.97);
}

.form__set--select.--fill .select-title.--show {
    color: #00A3FF;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #fff;
    position: relative;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.select-selected:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 13px;
    width: 8px;
    height: 8px;
    border-color: #182337;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transition: all 150ms;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-selected.select-arrow-active:after {
    top: 22px;
    border-color: #00a3ff;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.select-selected {
    color: #182337;
    padding: 0 15px;
    border: 1px solid rgba(146, 158, 177, 0.6);
    cursor: pointer;
}

.select-selected.select-arrow-active {
    font-size: 0;
    border: 1px solid #00A3FF;
}

.select-items div {
    color: #182337;
    border-bottom: 1px solid #00A3FF;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
}

.select-items div:last-child {
    border: 0;
}

.select-items {
    border: 1px solid #00A3FF;
    position: absolute;
    background-color: #fff;
    top: 100%;
    margin-top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.other-lable, .info-lable, .order-lable {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(250, 232, 232, 0.2);
}

.top-hide, .form-attach, .pay-info, .reject-info {
    display: none;
}

.top-hide.show, .form-attach.show, .pay-info.show, .reject-info.show {
    display: block;
}

/* .de .--datepicker, .it .--datepicker {
  font-size: 12px;
  left: 10px; } */

/* .ro .--datepicker, .es .--datepicker, .ru .--datepicker {
  font-size: 13px;
  left: 9px; } */

/* .es .form__item--card .form-item__placeholder {
  font-size: 13px; } */

/* .es .form__item--card .form-item__error {
  font-size: 12px; } */

/* .es .--amount .form-item__error {
  font-size: 12px;
  left: 10px; } */

/* .pl .--datepicker {
  font-size: 14px;
  left: 10px; } */

.header {
    position: relative;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.header .wrap {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header__nav {
    margin-left: auto;
    order: 1;
}

.header__nav li {
    float: left;
    margin-right: 40px;
    text-transform: uppercase;
}

.header__nav li a {
    color: #1CA5FC;
    font-size: 14px;
    font-weight: 600;
}

.header__nav li a.--current {
    color: #929EB1;
}

.header__nav li a:hover {
    filter: alpha(opactiy=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.lang-switch {
    position: relative;
    bottom: 2px;
    padding-right: 15px;
    cursor: pointer;
    order: 2;
}

[dir="rtl"] .lang-switch {
    padding-left: 15px;
    padding-right: 0;
}

.lang-switch:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 6px;
    height: 6px;
    border-color: #bbb;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transition: all 150ms;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

[dir="rtl"] .lang-switch:after {
    right: auto;
    left: 0;
}

.lang-switch__flag {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 12px;
    margin-right: 8px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.lang-switch__flag.--ru {
    background: url("../img/ru.svg");
    background-size: cover;
}

.lang-switch__flag.--en {
    background: url("../img/en.svg");
    background-size: cover;
}

.lang-switch__flag.--de {
    background: url("../img/de.svg");
    background-size: cover;
}

.lang-switch__flag.--ro {
    background: url("../img/ro.svg");
    background-size: cover;
}

.lang-switch__flag.--tr {
    background: url("../img/tr.svg");
    background-size: cover;
}

.lang-switch__flag.--pl {
    background: url("../img/pl.svg");
    background-size: cover;
}

.lang-switch__flag.--it {
    background: url("../img/it.svg");
    background-size: cover;
}

.lang-switch__flag.--es {
    background: url("../img/es.svg");
    background-size: cover;
}

.lang-switch__flag.--fr {
    background: url("../img/fr.svg");
    background-size: cover;
}

.lang-switch__flag.--nl {
    background: url("../img/nl.svg");
    background-size: cover;
}
.lang-switch__flag.--fi {
    background: url("../img/fi.svg");
    background-size: cover;
}

.lang-switch__flag.--no {
    background: url("../img/no.svg");
    background-size: cover;
}

.lang-switch__flag.--uk {
    background: url("../img/uk.svg");
    background-size: cover;
}

.lang-switch__flag.--ja {
    background: url("../img/ja.svg");
    background-size: cover;
}

.lang-switch__flag.--pt {
    background: url("../img/pt.svg");
    background-size: cover;
}

.lang-switch__flag.--cs {
    background: url("../img/cz.svg");
    background-size: cover;
}

.lang-switch__flag.--ar {
    background: url("../img/ar-lang.svg");
    background-size: cover;
}

.lang-switch__flag.--da {
    background: url("../img/da.svg");
    background-size: cover;
}

.lang-switch__flag.--zh {
    background: url("../img/zh.svg");
    background-size: cover;
}

.lang-switch__current {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    color: #182337;
}

.lang-switch__lang-list {
    position: absolute;
    width: auto;
    padding: 4px 10px;
    left: -5px;
    top: 25px;
    text-align: left;
    background: #fff;
    visibility: hidden;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 8;
}

.lang-switch__lang-list:before {
    position: absolute;
    top: -15px;
    left: 0;
    content: '';
    width: 100%;
    height: 15px;
}

.lang-switch__lang-list a {
    font-size: 14px;
    text-transform: uppercase;
    color: #182337;
}

.lang-switch__item {
    position: relative;
    display: block;
    height: 26px;
    line-height: 28px;
    padding-left: 25px;
    border-bottom: 1px solid #E8F1F6;
}

.lang-switch__item:last-child {
    border-bottom: 0;
}

.lang-switch__item.--ru:after {
    background: url("../img/ru.svg");
    background-size: cover;
}

.lang-switch__item.--en:after {
    background: url("../img/en.svg");
    background-size: cover;
}

.lang-switch__item.--de:after {
    background: url("../img/de.svg");
    background-size: cover;
}

.lang-switch__item.--ro:after {
    background: url("../img/ro.svg");
    background-size: cover;
}

.lang-switch__item.--tr:after {
    background: url("../img/tr.svg");
    background-size: cover;
}

.lang-switch__item.--pl:after {
    background: url("../img/pl.svg");
    background-size: cover;
}

.lang-switch__item.--it:after {
    background: url("../img/it.svg");
    background-size: cover;
}

.lang-switch__item.--es:after {
    background: url("../img/es.svg");
    background-size: cover;
}

.lang-switch__item.--fr:after {
    background: url("../img/fr.svg");
    background-size: cover;
}

.lang-switch__item.--nl:after {
    background: url("../img/nl.svg");
    background-size: cover;
}
.lang-switch__item.--fi:after {
    background: url("../img/fi.svg");
    background-size: cover;
}
.lang-switch__item.--no:after {
    background: url("../img/no.svg");
    background-size: cover;
}
.lang-switch__item.--uk:after {
    background: url("../img/uk.svg");
    background-size: cover;
}
.lang-switch__item.--ja:after {
    background: url("../img/ja.svg");
    background-size: cover;
}

.lang-switch__item.--pt:after {
    background: url("../img/pt.svg");
    background-size: cover;
}

.lang-switch__item.--cs:after {
    background: url("../img/cz.svg");
    background-size: cover;
}

.lang-switch__item.--ar:after {
    background: url("../img/ar-lang.svg");
    background-size: cover;
}

.lang-switch__item.--da:after {
    background: url("../img/da.svg");
    background-size: cover;
}

.lang-switch__item.--zh:after {
    background: url("../img/zh.svg");
    background-size: cover;
}

.lang-switch__item:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 12px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.lang-switch:hover .lang-switch__lang-list {
    visibility: visible;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.lang-switch:hover:after {
    top: 8px;
    border-color: #00a3ff;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.logo {
    position: relative;
    display: inline-block;
    width: 141px;
    height: 36px;
    order: 0;
    background: url("../img/logo.svg") no-repeat;
    background-size: cover;
}

.logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mobile-menu {
    display: none;
    width: 20px;
    height: 18px;
    background: url("../img/menu.svg") no-repeat;
    background-size: cover;
    order: 3;
    cursor: pointer;
}

.mobile-menu.open {
    background: url("../img/menu-close.svg") center no-repeat;
    background-size: auto;
}

.mobile-menu__list {
    height: 0;
    visibility: hidden;
    position: relative;
    left: 0;
    width: 100%;
    top: -156px;
    background: #fff;
    border-top: 1px solid #E8F1F6;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
}

.mobile-menu__list li {
    text-align: center;
    border-bottom: 1px solid #E8F1F6;
}

.mobile-menu__list li a {
    display: block;
    width: 100%;
    padding: 17px 5px;
    font-size: 17px;
    text-transform: uppercase;
    color: #182337;
}

.mobile-menu__list.open {
    height: 156px;
    top: 0;
    visibility: visible;
}

.wrap {
    width: 580px;
    margin: 0 auto;
}

.btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto;
    cursor: pointer;
}

.btn--main {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #27A93C;
}

.btn:hover {
    filter: alpha(opactiy=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.btn--main:disabled {
    background: #dbe0e6;
    filter: alpha(opactiy=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    cursor: wait;
}

.btn--main:disabled:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 21px;
    background-image: url("../img/wait.svg");
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn--main:disabled:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    content: '';
    border: 2px solid #1ca5fc;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    clip: rect(20px, auto, auto, 20px);
    animation: 0.7s linear 0s normal none infinite running spin;
    -webkit-animation: 0.7s linear 0s normal none infinite running spin;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

a {
    font-size: 12px;
    color: #00a3ff;
}

a:hover {
    color: rgba(0, 163, 255, 0.8);
}

.txt-page .header .wrap {
    border: 0;
    padding: 0;
}

.txt-page .wrap {
    padding: 50px 0;
}

.txt-page h2 {
    font-size: 20px;
    margin: 20px 0;
}

.txt-page p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.section-gray {
    background: #f7f9fc;
}

.section-gray .wrap h2:first-child {
    margin-top: 0;
}

.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.txt-page {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.txt-page {
    position: relative;
    background: #f8fafb;
    min-height: 500px;
}

.txt-page p a {
    font-size: 14px;
}

.txt-page .wrap, .txt-page .qq, .txt-page .form {
    position: relative;
    z-index: 2;
}

.txt-page .feedback {
    background: #fff;
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.txt-page .feedback .qq {
    max-width: 450px;
}

.txt-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background: #0F95EA;
    background-size: contain;
}

.txt-page__title {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 35px;
}

.txt-page__over {
    padding: 25px 30px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.txt-part {
    margin-bottom: 45px;
}

.questions {
    position: relative;
    z-index: 2;
    padding: 10px 35px 40px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.questions__item {
    position: relative;
    border-bottom: 1px solid #E4ECF1;
    cursor: pointer;
}

.questions__item.show:after {
    top: 36px;
    border-color: #00a3ff;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.questions__item:after {
    content: '';
    position: absolute;
    top: 34px;
    margin-top: -4px;
    right: 13px;
    width: 8px;
    height: 8px;
    border-color: #bbb;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transition: all 150ms;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.questions__title {
    padding: 25px 40px 25px 0;
    font-size: 18px;
    line-height: 22px;
    color: #1CA5FC;
}

.questions__answer {
    margin-top: -16px;
    padding-bottom: 12px;
    display: none;
    cursor: auto;
}

.questions__answer span {
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .wrap {
        width: 1100px;
    }

    .mobile-menu__list.open {
        display: none;
    }

    .bill {
        max-width: 460px;
    }

    .form label {
        font-size: 14px;
        line-height: 20px;
    }

    .form__item input {
        font-size: 15px;
    }

    .form__checkbox {
        margin-top: 9px;
    }

    .form__title {
        font-size: 18px;
    }

    .checkbox {
        top: 3px;
    }

    .form__item textarea {
        font-size: 15px;
    }

    .qq__title {
        font-size: 18px;
    }

    .qq__txt {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__links a {
        font-size: 14px;
        font-weight: normal;
    }

    .footer__copyright {
        font-size: 13px;
    }
}

.qq__chat {
    display: none;
}

@media screen and (max-width: 1199px) {
    .wrap, .header .wrap {
        width: 100%;
        padding: 0 25px;
    }

    .score .wrap {
        padding: 0 25px;
    }

    .en .score .fill {
        background: #0F95EA;
    }

    .header {
        padding: 15px 0;
    }

    .score {
        background-size: cover;
    }

    .txt-page__bg {
        height: 110px;
    }

    .txt-page .wrap {
        padding: 45px 25px;
    }

    .txt-page .feedback, .txt-page__over {
        background: #f8fafb;
    }

    .txt-page__title {
        margin-bottom: 42px;
    }

    .questions {
        padding: 10px 0;
        background: #f8fafb;
    }

    .questions__title {
        padding: 24px 40px 22px 0;
    }

    .questions__answer {
        margin-top: -12px;
    }

    .questions__title {
        line-height: 24px;
    }

    .mobile-menu__list.open {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .score .wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .score__title, .score__note {
        position: relative;
        z-index: 2;
    }

    .score__qq {
        position: relative;
        margin: 0 auto;
        background: none;
        padding: 0 25px;
        padding-bottom: 40px;
    }

    .score__qq:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 91px;
        height: 217px;
        background: url("../img/mob-arrow.svg") no-repeat;
        background-size: 91px 217px;
        display: none;
    }

    .bill {
        margin: 0 auto;
    }

    .bill__name {
        padding-right: 25px;
    }

    .feedback .wrap {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .txt-page .feedback {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
    }

    .qq {
        width: 100%;
        max-width: 100%;
    }

    .form {
        width: 100%;
    }

    .form__action .btn--main {
        margin: 0;
        margin-right: 20px;
    }

    .txt-page__over {
        padding: 25px 0;
    }

    .mobile-menu__list.open {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .header__nav {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .lang-switch {
        margin-left: auto;
        margin-right: 30px;
        bottom: 0;
    }

    [dir="rtl"] .lang-switch {
        margin-left: 30px;
        margin-right: auto;
    }

    .scroll-top {
        left: 20px;
        top: -20px;
    }

    [dir="rtl"] .scroll-top {
        left: auto;
        right: 20px;
    }

    .scroll-top:hover {
        top: -30px;
    }

    .score {
        padding: 40px 0 60px;
    }

    .score__title, .score__note {
        line-height: normal;
        word-break: break-word;
    }

    .score__title {
        font-size: 16px;
    }

    .score .fill {
        min-width: auto;
    }

    .score__qq {
        padding: 0 15px;
    }

    .bill {
        width: 92%;
        max-width: 480px;
        margin-top: 25px;
    }

    .bill__name {
        padding-right: 15px;
    }

    .bill__content {
        padding: 5px 16px 15px;
    }

    .bill__line {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .form__set {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .form__set .form__item {
        width: 100%;
    }

    .form__action {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form__item--left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .feedback {
        padding: 65px 0 40px;
    }

    .footer__links a {
        margin: 0 10px;
    }

    .txt-part {
        margin-bottom: 32px;
    }

    .txt-part h2 {
        font-size: 18px;
        line-height: 24px;
        color: #182337;
    }

    .txt-page .feedback .qq {
        max-width: 100%;
    }

    .txt-page .qq__title {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 10px;
    }

    .questions__title {
        font-size: 16px;
        line-height: 22px;
    }

    .txt-page .qq__item {
        margin-bottom: 25px;
    }

    .select-selected:after {
        right: 12px;
    }

    .custom-select.--fill .select-selected {
        font-size: 12px;
    }

    .mobile-menu__list.open {
        display: block;
    }

    .form__result {
        width: 100%;
    }

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

    .recaptcha-form.error .g-recaptcha {
        border: 1px solid transparent;
    }

    .form__action {
        margin-bottom: 15px;
    }

    .es .form-item__error.--mail-field, .fr .form-item__error.--mail-field, .ru .form-item__error.--min, .de .form-item__error.--min, .es .form-item__error.--min, .fr .form-item__error.--min, .it .form-item__error.--min, .pl .form-item__error.--min, .ro .form-item__error.--min, .tr .form-item__error.--min {
        bottom: -5px;
    }

    .es .form-item__error.--mail-field .other-lable, .fr .form-item__error.--mail-field .other-lable {
        top: auto;
    }

    [dir="rtl"]  .form__action .g-recaptcha {
        position: relative;
        left: 0;
    }
}

@media screen and (max-width: 500px) {
    .es .form__result.--error p, .fr .form__result.--error p, .it .form__result.--error p, .pl .form__result.--error p, .ro .form__result.--error p, .ru .form__result.--error p, .de .form__result.--error p {
        line-height: 16px;
        padding: 13px 8px;
    }

    .es .form__result.--error p:before, .fr .form__result.--error p:before, .it .form__result.--error p:before, .pl .form__result.--error p:before, .ro .form__result.--error p:before, .ru .form__result.--error p:before, .de .form__result.--error p:before {
        margin: 0 7px -5px 0;
    }


    .es .form-item__error.--mail-field, .fr .form-item__error.--mail-field, .ru .form-item__error.--min, .de .form-item__error.--min, .es .form-item__error.--min, .fr .form-item__error.--min, .it .form-item__error.--min, .pl .form-item__error.--min, .ro .form-item__error.--min, .tr .form-item__error.--min {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }

    .form-item__error {
        line-height: 12px;
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }

}

@media screen and (max-width: 400px) {
    .footer__copyright {
        font-size: 10px !important;
    }

    .footer__copyright img {
        position: relative;
        bottom: 2px;
        display: inline-block;
        width: 95px;
        height: 10px;
    }
}

.copyright__over {
    padding-left: 3px;
}

#last-number, .form__item--card, .form__set.card {
    display: none;
}

.questions .questions__item:nth-child(4) {
    display: none;
}
