@import "buttons.css";

.front #footer {
    display: none;
}

button {
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
/* "Helvetica Neue" */
body {
    font-family: "HelveticaNeueCyr", sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    position: relative;
}

body, menu, header, section, main, section h2 {
    font-family: "HelveticaNeueCyr", sans-serif !important;
}

.menu, menu, section, header {
    font-size: 16px;
}

.menu {
    transition: all 0.6s ease;
    position: fixed;
    top: 0;
    left: -500px;
    bottom: 0;
    margin: 0;
    height: 100vh;
    max-width: 400px;
    width: 100%;
    padding: 140px 10px 20px 23px;
    background: #F7F7F7;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
    z-index: 20;
}
.menu img {
    position: absolute;
    bottom: 32px;
    left: 27px;
}
.menu .close {
    position: absolute;
    top: 22px;
    right: 25px;
}
.menu ul {
    max-width: 273px;
}
.menu ul li {
    display: flex;
    align-items: center;
}
.menu ul li span {
    transition: all 0.3s ease;
}
.menu ul li:hover svg path {
    fill: #FFD010;
}
.menu ul li:hover span {
    color: #FFD010;
}
.menu ul li svg {
    margin-right: 14px;
}
.menu ul li svg path {
    transition: all 0.3s ease;
    fill: #1C1B1F;
}
.menu ul li svg {
    fill: #1C1B1F !important;
}
.menu ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #232323;
    text-decoration: none;
}
.splide {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.splide__slide {
    display: flex;
    align-items: center;
}
.splide li img {
    padding: 0 12px;
    /*filter: opacity(0.6) grayscale(1);*/
    max-width: 100%;
    margin: 0 auto;
}
.left-menu {
    background: linear-gradient(180deg, #FAFAFC 0%, #FDFDFE 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: fixed;
    left: -10px;
    top: 116px;
    z-index: 10;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    width: 80px;
    padding: 20px 0;
}
.left-menu .hinn a {
    display: block;
    /*display: flex;*/
    /*align-items: center;*/
    position: relative;
    margin: 0 20px 20px;
    cursor: pointer;
    color: #232323;
}
.left-menu .hinn a:last-child {
    margin-bottom: 0;
}
.left-menu svg {
    flex-shrink: 0;
    margin: 0 auto;
    display: block;
}
.left-menu span {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    white-space: nowrap;
    left: 70px;
    top: 6px;
    visibility: hidden;
}
.left-menu a:hover svg {
    opacity: 0.7;
}
.left-menu a:hover span {
    opacity: 1;
    visibility: visible;
}
.left-menu.active span {
    /*opacity: 1;*/
    /*visibility: visible;*/
}
.text-center {
    text-align: center;
}
.header-content {
    padding-bottom: 5px;
}
.header {
    display: flex;
    padding: 22px 34px;
    justify-content: space-between;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(167.11deg, #F5F5FA -78.61%, rgba(245, 245, 250, 0) 135.2%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header__left {
    display: flex;
    align-items: center;
}
.header__right {
    display: flex;
    align-items: center;
}
.header__hamburger {
    margin-right: 31px;
}
.header__right ul {
    display: flex;
    align-items: center;
}

.header__right ul li {
    margin-left: 24px;
}

.header__right ul.navigation {
    display: none;
}

.header__right ul.navigation li {
    margin-left: 10px;
}

.header__right ul.navigation li a {
    padding: 3px 10px;
}

.header__right .open > ul.navigation {
    display: block;
}

.lang-switcher {

}

.lang-switcher span {
    font-weight: 700;
    font-size: 13px !important;;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #6C6C6C;
}

.sign-in {
    opacity: 0.6;
    font-weight: 400;
    font-size: 13px !important;;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #1D1D1F;
    display: table-cell;
    align-items: center;
}
.sign-in span {
    margin-right: 2px;
}

/* *************************  *************************  *************************  ************************* */
.main-content {
    background-image: url("/images/landing/bg.jpg");
    background-position: center -191px;
    background-size: 1535px;
    background-repeat: no-repeat;
}

.main {
    padding: 6rem 0 4rem;
}

.main__title {
    font-family: 'Helvetica Neue' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 50px !important;;
    line-height: 54px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 33px;
}
.main__text {
    font-weight: 400;
    font-size: 18px !important;;
    line-height: 26px;
    text-align: center;
    color: #232323;
    opacity: 0.9;
}
.main__title span:nth-child(1) {
    color: #393B40;

}
.main__title span:nth-child(2) {
    color: #FECC00;
    background: -webkit-linear-gradient(92.95deg, #FECC00 -101.39%, #FFEDA5 135.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-info {
    display: flex;
    justify-content: space-around;
    max-width: 940px;
    width: 100%;
    margin: 83px auto 79px;
}

.main-info__item {
    background: rgba(244, 245, 250, 0.5);
    box-shadow: 10px 10px 40px rgba(36, 14, 64, 0.05), 4px 4px 15px rgba(35, 30, 64, 0.15), inset 1px 1px 1px #FFFFFF;
    backdrop-filter: blur(2.5px);
    border-radius: 20px;
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    padding: 17px 19px;
    display: flex;
    flex-direction: column;
}
.main-info__item img {
    width: 36px;
    margin-bottom: 3px;
}
.main-info__item span {
    font-weight: 400;
    font-size: 14px !important;;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #3C3C3C;
}

.double-border {
    position: relative;
}
.double-border:after {
    display: block;
    position: absolute;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 18px;
    left: 2.63px;
    top: 2.63px;
    bottom: 2.63px;
    right: 2.63px;
}
.contract-wrapper {
    transform: translateY(-20px);
}
.contract {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    background: #F5F6F8;
    padding: 33px 0 25px 370px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    box-shadow: 10px 10px 40px rgba(36, 14, 64, 0.05), 4px 4px 20px rgba(35, 30, 64, 0.1), inset 1px 1px 1px #FFFFFF;
}
.contract img {
    position: absolute;
    width: 369px;
    transform: rotate(-8.38deg);
    left: 0;
    top: -80px;
}
.contract h2 {
    font-weight: 500;
    font-size: 20px !important;;
    line-height: 19px;
    color: #3B3A46;
}
.contract h2 b {
    font-weight: 700;
}
.contract p {
    font-size: 14px !important;;
    line-height: 25px;
    color: #151414;
    opacity: 0.85;
}
.contract p b {
    font-weight: 700;
}
.contract hr {
    font-weight: 700;
    max-width: 318px;
    width: 100%;
    color: #000;
    opacity: 0.07;
}

.triple-border {
    position: relative;
}
.triple-border:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 5px solid rgba(255,255,255, 0.5);
    border-radius: 20px;
}
.triple-border:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 17px;
}
/* *************************  *************************  *************************  ************************* */
.section {
    padding: 3rem 0;
}

.financial {
    max-width: 1024px;
    margin: 0 auto;
}

.section__title {
}

.financial__title {
    font-weight: 400;
    font-size: 28px !important;;
    line-height: 32px;
    margin-bottom: 50px;
}
.financial__title span {
    display: block;
}

.financial__title .black {
    color: #272727;
}

.financial__title .yellow {
    color: #FFD010;
    background: -webkit-linear-gradient(92.95deg, #FFD010 -100%, #FFEA94 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.map {
    margin: 0 auto;
    width: 979px;
    height: 579px;
    background-image: url("/images/landing/world.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.map__point {
    cursor: pointer;
    display: inline-block;
    position: absolute;
}

.map__point__info-text {
    position: absolute;
    padding: 20px 3px;
    border-radius: 15px;
    background: rgba(255,255,255, 0.1);
    backdrop-filter: blur(5px);
    font-size: 13px !important;
    line-height: 15px;
    white-space: nowrap;
    text-align: center;
    z-index: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.map__point__icon {
    background: linear-gradient(156.9deg, #F3F4FA -6.25%, #D8DAE6 106.43%);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    width: 25px;
    height: 25px;
    position: relative;
}

.map__point:hover .map__point__info-text {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.map__point__icon > .map__point__info-text {
    left: -60px;
    top: -82px;
}

.map__point__icon:after {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(135deg, #FFF4C7 0%, #FFE889 100%);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.6);
    border-radius: 100px;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.map__point__title {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 19px;
    display: inline-block;
    transition: all 0.3s ease;
}
.map__point:hover .map__point__title {
    color: #FFE889;
}

/*RUDNIY*/
.rudniy {
    top: 100px;
    left: 47%;
    transform: translate(-43px, 13px);
}
.rudniy .map__point__title {
    transform: translate(-39px, 6px);
}
.rudniy .map__point__info-text {
    transform: translate(8px, -1px);
}
/*RUDNIY*/

/*Astana*/
.astana {
    top: 100px;
    left: 47%;
    transform: translate(123px, 41px);
}
.astana .map__point__title {
    transform: translate(-26px, 2px);
}
.astana .map__point__info-text {
    transform: translate(-3px, 12px);
}
/*Astana*/
/*pavlodar*/
.pavlodar {
    top: 100px;
    left: 47%;
    transform: translate(259px, 39px);
}
.pavlodar .map__point__title {
    transform: translate(-43px, 3px);
}
.pavlodar .map__point__info-text {
    transform: translate(-17px, -29px);
}

/*pavlodar*/

/*aksu*/
.aksu {
    top: 100px;
    left: 47%;
    transform: translate(259px, 90px);
}
.aksu .map__point__title {
    transform: translate(-33px, -3px);
}
.aksu .map__point__info-text {
    transform: translate(-30px, 3px);
}
/*aksu*/

/*temirtau*/
.temirtau {
    top: 100px;
    left: 47%;
    transform: translate(148px, 111px);
}
.temirtau .map__point__title {
    transform: translate(-57px, 3px);
}
.temirtau .map__point__info-text {
    transform: translate(3px, 3px);
}
/*temirtau*/

/*karaganda*/
.karaganda {
    top: 100px;
    left: 47%;
    transform: translate(191px, 130px);
}
.karaganda .map__point__title {
    transform: translate(-54px, 3px);
}
.karaganda .map__point__info-text {
    transform: translate(28px, 0px);
}
/*karaganda*/

/*semey*/
.semey {
    top: 100px;
    left: 47%;
    transform: translate(336px, 114px);
}
.semey .map__point__title {
    transform: translate(-29px, 7px);
}
.semey .map__point__info-text {
    transform: translate(-28px, 2px);
}
/*semey*/

/*aktobe*/
.aktobe {
    top: 100px;
    left: 28%;
    transform: translate(-10px, 114px);
}
.aktobe .map__point__title {
    transform: translate(-16px, 9px);
}
.aktobe .map__point__info-text {
    transform: translate(18px, 16px);
}
/*aktobe*/

/*jezkazgan*/
.jezkazgan {
    top: 100px;
    left: 27%;
    transform: translate(261px, 227px);
}
.jezkazgan .map__point__title {
    transform: translate(-53px, -7px);
}
.jezkazgan .map__point__info-text {
    transform: translate(-40px, -11px);
}
/*jezkazgan*/

/*almata*/
.almata {
    top: 100px;
    left: 47%;
    transform: translate(261px, 312px);
}
.almata .map__point__title {
    transform: translate(-32px, 7px);
}
.almata .map__point__info-text {
    transform: translate(-9px, 3px);
}
/*almata*/

/*shymkent*/
.shymkent {
    top: 100px;
    left: 30%;
    transform: translate(262px, 356px);
}
.shymkent .map__point__title {
    transform: translate(-70px, -4px);
}
.shymkent .map__point__info-text {
    transform: translate(6px, 2px);
}
/*shymkent*/


/* *************************  *************************  *************************  ************************* */
.application-wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.application {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.applicationInOneDay {
    padding: 26px 18px 18px 26px;
    background: #F5F6F8;
    border-radius: 20px;
    position: relative;
    max-width: 310px;
    width: 100%;
    height: 297px;
    box-sizing: border-box;
    box-shadow: 10px 10px 40px rgba(36, 14, 64, 0.05), -4px -4px 30px #FFFFFF, 4px 4px 15px rgba(35, 30, 64, 0.15), inset 1px 1px 1px #FFFFFF;
}
.applicationInOneDay img {
    position: absolute;
    left: -8px;
    top: -30px;
}
.applicationInOneDay h5 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 28px;
    color: #3B3A46;
    max-width: 185px;
    width: 100%;
    transform: translateX(74px);
    margin-bottom: 30px;
}
.applicationInOneDay p {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    color: #3B3A46;
    opacity: 0.85;
}
.applicationInOneDay__decor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.applicationInOneDay__decor button {
    width: 61px;
    height: 34px;
    position: relative;
    background: linear-gradient(156.9deg, #F3F4FA -6.25%, #D8DAE6 106.43%);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
}
.applicationInOneDay__decor button:after {
    position: absolute;
    display: block;
    content: "";
    background: linear-gradient(135deg, #FFC700 0%, #FFE8AC 100%);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.6);
    border-radius: 100px;
    top: 5px;
    left: 13px;
    right: 11px;
    bottom: 7px;
}
.applicationInOneDay__decor hr {
    max-width: 174px;
    width: 100%;
}
.application__image {
    image-resolution: from-image;
}
.application__graphics ul {
    display: flex;
    padding-top: 12px;
    justify-content: space-between;
    max-width: 611px;
}
.application__graphics ul li:nth-child(2) {
    transform: translateX(-26px);
}
.application__graphics ul li {
    max-width: 195px;
}
.application__graphics ul li b {
    font-size: 24px !important;
    margin-bottom: 8px;
    display: block;
    color: #F3C300;
    background: -webkit-linear-gradient(92.95deg, #F3C300 -101.39%, #FFEDA5 135.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.application__graphics ul li span {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    color: #373737;
    opacity: 0.75;
}

/* *************************  *************************  *************************  ************************* */
.process-wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.process {
    background: #F5F6F8;
    box-shadow: 10px 10px 40px rgba(36, 14, 64, 0.05), 4px 4px 20px rgba(35, 30, 64, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 35px 16px 19px 65px;
}
.process:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #FBFBFB;
    border-radius: 17px;
    top: 2px;
    bottom: 2px;
    left: 4px;
    right: 4px;
    z-index: 1;
}
.process h3 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 19px;
    color: #3B3A46;
    margin-bottom: 20px;
}
.process p {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 25px;
    color: #151414;
    opacity: 0.85;
    max-width: 250px;
}
.process img {
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 2;
}
/* *************************  *************************  *************************  ************************* */
    .steps {
        max-width: 775px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .section__steps {
        margin-top: 2rem;
    }
    .steps > svg {
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
    }
    .steps li {
        width: 75px;
        z-index: 2;
    }
    .steps li div {
        width: 75px;
        height: 75px;
        background: #FAFAFA;
        box-shadow: -5px -4px 10px #FFFFFF, inset -1px -1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 1px #FFFFFF;
        border-radius: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .steps li p {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 19px;
        color: #4E4E5F;
        max-width: 106px;
        text-align: center;
    }
/* *************************  *************************  *************************  ************************* */
    .factoring {
        max-width: 860px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .title {
        font-weight: 400;
        font-size: 36px !important;
        line-height: 50px;
        letter-spacing: -0.01em;
        color: #393B40;
        opacity: 0.9;
    }
    .factoring__text {
        font-weight: 400;
        font-size: 15px !important;
        line-height: 20px;
        color: #272727;
        opacity: 0.7;
        margin-bottom: 16px;
    }
    .factoring-list {
        padding: 3rem 0 0;
    }
    .factoring-list__item {
        position: relative;
    }
    .factoring-list__item:not(:last-child) {
        margin-bottom: 39px;
    }
    .factoring-list__item > .first-line {
        position: absolute;
        left: 35px;
    }
    .factoring-list__item > .second-line {
        position: absolute;
        right: 35px;
    }
    .factoring-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 19px 45px 8px 20px;
        background: #F5F5F5;
        box-shadow: 10px 10px 40px rgba(36, 14, 64, 0.05), -4px -4px 30px #FFFFFF, 1px 1px 12px rgba(35, 30, 64, 0.15), inset 1px 1px 1px #FFFFFF;
        backdrop-filter: blur(5px);
        border-radius: 20px;
    }
    .factoring-item__text {
        display: flex;
        margin-bottom: 53px;
    }
    .factoring-item > div {
    }
    .factoring-item span img {
        margin-right: 59px;
    }
    .factoring-item p {
        font-size: 16px !important;
        line-height: 20px;
        color: #3C3D2B;
        opacity: 0.8;
        max-width: 231px;
    }
    .factoring-item button {
        background: linear-gradient(156.9deg, #F3F4FA -6.25%, #F7F7FB 106.43%);
        box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25), inset 1px 1px 1px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 5px;
    }
    .factoring-item > img {}
/* *************************  *************************  *************************  ************************* */
.support {
    padding: 0 16px;
}

.support-content {
    border-radius: 25px;
    padding: 40px 75px 40px;
    max-width: 1160px;
    margin: 0 auto;
}

.support-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 20px;
}

.support-list__item {
    flex-shrink: 0;
}

.support-box {
    max-width: 180px;
    width: 100%;
    background: linear-gradient(145.81deg, #F2F2F2 6.72%, #ECECEC 95.45%);
    border-radius: 53px;
    text-align: center;
    padding: 15px;
}
.support-box > div {
    padding: 20px 24px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.support-box svg {
    margin-bottom: 6px;
}
.support-box p {
    font-size: 12px !important;
    line-height: 14px;
}
/* *************************  *************************  *************************  ************************* */
.faq__title {
    font-weight: 400;
    font-size: 36px !important;
    line-height: 42px;
    color: #272727;
    opacity: 0.9;
    margin-bottom: 72px;
}
.faq-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 42px;
    align-items: flex-start;
}
.faq-list__item {
    background: linear-gradient(269.17deg, #FFFFFF 0.33%, #FFFFFF 99.68%);
    border-radius: 20px;
    padding: 18px 13px 2px 30px;
    max-width: 480px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.faq-list__item button svg {
	width: 25px !important;
	height: 25px !important;
}
.faq-list__item button {
    transition: all 0.3s ease;
}
.faq-list__item button.cross.active {
    transform: rotate(45deg);
}
.faq-list__item button.cross {
    color: #ecf0f1;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 1.5em !important;
    position: relative;
}

.faq-list__item button.cross span {
    position: absolute;
    transition: 300ms;
    background: rgb(255, 208, 16);
    margin: 0;
    flex-shrink: 0;
}
button.cross span:first-child {
    top: 25%;
    bottom: 25%;
    width: 6%;
    left: 47%;
}
.faq-list__item button.cross span:last-child {
    left: 25%;
    right: 25%;
    height: 6%;
    top: 45%;
}
.faq-list__item button.cross.active span:first-child {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faq-list__item button.cross.active span:last-child {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 47%;
}
.faq-list__item h3 {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px 0;
}
.faq-list__item h3 span {
    max-width: 335px;
    margin-right: 25px;
}
.faq-list__item h3 svg {
    flex-shrink: 0;
}
.faq-list__item > div {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #000000;
}

.faq-list__item > div ul {
    list-style-type: disc;
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 6px;
}
.faq-list__item .hidden {
    opacity: 0;
    height: 16px;
}
/* *************************  *************************  *************************  ************************* */
.foot {
    padding: 62px 16px 93px;
    max-width: 1027px;
    margin: 0 auto;
}
.form {
    background: #F5F5F5;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 27px 51px;
    display: flex;
    justify-content: space-between;
}
.form__left {
    width: 100%;
    max-width: 463px;
}
.form__left hr {
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 330px;
    margin: 28px 0 30px;
}
.form__left img {
    width: 106px;
}
.form__left h3 {
    font-weight: 400;
    font-size: 36px !important;
    line-height: 42px;
    color: #272727;
    opacity: 0.9;
}
.contacts {
    margin: 30px 0 40px;
}
.contacts li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.contacts li:last-child {
    margin: 0;
}
.contacts li a {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 26px;
    color: #393B40;
    text-decoration: none;
}
.contacts li svg {
    margin-right: 15px;
}
.address {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #393B40;
    max-width: 214px;
}
.term {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 26px;
    color: #393B40;
    opacity: 0.4;
}
.form__right {
    max-width: 437px;
    width: 100%;
}
.control-label {
    display: none;
}
.alert {
    max-width: 85%;
    margin: 10px auto 0;
}
.alert .close {
    display: none;
}
.form__right input[type="text"], .form__right input[type="tel"] {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 20px 21px;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 19px;
    color: #393B40;
    display: block;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.form__right input[type="text"]::placeholder, .form__right input[type="tel"]::placeholder {
    font-size: 14px !important;
    line-height: 19px;
}
.form__right input[type="text"]:focus, .form__right input[type="tel"]::placeholder {
    border-color: #000;
}
.form__right input[type="text"]:nth-child(3) {
    height: 86px;
}
 .form__right textarea {
     background: #FFFFFF;
     border: 1px solid #E1E1E1;
     border-radius: 10px;
     padding: 20px 21px;
     font-weight: 300;
     font-size: 14px !important;
     line-height: 19px;
     color: #393B40;
     display: block;
     width: 100%;
     outline: none;
     transition: all 0.3s ease;
     margin-bottom: 20px;
 }
.form__right textarea::placeholder {
    font-size: 14px !important;
    line-height: 19px;
}
.form__right button {
    background: linear-gradient(92.65deg, #FFFFFF -130.03%, #F5F6F8 100.74%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #3D3D4A;
    display: block;
    width: 100%;
    height: 76px;
    transition: all 0.3s ease;
}
.agreements {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #393B40;
    cursor: pointer;
    text-align: center;
    margin: 12px auto 22px;
    user-select: none;
}
.agreements input {
    width: 15px;
    height: 15px;
    margin-right: 12px;
}
.agreements span span {
    text-decoration: underline;
}
.form__right button:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}
.info {
    display: none;
}
/* *************************  *************************  *************************  ************************* */
/* *************************  *************************  *************************  ************************* */
/* *************************  *************************  *************************  ************************* */
@media (max-width: 1200px) {
    .left-menu-content {
        display: none !important;
    }
    .menu.active {
        left: 0;
    }
    .left-menu {
        display: none;
    }
    .map {
        transform: scale(0.99);
    }
    .contract-wrapper > .container {
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
    }
    .process-wrapper > .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .support-list {
        gap: 40px 100px;
    }
    .map {
        transform: scale(0.8) translate(-175px, -71px);
    }
    .contract {
        padding: 33px 0 25px 270px;
    }
    .contract img {
        width: 250px;
        top: 15px;
        transform: rotate(-9.54deg);
    }
    .contract h2 {
        font-size: 16px !important;
        line-height: 18px;
    }
    .contract p {
        font-size: 10px !important;
        line-height: 14px;
    }
    .financial {
        max-height: 684px;
    }
    .application-wrapper .container {
        max-width: 100%;
        width: 100%;
    }

    .foot {
        padding: 32px 16px;
    }
    .form {
        padding: 27px 33px;
        justify-content: space-around;
    }
    .form__left {
        width: 100%;
        max-width: 230px;
    }
    .form__left hr {
        margin: 23px 0 22px;
    }
    .form__left img {
        width: 96px;
    }
    .form__left h3 {
        font-size: 20px !important;
        line-height: 24px;
        max-width: 240px;
    }
    .form__right {
        max-width: 359px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .map {
        transform: scale(0.57) translate(-404px, -252px);
    }
    .financial {
        max-height: 541px;
    }
    .financial__title {
        font-size: 18px !important;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .application {
        gap: 0;
        flex-direction: column;
    }
    .application__applicationInOneDay {
        margin-bottom: 30px;
    }
    .applicationInOneDay {
        height: auto;
    }
    .applicationInOneDay h5 {
        font-size: 16px !important;
        line-height: 20px;
    }
    .applicationInOneDay p {
        font-size: 14px !important;
        line-height: 18px;
        max-width: 200px;
        margin-left: auto;
    }
    .applicationInOneDay__decor {
        max-width: 200px;
        margin-left: auto;
    }
    .applicationInOneDay p br {
        display: none;
    }
    .applicationInOneDay__decor button {
        flex-shrink: 0;
        margin-right: 10px;
    }
    .process {
        padding-left: 20px;
    }
    .process h3 {
        font-size: 16px !important;
        line-height: 19px;
        margin-bottom: 50px;
        max-width: 224px;
        z-index: 3;
        position: relative;
    }
    .process p {
        font-size: 10px !important;
        line-height: 13px;
        max-width: 175px;
        z-index: 3;
        position: relative;
    }
    .process img {
        right: 11px;
        width: 105px;
    }
    .steps li {
        width: 41px;
    }
    .steps li div {
        width: 40px;
        height: 41px;
        margin-bottom: 16px;
    }
    .steps li p {
        font-weight: 400;
        font-size: 10px !important;
        line-height: 13px;
        max-width: 120px;
    }
    .factoring {
        max-width: 860px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .title {
        font-size: 20px !important;
        line-height: 24px;
    }
    .factoring__text {
        font-size: 10px !important;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .factoring-list {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .factoring-list__item:not(:last-child) {
        margin-bottom: 0;
    }
    .factoring-list__item > .first-line {
        display: none;
    }
    .factoring-list__item > .second-line {
        display: none;
    }
    .factoring-item {
        padding: 16px 21px;
        flex-direction: column;
        max-width: 267px;
        width: 100%;
    }
    .factoring-item__text {
        margin-bottom: 25px;
    }
    .factoring-item > div {
    }
    .factoring-item span img {
        margin-right: 20px;
    }
    .factoring-item p {
        font-size: 10px !important;
        line-height: 14px;
        max-width: 121px;
    }
    .factoring-item button {
        display: none;
    }
    .factoring-item > img {}
    .support-list {
        justify-content: center;
    }
    .form {
        flex-direction: column;
        padding-right: 10px;
        padding-left: 10px;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .support-list {
        gap: 40px 100px;
    }
    .faq-list__item button.cross {
        height: 30px;
        width: 30px;
    }
    .faq-list__item h3 span {
        width: 100%;
    }
    button.cross span:first-child {
        top: 10%;
        bottom: 5%;
        left: 69%;
    }
    button.cross span:last-child {
        height: 5.2%;
    }
}

@media (max-width: 576px) {
    .factoring-item {
        max-width: 300px;
        margin-bottom: 20px;
    }
    .factoring-item__text {
        margin-bottom: 25px;
    }
    .factoring-item > div {
    }
    .factoring-item span img {
        margin-right: 20px;
    }
    .factoring-item p {
        font-size: 14px !important;
        line-height: 20px;
        max-width: 166px;
    }
    .factoring-list li:last-child .factoring-item {
        margin-bottom: 0;
    }
    .application__graphics ul li b {
        font-size: 14px !important;
    }
    .application__graphics ul li span {
        font-size: 8px !important;
        display: block;
        line-height: 12px;
    }
    .application__graphics ul li:nth-child(2) {
        transform: translateX(-6px);
    }
    .main-content {
        background-position: center -97px;
        background-size: 1000px;
    }
    .applicationInOneDay h5 {
        margin-bottom: 25px;
    }
    .applicationInOneDay p {
        font-size: 10px !important;
        line-height: 14px;
        max-width: 100%;
        margin-left: unset;
        padding-left: 74px;
    }
    .applicationInOneDay__decor {
        max-width: 100%;
        margin-left: unset;
        padding-left: 74px;
    }
    .section {
        padding: 2rem 0;
    }
    .map {
        width: 298px;
        height: 183px;
        transform: unset;
    }
    .map__point__icon {
        width: 8px;
        height: 8px;
    }
    .map__point__icon:after {
        width: 4px;
        height: 4px;
        top: 2px;
        bottom: 2px;
        right: 2px;
        left: 2px;
    }
    .map__point__title {
        font-size: 4px !important;
        line-height: 10px;
    }
    .map__point__info-text {
        padding: 4px;
        border-radius: 4px;
        font-size: 5px !important;
        line-height: 8px;
    }
    .header__hamburger {
        margin-right: 18px;
    }
    .main {
        padding: 3rem 0;
    }
    .main__title {
        font-size: 30px !important;
        line-height: 34px;
        margin-bottom: 18px;
    }
    .main__title span {
        display: block;
    }
    .main__text {
        font-size: 14px !important;
        line-height: 18px;
        max-width: 164px;
        margin-right: auto;
        margin-left: auto;
    }
    .main__text br {
        display: none;
    }
    .main-info {
        flex-wrap: wrap;
        gap: 10px;
        margin: 50px auto 35px;
    }
    .main-info__item span {
        font-size: 8px !important;
        line-height: 10px;
        max-width: 95px;
    }
    .contract {
        padding: 24px 20px;
        overflow: hidden;
    }
    .contract h2 {
        max-width: 170px;
        font-size: 16px !important;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .contract p {
        max-width: 160px;
        font-size: 10px !important;
        line-height: 16px;
    }
    .contract p br {
        display: none;
    }
    .contract img {
        width: 181px;
        top: 42%;
        transform: rotate(0);
        right: -56px;
        left: unset;
    }
    .contract hr {
        display: none;
    }
    .financial {
        max-height: 380px;
    }
    .s-button {
        font-size: 8px !important;
        line-height: 10px;
        padding: 8px 16px;
        min-width: auto;
        border-radius: 5px;
    }
    .applicationInOneDay {
        max-width: 100%;
    }
    .applicationInOneDay h5 br {
        display: none;
    }
    .applicationInOneDay__decor button {
        flex-shrink: 0;
        margin-right: 14px;
    }
    .applicationInOneDay__decor hr {
        flex-shrink: 1;
    }
    .steps {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 1rem;
    }
    .steps > svg {
        transform: translateX(-50%) rotate(90deg);
        width: 500px;
        top: 260px;
        left: 50%;
        opacity: 0.8;
    }
    .steps li {
        width: 75px;
    }
    .steps li div {
        width: 75px;
        height: 76px;
        margin-bottom: 16px;
    }
    .steps li p {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 19px;
        /*max-width: 120px;*/
    }
    .steps li:not(:last-child) {
        margin-bottom: 20px;
    }
    .support {
        padding: 0 10px;
    }
    .support-list {
        align-items: center;
        flex-direction: column;
        gap: 36px;
    }
    .support-content {
        padding: 35px 6px 63px;
    }
    .faq {
        padding-top: 40px;
    }
    .faq__title {
        max-width: 260px;
        font-size: 20px !important;
        line-height: 26px;
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
    }
    .faq-list {
        justify-content: center;
        gap: 20px;
    }
    .form {
        padding: 49px 8px;
    }
    .form__left {
        padding-left: 20px;
    }
    .form__left h3 {
        margin-bottom: 25px;
    }
    .agreements {
        text-align: left;
        max-width: 250px;
        justify-content: flex-start;
        margin: 11px 0 20px 12px;
    }
    .faq-list__item {
        padding: 20px 16px 0;
    }
    .faq-list__item h3 svg {
        height: 32px;
        width: 32px;
    }
    .foot__logo-lg {
        display: none;
    }
    .foot__hr-lg {
        display: none;
    }
    .foot__contacts-lg {
        display: none;
    }
    .foot__address-lg {
        display: none;
    }
    .foot__term-lg {
        display: none;
    }
    .info {
        display: block;
        max-width: 300px;
        margin: 0 auto;
        padding: 50px 0 0;
    }
    .info__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .info__top img {
        width: 112px;
        margin-right: 21px;
    }
    .contacts {
        margin: 0;
    }
    .contacts li {
        margin-bottom: 0;
        white-space: nowrap;
    }
    .form__right button {
        line-height: 16px;
    }
    /*    ***************************************** */

    .map__point__icon > .map__point__info-text {
        left: -60px;.
        top: -82px;
    }

    /*RUDNIY*/
    .rudniy {
        top: 19px;
        left: 54%;
        transform: translate(-36px, 18px);
    }
    .rudniy .map__point__title {
        transform: translate(-7px, -9px);
    }
    .rudniy .map__point__info-text {
        transform: translate(39px, 51px);
    }
    /*RUDNIY*/

    /*Astana*/
    .astana {
        top: 4px;
        left: 20%;
        transform: translate(123px, 41px);
    }
    .astana .map__point__title {
        transform: translate(-5px, -9px);
    }
    .astana .map__point__info-text {
        transform: translate(33px, 60px);
    }
    /*Astana*/
    /*pavlodar*/
    .pavlodar {
        top: 4px;
        left: -15%;
        transform: translate(259px, 39px);
    }
    .pavlodar .map__point__title {
        transform: translate(-5px, -9px);
    }
    .pavlodar .map__point__info-text {
        transform: translate(33px, 60px);
    }

    /*pavlodar*/

    /*aksu*/
    .aksu {
        top: -27px;
        left: -13%;
        transform: translate(259px, 90px);
    }
    .aksu .map__point__title {
        transform: translate(-9px, -12px);
    }
    .aksu .map__point__info-text {
        transform: translate(23px, 53px);
    }
    /*aksu*/

    /*temirtau*/
    .temirtau {
        top: -43px;
        left: 14%;
        transform: translate(148px, 111px);
    }
    .temirtau .map__point__title {
        transform: translate(-16px, -11px);
    }
    .temirtau .map__point__info-text {
        transform: translate(36px, 52px);
    }
    /*temirtau*/

    /*karaganda*/
    .karaganda {
        top: -54px;
        left: 3%;
        transform: translate(191px, 130px);
    }
    .karaganda .map__point__title {
        transform: translate(-17px, -11px);
    }
    .karaganda .map__point__info-text {
        transform: translate(40px, 53px);
    }
    /*karaganda*/

    /*semey*/
    .semey {
        top: -45px;
        left: -31%;
        transform: translate(336px, 114px);
    }
    .semey .map__point__title {
        transform: translate(-7px, -10px);
    }
    .semey .map__point__info-text {
        transform: translate(21px, 53px);
    }
    /*semey*/

    /*aktobe*/
    .aktobe {
        top: -46px;
        left: 31%;
        transform: translate(-10px, 114px);
    }
    .aktobe .map__point__title {
        transform: translate(-4px, -10px);
    }
    .aktobe .map__point__info-text {
        transform: translate(37px, 61px);
    }
    /*aktobe*/

    /*jezkazgan*/
    .jezkazgan {
        top: -124px;
        left: -32%;
        transform: translate(261px, 227px);
    }
    .jezkazgan .map__point__title {
        transform: translate(-15px, -12px);
    }
    .jezkazgan .map__point__info-text {
        transform: translate(20px, 42px);
    }
    /*jezkazgan*/

    /*almata*/
    .almata {
        top: -183px;
        left: -14%;
        transform: translate(260px, 316px);
    }
    .almata .map__point__title {
        transform: translate(-9px, -12px);
    }
    .almata .map__point__info-text {
        transform: translate(28px, 53px);
    }
    /*almata*/

    /*shymkent*/
    .shymkent {
        top: -198px;
        left: -15%;
        transform: translate(213px, 337px);
    }
    .shymkent .map__point__title {
        transform: translate(-18px, -11px);
    }
    .shymkent .map__point__info-text {
        transform: translate(36px, 54px);
    }
    /*shymkent*/
}

