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: #001448;
    background-color: #FFFFFF;
}

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: -160px;
}

@media only screen and (max-width: 1199px) {
    .section__anchor {
        top: -150px;
    }
}

@media only screen and (max-width: 1023px) {
    .section__anchor {
        top: -100px;
    }
}

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

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

@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: 64px;
    font-weight: 400;
    line-height: 100%;
}

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

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

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


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

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

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

}


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






/*     header     */

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

.header_scroll.header {
    top: 30px;
}

.header__block {
    padding: 33px 0;
    border-radius: 20px;
    background-color: #E2E7F4;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.header__logo {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 58px;
    height: 58px;
    background-image: url(../img/logo1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

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

.header__menu a {
    display: block;
    padding: 7px 10px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 20px;
    color: #001448;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 1024px) {
    .header__menu a:hover {
        color: #FFFFFF;
        background-color: #001448;
    }
}

@media only screen and (max-width: 1199px){
    .header {
        top: 40px;
    }

    .header__menu {
        padding-left: 170px;
    }
}

@media only screen and (max-width: 1023px){
    .header {
        top: 30px;
    }

    .header__block {
        padding: 10px 0;
        box-shadow: initial;
    }

    .header__logo {
        top: 10px;
        left: 30px;
        width: 28px;
        height: 28px;
    }

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

    .header_open.header {
        top: 0;
        padding-top: 30px;
    }

    .header_open .header__block {
        padding-bottom: 40px;
    }

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

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

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

    .header__menu .hide {
        display: none;
    }

    .header__main {
        min-height: 28px;
    }

    .header__menu a {
        width: 236px;
        padding: 19px 12px;
        font-weight: 500;
        font-size: 18px;
        line-height: 118%;
        text-transform: uppercase;
        text-align: center;
        color: #0A3D61;
        border-radius: 32px;
        border: 1px solid #0A3D61;
    }

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

    .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: 10px;
        right: 28px;
        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/burger-close.svg);
        background-size: 24px;
    }
}








/*     first     */

.first {
    padding-top: 218px;
}

.first__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 691px;
    padding: 56px 108px 36px 108px;
    border-radius: 35px;
    background-color: #E2E7F4;
    box-shadow: 16px 17px 30px 1px rgba(205, 206, 207, 1);
}

.first__title {
    padding-right: 124px;
    font-size: 110px;
    font-weight: 700;
    line-height: 98%;
    background-image: url(../img/first-group-icons.svg);
    background-repeat: no-repeat;
    background-position: right bottom 24px;
}

.first__img-1 {
    position: absolute;
    right: 84px;
    bottom: -16px;
    width: 535px;
}

.first__img-2 {
    position: absolute;
    right: 45px;
    bottom: -171px;
    width: 620px;
}

.first__excange {
    position: relative;
    width: 372px;
    color: #001448;
    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 {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 118%;
    border-radius: 20px;
    -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;
}

.first__excange-tab-item.active {
    cursor: default;
    color: #FFFFFF;
    background-color: #001448;
}

.first__excange-tab-item:hover {
    color: #FFFFFF;
    background-color: #001448;
}

.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: #001448;
    background: none;
    background-image: url(../img/first-select-arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    border-radius: 35px;
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #001448, #001448), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -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/active-select-arrow.svg);
}

.first__excange-dropdown {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    display: none;
    width: 316px;
    height: 180px;
    margin: 0 auto;
    background: #001448;
    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: #798196;
}

.first__excange-dropdown::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #001448;
    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: #576BA0;
}

.first__excange-dropdown-item:hover {
    background: #576BA0;
}

.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::after {
    position: absolute;
    top: 3px;
    left: 1px;
    content: url(../img/icon-agree.svg);
}

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

