

/* 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/lizing-products.scss?174047790310758 */
