

/* Start:/local/templates/.default/styles/index.scss?17404779039530*/
@import '/local/templates/.default/styles/global.scss';

.main-banner {
    margin-top: 80px;
    min-height: 400px;
    background-color: #F0ECE9;
    padding-left: 56px;
    // border-radius: 0px 0px 15px 15px;
@media screen and (max-width:992px) {
    margin-top: 64px;  
    padding-left: 16px;
}
    .swiper,
    .container,
    .swiper-slide {
        height: 400px;
        min-height: 400px;
        @media screen and (max-width:992px) {
            height: auto;
        }
    }
    .swiper-slide {
        @media screen and (max-width:992px) {
        overflow: hidden;
        }
    }
.slider-text{
    max-width: 800px;
    width: 100%;
}
    .slider-btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 155px;

        @media screen and (max-width:768px) {
            bottom: 80px;
            left: 0;
            right: 16px;
            transform: none;
        }
    }
    .swiper-pagination-bullet {
        position: relative;
        background-color: #476251;
        opacity: 1;

        svg circle {
            fill: rgba(0,0,0,0);
            color: rgba(0,0,0,0);
            height: 0;
            width: 0;
            overflow: hidden;
        }
    }

    .swiper-slide {
        display: flex;
        align-items: flex-end;
        @media screen and (max-width:992px) {
            flex-direction: column;
        }
        @media screen and (max-width:768px) {
gap: 38px;
        }

    }

    .swiper-pagination-bullet-active svg circle {
        fill: rgba(0,0,0,0);
        color: rgba(0,0,0,0);
        position: absolute;
        height: 0;
    }

    .swiper-pagination-bullet svg {
        position: absolute;
    }

    .swiper-pagination-bullet-active svg {
        --progress: 0;
        position: absolute;
        left: -4.5px;
        top: -4.5px;
        z-index: 10;
        width: 18px;
        height: 18px;
        stroke-width: 4px;
        stroke: #476251;
        fill: none;
        stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

    .swiper-pagination {
        width: fit-content !important;
        bottom: 40px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        content: none;
    }

}

.slider-text {

    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    padding-bottom: 116px;
    letter-spacing: -1.75px;
    height: fit-content;
    display: flex;
    color: #1A2336;
    width: calc(100% - 429px);
    position: relative;
    z-index: 3;
    @media screen and (max-width:1024px) {
        font-size: 30px;
    }
    @media screen and (max-width:992px) {
       padding-bottom: 0;
       width: 100%;
       padding-top: 88px;
       padding-right: 16px;
       width: calc(100% - 16px);
    }
    @media screen and (max-width:768px) {
        padding-right: 0px;
    }

}

.slider-img {
    position: absolute;
    right: 0;
    bottom: 0;
@media screen and (max-width:992px) {
    position: relative;
    height: 370px;
}
    img {
        position: relative;
        bottom: -5px;
        @media screen and (max-width:992px) {
         height: 100%;
        }
    }
}

.slider-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 580px;
    background-image: url(/local/templates/.default/styles/../images/b.svg);
    right: 40px;
    background-repeat: no-repeat;
    bottom: -40px;
z-index: -5;

}
@media screen and (max-width:992px) {
    .slider-img:before {
    background-size: 380px;
    width: 380px;
   }
}
@media screen and (max-width:575px) {
    .slider-img:before {
    width: 90%;
    right: 0;
    }
   }
.card-img {
    height: 204px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    @media screen and (max-width:992px) {
        height: 180px;
    }
}

