body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding: 0;
}

body.page-id-30660 .headerLeftContact {
    display: none;
}
body header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 12px;
}
body.page-id-30660 header .wrapper {
    justify-content: center;
}

button {
    font-family: 'Nunito', sans-serif;
}

* {
    outline: none !important;
}

.container-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kacha-wr {
    order: 1;
}

.info-404 {
    order: 0;
}

.not-found-code {
    text-align: center;
    font-size: 104px;
    font-weight: 700;
    color: #9D6FF3;
}

.not-found-page {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
}

.not-found-text {
    text-align: center;
    font-weight: 600;
    color: #C4A8F8;
}

.back-wr {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.back-home {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9D6FF3;
    color: #fff;
    width: 286px;
    height: 56px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.overflow {
    overflow: hidden;
}

.menu-button-container {
    display: flex;
    width: 38px;
    height: 38px;
    border: 1px solid #FFCE00;
    border-radius: 12px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #000000;
    position: absolute;
    height: 2px;
    width: 20px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 4px;
}

.menu-button::before {
    content: '';
    margin-top: -4px;
}

.menu-button::after {
    content: '';
    margin-top: 4px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}


.hamburger p {
    margin-left: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.menu {
    position: absolute;
    top: 0;
    margin-top: -1px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    transform: translateY(-200%);
    transition: transform 0.3s ease-in-out;
    padding: 44px 0;
    background: #FFFFFF;
    border-top: 1px solid #F6F6F6;
}

.menu .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .wrapper>ul {
    display: flex;
    align-items: center;
}

.menu .wrapper>ul li {
    margin-right: 20px;
}

.menu .wrapper>ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.menu .wrapper>ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    padding: 5px;
    position: relative;
    white-space: nowrap;
}

.menu.open {
    transform: translateY(84px);
    transition: transform 0.3s ease-in-out;
    z-index: 100;
}

header {
    background: #FFFFFF;
    position: relative;
    z-index: 100;
}

.banner {
    background-image: url(/wp-content/themes/generatepress/images/BGBAners.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    z-index: 1;
}

.banner .wrapper {
    position: relative;
    z-index: 100;
}



.headerLeftContact {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.hamburger {
    display: flex;
    align-items: center;
    position: relative;
}

#menu-toggle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.logotype {
    width: 100px;
    height: auto;
}

.logotype a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.logotype a img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.headerLeftNumber {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.headerLeftNumber a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-right: 8px;
    text-decoration: none;
}

.headerLeftNumber button {
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
}

.headerLeftAuthorization button:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 2px 16px;
    border-radius: 12px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    margin-right: 24px;
    border: none;
}

.headerLeftAuthorization button:nth-of-type(2) {
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    padding: 2px 16px;
    border: 1px solid #FFCE00;
    border-radius: 12px;
    box-sizing: border-box;
    background: transparent;
}

.headerLeftAuthorization button:nth-of-type(2):hover {
    background-color: #FFCE00;
}

.headerLeftAuthorization button:nth-of-type(2):active {
    border-color: #E5AC00;
    background-color: #E5AC00;
}

.headerLeftAuthorization {
    display: flex;
    align-items: center;
}

.countries option:nth-of-type(1)::after {
    content: "";
    background: url(/wp-content/themes/generatepress/images/ua-flag.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 14px;
    display: flex;
}

.menu .wrapper ul {
    list-style: none;
    padding-left: 0;
}

.loginBtnMobile {
    display: none;
}

.menuMobile {
    display: none;
}

.bannerSliderItem {
    display: flex;
}

.bannerSliderWrapperLeft {
    width: 750px;
    padding-top: 63px;
    position: relative;
}

.bannerSliderWrapperRight {
    width: 370px;
    height: 100%;
    margin-left: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    min-width: 370px;
}

.bannerSliderItem {
    display: flex !important;
}

.bannerSlider .wrapper {
    position: relative;
    z-index: 10;
}

.bannerSliderWrapperLeft>img {
    width: 473.41px;
    height: auto;
}

.bannerSliderItemDialog {
    background: url(/wp-content/themes/generatepress/images/dialog.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 464px;
    height: 276px;
    position: absolute;
    top: 0;
    padding: 24px;
    box-sizing: border-box;
    right: 0;
}

.bannerSliderItemDialog h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 64px;
    color: #000000;
}

.calculator h2 {
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 12px 12px 0px 0px;
}

.calculatorSection {
    padding: 16px 39px;
    box-sizing: border-box;
}

.calculatorContainerTop {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.calculatorContainerTop label {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.calculatorContainerTop span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 110px;
    height: 32px;
    background: #F6F6F6;
    border-radius: 8px;
    margin-left: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.rangeContainer {
    display: flex;
    align-items: center;
}

.rangeContainer input {
    width: 100%;
    margin: 0 10px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 22px;
    background: url(/wp-content/themes/generatepress/images/range.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: 0 !important;
    box-shadow: none !important;
    margin-top: -10px;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 22px;
    background: url(/wp-content/themes/generatepress/images/range.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: 0 !important;
    box-shadow: inset;
    margin-top: -10px;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 22px;
    background: url(/wp-content/themes/generatepress/images/range.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: 0 !important;
    box-shadow: inset;
    margin-top: -10px;
}

input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 2px;
    background: #E6E6E6;
    border-radius: 2px;
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 2px;
}

input[type="range"]::-moz-track {
    -moz-appearance: none;
    height: 2px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 2px;
}

.rangeContainer p {
    cursor: pointer;
}

.calculatorContainerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculatorContainerBottom p {
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #999999;
}

.calculator {
    width: 370px;
}

.resultSum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.resultSum>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
}

#result {
    margin-top: 16px;
    margin-bottom: 16px;
}

.resultSum>span {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    color: #000000;
}

.calculatorBtn input {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 24px;
    box-sizing: border-box;
    min-width: 286px;
    height: 56px;
    background: #9D6FF3;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    display: block;
    margin: 16px auto 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin-bottom: 6px;
}

.calculatorBtn>a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    display: block;
    height: 36px;
    color: #000000;
}

.calculatorSectionNBU {
    text-align: center;
    margin-top: 16px;
    font-weight: 400;
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    color: #666666;
}

.calculatorSectionNBU a {
    text-decoration: none;
    font-weight: 400;
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    color: #666666;
}

.bannerPrev,
.bannerNext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    cursor: pointer;
}

.bannerPrev {
    left: 64px;
}

.bannerNext {
    right: 64px;
}

.bannerDots {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.bannerDots .slick-dots {
    display: flex;
    align-items: center;
}

.bannerDots .slick-dots li {
    margin-right: 14px;
}

.bannerDots .slick-dots li:nth-last-of-type(1) {
    margin-right: 0;
}

.bannerDots .slick-dots li button {
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #D8C5FA;
    border-radius: 50%;
    padding: 0;
    border: none;
}

.bannerDots .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
    background: #9D6FF3;
}

.calculatorContainerBottom2 {
    margin-bottom: 16px;
}

.whyKacha {
    padding: 100px 0;
}

.whyKacha .wrapper h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

.whyKachaContainer {
    display: flex;
    justify-content: space-between;
}

.whyKachaContainerSection {
    padding: 16px 16px 24px 16px;
    width: 32%;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    height: auto;
}

.whyKachaContainerSection h3 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.WhatRequired {
    padding: 100px 0;
    background: url(/wp-content/themes/generatepress/images/BG.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.WhatRequired .wrapper h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    width: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 64px;
}

.WhatRequiredContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.WhatRequiredContainerSection {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.WhatRequiredContainerSectionImg {
    padding: 16px;
    width: 148px;
    height: 148px;
    background: #F3F7FF;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.WhatRequiredContainerSection h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.tekst_pislya_spysku_ikonok {
    margin-top: 64px;
}

.WhatRequired .wrapper>a {
    margin-top: 64px;
}

.WhatRequiredContainerSection:before {
    content: "";
    width: 1px;
    background: #ECEFF8;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.WhatRequiredContainerSection:nth-last-of-type(1):before {
    content: none;
}

.whyKachaContainerSection img {
    width: 100%;
    max-width: 100%;
}

.loanOnline {
    padding: 100px 0 37px 0;
}

.loanOnline .wrapper h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

.loanOnlineContainer {
    display: flex;
    justify-content: space-between;
}

.loanOnlineContainerSection {
    width: 32%;
}

.loanOnlineContainerText {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 24px 16px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    width: 100%;
}

.loanOnlineContainerTextLeft {
    margin-right: 24px;
}

.loanOnlineContainerTextLeft p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    text-align: center;
}

.loanOnlineContainerTextLeft span {
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #E4D6FF;
}

.loanOnlineContainerTextRight h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 14px;
}

.loanOnlineContainerTextRight span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}

.loanOnlineContainerSection:nth-of-type(2) {
    margin-top: 140px;
    position: relative;
}

.loanOnlineContainerSection:nth-of-type(3) {
    margin-top: 35px;
    position: relative;
}

.loanOnlineContainerSection:nth-of-type(2)::before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/loanOnlineSvg1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 227px;
    height: 156px;
    position: absolute;
    top: -130px;
    left: -45px;
}

.loanOnlineContainerSection:nth-of-type(2)::after {
    content: "";
    background: url(/wp-content/themes/generatepress/images/loanOnlineSvg2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 72.29px;
    height: 88.06px;
    position: absolute;
    bottom: 55px;
    left: -75px;
}

.loanOnlineContainerSection:nth-of-type(3)::before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/loanOnlineSvg3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 225px;
    height: 96.04px;
    position: absolute;
    bottom: 7px;
    left: -25px;
}

.howRepay {
    background: #FFFFFF;
    padding: 50px 0 100px 0;
}

.howRepay .wrapper h2 {
    margin-bottom: 32px;
}

.howRepay .wrapper .WhatRequiredContainer {
    margin-bottom: 0;
}

.desctoploanOnline {
    display: block;
}

.mobileloanOnline {
    display: none;
}

.reviews {
    padding: 100px 0;
    background: url(/wp-content/themes/generatepress/images/ReviewsBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.reviewsSlider {
    padding: 64px 151px 120px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    position: relative;
    min-height: 450px;
    box-sizing: border-box;
    height: auto;
}

.reviewsSlider::before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/reviewsBG2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    width: 95%;
    height: 458px;
}

.reviewsSliderItem {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.reviewsSliderItemImg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviewsSliderItemImg img {
    margin-bottom: 32px;
}

.reviewsSliderItemText {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

.reviewsSliderItemContainer {
    display: flex;
    align-items: center;
    margin-bottom: 87px;
}

.reviewsSliderItemContainer>img {
    margin-right: 17px;
}

.reviewsSliderItemContainer h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.reviewsLink {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: table;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    position: relative;
    margin: 24px auto;
}

.reviewsPrev,
.reviewsNext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    cursor: pointer;
}

.reviewsPrev {
    left: 64px;
}

.reviewsNext {
    right: 64px;
}

.reviewsDots {
    z-index: 100;
    margin-top: -120px;
    position: relative;
}

.reviewsDots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.reviewsDots .slick-dots li {
    margin-right: 14px;
}

.reviewsDots .slick-dots li:nth-last-of-type(1) {
    margin-right: 0;
}

.reviewsDots .slick-dots li button {
    font-size: 0 !important;
    width: 4px;
    height: 4px;
    background: #D8C5FA;
    border-radius: 50%;
    padding: 0;
    border: none;
}

.reviewsDots .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
    background: #9D6FF3;
}

.reviews .wrapper h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin-bottom: 64px;
}

.news {
    padding: 100px 0;
}

.news .wrapper h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

.newsContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.newsContainerSection {
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 10px);
    transition: 0.3s all;
}

