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:600}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-Italic.eot');
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
        url('../fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    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;
}

*, *: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: #0A3D61;
    background-color: #F5FBFD;
}

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


.title {
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

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


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 18px;
}

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-size: 18px;
    font-weight: 400;
    line-height: 100%;
    border-radius: 100px;
    color: #F5FBFD;
    background-color: #0A3D61;
    transform: scale(1);
}

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

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


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






/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 62px 0 48px;
    -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: 30px 0!important;
    background-color: #F5FBFD;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}

.header_scroll .header__menu ul {
    flex-direction: initial;
    column-gap: 15px;
}

.header_scroll .header__logo {
    top: -17px;
}

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

.header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 51px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    padding-left: 200px;
}

.header__menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}

.header__menu a {
    display: block;
    font-size: 18px;
    line-height: 118%;
    color: #0A3D61;
}

.header__menu a:hover {
    font-weight: 600;
    color: #0A3D61;
}


@media only screen and (max-width: 1199px){
    .header__menu {
        padding-left: 170px;
    }
}

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

    .header__logo {
        top: -5px;
        left: 20px;
        width: 26px;
        height: 26px;
    }

    .header_scroll .header__logo {
        top: -5px;
    }

    .header_open {
        height: 100vh;
        background: #F5FBFD;
    }

    .header__main {
        min-height: 13px;
    }

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

    .header_open .header__menu {
        padding-left: 0;
    }

    .header_open .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: 118%;
        text-transform: uppercase;
        color: #0A3D61;
        border: 1px solid #0A3D61;
    }

    .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/burger-lines.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

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








/*     first     */

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

.first__img {
    position: absolute;
    top: -236px;
    right: calc(50% - 228px);
    width: 998px;
    z-index: 1;
}

.first__block {
    display: flex;
    justify-content: flex-end;
}

.first__excange {
    position: relative;
    padding: 0 10px;
    color: #0A3D61;
    z-index: 2;
}

.first__excange-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}

.first__excange-column.first-icon {
    margin: 14px 0 11px;
}

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

.first__excange-tab-item {
    min-width: 147px;
    cursor: pointer;
    font-size: 18px;
    line-height: 118%;
    -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: 23px;
    z-index: 3;
}

.first__excange-column:nth-child(1) {
    position: relative;
    z-index: 2;
}

.first__excange-column:nth-child(3) {
    position: relative;
    z-index: 1;
}

.first__excange-base {
    position: relative;
    width: 100%;
    padding: 9px 95px 9px 22px;
    cursor: pointer;
    font-size: 24px;
    line-height: 40px;
    white-space: nowrap;
    color: #0A3D61;
    background: none;
    background-image: url(../img/first-select-arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    border: 1px solid rgba(10, 61, 97, 0.5);
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 1;
}

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

.first__excange-dropdown {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    display: none;
    width: 365px;
    height: 180px;
    margin: 0 auto;
    background: #0A3D61;
    border: 2px solid #0A3D61;
    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: #6E98B5;
}

.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: #F5FBFD;
    -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: #7BBED4;
}

.first__excange-dropdown-item:hover {
    background: #7BBED4;
}

.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: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    font-size: 18px;
    line-height: 118%;
    text-align: center;
    z-index: 2;
}

.first__excange-agree span {
    position: relative;
    padding-left: 32px;
    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 {
    
}

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

.first__excange-btn {
    margin-top: 39px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

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

    .first__img {
        top: -135px;
        right: calc(50% - 135px);
        width: 765px;
    }
}

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

    .first__img {
        top: -415px;
        right: calc(50% - 254px);
        width: 517px;
    }

    .first__block {
        display: block;
        justify-content: initial;
        margin-top: 326px;
    }

    .first__excange {
        padding: 0 4px;
    }

    .first__excange-list {
        align-items: initial;
    }

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

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

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

    .first__excange-column.first-icon {
        display: flex;
        justify-content: center;
        margin: 12px 0 10px;
    }

    .first__excange-select {
        width: 100%;
        margin-top: 12px;
    }

    .first__excange-base {
        width: 100%;
    }

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

    .first__excange-agree {
        margin: 24px -5px 0;
        text-align: initial;
    }

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

    .first__excange-btn .btn {
        width: 294px;
    }

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

}









/*     about     */

.about {
    padding-top: 162px;
}

.about__block {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    margin-top: 60px;
}

.about__text1 {
    padding-right: 605px;
}

