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

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

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

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

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    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: #F0F2FF;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

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

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

.wrapper {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
    background: linear-gradient(71.06deg, #191E38 23.01%, #20367D 65.78%);
}

@media only screen and (max-width: 1023px){
    .wrapper {
        padding-top: 68px;
        background: linear-gradient(270deg, #20367D 0%, #1B2449 100%);
    }
}

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

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

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

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}


.title {
    font-family: 'Montserrat';
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
}

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

    .section__anchor {
        top: -100px;
    }
}

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

    .section__anchor {
        top: -80px;
    }
}

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

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: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #17275A;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #F0F2FF;
    border-radius: 2px;
    transform: scale(1);
}

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

.btn_border {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 106px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #F2FDFF;
    border: 1px solid #F2FDFF;
    border-radius: 2px;
}

.btn_border:hover {
    border-color: #2BA3D9;
    background-color: #2BA3D9;
}

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









/*     header     */

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

.header_scroll {
    padding: 20px 0!important;
    background-color: #1E2E65;
}

.header_scroll:after {
    height: 72px;
    bottom: 0;
    opacity: 0;
}

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

.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__content {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.header__logo {
    width: 60px;
    height: 60px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

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

@media only screen and (min-width: 1024px){
    .header__menu li.mob {
        display: none;
    }
}

.header__menu a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #F2FDFF;
}

.header__menu a {
    display: block;
    border-bottom: 1px solid rgba(235, 246, 238, 0);
}

.header__menu a:hover span {
    border-color: rgba(242, 253, 255, 1);
}

.header_scroll .header__menu a:hover span {
    border-color: rgba(255, 255, 255, 1);
}

.header__btn a {
    color: #F0F2FF;
}

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

    

}

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

    .header_open {
        height: 100vh;
        background: linear-gradient(270deg, #20367D 0%, #1B2449 100%);

    }
  
    .header__main {
        position: relative;
        min-height: 25px;
    }

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

    .header__menu {
        width: 100%;
    }

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

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

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

    .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
    }

    .header__burger {
        position: absolute;
        top: 0;
        right: 0;
    }

   .header__menu {
        display: none;
    }

    .header__btn {
        display: none;
    }

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

@media only screen and (max-width: 360px){
    .header__menu a,
    .header_scroll .header__menu a {
        padding: 12px 12px;
        font-size: 16px;
        line-height: 20px;
    }
}





/*     first     */

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