.newsContainerSection:hover {
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.1);
}

.newsContainerSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.newsContainerSection h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #000000;
    margin-bottom: 16px;
    flex-grow: 1;
}

.newsContainerSectionText {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #333333;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsContainerSectionDate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsContainerSectionDate>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
    color: #000000;
    text-decoration: none;
}

.newsContainerSectionDate span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #333333;
}

.news .wrapper>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    display: block;
    color: #000000;
    justify-content: center;
    text-decoration: none;
    padding-bottom: 8px;
    width: max-content;
    border-bottom: 1px solid #666666;
}

.newsNavigation {
    margin-top: 25px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsPrev,
.newsNext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    cursor: pointer;
}

.newsDots .slick-dots {
    display: flex;
    align-items: center;
}

.newsDots .slick-dots li {
    margin-right: 14px;
}

.newsDots .slick-dots li:nth-last-of-type(1) {
    margin-right: 0;
}

.newsDots .slick-dots li button {
    font-size: 0 !important;
    width: 4px;
    height: 4px;
    background: #D8C5FA;
    border-radius: 50%;
    padding: 0;
    border: none;
}

.newsDots .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
    background: #9D6FF3;
}

.newsNavigation {
    display: none;
}

.information {
    padding: 50px 0 100px 0;
}

.information .wrapper h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin-bottom: 48px;
}

.informationContainer {
    height: 491px;
    box-sizing: border-box;
    border-radius: 12px;
}


.informationScroll {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.informationScroll h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 24px;
}

.content {
    padding-right: 48px;
    padding-bottom: 48px;
}

.informationScrollText {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #808080;
    margin-bottom: 32px;
}

.informationScroll h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 24px;
}

.aboutLoans {
    padding: 100px 0;
    background: url(/wp-content/themes/generatepress/images/aboutLoans.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutLoans .wrapper h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

.aboutLoans .wrapper h3 {
	text-align: center;
}

.aboutLoansContainer {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 64px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.aboutLoansContainerSection {
	width: calc(33.33% - 20px);
	padding: 32px 24px;
	background: #fff;
	box-shadow: 0 20px 52px rgba(11,25,61,.05);
	border-radius: 12px;
	box-sizing: border-box;
	margin: 0 10px 20px;
}

.aboutLoansContainerSection h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 16px;
}

.aboutLoansContainerSectionText {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.aboutLoansContainerSectionText b {
    font-weight: 600;
    color: #000000;
}

.aboutLoans .wrapper>a {}

.footerTop {
    padding: 48px 0;
}

.footerTopSearch {
    margin-bottom: 32px;
}

.footerTopSearchPositon {
    width: 100%;
    position: relative;
}

.footerTopSearchPositon::before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 17px;
    top: 22px;
}

.footerTopSearchPositon input:nth-of-type(1) {
    padding: 10px 15px 10px 43px;
    height: 62px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
}

.submit {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px 24px;
    height: 42px;
    box-sizing: border-box;
    background: #FFCE00;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    border: none;
}

.footerTopContainer {
    display: flex;
    justify-content: space-between;
}

.footerTopContainerNavigation {
    width: 24%;
    padding: 24px;
    border-radius: 12px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.footerTopContainerNavigationFlex {
    width: 52%;
    padding: 24px 0 0 24px;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footerTopContainerNavigationImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F2F6FC;
    border-radius: 10px;
    margin-bottom: 30px;
}

.footerNavBold {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 24px !important;
}

.footerTopContainerNavigationTime li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    margin-bottom: 14px;
}



.footerTopContainerNavigation ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    text-decoration: none;
}

.footerTopContainerNavigation ul li {
    margin-bottom: 5px;
}

.footerTopContainerNavigation ul li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footerTopContact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footerTopContactTime {
    width: 50%;
    padding-left: 24px;
    box-sizing: border-box;
}

.footerTopContactSocial {
    width: 50%;
    padding-left: 48px;
    box-sizing: border-box;
}

.footerTopContactSocialFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerTopContactSocialFlex li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #FFCE00;
    border-radius: 12px;
    transition: 0.3s all;
}

.footerTopContactSocialFlex li:hover {
    background-color: #FFCE00;
}

.footerTopContactSocialFlex li a img {
    width: 30px;
    height: 30px;
}


.footerTopContactBtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footerTopContactBtnAppeal {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 10px 24px;
    border: 1px solid #FFCE00;
    border-radius: 12px;
    height: 56px;
    background: transparent;
    min-width: 280px;
}

.footerTopContactBtnChat {
    display: none;
    margin-left: 12px;
    padding: 10px 24px;
    height: 56px;
    background: #FFCE00;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    border: none;
    min-width: 280px;
}

.footerCenter {
    background: #F3F7FF;
    color: #1E1E1E;
    padding: 32px 0 16px;
}
.footerCenter .wrapper {
    position: relative;
}
.footerCenter .scroll-up-btn {
    position: absolute;
    top: 0;
    right: 32px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFCE00;
    cursor: pointer;
}
.footerCenter .title {
    margin-bottom: 12px;
    font-size: 38px;
    font-weight: 800;
    line-height: 45.6px;
    text-align: start;
}
.footerCenter .subtitle {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    text-align: start; 
}
.footerCenter .text a {
    text-decoration: underline;
}
.footerCenter .btn-get-money {
    margin-bottom: 32px;
    width: 100%;
    max-width: 264px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #FFCE00;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.footerCenter .text {
    margin-bottom: 32px;
    max-width: 744px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #757575;   
}
.footerCenter .footer-img {
    position: absolute;
    left: unset;
    right: 0;
    bottom: -16px;
    width: 295px;
    height: 295px;
}
.footerCenter .contacts-wr {
    width: fit-content;
}
.footerCenter .contacts {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 8px 16px;
    background-color: #FFFFFF;
    border-radius: 8px;
}
.footerCenter .contacts-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    color: #000000;
}
.footerCenter .contacts-item {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    color: #666666;
}
.footerCenter .pay-btn {
    align-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    width:136px;
    height:42px;
    border-radius: 12px;
    border: 1px solid #FFCE00;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    cursor: pointer;
}
.footerCenter .pay-btn:hover {
    background-color: #FFCE00;
}
.footerCenter .contacts-block-email {
    width: 172px;
}

.footerBottom {
    padding-block: 8px;
    background: linear-gradient(84.46deg, #81FEE9 -9.17%, #88F5EA -2.83%, #90ECEC 3.5%, #97E3ED 9.84%, #9EDAEF 16.18%, #A6D1F0 22.51%, #ADC8F1 28.85%, #B4BFF3 35.18%, #BCB6F4 41.52%, #C3ADF5 47.86%, #CAA4F7 54.19%, #D19BF8 60.53%, #D992FA 66.86%, #E089FB 73.2%, #E780FC 79.54%, #EF77FE 85.87%, #F66EFF 92.21%);
}
.footerBottom .wrapper {
    text-align: start;
}
.footerBottom .wrapper p {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    color: #FFFFFF;
}

.footerTopContainerNavigationContact li {
    margin-bottom: 24px !important;
}

.footerTopContainerNavigationContact li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.footerLogo {
    display: none;
}

.menuLanguage select {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 92px;
    height: 42px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
}

.menu .wrapper>ul li {
    margin-bottom: 0 !important;
    position: relative;
}

#mCSB_1_scrollbar_vertical {
    height: 100% !important;
    border-radius: 29px !important;
    overflow: visible;
    background-image: linear-gradient(to right, transparent 0%, transparent 40%, #F6F6F6 49%, #F6F6F6 50%, transparent 60%, transparent 100%);
    background-size: 24px 100%;
    width: 24px;
}

.mCSB_scrollTools_vertical {
    height: 100% !important;
    border-radius: 29px !important;
    overflow: visible;
    background-image: linear-gradient(to right, transparent 0%, transparent 40%, #000 49%, #000 50%, transparent 60%, transparent 100%);
    background-size: 24px 100%;
    width: 24px;
}




.tabScroll .mCSB_dragger {
    height: 25px !important;
}



.informationScroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}



.informationScroll .mCSB_dragger {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px !important;
    background: url(/wp-content/themes/generatepress/images/range.png) no-repeat center center;
    background-size: contain;
    border-radius: 5px;
    z-index: 999;
    min-height: unset !important;
}


.informationScroll .mCSB_dragger .mCSB_dragger_bar {
    display: none;
}

.mCSB_draggerRail {
    background: transparent !important;
}

.tabs-container {
    display: flex;
    flex-direction: column;
}


.tab-nav.active {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.tab-nav.active:before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/range.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 22px;
}

.tab {
    display: none;
}

.tab.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bannerAboutUs,
.howToRepayPage,
.bgBlockImage {
    background: url(/wp-content/themes/generatepress/images/bgAbout.png);
    background-repeat: repeat;
    background-size: contain;
    padding-top: 0;
}

.bannerAboutUs::before {
    content: none;
}

.bannerAboutUs::after {
    content: none;
}

.bannerAboutUsTopContent {
    height: 100%;
}

.bannerAboutUsTop {
    background: url(/wp-content/themes/generatepress/images/bgBanner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 12px;
    max-width: 1100px;
    padding: 64px 0;
    height: 100%;
    height: 592px;
    box-sizing: border-box;
    margin-right: auto;
    position: relative;
    margin-left: -43px;
    display: flex;
    align-items: center;
    padding-left: 48px;
}

.bannerAboutUsTopTabs {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 48px;
    box-sizing: border-box;
    width: 370px;
    height: 370px;
    background: #9D6FF3;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
}

.menuTopLink {
    display: flex;
    align-items: center;
}

.menuTopLink1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 12px 0 12px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.menuTopLink2 {
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #9D6FF3;
}

.menuTopLink1::after {
    content: "";
    background: url(/wp-content/themes/generatepress/images/menuTopLink1.svg);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    display: flex;
}

.bannerAboutUsTopTabs h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.bannerAboutUsTopTabs button {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    display: flex;
    margin-bottom: 12px;
    background: transparent;
    border: 0;
    align-items: center;
    padding: 0;
}

.bannerAboutUsTopTabs button:before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 12.83px;
    margin-right: 12px;
}

.tab {
    max-width: 705px;
    height: 100%;
}

.tabScroll {
    overflow-y: scroll;
    height: 100%;
}

.informationScroll {
    overflow: hidden;
    height: auto;
}

.tab h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 16px;
}