@media only screen and (max-width: 1295px) {
    .first__img-2 {
        right: 30px;
        bottom: -130px;
        width: 550px;
    }
}

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

    .first__block {
        height: 641px;
        padding: 56px 88px 36px 88px;
        box-shadow: initial;
    }

    .first__img-1 {
        right: 64px;
        bottom: 0;
        width: 435px;
    }

    .first__img-2 {
        right: 25px;
        bottom: -90px;
        width: 480px;
    }

    .first__title {
        font-size: 80px;
        background-position: right bottom 8px;
    }

    .first__excange {
        width: 342px;
    }

    .first__excange-select {
        width: 342px;
    }
}

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

    .first__block {
        height: auto;
        row-gap: 331px;
        padding: 40px 0 40px;
        align-items: flex-end;
        justify-content: initial;
    }

    .first__img-1 {
        top: 245px;
        left: 3px;
        right: auto;
        bottom: auto;
        width: 352px;
    }

    .first__img-2 {
        top: 205px;
        left: 23px;
        right: auto;
        bottom: auto;
        width: 300px;
    }

    .first__title {
        padding-right: 0;
        padding-bottom: 42px;
        font-size: 77px;
        background-image: url(../img/first-group-icons-mob.svg);
        background-position: left 12px bottom;
    }

    .first__excange {
        width: 100%;
    }

    .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: 146px;
        font-size: 16px;
    }

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

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

    .first__excange-base {
        width: 100%;
        background-position: right 25px center;
    }

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

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

    .first__excange-agree span {
        font-size: 16px;
    }

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

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

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

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

}





/*     services     */

.services {
    padding: 157px 0 150px;
}

.services__list {
    display: flex;
    flex-wrap: wrap;
    margin: 66px -10px 0;
    row-gap: 40px;
}

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

.services__item {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    min-height: 268px;
    padding: 19px 19px 37px;
    border-radius: 35px;
    background-color: #E2E7F4;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 1024px) {
    .services__item:hover {
        transform: translate(-5px, -10px);
    }
}

.services__item-img {
    position: absolute;
    right: 33px;
    bottom: 72px;
    width: 100px;
    height: 100px;
}

.services__item-title {
    font-size: 24px;
    line-height: 118%;
}

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

.services__info {
    display: flex;
    flex-direction: column;
    margin: 62px auto 0;
    padding: 44px 58px;
    width: 845px;
    border-radius: 35px;
    color: #FFFFFF;
    background-color: #576BA0;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.services__info-text {
    font-size: 24px;
    line-height: 120%;
}

