html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

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

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dzimaa';
    src: url('../fonts/DzimaaRegular.eot');
    src: url('../fonts/DzimaaRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DzimaaRegular.woff2') format('woff2'),
        url('../fonts/DzimaaRegular.woff') format('woff'),
        url('../fonts/DzimaaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: local('Helvetica'),
        url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Montserrat';
    color: #E6E6E6;
    background-color: #031F20;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.section {
    position: relative;
    z-index: 1;
}

.section__anchor {
    position: absolute;
    top: -130px;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 5;
}

@media only screen and (max-width: 1199px){
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px){

    .container {
        max-width: 375px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 360px) {
    .container {
        padding: 0 10px;
    }
}

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}


.title {
    font-family: 'Dzimaa';
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1023px) {
    .title {
        font-size: 58px;
    }
}


a {
    color: #3E3E3F;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
    margin: 0 0 16px;
}

p:last-child{
    margin-bottom: 0!important;
}

img,
iframe {
    display: block;
    width: 100%;
}

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 64px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #0F2424;
    background-color: #E6E6E6;
    transform: scale(1);
}

.btn_main:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 1199px) {
    .btn_main {
        padding: 22px 54px;
        font-size: 16px;
    }
}


.disabled {
    opacity: .75;
    cursor: not-allowed;
}






/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 71px 0 60px;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
    z-index: 10;
}

.header_scroll {
    padding: 50px 0!important;
    background-color: #031F20;
}

.header_scroll .header__logo {
    top: -30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
}

.header__block {
    position: relative;
    z-index: 2;
}

.header__logo {
    position: absolute;
    content: '';
    top: -40px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__main {
    margin: 0 25px;
}

.header__menu {
    display: flex;
    justify-content: space-between;
}

.header__menu ul {
    display: flex;
    column-gap: 19px;
}

.header__menu a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 100%;
    color: #E6E6E6;
}

