.wb__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wb__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.wb__body h2 {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    font-size: 92px;
    line-height: 110%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1D2431;
    margin: 0;
}

.wb__body h2 mark {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: unset;
}

.wb__body h2 span {
    font-family: Manrope;
    font-weight: 300;
    font-size: 48px;
    color: #1D2431;
    line-height: 120%;
    padding-top: 18px;
}

.wb__body h2 a {
    color: #1D2431;
    text-decoration: underline;
}

.gdpr_v2_content {
    font-family: Manrope;
    font-weight: 400;
}

body #cookie-law-info-bar .gdpr_v2_right #wt-cli-accept-all-btn {
    border-radius: 10px;
}

body #cookie-law-info-bar {
    max-width: 1320px;
}

@media (max-width: 1350px) {
    body #cookie-law-info-bar {
        max-width: 1024px !important;
    }
}

@media (max-width: 1050px) {
    body #cookie-law-info-bar {
        max-width: unset !important;
        width: calc(100% - 30px) !important;
    }
}

@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url("./../fonts/v2/Manrope-Light.woff2") format("woff2"), url("./../fonts/v2/Manrope-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url("./../fonts/v2/Manrope-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url("./../fonts/v2/Manrope-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url("./../fonts/v2/Manrope-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url("./../fonts/v2/Manrope-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: relative;
}

body.lock::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(129, 131, 134, 0.65);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    z-index: 400;
}

body.lock header.header {
    background: #FFFFFF;
}

.hidden {
    display: none;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 400;
}

header.header.white {
    background: #ffffff;
    box-shadow: 1px 1px 25px rgba(37, 67, 125, 0.15);
    -webkit-transition: .125s ease-in;
    -o-transition: .125s ease-in;
    transition: .125s ease-in;
}

.container {
    width: auto;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

.top__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
}

.top__line-logo a,
.top__line-logo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__line-logo img:nth-child(1) {
    width: 46px;
    height: auto;
}

.top__line-logo img:nth-child(2) {
    width: 171px;
    height: 21px;
}

.top__line-menu {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    height: 54px;
}

.top__line-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 0 40px;
    list-style: none;
}

.top__line-menu ul a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    text-decoration: none;
    color: #000000;
    position: relative;
}

.top__line-menu ul a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 3px;
    background-color: #ffde52;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__line-menu ul a:hover:after {
    width: 100%;
}

.top__line-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.top__line-lk.mobile a {
    width: 54px;
    height: 54px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top__line-lk {
    width: 123px;
    height: 54px;
    border-radius: 20px;
    border: 1px solid rgba(214, 214, 214, 1);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    background: #ffffff;
}

.top__line-lk a {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #1D2431;
    text-decoration: none;
    padding-top: 15px;
}

.top__line-lk:hover {
    background: #F9F9F9;
    border-color: transparent;
}

.section-page-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    padding-bottom: 32px
}

.page-header {
    background: url(./../img/header-background.png) no-repeat, #FFE578;
    background-position: calc(50% + 250px) bottom;
    position: relative;
    box-sizing: border-box;
    min-height: 654px;
}

.page-header .repayment_block {
    background: #fff;
    padding: 22px;
    border-radius: 20px;
    display: inline-block;
    font-family: Manrope;
    font-weight: 300;
    color: #101010;
    font-size: 16px;
    max-width: 360px;
    height: 88px;
}

.page-header .repayment_block .repayment_hr {
    height: .7px;
    background: #707a85;
    margin: 16px 0
}

.page-header .repayment_list {
    display: flex;
    justify-content: space-between
}

.page-header .repayment_text {
    text-align: center
}

.page-header .wb__block {
    padding-bottom: 167px;
    padding-top: 107px;
}

.page-banner {
    padding: 128px 0 128px 0;
}

