.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: 72px;
    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: 24px;
    color: #1D2431;
    line-height: 100%;
    padding-top: 18px;
}

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

.wb__calculate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.repayment_block_mobile {
    display: none !important;
}

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

.header-calc-item {
    display: none;
    position: relative;
    border-radius: 10px;
    padding: 12px 16px 12px 16px;
    min-height: unset;
    background: #FFDE52;
    margin-bottom: 24px;
    height: 64px;
}

.header-calc-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 88px;
    width: 119px;
    border-radius: 0 10px 10px 0;
    background: url(/wp-content/themes/webbankir/img/v3/header-calc-gift-coins-back.svg) no-repeat;
}

.header-calc-item_title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0;
    color: #1D2431;
    padding-bottom: 9px;
    position: relative;
    z-index: 2;
}

.header-calc-item_content {
    font-family: Manrope;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0;
    color: #1D2431;
    position: relative;
    z-index: 2;
}

.header-calc-item_content a {
    color: #1D2431;
    text-decoration: underline;
}

.wb__calculate .calc {
    width: 525px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.wb__calculate .calc a {
    text-decoration: none;
}

.calc__top {
    position: relative;
}

.calc__slider {
    margin-bottom: 29px;
}

.calc__slider-top {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.calc__slider-title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 24px;
    color: #1D2431;
}

.calc__slider-desc {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    color: #1D2431;
}

.calc__slider--price {
    position: relative;
}

.calc__slider--price .ui-slider-handle::before {
    display: none;
    content: attr(data-output) " ₽";
    position: absolute;
    background: #EEF1F7;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 8px;
    font-size: 20px;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    color: #505050;
}

.calc__slider--days {
    position: relative;
}

.calc__slider--days .ui-slider-handle::before {
    display: none;
    content: attr(data-output) " " attr(data-day);
    position: absolute;
    background: #EEF1F7;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 8px;
    font-size: 20px;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    color: #505050;
}

.calc__bottom {
    margin-top: 40px;
}

.calc__bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc__item {
    width: 50%;
}

.calc__item-title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 16px;
    color: #1D2431;
}

.calc__item del {
    color: #686d81;
}

.calc__item-desc {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-top: 16px;
    color: #1D2431;
}

.wb__calculate .money_full_price {
    font-family: 'Manrope';
    font-style: normal;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.27px;
    color: #1D2431;
    position: relative;
}

.wb__calculate .money_full_price:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: currentColor;
}

.calc__item-desc .price-output {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    color: #1d2431;
    border-radius: 8px;
    padding: 8px 14px 8px 14px;
    position: absolute;
    margin-left: 7px;
    margin-top: -8px;
}

.calc__item:nth-child(2) {
    padding-left: 30px;
    position: relative;
}

.wb__calculate .calc .ui-slider .ui-slider-handle {
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
}

.wb__calculate .calc .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    z-index: 12;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 8px solid #FFDE52;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.wb__calculate .calc .ui-slider-horizontal .ui-slider-handle:hover,
.wb__calculate .calc .ui-slider-horizontal .ui-slider-handle:active {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 222, 82, 0.4);
    box-shadow: 0 0 0 5px rgba(255, 222, 82, 0.4);
}

.wb__calculate .calc .range-slider, .wb__calculate .calc .range-slider-2 {
    background: #EEF1F7;
    border-radius: 68px;
    height: 12px;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin-right: 35px;
    z-index: 1;
}

.wb__calculate .calc .range-slider::after, .wb__calculate .calc .range-slider-2::after {
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 10px;
    background: #EEF1F7;
    width: 65px;
    right: -30px;
    top: 0;
    z-index: -1;
}

.wb__calculate .calc .ui-widget-header {
    background: #FFDE52;
    border-radius: 10px 0 0 10px;
    height: 100%;
}

.calc__bottom .btn_new {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    width: 100%;
    height: 88px;
    border-radius: 18px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    color: #1D2431;
    border: 2px solid #ffde52;
    background: #ffffff;
}

.calc__bottom .btn_new:hover {
    background: #ffde52;
    -webkit-transition: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
}

.calc__bottom a.btn_new {
    text-decoration: none;
}

.calc__bottom .btn_new.btn_new-gu {
    border: 2px solid #0d4cd3;
    background: #0d4cd3;
    color: #ffffff;
    margin-bottom: 16px;
}

.calc__bottom a.btn_new.btn_new-gu img {
    margin-left: 7px;
    margin-top: 1px;
    position: relative;
    height: 29px;
}

.calc__bottom .btn_new.btn_new-gu:hover {
    border: 2px solid #0039B3;
    background: #0039B3;
    -webkit-transition: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
}

.calc__bottom .calc__tooltip {
    padding-top: 28px;
    display: block;
    text-align: center;
}

#extendAlert {
    cursor: pointer;
}

.calc__bottom .calc__tooltip span {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    color: #0088FF;
}

.calc__bottom .calc__tooltip span:hover {
    color: #0054A1;
}

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/wp-content/themes/webbankir/fonts/v2/Roboto-Bold.woff2") format("woff2"), url("/wp-content/themes/webbankir/fonts/v2/Roboto-Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

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

body.lock::before {
    content: "";
    position: fixed;
    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;
}

.top__line-gumburger {
    width: 54px;
    height: 54px;
    border-radius: 20px;
    border: 1px solid rgba(214, 214, 214, 1);
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition-duration: 0.3s;
}

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

#gumburger-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border: 0;
    background: url(/wp-content/themes/webbankir/img/v3/menu.svg) center no-repeat;
}

#gumburger-menu.open {
    background: url(/wp-content/themes/webbankir/img/v3/menu_close.svg?2) center no-repeat !important;
}

.page-header {
    background: url(/wp-content/themes/webbankir/img/v3/header-gift-coins.png) no-repeat, url(/wp-content/themes/webbankir/img/v3/header-background.svg) no-repeat, linear-gradient(0.21deg, #F7F8FA 34.38%, #FFFFFF 117.58%);
    background-position: calc(50% + -122px) bottom, calc(50% + 550px) 50%;
    position: relative;
    box-sizing: border-box;
    min-height: 849px;
    padding-top: 147px;
}

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

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

.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(/wp-content/themes/webbankir/img/v3/page-why-item-back-1.png) right bottom no-repeat;
    background-size: contain;
}

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

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

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

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

.page-why-item:nth-child(6)::after {
    background: url(/wp-content/themes/webbankir/img/v3/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-rating {
    padding: 128px 0 0 0;
}

.page-rating .swiper-slide {
    background: #F4F4F4;
    border-radius: 20px;
}

.page-rating-block-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
}

.page-rating .swiper-prev,
.page-rating .swiper-next {
    position: relative;
    z-index: 11;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.page-rating .swiper-prev::before,
.page-rating .swiper-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.page-rating .swiper-prev::before {
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.877 20.4458L10.9851 14.554L16.877 8.66211' stroke='%230088FF' stroke-width='2.1425' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15' cy='15' r='13.9286' transform='matrix(-1 0 0 1 30 0)' stroke='%230088FF' stroke-width='2.14286'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-rating .swiper-next::before {
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.123 20.4458L19.0149 14.554L13.123 8.66211' stroke='%230088FF' stroke-width='2.1425' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15' cy='15' r='13.9286' stroke='%230088FF' stroke-width='2.14286'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-rating .swiper-pagination {
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-color: #E3E3E3;
    --swiper-pagination-bullet-inactive-color: #F4F4F4;
    --swiper-pagination-bullet-inactive-opacity: 1;
}

.page-rating-block {
    min-width: 315px;
    overflow: unset !important;
}

.page-rating-block-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    background: #F4F4F4;
    border-radius: 32px;
}

.page-rating-block-top-image {
    background: url("/wp-content/themes/webbankir/img/v3/page-rating-block-top-image.png") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 339px;
    border-radius: 32px;
}

.page-rating-block-top-content {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}

.page-rating-block-top-content-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1D2431;
    align-self: flex-end;
}

.page-rating-block-top-content-description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1D2431;
    align-self: flex-start;
}

.page-rating-block-items {
    padding-top: 24px;
}

.page-rating-block-item {
    min-width: 312px;
    padding: 16px;
    height: 111px;
}

.page-rating-block-item.pr-sravni::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 122px;
    width: 156px;
    border-radius: 0 0 20px 0;
    background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-sravni.svg) right bottom no-repeat;
    background-size: contain;
}

.page-rating-block-item.pr-otzovik::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
    height: 117px;
    width: 118px;
    border-radius: 0 0 20px 0;
    background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-otzovik.svg) right bottom no-repeat;
    background-size: contain;
}

.page-rating-block-item.pr-googleplay::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 143px;
    width: 134px;
    border-radius: 0 20px 20px 0;
    background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-googleplay.svg) right bottom no-repeat;
    background-size: contain;
}

.page-rating-block-item.pr-appstore::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 143px;
    width: 134px;
    border-radius: 0 20px 20px 0;
    background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-appstore.svg) right bottom no-repeat;
    background-size: contain;
}