.first__side {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.first__head {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.first__title {
    font-size: 136px;
    font-weight: 700;
    line-height: 136px;
}

.first__title .line-1 {
    background-image: linear-gradient(180.04deg, #F0F2FF 56.37%, #909199 79.18%);
    -webkit-background-clip: text;
    color: transparent;
}

.first__title .line-2 {
    font-size: 112px;
    line-height: 112px;
    background-image: linear-gradient(180.04deg, #F0F2FF 56.37%, #909199 79.18%);
    -webkit-background-clip: text;
    color: transparent;
}

.first__text {
    max-width: 441px;
    padding-top: 30px;
    color: rgba(240, 242, 255, 0.7);
    border-top: 1px solid rgba(240, 242, 255, 0.7);
}

.first__list {
    display: flex;
    column-gap: 18px;
}

.first__list.list-2 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.first__list.list-2:before {
    position: absolute;
    content: url(../img/lines-1.png);
    top: -70px;
    right: 108px;
    transform: scale(0.5);
}

.first__column.mob {
    display: none;
}

.first__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 166px;
    height: 140px;
    color: rgba(240, 242, 255, 0.7);
    border-top: 1px solid rgba(240, 242, 255, 0.7);
    border-right: 1px solid rgba(240, 242, 255, 0.7);
}

.first__item-number {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.05em;
}

.first__item-text.size {
    font-size: 16px;
    line-height: 20px;
}

.first__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first__excange {
    width: 444px;
    padding: 80px 40px 38px;
    border: 1px solid rgba(240, 242, 255, 0.5);
    color: #F0F2FF;
    background-color: #1E2E65;
}

.first__excange-list {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.first__excange-column.first-icon {
    display: flex;
    justify-content: center;
}

.first__excange-column svg {
    transform: rotate(90deg);
}

.first__excange-tab {
    display: flex;
    column-gap: 25px;
}

.first__excange-tab-item {
    min-width: 165px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.first__excange-tab-item.active {
    cursor: default;
    text-decoration: underline;
}

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

.first__excange-title {
    font-size: 48px;
    line-height: 53px;
}

.first__excange-select {
    position: relative;
    width: 100%;
    margin-top: 24px;
    z-index: 3;
}

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

.first__excange-dropdown {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    width: 322px;
    height: 180px;
    margin: 0 auto;
    background: #F0F2FF;
    border: 2px solid #CBCBCB;
    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: #C7D0FB;
}

.first__excange-dropdown::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #17275A;
    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;
    font-weight: 400;
    line-height: 20px;
    color: #17275A;
    -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: #C7D0FB;
}

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

.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: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    text-align: center;
    z-index: 2;
}

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

.first__excange-agree span::before {
    position: absolute;
    content: url(../img/arrow-agree.svg);
    top: 6px;
    left: 0;
    width: 12px;
    height: 11px;
    border: 1px solid #F0F2FF;
    border-radius: 2px;
}

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

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

@media only screen and (max-width: 1199px) {
    .first__title {
        font-size: 118px;
        line-height: 118px;
    }

    .first__title .line-2 {
        font-size: 98px;
        line-height: 98px;
    }

    .first__item {
        min-width: 148px;
        height: 122px;
    }

    .first__item-number {
        font-size: 50px;
        line-height: 50px;
    }

    .first__item-text {
        font-size: 16px;
        line-height: 20px;
    }

    .first__excange-title {
        font-size: 42px;
        line-height: 47px;
    }

    .first__excange-list {
        row-gap: 26px;
    }

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

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

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

    .first__block {
        justify-content: initial;
        flex-direction: column;
        row-gap: 20px;
    }

    .first__title {
        font-size: 84px;
        line-height: 84px;
    }

    .first__title .line-2 {
        font-size: 68px;
        line-height: 68px;
    }

    .first__head {
        row-gap: 2px;
    }

    .first__text {
        max-width: 100%;
        padding-top: 11px;
        font-size: 14px;
        line-height: 17px;
        border-top: 2px solid rgba(240, 242, 255, 0.7);
    }

    .first__list.list-1 {
        display: none;
    }

    .first__list.list-2 {
        justify-content: initial;
        flex-wrap: wrap;
        column-gap: 0;
        margin: 80px -9px 0;
        row-gap: 10px;
    }

    .first__list.list-2:before {
        content: url(../img/lines-1-mob.png);
        top: -73px;
        right: 239px;
        transform: scale(0.51);
    }

    .first__column {
        width: 50%;
        padding: 0 9px;
    }

    .first__column.mob {
        display: flex;
    }

    .first__item-number {
        font-size: 30px;
        line-height: 21px;
    }

    .first__item {
        padding: 10px 0;
        min-width: 100%;
        height: initial;
    }

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

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

    .first__item-text span {
        display: block;
    }

    .first__item-text br {
        display: none;
    }

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

    .first-icon {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }

    .first__excange {
        width: 100%;
        padding: 0;
        border: none;
        background-color: initial;
    }

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

    .first__excange-column svg {
        width: 46px;
    }

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

    .first__excange-tab-item {
        margin-top: 11px;
    }

    .first__excange-title {
        font-size: 32px;
        line-height: 39px;
    }

    .first__excange-base {
        padding: 18px 20px 20px 57px;
        background-position: right 58px center;
        background-size: 35px;
    }

    .first__excange-select {
        width: auto;
        margin-top: 24px;
    }

    .first__excange-agree {
        margin-top: 20px;
        text-align: left;
    }

    .first__excange-agree span {
        padding-left: 20px;
        font-size: 14px;
        line-height: 17px;
    }

    .first__excange-agree span::before {
        top: 3px;
    }

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

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

    .first__excange-btn .btn_main {
        width: 199px;
        height: 62px;
        font-size: 18px;
        line-height: 22px;
    }
}


@media only screen and (max-width: 414px){
    .first__info {
        margin: 0 -47px;
    }

    .btn_info {
        width: 320px;
    }
}

@media only screen and (max-width: 390px){
    .first__info {
        margin: 0 -35px;
    }
}

@media only screen and (max-width: 375px){
    .first__info {
        margin: 0 -28px;
    }
}

@media only screen and (max-width: 360px){
    .first__info {
        margin: 0 -20px;
    }
}




/*     reserves     */

.reserves {
    padding-top: 150px;
}

.reserves__title {
    position: relative;
}

.reserves__list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    padding: 40px 40px 38px;
    border: 1px solid rgba(240, 242, 255, 0.5);
}

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

.reserves__column.mini {
    margin-top: 8px;
}

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

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

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

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

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

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

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

.reserves__lable {
    margin-top: 40px;
}

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

.reserves__btn .btn {
    width: 262px;
}

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

    .reserves__list {
        margin-top: 60px;
    }

    .reserves__item {
        column-gap: 26px;
    }

    .reserves__column {
        row-gap: 21px;
    }

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

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

    .reserves__item-price {
        font-size: 20px;
        line-height: 25px;
    }

    .reserves__info {
        margin-top: 27px;
        max-width: 324px;
        padding: 15px 15px 9px 14px;
        font-size: 17px;
        line-height: 20px;
    }
    
    .reserves__btn {
        margin-top: 50px;
    }

}

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

    .reserves__title:before {
        position: absolute;
        content: url(../img/lines-2-mob.png);
        top: -13px;
        left: 189;
        transform: scale(0.51);
    }

    .reserves__head {
        flex-direction: column;
        align-items: initial;
        column-gap: 0;
    }

    .reserves__lable {
        margin-top: 20px;
        padding-left: 0;
        font-size: 14px;
        line-height: 17px;
    }

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

    .reserves__column {
        row-gap: 21px;
    }

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

    .reserves__list {
        row-gap: 21px;
        flex-direction: column;
        margin-top: 13px;
        border: none;
        padding: 0;
    }

    .reserves__list-more {
        height: 20px;
        margin-top: 25px;
        background-image: url(../img/arrow-mob.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

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

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

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

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

    .reserves__info {
        margin-top: 32px;
        max-width: 324px;
        padding: 14px 10px 15px 10px;
        font-size: 20px;
        line-height: 24px;
        border: 2px solid #040651;
    }

    .reserves__info br {
        display: none;
    }

    .reserves__btn {
        margin-top: 40px;
    }

}








/*     services     */

.services {
    padding-top: 150px;
}

.services__title {
    position: relative;
}

.services__title:before {
    position: absolute;
    content: url(../img/lines-2.png);
    top: -75px;
    left: 470px;
    transform: scale(0.5);
}

.services__list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-top: 80px;
}

.services__item {
    display: flex;
    height: 100%;
    padding: 15px 0;
    background: linear-gradient(90deg, #20367D 0%, #1B2449 100%);
}

.services__item-img {
    display: flex;
    width: 19%;
    padding-left: 23px;
}

.services__item-img img {
    width: 170px;
}

.services__item-title {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 0 15px 0 28px;
    width: 30%;
    font-size: 32px;
    line-height: 39px;
    border-left: 1px solid rgba(240, 242, 255, 0.5);
    border-right: 1px solid rgba(240, 242, 255, 0.5);
}

.services__item-text {
    display: flex;
    column-gap: 20px;
    width: 51%;
    padding: 0 28px;
    font-size: 18px;
    line-height: 22px;
}

.services__item-text div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 280px;
    row-gap: 20px;
}

.services__item-text strong {
    min-height: 54px;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
}

.services__info {
    margin-top: 40px;
}

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

.services__btn .btn {
    width: 262px;
}

@media only screen and (max-width: 1199px){
    .services__list {
        margin-top: 60px;
    }

    .services__title:before {
        left: 280px;
        transform: scale(0.4);
    }

    .services__item-img img {
        width: 140px;
    }

    .services__item-title {
        padding: 0 10px 0 20px;
        font-size: 28px;
        line-height: 35px;
    }

    .services__item-text {
        column-gap: 20px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .services__item-text div {
        min-width: 240px;
    }

    .services__item-text strong {
        min-height: 50px;
        font-size: 20px;
        line-height: 25px;
    }
}

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

    .services__title:before {
        content: url(../img/lines-2-mob.png);
        top: -13px;
        left: 189;
        transform: scale(0.51);
    }

    .services__list {
        margin: 26px -16px 0;
        row-gap: 19px;
    }

    .services__item {
        position: relative;
        flex-direction: column;
        row-gap: 22px;
        padding: 12px 16px 12px 108px;
    }

    .services__item-title {
        display: block;
        padding: 0;
        width: auto;
        font-size: 24px;
        line-height: 29px;
        border-left: none;
        border-right: none;
    }

    .services__item-title span {
        display: block;
    }

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

    .services__item-img {
        position: absolute;
        top: 12px;
        left: 16px;
        width: auto;
        padding-left: 0;
    }
    
    .services__item-img img {
        width: 72px;
    }

    .services__item-text {
        flex-direction: column;
        column-gap: 0;
        width: auto;
        padding: 0;
        row-gap: 23px;
    }

    .services__item-text p {
        font-size: 13px;
        line-height: 17px;
    }
    
    .services__item-text div {
        min-width: initial;
        row-gap: 13px;
    }

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

    .services__item-text br {
        display: none;
    }

    .services__item-text span {
        display: block;
    }

    .services__info {
        margin-top: 21px;
        font-size: 14px;
        line-height: 17px;
    }

    .services__info br {
        display: none;
    }

    .services__info span {
        display: block;
    }
}
    








/*     cases     */

.cases {
    padding-top: 150px;
}

.cases__title {
    position: relative;
}

.cases__title:before {
    position: absolute;
    content: url(../img/lines-2.png);
    top: -66px;
    left: 470px;
    transform: scale(0.5);
}

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

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

.cases__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 364px;
    padding: 20px 19px 43px 21px;
    background-color: #243E8F;
}

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

