@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, html {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
    min-width: 320px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

* {
    outline: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

h1, h2 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

[data-target-id] {
    cursor: pointer;
}

.wrap {
    max-width: 1260px;
    margin: 10px auto 0;
    padding: 46px 46px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 15px;
}

.wrap__header {
    font-size: 26px;
    line-height: 1.4em;
    letter-spacing: 1.4px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 22px;
    border-bottom: 1px solid #8fca9d;
    font-weight: 500;
}

.show-more, .show-less {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    width: 145px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.show-less {
    display: none;
}

.show-more:hover, .show-less:hover {
    color: #000;
    border-color: #000;
}

.to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: #000;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.to-top:hover {
    border: 1px solid #ff795c;
}

.body-scroll .to-top {
    display: flex;
}

.main {
    padding-top: 34px;
    margin-top: 11px;
    background: #008282;
    position: relative;
    height: calc(100vh - 20px);
    min-height: 733px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.main__bg {
    position: absolute;
    top: 76px;
    left: 284px;
    z-index: 1;
}

.main__bg_mobile {
    display: none;
}

.header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 2;
}

.header__logo {
    margin-top: 0px;
    width: 170px;
}

.header__logo img {
    width: 100%;
    height: auto;
}

.header__logo_reverse {
    display: none;
}

.header__logo_reverse-2 {
    display: none;
}

.header__menu {
    flex-grow: 1;
    margin-left: 3px;
    padding-left: 120px;
}

.header__menu__item {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-left: 36px;
    letter-spacing: 0.6px;
}

.header__menu__item:hover {
    color: #000;
    font-weight: 800;
}

.header__desktop {

}

.header__desktop__login {
    border-radius: 30px;
    border: 1px solid #fff;
    height: 43px;
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.header__desktop__login:hover {
    color: #000;
    border-color: #000;
}

.header__mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    position: relative;
}


.header__mobile__show-menu {
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: relative;
    z-index: 6;
    background-image: url(img/menu-bar.svg);
    background-size: contain;
    background-repeat: no-repeat;

}


.body-scroll .header {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1260px;
    padding: 0 46px;
    height: 70px;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 4;
}

.body-scroll .header__logo_reverse {
    display: inline-block;
}

.body-scroll .header__logo_main {
    display: none;
}

.body-scroll .header__menu__item {
    color: #008282;
}

.body-scroll .header__desktop__login {
    color: #008282;
    border-color: #008282;
}

.body-scroll .header__menu__item:hover {
    color: #000;
}

.body-scroll .header__desktop__login:hover {
    color: #000;
    border-color: #000;
}

.body-scroll .main {
    justify-content: flex-end;
}


.main__info {
    z-index: 2;
    position: relative;
    height: 265px;
}

.main__info_h1 {
    font-size: 64px;
    line-height: 68px;
    display: block;
    float: left;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 755px;
    letter-spacing: 0.9px;
}

.main__info_h2 {
    float: left;
    margin: 157px 0 0 -251px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    max-width: 339px;
}

.main__info_down {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    width: 110px;
    height: 110px;
    border: 1px solid #8fca9d;
    margin-top: 117px;
}

.main__info_down span {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.main__info_down:hover span {
    color: #000;
}

.main__info_down img {
    position: absolute;
    bottom: -27px;
    left: 50px;
}

.pay {
    flex-direction: column;
    background: #28404c;
    padding-right: 52px;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 42px;
}

.pay__header {

}

.pay__left {
    width: 330px;
    margin-top: 52px;
}

.pay__left_header {
    color: #8fca9d;
}

.pay__left_txt {
    color: #fff;
}

.pay__left_txt ol {
    padding-left: 25px;
    margin-bottom: 0px;
}

.pay__left_txt ol li + li {
    margin-top: 25px;
}

.pay__right {
    padding-left: 504px;
    padding-right: 70px;
    color: #8fca9d;
    margin-top: 47px;
}

.pay__right p {
    margin-top: 10px;
}

.questions {
    background: #ff795c;
    padding-bottom: 43px;
}

.questions__header {
    border-color: #fff;
}

.question {
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.question + .question {
    border-top: 1px solid #000;
}

.questions__items {
    padding-left: 505px;
    margin-top: 30px;
    padding-right: 3px;
}

.question__ttl {
    color: #000;
    cursor: pointer;
    max-width: 600px;
}

.question__ttl:hover {
    color: #fff;
    font-weight: 700;
}

.question__txt {
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    display: none;
}

.question__open-btn {
    width: 20px;
    height: 20px;
    background-image: url(img/open-question.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.question.question-open .question__ttl {
    color: #fff;
    font-weight: 700;
}

.question.question-open .question__txt {
    display: block;
}

.question.question-open .question__open-btn {
    background-image: url(img/close-question.svg);
}

.questions__navigation {
    margin-top: 23px;
}

.questions-full .questions__show-more {
    display: none;
}

.questions-full .questions__show-less {
    display: flex;
}

.documents {
    background: #307660;
    padding-bottom: 44px;
}

.documents__header {
    border-color: #fff;
}

.document {

}

.document__link {
    border-bottom: 1px solid #fff;
}

.document__link:hover {
    border-bottom: unset;
    font-weight: 500;
}

.document + .document {
    margin-top: 16px;
}

.documents__items {
    padding-left: 505px;
    margin-top: 50px;
    padding-right: 3px;
    display: flex;
    flex-direction: column;
}

.documents__navigation {
    margin-top: 33px;
}

.documents-full .documents__show-more {
    display: none;
}

.documents-full .documents__show-less {
    display: flex;
}

.contacts {
    background: #09483d;
    padding-bottom: 41px;
}

.contacts__header {

}

.contacts__right {
    padding-left: 505px;
    margin-top: 50px;
    padding-right: 340px;
}

.contacts__item {

}

.contacts__item_header {
    color: #8fca9d;
    font-size: 16px;
}

.contacts__item_txt {
    color: #8fca9d;
    margin-top: 15px;
    display: block;
    letter-spacing: 1.6px;
}

.contacts__item_phone .contacts__item_txt {
    font-size: 32px;
}

.contacts__item_email .contacts__item_txt {
    color: #fff;
    font-size: 32px;
}

.contacts__item_address {
    margin-top: 34px;
}

.contacts__item_address .contacts__item_txt {
    margin-top: 5px;
    letter-spacing: 1px;
}

.contacts__description {
    color: #fff;
    margin-top: 37px;
    line-height: 1.4em;
    margin-bottom: 36px;
}

.footer {
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.footer__header {
    font-size: 64px;
    color: #008282;
    margin-top: 39px;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 2.2px;
}

.footer__left {
    width: 632px;
}

.footer__logo {

}

.footer__right {
    width: 223px;
    margin-top: -4px;
}

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

.footer__menu_item {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footer__menu_item:hover {
    color: #008282;
    font-weight: 800;
}

.develop-png {
    position: absolute;
    opacity: 0.3;
    z-index: 100000;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-develop-png {
    top: 0px;
}

.desktop-develop-png {
    top: 11px;
}

@media screen and (max-width: 1279px) and (min-width: 1025px) {
    .wrap {
        padding: 20px 20px;
        width: calc(100% - 20px);
    }

    .header__menu {
        padding-left: 2%;
    }

    .questions__items {
        padding-left: 33%;
    }

    .documents__items {
        padding-left: 44%;
    }

    .contacts__right {
        padding-right: 10%;
    }

    .contacts__item_address {
        width: 320px;
    }


    .body-scroll .header {
        left:10px;
        right: 10px;
        transform: unset;
        width: calc(100% - 20px);
    }
}

/* Мобильная верстка */
@media screen and (max-width: 1024px) {
    body {
        padding-bottom: 0px;
    }

    .wrap {
        padding: 20px 20px;
        width: calc(100% - 20px);
    }

    .wrap__header {
        font-size: 24px;
        line-height: 1.2em;
        letter-spacing: 0.5px;
        padding-bottom: 18px;
    }

    .show-more, .show-less {
        margin-bottom: 18px;
    }

    .main {
        padding-top: 15px;
        padding-left: 15px;
        height: unset;
        min-height: unset;
        display: block;
    }

    .main__bg {
        left: unset;
        top: 0px;
        right: 0px;
    }

    .main__bg_mobile {
        display: block;
        width: 83vw;
    }

    .main__bg_desktop {
        display: none;
    }

    .header {
        width: calc(100vw - 55px);
        align-items: flex-start;

    }

    .header__logo {

    }

    .header__menu {
        display: none;
        margin-top: 124px;
        padding: 0 20px;
    }


    .header__menu__item {
        margin-left: 0px;
        font-size: 16px;
        padding: 20px 0;
    }

    .header__menu__item + .header__menu__item {
        border-top: 1px solid #fff;
    }

    .header__desktop {
        display: none;
    }

    .body-menu-active .header__desktop {
        display: flex;
        margin-top: 52px;
        margin-left: 20px;
    }

    .header__desktop__login {

    }

    .header__mobile {
        display: block;
        margin-top: 5px;
        
    }

    .body-scroll .header {
        left: 10px;
        right: 10px;
        height: 54px;
        width: calc(100vw - 20px);
        transform: unset;
        padding: 8px 22px 0 14px;
    }

    .body-scroll .main {
        padding-top: 55px;
    }

    .body-scroll .header__mobile__show-menu {
        background-image: url(img/menu-bar-reverse.svg);
    }

    .body-menu-active .header__logo_main {
        display: none;
    }

    .body-menu-active .header__logo_reverse {
        display: none;
    }

    .body-menu-active .header__logo_reverse-2 {
        display: inline-block;
    }


    .body-menu-active .main {
        height: 100vh;
        width: 100vw;
        background: #fff;
        margin-top: 0px;
        padding: 10px;
        z-index: 6;
    }

    .body-menu-active .header {
        height: calc(100vh - 20px);
        width: calc(100vw - 20px);
        background: #28404c;
        display: flex;
        border-radius: 15px;
        justify-content: flex-start;
        flex-direction: column;
        left: unset;
        right: unset;
        opacity: 1;
        top: unset;
        position: relative;
        padding: 0px;
    }

    .body-menu-active .header__menu {
        display: flex;
        flex-direction: column;
        flex-grow: unset;
    }

    .body-menu-active .header__logo {
        position: fixed;
        z-index: 9;
        color: #fff !important;
        top: 26px;
        left: 25px;
    }

    .body-menu-active .header__mobile__show-menu {
        margin-top: 10px;
        background-image: url(img/close.svg) !important;
        width: 44px;
        height: 44px;
        position: fixed;
        top: 11px;
        right: 23px;
    }

    .body-menu-active .header__menu__item {
        color: #fff;
    }


    .body-menu-active .main__bg_mobile {
        display: none;
    }

    .body-menu-active .main {
        position: fixed;
    }

    .body-menu-active .header__desktop__login {
        color: #fff;
        border-color: #fff;
    }

    .main__info {
        margin-top: 192px;
        margin-bottom: 10px;
        max-width: 385px;
    }

    .main__info_h1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.2px;
        max-width: unset;
        float: none;
    }

    .main__info_h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        float: none;
        margin: 29px 0 0 87px;
        max-width: unset;
    }

    .main__info_down {
        display: none;
    }

    .main__info_down span {

    }

    .main__info_down img {

    }

    .pay {

    }

    .pay__header {

    }

    .pay__left {
        margin-top: 27px;
        width: unset;
        margin-bottom: -7px;
    }

    .pay__left_header {

    }

    .pay__left_txt {

    }

    .pay__right {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 26px;
    }

    .pay__left_txt ol {
        margin-top: 5px;
    }

    .question {
        padding: 21px 0;
    }

    .questions__items {
        padding-left: unset;
        padding-right: unset;
        margin-top: 10px;
    }

    .questions__items-full {

    }

    .question__ttl {
        max-width: unset;
        width: calc(100% - 30px);
        line-height: 1.3em;
    }

    .questions__navigation {
        margin-top: 15px;
    }

    .question__txt {

    }


    .question__open {

    }

    .question__open-btn {

    }

    .questions {
        padding-right: 16px;
        padding-bottom: 0px;
    }

    .questions__header {

    }

    .questions__show-more {

    }

    .document {
        line-height: 1.5em;
    }

    .document + .document {

    }

    .document__link {

    }


    .documents__items {
        padding-left: 0px;
        margin-top: 24px;
        padding-right: 5px;
    }

    .documents__items-full {

    }

    .documents {
        padding-bottom: 0px;
    }

    .documents__header {

    }

    .documents__show-more {

    }

    .contacts {
        padding-bottom: 15px;
    }

    .contacts__header {

    }

    .contacts__right {
        padding-left: 0px;
        margin-top: 25px;
        padding-right: 0px;
    }

    .contacts__item {

    }

    .contacts__item_header {

    }

    .contacts__item_txt {

    }

    .contacts__item_phone .contacts__item_txt {
        font-size: 24px;
        letter-spacing: 0.5px;
    }

    .contacts__item_email .contacts__item_txt {
        font-size: 24px;
        letter-spacing: 0.5px;
        margin-top: 5px;
    }

    .contacts__item_address {
        margin-top: 25px;
    }

    .contacts__item_address .contacts__item_txt {
        line-height: 1.5em;
        letter-spacing: 0.2px;
        padding-right: 20px;
        max-width: 260px;
    }

    .contacts__description {
        margin-top: 20px;
        margin-bottom: 5px;
        max-width: 400px;
    }

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

    .footer__header {
        font-size: 22px;
        font-weight: 500;
        margin-top: 21px;
        line-height: 1.4em;
        letter-spacing: 1.5px;
    }

    .footer__left {
        width: unset;
    }

    .footer__logo {

    }

    .footer__right {
        margin-top: 27px;
        width: unset;
    }

    .footer__menu {

    }

    .footer__menu_item {
        letter-spacing: 0.8px;
    }

    .to-top {
        right: 18px;
        bottom: 16px;
        box-shadow: unset;
    }
}

@media screen and (max-width: 1024px) and (min-width: 480px) {
    .main__bg_mobile {
        display: none;
    }

    .main__bg {
        top: 76px;
        left: 0px;
        right: unset;
    }

    .main__bg_desktop {
        display: block;
    }

    .main__info_h1 {
        font-size: 30px;
        line-height: 1.1em;
        max-width: 350px;
    }

    .main__info_h2 {
        font-size: 20px;
        max-width: 368px;
    }

    .main__info {
        max-width: 80%;
    }

    .body-menu-active .main__bg {
        overflow: hidden;
        left: 10px;
        right: 10px;
    }

}