.landing_page h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 0%; 
}
.landing_page h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 46.8px;
}
.landing_page h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
}
.landing_page h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
.landing_page p{
    font-weight: 400;
    font-size: 17px;
    line-height: 22.1px;
}

.flex-main_scr_land .btns{
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn--primary:hover{
    background: #FF4A4A;
}

.bg_landing_bl{
    position: relative;
    background: url(../img/bg_landing.png);
    padding: 0 0 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.flex-main_scr_land{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-main_scr_land .img_link{
    max-width: 40%;
    box-shadow: 10px 8px 12.5px #0C0C0D21;
    display: block;
    width: fit-content;
}

.flex-main_scr_land img{
    max-width: 100%;
}

.flex-main_scr_land .text_bl{
    max-width: 580px;
    margin-right: 60px;
}

.flex-main_scr_land .text_bl h1{
    color: #D23737;
    margin-bottom: 25px;
    position: relative;
    width: fit-content;
}

.flex-main_scr_land .text_bl h1:after{
    content: '';
    width: 84px;
    height: 1px;
    background: #000;
    position: absolute;
    right: -100px;
    top: 51%;
}

.flex-main_scr_land .text_bl p{
    font-weight: 400;
    font-size: 15px;
    line-height: 19.5px;
    margin-bottom: 25px;
}

.sec2{
    padding: 60px 0;
    text-align: center;
}

.sec2 h2{
    margin-bottom: 20px;
}

.sec2 h2 strong{
    color: #D23737;
}

.sec2 p{
    font-weight: 400;
    font-size: 17px;
    line-height: 22.1px;
    letter-spacing: 0%;
    text-align: center;
}

.sec2 p strong{
    font-weight: 700;
    display: inline-flex;
    position: relative;
}

.sec2 a{
    margin-top: 20px;
}

.sec2 p strong:before{
    content: '';
    width: 100%;
    height: 7px;
    background: url(../img/bg_line.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.sec3{
    position: relative;
    background: url(../img/bg2_landing.png);
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.sec3 .flex_sec{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 40px;
}

.sec3 .flex_sec img{
    max-width: 50%;
}

.right_bl_s3 h3{
    color: #000;
    margin-bottom: 14px;
}

.right_bl_s3 h3 strong{
    color: #D23737;
}


.right_bl_s3 .bl1{
    padding: 16px;
    box-shadow: 0px 0px 4px 0px #00000012;
    max-width: 505px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 15px;
    background: #fff;
    margin-bottom: 60px;
}

.right_bl_s3 .bl2{
    max-width: 505px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 3px;
    padding: 16px;
    background: #423E3E;
    padding: 16px;
    margin-left: 65px;
}
.right_bl_s3 .bl2 p{
    color: #ECECEC;    
}
.right_bl_s3 .bl2 h3{
    color: #ECECEC;    
}

.flex_bl_s4{
    padding: 40px;
    border: 1px solid #ECECEC;
    box-shadow: 0px 10px 60px 0px #262D7614;
    border-radius: 2px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.sec4 h2{
    margin-bottom: 20px;
}
.sec4 h2 strong{
    color: #D23737;
}
.sec4{
    padding-bottom: 60px;
}
.sec4 h3{
    margin-top: 20px;
}

.sec4 ul{
    list-style: disc;
    padding-left: 30px;
}
.flex_bl_s4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}
.flex_bl_s4 .text_bl{
    max-width: 580px;
}

.flex_bl_s4 img{
    max-width: 350px;
}

.sec5{
    position: relative;
    background: url(../img/bg_landing.png);
    padding: 60px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
}

.sec5 h2{
    margin-bottom: 20px;
}

.sec5 .tabs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 20px;
    margin: 20px 0;
}

.sec5 .tabs span{
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color:#D23737;
    background: #fff;
}

.flex_s5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}

.sec5 .flex_s5 .text_bl{
    text-align: left;
}

.sec5 .flex_s5 .text_bl h2{
    position: relative;
    width: fit-content;
}

.sec5 .flex_s5 .text_bl h2:before {
    content: '';
    width: 100%;
    height: 7px;
    background: url(../img/bg_line_long.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.sec5 .flex_s5 img{
    max-width: 406px;
    margin-bottom: 5px;
}
.sec5 .flex_s5 .text_bl{
    max-width: 500px;
}
.sec5 .flex_s5 .text_bl h2:after{
    content: '';
    width: 84px;
    height: 1px;
    background: #000;
    position: absolute;
    right: -100px;
    top: 51%;
}

.sec6{
    position: relative;
    background: url(../img/bg2_landing.png);
    padding: 120px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.flex_sec6{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}

.flex_sec6 .text_bl{
    max-width: 580px;
}

.flex_sec6 .text_bl p{
    margin: 20px 0;
}

.flex_sec6 .text_bl h3{
    position: relative;
    width: fit-content;
}

.flex_sec6 .text_bl h3:before {
    content: '';
    width: 100%;
    height: 7px;
    background: url(../img/bg_line_long.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.flex_sec6 img{
    max-width: 430px;
}

.flex_sec7{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 40px;
    padding: 40px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 10px 60px 0px #262D7614;
    margin-top: -20px;
}

.flex_sec7 .left_bl{
    max-width: 425px;
}

.flex_sec7 .left_bl .tabs{
    display: flex;
    align-items: stretch;
    column-gap: 2px;
    margin-bottom: 20px;
}

.flex_sec7 .left_bl .tabs .tab{
    padding: 8px 6px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #423E3E;
    background: #FAE9E9;
    border-bottom: 2px solid #FAE9E9;
    transition: all .3s ease;
    cursor: pointer;
}

.flex_sec7 .left_bl .tabs .tab:hover{
    background: #D23737;
    color: #fff;
}

.flex_sec7 .left_bl .tabs .tab.active{
    border-bottom: 2px solid #D23737;
}

.slider_lending .swiper-slide{
    padding: 0 85px;
    width: 100%;
}

.slider_lending .swiper-slide img{
    width: 100%;
}

.swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 1px solid #D23737;
    border-radius: 50%;
    background:#FAE9E9;
}

.swiper-button-prev{
    transform: rotate(180deg);
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #D23737;
}

.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path{
    stroke: #fff;
}
.swiper-button-next svg, .swiper-button-prev svg{
    transition: all .3s ease;
    margin-left: 2px;
}

.swiper-button-next.swiper-button-disabled svg path, .swiper-button-prev.swiper-button-disabled svg path {
    stroke: #CCCCCB;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    border-color: #CCCCCB;
    background: rgba(210, 55, 55, 0.08); 
}

.slider_lending .swiper-pagination .swiper-pagination-bullet {
    width: 21px;
    height: 5px;
    border-radius: 3px;
    background: transparent;
    opacity: 1;
    border: 1px solid #D23737
}

.slider_lending .swiper-pagination .swiper-pagination-bullet-active {
    background: #D23637;
}

.slider_lending {
    display: none;
}
.slider_lending.active {
    display: block;
}

.flex_sec7 .right_bl h2{
    color: #D23737;
    margin-bottom: 20px;
}

.flex_sec7 .right_bl h4{
    margin: 20px 0;
}

.flex_sec7 ul{
    list-style: disc;
    padding-left: 30px;
}

.sec_cta{
    padding: 20px 0;
    background: #FAF2E9;
    display: flex;
    margin: 60px 0;
}

.sec_cta .container{
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center;
}

.sec_form{
    padding: 40px 0;
    background: #6E5B5B;
}

.flex_form_sec{
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}

.flex_form_sec .left_bl{
    max-width: 650px;
    color: #fff;
}

.flex_form_sec .left_bl h3{
    margin-bottom: 20px;
}
.flex_form_sec .right_bl{
    width: 60%;
}
.grid_bl{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin: 20px 0 0;
}

.grid_bl .bl{
    word-break: break-word;
}

.grid_bl p strong{
    font-weight: 700;
}

.grid_bl a{
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}

.grid_bl a:hover{
    text-decoration: underline;
}

.landing_form .success{
    color: #fff;
    display: none;
}

.landing_form .input_bl{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 23px;
}

.landing_form .input_bl .label{
    font-weight: 400;
    font-size: 15px;
    line-height: 19.5px;
    color: #787878;
    position: absolute;
    top: 14px;
    left: 15px;
    transition: all .3s ease;
    pointer-events: none;
}

.landing_form .input_bl .label.active {
    top: -20px;
    left: 16px;
    font-size: 9px;
    color: #CCCCCB;
}

.landing_form .input_bl input{
    padding: 12px 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19.5px;
    color: #423E3E;
    background: #F8F8F8;
    width: 100%;
    border: 1px solid #F8F8F8;
}

.landing_form .input_bl input.error{
    border-color: #D23737;
}

.landing_form .input_bl:has(.error) .label{
    color: #D23737;
}

.landing_form .input_bl:has(.error) .label.active {
    top: -20px;
    left: 16px;
    font-size: 9px;
    color: #CCCCCB;
}

.landing_form .msg-error{
    display: none!important;
}

#video_popup video{
    width: 100%;
    height: auto;
    margin-top: 10px;
}


@media (max-width: 992px) {
    .grid_bl {
        grid-template-columns: repeat(1, 1fr);
    }
    .sec5 .flex_s5 img {
        max-width: 280px;
        margin-bottom: 5px;
    }
    .sec5 .tabs {
        column-gap: 10px;
    }

    .sec5 .flex_s5 .text_bl h2:after{
        display: none;
    }
    .flex_sec6 img {
        max-width: 300px;
    }
    .flex_sec7 {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .flex_sec7 .left_bl {
        max-width: 100%;
    }
    .flex_bl_s4 img {
        max-width: 250px;
    }
    .flex_sec7 .left_bl .tabs {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .flex-main_scr_land .btns{
       flex-direction: column;
    }
    .flex_form_sec .right_bl {
        width: 100%;
    }
    .landing_page h1{
        font-weight: 700;
        font-size: 32px;
        line-height: 41.6px;
    }
    .landing_page h2{
        font-weight: 700;
        font-size: 26px;
        line-height: 30.8px;
    }
    .landing_page h3{
        font-weight: 700;
        font-size: 22px;
        line-height: 28.6px;
    }
    .landing_page h4{
        font-size: 18px;
        line-height: 24px;
    }
    .landing_page p{
        font-size: 15px;
        line-height: 24.1px;
    }
    .flex-main_scr_land {
        flex-direction: column;
        margin-top: 20px;
    }
    .flex-main_scr_land .text_bl {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .flex-main_scr_land .text_bl h1 {
        margin: 0 auto 15px;
    }
    .flex-main_scr_land .text_bl h1:after{
        display: none;
    }
    .flex-main_scr_land .img_link{
        width: 100%;
        margin: 20px auto 0;
        max-width: 100%;
    }
    .flex-main_scr_land img {
        max-width: 100%;
        width: 100%;
    }
    .bg_landing_bl {
        padding: 0 0 40px;
    }
    .sec2 {
        padding: 40px 0;
    }
    .sec3 .flex_sec {
        flex-direction: column-reverse;
    }
    .sec3 {
        padding: 40px 0;
    }
    .sec3 .flex_sec img {
        max-width: 100%;
        width: 100%;
    }
    .right_bl_s3 .bl1 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .right_bl_s3 .bl2 {
        margin: 0;
        max-width: 100%;
    }
    .sec4 {
        padding-bottom: 40px;
    }
    .flex_bl_s4 {
        padding: 20px;
        flex-direction: column;
        row-gap: 20px;
    }
    .flex_bl_s4 .text_bl {
        max-width: 100%;
    }
    .sec4 h2 {
        margin-bottom: 15px;
    }
    .sec4 h3 {
        margin-top: 15px;
    }
    .flex_bl_s4 img {
        max-width: 100%;
        width: 100%;
    }
    .sec5 {
        position: relative;
        padding: 40px 0 0;
    }
    .sec5 h2 {
        margin-bottom: 10px;
    }
    .sec5 .tabs {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }
    .sec5 .flex_s5 img {
        max-width: 180px;
        margin-bottom: 0;
        transform: rotate(-4deg);
    }
    .sec2 h2{
        margin-bottom: 10px;
    }
    .sec6 {
        padding: 40px 0;
    }
    .flex_sec6 {
        flex-direction: column;
    }
    .flex_sec6 .text_bl p {
        margin: 10px 0;
    }
    .flex_sec6 img {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }
    .flex_sec7 {
        padding: 20px;
    }
    .flex_sec7 .right_bl h2{
        margin-bottom: 10px;
    }
    .flex_sec7 .right_bl h4 {
        margin: 10px 0;
    }
    .sec_cta {
        margin: 40px 0;
    }
    .flex_form_sec {
        flex-direction: column;
        row-gap: 30px;
    }
}

@media (max-width: 560px) {
    .flex_s5 {
        flex-direction: column-reverse;
    }
    .sec5 .flex_s5 img {
        max-width: 200px;
        margin-bottom: -2px;
        transform: rotate(-4deg);
        margin-top: 20px;
    }
    .sec5 .tabs span {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .flex_sec7 .left_bl .tabs {
        justify-content: flex-start;
        width: 100%;
        overflow: scroll;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    .flex_sec7 .left_bl .tabs::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
    .slider_lending .swiper-slide {
        padding: 0;
    }
    .slider_lending .swiper-button-next,  .slider_lending .swiper-button-prev {
        display: none;
    }
}