.block-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    @media screen and (max-width:768px) {
        grid-template-columns: 1fr 1fr ;
    }
    @media screen and (max-width:575px) {
        grid-template-columns: 1fr  ;
    }
}
.block-card__info-link{
    display: flex;
    padding: 10px;
    background-color: #476251;
    border-radius:  4px;
}
.block-card__item {
    background: #FFFFFF;
    border: 1px solid rgba(214, 211, 208, 0.2);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

.block-card__info {
    padding: 35px 24px 24px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    @media screen and (max-width:992px) {
        padding: 32px 24px 24px;
    }
    .block-card__info-text {
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -0.75px;
        color: #1A2336;
        text-decoration: none;
        @media screen and (max-width:992px) {
            font-size: 20px;
        }
    }
}
.about.advantages-leasing{
    margin-top: 0;
}
.advantages-leasing{
    background-color:  #A1ACA8;
    // border-radius:  15px;
    padding: 56px 0 80px;
    // margin-top: 0 !important;
   
    .subtitle{
        max-width: 715px;
        width: 100%;
font-weight: 500;
font-size: 20px;
line-height: 150%;

letter-spacing: -0.35px;
color: #FFFFFF;
@media screen and (max-width:992px) {
    max-width: 100%;
    font-size: 18px;
        }
    }
    .title {
        margin-bottom: 0;
    }
    .title-block{
        margin-bottom: 64px;
        @media screen and (max-width:992px) {
            margin-bottom: 32px;
        }

    }
}

.advantages-leasing-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    @media screen and (max-width:575px) {
        grid-template-columns: 1fr ;
    }
}
.advantages-leasing__item{
    background-color: white;
    border-radius: 10px;
    padding: 32px;
    display: flex;
    gap: 40px;
    @media screen and (max-width:992px) {
        flex-direction: column-reverse;
        gap: 0px;
        padding: 16px;
    }
}
.advantages-leasing__item-img{
    width: 160px;
    height: 160px;
    object-fit: cover;
    @media screen and (max-width:992px) {
        width: 80px;
        height: 80px;
    }
}
.advantages-leasing__item-text{
    display: flex;
    flex-direction: column;
}
.advantages-leasing__item-title{

font-weight: 600;
font-size: 20px;
line-height: 150% ;
letter-spacing: -0.75px;
color: #1A2336;
margin-bottom: 8px;
@media screen and (max-width:992px) {
    font-size: 18px;
}
}
.advantages-leasing__item-subtitle{

font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.35px;
color: #1A2336;
opacity: 0.7;
@media screen and (max-width:992px) {
    font-size: 14px;
}
}
.button{
    transition: all  0.15s ease-in-out ;
}
.button:hover{
    transition: all  0.15s ease-in-out ;
    box-shadow: inset 4px 4px 14px rgba(0, 0, 0, 0.25),
    inset -4px -4px 14px rgba(255, 255, 255, 0.25);
}
.lizing-product__item{
position: relative;
height: 237px;
box-sizing: border-box;
background: #FFFFFF;
border: 1px solid rgba(161, 172, 168, 0.2);
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
border-radius: 10px;
padding: 32px;
display: flex;
justify-content: space-between;
flex-direction: column;
@media screen and (max-width:1024px) {
    padding: 20px;
    height: 200px;
}
@media screen and (max-width:575px) {
    height: auto;
    gap: 48px;
}
}
.lizing-product-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    @media screen and (max-width:768px) {
        grid-template-columns: 1fr 1fr ;
    }
    @media screen and (max-width:575px) {
        grid-template-columns: 1fr ;
    }
}
.lizing-product__item:after{
    background-image: url(/local/templates/.default/styles/../images/word-1.svg);
    content: '';
    width: 200px;
    height: 100%;
    position: absolute;
    right: 20px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
 

}
@media screen and (max-width:1024px) {
    .lizing-product__item:after{
    background-size: 100px;
    width: 100%;
    right: 0;
    width: 100px;
    }
}
.lizing-product__item:nth-child(2):after{
    background-image: url(/local/templates/.default/styles/../images/word-2.svg);

}
.lizing-product__item:nth-child(3):after{
    background-image: url(/local/templates/.default/styles/../images/word-3.svg);

}
.lizing-product__item:nth-child(4):after{
    background-image: url(/local/templates/.default/styles/../images/word-4.svg);

}
.lizing-product__item:nth-child(5):after{
    background-image: url(/local/templates/.default/styles/../images/word-5.svg);

}
.lizing-product__item:nth-child(6):after{
    background-image: url(/local/templates/.default/styles/../images/word-6.svg);

}
.lizing-product__item-title{
font-weight: 600;
font-size: 24px;
line-height: 130%;
letter-spacing: -0.75px;
color: #1A2336;
max-width: 285px;
@media screen and (max-width:1024px) {
    font-size: 20px;
}
}
.lizing-product__item-link{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.2px;
color: white;
border: 1px solid #A1ACA8;
border-radius: 4px;
padding: 8px 20px;
width: fit-content;
cursor: pointer;
background-color: #476251;
@media screen and (max-width:992px) {
    font-size: 14px; 
    max-width: 100%;
    width: calc(100% - 40px);
    justify-content: center;
}
path{
    stroke: white;
}
}

.privacy{
   padding: 40px 0;
   ul{
    line-height: 190%;
   }

}
/* End */


/* Start:/local/templates/.default/styles/lizing-products.scss?174047790310758*/
@import '/local/templates/.default/styles/global.scss';