.header__menu a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 1199px){
    .header {
        padding: 60px 0 50px;
    }

    .header_scroll {
        padding: 40px 0 !important;
    }

    .header__logo {
        top: -30px;
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
    }

    .header__menu a {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1023px){
    .header {
        padding: 36px 0;
    }

    .header__logo {
        top: -6px;
        left: 39px;
        width: 26px;
        height: 26px;
    }

    .header_scroll .header__logo {
        top: -6px;
        left: 39px;
        width: 26px;
        height: 26px;
    }

    .header_open {
        height: 100vh;
        background: linear-gradient(180deg, #0F2424 0%, #0B3737 18.97%, #0B3737 64.62%, #0F2424 100%);
    }

    .header__main {
        min-height: 13px;
    }

    .header_open .header__main {
        padding-top: 55px;
    }

    .header__menu ul {
        row-gap: 40px;
        flex-direction: column;
    }

    .header__menu a {
        width: 236px;
        padding: 19px 12px;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-transform: uppercase;
        color: #E6E6E6;
        border: 1px solid #E6E6E6;
    }

    .header__menu li {
        display: flex;
        justify-content: center;
    }

    .header__menu a {
        text-align: center;
    }

    .header__menu a span {
        border: 0;
    }

    .header_open .header__menu {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }

   .header__menu {
        display: none;
    }

    .header__btn {
        display: none;
    }

    .header__burger {
        position: absolute;
        top: -6px;
        right: 17px;
        cursor: pointer;
        width: 35px;
        height: 25px;
        background-image: url(../img/lines-burger.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .header_open .header__burger {
        background-image: url(../img/close-burger.svg);
        background-size: 24px;
    }
}








/*     first     */

.first {
    position: relative;
    padding-top: 165px;
    z-index: 1;
}

.first:before {
    position: absolute;
    content: url(../img/light-bg-1.png);
    top: calc(50% - 650px);
    left: calc(50% - 1055px);
    z-index: 1;
}

.first__block {
    display: flex;
    flex-direction: column;
}

.first__title {
    font-family: 'Dzimaa';
    font-weight: 400;
    font-size: 127px;
    line-height: 100%;
}

.first__excange {
    margin-top: 85px;
    padding: 50px 141px 39px 148px;
    color: #E6E6E6;
    background-color: #0F2424;
    border: 1px solid #E6E6E6;
}

.first__excange-list {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 48px;
    z-index: 3;
}

.first__excange-column.first-icon {
    margin-top: 142px;
}

.first__excange-tab {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.first__excange-tab-item {
    cursor: pointer;
    font-size: 18px;
    line-height: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.first__excange-tab-item.active {
    cursor: default;
    font-weight: 600;
}

.first__excange-tab-item:hover {
    font-weight: 600;
}

.first__excange-title {
    font-weight: 300;
    font-size: 64px;
    line-height: 110%;
}

.first__excange-select {
    position: relative;
    width: 365px;
    margin-top: 27px;
    z-index: 3;
}

.first__excange-base {
    width: 100%;
    padding: 20px 95px 21px 42px;
    cursor: pointer;
    font-size: 18px;
    line-height: 100%;
    white-space: nowrap;
    color: #F2FDFF;
    background: none;
    background-image: url(../img/select-arrow.svg);
    background-position: right 39px center;
    background-repeat: no-repeat;
    border: 1px solid #F2FDFF;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.active .first__excange-base {
    background-image: url(../img/select-arrow-active.svg);
}

.first__excange-dropdown {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    display: none;
    width: 365px;
    height: 180px;
    margin: 0 auto;
    background: #E6E6E6;
    border: 2px solid #E6E6E6;
    border-top: 0;
    overflow-y: scroll;
}

.first__excange-select.active .first__excange-dropdown {
    display: block;
}

.first__excange-dropdown::-webkit-scrollbar {
    width: 5px;
}

.first__excange-dropdown::-webkit-scrollbar-track {
    background: transparent;
    background: #597272;
}

.first__excange-dropdown::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #0F2424;
    width: 5px;
}

.first__excange-dropdown-groupe {
    display: none;
}

.first__excange-dropdown-groupe.active {
    display: block;
}

.first__excange-dropdown-item {
    padding: 4px 15px 4px 27px;
    cursor: pointer;
    font-size: 18px;
    line-height: 160%;
    color: #0F2424;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.first__excange-dropdown-item.active {
    cursor: default;
    background: #E6E6E6;
}

.first__excange-dropdown-item:hover {
    background: #98B7B7;
}

.first__excange-select select {
    width: 263px;
    height: 68px;
    padding: 0 100px 0 30px;
    color: #fff;
    background: none;
    border: 2px solid rgba(241, 241, 241, 1);
    border-radius: 15px;
}

.first__excange-agree {
    position: relative;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    text-align: center;
    z-index: 2;
}

.first__excange-agree span {
    position: relative;
    padding-left: 21px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.first__excange-agree span::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 12px;
    height: 11px;
    border: 1px solid #F2FDFF;
    background-color: #F2FDFF;
    border-radius: 2px;
}

.first__excange-agree span::after {
    position: absolute;
    top: 6px;
    left: 1px;
    content: url(../img/agree-icon.svg);
}

.first__excange-btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.first__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 150px -10px 0;
}

.first__column {
    width: 16.66%;
    padding: 0 10px;
}

.first__column:nth-child(1) {
    margin-left: 33.33%;
}

.first__column:nth-child(3),
.first__column:nth-child(6) {
    margin-left: 16.66%;
}

.first__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    border: 1px solid #E6E6E6;
    background-color: #0F2424;
}

.first__item-img img {
    object-fit: contain;
    max-width: 142px;
    max-height: 142px;
}

.first__item-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}

.first__item-text span {
    font-weight: 700;
    font-size: 60px;
    line-height: 70%;
    text-align: center;
}



@media only screen and (max-width: 1199px) {
    .first:before {
        transform: scale(0.9);
    }

    .first__title {
        font-size: 108px;
    }

    .first__list {
        margin-top: 120px;
    }

    .first__item-img img {
        max-width: 112px;
        max-height: 112px;
    }

    .first__item {
        height: 150px;
    }

    .first__item-text span {
        font-size: 50px;
    }

    .first__item-text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .first {
        padding-top: 72px;
    }

    .first:before {
        top: calc(50% - 850px);
    }

    .first__title {
        font-size: 71px;
        text-align: center;
    }

    .first__excange {
        margin-top: 55px;
        padding: 10px 11px 20px 11px;
        background-color: initial;
    }

    .first__excange-list {
        flex-direction: column;
        justify-content: initial;
        column-gap: 0;
        row-gap: 22px;
    }

    .first__excange-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 100%;
    }

    .first__excange-tab {
        column-gap: 15px;
        margin-top: 18px;
    }

    .first__excange-tab-item {
        min-width: 143px;
        font-size: 16px;
    }

    .first__excange-select {
        width: 100%;
    }

    .first__excange-base {
        width: 100%;
        padding: 20px 115px 21px 10px;
        font-size: 16px;
        text-align: right;
        background-position: right 57px center;
    }

    .first__excange-dropdown {
        width: 100%;
        height: 160px;
    }

    .first__excange-column.first-icon {
        display: flex;
        justify-content: center;
        margin-top: 2px;
        transform: rotate(90deg);
    }

    .first__excange-agree span {
        position: relative;
        padding-left: 21px;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
    }

    .first__excange-agree {
        margin-top: 21px;
    }

    .first__excange-agree span::before {
        top: 0;
        left: 0;
    }

    .first__excange-agree span::after {
        top: 1px;
        left: 1px;
    }

    .first__excange-btn {
        margin-top: 57px;
    }

    .first__excange-btn .btn {
        width: 100%;
    }

    .first__excange-btn .btn_main {
        font-size: 18px;
    }

    .first__list {
        margin: 98px -8px 0;
    }

    .first__column {
        width: 40.5%;
        padding: 0 8px;
    }

    .first__column:nth-child(1) {
        order: 1;
    }
    .first__column:nth-child(2) {
        order: 2;
    }
    .first__column:nth-child(3) {
        order: 7;
    }
    .first__column:nth-child(4) {
        order: 4;
    }
    .first__column:nth-child(5) {
        margin-left: 19%;
        order: 3;
    }
    .first__column:nth-child(6) {
        margin-left: 0;
        order: 5;
    }
    .first__column:nth-child(7) {
        margin-right: 19%;
        order: 6;
    }
    .first__column:nth-child(8) {
        order: 8;
    }

    .first__column:nth-child(1) {
        margin-left: 0;
    }

    .first__column:nth-child(2) {
        margin-right: 19%;
    }

    .first__column:nth-child(3) {
        margin-left: 19%;
    }

    .first__item {
        height: 126px;
    }

    .first__item-img img {
        max-width: 100px;
        max-height: 100px;
    }

    .first__item-text span {
        font-size: 42px;
    }

    .first__item-text {
        font-size: 14px;
    }
}









/*     reserves     */

.reserves {
    position: relative;
    padding-top: 132px;
    z-index: 2;
}

.reserves:before {
    position: absolute;
    content: url(../img/light-bg-2.png);
    top: calc(50% - 866px);
    left: calc(50% - 1046px);
    z-index: 1;
}

.reserves__list {
    display: flex;
    justify-content: space-between;
    margin-top: 77px;
    padding: 28px 50px 32px 27px;
    border: 1px solid rgba(240, 242, 255, 0.5);
}

.reserves__column {
    display: flex;
    flex-direction: column;
    row-gap: 49px;
}

.reserves__column:nth-child(2) {
    row-gap: 35px;
}

.reserves__item {
    display: flex;
    column-gap: 26px;
    align-items: flex-end;
}

.reserves__item-icon {
    position: relative;
    width: 67px;
    height: 67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.reserves__item-icon.mir {
    width: 68px;
    height: 94px;
}

.reserves__item-content {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

.reserves__item-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

.reserves__item-name.mini {
    line-height: 22px;
    margin-top: -4px;
}

.reserves__item-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.reserves__lable {
    margin-top: 26px;
    font-size: 18px;
    line-height: 110%;
}

.reserves__btn {
    display: flex;
    justify-content: center;
    margin-top: 62px;
}

@media only screen and (max-width: 1199px){
    .reserves {
        padding-top: 120px;
    }

    .reserves:before {
        transform: scale(0.9);
    }

    .reserves__list {
        margin-top: 45px;
    }

    .reserves__item {
        column-gap: 20px;
    }
    

    .reserves__column {
        row-gap: 21px;
    }

    .reserves__item-name .mini {
        line-height: 18px;
    }

    .reserves__item-icon.mir {
        width: 59px;
        height: 78px;
    }

    .reserves__item-icon {
        background-size: 58px;
    }
    
    .reserves__item-name {
        font-size: 15px;
    }

    .reserves__item-price {
        font-size: 18px;
        line-height: 22px;
    }

    .reserves__info {
        margin-top: 19px;
        padding: 15px 15px 9px 14px;
        font-size: 17px;
        line-height: 20px;
    }
    
    .reserves__btn {
        margin-top: 42px;
    }
}

@media only screen and (max-width: 1023px){
    .reserves {
        padding-top: 93px;
    }

    .reserves:before {
        content: none;
    }

    .reserves__head {
        padding-left: 0;
    }

    .reserves__description {
        margin-top: 19px;
        margin-left: 30px;
    }

    .reserves__text {
        margin: 14px 0 0 35px;
    }

    .reserves__column {
        row-gap: 21px;
    }

    .reserves__column:nth-child(2),
    .reserves__column:nth-child(3) {
        display: none;
    }

    .active .reserves__column:nth-child(2),
    .active .reserves__column:nth-child(3) {
        display: flex;
    }

    .reserves__list {
        flex-direction: column;
        padding: 28px 40px 27px 27px;
        margin-top: 32px;
        row-gap: 21px;
    }

    .reserves__list-more {
        width: 60px;
        height: 28px;
        margin: 20px auto;
        background-image: url(../img/arrow-more.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .reserves__list-more.active {
        transform: rotate(180deg);
    }

    .reserves__column.mini {
        row-gap: 28px;
    }

    .reserves__item-icon.mir {
        width: 68px;
        height: 94px;
    }

    .reserves__item-icon {
        background-size: 68px;
    }

    .reserves__item-name {
        font-size: 18px;
        line-height: 100%;
    }

    .reserves__item-price {
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
    }

    .reserves__info {
        padding: initial;
        margin-top: 2px;
        font-size: 20px;
        line-height: 24px;
    }

    .reserves__info span {
        display: block;
    }

    .reserves__lable {
        margin-top: 14px;
        font-size: 14px;
        line-height: 110%;
    }

    .reserves__lable br {
        display: none;
    }

    .reserves__btn .btn_main {
        width: 270px;
        font-size: 18px;
        line-height: 100%;
    }

    .reserves__btn {
        margin-top: 50px;
    }

}








/*     services     */

.services {
    position: relative;
    padding-top: 134px;
}

.services:before {
    position: absolute;
    content: url(../img/light-bg-3.png);
    top: calc(50% - 930px);
    left: calc(50% - 1055px);
    z-index: 1;
}

.services__img {
    position: relative;
    height: 400px;
    margin-top: 158px;
    background-image: url(../img/services-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.services__img-text {
    position: absolute;
    top: -82px;
    left: 40px;
    padding: 20px 28px 20px 20px;
    font-size: 18px;
    line-height: 120%;
    border: 1px solid #E6E6E6;
    background-color: #0F2424;
}

.services__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: -120px -10px 0;
    z-index: 2;
}

.services__column {
    width: 25%;
    padding: 0 10px;
}

.services__column:nth-child(1) {
    margin-left: 40.6%;
}

.services__item {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    min-height: 208px;
    padding: 23px 20px 10px;
    background-color: #0F2424;
}

.services__item-title {
    position: relative;
    font-size: 24px;
    line-height: 110%;
    padding-bottom: 17px;
}

.services__item-title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 33px;
    bottom: 0;
    height: 1px;
    background-color: #D9D9D9;
}

.services__item-text {
    font-size: 18px;
    line-height: 122%;
}

.services__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .services {
        padding-top: 84px;
    }

    .services:before {
        transform: scale(0.9);
    }

    .services__img {
        margin-top: 98px;
    }

    .services__img-text {
        top: -35px;
        left: 40px;
        padding: 15px 23px 15px 15px;
        font-size: 16px;
    }

    .services__item {
        min-height: 185px;
    }
    
    .services__item-title {
        font-size: 20px;
    }

    .services__item-text {
        font-size: 15px;
    }
}


@media only screen and (max-width: 1023px) {
    .services {
        padding-top: 89px;
    }

    .services:before {
        top: calc(50% - 630px);
    }

    .services__img {
        height: 191px;
        margin: 76px -20px 0;
        background-image: url(../img/services-image-mob.jpg);
    }

    .services__img-text {
        top: -45px;
        left: 20px;
        width: 335px;
        padding: 21px 23px 20px 19px;
        font-size: 18px;
    }

    .services__img-text br {
        display: none;
    }

    .services__img-text span {
        display: block;
    }

    .services__list {
        flex-direction: column;
        flex-wrap: initial;
        row-gap: 20px;
        margin: 20px auto 0;
        width: 300px;
    }

    .services__column:nth-child(1) {
        margin-left: initial;
    }

    .services__column {
        width: 100%;
    }

    .services__item {
        min-height: 208px;
    }

    .services__item-title {
        font-size: 24px;
    }

    .services__item-text {
        font-size: 18px;
    }

    .services__btn {
        margin-top: 40px;
    }

    .btn_main {
        padding: 22px 29px;
        font-size: 18px;
    }
   
}





/*     how     */

.how {
    padding-top: 134px;
    z-index: 2;
}

.how__block {
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
}

.how__img {
    position: relative;
    width: 66%;
    height: 440px;
    background-image: url(../img/how-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.how__img-text {
    position: absolute;
    left: 40px;
    bottom: 46px;
    padding: 20px 26px 20px 21px;
    font-size: 18px;
    line-height: 120%;
    color: #0F2424;
    background-color: #96B3B4;
    border: 1px solid #E6E6E6;
}

.how__info {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    width: 32%;
}

.how__info-text {
    min-height: 25px;
    padding-left: 36px;
    font-size: 18px;
    line-height: 120%;
    background-image: url(../img/how-info-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.how__list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -10px 0;
}

.how__column {
    width: 33.33%;
    padding: 0 10px;
}

.how__item {
    display: flex;
    flex-direction: column;
    height: 464px;
    row-gap: 21px;
    padding: 20px 20px 36px;
    border: 1px solid #E6E6E6;
}

.how__item-head {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.how__item-head img {
    width: 103px;
}

.how__item-title {
    font-family: 'Helvetica';
    font-size: 32px;
    line-height: 100%;
}

.how__item-content {
    height: 287px;
    padding: 20px 10px 11px 20px;
    background-color: #E6E6E6;
}

.how__item-text {
    font-size: 18px;
    line-height: 120%; 
    color: #0F2424;   
}

.how__item-links {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    margin-top: 16px;
}

.how__item-links a {
    font-weight: 600;
    color: #0F2424;
    text-decoration: underline;
}

.how__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .how__img {
        height: 374px;
    }

    .how__img-text {
        padding: 15px 21px 15px 16px;
        font-size: 16px;
    }

    .how__info-text {
        font-size: 16px;
    }

    .how__item {
        height: 432px;
        padding: 20px 20px 25px;
    }

    .how__item-head {
        column-gap: 20px;
    }

    .how__item-head img {
        width: 80px;
    }

    .how__item-title {
        font-size: 26px;
    }

    .how__item-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .how {
        padding-top: 88px;
    }

    .how__block {
        flex-direction: column;
        justify-content: initial;
        margin-top: 31px;
        row-gap: 21px;
    }

    .how__img {
        width: auto;
        height: 212px;
        margin: 0 -20px 0;
    }

    .how__img-text {
        display: none;
    }

    .how__info {
        row-gap: 21px;
        width: auto;
    }

    .how__info-text {
        font-size: 18px;
    }

    .how__list {
        flex-direction: column;
        flex-wrap: initial;
        margin-top: 19px;
        row-gap: 20px;
    }

    .how__column {
        width: 100%;
    }

    .how__item {
        height: auto;
        padding: 18px 25px 25px 22px;
    }

    .how__item-head {
        column-gap: 12px;
    }

    .how__item-head img {
        width: 77px;
    }

    .how__column:nth-child(3) .how__item-head img {
        width: 65px;
    }

    .how__item-title {
        font-size: 28px;
        line-height: 120%;
    }

    .how__item-content {
        height: auto;
        padding: 20px 10px 12px 20px;
    }

    .how__item-text {
        font-size: 18px;
        line-height: 122%;
    }

    .how__item-text p {
        margin: 0 0 13px;
    }

    .how__item-text br {
        display: none;
    }

    .how__item-text span {
        display: block;
    }

    .how__btn {
        margin-top: 40px;
    }
    
}





/*     cases     */

.cases {
    position: relative;
    padding-top: 134px;
}

.cases:before {
    position: absolute;
    content: url(../img/light-bg-4.png);
    top: calc(50% - 735px);
    left: calc(50% - 1055px);
    z-index: 1;
}

.cases__block {
    display: flex;
    justify-content: space-between;
    margin-top: 77px;
}

.cases__side1 {
    width: 40.6%;
}

.cases__list1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 51px -13px 0;
    row-gap: 56px;
    z-index: 2;
}

.cases__list1:before {
    position: absolute;
    content: url(../img/cases-list-svg.svg);
    top: -53px;
    left: 13px;
    right: 0;
    z-index: 1;
}

.cases__column1 {
    position: relative;
    width: 50%;
    padding: 0 13px;
    z-index: 2;
}

.cases__column1:nth-child(3) {
    width: 100%;
}

.cases__item1 {
    height: 139px;
    padding: 10px;
    color: #001124;
    background-color: #E6E6E6;
}

.cases__item1-head {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.cases__item1-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
}

.cases__item1-text {
    margin-top: 8px;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

.cases__column1:nth-child(3) .cases__item1 {
    height: 290px;
    padding: 20px 20px 23px;
    color: #E6E6E6;
    background: linear-gradient(45.5deg, #24504F 48.68%, #53AEAC 97.22%);
}

.cases__column1:nth-child(3) .cases__item1-title {
    margin-top: 6px;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
}

.cases__column1:nth-child(3) .cases__item1-text {
    margin-top: 23px;
    padding: 64px 10px;
    font-size: 18px;
    line-height: 120%;
    background-color: #0F2424;
    text-align: left;
}

.cases__side2 {
    width: 46.8%;
    margin-right: 28px;
}

.cases__list2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 52px;
    margin: 0 -24px 0;
}

.cases__column2 {
    width: 50%;
    padding: 0 24px;
}

.cases__item2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 242px;
    padding: 20px 20px 11px;
    background: linear-gradient(45.5deg, #24504F 48.68%, #53AEAC 97.22%);
}

.cases__item2-title {
    font-size: 24px;
    line-height: 110%;
    margin-top: 7px;
}

.cases__item2-text {
    height: 108px;
    padding: 10px;
    font-size: 18px;
    line-height: 120%;   
    background-color: #0F2424;
}

.cases__info {
    margin-top: 40px;
    font-size: 18px;
    line-height: 120%;
}

.cases__info a {
    color: #7F94FF;
    text-decoration: underline;
}

.cases__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}


@media only screen and (max-width: 1199px) {
    .cases {
        padding-top: 100px;
    }

    .cases:before {
        transform: scale(0.9);
    }

    .cases__item1-title {
        font-size: 18px;
    }

    .cases__item1-text {
        font-size: 15px;
    }

    .cases__item1 {
        height: 125px;
    }

    .cases__list1:before {
        top: -55px;
        left: -21px;
        transform: scale(0.85);
    }

    .cases__item1-head {
        font-size: 16px;
    }

    .cases__column1:nth-child(3) .cases__item1 {
        height: 270px;
        padding: 20px 20px 17px;
    }

    .cases__column1:nth-child(3) .cases__item1-title {
        font-size: 20px;
    }

    .cases__column1:nth-child(3) .cases__item1-text {
        font-size: 15px;
    }

    .cases__list2 {
        row-gap: 40px;
        margin: 0 -20px 0;
    }

    .cases__column2 {
        padding: 0 20px;
    }

    .cases__item2-title {
        font-size: 20px;
    }

    .cases__item2-text {
        font-size: 15px;
    }

    .cases__item2 {
        height: 232px;
        padding: 20px 15px 11px;
    }

    .cases__info {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1023px) {
    .cases {
        padding-top: 89px;
    }

    .cases:before {
        display: none;
    }

    .cases__block {
        flex-direction: column;
        justify-content: initial;
        margin-top: 25px;
        row-gap: 18px;
    }

    .cases__side1 {
        width: 100%;
    }

    .cases__side2 {
        width: 100%;
    }

    .cases__list1 {
        margin: 59px -10px 0;
        row-gap: 127px;
    }

    .cases__list1:before {
        content: url(../img/cases-list-mob.svg);
        top: -53px;
        left: 8px;
        transform: initial;
    }

    .cases__column1 {
        padding: 0 10px;
    }

    .cases__item1 {
        height: 165px;
    }

    .cases__item1-text {
        margin-top: 9px;
        font-size: 16px;
        line-height: 125%;
    }

    .cases__item1-text br {
        display: none;
    }

    .cases__info {
        font-size: 18px;
    }

    .cases__info-1 {
        position: absolute;
        top: 372px;
        left: 20px;
    }

    .cases__info-2 {
        margin: 40px -5px 0 0;
    }

    .cases__info-2 br{
        display: none;
    }

    .cases__item1-head {
        font-size: 18px;
    }

    .cases__column1:nth-child(3) .cases__item1-title {
        font-size: 24px;
        line-height: 115%;
    }

    .cases__column1:nth-child(3) .cases__item1-text {
        margin-top: 19px;
        padding: 14px 10px;
        font-size: 18px;
    }

    .cases__column1:nth-child(3) .cases__item1 {
        height: 214px;
        padding: 20px 20px 17px;
    }

    .cases__list2 {
        flex-direction: column;
        flex-wrap: initial;
        row-gap: 18px;
    }

    .cases__column2 {
        width: 100%;
    }

    .cases__item2 {
        height: 214px;
        padding: 20px;
    }

    .cases__item2-title {
        font-size: 24px;
    }

    .cases__item2-text {
        display: flex;
        align-items: center;
        padding: 3px 10px;
        height: 72px;
        font-size: 18px;
    }

    .cases__item2-text br {
        display: none;
    }

    .cases__btn {
        margin-top: 41px;
    }

    .cases__btn .btn {
        width: 100%;
    }
    
}





/*     offers     */

.offers {
    padding: 150px 0 150px;
}

.offers__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
    min-height: 356px;
}

.offers__block:before {
    position: absolute;
    content: url(../img/offers-decore-1.svg);
    top: 0;
    left: 0;
}

.offers__block:after {
    position: absolute;
    content: url(../img/offers-decore-2.svg);
    top: 0;
    right: 0;
}

.offers__text {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

.offers__text.borders {
    width: 214px;
    padding: 40px 0 40px;
    border-top: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
}

@media only screen and (max-width: 1199px) {
    .offers {
        padding: 120px 0 120px;
    }

    .offers__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .offers {
        padding: 456px 0 476px;
    }

    .offers__block {
        row-gap: 39px;
        min-height: 334px;
    }

    .offers__block:before {
        top: -385px;
        left: -7px;
        transform: scale(0.94);
    }

    .offers__block:after {
        top: 364px;
        right: -15px;
        transform: scale(0.94);
    }

    .offers__text {
        font-size: 18px;
    }
}




/*     footer     */

.footer {
    padding: 211px 0 165px;
    background-image: url(../img/footer-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer__logo {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__block {
    margin: 0 auto;
    max-width: 936px;
    padding: 60px 40px;
    background-color: #0F2424;
}

.footer__content {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.footer__list {
    display: flex;
    justify-content: space-between;
}

.footer__column {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.footer__column-title {
    font-size: 48px;
    line-height: 110%;
}

.footer__menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__menu a {
    font-size: 18px;
    line-height: 120%;
    color: #F1F1F1;
}

.footer__menu a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 1199px) {
    .footer {
        padding: 181px 0 125px
    }

    .footer__column-title {
        font-size: 44px;
        line-height: 110%;
    }
    
}

@media only screen and (max-width: 1023px){
    .footer {
        padding: 96px 0 94px;
        background-image: url(../img/footer-img-mob.jpg);
        background-size: contain;
    }

    .footer__block {
        padding: 53px 40px;
    }

    .footer__title {
        font-size: 60px;
        line-height: 60px;
        text-align: center;
    }

    .footer__content {
        justify-content: initial;
        align-items: center;
        flex-direction: column;
        row-gap: 48px;
    }

    .footer__list {
        flex-wrap: initial;
        flex-direction: column;
        align-items: center;
        padding-right: 0;
        row-gap: 9px;
    }

    .footer__column {
        flex-direction: column;
        padding-bottom: 0;
        border-bottom: initial;
    }

    .footer__column:nth-child(1) {
        margin-right: 0;
    }
    
    .footer__column:nth-child(2) {
        margin-right: 0;
    }

    .footer__column:nth-child(3) {
        width: initial;
    }

    .footer__column-title {
        width: 100%;
        font-size: 32px;
        line-height: 39px;
        text-align: center;
    }
    
    .footer__column-title.active {
        margin-bottom: 20px;
    }

    .footer__menu {
        display: none;
        justify-content: center;
    }

    .footer__column-title.active ~ .footer__menu {
        display: flex;
        padding-bottom: 40px;
    }

    .footer__menu ul {
        margin-top: 0;
        text-align: center;
    }

    .footer__menu a {
        white-space: nowrap;
    }


}






/*     regulation     */

.regulation {
    padding: 242px 0 95px;
}

.regulation .title-h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.regulation .title-h3 {
    margin: 20px 0;
    font-size: 22px;
    line-height: 26px;
}

.regulation .title-h4 {
    margin: 20px 0;
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (max-width: 1199px){
    .regulation {
        padding-top: 207px;
    }
}

@media only screen and (max-width: 1023px) {
    .regulation {
        padding: 108px 0 60px;
    }

    .regulation .title-h2 {
        font-size: 30px;
        line-height: 36px;
    }
}





/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(110.31deg, rgba(164, 143, 143, 0.75) 2.43%, rgba(246, 246, 246, 0.1) 97.35%);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 100;
}

.popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    padding: 35px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 35px;
    overflow: hidden;
}

.popup__close {
    position: absolute;
    cursor: pointer;
    top: 45px;
    right: 45px;
    z-index: 10;
}

.popup__close svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup__close:hover svg path {
    fill: #5E83BA;
}

.popup__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
    color: #001124;
}

.popup__description {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.popup__form {
    margin-top: 40px;
}

.popup__form-input {
    margin-bottom: 12px;
}

.popup__form input[type="text"],
.popup__form input[type="tel"],
.popup__form  textarea {
    display: block;
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    font-family: "Inter Tight", sans-serif;
    text-align: left;
    color: #000000;
    border: none;
    background-color: #F1F1F1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.popup__form  textarea {
    resize: none;
}

.popup__form input::-webkit-input-placeholder {color: #717171;}
.popup__form input::-moz-placeholder {color: #717171;}
.popup__form input:-ms-input-placeholder {color: #717171;}
.popup__form input:-moz-placeholder {color: #717171;}

.popup__form textarea::-webkit-input-placeholder {color: #717171;}
.popup__form textarea::-moz-placeholder {color: #717171;}
.popup__form textarea:-ms-input-placeholder {color: #717171;}
.popup__form textarea:-moz-placeholder {color: #717171;}

.popup__form-btn .btn_main {
    width: 275px;
    height: 64px;
    color: #F1F1F1;
    background-color: #0F2424;
}

.popup_ny .block {
    width: 560px;
    padding: 0;
    background: none;
    border-radius: 0;
}

.popup_ny .block .popup__close {
    top: 28px;
    right: 58px;
    z-index: 2;
}

.popup_ny .block > img {
    position: relative;
    z-index: 1;
}

.popup_ny .block > a {
    position: absolute;
    left: 180px;
    right: 180px;
    bottom: 98px;
    height: 80px;
    display: block;
    z-index: 3;
}

.popup_ny-mob {
    display: none;
}

@media only screen and (max-width: 1023px){
    .popup__close {
        top: 25px;
        right: 25px;
    }
    
    .popup .block {
        width: 360px;
        padding: 20px;
        border-radius: 25px;
    }

    .popup__form-btn .btn_main {
        width: 100%;
        height: 64px;
        font-size: 20px;
        line-height: 24px;
    }

    .popup_ny .block {
        width: 320px;
        padding: 0;
        border-radius: 0;
    }

    .popup_ny .block .popup__close {
        top: 40px;
        right: 46px;
        z-index: 2;
    }

    .popup_ny-pc {
        display: none;
    }

    .popup_ny-mob {
        display: block;
    }

    .popup_ny .block > a {
        left: 70px;
        right: 70px;
        bottom: 130px;
        height: 80px;
    }
}