.about__text1 p,
.about__text2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

.about__text1 blockquote {
    font-size: 20px;
    line-height: 118%;
    margin-left: 114px;
    padding-left: 6px;
    border-left: 1px solid #0A3D61;
}

.about__text1 img {
    position: absolute;
    top: 68px;
    right: -27px;
    width: 608px;
}


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

    .about__text1 {
        padding-right: 420px;
    }

    .about__text1 img {
        position: absolute;
        top: 110px;
        right: -27px;
        width: 458px;
    }
}


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

    .about__block {
        row-gap: 18px;
        margin-top: 25px;
    }

    .about__text1 {
        padding-right: 0;
    }

    .about__text1 blockquote {
        display: none;
    }

    .about__text1 p {
        margin: 0 0 12px;
        line-height: 121%;
    }

    .about__text1 p br {
        display: none;
    }

    .about__text1 p:nth-child(3) {
        font-size: 20px;
        line-height: 121%;
        padding-left: 6px;
        margin-bottom: 0;
        border-left: 1px solid #0A3D61;
    }

    .about__text1 img {
        position: relative;
        top: 0;
        right: 0;
        width: 285px;
        margin-left: 25px;
    }

    .about__text2 {
        display: none;
    }
}









/*     reserves     */

.reserves {
    padding-top: 119px;
}

.reserves__block {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
}

.reserves__currency {
    width: 780px;
    border: 1px solid #0A3D61;
}

.reserves__tabs {
    display: flex;
    height: 75px;
    border-bottom: 1px solid #0A3D61;
    overflow: hidden;
}

.reserves__tab {
    position: relative;
    cursor: pointer;
    align-items: flex-start;
    position: relative;
    display: flex;
    justify-content: center;
    width: 33.33%;
    padding: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 118%;
    text-decoration: underline;
    color: #0A3D61;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.reserves__tab.active {
    cursor: default;
    color: #fff;
}

.reserves__tab span {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1024px){
    .reserves__tab_1 {
        z-index: 3;
    }

    .reserves__tab_2 {
        z-index: 2;
    }

    .reserves__tab_3 {
        z-index: 1;
    }

    .reserves__tab_1:before {
        position: absolute;
        top: -1px;
        left: 50%;
        content: url(../img/reserves-tab-left.svg);
        transform: translate(-50%, 0);
        z-index: 1;
    }

    .reserves__tab_1.active:before {
        content: url(../img/reserves-tab-left-active.svg);
    }

    .reserves__tab_2:before {
        position: absolute;
        top: -1px;
        left: 50%;
        content: url(../img/reserves-tab-left.svg);
        transform: translate(-50%, 0);
        z-index: 1;
    }

    .reserves__tab_2.active:before {
        content: url(../img/reserves-tab-left-active.svg);
    }

    .reserves__tab_3.active:before {
        position: absolute;
        content: '';
        top: -1px;
        left: -20px;
        right: -5px;
        bottom: 0;
        background-color: #0A3D61;
        z-index: 1;
    }

}

.reserves__tab-container {
    display: none;
}

.reserves__tab-container.active {
    display: block;
}

.reserves__tabs .reserves__tab-container {
    display: none;
}

.reserves__list {
    display: flex;
    justify-content: space-between;
    padding: 61px 34px;
}

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

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

.reserves__column.mini .reserves__item {
    align-items: flex-start;
}

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

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

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

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

.reserves__list2 {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    margin-top: 7px;
}

.reserves__item2 {
    display: flex;
    align-items: center;
    column-gap: 31px;
    padding-left: 10px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
    text-align: center;
    border-bottom: 1px solid #0A3D61;
}

.reserves__item2 strong {
    font-size: 60px;
    line-height: 118%;
    letter-spacing: -0.05em;
}