.page-rating-block-item-grade {
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1D2431;
}

.page-rating-block-item-grade span {
    color: #C0C0C0;
}

.page-rating-block-item-platform {
    font-family: Manrope;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1D2431;
    padding-top: 10px;
}

.page-rating-block-item-nomination {
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1D2431;
    padding-top: 5px;
}

.page-rating-block-item-rate-us a {
    display: inline-block;
    font-family: Manrope;
    font-weight: 400;
    border-radius: 10px;
    background: #ffde52;
    color: #1d2431;
    text-decoration: none;
    font-size: 11px;
    padding: 9px 16px;
    margin-top: 16px;
}

.page-rating-block-item img {
    position: absolute;
    top: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
}

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

.page-reviews-block {
    overflow: unset !important;
}

.page-reviews-block-items .swiper-slide {
    background: #F4F4F4;
    border-radius: 20px;
    height: auto;
}

.page-reviews-block-item {
    padding: 32px;
    max-width: 424px;
}

.page-reviews-block-item-name {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1D2431;
}

.page-reviews-block-item-name span {
    font-family: Manrope;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    float: right;
    color: #1D2431;
}

.page-reviews-block-item-content {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    color: #1D2431;
    padding-top: 10px;
}

.page-reviews .section-page-title span a {
    text-decoration: none;
    color: #0088FF;
}

.page-reviews .section-page-title span a:hover {
    text-decoration: underline;
}

.page-reviews .section-page-title span {
    font-family: Manrope;
    font-weight: 400;
    font-size: 24px;
    vertical-align: middle;
    color: #0088FF;
    float: right;
    padding-top: 6px;
    cursor: pointer;
}

.page-reviews .section-page-title span img {
    width: 30px;
    height: 30px;
    top: 6px;
    padding-left: 7px;
    position: relative;
}

.page-reviews .swiper-pagination {
    position: relative;
    padding-top: 16px;
}

.page-reviews .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #F4F4F4;
    opacity: 1
}

.page-reviews .swiper-pagination-bullet-active {
    background: #E3E3E3;
}

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

.page-how-to-get-money-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

.page-how-to-get-money-block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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(/wp-content/themes/webbankir/img/v3/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(/wp-content/themes/webbankir/img/v3/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(/wp-content/themes/webbankir/img/v3/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-how-to-get-money-block-right {
    position: relative;
    background: linear-gradient(137.55deg, #232229 29.29%, #33323C 40.53%, #52405E 63.7%, #1F1C1F 97.43%);
    width: 743px;
    height: 471px;
    border-radius: 32px;
    left: 0;
    z-index: 1;
    margin-bottom: 16px;
}

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

.page-how-to-get-money-block-right-left h2 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: 0;
    color: #FFCE26;
    margin: 0;
}

.page-how-to-get-money-block-right-left h2 span {
    display: block;
    color: #ffffff;
}

.page-how-to-get-money-block-right-left p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    color: #ffffff;
    padding: 18px 0 0 0;
    margin: 0;
}

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

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

.page-how-to-get-money-block-age {
    font-family: Manrope;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    color: #837190;
    padding-bottom: 42px;
}

.page-how-to-get-money-block-apps {
    position: relative;
    z-index: 2;
}

.page-how-to-get-money-block-right::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -58px;
    z-index: 1;
    height: 638px;
    width: 399px;
    background: url(/wp-content/themes/webbankir/img/v3/page-how-to-get-money-mobilephone.png) right bottom no-repeat;
    background-size: contain;
}

.page-how-to-get-money-block-right .page-how-to-get-money-block-apps ul img {
    width: 120px;
    height: 120px;
}

.page-how-to-get-money-block-right .page-how-to-get-money-block-apps ul img:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

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

.page-questions-block {
    position: relative;
    width: auto;
    height: 529px;
    border-radius: 32px;
    background: url(/wp-content/themes/webbankir/img/v3/page-questions-back.png) no-repeat;
    background-color: #fffde2;
    overflow: hidden;
}

.page-questions-block::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 529px;
    width: 720px;
    background: url(/wp-content/themes/webbankir/img/v3/page-questions-girl.png) right bottom no-repeat;
    background-size: contain;
}

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

.page-questions-block-left {
    padding: 48px 48px 0;
}
.page-questions-block-left .section-page-title {
    padding-bottom: 16px;
}
.page-questions-block-left .section-page-title .mob {
    display: none;
}
.page-questions-block-left .page-questions-block-content .mob {
    display: none;
}
.page-questions-block-content {
    font-family: Manrope;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #1D2431;
    padding-bottom: 32px;
}
.page-questions-block-left .page-questions-block-content strong {
    font-weight: 600;
}
.page-questions-block-link {
    margin-top: 8px;
}
.page-questions-block-link a {
    color: #0088FF;
    text-decoration: none;
}
.page-questions-block-link a:hover {
    color: #006AC7;
}
.page-questions-block-items {
    display: block;
    max-width: 431px;
    z-index: 3;
    position: relative;
    padding-left: 48px;
}
.page-questions-block-items a {
    text-decoration: none;
    color: #1D2431;
}
.page-questions-block-items div {
    padding: 24px;
    border-radius: 16px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    vertical-align: middle;
    color: #1D2431;
    cursor: pointer;
    margin-bottom: 12px;
    position: relative;
}
.page-questions-block-items div.page-questions-chat {
    background: #FFDE52;
}
.page-questions-block-items div.page-questions-chat:hover {
    background: #fcd842;
}
.page-questions-block-items div.page-questions-chat::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 21px;
    z-index: 1;
    height: 27px;
    width: 27px;
    background: url(/wp-content/themes/webbankir/img/v3/page-questions-icon-chat.svg) right bottom no-repeat;
    background-size: contain;
}
.page-questions-block-items div.page-questions-phone {
    background: #E9F7FF;
}
.page-questions-block-items div.page-questions-phone:hover {
    background: #e2f4fd;
}
.page-questions-block-items div.page-questions-phone > span {
    color: #0088FF;
}
.page-questions-block-items div.page-questions-phone::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 21px;
    z-index: 1;
    height: 27px;
    width: 27px;
    background: url(/wp-content/themes/webbankir/img/v3/page-questions-icon-phone.svg) right bottom no-repeat;
    background-size: contain;
}
.page-questions-block-items div.page-questions-email {
    background: #FFFFFF;
    color: #0088FF;
}
.page-questions-block-items div.page-questions-email:hover {
    background: #f7f7f7;
}
.page-questions-block-items div.page-questions-email::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 22px;
    z-index: 1;
    height: 25px;
    width: 24px;
    background: url(/wp-content/themes/webbankir/img/v3/page-questions-icon-email.svg) right bottom no-repeat;
    background-size: contain;
}

.tippy-box[data-theme~=webbankir] {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
}
.tippy-box[data-theme~=webbankir] > .tippy-content {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1D2431;
    padding: 16px;
}
.tippy-box[data-theme~=webbankir]>.tippy-arrow::before{border-bottom-color:#ffffff;border-top-color:#ffffff;}
.tippy-box{border:1px transparent}
.tippy-box[data-placement^=top]>.tippy-arrow:after{border-top-color:inherit;border-width:12px 8px 0;bottom:-12px;left:0;}
.tippy-box[data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:inherit;border-width:0 8px 12px;top:-12px;left:0;}
.tippy-box[data-placement^=left]>.tippy-arrow:after{border-left-color:inherit;border-width:8px 0 8px 8px;right:-8px;top:0}
.tippy-box[data-placement^=right]>.tippy-arrow:after{border-width:8px 8px 8px 0;left:-8px;top:0;border-right-color:inherit}
.tippy-arrow{border-color:inherit}
.tippy-arrow:after{content:"";z-index:-1;position:absolute;border-color:transparent;border-style:solid}
.tippy-box[data-placement^=top] {
    margin-bottom: 2px;
}
.tippy-box[data-placement^=bottom] {
    margin-top: 4px;
}
.tippy-box[data-placement^=top] > .tippy-arrow::before {
    border-top: 12px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -10px;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
    border-bottom: 12px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -10px;
}

#to-top-btn {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #ffcd1a;
    position: fixed;
    left: 41px;
    bottom: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

#to-top-btn .icon {
    width: 34px;
    height: auto;
}

#to-top-btn.show {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#to-top-btn:hover {
    cursor: pointer;
}

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