.cases__item-title {
    margin-top: 13px;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
}

.cases__item-text {
    min-height: 86px;
    padding: 10px;
    color: #F2FDFF;
    background-color: #17275A;
}

.cases__item-pay {
    display: flex;
    justify-content: flex-end;
    margin-top: 21px;
    font-weight: 600;
    background: #17275A;
}

.cases__info {
    margin-top: 40px;
}

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

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

.cases__btn .btn {
    width: 262px;
}

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

    .cases__list {
        margin-top: 60px;
    }
    
    .cases__item {
        height: 324px;
        padding: 10px 10px 30px;
    }

    .cases__title:before {
        left: 280px;
        transform: scale(0.4);
    }
    
    .cases__item-title {
        margin-top: 12px;
        font-size: 26px;
        line-height: 33px;
    }
    
    .cases__item-text {
        padding: 8px;
        font-size: 16px;
        line-height: 20px;
    }

}

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

    .cases__title:before {
        content: url(../img/lines-2-mob.png);
        top: -13px;
        left: 189;
        transform: scale(0.51);
    }
    
    .cases__list {
        flex-wrap: initial;
        flex-direction: column;
        margin-top: 26px;
        row-gap: 22px;
    }

    .cases__column {
        width: 100%;
    }

    .cases__item {
        height: auto;
        row-gap: 19px;
        padding: 18px 20px 37px;
    }

    .cases__item-title {
        margin-top: 15px;
        min-height: 117px;
        font-size: 32px;
        line-height: 39px;
    }

    .cases__item-text {
        display: block;
        padding: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .cases__item-text br {
        display: none;
    }

    .cases__item-text span {
        display: block;
    }

    .cases__info {
        margin-top: 21px;
        font-size: 14px;
        line-height: 17px;
    }

    .cases__info br {
        display: none;
    }
}