.tab div {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.tab1Content {
    height: auto !important;
}

.bannerAboutUsButtom .calculator {
    padding: 0px 0px 32px;
    width: 870px;
    border-radius: 12px;
    box-sizing: border-box;
}

.bannerAboutUsButtom img {
    max-width: 100%;
    width: 100%;
}

.bannerAboutUsButtom {
    display: flex;
    align-items: center;
}

.calculatorAbout .calculatorSection {
    display: flex;
    flex-direction: row;
    padding: 32px 50px !important;
    box-sizing: border-box;
}

.calculatorSectionAvout {
    width: 50%;
    margin-right: 32px;
}

.calculatorSectionAvoutResult {
    width: 50%;
}

.calculatorAbout h2 {
    width: 88%;
    height: 48px;
    margin: 0 auto;
}

.calculatorAbout .calculatorSection {
    padding: 32px 50px;
}

.calculatorSectionAvoutResult .calculatorBtn>input {
    min-width: 100%;
    height: 46px;
    padding: 0;
}

.calculatorAbout .calculatorSectionNBU {
    margin-top: 0;
    padding: 0 50px;
    font-size: 12px;
    line-height: 16px;
}

.bannerAboutUsButtomImg .bannerSliderWrapperLeft {
    display: none;
}

.aboutUsLove {
    position: absolute;
    top: -40.5%;
    width: 200px;
    height: 150px;
    z-index: -1;
    right: 65px;
}

.informationPageTop {
    padding: 64px 190px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
}

.informationPageTop h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    width: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.informationPageTopGrafic {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin-bottom: 26px;
}

.newsContainerSectionDate span,
.datePost {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    display: block;
    text-align: center;
}

.informationPageTopContainer {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.innerPdfInfiBlock {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.informationPageTopContainerSection {
    padding: 0 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 32px;
}

.informationPageDownload {
    width: 148px;
    height: 148px;
    background: #F3F7FF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.informationPageDownload:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ECEFF8;
    position: absolute;
    top: 0;
    right: 0;
}


.informationPageTopContainerSection:nth-of-type(3n) .informationPageDownload::after, .informationPageTopContainerSection:last-child .informationPageDownload::after {
    content: none;
}

.informationPageDownloadText {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    max-width: 220px;
}

.informationPageDownloadLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.informationPageTop>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #666666;
    width: 446px;
    text-align: center;
    margin: 0 auto 32px auto;
}

.informationPageTopList {
    width: 700px;
    margin: 0 auto;
}

.informationPageTopList li {
    list-style: disc;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #9D6FF3;
    margin-bottom: 8px;
}

.informationPageTopList li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.contactPageContainerContact {
    padding: 48px;
    display: flex;
    margin-bottom: 64px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
}

.contactPageContainerContactForm {
    width: 100%;
    min-width: 460px;
    margin-right: 48px;
}

.contactPageContainerContactMaps {
    width: 100%;
    min-width: 560px;
}

.contactPageContainerContactForm h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 32px;
}

.contactPageContainerContactForm form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contactPageContainerContactForm form label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 15px;
}

.contactPageContainerContactForm form label input {
    font-family: 'Nunito', sans-serif;
    padding: 10px 8px;
    width: 100%;
    height: 54px;
    background-color: #F6F6F6;
    border-radius: 12px;
    margin-top: 8px;
    box-sizing: border-box;
    border: 1px solid #F6F6F6;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.contactPageContainerContactForm form label input::placeholder {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.contactPageContainerContactForm form label select {
    padding: 10px 8px;
    height: 56px;
    border-radius: 12px;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.openNewsPageRight h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #000000;
    text-align: left;
}

.contactPageContainerContactForm form label textarea {
    padding: 10px 8px;
    height: 54px;
    border-radius: 12px;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    border: 1px solid #F6F6F6;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    resize: none;
    font-family: 'Nunito', sans-serif;
}

.formSubmit {
    margin-top: 17px;
    width: 100%;
    height: 56px;
    background: #FFCE00;
    border-radius: 12px;
    box-sizing: border-box;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.contactPageContainerContactMaps img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

select#purpose::-ms-expand,
select#purpose::-webkit-expand {
    display: none;
}

select#purpose {
    padding-right: 30px;
    background-image: url('/wp-content/themes/generatepress/images/select.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.contactPageCenter {
    padding: 32px 48px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.contactPageCenterSection {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contactPageCenterSectionImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 148px;
    background: #F3F7FF;
    border-radius: 10px;
    margin-bottom: 24px;
}

.contactPageCenterSection a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.contactPageCenterSection::after {
    content: "";
    width: 1px;
    background: #ECEFF8;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50%;
}

.contactPageCenterSection:nth-last-of-type(1)::after {
    content: none;
}

.howGetPageTop {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
}

.howGetPageTop h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 8px;
    text-align: center;
}

.howGetPageTop>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.howGetPageTopContainer {
    margin-top: 64px;
}

.howGetPageCont {
    display: flex;
    margin-bottom: 64px;
}

.howGetPageCont>img {
    margin-right: 32px;
}

.howGetPageText {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.howGetPageCont2 {
    margin-left: 182px;
    align-items: flex-start;
}

.howGetPageTextWidtn {
    width: 450px;
}

.green {
    color: #AFEDC8 !important;
}

.gray {
    color: #E4D6FF !important;
}

.yellow {
    color: #FBEC9D !important;
}

.howGetPageCont img {
    width: 313px;
    height: 170px;
}

.blue {
    color: #BED5EF !important;
}

.howToRepayPageTopContentSection {
    display: flex;
    padding-bottom: 32px;
    border-bottom: 1px solid #ECEFF8;
    margin-bottom: 32px;
}

.howToRepayPageTopContent {
    margin-top: 32px;
}

.howToRepayPageTopContentSectionLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 148px;
    height: initial;
    background: #F3F7FF;
    border-radius: 8.88px;
    margin-right: 32px;
}

.howToRepayPageTopContentSectionLeft img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.howToRepayPageTopContentSectionRight h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 14px;
}

.howToRepayPageTopContentSectionRightText {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    max-width: 801px;
}

.howToRepayPageTopContentSectionRight>a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    min-width: 286px;
    height: 56px;
    box-sizing: border-box;
    background: #FFCE00;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    width: max-content;
    margin-top: 14px;
}

.Importantly {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FF671B;
    margin-top: 14px;
}

.howToRepayPageTopContentSection:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.informationPageTopContainer .informationPageTopContainerSection .newsContainerSection {
    width: 100%;
    box-sizing: border-box;
}

.informationPageTopContainer .informationPageTopContainerSection {
    padding: 0;
    width: 32%;
}

.newsPageTop {
    padding: 32px;
}

.page-id-1173 .informationPageTopContainer,
.page-id-1173 .informationPageTopContainerSection {
    display: block;
}

.page-id-1173 .informationPageDownload {
    margin-inline: auto;
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul li {
    width: 40px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.pagination ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.openNewsPage {
    display: flex;
}

.openNewsPageLeft {
    width: 738px;
    margin-right: 32px;
}

.openNewsPageRight {
    width: 336px;
}

.openNewsPage {
    padding: 32px;
    box-sizing: border-box;
}

.openNewsPageLeftImg {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
}

.openNewsPageLeftImg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.openNewsPageLeft h2 {
    text-align: left;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.dateArticle {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 16px;
}

.articleContent {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 32px;
}

.openNewsPageLeft>a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
    color: #000000;
}

.openNewsPageRightSectionImg img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin-bottom: 8px;
}

.openNewsPageRightSectionImg h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}

.openNewsPageRightSectionImg>div {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #333333;
    margin-bottom: 8px;
}

.openNewsPageRightContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.openNewsPageRightContent a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
    color: #000000;
}

.openNewsPageRightContent span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}

.openNewsPageRightSectionImg {
    margin-bottom: 16px;
    padding: 8px;
    box-sizing: border-box;
}

.openNewsPageRightSectionImg:nth-last-of-type(1) {
    margin-bottom: 0;
}

.reviewsTopContainerLeft {
    width: 750px;
    margin-right: 27px;
    overflow: hidden;
}

.searchResult {
    height: 650px !important;
}

.searchPagination {
    margin-top: 24px;
}

.reviewsTopContainerLeftScroll {
    overflow-y: auto;
    height: 100%;
}

.reviewsTopContainerRight {
    width: 350px;
}

.reviewsTopContainer {
    display: flex;
}

.reviewsTop {
    padding: 32px;
}

.reviewsTop h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    padding: 10px 0;
    margin-bottom: 32px;
    text-align: center;
}

.reviewsTopContainerLeftSection {
    width: 90%;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    margin: 0 auto 16px auto;
}

.reviewsTopName {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}



.reviewsTopNameTittle h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 0;
}

.reviewsTopNameText {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 16px;
}

.reviewsTopNameDate {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #000000;
}

.reviewsTopContainerRight {
    background: #F3F7FF;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviewsTopContainerRight>img {
    margin-bottom: 16px;
}

.reviewsTopContainerRight>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #666666;
    margin-bottom: 16px;
}

.reviewsTopContainerRight form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.reviewsTopContainerRight00 form label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.reviewsTopContainerRight form label input[type="text"] {
    margin-top: 7px;
    padding: 10px 0px 10px 8px;
    width: 320px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    border: 1px solid white;
    font-family: 'Nunito', sans-serif;
}

.reviewsTopContainerRight form label input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-family: 'Nunito', sans-serif;
}

.reviewsTopContainerRight form label textarea {
    resize: none;
    padding: 10px 0px 10px 8px;
    height: 81px;
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid white;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 7px;
    font-family: 'Nunito', sans-serif;
}

.reviewsTopContainerRight form label textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-family: 'Nunito', sans-serif;
}

.reviewsTopContainer .pagination {
    display: none;
}

.footerTopContainerNavigationImg>img {
    width: 29.27px;
    height: 26.73px;
    object-fit: contain;
}

.modalContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 48px;
    width: 556px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05), 0px -8px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    margin: 64px auto;
}

.modalContentTop {
    padding: 16px;
    background: #F3F7FF;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.modalContentTop img {
    margin-bottom: 10px;
}

.modalContentTop h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.modalForm .wrapper .contactPageContainerContactForm {
    min-width: 100%;
    margin-right: 0;
}

.fileInput {
    display: flex !important;
    align-items: center;
    flex-direction: row !important;
    justify-content: center;
    margin-bottom: 0 !important;
}

.fileInput img {
    margin-right: 8px;
}

.inputText {
    font-family: 'Nunito', sans-serif;
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #999999;
}

.displayNone {
    display: none;
}

.searchPageContainer h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 16px;
}

.searchPageText {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 16px;
}

.searchPageContainer>a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
    color: #000000;
}

.searchPpageSearch {
    height: max-content !important;
}

.searchPpageSearch p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #666666;
}

.searchPpageSearch .footerTopSearchPositon {
    margin-bottom: 32px;
}

.searchPpageSearch>img {
    margin-bottom: 32px;
}