.reserves__label {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

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




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

    .reserves__title {
        text-align: center;
    }

    .reserves__block {
        flex-direction: column;
        justify-content: initial;
        row-gap: 30px;
        max-width: 780px;
        margin: 38px auto 0;
    }

    .reserves__list2 {
        justify-content: space-between;
        flex-direction: initial;
        row-gap: 0;
        margin-top: 0;
    }

    .reserves__label {
        text-align: center;
    }
}

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

    .reserves__title {
        text-align: initial;
    }

    .reserves__block {
        margin-top: 24px;
        max-width: 100%;
        margin-top: 38px;
    }

    .reserves__currency {
        width: 100%;
        border: none;
    }

    .reserves__tab {
        position: relative;
        align-items: center;
        justify-content: flex-start;
        height: 76px;
        padding: 6px 60px 10px 18px;
        line-height: 100%;
        width: 100%;
        background-image: url(../img/border-tab-bg-mob.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .reserves__tab:before {
        position: absolute;
        content: url(../img/tabs-arrow-mob.svg);
        top: 22px;
        right: 65px;
        width: 48px;
        height: 22px;
        transform: rotate(0deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .reserves__tab.active:before {
        content: url(../img/tabs-arrow-mob-active.svg);
        transform: rotate(-180deg);
    }

    .reserves__tab-container.active {
        display: none;
    }

    .reserves__tabs .reserves__tab-container.active {
        display: flex;
    }

    .reserves__tabs {
        flex-direction: column;
        height: initial;
        border: none;
        row-gap: 20px;
    }

    .reserves__tab.active {
        color: #F5FBFD;
    }

    .reserves__tab.active {
        background-image: url(../img/tabs-blue-bg-mob.svg);
    }

    .reserves__list {
        justify-content: initial;
        flex-direction: column;
        width: 100%;
        row-gap: 12px;
        padding: 20px;
        border: 1px solid #0A3D61
    }

    .reserves__list2 {
        justify-content: initial;
        flex-direction: column;
        row-gap: 10px;
        margin: 0 29px;
    }

    .reserves__label {
        margin-top: 14px;
    }

    .reserves__label span {
        display: block;
    }

    .reserves__btn {
        margin-top: 41px;
    }

    .reserves__btn .btn {
        width: 285px;
    }
    
}






/*     services     */

.services {
    padding-top: 121px;
}

.services__head {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.services__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 369px;
}

.services__content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 60px;
    padding-left: 498px;
    width: 1098px;
}

.services__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

.services__list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px 0;
}

.services__column {
    width: 50%;
    padding: 0 13px;
}

.services__item1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 135px;
    padding: 10px 10px 20px;
    background-color: #E4F1FB;
    border-bottom: 1px solid #0A3D61;
}

.services__item1-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    text-decoration: underline;
}

.services__item1-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

.services__slider {
    margin-top: 40px;
}

.services__item2 {
    height: 179px;
    padding: 20px 20px 0;
    border: 1px solid #0A3D61;
}

.services__item2-title {
    position: relative;
    font-size: 24px;
    line-height: 118%;
    padding-bottom: 16px;
}

.services__item2-title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 132px;
    bottom: 0;
    height: 1px;
    background-color: #0A3D61;
}