.page-banner-block {
    display: block;
    height: 294px;
    border-radius: 47px;
    background: url(./../img/page-banner-gift.png) right 102px bottom no-repeat, url(./../img/page-banner-back.svg) right 253px top no-repeat;
    background-color: #FFDE52;
}

.page-banner .page-banner-block-left {
    padding: 48px;
}

.page-banner .page-banner-block-left__title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-bottom: 16px;
}

.page-banner .page-banner-block-left__link {
    font-family: Manrope;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-bottom: 31px;
}

.page-banner .page-banner-block-left__link a {
    color: #FFFFFF;
}

.page-banner .page-banner-block-left__link a:hover {
    color: #ffde52;
}

.page-banner .banner__btn {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: 0 !important;
    border-radius: 15px;
    color: #002b4b;
    background-color: #ffde52;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    width: 100%;
    max-width: 470px;
    height: 69px;
    margin-top: 0;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
}

.page-banner .banner__btn:hover {
    background: #ffcf06;
}

.page-why {
    padding: 100px 0 0 0;
}

.page-why .section-page-title span {
    background: #FFDD00;
    border-radius: 10px;
    padding: 0 57px 4px 16px;
    white-space: nowrap;
}

.page-why .section-page-title span img {
    width: 34px;
    height: 35px;
    padding-top: 12px;
    padding-left: 8px;
    position: absolute;
}

.page-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page-why-item {
    display: block;
    position: relative;
    background: #F4F4F4;
    border-radius: 32px;
    padding: 32px;
    min-height: 158px;
    z-index: 1;
}

.page-why-item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 222px;
    width: 177px;
    border-radius: 0 32px 32px 0;
}

.page-why-item:nth-child(1)::after {
    background: url(./../img/page-why-item-back-1.png) right bottom no-repeat;
    background-size: contain;
}

.page-why-item:nth-child(2)::after {
    background: url(./../img/page-why-item-back-2.png) right bottom no-repeat;
    background-size: contain;
}

.page-why-item:nth-child(3)::after {
    background: url(./../img/page-why-item-back-3.png) right bottom no-repeat;
    background-size: contain;
}

.page-why-item:nth-child(4)::after {
    background: url(./../img/page-why-item-back-4.png) right bottom no-repeat;
    background-size: contain;
}

.page-why-item:nth-child(5)::after {
    background: url(./../img/page-why-item-back-5.png) right bottom no-repeat;
    background-size: contain;
}

.page-why-item:nth-child(6)::after {
    background: url(./../img/page-why-item-back-6.png) right bottom no-repeat;
    background-size: contain;
}

.page-why-item_title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    color: #1D2431;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.page-why-item_content {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    color: #1D2431;
    position: relative;
    z-index: 2;
}

.page-how-to-get-money {
    padding: 100px 0 0 0;
}

.page-how-to-get-money-block {
}

.page-how-to-get-money-block ul {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-how-to-get-money .section-page-title span {
    background: #fd0;
    border-radius: 10px;
    padding: 0 16px 4px 16px;
}

.page-how-to-get-money-block-left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.page-how-to-get-money-block-left .page-how-to-get-money-block-left-item {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 24px 24px 24px 80px;
    position: relative;
}

.page-how-to-get-money-block-left .page-how-to-get-money-block-left-item::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;
    height: 38px;
    width: 38px;
    background-size: contain;
}

.page-how-to-get-money-block-left .page-how-to-get-money-block-left-item:nth-child(1)::after {
    background: url(./../img/page-how-to-get-money-step-1.svg) left top no-repeat;
}

.page-how-to-get-money-block-left .page-how-to-get-money-block-left-item:nth-child(2)::after {
    background: url(./../img/page-how-to-get-money-step-2.svg) left top no-repeat;
}

.page-how-to-get-money-block-left .page-how-to-get-money-block-left-item:nth-child(3)::after {
    background: url(./../img/page-how-to-get-money-step-3.svg) left top no-repeat;
}