/*     guarantee     */

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

.guarantee__title {
    position: relative;
}

.guarantee__title:before {
    position: absolute;
    content: url(../img/lines-2.png);
    top: -81px;
    left: 470px;
    transform: scale(0.5);
}

.guarantee__subtitle {
    margin-top: 40px;
}

.guarantee__block {
    margin-top: 60px;
    padding: 40px 0 40px;
    background-color: #1E2E65;
}

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

.guarantee__item {
    display: flex;
    column-gap: 66px;
    padding: 20px 28px;
    border-top: 1px solid rgba(240, 242, 255, 0.5);
}

.guarantee__item.item-1 {
    height: 190px;
}

.guarantee__item.item-2 {
    height: 170px;
}

.guarantee__item.item-3 {
    height: 224px;
    border-bottom: 1px solid rgba(240, 242, 255, 0.5);
}

.guarantee__item-title {
    width: 270px;
    font-size: 32px;
    line-height: 39px;
}

.guarantee__item-links {
    display: flex;
    flex-direction: column;
    margin-top: 14px;
    row-gap: 14px;
}

.guarantee__item-links a {
    color: #F0F2FF;
    text-decoration: underline;
}

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

.guarantee__btn .btn {
    width: 262px;
}

@media only screen and (max-width: 1199px) {
    .guarantee__title:before {
        left: 280px;
        transform: scale(0.4);
    }
}