.services__item2-text {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

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

.services__list2.show_mob {
    display: none;
}

.owl-services {
    padding-bottom: 67px;
}

.owl-services .owl-nav button {
    width: 49px !important;
    height: 47px !important;
}

.owl-nav {
    position: absolute;
    bottom: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.owl-nav button span {
    display: none!important;
}

.owl-nav button.owl-prev {
    background-image: url(../img/icon-slider-prev.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.owl-nav button.owl-next {
    background-image: url(../img/icon-slider-next.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.owl-services .owl-nav {
    right: calc(50% - 456px) !important;
    width: 148px !important;
}

.owl-services .owl-dots {
    position: absolute!important;
    right: calc(50% - 411px)!important;
    bottom: 0!important;
    display: flex!important;
    justify-content: center!important;
    column-gap: 6px!important;
    width: 60px;
}

.owl-services .owl-dot {
    width: 10px!important;
    height: 10px!important;
    border-radius: 100px!important;
    background-color: #ccc!important;
}

.owl-services .owl-dot.active {
    background-color: #0A3D61!important;
}

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

    .services__content {
        padding-left: 395px;
        width: 100%;
    }

    .services__img {
        top: 23px;
        width: 330px;
    }

    .services__item1-title {
        font-size: 22px;
    }

    .services__item2-title {
        font-size: 22px;
    }

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

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

    .services__content {
        row-gap: 23px;
        margin-top: 25px;
        padding-left: 0;
    }

    .services__text {
        line-height: 122%;
    }

    .services__text br {
        display: none;
    }

    .services__text span {
        display: block;
    }

    .services__list1 {
        flex-direction: column;
        align-items: center;
        flex-wrap: initial;
        row-gap: 12px;
        margin: 0;
    }

    .services__column {
        width: 285px;
        padding: 0;
    }

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

    .services__img {
        position: absolute;
        top: 486px;
        left: 53px;
        width: 229px;
    }

    .services__slider.show_pc {
        display: none;
    }
    
    .services__list2.show_mob {
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        margin-top: 242px;
        padding-bottom: 46px;
    }

    .services__item2 {
        height: auto;
        padding: 20px;
    }

    .services__item2-title {
        font-size: 24px;
        line-height: 121%;
    }

    .services__item2-title br {
        display: none;
    }

    .services__item2-title:after {
        right: 87px;
    }

    .services__item2-text {
        margin-top: 18px;
        font-size: 18px;
        line-height: 122%;
    }

    .services__item2-text br {
        display: none;
    }

    .services__item2.hide {
        display: none;
    }

    .services__list2-arrow {
        position: absolute;
        content: url(../img/tabs-arrow-mob.svg);
        left: calc(50% - 23px);
        bottom: 0;
        width: 48px;
        height: 22px;
        transform: rotate(0deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .services__list2.active .services__list2-arrow {
        transform: rotate(-180deg);
    }

    .services__list2.active .services__item2.hide {
        display: block;
    }

    .services__btn {
        margin-top: 40px;
    }

    .services__btn .btn {
        width: 285px;
    }
    
}





/*     guarantee     */

.guarantee {
    padding-top: 121px;
}

.guarantee__block {
    margin-top: 40px;
}

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

.guarantee__subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 118%;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 3px solid #0A3D61;
}

.guarantee__img {
    width: 349px;
    margin-left: 82px;
}

.guarantee__text {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

.guarantee__text.show_mob {
    display: none;
}

.guarantee__info {
    font-size: 20px;
    font-weight: 600;
    line-height: 118%;
}

.guarantee__column1 {
    min-width: 482px;
}

.guarantee__list1 {
    display: flex;
    flex-direction: column;
    row-gap: 53px;
    margin-top: 41px;
}

.guarantee__item1 {
    min-height: 88px;
    padding-left: 52px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
    border-bottom: 1px solid #0A3D61;
    background-image: url(../img/guarantee-checkmark.svg);
    background-repeat: no-repeat;
    background-position: top left 8px;
}

.guarantee__question {
    margin-top: 57px;
    font-size: 24px;
    font-weight: 500;
    line-height: 118%;
    text-decoration: underline;
}

.guarantee__list2 {
    display: flex;
    flex-wrap: wrap;
    margin: 36px -10px 0;
}

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

.guarantee__item2 {
    display: flex;
    column-gap: 18px;
    min-height: 128px;
    padding: 20px 10px 12px;
    border: 1px solid #0A3D61;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.guarantee__item2:hover {
    color: #F5FBFD;
    background-color: #0A3D61;
}

.guarantee__item2:hover .guarantee__item2-icon .svg_f {
    fill: #F5FBFD;
}

.guarantee__item2:hover .guarantee__item2-icon .svg_s {
    stroke: #0A3D61;
}

.guarantee__item2:hover .guarantee__item2-icon .svg_fs {
    fill: #F5FBFD;
    stroke: #0A3D61;
}



.guarantee__item2-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

.guarantee__text2 {
    margin-top: 43px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

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

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

    .guarantee__img {
        width: 289px;
        margin-left: 42px;
    }

    .guarantee__text {
        font-size: 16px;
    }

    .guarantee__info {
        font-size: 18px;
    }

    .guarantee__list1 {
        row-gap: 43px;
    }

    .guarantee__column1 {
        min-width: 424px;
    }

    .guarantee__item1 {
        padding-left: 52px;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .guarantee__question {
        font-size: 22px;
    }

    .guarantee__item2 {
        column-gap: 10px;
        min-height: 128px;
    }

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

    .guarantee__item2-icon svg {
        width: 38px;
        height: 38px;
    }
}


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

    .guarantee__block {
        margin-top: 25px;
    }

    .guarantee__content {
        justify-content: initial;
        flex-direction: column;
        row-gap: 26px;
    }

    .guarantee__column1 {
        min-width: 100%;
    }

    .guarantee__subtitle {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 119%;
    }

    .guarantee__subtitle br {
        display: none;
    }

    .guarantee__img {
        width: 200px;
        margin-left: 68px;
    }

    .guarantee__info {
        font-size: 20px;
    }

    .guarantee__list1 {
        row-gap: 31px;
        margin-top: 31px;
    }

    .guarantee__item1 {
        padding-left: 45px;
        padding-bottom: 17px;
        font-size: 18px;
        line-height: 121%;
        background-position: top left 9px;
        background-size: 19px;
    }

    .guarantee__item1 br {
        display: none;
    }

    .guarantee__item1 span {
        display: block;
    }

    .guarantee__text {
        font-size: 18px;
        margin-top: 0;
    }

    .guarantee__text br {
        display: none;
    }

    .guarantee__text.show_pc {
        display: none;
    }

    .guarantee__text.show_mob {
        display: flex;
    }

    .guarantee__question {
        margin-top: 49px;
        font-size: 24px;
        line-height: 100%;
    }

    .guarantee__question span {
        display: block;
    }

    .guarantee__list2 {
        flex-direction: column;
        flex-wrap: initial;
        margin-top: 23px;
        row-gap: 12px;
    }

    .guarantee__column2 {
        width: 100%;
    }

    .guarantee__item2 {
        column-gap: 17px;
        padding-bottom: 16px;
    }

    .guarantee__item2-icon svg {
        width: 52px;
        height: 53px;
    }

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

    .guarantee__item2-text br {
        display: none;
    }

    .guarantee__text2 {
        margin-top: 25px;
        line-height: 123%;
    }

    .guarantee__text2 br {
        display: none;
    }

    .guarantee__text2 span {
        display: block;
    }

    .guarantee__btn {
        margin-top: 40px;
    }

    .guarantee__btn .btn {
        width: 285px;
    }

}





/*     cases     */

.cases {
    padding: 88px 0 120px;
}

.cases__head {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
}

.cases__subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 118%;
    padding-bottom: 20px;
    border-bottom: 2px solid #0A3D61;
}

.cases__img {
    position: absolute;
    top: -32px;
    right: 101px;
    width: 309px;
}

.cases__slider {
    margin-top: 40px;
}

.cases__item {
    padding: 20px;
    border: 1px solid #0A3D61;
}

.cases__item-label {
    font-weight: 600;
}

.cases__item-title {
    min-height: 60px;
    margin-top: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 118%;
}

.cases__item-border {
    padding-top: 20px;
    border-top: 1px solid #0A3D61;
}

.cases__item-text {
    display: flex;
    align-items: center;
    min-height: 86px;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
    border: 1px solid #0A3D61;
}

.cases__item-currency {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 118%;
}

.owl-cases {
    padding-bottom: 67px;
}

.owl-cases .owl-dots {
    position: absolute!important;
    right: calc(50% - 417px)!important;
    bottom: 0!important;
    display: flex!important;
    justify-content: center!important;
    column-gap: 6px!important;
    width: 60px;
}

.owl-cases .owl-dot {
    width: 10px!important;
    height: 10px!important;
    border-radius: 100px!important;
    background-color: #ccc!important;
}

.owl-cases .owl-dot.active {
    background-color: #0A3D61!important;
}

.owl-cases .owl-nav button {
    width: 49px !important;
    height: 47px !important;
}

.owl-cases .owl-nav {
    right: calc(50% - 460px) !important;
    width: 148px !important;
}

.cases__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}

.cases__text {
    width: 306px;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 20px;
    border-bottom: 2px solid #0A3D61;
}

.cases__info {
    position: relative;
    width: calc(100% - 378px);
    padding: 12px 37px 45px;
    background-color: #E4F1FB;
}

.cases__info-arrow {
    position: absolute;
    content: url(../img/cases-info-arrow.svg);
    left: calc(50% - 31px);
    bottom: 10px;
    width: 52px;
    height: 22px;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cases__info.active .cases__info-arrow {
    transform: rotate(-180deg);
}

.cases__info-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 13px;
    padding-bottom: 28px;
    border-bottom: 1px solid #0A3D61;
}

.cases__info-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 118%;
}

.cases__info-label,
.cases__info-currency {
    font-size: 18px;
    font-weight: 600;
    line-height: 118%;
}

.cases__info-describe {
    margin-top: 30px;
    font-size: 16px;
    line-height: 118%;
    font-style: italic;
}

.cases__info-subtitle {
    margin-top: 28px;
    font-size: 18px;
    font-weight: 600;
    line-height: 118%;
}

.cases__info-text {
    margin-top: 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

.cases__info-text .hide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cases__info.active .cases__info-text .hide {
    max-height: 590px;
    overflow: initial;
}

.cases__info-text .strong {
    font-weight: 600;
}

.cases__info-text p {
    margin: 0 0 22px;
}

.cases__info-text p:first-child {
    margin: 31px 0 27px;
}

.cases__info-text p:last-child {
    margin-bottom: 0;
}

.cases__info-text h3 {
    display: flex;
    align-items: center;
    min-height: 24px;
    margin: 24px 0 16px;
    padding-left: 59px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
    text-decoration: underline;
    background-image: url(../img/cases-info-icon.svg);
    background-repeat: no-repeat;
}

.cases__info-text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 16px 0 24px;
}

.cases__info-text li {
    position: relative;
    padding-left: 24px;
}

.cases__info-text li:before {
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0A3D61;
}

.cases__detail {
    margin-top: 42px;
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
}

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

.cases__list.show_mob {
    display: none;
}


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

    .cases__img {
        top: -45px;
    }

    .cases__item {
        padding: 16px;
    }

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

    .cases__item-text {
        min-height: 98px;
        font-size: 16px;
    }

    .cases__item-text br {
        display: none;
    }

    .cases__info.active .cases__info-text .hide {
        max-height: 780px;
    }
}

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

    .cases__head {
        row-gap: 25px;
    }

    .cases__subtitle {
        font-size: 20px;
        line-height: 119%;
        padding-bottom: 18px;
    }

    .cases__subtitle br {
        display: none;
    }

    .cases__img {
        position: relative;
        top: 0;
        right: 0;
        width: 244px;
        margin-left: 46px;
    }

    .cases__slider.show_pc {
        display: none;
    }

    .cases__list.show_mob {
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        margin-top: 24px;
        padding-bottom: 46px;
    }

    .cases__item {
        padding: 20px;
    }

    .cases__item-label {
        font-size: 18px;
    }

    .cases__item-title {
        font-size: 24px;
        margin-top: 15px;
    }

    .cases__item-text {
        min-height: 98px;
        font-size: 18px;
        line-height: 122%;
    }

    .cases__item.hide {
        display: none;
    }

    .cases__list-arrow {
        position: absolute;
        content: url(../img/tabs-arrow-mob.svg);
        left: calc(50% - 23px);
        bottom: 0;
        width: 48px;
        height: 22px;
        transform: rotate(0deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .cases__list.active .cases__list-arrow {
        transform: rotate(-180deg);
    }

    .cases__list.active .cases__item.hide {
        display: block;
    }

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

    .cases__text {
        width: auto;
        padding-bottom: 18px;
    }

    .cases__info {
        width: 100%;
        padding: 0 0 45px;
    }

    .cases__info-title {
        line-height: 124%;
    }

    .cases__info-title span {
        display: block;
    }

    .cases__info-currency {
        display: none;
    }

    .cases__info-head {
        padding-bottom: 0px;
    }

    .cases__info-describe {
        margin-top: 27px;
        line-height: 124%;
    }

    .cases__info-describe br {
        display: none;
    }

    .cases__detail {
        margin-top: 25px;
        line-height: 121%;
    }

    .cases__detail br {
        display: none;
    }

    .cases__detail span {
        display: block;
    }

    .cases__info-arrow {
        left: calc(50% - 28px);
        bottom: 0;
    }

    .cases__btn {
        margin-top: 40px;
    }

    .cases__btn .btn {
        width: 285px;
    }

    .cases__info.active .cases__info-text .hide {
        max-height: 100%;
    }

}










/*     footer     */

.footer {
    background: linear-gradient(276.26deg, #012D52 -0.38%, #5296C4 93.12%);
}

.footer__block {
    margin: 0 auto;
    max-width: 975px;
    padding: 100px 0 164px;
    
}

.footer__content {
    position: relative;
}

.footer__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: url(../img/footer-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 245px;
    max-width: 780px;
    column-gap: 68px;
    row-gap: 4px;
}

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

@media only screen and (min-width: 1024px){
    .footer__column:nth-child(3) {
        margin-top: -100px;
    }
}

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

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

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

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

.footer__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footer__btn .btn_main {
    color: #0A3D61;
    background-color: #F5FBFD;
}


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

@media only screen and (max-width: 1023px){
    .footer__block {
        padding: 153px 0 113px;
    }

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

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

    .footer__logo {
        top: -113px;
        left: calc(50% - 25px);
        width: 51px;
        height: 51px;
    }

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

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

    .footer__column-title {
        width: 100%;
        font-size: 32px;
        line-height: 121%;
        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;
    }

    .footer__btn .btn {
        width: 285px;
    }


}






/*     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;
}

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