.page-how-to-get-money-block-left .page-how-to-get-money-block-left-item-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0;
    color: #1D2431;
}

.page-how-to-get-money-block-left .page-how-to-get-money-block-left-item-content {
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #1D2431;
    padding-top: 11px;
}

.page-about {
    background: linear-gradient(294.56deg, #F7F8FA 30.06%, #F8F8F8 78.39%);
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 32px;
}

.page-about-block {
    font-family: Manrope;
    font-weight: 400;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0;
}

.page-security {
    margin: 100px 0 0 0;
    background: linear-gradient(294.56deg, #F7F8FA 30.06%, #F8F8F8 78.39%);
    padding-top: 80px;
    padding-bottom: 100px;
}

.page-security-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.page-security-block-item {
    padding-left: 32px;
    position: relative;
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}

.page-security-block-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    height: 20px;
    width: 20px;
    background: url(./../img/check-circle-broken.svg) left top no-repeat;
}

footer {
    background: #1D2431;
    color: #ffffff;
}

.page-footer-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ffffff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.page-footer-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
}

.page-footer-block-left {
}

.page-footer-block-left > div:not(:last-child) {
    padding-bottom: 24px;
}

.page-footer-block-right {

}

.page-footer-block-right > div:not(:last-child) {
    padding-bottom: 24px;
}

.page-footer-block-right a {
    color: #ffffff;
    text-decoration: underline;
}

.page-footer-block-right a:hover {
    color: #f7f7f7;
}