.accordion-list{
display: flex;
flex-direction: column;
gap: 24px;
}
.accordion__item{

background: #FFFFFF;
border: 1px solid rgba(214, 211, 208, 0.2);
box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
border-radius: 10px;
padding: 36px 32px 0px ;
@media screen and (max-width:992px) {
    padding: 24px 24px 0px ;
        }
}
.accordion__item-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 36px;
    @media screen and (max-width:992px) {
 padding-bottom: 24px;
 gap: 16px;
            }
}
.accordion__item-button{
    width: fit-content;
    background-color:  #476251;
    width: 24px;
    height: 24px;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    @media screen and (max-width:992px) {
padding: 4px;
    }
}
.accordion__item-title{
font-weight: 600;
font-size: 24px;
line-height: 130%;
letter-spacing: -0.75px;
color: #1A2336;
@media screen and (max-width:992px) {
    font-size: 20px;
}

}
.accordion__item-hidden{
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    @media screen and (max-width:768px) {
        padding-bottom: 32px;
    }
}
.accordion__item-hidden-text{
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: -0.4px;
color: #1A2336;
opacity: 0.7;
@media screen and (max-width:768px) {
    font-size: 14px;
}
}
.young-company{
    background-color: #A1ACA8;
    // border-radius: 15px;
    overflow: hidden;
    padding: 56px 0 80px;
    position: relative;
    @media screen and (min-width:1441px) {
        padding-bottom: 140px;
    }
    @media screen and (max-width:575px) {
        padding-bottom: 0;
    }
    .container{
        position: relative;
        z-index: 2;
    }
}
.young-company__wrapper{
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 20px;
    @media screen and (max-width:992px) {
        grid-template-columns:  1fr;
        padding-bottom: 300px;
        gap:0;
    } 

}
.young-company_right{
    display: flex;
    flex-direction: column;
    gap: 16px;
    @media screen and (max-width:992px) {
        gap: 0;
    }
}
.young-company__text{
font-weight: 500;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.35px;
color: #FFFFFF;
@media screen and (max-width:992px) {
    font-size: 18px;  
}
}
.young-company__img{
    position: relative;
    left: 80px;
    bottom: -80px;
    position: absolute;
    @media screen and (min-width:1441px) {
        bottom: -140px;
    }
    @media screen and (max-width:992px) {
      height: 348px;
       left: 50%;
       transform: translateX(-50%);
    }
    @media screen and (max-width:575px) {
        width: 360px;
        bottom: 0;
    }
}
.young-company__character{
    position: absolute;
    left: -100px;
    bottom: -100px;
    @media screen and (max-width:575px) {
        width: 460px;
        bottom: 0;
    }  
}
.lizing-block{
    background-image: url(/local/templates/.default/styles/../images/lizing-bg.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.lizing-block__wrapper{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #EAEBF0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
    border-radius: 5px;
    @media screen and (max-width:768px) {
        
    }
}
.lizing-block__item{
    display: grid;
 grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 26px 32px;
    align-items: center;
    border-bottom: 1px solid #EAEBF0;
    @media screen and (max-width:768px) {
        grid-template-columns: 1fr;
        gap:0;
        padding: 0;
        border-bottom: none;
    }
}
.lizing-block__item:nth-last-child(1){
border-bottom: none;
}
.lizing-block__item-elem{
    display: flex;
    align-items: center;
gap: 12px;
font-weight: 500;
font-size: 18px;
line-height: 156% ;
color: #1A2336;
@media screen and (max-width:768px) {
    padding: 16px 32px;
    border-bottom: 1px solid #EAEBF0;
    font-size: 16px;
}
}

.lizing-block__item-elem svg {
    flex-shrink: 0;
}
@media screen and (max-width:768px) {
    .lizing-block__item:nth-last-child(1) .lizing-block__item-elem:nth-last-child(1){
        border-bottom: none;
    }
}
.partners-programm{
    background-color: #A1ACA8;
    padding: 56px 0 80px;
    // border-radius: 15px;
    @media screen and (max-width:768px) {
        position: relative;
        padding-bottom: 136px;
    }
}
.partners-programm_top{
    display: flex;
align-items: center;
justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
    h2.title{
        margin-bottom: 0;
    }
}
.partners-programm_top-link{
    display: flex;
    align-items: center;
font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.2px;
color: #FFFFFF;
text-decoration: none;
gap: 8px;
padding: 8px 20px;
border-radius: 4px;
border: 1px solid white;
@media screen and (max-width:768px) {
    position: absolute;
    bottom: 56px;
    width: calc(100% - 40px - 32px);
    justify-content: center;

}
}
.partners-programm_bottom{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    @media screen and (max-width:1024px) {
        grid-template-columns: 1fr 1fr ; 
    }
    @media screen and (max-width:575px) {
        grid-template-columns: 1fr  ; 
        gap: 16px;
    }
}
.lizing-block.section{
    margin-top: 0;
    padding-top: 80px;
    @media screen and (max-width:992px) {
        padding-top: 56px;
    }
}
.partners-programm__card{
    background-color: white;
    border-radius: 10px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
   justify-content: center;
   text-decoration: none;
   img{
    height: 80px;
    width: auto;
        object-fit: contain;
        margin-bottom: 16px;
   }
}
.partners-programm__card-title{
    text-align: center;
    margin-bottom: 10px;

font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: -0.75px;
color: #476251;
}
.partners-programm__card-subtitle{

font-weight: 500;
font-size: 14px;
line-height: 157%;
text-align: center;
color: #1A2336;
opacity: 0.7;
}
.leasing-conditions__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    @media screen and (max-width:768px) {
        grid-template-columns: 1fr ;
    }
}
.leasing-conditions__item{
    /* .Features Base */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 32px;
gap: 16px;

background: #FFFFFF;
border: 1px solid rgba(214, 211, 208, 0.2);
box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
border-radius: 10px;
// img{
//     width: 52px;
//     height: 52px;
// }
}
.leasing-conditions__item-text{
    text-align: center;
font-weight: 600;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.75px;
color: #1A2336;
@media screen and (max-width:768px) {
    font-size: 18px;
}
}
.partners.banner .banner-block-img::before{
    background-image: url(/local/templates/.default/styles/../images/lk.svg);
    top: 0;
}
@media screen and (max-width:768px) {
    .partners.banner .banner-block-img::before{
    bottom: 0px;
    background-position-y: center;
    }
}
.text-line__wrapper{
    display: flex;
    gap: 32px;
    @media screen and (max-width:768px) {
        gap: 24px;
    }
}
.text-line{
    .line{
    width: 10px;
    background-color:  #476251;
    height: auto;
}
}

.text-line__info{
    width: 100%;
    max-width: 1067px;

font-weight: 600;
font-size: 24px;
line-height: 140%;
letter-spacing: -0.75px;
color: #1A2336;
@media screen and (max-width:768px) {
    font-size: 20px;
}

}
.programm-card {
margin-bottom: 80px;
@media screen and (max-width:992px) {
    margin-bottom: 64px;
}
}
.programm-card__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    @media screen and (max-width:992px) {
        gap: 16px;
    }
    @media screen and (max-width:768px) {
        grid-template-columns: 1fr ;
    }
}
.programm-card_item{
padding: 32px;
background: #FFFFFF;
border: 1px solid rgba(214, 211, 208, 0.2);
box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
border-radius: 10px;
display: flex;
flex-direction: column;
gap: 40px;
justify-content: space-between;
@media screen and (max-width:768px) {
    padding: 24px;
}

}
.programm-card_item-title{
font-weight: 600;
font-size: 24px;
line-height: 130%;
letter-spacing: -0.75px;
color: #1A2336;
@media screen and (max-width:768px) {
    font-size: 20px;   
}
}
.programm-card_item-link:hover{
    transition: all  0.15s ease-in-out ;
    box-shadow: inset 4px 4px 14px rgba(0, 0, 0, 0.25),
    inset -4px -4px 14px rgba(255, 255, 255, 0.25);
}
.programm-card_item-link{
    background-color:   #476251;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
color: white;
    border-radius: 4px;
    text-decoration: none;
    padding: 8px 20px;

font-weight: 500;
font-size: 16px;
line-height:  150%;
letter-spacing: -0.2px;
transition: all  0.15s ease-in-out ;

@media screen and (max-width:768px) {
    width: calc(100% - 48px);
 justify-content: center;
}
path{
    stroke: white;
}
}
.partners .banner-block-img {
    img{
       @media screen and (max-width:768px) {
    bottom: -30px;
} 
    }

}

  