@media only screen and (max-width: 1023px) {
    .guarantee {
        padding: 55px 0 77px;
    }

    .guarantee__title:before {
        content: url(../img/lines-2-mob.png);
        top: -9px;
        left: 189;
        transform: scale(0.51);
    }

    .guarantee__subtitle {
        margin-top: 36px;
        font-size: 14px;
        line-height: 17px;
    }

    .guarantee__subtitle br {
        display: none;
    }

    .guarantee__block {
        margin-top: 39px;
    }

    .guarantee__item {
        flex-direction: column;
        row-gap: 20px;
        column-gap: 0;
        padding: 20px 28px;
    }

    .guarantee__item.item-1 {
        height: 235px;
    }
    
    .guarantee__item.item-2 {
        height: 200px;
    }
    
    .guarantee__item.item-3 {
        height: 291px;
        border-bottom: 1px solid rgba(240, 242, 255, 0.5);
    }

    .guarantee__item-title {
        width: 100%;
        font-size: 22px;
        line-height: 27px;
    }

    .guarantee__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .guarantee__item-links {
        flex-direction: row;
        column-gap: 20px;
    }

    .guarantee__item-text br {
        display: none;
    }

    .guarantee__item-text span {
        display: block;
    }

    
}








/*     footer     */

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

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

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

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

.footer__title {
    font-size: 114px;
    font-weight: 700;
    line-height: 114px;
    text-align: center;
}

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

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

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

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

.footer__menu a {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #F1F1F1;
}

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

.footer__btn.show_pc {
    display: none;
}


@media only screen and (max-width: 1199px) {
    .footer__title {
        font-size: 104px;
        line-height: 104px;
    }
    
    .footer__column-title {
        width: 235px;
        font-size: 38px;
        line-height: 38px;
    }

    .footer__btn {
        left: 150px;
    }
}

@media only screen and (max-width: 1023px){
    .footer {
        height: initial;
        padding: 80px 0 80px;
        background-image: url(../img/footer-img-mob.jpg);
    }

    .footer__block {
        padding: 40px 40px;
        margin: 0 -16px;
    }

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

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

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

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

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

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

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

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

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

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

    .footer__menu a {
        white-space: nowrap;
    }

    .footer__btn.show_mob {
        display: flex;
        justify-content: center;
        margin-top: 48px;
    }
    
    .footer__btn .btn {
        width: 262px;
    }
    
    .footer__btn .btn_main {
        padding: 20px 15px;
        font-size: 18px;
        line-height: 22px;
    }
}







/*     regulation     */

.regulation {
    padding: 95px 0;
}

.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-bottom: 60px;
    }
}

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

/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    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: #1E2E65;
}

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

.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 {
    width: 275px;
    height: 64px;
}

.popup__form-btn .btn_main {
    color: #F0F2FF;
    background-color: #1E2E65;
}

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

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