.services__info-btn {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 1295px) {
    .services__item-img {
        right: 18px;
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 1199px) {
   .services__item-img {
        right: 18px;
        bottom: 45px;
        width: 70px;
        height: 70px;
    }

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

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

    .services__item {
        min-height: 208px;
    }

    .services__info {
        padding: 34px 58px;
    }

    .services__info-text {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1023px) {
    .services {
        padding: 78px 0 26px;
    }

    .services__list {
        flex-wrap: initial;
        flex-direction: column;
        margin: 40px -10px 0;
        row-gap: 20px;
    }

    .services__column {
        width: 100%;
    }

    .services__item {
        justify-content: flex-end;
        row-gap: 20px;
        min-height: 268px;
        padding: 25px 30px 25px 38px;
    }

    .services__item-img {
        top: 25px;
        left: 38px;
        right: auto;
        bottom: auto;
        width: 60px;
        height: 60px;
    }

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

    .services__item-title br {
        display: none;
    }

    .services__item-title span {
        display: block;
    }

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

    .services__info {
        row-gap: 40px;
        margin-top: 40px;
        padding: 40px 38px;
        width: 100%;
    }

    .services__info-text {
        font-size: 18px;
        line-height: 22px;
    }

    .services__info-text br {
        display: none;
    }

    .services__info-text span {
        display: block;
    }

    .services__info-btn {
        justify-content: initial;
    }

    .services__info-btn .btn {
        width: 256px;
    }
}






/*     details     */

.details {
    position: relative;
    padding: 60px 0 60px;
    background-color: #F3F3F3;
}

.details__block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 51px;
    padding-left: 33px;
}

.details__info {
    width: 634px;
    padding: 67px 94px;
    border-radius: 35px;
    background-color: #E2E7F4;
}

.details__list1 {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.details__item1 {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 20px 8px;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.details__item1-title {
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}

.details__item1-text {
    font-size: 18px;
    line-height: 118%;
}

.details__img {
    position: absolute;
    right: 34px;
    bottom: 0;
    width: 500px;
}

.details__info2 {
    width: 634px;
}

.details__list2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 0;
}

.details__column {
    width: 33.33%;
    padding: 0 12px;
}

.details__item2 {
    min-height: 160px;
    padding: 12px 16px 20px 33px;
    border-radius: 20px;
    background-color: #E2E7F4;
}

.details__item2-text {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    font-size: 18px;
    line-height: 118%;
}

.details__item2-text strong {
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.05em;
}

@media only screen and (max-width: 1295px) {
    .details__img {
        width: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .details__info {
        width: 504px;
        padding: 47px 44px;
    }

    .details__info2 {
        width: 504px;
    }

    .details__item2 {
        min-height: 139px;
        padding: 12px 16px 20px 23px;
    }

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

    .details__item2-text strong {
        font-size: 50px;
    }
}

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

    .details__block {
        row-gap: 41px;
        padding-left: 0;
    }

    .details__info {
        width: 100%;
        padding: 23px 20px 17px;
    }

    .details__list1 {
        row-gap: 19px;
    }

    .details__item1 {
        row-gap: 6px;
        padding: 22px 9px 21px;
    }

    .details__item1-title {
        line-height: 113%;
    }

    .details__item1-text {
        line-height: 22px;
    }

    .details__item1-text br {
        display: none;
    }

    .details__img {
        position: relative;
        right: 0;
        width: auto;
    }

    .details__info2 {
        width: 100%;
    }

    .details__list2 {
        flex-wrap: initial;
        flex-direction: column;
        row-gap: 20px;
    }

    .details__column {
        width: 100%;
    }

    .details__item2 {
        min-height: 86px;
        padding: 12px 11px 14px 36px;
    }

    .details__item2-text {
        justify-content: space-between;
        align-items: center;
        flex-direction: initial;
        font-size: 18px;
    }

    .details__item2-text strong {
        font-size: 60px;
    }

    .details__item2-text span {
        width: 145px;
    }
}








/*     reserves     */

.reserves {
    position: relative;
    padding-top: 158px;
}

.reserves:before {
    position: absolute;
    content: '';
    left: calc(50% - 676px);
    bottom: -360px;
    width: 1353px;
    height: 761px;
    background-image: url(../img/reserves-img-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.reserves__list {
    display: flex;
    flex-wrap: wrap;
    margin: 67px -36px 0;
    padding-right: 52px;
}

.reserves__list.show_mob {
    display: none;
}

.reserves__column {
    width: 33.33%;
    padding: 0 36px;
}

.reserves__item {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 28px 49px;
    border-radius: 35px;
    background-color: #E2E7F4;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

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

.reserves__column:nth-child(3) .reserves__item {
    row-gap: 45px;
}

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

.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;
    flex-direction: column;
}

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

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

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

.reserves__info {
    position: relative;
    left: -25px;
    margin: 60px auto 0;
    width: 792px;
    padding: 44px 73px 106px;
    border-radius: 35px;
    background-color: #FFFFFF;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.reserves__info-text {
    font-size: 24px;
    line-height: 120%;
}

.reserves__btn {
    position: absolute;
    right: calc(50% - 297px);
    bottom: 25px;
}

@media only screen and (max-width: 1295px) {
    .reserves:before {
        background-size: 1200px;
    }

    .reserves__item {
        padding: 28px 39px;
    }

   .reserves__item-icon {
        width: 57px;
        height: 57px;
    }
}


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

    .reserves:before {
        background-size: 1024px;
    }

    .reserves__list {
        margin: 67px -15px 0;
        padding-right: 0;
    }

    .reserves__column {
        padding: 0 15px;
    }

    .reserves__item {
        padding: 28px 29px;
    }

    .reserves__item-info {
        column-gap: 15px;
    }

    .reserves__info-text {
        font-size: 22px;
    }

    .reserves__info {
        left: auto;
        width: 712px;
        padding: 34px 63px 106px;
    }

}

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

    .reserves:before {
        bottom: -433px;
        background-size: 375px;
    }

    .reserves__list {
        flex-wrap: initial;
        flex-direction: column;
        margin-top: 39px;
        padding-right: 0;
    }

    .reserves__list.show_pc {
        display: none;
    }

    .reserves__list.show_mob {
        position: relative;
        display: flex;
        row-gap: 40px;
        padding-bottom: 104px;
    }

    .reserves__column.hide {
        display: none;
    }

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

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

    .reserves__list.active .reserves__column.hide {
        display: block;
    }

    .reserves__column {
        width: 100%;
    }

    .reserves__item {
        padding: 28px 30px 28px 48px;
    }

    .reserves__item-icon {
        width: 67px;
        height: 67px;
    }

    .reserves__item-info {
        column-gap: 20px;
    }

    .reserves__info {
        left: auto;
        padding: 28px 29px 16px;
        margin-top: 40px;
        width: 100%;
    }

    .reserves__info-text {
        font-size: 24px;
        line-height: 121%;
    }

    .reserves__info-text br {
        display: none;
    }

    .reserves__info-text span {
        display: block;
    }

    .reserves__btn {
        display: flex;
        justify-content: center;
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 40px;
    }

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




/*     how     */

.how {
    padding: 158px 0 60px;
}

.how__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
    padding: 14px 16px 15px 30px;
    width: 952px;
    border-radius: 35px;
    border: 5px solid #E2E7F4;
    background-color: #FFFFFF;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.how__info-text {
    font-size: 24px;
    line-height: 120%;
}

.how__info-img {
    width: 195px;
}

.how__info-img.show_mob {
    display: none;
}

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

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

.how__item {
    display: flex;
    flex-direction: column;
    min-height: 162px;
    row-gap: 22px;
    padding: 15px 33px;
    border-radius: 35px;
    border: 5px solid #E2E7F4;
    background-color: #FFFFFF;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

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

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

@media only screen and (max-width: 1295px) {
   .how__item {
        padding: 15px 20px;
    }

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

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

    .how__info {
        margin-top: 48px;
        width: 842px;
    }

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

    .how__list {
        margin: 30px -10px 0;
    }

    .how__item {
        min-height: 158px;
        row-gap: 12px;
        padding: 15px 17px;
    }

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

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

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

    .how__info {
        align-items: initial;
        justify-content: initial;
        flex-direction: column-reverse;
        row-gap: 40px;
        margin-top: 39px;
        padding: 17px 16px 15px 30px;
        width: 100%;
    }

    .how__info-img {
        width: 100px;
    }

    .how__info-img.show_pc {
        display: none;
    }

    .how__info-img.show_mob {
        display: flex;
    }

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

    .how__info-text br {
        display: none;
    }

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

    .how__column {
        width: 100%;
    }

    .how__item {
        min-height: 100%;
        row-gap: 22px;
        padding: 15px 35px;
    }

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

    .how__item-title br {
        display: none;
    }

    .how__item-title span {
        display: block;
    }

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

    .how__item-text br {
        display: none;
    }

    .how__item-text span {
        display: block;
    }
}

    



/*     pluses     */

.pluses {
    padding: 67px 0 60px;
    background-color: #F3F3F3;
}

.pluses__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
}

.pluses__list {
    display: flex;
    flex-wrap: wrap;
    margin: 44px -10px 0;
}

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

.pluses__item {
    position: relative;
    min-height: 174px;
    padding: 27px 32px 47px 133px;
    border-radius: 20px;
    background-color: #E2E7F4;
}

.pluses__item-text {
    display: flex;
    align-items: center;
    min-height: 100px;
    font-size: 24px;
    line-height: 120%;
}

.pluses__item:before {
    position: absolute;
    content: '';
    top: 27px;
    left: 19px;
    width: 100px;
    height: 100px;
    background-image: url(../img/pluses-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pluses__info {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
    margin: 80px auto 0;
    padding: 44px 58px 62px;
    width: 845px;
    border-radius: 35px;
    color: #FFFFFF;
    background-color: #576BA0;
}

.pluses__info-text {
    font-size: 24px;
    line-height: 120%;
}

.pluses__info-img {
    position: absolute;
    right: 48px;
    bottom: 27px;
    width: 210px;
    height: 195px;
}

@media only screen and (max-width: 1295px) {
    .pluses__item-text {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1199px) {
    .pluses__item {
        padding: 27px 20px 27px 96px;
        min-height: 154px;
    }

    .pluses__item:before {
        top: 40px;
        left: 10px;
        width: 70px;
        height: 70px;
    }

    .pluses__item-text {
        min-height: 100px;
        font-size: 20px;
    }

    .pluses__info-text {
        font-size: 22px;
    }

    .pluses__info {
        row-gap: 30px;
        margin-top: 60px;
        padding: 34px 48px 52px;
        width: 795px;
    }
}

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

    .pluses__title {
        font-size: 36px;
    }

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

    .pluses__column {
        width: 100%;
    }

    .pluses__item {
        display: flex;
        align-items: flex-end;
        padding: 25px 35px;
    }

    .pluses__item:before {
        top: 6px;
        left: 35px;
        width: 70px;
        height: 70px;
    }

    .pluses__column:nth-child(1) .pluses__item {
        min-height: 174px;
    }
    .pluses__column:nth-child(2) .pluses__item {
        min-height: 188px;
    }
    .pluses__column:nth-child(3) .pluses__item {
        min-height: 217px;
    }

    .pluses__item-text {
        min-height: initial;
        font-size: 24px;
    }

    .pluses__info {
        position: relative;
        top: 55px;
        row-gap: 106px;
        margin-top: -15px;
        padding: 41px 35px 40px;
        width: 100%;
    }

    .pluses__info-text {
        font-size: 20px;
    }

    .pluses__info-img {
        top: 103px;
        right: 38px;
        bottom: auto;
        width: 107px;
        height: 100px;
    }

    .pluses__info-btn .btn {
        width: 260px;
    }
}






/*     cases     */

.cases {
    padding: 157px 0 150px;
}

.cases__head {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
}

.cases__subtitle {
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
}

.cases__label {
    position: relative;
    margin-top: 64px;
    padding-left: 229px;
}

.cases__label-text {
    padding: 17px 36px;
    width: 626px;
    font-size: 18px;
    line-height: 118%;
    border-radius: 35px;
    border: 5px solid #E2E7F4;
    background-color: #FFFFFF;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.cases__label-img {
    position: absolute;
    right: 229px;
    bottom: -116px;
    width: 260px;
}

.cases__slider {
    margin-top: 157px;
}

.cases__item {
    min-height: 284px;
    padding: 20px 40px 40px;
    border-radius: 35px;
    color: #FFFFFF;
    background-color: #576BA0;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.cases__item-title {
    display: flex;
    align-items: center;
    padding: 10px;
    min-height: 78px;
    font-size: 24px;
    line-height: 120%;
    border-radius: 15px;
    color: #001448;
    background-color: #E2E7F4;
}

.cases__item-text {
    margin-top: 11px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.cases__item-currency {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 132px;
    row-gap: 7px;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 118%;
    text-align: left;
}

.cases__item-currency:before {
    position: absolute;
    content: '';
    top: 0;
    left: 62px;
    width: 50px;
    height: 50px;
    background-image: url(../img/cases-item-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cases__info {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
    margin: 60px auto 0;
    padding: 44px 58px 62px;
    width: 845px;
    border-radius: 35px;
    color: #FFFFFF;
    background-color: #576BA0;
    box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.cases__info-text {
    font-size: 24px;
    line-height: 120%;
}

.cases__info-img {
    position: absolute;
    right: 42px;
    bottom: 24px;
    width: 200px;
}

.cases__btn {
    padding-left: 12px;
}

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

.owl-cases .owl-stage-outer {
    overflow: initial;
}

.owl-cases .owl-item {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-cases .owl-item.active {
    opacity: 1;
}

.owl-nav {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
}

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

.owl-nav button.owl-next {
    width: 163px !important;
    height: 40px !important;
    background-image: url(../img/slider-arrow.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: 163px !important;
}

.cases__list.show_mob {
    display: none;
}

@media only screen and (max-width: 1295px) {
    .cases__item {
        padding: 20px 30px 40px;
    }

    .cases__label-img {
        right: 139px;
    }
}


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

    .cases__label {
        margin-top: 44px;
        padding-left: 169px;
    }

    .cases__label-img {
        position: absolute;
        right: 39px;
        bottom: -100px;
        width: 230px;
    }

    .cases__item {
        padding: 16px 20px 30px;
        min-height: 258px;
    }

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

    .cases__item-currency {
        padding-left: 102px;
    }

    .cases__item-currency:before {
        left: 40px;
    }

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

    .cases__item-text br {
        display: none;
    }

    .cases__info {
        padding: 34px 48px 52px;
        width: 785px;
    }

    .cases__info-img {
        width: 180px;
    }

    .cases__info-text {
        font-size: 22px;
    }
}

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

    .cases__head {
        row-gap: 23px;
    }

    .cases__subtitle {
        font-size: 36px;
    }

    .cases__label {
        padding-left: 0;
    }

    .cases__label-text {
        padding: 17px 36px;
        width: 100%;
        line-height: 122%;
    }

    .cases__label-text br {
        display: none;
    }

    .cases__label-text span {
        display: block;
    }

    .cases__label-img {
        right: 0;
        bottom: -116px;
        width: 158px;
    }

    .cases__slider.show_pc {
        display: none;
    }

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

    .cases__item {
        padding: 20px 38px 18px;
    }

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

    .cases__item-title br {
        display: none;
    }

    .cases__item-currency {
        padding-left: 95px;
    }

    .cases__item-currency:before {
        left: 23px;
    }

    .cases__item-text {
        font-size: 18px;
        line-height: 124%;
    }

    .cases__item-text br {
        display: none;
    }

    .cases__item-text span {
        display: block;
    }

    .cases__item.hide {
        display: none;
    }

    .cases__list-arrow {
        position: absolute;
        content: url(../img/arrow-hide-mob.svg);
        left: calc(50% - 32px);
        bottom: 0;
        width: 64px;
        height: 64px;
        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__info {
        align-items: center;
        row-gap: 125px;
        margin-top: 20px;
        padding: 40px 39px 40px;
        width: 100%;
    }

    .cases__info-text {
        font-size: 20px;
    }

    .cases__info-img {
        right: 37px;
        bottom: 142px;
        width: 85px;
    }

    .cases__btn {
        padding-left: 0;
    }

    .cases__btn .btn {
        width: 234px;
    }

}










/*     footer     */

.footer {
    background: linear-gradient(0deg, #001448, #001448), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.footer__block {
    margin: 0 auto;
    max-width: 860px;
    padding: 130px 0 46px;
    
}

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

.footer__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    row-gap: 4px;
}

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

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

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

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

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

.footer__btn {
    position: absolute;
    top: 186px;
    right: -14px;
}

.footer__btn .btn_main {
    color: #001448;
    background-color: #FFFFFF;
}

.footer__copyright {
    display: flex;
    justify-content: center;
    column-gap: 19px;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer__copyright span:first-child {
    font-size: 32px;
    line-height: 100%;
}

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


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

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

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

    .footer__block {
        padding: 80px 0 113px;
    }

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

    .footer__list {
        flex-wrap: initial;
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
    }

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

    .footer__column-title {
        font-size: 47px;
        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 {
        position: relative;
        top: auto;
        right: auto;
    }

    .footer__btn .btn {
        width: 243px;
    }

    .footer__copyright {
        column-gap: 17px;
    }


}






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