body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding: 0;
}

button {
    font-family: 'Nunito', sans-serif;
}

* {
    outline: none !important;
}

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

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

.menu.open {
    transform: translateY(84px);
    transition: transform 0.3s ease-in-out;
    z-index: 100;
}

header {
    background: #FFFFFF;
    position: relative;
    z-index: 100;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

header .wrapper {
    display: flex;
    align-items: center;
    height: 84px;
    box-sizing: border-box;
}

.banner {
    background: url(../img/BGBAners.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    z-index: 1;
    overflow: hidden;
}

.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;
    margin-left: 37%;
}

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

.headerLeftAuthorization button:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 2px 16px;
    background: #FFCE00;
    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 {
    display: flex;
    align-items: center;
}

.countries option:nth-of-type(1)::after {
    content: "";
    background: url(../img/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;
    box-shadow: -16px 16px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.bannerSliderItem {
    display: flex !important;
}

.bannerSlider .wrapper {
    position: relative;
    z-index: 10;
}

.bannerSliderWrapperLeft>img {
    width: 473.41px;
    height: auto;
}

.bannerSliderItemDialog {
    background: url(../img/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: 89px;
    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(../img/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(../img/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(../img/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;
    align-items: center;
    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;
}

.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(../img/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;
}

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

.WhatRequiredContainer {
    margin-bottom: 64px;
}

.WhatRequired .wrapper>a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    box-sizing: border-box;
    height: 56px;
    background: #9D6FF3;
    border-radius: 12px;
    min-width: 286px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: max-content;
    margin: 0 auto;
}

.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(../img/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(../img/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(../img/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(../img/ReviewsBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.reviewsSlider {
    padding: 64px 151px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    position: relative;
    height: 488px;
    box-sizing: border-box;
}

.reviewsSlider::before {
    content: "";
    background: url(../img/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: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
}

.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 {
    position: absolute;
    z-index: 10;
    bottom: 225px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.reviewsDots .slick-dots {
    display: flex;
    align-items: center;
}

.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;
    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 {
    width: 32%;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
}

.newsContainerSection img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
}

.newsContainerSection h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #000000;
    margin-bottom: 16px;
}

.newsContainerSectionText {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #333333;
    margin-bottom: 16px;
}

.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;
    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;
    overflow: hidden;
    padding: 32px 32px 32px 32px;
    box-sizing: border-box;
    border: 1px solid #F6F6F6;
    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;
}

.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(../img/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: 64px;
}

.aboutLoansContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.aboutLoansContainerSection {
    width: 32%;
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 52px rgba(11, 25, 61, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
}

.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 {
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
    box-sizing: border-box;
    height: 56px;
    background: #9D6FF3;
    border-radius: 12px;
    width: max-content;
    margin: 0 auto;
    min-width: 286px;
}

.footerTop {
    padding: 48px 0;
}

.footerTopSearch {
    margin-bottom: 32px;
}

.footerTopSearchPositon {
    width: 100%;
    position: relative;
}

.footerTopSearchPositon::before {
    content: "";
    background: url(../img/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:nth-of-type(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    margin-bottom: 14px;
}

.footerTopContainerNavigationTime li:nth-of-type(3) {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
}

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

.footerTopContactSocialFlex li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #FFCE00;
    border-radius: 12px;
}

.footerTopContactSocialFlex li a img {
    width: 30px;
    height: 30px;
}

.footerTopContactSocialFlex li:nth-of-type(2) {
    margin: 0 39px;
}

.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 {
    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: #F6F6F6;
    padding: 48px 0;
}

.footerCenter .wrapper h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 24px;
}

.footerCenterContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footerCenterContainer ul {
    width: 32%;
}

.footerCenterContainer ul li {
    margin-bottom: 15px;
}

.footerCenterContainer ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    text-decoration: none;
}

.footerCenterContainer ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.footerCenterContainerMargin li {
    margin-bottom: 7px !important;
}

.footerBottom {
    padding: 32px 0;
    background: #000000;
}

.footerBottom .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerBottom .wrapper p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    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;
}

#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_2_scrollbar_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_1_scrollbar_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_1_dragger_vertical {
    height: 25px !important;
}
#mCSB_2_dragger_vertical {
    height: 25px !important;
}
.informationScroll #mCSB_1_dragger_vertical {
    height: 25px !important;
}
.informationScroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}



.informationScroll .mCSB_dragger {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 23.84px;
    background: url(../img/range.png) no-repeat center center;
    background-size: contain;
    border-radius: 5px;
    z-index: 999;
}


.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(../img/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 {
    background: url(../img/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(../img/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(../img/menuTopLink1.svg);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    display: flex;
}

.bannerAboutUsTopTabs h2 {
    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;
}

.bannerAboutUsTopTabs button:before {
    content: "";
    background: url(../img/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%;
}

.tab>div {
    height: 460px;
    overflow: hidden;
}

.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;
    background: #FFFFFF;
    box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.05), -16px 16px 32px rgba(0, 0, 0, 0.05);
    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 h2 {
    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: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.informationPageTop span {
    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;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.informationPageTopContainerSection {
    width: 32%;
    padding: 0 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    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 {
    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 0px 10px 8px;
    width: 460px;
    height: 56px;
    background: #F6F6F6;
    border-radius: 12px;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    border: none;
    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 0px 10px 8px;
    width: 460px;
    height: 56px;
    background: #F5F1FE;
    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 0px 10px 8px;
    width: 460px;
    height: 56px;
    background: #F6F6F6;
    border-radius: 12px;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    border: none;
    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('../img/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 h2 {
    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;
}

.newsPageTop {
    padding: 32px;
}

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

.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;
    height: 650px;
    overflow: hidden;
}

.reviewsTopContainerLeftScroll {
    overflow-y: scroll;
    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;
}

.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 {
    margin-left: 17px;
}

.reviewsTopNameTittle h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 8px;
}

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

.reviewsTopContainerRight form label {
    font-family: 'Montserrat';
    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 {
    margin-top: 7px;
    padding: 10px 0px 10px 8px;
    width: 320px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    border: none;
    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: none;
    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-family: 'Montserrat';
    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(../img/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;
}
.SeoPageCalc {
    background: #FFFFFF;
    padding-bottom: 32px;
    box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.05), -16px 16px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.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 {
    padding: 0 50px 32px 50px;
    box-sizing: border-box;
    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-left: 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(../img/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;
}

































/* responsive  */

@media(max-width: 1360px) {
    .bannerPrev {
        left: 16px;
    }

    .bannerNext {
        right: 16px;
    }
}

/* //max-width: 1360px */

@media(max-width: 1300px) {
    .bannerPrev {
        left: 6px;
    }

    .bannerNext {
        right: 6px;
    }
}

/* //max-width: 1300px */

@media (max-width: 1200px) {
    .headerLeftContact {
        display: none;
    }

    .loginBtnMobile {
        display: block;
        background: transparent;
        border: none;
    }

    .logotype {
        margin-left: 0;
    }

    header .wrapper {
        justify-content: space-between;
    }

    .wrapper {
        max-width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
    }

    .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: 45px;
        color: #000000;
    }

    .reviewsDots {
        bottom: calc(225px - 5px);
    }

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

    .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  {
        width: auto;
        margin-left: auto !important;
        margin-right: 20px !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.3em;
        line-height: 100%;
    }

    .banner {
        padding-top: 50px;
    }

    .bannerSliderWrapperLeft {
        padding-top: 0;
    }

    .bannerSliderWrapperRight {
        margin-left: 16px;
    }

    .banner {
        height: 100%;
    }

    .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: 1%;
    }
    .calculatorBtn > input {
        min-width: max-content;
    }
    .bannerSliderWrapperRight {
        width: 70%;
    }
    .calculatorAbout .calculatorSection {
        padding: 32px 16px !important;
    }
    .SeoPageCalc1 {
        padding:16px !important;
    }
}

/* //max-width: 991px */

@media (max-width: 767px) {
    .menuMobile {
        display: block;
        width: 100%;
    }
    .menu.open {
        transform: translateY(54px);
    }
    .wrapper {
        padding: 0 16px;
    }

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

    .menu .wrapper>ul li:nth-of-type(1) a::before {
        content: "";
        display: flex;
        background: url(../img/listIcon.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 24px;
        height: 22px;
        margin-right: 8px;
    }

    .menu .wrapper>ul li:nth-of-type(1) 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;
    }
    .calculator {
        background: #FFFFFF;
        box-shadow: -16px 16px 32px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
    }

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

    .reviewsDots {
        bottom: 150px;
    }

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

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

    .footerCenter {
        background: transparent;
        padding-top: 0;
    }

    .footerBottom .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .footerBottom .wrapper p {
        text-align: center;
        margin-bottom: 24px;
    }

    .footerTopContactSocialFlex {
        max-width: 200px;
    }

    .footerTopContactBtn {
        align-items: flex-start;
    }

    .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 h2 {
        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 4px;
        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;
    }
    .bannerSliderWrapperRight {
        margin-left: 0px !important;
    } 
    .calculatorBtn input {
        margin: 16px auto 0 auto;
        display: block;
    }
    header {
        height: 54px;
    }
    header .wrapper {
        height: 100%;
    }
    .logotype a img {
        height: 34px;
        object-fit: contain;
    }
}

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

    .reviewsNext {
        right: 25%;
    }

    .reviewsSliderItemText {
        max-height: 200px;
    }

    .reviewsPrev,
    .reviewsNext {
        top: 77%;
    }

    .footerCenterContainer {
        flex-direction: column;
    }

    .footerCenterContainer ul {
        width: 100%;
        margin-bottom: 8px;
    }

    .footerCenterContainer ul li:nth-last-of-type(1) {
        margin-bottom: 0 !important;
    }

    .footerCenterContainer ul li {
        margin-bottom: 8px !important;
    }

    .footerCenterContainer ul li:nth-last-of-type(1) {
        margin-bottom: 0 !important;
    }

    .footerCenter {
        padding-bottom: 24px;
    }

    .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: flex-start;
    }
    .footerTopContactSocialFlex li:nth-of-type(2) {
        margin: 0 16px;
    }

    .footerTopContactBtn button {
        height: 46px;
    }

    .logotype {
        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: 700px;
        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(../img/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;
    }
}

/* //max-width: 576px */


/* //max-width: 400px */

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

/* //max-width: 350px */