.page-header-offers {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    height: 654px;
    background: linear-gradient(0deg, #f7f8fa 0%, #fff 100%);
}

.page-header-offers::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: calc(50% + 60px);
    right: 0;
    height: 100%;
    background: linear-gradient(-34deg, #ffb624 -30%, #ffd94e 100%);
    clip-path: polygon(378px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.page-header-offers .container {
    overflow: visible;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.page-header-offers h1 {
    max-width: 798px;
    margin: 0;
    padding-top: 80px;
    color: #151B2A;
    font-family: Manrope;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.25;
}

.page-header-offers p {
    margin: 0;
    color: #151B2A;
    font-family: Manrope;
    font-size: 28px;
    line-height: 1.45;
}

.page-header-offers img {
    position: absolute;
    right: -70px;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

.section-offers-heading {
    margin-top: 200px;
    padding: 128px 0 192px;
    border-radius: 64px 64px 0 0;
    background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
    font-family: Manrope;
    font-size: 22px;
    line-height: 1.45;
}

.section-offers-heading h2 {
    margin: 0 0 16px;
    font-size: 40px;
}

.section-offers-heading p {
    margin: 0;
}

.section-offers-heading p br:nth-child(1) {
    display: none;
}

.section-offers-bonuses {
    margin-top: -64px;
    padding-block: 128px;
    border-radius: 64px 64px 0 0;
    background-color: #FFFEFE;
    font-family: Manrope;
    font-size: 22px;
    line-height: 1.45;
}

.section-offers-bonuses h3 {
    margin: 0 0 24px;
    font-size: 32px;
}

.section-offers-bonuses p {
    margin: 0;
}

.section-offers-bonuses br {
    display: none;
}

.section-offers-bonuses ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 32px;
}

.section-offers-bonuses li {
    position: relative;
}

.section-offers-bonuses li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
}

.section-offers-bonuses-items {
    margin-top: 64px;
}

.section-offers-bonuses-item {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 248px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    padding: 24px;
    border-radius: 16px;
    background-color: #F4F4F4;
    background-position: center right 9px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
}

.section-offers-bonuses-item.otzovik {
    background-image: url(/wp-content/themes/webbankir/img/v3/page-offers-otzovik-3.png);
}

.section-offers-bonuses-item.banki {
    background-image: url(/wp-content/themes/webbankir/img/v3/page-offers-banki-3.png);
}

.section-offers-bonuses-item.sravni {
    background-image: url(/wp-content/themes/webbankir/img/v3/page-offers-sravni-3.png);
}

.section-offers-bonuses-item.app-store {
    background-image: url(/wp-content/themes/webbankir/img/v3/page-offers-app-store.png);
}

.section-offers-bonuses-item.google-play {
    background-image: url(/wp-content/themes/webbankir/img/v3/page-offers-google-play.png);
}

.section-offers-bonuses-item.vbr {
    background-image: url(/wp-content/themes/webbankir/img/v3/page-offers-vbr-2.png);
}

.section-offers-bonuses-item i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 16px;
    border-radius: 0 0 24px 0;
    background-color: #ffde52;
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
}

.section-offers-bonuses-item a {
    color: #0088FF;
    text-decoration: none;
}

.section-offers-bonuses-item a:hover {
    color: #006ac7;
}

.section-offers-bonuses-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
}

.section-offers-bonuses-nav .swiper-prev,
.section-offers-bonuses-nav .swiper-next {
    position: relative;
    z-index: 11;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.section-offers-bonuses-nav .swiper-prev::before,
.section-offers-bonuses-nav .swiper-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.section-offers-bonuses-nav .swiper-prev::before {
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.877 20.4458L10.9851 14.554L16.877 8.66211' stroke='%230088FF' stroke-width='2.1425' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15' cy='15' r='13.9286' transform='matrix(-1 0 0 1 30 0)' stroke='%230088FF' stroke-width='2.14286'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section-offers-bonuses-nav .swiper-next::before {
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.123 20.4458L19.0149 14.554L13.123 8.66211' stroke='%230088FF' stroke-width='2.1425' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15' cy='15' r='13.9286' stroke='%230088FF' stroke-width='2.14286'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section-offers-bonuses-nav .swiper-pagination {
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-color: #E3E3E3;
    --swiper-pagination-bullet-inactive-color: #F4F4F4;
    --swiper-pagination-bullet-inactive-opacity: 1;
}

.section-offers-cashback-banner {
    display: block;
    margin-top: 64px;
    padding: 24px 32px;
    border-radius: 16px;
    background: url(/wp-content/themes/webbankir/img/v3/page-offers-cashback-banner-hearts.png) bottom -48px right 11px no-repeat, url(/wp-content/themes/webbankir/img/v3/page-offers-cashback-banner-bg-noise.png), radial-gradient(153.23% 393.67% at 152.28% 139.86%, #f49f00 5.41%, #ffde52 100%);
    background-blend-mode: normal, screen, normal;
    background-size: 182px, 60px, auto;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
}

.section-offers-cashback-banner h4 {
    margin: 0 0 4px;
    font-size: 24px;
}

.section-offers-cashback-banner h4 br {
    display: none;
}

.section-offers-how {
    position: relative;
    padding-block: 128px;
    border-radius: 64px;
    background: linear-gradient(120deg, #f7f8fa 0%, #f8f8f8 calc(50% + var(--gradient-offset, 100px)), #f1f2f3 calc(50% + var(--gradient-offset, 100px)), #d9d9d9 100%);
    font-family: Manrope;
    font-size: 22px;
    line-height: 1.45;
}

.section-offers-how .container {
    position: relative;
}

.section-offers-how .container > div {
    max-width: 804px;
}

.section-offers-how h3 {
    margin: 0 0 32px;
    font-size: 32px;
}

.section-offers-how p {
    margin: 0;
}

.section-offers-how a {
    color: #0088FF;
    text-decoration: none;
}

.section-offers-how a:hover {
    color: #006ac7;
}

.section-offers-how a svg {
    position: relative;
    top: -1px;
    margin-left: 4px;
    stroke: currentColor;
    vertical-align: middle;
}

.section-offers-how ul {
    list-style: none;
    margin: 16px 0 32px;
    padding: 0 0 0 32px;
    color: #5b6a83;
}

.section-offers-how li {
    position: relative;
}

.section-offers-how li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
}

.section-offers-how img {
    position: absolute;
    top: 55px;
    right: 56px;
    max-width: 374px;
}

.section-offers {
    padding-block: 200px;
    font-family: Manrope;
}

.section-offers a {
    color: #0088FF;
    text-decoration: none;
}

.section-offers a:hover {
    color: #006ac7;
}

.section-offers .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.section-offers .section-title h3 {
    margin: 0;
    color: #151B2A;
    font-size: 40px;
    font-weight: 700;
}

.section-offers .section-title a {
    font-size: 20px;
    white-space: nowrap;
}

.section-offers .section-title a svg {
    margin-left: 4px;
    stroke: currentColor;
    vertical-align: bottom;
}

.section-offers-link {
    display: none;
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
}

.offers-slider {
    overflow: hidden;
    position: relative;
}

.offers-slider .swiper-slide {
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
}

.offers-slider {
    font-size: 22px;
    line-height: 1.45;
}

.offers-slider h6 {
    margin: 0;
    font-size: 32px;
}

.offers-slider h6 span {
    display: block;
}

.offers-slider p {
    margin: 0 0 8px;
}

.offers-slider a {
    margin-top: auto;
    font-size: 20px;
}

.offers-slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 276px;
    padding: 32px;
}

.slide-1 .offers-slide-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 592px;
    height: 100%;
    background: url(/wp-content/themes/webbankir/img/v3/page-offers-03.png) no-repeat;
    background-size: cover;
}

.slide-1 .offers-slide-image::before {
    content: "";
    position: absolute;
    top: 51px;
    right: 94px;
    display: block;
    width: 286px;
    height: 235px;
    background: url(/wp-content/themes/webbankir/img/v3/page-offers-02.png) no-repeat;
    background-size: cover;
}

.offers-slider .swiper-pagination {
    --swiper-pagination-color: #FFDE52;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-border-radius: 5px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    right: 15px;
    bottom: 15px;
    left: auto;
    width: auto;
}

.offers-slider .swiper-pagination-bullet {
    transition: width .4s;
}

.offers-slider .swiper-pagination-bullet-active {
    width: 20px;
    transform: scale(1.2);
}

.page-header-offers-archive {
    overflow: hidden;
    height: 416px;
    background: linear-gradient(0deg, #f7f8fa 0%, #fff 100%);
}

.page-header-offers-archive .container {
    position: relative;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-header-offers-archive h1 {
    margin: 0;
    padding-top: 80px;
    color: #151B2A;
    font-family: Manrope;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.25;
}

.page-header-offers-archive img {
    position: absolute;
    right: 15px;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

.section-archive-offers {
    padding-block: 200px;
    font-family: Manrope;
    line-height: 1.45;
}

.section-archive-offers .section-title {
    margin-bottom: 48px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.archive-offers-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.archive-offers-item {
    min-height: 255px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 32px;
    border-radius: 16px;
    background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
}

.archive-offers-item h6 {
    margin: 0;
    font-size: 32px;
}

.archive-offers-item p {
    max-width: 80%;
    margin: 0 0 8px;
    font-size: 22px;
}

.archive-offers-item a {
    margin-top: auto;
    color: #0088FF;
    font-size: 20px;
    text-decoration: none;
}

.archive-offers-item a:hover {
    color: #006ac7;
}

@media (max-width: 1440px) {
    .section-archive-offers {
        padding-block: 128px;
    }
}

.page-header-feedback {
    overflow: hidden;
    height: 654px;
    background: linear-gradient(0deg, #f7f8fa 0%, #fff 100%);
    font-family: Manrope;
}

.page-header-feedback .container {
    position: relative;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.page-header-feedback h1 {
    margin: 0;
    padding-top: 80px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.25;
}

.page-header-feedback p {
    max-width: 798px;
    margin: 0;
    font-size: 28px;
    line-height: 1.45;
}

.page-header-feedback img {
    position: absolute;
    right: 0;
    bottom: 90px;
    user-select: none;
    pointer-events: none;
}

.page-feedback {
    padding-top: 200px;
    font-family: Manrope;
}

.page-feedback .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.page-feedback h2 {
    margin: 0 0 24px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.page-feedback p {
    margin: 0;
    font-size: 22px;
    line-height: 1.45;
}

.page-feedback .popup {
    font-family: inherit;
}

.page-feedback .popup.bg {
    max-width: none;
    padding: 0;
    background: none;
    box-shadow: none;
}

.page-feedback .popup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.page-feedback .popup.bg input,
.page-feedback .popup.bg textarea {
    height: 73px;
    padding: 24px 40px 24px 24px;
    border-radius: 12px;
    border-color: #f5f7fa;
    background: #f5f7fa;
    color: #21264a;
    font-size: 18px;
}

.page-feedback .popup.bg textarea {
    height: 170px;
}

.page-feedback .popup.bg textarea {
    border-bottom-width: 1px;
}

.page-feedback .popup-input textarea,
.page-feedback .popup-input textarea:focus {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.page-feedback .popup.bg input:hover,
.page-feedback .popup.bg textarea:hover {
    background-color: #eff1f8;
    border-color: #eff1f8;
}

.page-feedback .popup-input input:focus,
.page-feedback .popup-input input:not(:placeholder-shown) {
    padding-bottom: 8px;
}

.page-feedback .popup-input textarea:focus,
.page-feedback .popup-input textarea:not(:placeholder-shown) {
    padding-top: 32px;
}

.page-feedback .popup-input input:focus ~ label,
.page-feedback .popup-input textarea:focus ~ label,
.page-feedback .popup-input input:not(:placeholder-shown) ~ label,
.page-feedback .popup-input textarea:not(:placeholder-shown) ~ label {
    color: #21264a;
    font-size: 14px;
}

.page-feedback .popup-input.warning input,
.page-feedback .popup-input.warning textarea {
    border-color: #f74455 !important;
}

.page-feedback .popup-input.success input,
.page-feedback .popup-input.success textarea {
    border-color: #4DAE55 !important;
}

.page-feedback .popup-input.success::after,
.page-feedback .popup-input.warning::after {
    top: 24px;
    right: 24px;
}

.page-feedback .popup-input.warning::after {
    background-image: url(/wp-content/themes/webbankir/img/v3/warning.svg);
}

.page-feedback .popup-input.success::after {
    background-image: url(/wp-content/themes/webbankir/img/v3/success.svg);
}

.page-feedback .popup-input label {
    top: 24px;
    left: 24px;
    height: auto;
    padding: 0;
    font-size: 18px;
}

.page-feedback .feedbackAttachBlock {
    position: relative;
    height: auto;
    margin: 0;
    padding: 16px 16px 16px 48px;
    border: 1px dashed #bfc6d9;
    border-radius: 12px;
    background: none;
}

.page-feedback .feedbackAttachBlock:not(.has-max-files):hover {
    border-color: #0274d4;
    background-color: #dcf1fd;
}

.page-feedback .feedbackAttachBlock::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 16px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/webbankir/img/v3/paperclip.svg) center / contain no-repeat;
}

.page-feedback .feedbackAttachBlock:not(.has-max-files):hover::before {
    background-image: url(/wp-content/themes/webbankir/img/v3/paperclip-hover.svg);
}

.page-feedback .feedbackAttachBlock.has-max-files:hover {
    cursor: default;
}

.page-feedback .feedbackAttachBlock.has-max-files::before {
    background-image: url(/wp-content/themes/webbankir/img/v3/paperclip-max.svg);
}

.page-feedback .feedbackAttachBlock.has-max-files .title:not(.max),
.page-feedback .feedbackAttachBlock.has-max-files .subtitle:not(.max),
.page-feedback .feedbackAttachBlock:not(.has-max-files) .title.max,
.page-feedback .feedbackAttachBlock:not(.has-max-files) .subtitle.max {
    display: none;
}

.page-feedback .feedbackAttachBlock .title {
    padding-top: 0;
    font-size: 18px;
    line-height: 1.4;
}

.page-feedback .feedbackAttachBlock .subtitle {
    color: #999fb3;
    line-height: 1.4;
}

.page-feedback .feedbackAttachBlock:not(.has-max-files):hover .title,
.page-feedback .feedbackAttachBlock:not(.has-max-files):hover .subtitle {
    color: #0274d4;
}

.page-feedback .feedbackAttachList {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 0 0;
    border: 0;
}

.page-feedback .feedbackAttachList div {
    padding: 6px 12px;
    border: 0;
    border-radius: 8px;
    background-color: #F3F7FD;
    color: #91A5C1;
    font-size: 14px;
    line-height: 1.4;
}

.page-feedback .feedbackAttachList .success {
    color: #0274D4;
}

.page-feedback .feedbackAttachList .error {
    overflow: visible;
    margin-bottom: 20px;
    background-color: #FEF4F4;
    color: #F74455;
}

.page-feedback .feedbackAttachList .error i {
    pointer-events: none;
    position: absolute;
    bottom: -20px;
    left: 14px;
    font-size: 12px;
    font-style: normal;
}

.page-feedback .feedbackAttachList .success:hover {
    background-color: #E3EEFF;
}

.page-feedback .feedbackAttachList .error:hover {
    background-color: #FFE5E0;
}

.page-feedback .feedbackAttachList div::before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.page-feedback .feedbackAttachList .loading::before {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4565_81)'%3E%3Cpath d='M8.00016 1.33325V3.99992M8.00016 11.9999V14.6666M4.00016 7.99992H1.3335M14.6668 7.99992H12.0002M12.7191 12.7189L10.8335 10.8333M12.7191 3.33321L10.8335 5.21883M3.28121 12.7189L5.16683 10.8333M3.28121 3.33321L5.16683 5.21883' stroke='%2391A5C1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4565_81'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
    animation: rotation 3s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.page-feedback .feedbackAttachList .success::before {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4565_148)'%3E%3Cpath d='M5.00016 7.99992L7.00016 9.99992L11.0002 5.99992M14.6668 7.99992C14.6668 11.6818 11.6821 14.6666 8.00016 14.6666C4.31826 14.6666 1.3335 11.6818 1.3335 7.99992C1.3335 4.31802 4.31826 1.33325 8.00016 1.33325C11.6821 1.33325 14.6668 4.31802 14.6668 7.99992Z' stroke='%230274D4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4565_148'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
}

.page-feedback .feedbackAttachList .error::before {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4565_594)'%3E%3Cpath d='M8.00016 5.33325V7.99992M8.00016 10.6666H8.00683M14.6668 7.99992C14.6668 11.6818 11.6821 14.6666 8.00016 14.6666C4.31826 14.6666 1.3335 11.6818 1.3335 7.99992C1.3335 4.31802 4.31826 1.33325 8.00016 1.33325C11.6821 1.33325 14.6668 4.31802 14.6668 7.99992Z' stroke='%23F74455' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4565_594'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
}

.page-feedback .feedbackAttachList div > span {
    opacity: 1;
    top: 0;
    right: 6px;
    width: 26px;
    height: 26px;
    padding: 3px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1668 5.83325L5.8335 14.1666M5.8335 5.83325L14.1668 14.1666" stroke="%230274D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.page-feedback .feedbackAttachList .error > span {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1668 5.83325L5.8335 14.1666M5.8335 5.83325L14.1668 14.1666' stroke='%23F74455' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.page-feedback .popup .popup-check .custom-checkbox + label::before {
    border-color: #1D2431;
}

.page-feedback .popup .popup-check .custom-checkbox:checked + label::before {
    border-color: #1D2431;
    background-color: #1D2431;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4.5 7L7.5 4L10.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: auto;
}

.page-feedback .popup .popup-check {
    margin-block: 24px;
    gap: 2px;
    color: #4c526e;
}

.page-feedback .popup .popup-check-right a {
    color: currentColor;
    text-decoration: underline;
    text-decoration-color: #4c526e80;
}

.page-feedback .popup .popup-check-right a:hover {
    text-decoration: none;
}

.page-feedback .popup-button {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
}

.page-feedback .popup-button button:disabled {
    color: #999FB3;
    background-color: #EFF1F8;
    box-shadow: none;
}

.page-feedback .popup.bg button {
    max-width: fit-content;
    height: auto;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-family: inherit;
    font-size: 18px;
}

.page-feedback .popup-button p {
    position: relative;
    top: -5px;
    margin: 0;
    color: #999fb3;
    font-size: 16px;
    line-height: 1.4;
}

.page-feedback .popup-button p a {
    color: #0274d4;
    text-decoration: none;
}

.page-questions-feedback {
    padding-block: 200px;
}

.page-questions-feedback .page-questions-block {
    height: 442px;
}

.page-questions-feedback .page-questions-block::after {
    bottom: -87px;
}

.page-header-bonuses {
    overflow: hidden;
    height: 654px;
    background: linear-gradient(0deg, #f7f8fa 0%, #fff 100%);
    font-family: Manrope;
}

.page-header-bonuses .container {
    position: relative;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-header-bonuses h1 {
    max-width: 798px;
    margin: 0 0 32px;
    padding-top: 80px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.25;
}

.page-header-bonuses p {
    max-width: 798px;
    margin: 0;
    font-size: 28px;
    line-height: 1.45;
}

.page-header-bonuses img {
    position: absolute;
    right: 0;
    bottom: 24px;
    max-width: 493px;
    user-select: none;
    pointer-events: none;
}

.section-bonuses-intro {
    margin-top: 200px;
    padding: 128px 0 160px;
    border-radius: 32px 32px 0 0;
    background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
    font-family: Manrope;
}

.section-bonuses-intro h2 {
    margin: 0 0 16px;
    font-size: 40px;
}

.section-bonuses-intro p {
    margin: 0;
    font-size: 22px;
}

.section-bonuses-steps {
    margin-top: -32px;
    font-family: Manrope;
    font-size: 32px;
}

.section-bonuses-steps .container {
    display: flex;
    align-items: center;
    gap: 64px;
}

.section-bonuses-steps > div {
    margin-top: -32px;
    padding: 128px 0 160px;
    border-radius: 32px 32px 0 0;
}

.section-bonuses-steps > div:nth-child(even) {
    background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
}

.section-bonuses-steps > div:nth-child(even) .step-img {
    background-color: #eee;
}

.section-bonuses-steps > div:nth-child(odd) {
    background: #fff;
}

.section-bonuses-steps > div:last-child:not(:nth-child(even)) {
    padding-bottom: 0;
}

.section-bonuses-steps > div:nth-child(1) .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-bonuses-steps .is-reversed .container {
    flex-direction: row-reverse;
}

.section-bonuses-steps > div:nth-child(1) .step-img {
    margin-inline: auto;
}

.section-bonuses-steps > div:nth-child(1) p {
    font-weight: 700;
}

.section-bonuses-steps h3 {
    margin: 0;
    font-size: 32px;
}

.section-bonuses-steps p {
    width: 100%;
    margin: 0;
    padding-right: 50px;
}

.section-bonuses-steps a {
    color: #0274d4;
    text-decoration: none;
}

.section-bonuses-steps .step-img {
    box-sizing: border-box;
    min-width: 712px;
    padding: 64px 35px 0;
    border-radius: 32px;
    background-color: #F6F6F6;
    text-align: center;
}

.section-bonuses-steps .step-img img {
    user-select: none;
    pointer-events: none;
    vertical-align: middle;
}

.section-bonuses-steps-after {
    padding-block: 200px;
    font-family: Manrope;
}

.section-bonuses-steps-after h3 {
    margin: 0 0 40px;
    font-size: 40px;
}

.section-bonuses-steps-after a {
    color: #0274d4;
    text-decoration: none;
}

.section-bonuses-steps-after .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.section-bonuses-steps-after .steps-grid > div {
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
}

.section-bonuses-steps-after i {
    user-select: none;
    pointer-events: none;
    filter: drop-shadow(6px 8px 12px rgba(255, 175, 2, 0.25)) drop-shadow(0 1px 2px rgba(248, 177, 23, 0.25));
}

.section-bonuses-steps-after img {
    max-width: 48px;
}

.section-bonuses-steps-after h4 {
    margin: 12px 0 6px;
    font-size: 16px;
}

.section-bonuses-steps-after p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.page-header-insurance {
    overflow: hidden;
    height: 510px;
    color: #151B2A;
    background: linear-gradient(0deg, #f7f8fa 30%, #fff 140%);
    font-family: Manrope;
}

.page-header-insurance .container {
    position: relative;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-header-insurance h1 {
    max-width: 798px;
    margin: 0;
    padding-top: 80px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.25;
}

.page-header-insurance img {
    position: absolute;
    right: 0;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

.section-insurance {
    padding-block: 200px;
    color: #151B2A;
    font-family: Manrope;
    font-size: 18px;
    line-height: 1.4;
}

.section-insurance > div {
    padding: 128px 0 160px;
    border-radius: 32px 32px 0 0;
}

.section-insurance > div:not(:first-child) {
    margin-top: -32px;
}

.section-insurance > div:last-child {
    border-radius: 32px;
    padding-bottom: 128px;
}

.section-insurance > div:nth-child(odd) {
    background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
}

.section-insurance > div:nth-child(even) {
    background: #fff;
}

.section-insurance h2 {
    margin: 0 0 24px;
    font-size: 40px;
}

.section-insurance p {
    margin: 0 0 16px;
}

.section-insurance p:last-child {
    margin-bottom: 0;
}

.section-insurance a {
    color: #0088FF;
    text-decoration: none;
}

.section-insurance a:hover {
    color: #0054A1;
}

@media (max-width: 1440px) {
    .page-feedback .popup-button {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }
    .page-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-why-item:after {
        width: 223px;
    }
    .page-why-item:nth-child(1)::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-why-item-back-1-2.png) right bottom no-repeat;
        background-size: contain;
    }

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

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

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

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

    .page-why-item:nth-child(6)::after {
        background: url(/wp-content/themes/webbankir/img/v3/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 {
        grid-template-columns: repeat(1, 1fr);
        gap: 70px;
    }
    .page-how-to-get-money-block-right {
        width: 100%;
    }
    .top__line-menu ul {
        gap: 24px;
        padding: 0 24px;
    }
    .page-questions-block::after {
        margin-right: -150px;
    }
    .page-questions-block .section-page-title {
        max-width: 490px;
    }
    .page-questions-block-content {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .page-header-offers h1,
    .page-header-offers p {
        max-width: 500px;
    }
    .page-header-offers h1 span {
        display: block;
    }
    .page-header-offers img {
        right: -130px;
    }
    .page-header-offers::after {
        left: calc(50% - 30px);
    }
    .section-offers-heading {
        margin-top: 150px;
    }
    .section-offers-heading .container,
    .section-offers-bonuses .container,
    .section-offers-how .container {
        max-width: 1152px;
    }
    .section-offers-how .container > div {
        max-width: 636px;
    }
    .section-offers-how {
        --gradient-offset: 150px;
    }
    .section-offers {
        padding-block: 150px;
    }
    .page-header-offers-archive img {
        right: -40px;
    }
    .archive-offers-items {
        grid-template-columns: 1fr;
    }

    .page-header-bonuses h1 {
        max-width: 523px;
        margin-bottom: 24px;
        font-size: 48px;
    }
    .page-header-bonuses p {
        max-width: 523px;
        font-size: 22px;
    }
    .section-bonuses-intro br {
        display: none;
    }
    .section-bonuses-steps .step-img {
        min-width: 580px;
    }
    .section-bonuses-steps .step-img img {
        max-width: 439px;
    }
    .section-bonuses-steps p {
        padding-right: 0;
    }
    .section-bonuses-steps br {
        display: none;
    }
    .section-bonuses-steps-after br {
        display: none;
    }
    .page-header-insurance img {
        max-width: 477px;
    }
}

@media (max-width: 1279px) {
    .section-offers-how .container > div {
        max-width: 580px;
    }
    .section-offers-how ul br {
        display: none;
    }
    .section-offers-how-img img {
        max-width: 340px;
    }

    .page-header-feedback p {
        max-width: 647px;
    }
    .page-header-feedback img {
        right: -40px;
    }
    .page-feedback h2 {
        max-width: 90%;
    }
    .page-questions-feedback .page-questions-block {
        height: 482px;
    }
}

@media (max-width: 1024px) {
    .container {
        box-sizing: border-box;
    }
    .top__line-menu {
        display: none;
    }
    body.lock {
        overflow: hidden;
    }
    .wb__wrapper {
        flex-direction: column;
    }
    .wb__block {
        padding-bottom: 128px;
    }
    .wb__calculate .calc {
        width: 100%;
    }
    .page-header .repayment_block {
        display: none;
    }
    .repayment_block_mobile {
        display: block !important;
        margin: 32px auto !important;
        min-width: 360px;
    }
    .page-header {
        min-height: unset;
        padding-top: 132px;
        background: url(/wp-content/themes/webbankir/img/v3/header-gift-coins-2.svg) no-repeat, url(/wp-content/themes/webbankir/img/v3/header-background-2.svg) no-repeat, linear-gradient(0.21deg, #F7F8FA 34.38%, #FFFFFF 117.58%);
        background-position: right top 132px, right top 215px, top;
    }
    .page-questions-block {
        height: auto;
        border-radius: 0;
        background: none;
        background-color: transparent;
    }
    .page-questions-block::after {
        display: none;
    }
    .page-questions-block-left {
        overflow: hidden;
        position: relative;
        padding: 30px;
        border-radius: 32px;
        background: url(/wp-content/themes/webbankir/img/v3/page-questions-back-mob.png) right top no-repeat #fffde2;
    }
    .page-questions-block-left::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        height: 271px;
        width: 369px;
        background: url(/wp-content/themes/webbankir/img/v3/page-questions-girl.png) right bottom no-repeat;
        background-size: contain;
    }
    .page-questions-block-left .section-page-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .page-questions-block-content {
        padding-bottom: unset;
    }
    .page-questions-block-link span {
        display: none;
    }
    .page-questions-block .page-questions-block-items {
        max-width: none;
        margin-top: 20px;
        padding: 0;
    }
    .page-questions-block .page-questions-block-items .page-questions-email {
        background: #F4F4F4;
    }
    .page-questions-block-left .section-page-title .mob {
        display: block;
    }
    .page-questions-block-left .section-page-title .desk {
        display: none;
    }

    .page-questions-block-left .page-questions-block-content .mob {
        display: block;
    }

    .page-questions-block-left .page-questions-block-content .desk {
        display: none;
    }
    .page-why-grid {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .page-why-item:after {
		width: 366px;
	}
	.page-why-item:nth-child(1)::after {
		background: url(/wp-content/themes/webbankir/img/v3/page-why-item-back-1-3.png) right bottom no-repeat;
		background-size: contain;
	}

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

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

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

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

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

    .page-header-feedback h1 {
        padding-top: 70px;
        font-size: 48px;
    }

    .page-header-feedback p {
        max-width: 380px;
        font-size: 24px;
    }

    .page-header-feedback img {
        max-width: 303px;
        right: 24px;
        bottom: 167px;
    }

    .page-feedback .container {
        grid-template-columns: 1fr;
    }

    .page-feedback p br {
        display: none;
    }

    .page-header-feedback {
        height: 628px;
    }

    .page-questions-feedback .page-questions-block-left::after {
        bottom: -20px;
    }

    .page-questions-feedback .page-questions-block {
        height: auto;
    }

    .page-questions-feedback .section-page-title {
        max-width: 300px;
    }

    .page-header-offers h1 {
        padding-top: 70px;
        font-size: 48px;
    }
    .page-header-offers p {
        max-width: 290px;
        font-size: 24px;
    }
    .page-header-offers img {
        max-width: 400px;
        right: -20px;
        bottom: 100px;
    }
    .page-header-offers::after {
        left: auto;
        width: 480px;
    }
    .section-offers-heading {
        margin-top: 128px;
        padding: 96px 0 128px;
        border-radius: 32px 32px 0 0;
    }
    .section-offers-heading p br {
        display: none;
    }
    .section-offers-bonuses {
        margin-top: -32px;
        padding-block: 96px;
        border-radius: 32px 32px 0 0;
    }
    .section-offers-bonuses p {
        display: inline;
    }
    .section-offers-bonuses-item {
        background-position: center right;
    }
    .section-offers-how {
        overflow: hidden;
        padding-top: 96px;
        padding-bottom: 0;
        border-radius: 32px;
        background: linear-gradient(351deg, #f7f8fa 0%, #f8f8f8 100%);
    }
    .section-offers-how .container > div {
        max-width: none;
    }
    .section-offers-how ul br {
        display: block;
    }
    .section-offers-how-img {
        min-width: calc(100% + 128px);
        margin: 45px -64px 0;
        padding-block: 80px;
        border-radius: 16px 16px 0 0;
        background: radial-gradient(148.61% 177.08% at 87.61% 106.09%, #d9d9d9 0%, #f7f8f9 100%);
        text-align: center;
    }
    .section-offers-how-img img {
        position: static;
        max-width: 360px;
    }
    .section-offers {
        padding-block: 128px;
    }
    .section-offers .section-title h3 span {
        display: block;
    }
    .offers-slider {
        font-size: 24px;
    }
    .offers-slider h6 {
        font-size: 28px;
    }
    .offers-slider h6 span {
        display: inline-block;
    }
    .offers-slider a {
        font-size: 20px;
    }
    .offers-slide-content {
        min-height: auto;
        padding-bottom: 40px;
    }
    .slide-1 .offers-slide-image {
        position: static;
        width: 100%;
        height: 468px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -16px;
        border-radius: 16px 16px 0 0;
        background-image: url(/wp-content/themes/webbankir/img/v3/page-offers-03-m.jpg);
    }
    .slide-1 .offers-slide-image::before {
        position: static;
    }
    .offers-slider .swiper-pagination {
        right: auto;
        left: 16px;
    }
    .page-header-offers-archive h1 {
        max-width: 45%;
        font-size: 48px;
    }
    .page-header-offers-archive img {
        right: -10px;
    }
    .archive-offers-item p {
        max-width: none;
    }

    .page-header-bonuses {
        height: 515px;
    }
    .page-header-bonuses h1 {
        max-width: 469px;
        padding-top: 40px;
    }
    .page-header-bonuses img {
        max-width: 361px;
        bottom: 48px;
    }
    .section-bonuses-steps .container,
    .section-bonuses-steps .is-reversed .container {
        flex-direction: column;
    }
    .section-bonuses-steps > div:not(:first-of-type) .container {
        align-items: flex-start;
    }
    .section-bonuses-steps .step-img {
        min-width: 100%;
    }
    .section-bonuses-steps-after .steps-grid {
        grid-template-columns: 1fr;
    }
    .page-header-insurance h1 {
        font-size: 48px;
    }
    .page-header-insurance img {
        max-width: 440px;
        right: -60px;
    }
}

@media (min-width: 768px) and (max-width: 834px) {
    .container {
        padding-inline: 64px;
    }
    .page-how-to-get-money-block-right-left h2 {
        font-size: 42px;
    }
    .page-how-to-get-money-block-right::after {
        right: -88px;
    }
    .page-why .section-page-title span {
        white-space: nowrap;
    }
    .fcalc__btn {
        line-height: 18px !important;
        text-align: center;
    }
}

@media (max-width: 833px) {
    .page-header-feedback {
        height: 400px;
        background: linear-gradient(0deg, #f7f8fa 30%, #fff 170%);
    }
    .page-header-feedback .container {
        gap: 15px;
    }
    .page-header-feedback h1 {
        font-size: 40px;
    }
    .page-header-feedback p,
    .page-feedback p {
        font-size: 20px;
    }
    .page-header-feedback img {
        right: -10px;
        bottom: 30px;
    }
    .page-feedback {
        padding-top: 100px;
    }
    .page-questions-feedback {
        padding-block: 100px;
    }
    .page-header-insurance {
        height: 400px;
    }
    .page-header-insurance h1 {
        font-size: 32px;
    }
    .section-insurance {
        padding-block: 64px;
        font-size: 14px;
    }
    .section-insurance > div {
        padding: 32px 0 64px;
        border-radius: 24px 24px 0 0;
    }
    .section-insurance > div:last-child {
        border-radius: 24px;
        padding-bottom: 32px;
    }
    .section-insurance h2 {
        margin-bottom: 16px;
        font-size: 20px;
    }
    .section-insurance p {
        margin-bottom: 8px;
    }
    .page-how-to-get-money-block-age {
        padding-bottom: 53px;
    }
}

@media (max-width: 767px) {
    header.header {
        background: #ffffff;
    }

    .page-questions-block-left {
        max-height: 160px;
        padding: 16px;
        border-radius: 16px;
        background: url(/wp-content/themes/webbankir/img/v3/page-questions-back-mob-2.png) right top no-repeat #fffde2;
    }

    .page-questions-block-left::after {
        height: 155px;
        width: 210px;
    }

    .page-questions-block-left .section-page-title {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .page-questions-block-content {
        font-size: 12px;
    }

    .page-questions-block-link {
        margin-top: 4px;
    }

    .page-questions-block .page-questions-block-items {
        margin-top: 8px;
    }

    .page-questions-block-items div {
        padding: 16px;
        border-radius: 10px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .page-questions-block-items div.page-questions-chat::after {
        right: 14px;
        bottom: 16px;
        width: 18px;
        height: 18px;
    }

    .page-questions-block-items div.page-questions-phone::after {
        right: 14px;
        bottom: 16px;
        width: 18px;
        height: 18px;
    }

    .page-questions-block-items div.page-questions-email::after {
        right: 15px;
        bottom: 17px;
        width: 16px;
        height: 16px;
    }

    .tippy-box[data-theme~=webbankir] > .tippy-content {
        font-size: 12px;
        padding: 20px 16px 20px 16px;
    }

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

    .page-header .wb__block {
        display: none;
    }

    .page-header .header-calc-item {
        display: block;
    }

    .page-header .wb__calculate .calc {
        padding: 24px;
    }

    .page-header .wb__calculate .calc .range-slider, .wb__calculate .calc .range-slider-2 {
        height: 6px;
    }

    .page-header .wb__calculate .calc .ui-slider-horizontal .ui-slider-handle {
        width: 24px;
        height: 24px;
        border: 4px solid #FFDE52;
    }

    .page-header .calc__slider-title {
        font-size: 14px;
    }

    .page-header .calc__slider-desc {
        font-size: 14px;
    }

    .page-header .calc__item-title {
        font-size: 12px;
    }

    .page-header .calc__item-desc {
        font-size: 14px;
        margin-top: 8px;
    }

    .page-header .money_full_price {
        font-size: 14px;
    }

    .page-header .calc__item-desc .price-output {
        font-size: 14px;
        padding: 1px 6px 1px 6px;
        margin-left: 6px;
        margin-top: -1px;
    }

    .page-header .calc__bottom-wrap {
        margin-top: 23px;
    }

    .page-header .calc__slider {
        margin-bottom: 20px;
    }

    .page-header .wb__calculate .calc .range-slider, .wb__calculate .calc .range-slider-2 {
        margin-right: 24px;
    }

    .page-header .wb__calculate .calc .range-slider::after, .wb__calculate .calc .range-slider-2::after {
        right: -25px;
    }

    .page-header .calc__bottom .btn_new.btn_new-gu {
        margin-bottom: 8px;
    }

    .page-header .calc__bottom a.btn_new.btn_new-gu img {
        margin-left: 5px;
        margin-top: 0;
        height: 20px;
    }

    .page-header .calc__bottom .btn_new {
        height: 44px;
        font-size: 14px;
        border-radius: 10px;
    }

    .page-header .calc__bottom .calc__tooltip {
        padding-top: 16px;
    }

    .page-header .calc__bottom .calc__tooltip span {
        font-size: 11px;
    }

    .page-header .calc__bottom {
        margin-top: 24px;
    }

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

    .page-header .repayment_block_mobile {
        margin: 15px auto !important;
        min-width: 299px;
        height: 64px;
    }

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

    .page-header .repayment_list img:nth-child(1) {
        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_list img:nth-child(5) {
        width: 22px;
    }

    .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(/wp-content/themes/webbankir/img/v3/page-why-item-back-mob.png) right -50px 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(/wp-content/themes/webbankir/img/v3/page-why-item-back-mob-1.png) 63px 14px / 81px no-repeat;
    }
    .page-why-item:nth-child(2)::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-why-item-back-mob-2.png) 44px 22px / 95px no-repeat;
    }
    .page-why-item:nth-child(3)::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-why-item-back-mob-3.png) 18px 14px / 133px no-repeat;
    }
    .page-why-item:nth-child(4)::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-why-item-back-mob-4.png) 44px 14px / 107px no-repeat;
    }
    .page-why-item:nth-child(5)::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-why-item-back-mob-5.png) 44px 21px / 92px no-repeat;
    }
    .page-why-item:nth-child(6)::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-why-item-back-mob-6.png) 44px 20px / 78px no-repeat;
    }

    .page-rating {
        padding: 64px 0 0 0;
    }

    .page-rating-block-top-image {
        /*background: url("/wp-content/themes/webbankir/img/v3/page-rating-block-top-image-mob.png") no-repeat;*/
        min-height: 300px;
        border-radius: 16px;
    }

    .page-rating-block-top-content {
        padding: 16px 16px 24px 16px;
        gap: 10px;
    }

    .page-rating-block-top-content-title {
        font-size: 20px;
    }

    .page-rating-block-top-content-description {
        font-size: 14px;
    }

    .page-rating-block-nav {
        margin-top: 8px;
    }

    .page-rating-block-nav .swiper-prev,
    .page-rating-block-nav .swiper-next {
        display: none;
    }

    .page-rating-block-nav .swiper-pagination {
        position: static;
    }

    .page-reviews {
        padding: 64px 0 0 0;
    }

    .page-reviews-block-item {
        padding: 16px;
    }

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

    .page-reviews-block-item-name span {
        font-size: 12px;
    }

    .page-reviews-block-item-content {
        font-size: 11px;
    }

    .page-reviews .section-page-title span {
        font-size: 11px;
        padding-top: 4px;
    }

    .page-reviews .section-page-title span img {
        width: 14px;
        height: 14px;
        top: 3px;
        padding-left: 5px;
        position: relative;
    }

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

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

    .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(/wp-content/themes/webbankir/img/v3/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(/wp-content/themes/webbankir/img/v3/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(/wp-content/themes/webbankir/img/v3/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: 65%;
        font-size: 20px;
    }

    .page-how-to-get-money-block-right-left p {
        width: 50%;
        font-size: 11px;
        padding: 12px 0 0 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-age {
        font-size: 11px;
        padding-bottom: 40px;
    }

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

    .page-how-to-get-money-block-right .page-how-to-get-money-block-apps ul img {
        width: 56px;
        height: 56px;
    }

    .page-how-to-get-money-block-right::after {
        right: -16px;
        bottom: -39px;
        height: 326px;
        width: 208px;
        background: url(/wp-content/themes/webbankir/img/v3/page-how-to-get-money-mobilephone-mob.png) right bottom no-repeat;
    }

    .page-questions {
        padding: 64px 0 64px 0;
    }

    #to-top-btn {
        width: 50px;
        height: 50px;
        left: 16px;
    }

    #to-top-btn .icon {
        width: 26px;
    }
    .page-header-offers {
        height: 400px;
        background: linear-gradient(0deg, #f7f8fa 50%, #fff 200%);
    }
    .page-header-offers .container {
        gap: 15px;
    }
    .page-header-offers h1 {
        font-size: 24px;
    }
    .page-header-offers p {
        max-width: 280px;
        font-size: 16px;
    }
    .page-header-offers img {
        right: -50px;
        bottom: 30px;
        max-width: 300px;
    }
    .page-header-offers::after {
        width: 295px;
        clip-path: polygon(230px 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .section-offers-heading {
        margin-top: 64px;
        padding: 32px 0 56px;
        border-radius: 24px 24px 0 0;
        font-size: 14px;
    }
    .section-offers-heading h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .section-offers-heading p br:nth-child(2) {
        display: block;
    }
    .section-offers-bonuses {
        margin-top: -24px;
        padding-block: 32px;
        border-radius: 24px 24px 0 0;
        font-size: 14px;
    }
    .section-offers-bonuses h3 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .section-offers-bonuses ul {
        padding-left: 24px;
    }

    .section-offers-bonuses li::before {
        top: 9px;
        left: -15px;
    }

    .section-offers-bonuses-items {
        overflow: visible;
        margin-top: 24px;
    }
    .section-offers-bonuses-item {
        height: 143px;
        padding: 16px;
        font-size: 16px;
    }
    .section-offers-bonuses-item i {
        padding: 8px 11px;
        border-radius: 0 0 16px 0;
        font-size: 14px;
    }
    .section-offers-bonuses-nav {
        margin-top: 8px;
    }
    .section-offers-bonuses-nav .swiper-prev,
    .section-offers-bonuses-nav .swiper-next {
        display: none;
    }
    .section-offers-bonuses-nav .swiper-pagination {
        position: static;
    }

    .section-offers-cashback-banner {
        margin-top: 24px;
        padding: 16px;
        font-size: 14px;
    }

    .section-offers-cashback-banner h4 {
        font-size: 20px;
    }

    .section-offers-cashback-banner h4 br {
        display: block;
    }

    .section-offers-how {
        padding-top: 32px;
        border-radius: 24px;
        font-size: 14px;
    }
    .section-offers-how .container > div {
        max-width: none;
    }
    .section-offers-how h3 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .section-offers-how a svg {
        display: none;
    }

    .section-offers-how ul {
        margin-top: 8px;
        margin-bottom: 16px;
        padding-left: 24px;
    }
    .section-offers-how li::before {
        top: 9px;
        left: -15px;
    }
    .section-offers-how ul br {
        display: none;
    }
    .section-offers-how-img {
        box-sizing: border-box;
        min-width: calc(100% + 30px);
        margin: 24px -15px 0;
        padding: 20px;
    }
    .section-offers-how-img img {
        max-width: 224px;
    }
    .section-offers {
        padding-block: 64px;
    }
    .section-offers .section-title {
        margin-bottom: 24px;
    }
    .section-offers .section-title h3 {
        font-size: 20px;
    }
    .section-offers .section-title h3 span {
        display: inline-block;
    }
    .section-offers .section-title a {
        display: none;
    }
    .section-offers-link {
        display: block;
    }
    .offers-slider {
        font-size: 14px;
    }
    .offers-slider h6 {
        font-size: 16px;
    }
    .offers-slider a {
        font-size: 16px;
    }
    .offers-slide-content {
        padding: 16px 16px 32px;
    }
    .slide-1 .offers-slide-image {
        height: 233px;
    }
    .slide-1 .offers-slide-image::before {
        width: 208px;
        height: 172px;
    }
    .page-header-offers-archive {
        height: 200px;
        background: linear-gradient(0deg, #f7f8fa 50%, #fff 200%);
    }
    .page-header-offers-archive h1 {
        padding-top: 50px;
        font-size: 24px;
    }
    .page-header-offers-archive img {
        max-width: 190px;
    }
    .section-archive-offers {
        padding-block: 64px;
    }
    .archive-offers-items {
        gap: 12px;
    }
    .section-archive-offers .section-title {
        margin-bottom: 24px;
        font-size: 20px;
    }
    .archive-offers-item {
        min-height: 126px;
        gap: 4px;
        padding: 16px;
    }
    .archive-offers-item h6,
    .archive-offers-item a {
        font-size: 16px;
    }
    .archive-offers-item p {
        font-size: 14px;
    }

    .page-header-bonuses {
        height: 275px;
        background: linear-gradient(0deg, #f7f8fa 50%, #fff 200%);
    }
    .page-header-bonuses h1 {
        max-width: 343px;
        margin-bottom: 16px;
        font-size: 24px;
    }
    .page-header-bonuses p {
        font-size: 16px;
    }
    .page-header-bonuses img {
        max-width: 205px;
        bottom: 20px;
    }
    .section-bonuses-intro {
        margin-top: 64px;
        padding-top: 32px;
        padding-bottom: 64px;
    }
    .section-bonuses-intro h2 {
        font-size: 20px;
    }
    .section-bonuses-intro p {
        font-size: 14px;
    }
    .section-bonuses-steps {
        font-size: 16px;
    }
    .section-bonuses-steps .container {
        gap: 16px;
    }
    .section-bonuses-steps h3 {
        font-size: 20px;
    }
    .section-bonuses-steps > div {
        padding-top: 32px;
        padding-bottom: 64px;
    }
    .section-bonuses-steps .step-img {
        max-height: 329px;
        padding: 30px 16px 0;
        border-radius: 18px;
    }
    .section-bonuses-steps .step-img img {
        max-width: 240px;
    }
    .section-bonuses-steps-after {
        padding-block: 64px;
    }
    .section-bonuses-steps-after h3 {
        margin-bottom: 24px;
        font-size: 20px;
    }
    .section-bonuses-steps-after h4 {
        margin-top: 8px;
    }
    .section-bonuses-steps-after .steps-grid {
        gap: 12px;
    }
    .section-bonuses-steps-after .steps-grid > div {
        padding: 16px;
    }
    .page-header-insurance {
        height: 360px;
    }
    .page-header-insurance img {
        max-width: 345px;
    }
    .page-header-insurance h1 {
        font-size: 24px;
    }
}

@media (max-width: 650px) {
    .page-header-offers {
        height: auto;
    }
    .page-header-offers::after {
        display: none;
    }
    .page-header-offers h1 {
        max-width: 350px;
    }
    .page-header-offers h1 span {
        display: inline-block;
    }
    .page-header-offers picture {
        text-align: center;
    }
    .page-header-offers img {
        position: static;
        min-width: 475px;
        margin: -20px 0 -5px;
        transform: translateX(-15px);
    }
    .offers-slider h6 span {
        display: block;
    }
    .offers-slider .swiper-pagination {
        left: 9px;
        bottom: 9px;
    }

    .section-offers-cashback-banner {
        padding-bottom: 64px;
        background: url(/wp-content/themes/webbankir/img/v3/page-offers-cashback-banner-hearts.png) bottom -30px right 15px no-repeat, url(/wp-content/themes/webbankir/img/v3/page-offers-cashback-banner-bg-noise.png), radial-gradient(161.65% 198.42% at 107.61% 157.41%, #f49f00 5.41%, #ffde52 71.7%);
        background-size: 145px, 60px, auto;
    }

    .page-header-feedback h1 {
        font-size: 24px;
    }
    .page-header-feedback p {
        max-width: 320px;
        font-size: 16px;
    }
    .page-header-feedback img {
        max-width: 250px;
        bottom: 50px;
    }
    .page-feedback {
        padding-top: 64px;
    }
    .page-feedback .container {
        gap: 16px;
    }
    .page-feedback h2 {
        max-width: none;
        margin-bottom: 8px;
        font-size: 20px;
    }
    .page-feedback p {
        font-size: 14px;
    }
    .page-feedback .popup.bg input,
    .page-feedback .popup.bg textarea {
        height: 64px;
        padding: 21px 16px;
        font-size: 16px;
    }
    .page-feedback .popup-input input:focus,
    .page-feedback .popup-input input:not(:placeholder-shown) {
        padding-bottom: 8px;
    }
    .page-feedback .popup.bg .popup-input {
        margin-bottom: 8px;
    }
    .page-feedback .popup.bg textarea {
        height: 170px;
    }
    .page-feedback .popup-input textarea:focus,
    .page-feedback .popup-input textarea:not(:placeholder-shown) {
        padding-top: 29px;
    }
    .page-feedback #textarea-form-message-error {
        margin-top: -8px;
    }
    .page-feedback .popup-input.success::after,
    .page-feedback .popup-input.warning::after {
        top: 20px;
        right: 16px;
    }
    .page-feedback .popup-input label {
        top: 21px;
        left: 16px;
        font-size: 16px;
    }
    .page-feedback .popup-input input:focus ~ label,
    .page-feedback .popup-input textarea:focus ~ label,
    .page-feedback .popup-input input:not(:placeholder-shown) ~ label,
    .page-feedback .popup-input textarea:not(:placeholder-shown) ~ label {
        font-size: 12px;
    }
    .page-feedback .popup-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .page-feedback .popup-button p {
        font-size: 14px;
    }
    .page-feedback .smart-captcha {
        min-width: auto;
    }
    .page-questions-feedback .section-page-title {
        max-width: 180px;
    }

    .page-header-bonuses {
        height: auto;
    }
    .page-header-bonuses h1 {
        padding-top: 70px;
    }
    .page-header-bonuses img {
        position: static;
        margin: -10px auto -2px;
    }

    .page-header-insurance {
        height: auto;
    }
    .page-header-insurance img {
        position: static;
        margin: -20px auto 0;
    }
}

@media (max-width: 650px) {
    .page-header-feedback {
        height: auto;
    }
    .page-header-feedback img {
        position: static;
        margin: 9px auto -40px;
    }
    .page-feedback .popup.bg button {
        max-width: 100%;
    }
}

@media (max-width: 481px) {
    .page-how-to-get-money-block-age {
        padding-bottom: 24px;
    }
}

@media (max-width: 425px) {
    .page-header .repayment_block_mobile {
        margin: 15px 0 !important;
        max-width: 100%;
        min-width: unset;
    }
    .page-rating-block {
        min-width: auto;
    }
    .page-rating-block-items {
        padding-top: 16px;
    }
    .page-rating .swiper-slide {
        overflow: hidden;
    }
    .page-rating-block-item.pr-sravni::after {
        right: -50px;
    }
    .page-header-feedback p {
        max-width: none;
    }
}

@media (max-width: 375px) {
    .section-offers-heading p br:nth-child(1) {
        display: block;
    }
    .section-offers-bonuses p {
        display: block;
    }
    .page-header-insurance img {
        max-width: 100%;
    }
}

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

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

    .header-calc-item::after {
        background: url(/wp-content/themes/webbankir/img/v3/header-calc-gift-coins-back.svg) right -40px top 0 no-repeat;
    }

    .page-rating-block-item.pr-sravni::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-sravni.svg) right 0 bottom 0 no-repeat;
    }

    .page-rating-block-item.pr-otzovik::after {
        right: 0;
        background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-otzovik.svg) right -40px bottom 0 no-repeat;
    }

    .page-rating-block-item.pr-googleplay::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-googleplay.svg) right -40px bottom 0 no-repeat;
    }

    .page-rating-block-item.pr-appstore::after {
        background: url(/wp-content/themes/webbankir/img/v3/page-rating-item-appstore.svg) right -40px bottom 0 no-repeat;
    }

    .page-rating-block-item img {
        right: -4px;
    }

    .page-questions-block-left::after {
        margin-right: -45px;
    }

    .page-how-to-get-money-block-age {
        padding-bottom: 6px;
    }
}

@media (max-width: 320px) {
    .page-header-offers img {
        position: static;
        min-width: 420px;
    }
    .section-offers-heading p {
        max-width: 95%;
    }
    .section-offers-heading p br:nth-child(2) {
        display: none;
    }
    .section-offers-bonuses h3 {
        max-width: 80%;
    }
    .section-offers-bonuses br {
        display: block;
    }
    .section-offers-how p:nth-of-type(2) {
        max-width: 82%;
    }
    .section-offers-how-img img {
        max-width: 210px;
    }
}

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

#form_agree_content {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}