.bannerSeoPage {
    background: url(/wp-content/themes/generatepress/images/seoPageBanner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerSeoPage .wrapper {
    display: flex;
}

.bannerSeoPageLeft {
    width: 380px;
}

.bannerSeoPageLeft img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bannerSeoPageRight {
    width: 870px;
    padding-top: 64px;
    padding-bottom: 71px;
}

.bannerSeoPageRight h1 {
    font-weight: 800;
    font-size: 46px;
    line-height: 63px;
    text-transform: uppercase;
    color: #9D6FF3;
    margin-bottom: 34px;
}

.bannerSeoPageRight1 {
    padding: 0 !important;
}

.bannerSeoPageRight h1 strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}

.bannerSeoPageRight h1 b {
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: #333333;
}

.bannerSeoPageRight h1 img {
    width: 13px;
    height: 11px;
    object-fit: contain;
    margin-bottom: -15px;
}



.bannerSeoPageMobile {
    display: none;
}

.mainSeoPage {
    padding-top: 64px;
}

.mainSeoPageSection1 {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    margin-bottom: 64px;
}

.mainSeoPageSection1 h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}

.mainSeoPageSectionText {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.mainSeoPageSection1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}

.mainSeoPageList {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.mainSeoPageList li {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.mainSeoPageList li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.mainSeoPageBlock {
    padding: 24px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.mainSeoPageBlockLeft {
    width: 64px;
    margin-right: 24px;
}

.mainSeoPageBlockLeft span {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #999999;
    display: block;
}

.mainSeoPageBlockRight h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 14px;
}

.mainSeoPageBlockLeft>p {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
}

.mainSeoPageBlockRight>div {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.mainSeoPageSection1 .WhatRequiredContainer {
    align-items: flex-start;
    box-shadow: none;
}

.mainSeoPageSection1 .WhatRequiredContainer .WhatRequiredContainerSection h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    width: 220px;
}

.mainSeoPageWidth .WhatRequiredContainerSection {
    width: 33%;
}

.mainSeoPageWidth {
    align-items: flex-start;
}

.paymentScheduleResult {
    margin-bottom: 0 !important;
}

.paymentSchedule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.paymentSchedule>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
}

.paymentSchedule button {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    background: transparent;
    border: none;
    padding-right: 0;
}

.paymentSchedule button>img {
    margin-left: 8px;
}

.bannerSliderWrapperRight {
    margin-bottom: 61px;
}

.bannerSliderWrapperLeft {
    display: flex;
}

.paymentScheduleOpen.active {
    border-top: 1px solid #CCCCCC;
    padding-top: 16px;
}

.paymentScheduleOpen>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #666666;
    width: 80%;
    margin: 0 auto;
}

.paymentScheduleOpenContainer {
    margin-top: 16px;
    height: 100% !important;
}

.paymentScheduleSection {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px dashed #B0B0B0;
    margin-bottom: 4px;
}

.paymentScheduleSection1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.paymentScheduleSection2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #999999;
    margin-left: auto;
    margin-right: 9px;
}

.paymentScheduleSection3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.paymentScheduleOpenTxt {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #9D6FF3;
    width: 100%;
    margin: 12px auto 16px auto;
}

.paymentScheduleOpen {
    height: 0;
    overflow: hidden;
}

.paymentScheduleOpen.active {
    height: max-content !important;
}

.calcOpen {
    position: absolute;
    top: 144px;
    width: 370px;
    background: #fff;
    box-shadow: -16px 16px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    z-index: 1;
}

.mainSeoPage {
    position: relative;
}

.btnOpens img {
    transform: rotate(0deg);
    transition: all 0.3s;
}

.btnOpens.active img {
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.mainSeoPage.active::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bannerWrapperNone {
    position: inherit !important;
    height: 600px;
    display: flex;
    align-items: flex-end;
}

.bannerNone {
    position: inherit;
}

.SeoPageCalc1 {
    margin-bottom: 50px;
}

.SeoPageCalc1 h2 {
    width: 100%;
}

.calcOpen .calculatorSection {
    padding: 16px 39px 32px 39px !important;
    box-sizing: border-box;
}

.calculatorAbout .calculatorSectionNBU a {
    font-size: 12px;
}

.SeoPageCalc1 {
    width: 100%;
}

.SeoPageCalc1 .calculatorSection {
    padding: 16px 0 !important;
}

.resultClose {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resultClose p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #666666;
}

.resultClose .btnClose {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #000000;
    background: transparent;
    border: none;
}

.resultClose .btnClose img {
    margin-left: 8px;
}

#resultSumOpen {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #333333;
}

.resultSumText {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333 !important;
}

#resultDateOpen {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.openNewsPageRight h2 {
    margin: 0 0 8px 15px;
}

.select2-search__field {
    display: none;
}

.select2-container--default .select2-selection--single {
    padding: 10px 8px;
    height: 56px;
    background: #F5F1FE;
    border-radius: 12px;
    box-sizing: border-box;
    width: 100%;
}

.select2-results {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
    border: none;
}

.select2-selection__arrow {
    background: url(/wp-content/themes/generatepress/images/select.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 19px;
    right: 15px;
}

.select2-results__option:hover {
    background: #EBE2FD !important;
    border-radius: 12px;
    font-weight: 400;
    padding: 15px 0;
    padding-left: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333 !important;
}

.select2-container--default .select2-results__option--selected {
    display: none;
}

.select2-selection__arrow b {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 12px;
    border: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 12px;
}

.select2-container--default .select2-selection--single {
    border: none;
    display: flex;
    align-items: center;
}

.select2-dropdown {
    margin-top: 4px;
    background: #F5F1FE;
    border-radius: 12px;
    border: none;
    font-size: 20px;
    line-height: 24px;
}

.select2-selection__rendered {
    font-size: 20px;
    line-height: 24px;
}

.whyImgBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.whyImgBlock {
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.imgReviewsBlock {
    margin-right: 17px;
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.imgReviewsBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page {
    position: relative;
    z-index: 10;
}

.howToRepayPageTopContent p {
    margin-bottom: 16px;
}

input.summInfoInput {
    display: none;
    max-width: 65px;
    text-align: right;
    color: #111;
    font-weight: 600;
    padding: 0;
    border: none;
    background: none;
}

.scheduleRow {
    display: none;
}

.navFooter {
    column-count: 3;
    column-gap: 20px;
    font-size: 14px;
    list-style: none;
    margin: 0;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
}

#breadcrumbs {
    font-size: 14px;
    padding: 12px 0;
    color: #9D6FF3;
}

#breadcrumbs a {
    color: #333333;
}

.delimiter {
    position: relative;
    bottom: 2px;
    margin: 0 5px;
}

.imgBlogList {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    margin-bottom: 16px;
    border-radius: 10px;
    background: #135da1;
}

.listDefPost .imgBlogList {
    padding-bottom: 42%;
}

.imgDef {
    position: absolute;
    top: 0;
    left: 0;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi .current {
    width: 40px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.wp-pagenavi .current {
    color: #000 !important;
    font-weight: 800;
    background-color: #ffdd2d;
}

.articleContent p,
.inside-article p,
.contentRow p {
    margin-bottom: 16px;
}

.articleContent ul,
.inside-article ul,
.contentRow ul,
.informationContainer ul {
    list-style: disc;
    margin: 0 0 16px 3em;
}

.articleContent ol,
.inside-article ol,
.contentRow ol,
.informationContainer ol {
    list-style: decimal;
    margin: 0 0 16px 3em;
}

.articleContent .wp-block-image img,
.articleContent img,
.inside-article img,
.contentRow img,
.informationContainer img {
    margin-bottom: 16px;
}

.inside-article h2,
.articleContent h2,
.contentRow h2,
.informationContainer h2 {
    margin-bottom: 16px;
}

h1.titlePost {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    text-align: left;
}

.listDefPost {
    position: sticky;
    top: 20px;
}

.inside-article {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
}

.entry-header {
    background: transparent !important;
    box-shadow: none !important;
}

.innerLanding section {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    margin-bottom: 64px;
}

.innerLanding h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}

.innerLanding {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.googleMap iframe {
    width: 100%;
    height: 100%;
}


.wpcf7-not-valid-tip {
    font-size: 12px;
    background-image: url(/wp-content/themes/generatepress/images/no-promo.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 20px;
    margin-top: 5px;
    display: none;
}

.wpcf7-not-valid {
    border-color: #FC4F361A !important;
    background-color: #FC4F361A !important;
}

.formRow.formSubmit {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    background-color: green;
    right: 0;
    top: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 7px 0 0 !important;
    font-size: 12px !important;
    border-width: 1px !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.reviewsResult {
    height: 650px;
}

.uacf7-rating label {
    display: inline-flex !important;
}

.uacf7-rating {
    display: inline-flex;
}

.banner.bannerSliderRow {
    padding: 0;
}

.slick-track {
    height: 100%;
}

.slick-list.draggable {
    height: 100%;
}

.bannerSliderItem img.coverSlider {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center left;
}

.bannerSlider {
    overflow: hidden;
    height: 720px;
}

.w-1920,
.w-1440,
.w-767 {
    display: none !important;
}

.calcBannerSlide.grid-container {
    position: absolute;
    z-index: 50;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 64px 16px;
    right: calc((100vw - 1200px) / 2);
}

.calcBannerSlide .bodyCalc {
    width: 100%;
    max-width: 370px;
}

.information .informationScroll {
    height: 490px;
    padding: 32px;
    border: 1px solid #F6F6F6;
    border-radius: 12px;
}

.content p {
    margin-bottom: 16px;
}

h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
}

.snoska {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    display: block;
}

.textCenter {
    text-align: center;
}

.pdfList a {
    color: #9D6FF3;
}

.visibleListProc .scheduleRow {
    display: block;
}

.mainSeoPageBlock:nth-child(4n+1) .namStep {
    color: #E4D6FF !important;
}

.mainSeoPageBlock:nth-child(4n+2) .namStep {
    color: #AFEDC8 !important;
}

.mainSeoPageBlock:nth-child(4n+3) .namStep {
    color: #FBEC9D !important;
}

.mainSeoPageBlock:nth-child(4n+4) .namStep {
    color: #BED5EF !important;
}

.nameGroupFaq {
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    color: #000000;
}

.navigationTop a:hover,
.navigationTop .current-menu-item a {
    color: #9D6FF3 !important;
}

.navigationTop a::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.3s all;
}

.navigationTop a:hover::after,
.navigationTop .current-menu-item a::after {
    background-color: #9D6FF3;
    bottom: -12px;
}

.menu-item.current-menu-item a,
.menu-item a:hover {
    color: #9D6FF3 !important;
}

.scheduleWr {
    height: 0px;
    overflow: hidden;
    transition: 0.2s all;
}


.scheduleWr.open {
    height: auto;
    border-top: 1px solid #CCCCCC;
}

.visibleListProc .bodyCalc {
    position: absolute;
}

.bannerSliderWrapperRight.visibleListProc {
    height: 600px;
}

.scheduleLabel {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 22px;
    margin: 5px 0 16px;
}

.openDetailArr {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.openDetailArr.scheduleArrow {
    transform: rotate(0);
}

.scheduleDetails {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    background: transparent;
    border: none;
    padding-right: 0;
    cursor: pointer;
}

.scheduleFirstNDRow {
    display: none;
}

.koristuvText {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #666666;
    width: 80%;
    margin: 16px auto;
}

.scheduleAfterNDRowContent .scheduleAfterND {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px dashed #B0B0B0;
    margin-bottom: 4px;
    justify-content: space-between;
    font-size: 14px;
}

.paymentScheduleOpenTxt {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #9D6FF3;
    width: 100%;
    margin: 12px auto 16px auto;
}

.scheduleUnderLabel {
    font-size: 12px;
    text-align: center;
}

#allSummList {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-left: auto;
    margin-right: 3px;
}

.returnRow.hideReturnRow {
    margin-bottom: 10px;
}

.returnRow.hideReturnRow .nameReturn {
    font-weight: 500;
    color: #333;
}

#main.open::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0;
    background: transparent;
}

.footerNavBold.titleSvyatoTitme {
    margin-top: 24px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 28px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    box-shadow: 0 0 10px 1px rgba(221, 221, 221, 1);
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.navigationTop .current-menu-item::after {
    content: "";
    background-image: url(/wp-content/themes/generatepress/images/lapa-menu.svg);
    width: 14px;
    height: 12px;
    position: absolute;
    top: -9px;
    right: -13px;
}

button:active {
    background-color: #E5AC00
}

.violetBtn {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    box-sizing: border-box;
    height: 56px;
    background-color: #9D6FF3;
    border-radius: 12px;
    min-width: 286px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 0 auto;
}

.violetBtn:hover {
    background-color: #8950F1;
}

.violetBtn:active {
    background-color: #7311D4;
}

#submitPromo {
    background-color: #fedd75;
    background-image: url(/wp-content/themes/generatepress/images/promocod.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 56px;
    width: 56px;
    border-radius: 0 12px 12px 0;
}

.promocodRow {
    padding: 0 0 10px;
}

#promo {
    width: calc(100% - 36px);
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    height: 56px;
    border-radius: 12px 0 0 12px;
    padding: 10px 20px;
    font-size: 20px;
}

.noValidPromo #promo {
    background-color: #FC4F361A;
    border-color: #FC4F361A;
}

.noValidPromo #submitPromo {
    background-color: #E6E6E6;
}

