@font-face {
    font-family: "FuturaPT-Light";
    src: url("../fonts/FuturaPT-Light.eot");
    src: local("FuturaPT-Light"), local("FuturaPT-Light"),
        url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FuturaPT-Light.woff") format("woff"),
        url("../fonts/FuturaPT-Light.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "FuturaPT-Book";
    src: url("../fonts/FuturaPT-Book.eot");
    src: local("FuturaPT-Book"), local("FuturaPT-Book"),
        url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FuturaPT-Book.woff") format("woff"),
        url("../fonts/FuturaPT-Book.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.eot");
    src: local("Montserrat-Light"), local("Montserrat-Light"),
        url("../fonts/Montserrat-Light.otf") format("otf"),
        url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.eot");
    src: local("Montserrat-Bold"), local("Montserrat-Bold"),
        url("../fonts/Montserrat-Bold.otf") format("otf"),
        url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/Montserrat-ExtraBold.eot");
    src: local("Montserrat-ExtraBold"), local("Montserrat-ExtraBold"),
        url("../fonts/Montserrat-ExtraBold.otf") format("otf"),
        url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.eot");
    src: local("Montserrat-Medium"), local("Montserrat-Medium"),
        url("../fonts/Montserrat-Medium.otf") format("otf"),
        url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: local("Montserrat-SemiBold"), local("Montserrat-SemiBold"),
        url("../fonts/Montserrat-SemiBold.otf") format("otf"),
        url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-ExtraLight";
    src: url("../fonts/Montserrat-ExtraLight.eot");
    src: local("Montserrat-ExtraLight"), local("Montserrat-ExtraLight"),
        url("../fonts/Montserrat-ExtraLight.otf") format("otf"),
        url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
    font-style: normal;
}

html {
    box-sizing: border-box;
}

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

body {
    font-family: "";
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
    resize: vertical;
    resize: horizontal;
}

button:active,
button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

img {
    max-width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-transition-delay: 9999s;
}

.site-container {
    width: 100%;
    background-image: url(../img/bg_important.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 1204px;
    width: 100%;
    margin: 0 auto;
}

.header {
    position: relative;
    max-width: 1920px;
    width: 100%;
    background-image: url(../img/hands.png);
    background-repeat: no-repeat;
    min-height: 885px;
}

.header__container {
    position: fixed;
    max-width: 1920px;
    width: 100%;
    height: 100px;
    z-index: 110;
    left: 50%;
    transform: translateX(-50%);
    translate: 1s;
}

.header__container .container {
    position: relative;
    z-index: 200;
}

.bg-image {
    background: #29292b;
    background-repeat: no-repeat;
}

.bg-image::before {
    content: '';
    background-image: url(../img/header_bg.png);
    background-repeat: no-repeat;
    max-width: 1494px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.header__menu-link,
.header__menu a {
    font-family: "FuturaPT-Light";
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.header__menu-link:hover,
.contacts_link-email:hover,
.contacts_link-phone:hover,
.header__menu a:hover {
    color: rgb(207, 149, 103);
}

.header__container::after {
    content: "";
    background-color: rgb(207, 149, 103);
    opacity: 0.502;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1204px;
    width: 100%;
    height: 1px;
    z-index: 107;
}

.header__contacts {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    letter-spacing: 0.8px;
    z-index: 100;
}

.menu__mobile {
    display: none;
}

.header__contacts-email {
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 5.071;
    width: 80%;
}

.contacts_link-email {
    color: rgba(255, 255, 255, 0.6);
}

.contacts_link-phone {
    color: #fff
}

.header__contacts-email::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icons/email.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-right: 35px;
    width: 20px;
    height: 16px;
    transition: 0.7s;
}

.header__contacts-email:hover::before {
    width: 22px;
    height: 19px;
    transition: 0.7s;
}

.header__contacts-lang {
    font-family: "Montserrat-Light";
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    width: 51px;
    z-index: 122;
}

.header__contacts-phone {
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 5.071;
    text-align: right;
    width: 200px;
}

.header__contacts-phone::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icons/wt_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 35px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    transition: 0.7s;
}

.header__contacts-phone:hover::before {
    width: 28px;
    height: 23px;
    transition: 0.7s;
}

.header__description {
    position: relative;
    padding-top: 75px;
}

.header__logo {
    background-image: url(../img/header_logo.png);
    background-repeat: no-repeat;
    width: 310px;
    height: 320px;
    position: absolute;
    top: 21%;
    left: 65%;
    opacity: 0.5;
    transform: translateX(-77%);
}

.light__logo {
    background-image: url(../img/header_bg.png);
    background-repeat: no-repeat;
    max-width: 1494px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.header__title {
    width: 70%;
    font-family: "Montserrat-ExtraBold";
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.273;
    letter-spacing: 4px;
}

.header__title span {
    font-family: "Montserrat-Light";
    color: rgb(207, 149, 103);
    font-weight: 100;
}

.business__description-list {
    font-family: "FuturaPT-Book";
    font-size: 26px;
    color: rgb(255, 255, 255);
    letter-spacing: 2.5px;
    line-height: 1.192;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    padding-top: 60px;
}

.business__description-item::before {
    content: "";
    display: block;
    background-color: rgb(38, 112, 194);
    margin-bottom: 20px;
    width: 30px;
    height: 7px;
    z-index: 133;
}

.header__link {
    position: relative;
    border-radius: 12px;
    background-color: rgb(38, 112, 194);
    width: 227px;
    height: 64px;
    margin-top: 70px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}

.header__link a {
    display: block;
    font-size: 18px;
    font-family: "FuturaPT-Book";
    color: rgb(255, 255, 255);
    line-height: 3.2;
    letter-spacing: 2px;
    width: 100%;
    height: 100%;
}

.header__link:hover {
    border-width: 1px;
    border-color: rgb(38, 112, 194);
    border-style: solid;
    border-radius: 12px;
    background-color: transparent
}

.arrow-down {
    background-image: url(../img/icons/arrow-down.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 54px;
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 100;
    cursor: pointer;
}

.first__container {
    position: relative;
    min-height: 580px;
}

.document__title {
    font-size: 40px;
    font-family: "Montserrat-ExtraBold";
    color: rgb(207, 149, 103);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.35;
    width: 100%;
    padding-left: 35px;
    letter-spacing: 4px;
}

.document__title span {
    color: #fff;
}

.document__title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-color: rgb(207, 149, 103);
    width: 9px;
    height: 85px;
}

.first__title-img {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 90px;
    background-image: url(../img/consultica.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.first__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    width: 100%;
}

.first__item-text {
    font-size: 27px;
    font-family: "FuturaPT-Book";
    color: #fff;
    line-height: 1;
    /* letter-spacing: 2px; */
    padding: 40px;
}

.first__item-text span {
    font-family: "Montserrat-Bold";
    font-weight: bold;
    color: rgb(38, 112, 194);
    font-size: 30px;
    letter-spacing: 1.4px;
}

.first__overlay {
    position: relative;
    width: 100%;
}

.first__overlay::before {
    content: '';
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    opacity: 0.039;
    box-shadow: 0px 3px 48px 12px rgba(107, 107, 107, 0.14);
    opacity: 0.031;
    max-width: 385px;
    width: 100%;
    height: 238px;
    position: absolute;
}

.first__item {
    width: 33%;
}

.second__container {
    position: relative;
    padding-left: 30px;
    min-height: 800px;
}

.second__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-left: 15px;
    width: 100%;
}

.second__item-text {
    font-size: 24px;
    font-family: "FuturaPT-Light";
    color: rgba(255, 255, 255, 0.6);
    width: 33%;
    padding-top: 50px;
}

.icons-reward {
    background-image: url(../img/icons/reward.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 55px;
    height: 61px;
    margin-bottom: 40px;
}

.icons-analysis {
    background-image: url(../img/icons/analysis.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 62px;
    height: 52px;
    margin-bottom: 40px;
}

.icons-document {
    background-image: url(../img/icons/document.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 58px;
    height: 58px;
    margin-bottom: 40px;
}

.icons-liquidity {
    background-image: url(../img/icons/liquidity.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 58px;
    height: 58px;
    margin-bottom: 40px;
}

.icons-data-analytics {
    background-image: url(../img/icons/data-analytics.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 58px;
    height: 58px;
    margin-bottom: 40px;
}

.icons-networking {
    background-image: url(../img/icons/networking.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 58px;
    height: 58px;
    margin-bottom: 40px;
}

.second__container .document__title:before,
.third__container .document__title:before,
.fourth__container .document__title:before {
    left: 40px;
}

.third__container {
    position: relative;
    padding-left: 30px;
    min-height: 890px;
}

.third__title-img {
    position: absolute;
    top: -25px;
    width: 102%;
    height: 167px;
    background-image: url(../img/discretion.png);
    background-repeat: no-repeat;
}

.third__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 55px;
    padding-top: 75px;
    max-width: 660px;
    width: 100%;
    height: 530px;
}

.third__item {
    position: relative;
    font-size: 24px;
    font-family: "FuturaPT-Book";
    color: rgb(255, 255, 255);
    line-height: 1.25;
    letter-spacing: 1px;
    height: 210px;
}

.item-left {
    width: 50%;
}

.item-left:nth-child(5) {
    width: 70%;
}

.third__item:nth-child(4)::before {
    left: -65px;
    top: 75%;
    transform: translateY(-75%);
}

.third__item:nth-child(5)::before {
    left: -65px;
    top: 15%;
    transform: translateY(-15%);
}

.item-right {
    width: 50%;
    padding-top: 105px;
}


.third {
    max-width: 1920px;
    width: 100%;
    background-image: url(../img/build.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.third__item::before {
    content: "";
    background-image: url(../img/icons/blue-point.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 54px;
    height: 54px;
    position: absolute;
    left: -65px;
}

.fourth {
    position: relative;
    min-height: 870px;
}

.fourth__container {
    position: relative;
}

.fourth__container .document__title {
    padding-left: 70px;
}

.fourth__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 15px;
}

.fourth__item {
    font-family: "FuturaPT-Book";
    width: 33%;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.25;
    margin-top: 50px;
    letter-spacing: 1.5px;
}

.fourth__blue-txt {
    font-size: 24px;
    font-family: "Montserrat-Bold";
    color: rgb(38, 112, 194);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.icons-employee {
    background-image: url(../img/icons/employee.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 91px;
    height: 91px;
    margin-bottom: 20px;
}

.icons-report {
    background-image: url(../img/icons/report.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 91px;
    margin-bottom: 20px;
}

.icons-analysis_ {
    background-image: url(../img/icons/analysis_.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 91px;
    margin-bottom: 20px;
}

.icons-security {
    background-image: url(../img/icons/security.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 91px;
    margin-bottom: 20px;
}

.icons-justice {
    background-image: url(../img/icons/justice.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 91px;
    margin-bottom: 20px;
}

.icons-liquidation {
    background-image: url(../img/icons/liquidation.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 91px;
    margin-bottom: 20px;
}

.fifth__container {
    position: relative;
    min-height: 540px;
}

.fifth__container .document__title {
    padding-left: 75px;
}

.fifth__container .document__title:before {
    left: 40px;
}

.fifth__title-img {
    position: absolute;
    top: -25px;
    width: 100%;
    height: 155px;
    background-image: url(../img/business-consulting.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.fifth__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 55px;
    letter-spacing: 2px;
    counter-reset: section;
}

.fifth__item {
    width: 33%;
    font-size: 24px;
    font-family: "FuturaPT-Book";
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.25;
}

.fifth__item:nth-child(2) {
    padding-left: 50px;
}

.fifth__item:nth-child(3) {
    padding-left: 80px;
}

.fifth__item-txt {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}

.fifth__item::before {
    counter-increment: section;
    content: "0"counter(section);
    display: block;
    font-size: 60px;
    font-family: "Montserrat-ExtraLight";
    color: rgb(38, 112, 194);
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
}

.sixth__container {
    position: relative;
    height: 606px;
    max-width: 1142px;
    width: 100%;
    margin: 0 auto;
}

.sixth__overlay {
    position: relative;
    width: 100%;
    height: 504px;
}

.sixth__overlay::before {
    content: '';
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    opacity: 0.031;
    width: 100%;
    height: 504px;
    position: absolute;
}

.sixth__consultation {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 70px 0 0 75px;
}

.sixth__consultation-left {
    width: 460px;
    letter-spacing: 2px;
}

.sixth__consultation-left .document__title {
    font-family: "Montserrat-Light";
    line-height: 1.2;
}

.sixth__consultation-left .document__title::before {
    display: none;
}

.sixth__consultation-left .document__title span {
    font-family: "Montserrat-ExtraBold";
}

.sixth__consultation-right {
    position: relative;
    font-size: 16px;
    font-family: "Montserrat-Light";
    color: rgb(255, 255, 255);
    line-height: 1.375;
    width: 30%;
    padding-top: 35px;
    padding-left: 30px;
}

.sixth__consultation-right:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    background-color: rgb(17, 119, 204);
    width: 6px;
    height: 35px;
}

.sixth .document__title:before {
    top: 60px;
    left: 45px;
}

.consultation__form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 50px 0 0 115px;
    z-index: 100;
}

#form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.inp_hidden {
    display: none;
}

.consultation__social,
.field_label {
    font-size: 16px;
    font-family: "FuturaPT-Light";
    color: rgb(255, 255, 255);
    line-height: 1.85;
    letter-spacing: 2px;
}

@media (min-width: 1120px) {
    .consultation__social {
        width: 35% !important;
    }

    .consultation__field {
        width: 28% !important;
    }
}

.consultation__icons-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 135px;
    margin-top: 45px;
}

.consultation__icons-social a {
    display: block;
    width: 20px;
    height: 18px;
}

.icons-em {
    width: 28px;
    height: 25px;
}

.link-em {
    width: 20px;
    height: 16px;
    transition: 0.7s;
    cursor: pointer;
}

.link-em:hover {
    width: 24px;
    height: 20px;
    transition: 0.7s;
}

.icons-wt {
    width: 25px;
    height: 25px;
}

.link-wt {
    width: 18px;
    height: 18px;
    transition: 0.7s;
    cursor: pointer;
}

.link-wt:hover {
    width: 23px;
    height: 23px;
    transition: 0.7s;
}

.icons-tg {
    width: 25px;
    height: 25px;
}

.link-tg {
    width: 20px;
    height: 18px;
    transition: 0.7s;
    cursor: pointer;
}

.link-tg:hover {
    width: 25px;
    height: 21px;
    transition: 0.7s;
}

.field {
    width: 33.3%;
    height: 140px;
}

.field_input {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.302);
    border-bottom: 1px solid #fff;
    margin-top: 35px;
    opacity: 0.4;
}

input[placeholder] {
    font-size: 18px;
    font-family: "FuturaPT-Light";
    color: rgba(255, 255, 255, 0.302);
    line-height: 1.671;
    background: transparent;
    text-align: left;
}

.field-button {
    border-radius: 12px;
    border: none;
    background-color: rgb(38, 112, 194);
    font-size: 18px;
    font-family: "FuturaPT-Book";
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    margin-top: 40px;
    max-width: 293px;
    width: 100%;
    height: 62px;
    cursor: pointer;
}

.field-button:hover {
    border-width: 1px;
    border-color: rgb(38, 112, 194);
    border-style: solid;
    border-radius: 12px;
    background-color: transparent
}

#phone {
    padding-left: 15px;
    font-size: 17px;
    margin-top: 45px;
}

.field-text {
    font-size: 16px;
    font-family: "FuturaPT-Light";
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.375;
    align-self: center;
    padding-bottom: 10px;
    height: auto;
}

.field-link {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: underline;
    cursor: pointer;
}

.field_wt {
    position: relative;
}

.field_wt::after {
    content: '+';
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 17px;
    font-family: "FuturaPT-Light";
    color: rgba(255, 255, 255, 0.302);
    line-height: 1.671;
}

.field_em,
.field_tg {
    position: relative;
    display: none;
}

.field_tg::after {
    content: '@';
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-family: "FuturaPT-Light";
    color: rgba(255, 255, 255, 0.302);
    line-height: 1.671;
}

.f_tg::after {
    bottom: 30px;
}

.all-fine {
    font-size: 16px;
    font-family: "Montserrat-Light";
    color: rgb(255, 255, 255);
    line-height: 1.375;
}

#telegram {
    padding-left: 18px;
}

.all-fine::before {
    content: "";
    display: block;
    background-color: rgb(38, 112, 194);
    margin-bottom: 20px;
    width: 30px;
    height: 7px;
    z-index: 133;
}

.button-back {
    display: block;
    border-radius: 12px;
    border: none;
    background-color: rgb(38, 112, 194);
    font-size: 18px;
    font-family: "FuturaPT-Book";
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    margin-top: 40px;
    max-width: 227px;
    width: 100%;
    height: 64px;
    cursor: pointer;
}

.button-back:hover {
    border-width: 1px;
    border-color: rgb(38, 112, 194);
    border-style: solid;
    border-radius: 12px;
    background-color: transparent
}

.consultation__thx {
    position: relative;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0 0 115px;
    z-index: 100;
}

.consultation__title {
    font-family: "Montserrat-Light";
    line-height: 1.2;
    font-size: 40px;
    color: rgb(207, 149, 103);
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 45px;
    letter-spacing: 4px;
}

.ch-h {
    height: 450px;
}

.ch-h::before {
    height: 380px;
}

#name-error,
#phone-error,
#em-empty,
#wt-error,
#email-error,
#tg-error,
#telegram-error {
    position: relative;
    display: block !important;
    margin-top: 7px;
    font-size: 16px;
    font-family: "FuturaPT-Light";
    color: rgb(249 85 85);
    line-height: 1.375;
    z-index: -1;
}

#email-error {
    display: none;
}

.arrow-top {
    background-image: url(../img/icons/arrow_top.svg);
    background-repeat: no-repeat;
    width: 31px;
    height: 54px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.footer {
    position: relative;
    background-color: rgb(227, 227, 227);
    z-index: 105;
}

.footer__container {
    position: relative;
    padding-bottom: 50px;
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 30px;
}

.footer__logo {
    width: 25%;
}

.footer__menu-list {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__menu-link,
.footer__menu-list a {
    font-size: 16px;
    font-family: "FuturaPT-Light";
    color: rgb(0, 0, 0);
    line-height: 1.938;
}

.footer__menu-link:hover,
.footer__menu-list a:hover {
    color: rgb(207, 149, 103);
}

.footer__logo-img {
    width: 120px;
    height: 124px;
    position: relative;
    top: 35px;
    left: 25px;
}

.footer__contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-family: "Montserrat-Light";
    margin-top: 30px;
}

.footer__privacy-policy {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.702);
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: 1px transparent solid;
    width: 100%;
    max-width: 235px;
    cursor: pointer;
}

/* .footer__privacy-policy:hover,
.footer__personal:hover {
    border-bottom: 1px #ccc solid;
} */
.footer__personal {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.702);
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: 1px transparent solid;
    width: 100%;
    max-width: 225px;
    text-decoration: none;
    cursor: pointer;
}

.footer__contacts-left {
    width: 33%;
    padding-left: 30px;
}

.footer_copyright-year {
    font-family: "Montserrat-Light";
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-bottom: 5px;
}

.footer_copyright {
    font-size: 14px;
    font-family: "Montserrat-Light";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer_copyright span {
    font-size: 13px;
}

.footer__contacts-center {
    width: 33%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.702);
    line-height: 1.375;
    text-align: right;
}

.footer__address-rus {
    margin-bottom: 45px;
}

.footer__address-geo {
    margin-bottom: 15px;
}

.footer__address-rus::before,
.footer__address-geo::before {
    content: '';
    background-image: url(../img/icons/pin.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 25px;
    width: 9px;
    height: 13px;
}

.footer__contacts-right {
    width: 33%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.702);
    line-height: 3.4;
    text-align: right;
}

.footer__contacts-link {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

/* Выпадающий список выбора языков */

.wrapper-dropdown {
    position: relative;
    width: 63px;
    text-transform: capitalize;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
}

.wrapper-dropdown:after {
    content: "";
    background-image: url(../img/icons/lang_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 40px;
    width: 20px;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: transparent;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.dropdown-link {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-top: 10px;
    transition: all 0.3s ease-out;
}

/* Hover state */

.dropdown-link:hover {
    color: rgb(207, 149, 103);
}

/* Active state */

.wrapper-dropdown.active {
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.2;
}

.wrapper-dropdown.active:after {
    content: '';
    background-image: url(../img/icons/arrow_down.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown.active .dropdown {
    max-height: 400px;
}

/* modal wondows */

.modal_privacy,
.modal_personal,
.modal_cookie {
    max-width: 1060px;
    width: 100%;
    height: 600px;
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10%;
    margin: 0 auto;
    transform: translateY(-700px);
    z-index: 120;
}

.overlay {
    background: #1a1a1a;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.7s ease-in-out, opacity 0.7s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 111;
}

.not {
    opacity: 0.8;
    visibility: visible;
    transition: all 0.7s ease-in-out;
}

.icon__close {
    display: block;
    margin-right: 10px;
    background: url(../img/icons/icon-close.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 10;
    cursor: pointer;
}

/* animation */
.slideInDown {
    transform: translateY(0px);
    transition: 1.5s;
}

.slideOutUp {
    transform: translateY(-700px);
    transition: 1.5s;
}

.icon__close {
    transition: all 0.2s;
}

.icon__close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* privacy windows */

.privacy__container {
    position: relative;
    max-width: 1060px;
    width: 100%;
    height: 600px;
    margin: auto;
    padding: 40px 40px 40px 60px;
    background: #e3e3e3;
}


.privacy__title {
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    font-family: "Montserrat-ExtraBold";
    color: rgb(207, 149, 103);
    font-weight: bold;
    text-transform: uppercase;
    max-width: 520px;
    width: 100%;
    padding-left: 35px;
    letter-spacing: 4px;
    margin-bottom: 43px;
}

.privacy__title::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background-color: rgb(207, 149, 103);
    width: 9px;
    height: 58px;
}

.privacy__title span {
    color: #000;
}

.privacy__descr {
    font-size: 16px;
    font-family: "FuturaPT-Book";
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.375;
}

.privacy__container ol {
    list-style: none;
    counter-reset: li;
}

.privacy__container li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

.privacy__items {
    font-size: 16px;
    font-family: "FuturaPT-Book";
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.375;
    height: 400px;
    padding-right: 30px;
    overflow-y: auto;
}

.privacy__items {
    scrollbar-width: thin;
    scrollbar-color: rgb(207, 149, 103) #c6c6c6;
}

.privacy__items::-webkit-scrollbar {
    width: 5px;
}

.privacy__items::-webkit-scrollbar-track {
    background: #c6c6c6;
}

.privacy__items::-webkit-scrollbar-thumb {
    background-color: rgb(207, 149, 103);

}

.privacy__descr-item {
    font-size: 16px;
    font-family: "FuturaPT-Book";
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.375;
}

.privacy__descr-item span {

    text-transform: uppercase;
}

.personal__title {
    width: 100%;
    max-width: 740px;
}

.personal__descr-item {
    list-style: none;
    margin-bottom: 30px;
}

.personal__descr-item li:before {
    content: "—";
    position: relative;
    left: -5px;
}

.personal__list li:before {
    content: none;
}

.personal__list-item {
    list-style: disc;
}

/* mobile menu */
.header__mobile-menu,
.footer__mobile,
#footer_pull {
    display: none;
}

.mobile__contacts {
    font-size: 14px;
    font-family: "Montserrat-Light";
    color: rgba(0, 0, 0, 0.702);
    line-height: 2.571;
    text-align: left;
    border-top: 1px rgb(207, 149, 103) solid;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.mobile__contacts-link {
    color: rgb(0, 0, 0);
}

.footer__menu-mobile {
    display: none;
}

#footer_pull img {
    position: relative;
    top: -25px;
}

.cookieinfo-close {
    color: #fff !important;
    background: rgb(38, 112, 194) !important;
}

.cookieinfo-close {
    border-width: 1px;
    border-color: rgb(38, 112, 194);
    border-style: solid;
    border-radius: 12px;
    background-color: transparent;
}

.cookieinfo {
    color: rgba(0, 0, 0, 0.702) !important;
    background: rgb(227, 227, 227) !important;
}

.cookie_modal {
    cursor: pointer;
}

.cookie_modal:hover {
    border-bottom: 1px #ccc solid;
}