.banner.partners{
    @media screen and (max-width:768px) {
        padding-bottom: 0;
    }
}

.swiper-partners{
    .swiper-pagination-bullet {
        position: relative;
        background-color: white;
        opacity: 1;
    
        svg circle {
            fill: rgba(0,0,0,0);
            color: rgba(0,0,0,0);
            height: 0;
        }
    }
    .swiper-pagination-bullet-active svg circle {
        fill: rgba(0,0,0,0);
        color: rgba(0,0,0,0);
        position: absolute;
        height: 0;
    }
    
    .swiper-pagination-bullet svg {
        position: absolute;
    }
    
    .swiper-pagination-bullet-active svg {
        --progress: 0;
        position: absolute;
        left: -4.5px;
        top: -4.5px;
        z-index: 10;
        width: 18px;
        height: 18px;
        stroke-width: 4px;
        stroke: white;
        fill: none;
        stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }
    
    .swiper-pagination {
        width: fit-content !important;
        bottom: 10px !important;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: none;
    }
    .swiper-wrapper{
        padding-bottom: 80px;
    }
    .swiper-button-next, .swiper-button-prev{
        bottom: 0;
    }
}
.empty-list{
    flex-direction: column;
    gap: 16px;

font-weight: 400;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.3px;
color: #1A2336;
opacity: 0.9;
@media screen and (max-width:768px){
    font-size: 18px; 
}
}
/* End */
/* /local/templates/.default/styles/index.scss?17404779039530 */
/* /local/templates/.default/styles/lizing-products.scss?174047790310758 */
