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: #186D93;
    background-color: #FDFDFD;
    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: 112px;
    overflow: hidden;
}

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

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

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

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: 500;
    line-height: 22px;
    color: #FCFCFD;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #186D93;
    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: 500;
    line-height: 22px;
    color: #F2FDFF;
    border: 1px solid #F2FDFF;
    border-radius: 2px;
}

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

.btn_info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 331px;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #F2FDFF;
    border-radius: 2px;
    box-shadow: 4px 4px 6px 0px #00000040;
}

.btn_info-1 {
    background-color: #2BA3D9;
}
.btn_info-2 {
    background-color: #147DAC;
}
.btn_info-3 {
    background-color: #02608A;
}

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









/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 39px 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: #186D93;
}

.header_scroll .header__menu a {
    color: #FCFCFD;
}

.header_scroll .btn_border {
    color: #FCFCFD;
}

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

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

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

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

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

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

    .header {
        padding: 47px 0 40px;
    }

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

    .header__logo {
        width: 52px;
        height: 52px;
    }

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

    .header__menu a {
        font-size: 17px;
        line-height: 21px;
    }

    .header__btn .btn_border {
        font-size: 17px;
        font-weight: 400;
        line-height: 21px;
    }

}

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

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

    .header_open:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180.71deg, #02608A 4.34%, rgba(1, 95, 137, 0.8) 59.94%, rgba(99, 203, 215, 0) 112.29%);
    }
  
    .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: #F2FDFF;
        border: 2px solid #F2FDFF;
    }

    .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::before {
    position: absolute;
    content: '';
    top: -210px;
    left: 0;
    right: 0;
    height: 900px;
    background: linear-gradient(180deg, #02608A 3.78%, rgba(1, 95, 137, 0.8) 29.42%, rgba(99, 203, 215, 0) 90.56%);
    z-index: 1;
}

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

.first__title {
    font-size: 228px;
    font-weight: 700;
    line-height: 228px;
    color: #F2FDFF;
}

.first__title .line {
    position: relative;
}

.first__title .line-1 {
    display: flex;
    justify-content: space-between;
}

.first__title .line-2 {
    text-align: right;
    line-height: 160px;
}

.first__lable {
    margin-top: 35px;
    padding-right: 123px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #F2FDFF;
}

.first__info {
    position: relative;
    padding: 60px 0 138px;
    background-image: url(../img/first-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.first__info-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 16px;
}

.first__info-btns .btn {
    width: 331px;
}

.first__info-lable {
    position: absolute;
    left: 0;
    bottom: -76px;
    padding: 20px 46px;
    border-radius: 2px;
    background-color: #FDFDFD;
    box-shadow: 4px 4px 6px 0px #00000040;
}

.first__content-head {
    display: flex;
    column-gap: 118px;
    padding-top: 125px;
}

.first__content-title {
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
}

.first__content-info {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.first__excange {
    margin-top: 38px;
    padding: 50px 133px 40px 145px;
    color: #F2FDFF;
    background-color: #186D93;
}

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

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

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

.first__excange-tab-item {
    min-width: 168px;
    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;
    font-weight: 600;
}

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

.first__excange-title {
    margin-top: 13px;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

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

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

.first__excange-dropdown {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    display: none;
    width: 244px;
    height: 180px;
    margin: 0 auto;
    background: #F2FDFF;
    border: 2px solid #040651;
    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: #AEC1C6;
}

.first__excange-dropdown::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #186D93;
    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: #186D93;
    -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: rgba(173, 215, 226, 0.75);
}

.first__excange-dropdown-item:hover {
    background: rgba(173, 215, 226, 1);
}

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

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

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

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

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

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

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

.first__excange-btn .btn_main {
    color: #186D93;
    background-color: #F2FDFF;
}

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

    .first {
        padding-top: 0;
    }

    .first__block {
        display: flex;
        flex-direction: column;
        row-gap: 33px;
    }

    .first__title {
        font-size: 204px;
        font-weight: 700;
        line-height: 204px;
        color: #F2FDFF;
    }
}

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

    .first::before {
        top: -47px;
        height: 558px;
        background: linear-gradient(180deg, #02608A 3.78%, rgba(1, 95, 137, 0.8) 29.42%, rgba(99, 203, 215, 0) 90.56%);
    }

    .first__block {
        row-gap: 28px;
    }

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

    .first__title .line-2 {
        line-height: 43px;
    }
    
    .first__lable {
        margin-top: -20px;
        padding-right: 0;
        font-size: 14px;
        line-height: 14px;
    }

    .first__lable br {
        display: none;
    }

    .first__info {
        height: 112px;
        margin: 0 -60px;
        padding: 0;
    }
    
    .first__info-btns {
        position: absolute;
        top: 164px;
        left: 0;
        right: 0;
        row-gap: 14px;
    }
    
    .first__info-btns .btn {
        width: 320px;
    }

    .first__info-btns .btn_info {
        padding: 12px 20px;
    }
    
    .first__info-lable {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -14px;
        padding: 7px 11px;
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
    }

    .first__content {
        margin-top: 248px;
    }
    
    .first__content-head {
        display: flex;
        flex-direction: column;
        row-gap: 19px;
        column-gap: 0;
        padding-top: 0;
    }
    
    .first__content-title {
        font-size: 52px;
        line-height: 52px;
    }
    
    .first__content-info {
        margin-top: 0;
        font-size: 14px;
        line-height: 14px;
        padding-left: 85px;
    }

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

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

    .first__excange {
        margin: 39px -100px;
        padding: 34px 111px 40px;
    }

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

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

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

    .first__excange-tab-item {
        min-width: 150px;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .first__excange-title {
        margin-top: 11px;
        font-size: 28px;
        line-height: 34px;
    }

    .first__excange-base {
        padding: 18px 80px 18px 38px;
        background-position: right 26px center;
        background-size: 35px;
    }

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

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

    .first__excange-agree span {
        padding-left: 20px;
    }

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

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

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

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

.reserves__head {
    display: flex;
    align-items: flex-start;
    column-gap: 168px;
}

.reserves__lable {
    margin-top: 24px;
}

.reserves__list {
    display: flex;
    justify-content: space-between;
    max-width: 833px;
    margin: 52px auto 0;
}

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

.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__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.reserves__btn .btn {
    width: 258px;
}

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

    .reserves::before {
        top: 172px;
        left: calc(50% - 960px);
        transform: scale(0.85);
    }

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

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

    .reserves__lable {
        margin-top: 6px;
        padding-left: 85px;
        font-size: 14px;
        line-height: 14px;
    }

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

    .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: 22px;
        line-height: 27px;
    }

    .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 {
    position: relative;
    padding-top: 72px;
}

.services__head {
    display: flex;
    align-items: center;
    column-gap: 255px;
}

.services__info {
    margin-top: 32px;
}

.services__block {
    position: relative;
    height: 996px;
}

.services__block:before {
    position: absolute;
    content: url(../img/services-image.png);
    top: 84px;
    left: -220px;
    right: 0;
    z-index: 1;
}

.services__item {
    position: absolute;
    display: flex;
    align-items: center;
    column-gap: 11px;
    z-index: 2;
}

.services__item-1 {
    top: 88px;
    left: calc(50% - 43px);
}
.services__item-2 {
    top: 260px;
    right: calc(50% - 496px);
}
.services__item-3 {
    top: 312px;
    left: calc(50% - 270px);
}
.services__item-4 {
    top: 497px;
    left: calc(50% - 411px);
}
.services__item-5 {
    bottom: 230px;
    right: calc(50% - 127px);
}
.services__item-6 {
    bottom: 85px;
    right: calc(50% - 524px);
}
.services__item-7 {
    bottom: 37px;
    left: calc(50% - 532px);
}

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

.services__item-text {
    font-weight: 600;
}

@media only screen and (max-width: 1199px){
    .services__block::before {
        top: 18px;
        left: -295px;
        transform: scale(0.85);
    }

    .services__item-1 {
        top: 88px;
        left: calc(50% - 43px);
    }
    .services__item-2 {
        top: 235px;
        right: calc(50% - 435px);
    }
    .services__item-3 {
        top: 281px;
        left: calc(50% - 231px);
    }
    .services__item-4 {
        top: 440px;
        left: calc(50% - 355px);
    }
    .services__item-5 {
        bottom: 330px;
        right: calc(50% - 100px);
    }
    .services__item-6 {
        bottom: 195px;
        right: calc(50% - 445px);
    }
    .services__item-7 {
        bottom: 155px;
        left: calc(50% - 470px);
    }

    .services__item-number {
        font-size: 52px;
        line-height: 65px;
    }

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

@media only screen and (max-width: 1023px){
    .services {
        padding-top: 56px;
    }
    
    .services__head {
        align-items: initial;
        column-gap: 0;
        flex-direction: column;
    }
    
    .services__info {
        margin-top: 15px;
        padding-left: 85px;
        font-size: 14px;
        line-height: 14px;
    }
    
    .services__block {
        height: 734px;
    }
    
    .services__block:before {
        content: url(../img/services-image-mob.png);
        top: -149px;
        left: -64px;
        right: 0;
        transform: scale(0.67);
    }
    
    .services__item {
        column-gap: 10px;
    }
    
    .services__item-1 {
        top: 30px;
        left: calc(50% - 48px);
    }
    .services__item-2 {
        top: 346px;
        right: calc(50% - 152px);
    }

    .services__item-2 {
        column-gap: 0;
        align-items: flex-end;
        flex-direction: column;
        row-gap: 1px;
        text-align: right;
    }

    .services__item-2 .services__item-text br,
    .services__item-6 .services__item-text br,
    .services__item-7 .services__item-text br {
        display: none;
    }

    .services__item-2 .services__item-text span,
    .services__item-6 .services__item-text span,
    .services__item-7 .services__item-text span {
        display: block;
    }

    .services__item-3 {
        top: 129px;
        left: calc(50% - 85px);
    }
    .services__item-4 {
        top: 194px;
        left: initial;
        right: calc(50% - 158px);
    }
    .services__item-5 {
        bottom: -10px;
        right: calc(50% - 127px);
    }

    .services__item-5 {
        column-gap: 0;
        align-items: flex-end;
        flex-direction: column;
        row-gap: 1px;
    }

    .services__item-6 {
        bottom: 128px;
        right: calc(50% - 161px);
    }

    .services__item-7 {
        bottom: -13px;
        left: calc(50% - 148px);
    }
    
    .services__item-number {
        font-size: 30px;
        line-height: 37px;
    }
    
    .services__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .services__item-4,
    .services__item-6,
    .services__item-7 {
        column-gap: 0;
        align-items: flex-start;
        flex-direction: column;
        row-gap: 1px;
    }
    
}
    





/*     faq     */

.faq {
    padding-top: 125px;
}

.faq__list {
    margin: 0 auto;
    max-width: 980px;
}

.faq__item {
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item-question {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 17px 0 19px;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
    border-bottom: 3px solid #186D93;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq__item-question:after {
    position: absolute;
    content: '';
    top: calc(50% - 19px);
    right: -2px;
    width: 38px;
    height: 38px;
    transform: rotate(0deg);
    background-image: url(../img/icon-faq.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item.active > .faq__item-question:after {
    transform: rotate(-180deg);
}

.faq__item-answer {
    height: 0;
    padding: 0 100px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-style: italic;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.faq__item.active > .faq__item-answer {
    height: auto;
    opacity: 1;
    padding: 8px 100px 0;
}

.faq__btn {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.faq__btn .btn {
    width: 258px;
    height: 74px;
}


.faq__item-answer .faq__item-question {
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
    color: #0388C3;
    border-bottom: 0;
}

.faq__item-answer .faq__item-question:after {
    background-image: url(../img/icon-faq-2.svg);
}

.faq__item-answer .faq__item-answer {
    padding: 0 0 0 0!important;
}

.faq__item.active > .faq__item-answer .faq__item.active > .faq__item-answer {
    padding: 12px 0 10px 0!important;
}

.faq__item.active > .faq__item-answer .faq__item.active:last-child > .faq__item-answer {
    padding: 12px 0 3px 0!important;
}

.faq__item-answer li {
    position: relative;
    padding-left: 30px;
}

.faq__item-answer li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 13px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #186D93;
}

@media only screen and (max-width: 1023px) {
    .faq {
        padding-top: 80px;
    }
    
    .faq__list {
        max-width: 100%;
    }
    
    .faq__item {
        position: relative;
        padding: 8px 0 17px;
    }
    
    .faq__item-question {
        padding-right: 50px;
        font-size: 24px;
        line-height: 26px;
    }
    
    .faq__item-answer {
        font-size: 18px;
        line-height: 25px;
    }
    
    .faq__btn {
        margin-top: 42px;
    }

    .faq__item {
        padding: 0 0 0;
    }

    .faq__item.active .faq__item {
        padding: 8px 0 13px;
    }

    .faq__item-answer {
        font-size: 18px;
        line-height: 22px;
    }

    .faq__item-answer br {
        display: none;
    }

    .faq__item-question:after {
        right: 15px;
    }

    .faq__item-answer,
    .faq__item.active > .faq__item-answer {
        padding: 0 0 0 0;
    }

    .faq__list > .faq__item > .faq__item-answer {
        padding-bottom: 0!important;
    }

    .faq__item-answer .faq__item-question {

    }
}





/*     cases     */

.cases {
    padding-top: 80px;
}

.cases__head {
    display: flex;
    align-items: flex-start;
    column-gap: 76px;
}

.cases__subtitle {
    margin-top: 25px;
}

.cases__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

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

.cases__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 364px;
    padding: 17px 17px 41px;
    border: 3px solid #186D93;
}

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

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

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

.cases__item-pay {
    display: flex;
    justify-content: flex-end;
    margin-top: 21px;
    padding-right: 20px;
    font-weight: 600;
    background: linear-gradient(89.96deg, #015F89 0.83%, rgba(1, 95, 137, 0.8) 19.39%, rgba(99, 203, 215, 0) 63.63%);
}

.cases__info {
    margin-top: 20px;
}

.cases__info a {
    color: #0A48C5;
    text-decoration: underline;
}

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

.cases__btn .btn {
    width: 256px;
}

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

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

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

.owl-cases .owl-dot.active {
    background-color: #186D93!important;
}

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

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

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

.owl-nav button.disabled {
    cursor: default;
    pointer-events: none;
}

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

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

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

@media only screen and (max-width: 1199px) {
    
    .cases__item {
        height: 324px;
        padding: 10px 10px 30px;
    }
    
    .cases__item-title {
        margin-top: 12px;
        font-size: 26px;
        line-height: 33px;
    }
    
    .cases__item-text {
        padding: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .owl-cases .owl-nav {
        right: calc(50% - 502px) !important;
    }

    .owl-cases .owl-dots {
        right: calc(50% - 430px) !important;
    }
}

@media only screen and (max-width: 1023px) {
    .cases {
        padding-top: 55px;
    }
    
    .cases__head {
        align-items: initial;
        column-gap: 0;
        flex-direction: column;
    }
    
    .cases__subtitle {
        margin-top: 16px;
        padding-left: 85px;
        font-size: 14px;
        line-height: 14px;
    }
    
    .cases__list {
        margin-top: 20px;
    }
    
    .cases__item {
        height: 364px;
        padding: 17px 17px 41px;
    }
    
    .cases__item-text {
        font-size: 18px;
        line-height: 22px;
    }

    .cases__item-text.special br {
        display: none;
    }
    
    .cases__info {
        font-size: 14px;
        line-height: 14px;
    }

    .cases__info br {
        display: none;
    }
    
    .cases__btn {
        margin-top: 40px;
    }

    .owl-cases {
        padding-bottom: 86px;
    }
    
    .owl-cases .owl-dots {
        right: calc(50% - 70px)!important;
    }

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






/*     guarantee     */

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

.guarantee__head {
    display: flex;
    align-items: center;
    column-gap: 143px;
}

.guarantee__block {
    margin: 60px -40px 0;
    padding: 40px 40px 40px;
    color: #F2FDFF;
    background-color: #186D93;
}

.guarantee__subtitle {
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
}

.guarantee__text p {
    margin: 0 0 20px;
}

.guarantee__list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}

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

.guarantee__item {
    display: flex;
    column-gap: 14px;
    height: 219px;
    padding: 27px 8px 32px;
    border: 3px solid #F2FDFF
}

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

.guarantee__item-img {
    width: 49px;
    height: 47px;
    background-image: url(../img/guarantee-icon.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.guarantee__info {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .guarantee__head {
        column-gap: 90px;
    }

    .guarantee__list {
        margin: 20px -8px 0;
    }
    
    .guarantee__column {
        width: 33.33%;
        padding: 0 8px;
    }

    .guarantee__item {
        height: 201px;
        column-gap: 10px;
    }

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

    .guarantee__item-img {
        width: 45px;
        height: 43px;
        background-size: 45px;
    }

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

@media only screen and (max-width: 1023px) {
    .guarantee {
        padding: 56px 0 0;
    }
    
    .guarantee__head {
        flex-direction: column;
        align-items: initial;
        column-gap: 0;
    }

    .guarantee__title {
        white-space: nowrap;
    }

    .guarantee__lable {
        margin-top: 16px;
        padding-left: 86px;
        font-size: 14px;
        line-height: 14px;
    }

    .guarantee__lable br {
        display: none;
    }
    
    .guarantee__block {
        margin: 40px -20px 0;
        padding: 40px 20px 40px;
    }
    
    .guarantee__subtitle {
        font-size: 32px;
        line-height: 35px;
    }

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

    .guarantee__text br {
        display: none;
    }
    
    .guarantee__list {
        flex-direction: column;
        flex-wrap: initial;
        row-gap: 20px;
    }
    
    .guarantee__column {
        width: 100%;
    }

    .guarantee__item {
        height: auto!important;
        column-gap: 19px;
        padding: 27px 8px 27px;
    }

    .guarantee__item.item-2 {
        height: auto!important;
        padding-bottom: 27px;
    }

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

    .guarantee__item-text br {
        display: none;
    }

    .guarantee__item-text span {
        display: block;
    }
    
    .guarantee__item-img {
        min-width: 49px;
        height: 47px;
        background-size: initial;
    }
    
    .guarantee__info {
        font-size: 14px;
        line-height: 17px;
    }

    .guarantee__info br {
        display: none;
    }

    .guarantee__info span {
        display: block;
    }
}








/*     footer     */

.footer {
    height: 900px;
    color: #FCFCFE;
    padding: 94px 0 106px;
    background: linear-gradient(360deg, #015F89 11.91%, rgba(1, 95, 137, 0.9) 30.96%, rgba(1, 95, 137, 0.780801) 49.64%, rgba(1, 95, 137, 0.6) 63.12%, rgba(29, 126, 159, 0.4) 76.39%, rgba(52, 151, 178, 0.3) 88.37%, rgba(99, 203, 215, 0) 100.03%);
}

.footer__head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 24px;
}

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

.footer__block {
    display: flex;
    flex-direction: column;
    row-gap: 67px;
}

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

.footer__content {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.footer__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 64px;
    row-gap: 26px;
}

.footer__column {
    display: flex;
    column-gap: 39px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F2FDFF;
}

.footer__column-title {
    width: 260px;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
}

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

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

.footer__btn {
    position: absolute;
    left: 200px;
    bottom: 0;
}

.footer__btn .btn {
    width: 199px;
}

.footer__btn .btn_main {
    color: #186D93;
    background-color: #F2FDFF;
}


@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: 60px 0 60px;
    }

    .footer__block {
        row-gap: 49px;
    }

    .footer__head {
        row-gap: 21px;
    }

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

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

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

    .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: 40px;
        line-height: 48px;
        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: initial;
        left: 0;
        bottom: 0;
    }
    
    .footer__btn .btn {
        width: 209px;
    }
    
    .footer__btn .btn_main {
        padding: 20px 15px;
        font-size: 20px;
        line-height: 24px;
    }
}







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

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

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