.validPromo #promo {
    background-color: #F5F1FE;
    border: unset;
}

.validPromo #submitPromo {
    background: url(/wp-content/uploads/2023/05/ok-promo.svg) no-repeat center center, #F5F1FE;
    border: unset;
}

.success-promo span {
    color: #9D6FF3;
}

.no-promo.codInfoResult,
.success-promo.codInfoResult {
    display: none;
}

.codInfoResult {
    display: flex;
    align-items: center;
    margin: 10px 0;
    line-height: 1;
    font-size: 14px;
}

.no-promo.codInfoResult.noValidVisible,
.success-promo.codInfoResult.validVisible {
    display: flex;
}

.codInfoResult img {
    margin-right: 10px;
    width: 15px;
}

.codInfoResult.noValidVisible span {
    color: #FF3619;
}

.codInfoResult.validVisible span {
    color: #9D6FF3;
}

.topRowPromo {
    display: flex;
    font-weight: 300;
    justify-content: space-between;
    align-items: flex-end;
}

.removePromocod {
    color: #00000080;
    font-size: 12px;
    display: none;
}

.removePromocod.initialRemovePromo {
    color: #00000080;
    font-size: 12px;
    display: inline-flex;
    cursor: pointer;
}

.topRowPromo {
    display: none;
}

.topRowPromo.visibleTopPromo {
    display: flex;
    margin-bottom: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    color: #666666;
    background-color: #F5F1FE;
    border-color: #F5F1FE;
}

input.wpcf7-form-control.valid {
    background-image: url(/wp-content/themes/generatepress/images/valid.svg);
    background-color: #F5F1FE;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.wpcf7-form label.error {
    color: red !important;
    float: none;
    font-size: 12px !important;
    background-image: url(/wp-content/themes/generatepress/images/no-promo.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 20px !important;
    margin-top: 5px;
    margin-bottom: 0;
}

select.valid {
    background-color: #f5f1fe;
}


.starRatingRow {
    text-align: center;
    margin-bottom: 32px;
}

.starRatingRow {
    text-align: center;
}

.wpcf7-spinner {
    top: unset !important;
    bottom: 0 !important;
}

.mainReviewsForm {
    position: relative;
}

.fullBannerLink {
    position: absolute;
    height: 100%;
    width: 100%;
    background: ;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
}

.innerSannerSlider {
    position: relative;
    z-index: 20;
}

.wrapperSlider .bannerDots {
	position: relative;
	z-index: 10;
	bottom: 0;
	left: 0;
	transform: none;
	z-index: 100;
	background: #fff;
}

.wrapperSlider .bannerDots .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}

.wrapperSlider .bannerDots .slick-dots li:only-child {
    display: none;
}












/* responsive  */


@media(max-width: 1920px) {


    .w-2520 {
        display: none !important;
    }

    .w-1920 {
        display: block !important;
    }




}

/*? //max-width: 1920px */


@media(max-width: 1440px) {


    .w-1920 {
        display: none !important;
    }

    .w-1440 {
        display: block !important;
    }



}

/*? //max-width: 1440px */





@media(max-width: 1360px) {
    .bannerPrev {
        left: 16px;
    }

    .bannerNext {
        right: 16px;
    }
}

/*? //max-width: 1360px */




@media(max-width: 1300px) {
    .bannerPrev {
        left: 6px;
    }

    .bannerNext {
        right: 6px;
    }

    .calcBannerSlide.grid-container {
        right: 0;
    }






}

/*? //max-width: 1300px */