@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }
    .page-header {
        background: url(./../img/header-background.png) right -301px bottom no-repeat, #FFE578;
        min-height: 460px;
        background-size: 1400px;
    }
    .page-header .wb__block {
        padding-bottom: 57px;
        padding-top: 57px;
    }
    .page-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-why-item:after {
        width: 223px;
    }
    .page-why-item:nth-child(1)::after {
        background: url(./../img/page-why-item-back-1-2.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(2)::after {
        background: url(./../img/page-why-item-back-2-2.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(3)::after {
        background: url(./../img/page-why-item-back-3-2.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(4)::after {
        background: url(./../img/page-why-item-back-4-2.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(5)::after {
        background: url(./../img/page-why-item-back-5-2.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(6)::after {
        background: url(./../img/page-why-item-back-6-2.png) right bottom no-repeat;
        background-size: contain;
    }
    .wb__body h2 {
        font-size: 64px;
    }
    .page-how-to-get-money-block-right {
        width: 100%;
    }
    .top__line-menu ul {
        gap: 24px;
        padding: 0 24px;
    }
}

@media (max-width: 1024px) {
    .container {
        box-sizing: border-box;
        padding: 0 64px;
    }
    .top__line-menu {
        display: none;
    }
    body.lock {
        overflow: hidden;
    }
    .wb__wrapper {
        flex-direction: column;
    }
    .wb__block {
        padding-bottom: 128px;
    }
    .page-header {
        background: url(./../img/header-background.png) right -232px bottom no-repeat, #FFE578;
        min-height: 350px;
        background-size: 1000px;
    }

    .page-header .wb__block .wb__block_content h2 mark {
        font-size: 42px;
        line-height: 120%;
        padding-bottom: 8px;
    }

    .page-header .wb__block .wb__block_content h2 span {
        font-size: 30px;
        line-height: 140%;
        padding-top: 0;
        font-weight: 400;
    }

    .page-header .repayment_block {
        min-width: 245px;
        width: 245px;
        height: 64px;
        padding: 16px;
    }

    .page-header .repayment_block .repayment_hr {
        margin: 12px 0
    }

    .page-header .repayment_list img:first-child {
        width: 18px
    }

    .page-header .repayment_list img:nth-child(2) {
        width: 48px
    }

    .page-header .repayment_list img:nth-child(3) {
        width: 29px
    }

    .page-header .repayment_list img:nth-child(4) {
        width: 39px
    }

    .page-header .repayment_text {
        font-size: 11px;
    }

    .page-why-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-why-item:after {
        width: 366px;
    }
    .page-why-item:nth-child(1)::after {
        background: url(./../img/page-why-item-back-1-3.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(2)::after {
        background: url(./../img/page-why-item-back-2-3.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(3)::after {
        background: url(./../img/page-why-item-back-3-3.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(4)::after {
        background: url(./../img/page-why-item-back-4-3.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(5)::after {
        background: url(./../img/page-why-item-back-5-3.png) right bottom no-repeat;
        background-size: contain;
    }

    .page-why-item:nth-child(6)::after {
        background: url(./../img/page-why-item-back-6-3.png) right bottom no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 834px) {
    .page-how-to-get-money .section-page-title.pre {
        white-space: pre-line;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    header.header {
        background: #ffffff;
    }

    .page-how-to-get-money .section-page-title span {
        padding: 0 8px 3px 8px;
    }

    .page-header {
        background: linear-gradient(360deg, #F4F4F4 0%, #DEDEDE 100%);
        background-position: top;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: unset;
    }

    .page-header .wb__block {
        background: #ffffff;
        border-radius: 16px;
        padding: 12px;
    }

    .page-header .wb__block .wb__block_content {
        height: 280px;
        background: url(./../img/header-background-mob.png) no-repeat, #FFE578;
        background-position: center bottom;
        border-radius: 12px;
        padding: 20px;
    }

    .page-header .wb__block .wb__block_content h2 mark {
        font-size: 28px;
        line-height: 120%;
        padding-bottom: 8px;
    }

    .page-header .wb__block .wb__block_content h2 span {
        font-size: 16px;
        line-height: 140%;
        padding-top: 0;
        font-weight: 400;
    }

    .page-why-grid {
        gap: 15px;
    }

    .page-rating-block-top {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 16px;
        gap: 0;
    }

    .section-page-title {
        font-size: 20px;
        padding-bottom: 24px;
    }
    .page-why {
        padding: 64px 0 0 0;
    }
    .page-why .section-page-title span {
        padding: 0 29px 3px 8px;
    }
    .page-why .section-page-title span img {
        width: 17px;
        height: 18px;
        padding-top: 6px;
        padding-left: 5px;
    }

    .page-why-item_title {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .page-why-item_content {
        font-size: 11px;
    }
    .page-why-item {
        border-radius: 16px;
        padding: 16px;
        min-height: unset;
        background: url(./../img/page-why-item-back-mob.png) right bottom no-repeat, #F4F4F4;
    }
    .page-why-item:after {
        max-height: 117px;
        width: 161px;
        border-radius: 0 16px 16px 0;
        background-size: unset;
    }
    .page-why-item:nth-child(1)::after {
        background: url(./../img/page-why-item-back-mob-1.png) 63px 14px / 81px no-repeat;
    }
    .page-why-item:nth-child(2)::after {
        background: url(./../img/page-why-item-back-mob-2.png) 44px 22px / 95px no-repeat;
    }
    .page-why-item:nth-child(3)::after {
        background: url(./../img/page-why-item-back-mob-3.png) 18px 14px / 133px no-repeat;
    }
    .page-why-item:nth-child(4)::after {
        background: url(./../img/page-why-item-back-mob-4.png) 44px 14px / 107px no-repeat;
    }
    .page-why-item:nth-child(5)::after {
        background: url(./../img/page-why-item-back-mob-5.png) 44px 21px / 92px no-repeat;
    }
    .page-why-item:nth-child(6)::after {
        background: url(./../img/page-why-item-back-mob-6.png) 44px 20px / 78px no-repeat;
    }

    .page-how-to-get-money {
        padding: 64px 0 0 0;
    }

    .page-how-to-get-money-block-left {
        gap: 12px;
    }

    .page-how-to-get-money-block-left .page-how-to-get-money-block-left-item {
        padding: 16px 16px 16px 50px;
    }

    .page-how-to-get-money-block-left .page-how-to-get-money-block-left-item::after {
        top: 16px;
        left: 16px;
    }

    .page-how-to-get-money-block-left .page-how-to-get-money-block-left-item:nth-child(1)::after {
        background: url(./../img/page-how-to-get-money-step-1.svg) 0 0 / 22px no-repeat;
    }

    .page-how-to-get-money-block-left .page-how-to-get-money-block-left-item:nth-child(2)::after {
        background: url(./../img/page-how-to-get-money-step-2.svg) 0 0 / 22px no-repeat;
    }

    .page-how-to-get-money-block-left .page-how-to-get-money-block-left-item:nth-child(3)::after {
        background: url(./../img/page-how-to-get-money-step-3.svg) 0 0 / 22px no-repeat;
    }

    .page-how-to-get-money-block-left .page-how-to-get-money-block-left-item-title {
        font-size: 14px;
    }

    .page-how-to-get-money-block-left .page-how-to-get-money-block-left-item-content {
        font-size: 11px;
    }

    .page-how-to-get-money-block-right {
        height: 234px;
        border-radius: 16px;
        background: linear-gradient(137.55deg, #232229 29.29%, #33323C 40.53%, #52405E 63.7%, #1F1C1F 97.43%);
    }

    .page-how-to-get-money-block-right-left {
        padding: 23px 16px;
    }

    .page-how-to-get-money-block-right-left h2 {
        width: 50%;
        font-size: 20px;
    }

    .page-how-to-get-money-block-right-left p {
        width: 50%;
        font-size: 11px;
        padding: 12px 0 25px 0;
    }

    .page-how-to-get-money-block-right-left p span.desk {
        display: none;
    }

    .page-how-to-get-money-block-right-left p span.mob {
        display: block;
    }

    .page-how-to-get-money-block ul {
        gap: 11px;
    }

    .page-header .repayment_block {
        margin: 15px auto !important;
    }

    .page-about {
        padding-top: 17px;
        padding-bottom: 32px;
        border-radius: 0;
        background: #F4F4F4;
    }

    .page-about-block {
        font-size: 14px;
    }

    .page-security {
        margin: 64px 0 0 0;
        padding-top: 32px;
        padding-bottom: 64px;
    }

    .page-security-block-item {
        font-size: 14px;
    }

    .page-footer-block {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 32px;
        padding-bottom: 32px;
        font-size: 12px;
    }

    .page-footer-title {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .page-footer-block-left > div:not(:last-child) {
        padding-bottom: 16px;
    }

    .page-footer-block-right > div:not(:last-child) {
        padding-bottom: 16px;
    }
}

@media (max-width: 425px) {
    .page-header .repayment_block {
        margin: 15px 0 !important;
        max-width: 100%;
        min-width: unset;
        width: unset;
    }
}

@media (max-width: 360px) {
    .page-why .section-page-title {
        width: 65%;
    }

    .page-why-item::after {
        margin-right: -10px;
    }
}

@media (min-width: 1025px) {
    body.lock header.header {
        background: transparent !important;
        box-shadow: none !important;
    }
    header.header.white {
        height: 104px;
    }
}

header.white .main__menu.open {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1024px) {
    .top__line {
        padding: 7px 0;
    }
    .top__line-lk {
        height: 52px;
    }
    .page-how-to-get-money-block-left {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .top__line {
        padding: 9px 0;
    }
    .top__line-lk {
        height: 30px;
        border-radius: 10px;
        width: 68px;
    }
    .top__line-lk a {
        font-size: 12px;
        padding-top: 7px;
    }
    .top__line-action {
        gap: 7px;
    }
    .top__line-logo div {
        gap: 8px;
    }
    .top__line-logo img:nth-child(1) {
        width: 32px;
    }
    .top__line-logo img:nth-child(2) {
        width: 96px;
        height: 12px;
    }
}