@media (max-width: 1200px) {
    .loginBtnMobile {
        display: block;
        background: transparent;
        border: none;
    }

    .wrapper {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 32px;
    }

    .menu .wrapper>ul li {
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .menu .wrapper ul {
        flex-wrap: wrap;
    }

    .menu.open {
        padding: 22px 0;
    }

    .menuMobileFlexRight>p {
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #000000;
        margin-bottom: 8px;
    }

    .menuMobileFlexRightSocial {
        display: flex;
        align-items: center;
    }

    .bannerSliderItemDialog {
        width: 300px;
        height: 200px;
        padding: 12px;
    }

    .bannerSliderItemDialog h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.3;
    }


    .footerTopContactSocial {
        padding-left: 0;
    }

    .footerTopContainerNavigationFlex {
        padding-left: 0;
    }

    .footerTopContainerNavigationFlex {
        justify-content: flex-start;
    }

    .footerTopContact {
        margin-bottom: 40px;
    }

    .footerTopContactBtn {
        flex-direction: column;
    }

    .footerTopContactBtnChat {
        margin-left: 0;
        margin-top: 8px;
    }

    .bannerAboutUsTop {
        max-width: 93%;
    }

    .bannerAboutUsTopContent {
        width: 65%;
    }

    .tabScroll {
        padding-right: 20px;
    }

    .bannerAboutUsTop {
        margin-left: 0;
        padding-left: 48px;
    }

    .informationPageTop {
        padding: 32px;
    }

    .contactPageContainerContactForm {
        min-width: auto;
        width: 50%;
    }

    .contactPageContainerContactMaps {
        min-width: auto;
        width: 50%;
    }

    .contactPageContainerContact {
        padding: 16px;
    }

    .contactPageCenterSection::after {
        content: none;
    }

    .contactPageCenter {
        padding: 16px;
        margin-bottom: 64px;
    }

    .contactPage {
        padding-top: 0 !important;
    }

    .howGetPageCont2 {
        margin-left: 0;
    }

    .howGetPageTextWidtn {
        width: 100%;
    }

    .howGetPageCont {
        align-items: center;
    }

    .bannerAboutUsButtom {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }

    .bannerSeoPage .wrapper {
        align-items: flex-end;
    }

    .bannerSeoPageRight h1 {
        font-size: 40px;
    }

    .calcOpen {
        right: 32px;
    }

    .dialogPosition {
        left: 30%;
    }

    .bannerSliderWrapperRight {
        margin-left: 10px !important;
    }

    .calculatorBtn input {
        margin: 16px auto 0 auto;
    }

    .bannerSliderWrapperLeft {
        width: 50%;
    }

    .bannerSliderWrapperRight {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .calculatorSection {
        padding: 16px;
    }

    .bannerSliderr {
        width: 100%;
    }

    .bannerNoneLeft {
        width: 100%;
    }
}

/*? //max-width: 1200px ******************************************************************/




@media (max-width: 991px) {
    .bannerSliderWrapperLeft {
        width: 100%;
    }

    .bannerSliderWrapperRight {
        margin-bottom: 50px;
    }

    .bannerSliderWrapperLeft>img {
        width: 100%;
        max-width: 100%;
    }

    .bannerSliderWrapperLeft {
        display: flex;
        align-items: flex-end;
    }

    .bannerSliderItemDialog h1 {
        font-size: 2.10em;
        line-height: 100%;
    }

    .banner {
        padding-top: 50px;
    }

    .bannerSliderWrapperLeft {
        padding-top: 0;
        width: calc(100% - 370px);
        padding-right: 32px;
    }

    .bannerSliderWrapperRight {
        margin-left: 16px;
    }



    .bannerAboutUsButtom {
        margin-top: 40px;
        margin-bottom: 40px !important;
    }

    .bannerAboutUs {
        padding-top: 0 !important;
    }

    .bannerDots {
        display: none;
    }

    .whyKachaContainerSection h3 {
        min-height: 55px;
    }

    .WhatRequiredContainerSection h3 {
        min-height: 55px;
    }

    .WhatRequiredContainerSection::before {
        content: none;
    }

    .loanOnlineContainerSection:nth-of-type(2)::before {
        content: none;
    }

    .loanOnlineContainerSection:nth-of-type(2)::after {
        content: none;
    }

    .loanOnlineContainerSection:nth-of-type(3)::before {
        content: none;
    }

    .loanOnlineContainer {
        flex-direction: column;
    }

    .loanOnlineContainerSection {
        width: 100%;
    }

    .loanOnlineContainerSection:nth-of-type(2) {
        margin-top: 24px;
    }

    .loanOnlineContainerSection:nth-of-type(3) {
        margin-top: 24px;
    }

    .reviewsSlider {
        height: auto;
    }

    .newsContainerSection h3 {
        min-height: 40px;
    }

    .footerTopContainerNavigation {
        padding-right: 0;
    }

    .footerTopContactTime {
        padding-left: 0;
    }

    .footerTopContainerNavigation:nth-of-type(1) {
        padding-left: 0;
    }

    .footerTopContactSocialFlex li:nth-of-type(2) {
        margin: 0;
    }

    .footerTopContactSocialFlex {
        justify-content: space-between;
    }

    .bannerAboutUsTopTabs {
        width: 300px;
        height: 250px;
    }

    .aboutUsLove {
        top: -71.5%;
    }

    .tab-nav.active {
        font-size: 21px;
        line-height: 25px;
    }

    .bannerAboutUsTopContent {
        width: 62%;
    }

    .informationPageTopList {
        width: 100%;
        padding-left: 25px;
        box-sizing: border-box;
    }

    .banner.bannerAboutUs.howGetPage {
        padding-top: 0 !important;
    }

    .newsPageTop {
        padding: 32px 16px;
    }

    .openNewsPage {
        padding: 32px 16px;
    }

    .bannerAboutUsButtom {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .searchPageContainerLeft {
        width: 50%;
    }

    .searchPpageSearch {
        width: 50%;
    }

    .bannerSeoPageLeft {
        display: none;
    }

    .bannerSeoPageMobile {
        display: flex;
        position: relative;
    }

    .bannerSeoPage .wrapper {
        display: flex;
        flex-direction: column;
    }

    .bannerSeoPageRight>h1 {
        display: none;
    }

    .bannerSeoPageRight {
        width: 100%;
        padding: 16px 0 0 0;
    }

    .bannerSeoPageMobile img {
        object-fit: contain;
        width: 387px;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog {
        background: transparent;
        width: 575px;
        height: auto;
        left: 200px;
        top: 140px;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 {
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: #333333;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 b {
        color: #9D6FF3;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 strong {
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: #333333;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 img {
        margin-bottom: 0;
    }

    .bannerSeoPage::after {
        content: "";
        position: absolute;
        width: 688px;
        height: 798.97px;
        left: 154px;
        top: 274.8px;
        background: rgba(254, 181, 255, 0.7);
        filter: blur(177px);
    }

    .bannerSeoPage .wrapper {
        position: relative;
        z-index: 10;
    }

    .bannerSeoPage {
        overflow: hidden;
    }

    .mainSeoPageSection1 .WhatRequiredContainer {
        padding: 32px 0;
    }

    .mainSeoPageSection1 .WhatRequiredContainer .WhatRequiredContainerSection h3 {
        width: auto;
    }

    .bannerNoneLeft>img {
        width: 360px;
    }

    .bannerNoneLeft .dialogPosition {
        left: 5%;
        top: -45%;
    }

    .calcOpen {
        top: 100px;
    }

    .bannerSliderItemDialog {
        left: auto;
        right: 24px;
    }

    .calculatorBtn>input {
        min-width: max-content;
    }
    .calculatorAbout .calculatorSection {
        padding: 32px 16px !important;
    }
}

/*? //max-width: 991px ********************************************************************************/

@media (max-width: 950px) {
    .footerCenter .scroll-up-btn {
        top: unset;
        bottom: 360px;
    }
    .footerCenter .btn-get-money {
        max-width: 400px;
        margin-inline: auto;
    }
    .footerCenter .contacts-wr {
        width: auto;
    }
    .footerCenter .contacts {
        flex-direction: column;
    }
    .footerCenter .footer-img {
        left: 16px;
        bottom: 314px;
        width: 124px;
        height: 124px;
        transform: scaleX(-1);
    }
    .footerCenter .pay-btn {
        align-self: auto;
    }
    .footerCenter .title {
        font-size: 28px;
        line-height: 33.6px;
    }
    .footerCenter .subtitle {
        font-size: 18px;
        line-height: 18px;
    }
    .footerCenter .title,
    .footerCenter .subtitle {
        text-align: center;
    }
    .footerCenter .text {
        margin-bottom: 140px;
        font-size: 12px;
        line-height: 16px;
    }
    .footerBottom {
        padding-block: 14px;
    }
    .footerBottom .wrapper {
        text-align: center;
    }
}



@media (max-width: 767px) {
    .menuMobile {
        display: block;
        width: 100%;
    }

    .menu.open {
        transform: translateY(54px);
    }



    .menu .wrapper>.menuLanguage {
        display: none;
    }

    .menu .wrapper {
        flex-direction: column;
        position: relative;
        z-index: 20;
    }

    .menu .wrapper>ul {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu.open:after {
        content: "";
        position: absolute;
        width: 263.25px;
        height: 761.8px;
        left: -60.07px;
        top: 90px;
        background: #E6D8FF;
        filter: blur(92px);
        z-index: 1;
    }

    .menu.open::before {
        content: "";
        position: absolute;
        width: 232.2px;
        height: 650.27px;
        left: 51.97px;
        top: 223.66px;
        background: rgba(254, 181, 255, 0.7);
        filter: blur(177px);
        z-index: 1;
    }

    header {
        background: #FFFFFF;
        box-shadow: -16px 16px 32px rgba(0, 0, 0, 0.05);
    }

    .menu .wrapper>ul {
        margin: 0 0 32px 0;
    }

    .menu .wrapper>ul li a {
        display: flex;
        align-items: center;
    }


    .navigationTop .current-menu-item a::before {
        content: "";
        display: flex;
        background: url(/wp-content/themes/generatepress/images/listIcon.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 24px;
        height: 22px;
        margin-right: 8px;
    }

    .navigationTop .current-menu-item a a {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        color: #000000;
    }

    .menu .wrapper>ul li a {
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #000000;
    }

    .menu .wrapper>ul li {
        margin-right: 0;
        margin-bottom: 12px;
        padding: 0;
    }

    .menu .wrapper>ul li:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .menuMobileBtn {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 288px;
        width: 100%;
        margin-bottom: 16px;
    }

    .menuMobileBtn button:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 16px;
        width: 100%;
        height: 46px;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #9D6FF3;
        border-radius: 12px;
        box-sizing: border-box;
        margin-bottom: 12px;
        border: none;
    }

    .menuMobileBtn button:nth-of-type(2) {
        border: 1px solid #FFCE00;
        border-radius: 12px;
        background: transparent;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        width: 100%;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
    }

    .menuMobileFlex {
        display: flex;
        align-items: flex-start;
    }

    .menuMobileFlexLeft {
        width: 110px;
        margin-right: 64px;
        display: flex;
        flex-direction: column;
    }

    .menuMobileFlexLeft ul {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .menuMobileFlexRight {
        width: 90px;
        margin-left: auto;
    }

    .menuMobileFlexLeft>p {
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #000000;
        margin-bottom: 8px;
    }

    .menuMobileFlexLeft ul li {
        margin-right: 0 !important;
        margin-bottom: 4px;
        padding: 0 !important;
    }

    .menuMobileFlexLeft ul li a {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #666666;
        padding: 0 !important;
        text-decoration: none;
    }

    .menuMobileFlexRightSocial {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 35px;
    }

    .menuMobileFlexRightSocial li {
        width: 24px;
        height: 24px;
        border: 1px solid #FFCE00;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menuLanguage select {
        width: 87.57px;
        height: 39.98px;
        border: 0.951863px solid #FFCE00;
        border-radius: 11.4224px;
    }

    .menu.open {
        padding-bottom: 16px;
        overflow: hidden;
        height: 100vh;
    }

    .menu.open .wrapper {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .bannerSliderItem {
        flex-direction: column-reverse;
    }

    .bannerSliderWrapperRight {
        margin: 0 auto;
    }

    .bannerSliderWrapperLeft>img {
        width: 230px;
        height: 225px;
    }

    .bannerSliderItemDialog h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .bannerSliderItemDialog {
        width: 181px;
        height: 100px;
        top: 18px;
        padding: 9px;
        left: 150px;
    }

    .bannerSliderWrapperLeft {
        width: 335px;
    }

    .bannerDots {
        display: block;
    }

    .banner::before {
        width: 688px;
        height: 798.97px;
        left: 154px;
        top: 274.8px;
        background: rgba(254, 181, 255, 0.7);
        filter: blur(177px);
    }

    .banner::after {
        width: 780px;
        height: 936px;
        left: -178px;
        top: -349.2px;
        background: #E6D8FF;
        filter: blur(92px);
    }

    .bannerPrev,
    .bannerNext {
        display: none !important;
    }

    .bannerSliderWrapperRight {
        width: 100%;
        background: transparent;
        box-shadow: none;
        min-width: unset;
        max-width: 370px;
        margin: 0 auto !important;
    }



    .calculatorSection {
        padding: 16px;
    }

    .whyKacha {
        padding: 64px 0;
    }

    .WhatRequired {
        padding: 64px 0 64px 0;
    }

    .whyKacha .wrapper h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
    }

    .WhatRequired .wrapper h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
    }

    .whyKachaContainerSection h3 {
        font-size: 16px;
        line-height: 18px;
        min-height: auto;
    }

    .WhatRequiredContainerSectionImg {
        width: auto;
        height: auto;
    }

    .WhatRequiredContainerSection h3 {
        font-size: 16px;
        line-height: 18px;
        min-height: auto;
    }

    .WhatRequiredContainerSectionImg {
        min-height: 110px;
        width: 100%;
    }

    .loanOnline {
        padding: 64px 0;
    }

    .loanOnline .wrapper h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
    }

    .WhatRequiredContainerSection h3 {
        min-height: 55px;
    }

    .reviews {
        padding: 64px 0;
    }

    .reviewsSlider {
        padding: 24px 16px;
    }

    .reviews .wrapper h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
    }

    .reviewsSliderItemImg img {
        margin-bottom: 24px;
    }

    .reviewsSliderItemText {
        margin-bottom: 24px;
    }



    .reviewsSliderItemText {
        max-height: 70px;
        overflow: hidden;
    }

    .reviewsPrev,
    .reviewsNext {
        top: 73%;
    }

    .reviewsPrev {
        left: 35%;
    }

    .reviewsNext {
        right: 35%;
    }

    .reviewsSlider::before {
        content: none;
    }

    .newsNavigation {
        display: flex;
        margin: 0 auto 24px auto;
    }

    .newsContainer {
        margin-bottom: 24px;
    }

    .news {
        padding: 64px 0;
    }

    .newsContainerSection h3 {
        min-height: auto;
    }

    .news .wrapper h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
    }

    .newsDots {
        margin-top: -10px;
    }

    .information {
        padding: 0 0 64px 0;
    }

    .information .wrapper h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #000000;
        margin-bottom: 24px;
    }

    .informationScrollText {
        font-size: 14px;
    }

    .informationContainer {
        padding: 0;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 24px;
    }

    .informationScroll {
        padding-right: 8px;
    }

    .aboutLoans {
        padding: 64px 0;
    }

    .aboutLoans .wrapper h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
    }

    .aboutLoans .wrapper h3 {
        text-align: center;
        margin-bottom: 32px;
    }

    .aboutLoansContainer {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .aboutLoansContainerSection {
        width: 100%;
        margin-bottom: 24px;
    }

    .aboutLoansContainerSection:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .aboutLoansContainerSection {
        padding: 16px 24px;
    }

    .aboutLoansContainerSectionText {
        text-align: center;
    }

    .aboutLoansContainerSection h3 {
        margin-bottom: 8px;
        text-align: center;
    }

    .aboutLoans .wrapper>a {
        font-size: 14px;
        line-height: 19px;
        align-items: center;
    }

    .footerLogo {
        display: block;
    }

    .footerTop {
        padding: 24px 0;
    }

    .footerLogo {
        width: 59px;
        height: 34px;
        margin: 0 auto 24px auto;
    }

    .footerLogo img {
        width: 100%;
        max-width: 100%;
    }

    .footerTopSearch {
        margin-bottom: 24px
    }

    .footerTopContainer {
        flex-direction: column;
    }

    .footerTopContainerNavigation {
        padding: 0;
    }

    .footerTopContainerNavigationImg {
        margin-bottom: 16px
    }

    .footerNavBold {
        margin-bottom: 8px !important;
    }

    .footerTopContainerNavigation {
        width: 100%;
        margin-bottom: 16px;
    }

    .footerTopContact {
        flex-direction: column;
    }

    .footerTopContainerNavigationFlex {
        width: 100%;
        padding: 0;
    }

    .footerTopContactTime {
        margin-bottom: 16px;
    }

    .footerTopContactBtn button {
        min-width: 288px;
    }

    .footerTopContainerNavigationContact li {
        margin-bottom: 8px !important;
    }

    .footerTopContainerNavigation ul li {
        margin-bottom: 8px;
    }

    .bannerAboutUs {
        padding-top: 8px;
    }

    .bannerAboutUsTop {
        max-width: 100%;
        margin-left: 0;
        padding: 16px 12px;
        box-sizing: border-box;
    }

    .bannerAboutUsTop {
        height: 100%;
    }

    .bannerAboutUsTop {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .bannerAboutUsTopTabs {
        height: auto;
        width: 100%;
        padding: 16px 22px;
        box-sizing: border-box;
        position: static;
        transform: none;
        margin-bottom: 16px;
    }

    .bannerAboutUsTopTabs h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 16px;
    }

    .tab h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 8px;
    }

    .bannerAboutUsTopContent {
        height: 100%;
    }

    .tab-nav.active {
        font-size: 20px;
    }

    .tab:nth-of-type(2) {
        height: 400px;
        justify-content: flex-start;
    }

    .tab:nth-of-type(3) {
        height: 400px;
        justify-content: flex-start;
    }

    .tab>div {
        height: auto;
    }

    .tab div {
        font-size: 14px;
        line-height: 19px;
    }

    .tab-nav {
        margin-bottom: 8px !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .bannerAboutUsTopContent {
        width: 100%;
    }

    .tab {
        height: auto;
    }

    .tabScroll {
        height: 100%;
    }

    .calculatorAbout .calculatorSection {
        padding: 16px 4px;
    }

    .calculatorAbout .calculatorSectionNBU {
        padding: 16px 5px;
    }

    .calculatorAbout .calculatorSectionNBU a {
        font-size: 12px;
        line-height: 16px;
    }

    .bannerAboutUsButtom {
        flex-direction: column;
    }

    .bannerAboutUsButtom .calculator {
        width: 100%;
    }

    .calculatorAbout .calculatorSection {
        flex-direction: column;
    }

    .calculatorSectionAvout {
        margin-right: 0;
        width: 100%;
    }

    .calculatorSectionAvoutResult {
        width: 100%;
    }

    .bannerAboutUsButtom {
        margin-top: 32px;
    }

    .calculatorAbout h2 {
        width: 100%;
    }

    .bannerAboutUsButtomImg>img {
        display: none;
    }

    .bannerAboutUsButtomImg .bannerSliderWrapperLeft {
        display: flex;
    }

    .calculatorAbout {
        margin-bottom: 26px;
    }

    .bannerAboutUsButtomImg {
        margin-right: auto;
    }

    .aboutUsLove {
        display: none;
    }

    .informationPageTop {
        padding: 32px 16px;
    }

    .informationPageTopContainerSection {
        padding: 16px;
    }

    .contactPageContainerContact {
        display: flex;
        flex-direction: column;
        padding: 16px;
        margin-bottom: 0;
        border-radius: 12px 12px 0 0;
    }

    .contactPageCenter {
        border-radius: 0 0 12px 12px;
        padding: 0 4px 24px 4px;
    }

    .contactPageCenterSection {
        width: 33%;
    }

    .contactPageContainerContactForm {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .contactPageContainerContactMaps {
        width: 100%;
        height: 400px;
    }

    .howGetPageText {
        position: relative;
    }

    .howGetPageCont {
        flex-direction: column;
        align-items: flex-start;
    }

    .howGetPageText .loanOnlineContainerTextLeft {
        position: absolute;
        top: -90px;
        left: 205px;
    }

    .howGetPageCont {
        margin-bottom: 40px;
    }

    .howGetPageCont:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .howGetPageText {
        margin-top: 16px;
    }

    .howGetPageTop {
        padding: 16px 8px;
    }

    .howGetPageTop h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 8px;
    }

    .howGetPageTop>p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 16px;
    }

    .howGetPageTopContainer {
        margin-top: 0;
    }

    .howGetPageCont img {
        margin-right: 0;
        height: auto;
    }

    .informationPageTopContainer .informationPageTopContainerSection {
        width: 48%;
    }

    .openNewsPageRight {
        display: none;
    }

    .openNewsPageLeft {
        width: 100%;
        margin-right: 0;
    }

    .bannerAboutUsButtom {
        margin-bottom: 0 !important;
    }

    .bannerAboutUs {
        background-size: auto;
    }

    .reviewsTopContainerLeft {
        width: 50%;
    }

    .reviewsTopContainerRight {
        width: 50%;
    }

    .reviewsTopContainerRight form label input {
        width: 100%;
    }

    .modalContent {
        width: 100%;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 {
        font-size: 19px;
        line-height: 26px;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 strong {
        font-size: 19px;
        line-height: 26px;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 b {
        font-size: 19px;
        line-height: 26px;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog {
        width: max-content;
    }

    .SeoPageCalc {
        margin-bottom: 0;
    }

    .calcOpen {
        position: static;
        top: 0;
    }

    .bannerWrapperNone {
        height: 100%;
    }

    .calcOpen {
        width: 100%;
    }

    .paymentScheduleOpen>p {
        display: flex;
        justify-content: center;
    }

    .calcOpen .calculatorBtn>input {
        display: block;
        margin: 16px auto 0 auto;
    }

    .bannerNoneLeft .dialogPosition {
        left: 120px;
        top: 20px;
    }



    .calculatorBtn input {
        margin: 16px auto 0 auto;
        display: block;
    }

    header .wrapper {
        height: 100%;
        padding: 8px 16px;
    }

    .logotype a img {
        height: 34px;
        object-fit: contain;
    }



    .navFooter {
        column-count: 2;
        column-gap: 20px;
        font-size: 14px;
        list-style: none;
        margin: 0;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
    }

    .wrapper {
        padding: 0 16px;
    }

    .innerLanding section {
        padding: 32px 16px;
    }

    .w-767 {
        display: block !important;
    }

    .w-1440 {
        display: none !important;
    }

    .calcBannerSlide .bodyCalc .calcNotificationRow {
        padding: 0 39px 30px;
        display: none;
    }

    .calcBannerSlide .bodyCalc #linkCredit.yellowBtn {
        display: block;
        margin: 0 auto 16px;
        padding: 6px 16px;
        text-align: center;
        height: 44px;
    }

    .bannerSliderItem img.coverSlider {
        object-position: center;
        position: relative;
    }

    .calcBannerSlide.grid-container {
        justify-content: center;
        padding: 16px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .navigationTop a::after {
        display: none;
    }

    .bannerSliderWrapperRight.visibleListProc {
        height: 642px;
    }


    .menuLanguage ul {
        border: 1px solid #FFCE00;
    }


    .menu .wrapper>ul li a {
        text-decoration: none;
        white-space: normal;
    }

    .navigationTop .current-menu-item::after {
        display: none;
    }

    .footerCenter .footer-img {
        left: 0;
    }
    .footerCenter .scroll-up-btn {
        right: 16px;
    }
}

/*? //max-width: 767px ***************************************************************************************/







@media(max-width: 576px) {
    .hamburger p {
        font-size: 0;
        display: none;
    }

    .howGetPageText2 .loanOnlineContainerTextLeft {
        left: auto;
        right: 200px;
    }

    .calculatorBtn {
        display: flex;
        flex-direction: column;
    }

    .bannerDots {
        bottom: 32px;
    }

    .openNewsPageLeft {
        padding: 16px 8px;
        background: #FFFFFF;
        border-radius: 12px;
    }

    .menuTopLink2 {
        width: max-content !important;
    }

    .whyKachaContainer {
        flex-direction: column;
    }

    .whyKachaContainerSection {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }

    .whyKachaContainerSection:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .whyKachaContainerSection h3 {
        margin-top: 16px;
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .WhatRequired .wrapper>a {
        font-size: 14px;
        line-height: 19px;
    }

    .WhatRequiredContainerSection {
        padding-bottom: 16px;
    }

    .WhatRequiredContainerSection:nth-last-of-type(1) {
        padding-bottom: 0;
    }

    .WhatRequiredContainerSection h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .WhatRequiredContainerSectionImg {
        min-height: auto;
        width: 148px;
        height: 148px;
        margin-bottom: 8px;
    }

    .WhatRequiredContainer {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .WhatRequiredContainerSection {
        width: 100%;
    }

    .loanOnlineContainerSection {
        position: relative;
    }

    .loanOnlineContainerTextLeft {
        position: absolute;
        margin-right: 0;
        top: 100px;
        left: 210px;
    }

    .loanOnlineContainerSection img {
        width: 300px;
    }

    .desctoploanOnline {
        display: none;
    }

    .mobileloanOnline {
        display: block;
        margin-left: auto;
    }

    .loanOnlineContainerSection:nth-of-type(2) .loanOnlineContainerText .loanOnlineContainerTextLeft {
        left: auto !important;
        right: 200px
    }

    .reviewsPrev {
        left: 40px;
        bottom: 105px;
        top: unset !important;
    }

    .reviewsNext {
        right: 40px;
        top: unset !important;
        bottom: 105px;
    }

    .reviewsSliderItemText {
        max-height: 200px;
    }

    .reviewsPrev,
    .reviewsNext {
        top: 77%;
    }

    /* .informationPageTopContainerSection {
        flex-direction: column;
    } */

    .informationPageTopContainerSection {
        width: 100%;
    }

    .informationPageTop {
        padding: 16px 0;
    }

    .informationPageTop h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .informationPageTopContainerSection {
        padding: 16px 30px;
        width: 70%;
        box-sizing: border-box;
        margin: 0 auto 16px auto;
        border-bottom: 1px solid #E6E6E6;
    }

    .informationPageTopContainerSection .informationPageDownload::after {
        content: none;
    }

    .informationPageTopContainer {
        margin-top: 16px;
        padding: 0 34px;
        box-sizing: border-box;
    }

    .informationPageTopGrafic {
        font-size: 14px;
        line-height: 19px;
    }

    .informationPageTop span {
        font-size: 12px;
        line-height: 16px;
    }

    .informationPageTop>p {
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 16px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .menuTopLink1 {
        padding-left: 0;
        font-size: 12px;
        line-height: 16px;
    }

    .informationPageTopList li {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .menuTopLink2 {
        font-size: 12px;
        line-height: 16px;
        padding: 12px 0px 12px 0;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .menuTopLink1::after {
        margin-left: 0;
    }

    .contactPageContainerContactForm h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px;
        width: 100%;
        text-align: center;
    }

    .contactPageContainerContactForm form label input {
        height: 46px;
    }

    .contactPageContainerContactForm form label select {
        height: 46px;
        font-size: 16px;
        line-height: 24px;
    }

    .contactPageContainerContactForm form label input::placeholder {
        font-size: 16px;
        line-height: 24px;
    }

    .contactPageContainerContactForm form label textarea {
        height: 46px;
    }

    .formSubmit {
        margin-top: 0;
    }

    .contactPageCenter {
        flex-direction: column;
        align-items: center;
        padding-bottom: 8px;
        margin-bottom: 32px;
    }

    .contactPageCenterSection {
        padding-bottom: 16px;
        width: 220px;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 16px;
    }

    .howGetPageTop {
        box-shadow: none;
        background: transparent;
        padding: 0;
    }

    .howToRepayPageTopContentSection {
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
        border-radius: 12px;
        padding: 8px 8px 16px 8px;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .howToRepayPageTopContentSectionLeft {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 148px;
        height: 148px;
        margin: 0 auto 8px auto;
    }

    .howToRepayPageTopContentSection:nth-last-of-type(1) {
        padding-bottom: 16px;
    }

    .Importantly {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .howToRepayPageTopContentSectionRight h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        width: 80%;
        margin: 0 auto 8px auto;
    }

    .howToRepayPageTopContentSectionRightText {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }

    .howToRepayPageTopContentSectionRight>a {
        margin: 16px auto 0 auto;
    }

    .informationPageTopContainer .informationPageTopContainerSection {
        width: 100%;
        padding-top: 16px;

    }

    .footerTopContact {
        margin-bottom: 24px;
    }

    .informationPageTop h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .articleContent {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .dateArticle {
        order: 1;
        font-size: 14px;
        line-height: 20px;
    }

    .openNewsPageLeft>a {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .openNewsPageLeft {
        display: flex;
        flex-direction: column;
    }

    .banner {
        padding-top: 16px;
    }

    .resultSum {
        margin-bottom: 4px;
    }

    .calculatorBtn input {
        height: 46px;
        padding: 0;
    }

    .WhatRequired .wrapper>a {
        height: 46px;
        padding: 0;
    }

    .aboutLoans .wrapper>a {
        height: 46px;
        padding: 0;
    }

    .footerTopContactSocial {
        width: 100%;
    }

    .footerTopContactSocialFlex {
        max-width: inherit;
        justify-content: space-between;
        max-width: 250px;
    }

    .footerTopContactBtn button {
        height: 46px;
    }

    .logotype {
        width: 77px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logotype a img {
        width: 60px;
        height: 35px;
    }

    .logotype a {
        width: auto;
    }

    .calculatorAbout .calculatorSectionNBU {
        font-size: 8px;
        line-height: 11px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .calculatorAbout .calculatorSectionNBU a {
        font-size: 8px;
        line-height: 11px;
    }

    .bannerAboutUsButtom .calculator {
        padding-bottom: 16px;
    }

    .menuTopLink {
        height: 40px;
        margin-top: 8px;
    }

    .menuTopLink a {
        padding: 0;
    }

    .menuTopLink {
        margin-bottom: 12px;
    }

    .reviewsTop {
        background: transparent;
        box-shadow: none;
        border-radius: 12px;
        padding: 16px 4px;
        box-sizing: border-box;
    }

    .reviewsTop h2 {
        padding: 0;
        margin-bottom: 24px;
    }

    .reviewsTopContainer {
        display: flex;
        flex-direction: column;
    }

    .reviewsTopContainerLeft {
        width: 100%;
        margin-right: 0;
    }

    .reviewsTopContainerLeftScroll {
        overflow: hidden;
    }

    .reviewsTopContainerLeftSection {
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    .reviewsTopNameTittle h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .reviewsTopName {
        margin-bottom: 13px;
    }

    .reviewsTopNameDate {
        display: none;
    }

    .reviewsTopNameText {
        padding-bottom: 16px;
        border-bottom: 1px solid #E6E6E6;
    }

    .reviewsTopContainer .pagination {
        display: block;
        padding: 24px 0;
        background: #fff;
        box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
        border-radius: 0 0 12px 12px;
    }

    .reviewsTopContainerLeft {
        height: auto;
        background: #fff;
    }

    .reviewsTopContainerRight {
        width: 100%;
        margin-top: 32px;
    }

    .reviewsTopContainerRight {
        padding: 16px 8px;
    }

    .formSubmit {
        height: 46px;
    }

    .reviewsTopContainerRight>p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 22px;
    }

    .modalContent {
        margin: 24px 0;
        padding: 4px;
        box-sizing: border-box;
    }

    .modalContentTop {
        padding: 21px 14px;
        box-sizing: border-box;
    }

    .modalContentTop h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .fileInput {
        margin-bottom: 16px !important;
    }

    .displayNone {
        display: block;
    }

    .reviewsTop h2 {
        padding-bottom: 16px;
        background: #fff;
        border-radius: 12px 12px 0 0;
        margin-bottom: 0;
    }

    .searchPageContainer h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .searchPageContainer {
        padding-bottom: 16px;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 16px;
        border-radius: 0;
    }

    .bannerSeoPageMobile img {
        margin-left: -45px;
        width: 250px;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog {
        left: 90px;
        top: 50px;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 {
        width: 195px;
        font-size: 19px;
        line-height: 26px;
        position: relative;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 br {
        display: none;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 b {
        display: block;
    }

    .bannerSeoPageMobile .bannerSliderItemDialog h1 img {
        position: absolute;
        top: 60px;
        right: 55px;
    }

    .mainSeoPage {
        padding-top: 32px;
    }

    .mainSeoPageSection1 {
        padding: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

    .mainSeoPageSection1 h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .mainSeoPageSectionText {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        margin-bottom: 24px !important;
    }

    .mainSeoPageSection1 p {
        margin-bottom: 16px !important;
    }

    .mainSeoPageSection1 .WhatRequiredContainer {
        padding: 0;
        margin-bottom: 0 !important;
    }

    .mainSeoPageSection1 .WhatRequiredContainer .WhatRequiredContainerSection {
        padding: 16px 36px;
        box-sizing: border-box;
        border-bottom: 1px solid #E6E6E6;
        width: 220px;
        margin: 0 auto 16px auto;
    }

    .lineSeo {
        padding-bottom: 24px;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 16px;
    }

    .mainSeoPageList li {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 8px;
        width: 78%;
    }

    .mainSeoPageList {
        padding-bottom: 16px;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 16px;
    }

    .mainSeoPageBlock {
        padding: 0;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .mainSeoPageSection1 p {
        font-size: 14px;
        line-height: 19px;
    }

    .mainSeoPageBlockRight>div {
        font-size: 14px;
        line-height: 19px;
    }

    .mainSeoPageBlockRight h3 {
        margin-bottom: 4px;
    }

    .mainSeoPageBlock:nth-of-type(1) {
        padding: 8px 0 0 0;
    }

    .mainSeoPageBlockLeft {
        margin-right: 8px;
    }

    .mainSeoPageBlockLeft>p {
        font-weight: 700;
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 0;
    }

    .mainSeoPageSection1 .WhatRequiredContainer .WhatRequiredContainerSection h3 {
        width: inherit;
    }

    .SeoPageCalc1 {
        padding: 0 4px 16px 4px;
    }

    .calculatorSectionNBU {
        margin-top: 0;
    }

    .calcOpen .calculatorSection {
        padding: 16px 4px 16px 4px !important;
        box-sizing: border-box;
    }

    .calculatorBtn input {
        width: 100%;
    }

    .calculatorAbout .calculatorSection {
        padding: 16px 4px !important;
    }

    .menuTopLink2 {
        font-size: 14px;
    }

    .formSubmit {
        height: 40px;
        font-size: 14px;
    }

    .calculatorBtn input {
        font-size: 14px;
    }

    .howGetPageCont {
        background: #FFFFFF;
        box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
        border-radius: 12px;
        padding: 16px 8px;
        box-sizing: border-box;
    }

    .howToRepayPageTopContentSectionRight>a {
        height: 46px;
        padding: 0;
        width: 100%;
    }

    .newsContainerSection img {
        height: 208px;
    }

    .informationPageTop span {
        font-size: 14px;
    }

    .acivesLink {
        background: #FFCE00 !important;
        border-radius: 2px;
        color: #000000 !important;
        font-weight: 500 !important;
    }

    .menu-button-container {
        border: none;
    }

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        width: 24px;
        border-radius: 2px;
    }

    .informationPageDownloadText {
        padding-bottom: 16px;
    }

    .menu-button::before {
        background-color: transparent;
        background: url(/wp-content/themes/generatepress/images/lineBurger.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    #menu-toggle:checked+.menu-button-container .menu-button::before {
        background: transparent;
        background-color: #000000;
    }

    .newsPageTop {
        background: transparent;
        box-shadow: none;
    }

    .newsPageTop .informationPageTopContainer {
        padding: 0;
    }

    .newsPageTop .informationPageTopContainer .newsContainerSection {
        padding: 8px;
    }

    .newsContainerSection img {
        border-radius: 12px;
    }

    .newsPageTop .informationPageTopContainer .informationPageTopContainerSection {
        border-bottom: 0;
    }

    .content {
        padding-right: 16px;
    }

    .articleContent ol,
    .inside-article ol,
    .articleContent ul,
    .inside-article ul {
        margin: 0 0 16px 14px;
    }

    .inside-article {
        padding: 16px;
    }

    .reviewsResult {
        height: auto;
    }

    .information .informationScroll {
        height: 490px;
        padding: 16px;
    }

    .content {
        padding-right: 16px;
        padding-bottom: 0;
    }







}

/*? //max-width: 576px ***************************************************************************/



@media (max-width: 480px) {
    .banner.bannerSliderRow {
        margin: 0 -33px;
    }

    .bannerSlider {
        height: 1000px;
    }


    .reviewsDots {
        display: none;
    }

    .reviewsLink {
        margin-top: -49px;
    }


}

/*? //max-width: 480px ***************************************************************************/





@media (max-width: 400px) {
    .calculator {
        width: 100%;
    }

    .calculatorSection {
        padding: 16px 4px;
    }
}

/*? //max-width: 400px *******************************************************************************/



@media (max-width: 350px) {
    .calculatorBtn input {
        min-width: 100%;
    }

    .bannerSliderWrapperLeft {
        width: 100%;
    }

    .bannerSliderItemDialog {
        width: 150px;
    }

    .bannerSliderItemDialog h1 {
        font-size: 16px;
    }

    .howToRepayPageTopContentSectionRight>a {
        min-width: auto;
    }

    .loanOnlineContainerSection img {
        width: 100%;
    }

    .bannerAboutUsButtomImg {
        width: 100%;
    }

    .WhatRequired .wrapper>a {
        min-width: 100%;
    }

    .footerTopContactBtn button {
        min-width: 100%;
    }

    .reviewsPrev {
        left: 15%;
    }

    .reviewsNext {
        right: 15%;
    }

    .reviewsPrev,
    .reviewsNext {
        top: 78%;
    }

    .reviewsSliderItemContainer h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .aboutLoans .wrapper>a {
        min-width: 100%;
    }

    .howGetPageCont img {
        margin-right: 0;
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .howGetPageText .loanOnlineContainerTextLeft {
        left: 188px;
        top: -80px;
    }

    .howGetPageText2 .loanOnlineContainerTextLeft {
        left: auto !important;
        right: 184px;
    }

    .navFooter {
        column-count: 1;
        column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
    }







}

@media (min-width: 992px) {
    .container-404 {
        flex-direction: row;
    }

    .kacha-wr,
    .info-404 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .kacha-wr {
        order: 0;
    }

    .info-404 {
        order: 1;
    }
}

/* //max-width: 350px */
