

/* 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 */


/* Start:/local/templates/.default/styles/partner.scss?174047790326610*/
.banner.partner-detail {
  position: relative;

  .banner-block-img {
    position: relative;
    display: flex;
    justify-content: flex-end;

    img {
      width: 429px;
      max-width: 100%;

      @media screen and (max-width: 1150px) {
        width: 300px;
      }

      @media screen and (max-width: 768px) {
        width: 100%;
      }
    }
  }
  .banner-block-img_flex{
    flex-direction: column;
    justify-content: flex-start;

    .swiper{
      width: 100%;
      padding-bottom: 100px;
    
      // .slider-img img{
      //   width: 100% !important;
      // }

      .swiper-slide a {
        display: block;
        text-decoration: none;
        cursor: pointer;
      }

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

  .banner-block-img::before {
    content: none;
  }

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

    @media screen and (max-width: 768px) {
      flex-direction: column;
    }
  }

  @media screen and (max-width: 768px) {
    padding-bottom: 40px;
  }
}

body {
  background-color: #f8f7f5;
}

.banner.partner-detail::before {
   content: "";
   position: absolute;
   width: 900px;
   height: 100%;
   background-image: url(/local/templates/.default/styles/../images/lk.svg);
   background-repeat: no-repeat;
   top: 100px;
   background-size: contain;
   right: -120px;
}

@media screen and (max-width: 1439px) {
  .banner.partner-detail::before {
    width: 600px;
  }

  .banner_maxw {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .banner.partner-detail::before {
    width: 450px;
    height: 250px;
    bottom: -20px;
    top: auto;
    left: 0;
  }
}

.contact-card__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.contact-card__item {
  display: flex;
  gap: 40px;
  background: #ffffff;
  border: 1px solid rgba(214, 211, 208, 0.2);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 10px;
  padding: 24px;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 32px;
  }

  img {
    width: 150px;
    height: 150px;
    border-radius: 129px;
    overflow: hidden;
    min-width: 150px;

    @media screen and (max-width: 992px) {
      width: 100px;
      height: 100px;
      min-width: 100px;
    }

    @media screen and (max-width: 768px) {
      width: 80px;
      height: 80px;
      min-width: 80px;
    }
  }
}

.contact-card__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #1a2336;
  margin-bottom: 4px;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

.contact-card__item-post {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #1a2336;
  opacity: 0.7;

  @media screen and (max-width: 768px) {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.contact-card__item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: #1a2336;
  opacity: 0.7;
  margin-bottom: 4px;
}

.contact-card__item-mail {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;

  color: #476251;
  margin-bottom: 16px;
  display: block;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.contact-card__item-phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a2336;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.form-block {
  background-color: #a1aca8;

  padding-top: 56px;
  padding-bottom: 80px;
  position: relative;

  @media screen and (max-width: 768px) {
    padding-bottom: 56px;
  }

  .container {
    position: relative;
    z-index: 2;
  }
}

.form-block::before {
  content: "";
  position: absolute;
  background-image: url(/local/templates/.default/styles/../images/p.svg);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  max-width: 700px;
  bottom: 0;
  left: -100px;
}

@media screen and (max-width: 1024px) {
  .form-block::before {
    max-width: 500px;
    background-size: contain;
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .form-block::before {
    content: none;
  }
}

.form-block__wrapper {
  display: flex;
  gap: 22px;
  height: 100%;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 40px;
    height: auto;
  }

  .title {
    max-width: 652px;
    width: 100%;
    margin-bottom: 0;
  }

  .form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  textarea {
    width: calc(100% - 28px);
    height: 212px;
    padding: 14px;

    border-radius: 4px;

    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
    border: 1px solid #c9cdd3;
  }

  .form-flex,
  .mt-30 {
    margin-top: 30px;
  }

  label {
    color: white;

  }

  .form-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.3px;
    max-width: 480px;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 100%;
    color: #ffffff;

    a {
      color: #ffffff;
    }
  }

  .form-block__submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #476251;
    padding: 8px 0;
    width: 205px;
    background-color: white;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  input,
  select {
    height: 23px !important;
  }
}

.banner.partner-detail.partner-detail_before::before {
  top: 65px;
}

@media screen and (max-width: 992px) {
  .banner.partner-detail.partner-detail_before::before {
    bottom: -50px;
    height: 300px;
    top: auto;
  }
}

.banner.partner-detail.partner-detail_before {
  @media screen and (max-width: 992px) {
    padding-bottom: 218px;
  }

  .container {
    position: relative;
    z-index: 2;
  }
}

.partner-detail-cards__blocks {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0,
      1fr);
  gap: 20px;

  @media screen and (max-width: 992px) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  @media screen and (max-width: 575px) {
    grid-template-columns: 1fr;
  }
}

.card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.75px;
  color: #1a2336;
  margin-bottom: 24px;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

.partner-detail-cards__blocks-item {
  /* .Logo Card Base */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 24px;

  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;
  width: 317px;
  max-width: 100%;

  img {
    height: 80px;
    width: 212px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    object-position: center;
  }
}

.partner-detail-cards__wrapper {
  border-top: 1px solid rgba(26, 35, 54, 0.1);
}

.partner-detail-cards__item {
  border-bottom: 1px solid rgba(26, 35, 54, 0.1);
  padding: 20px 0;
  display: flex;
  gap: 88px;
  align-items: center;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
}

.partner-detail-cards__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: rgba(26, 35, 54, 0.5);
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.partner-detail-cards {
  margin-bottom: 80px;
  margin-top: 0 !important;
  padding-top: 80px;
  background-image: url(/local/templates/.default/styles/../images/lizing-bg.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;

  @media screen and (max-width: 992px) {
    margin-bottom: 64px;
    background-image: none;
  }
}

.partner-detail-cards__blocks-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.75px;
  color: #476251;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

.mission__wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 74px;

  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  @media screen and (max-width: 992px) {
    gap: 16px;
  }

  video {
    width: 100%;
    height: 500px;
    object-fit: cover;

    @media screen and (max-width: 992px) {
      height: auto;
    }
  }

  .mission__video {
    position: relative;
    height: 500px;
    cursor: pointer;

    @media screen and (max-width: 992px) {
      height: calc(100% - 5px);
      width: 100%;
    }
  }

  .mission__video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    @media screen and (max-width: 992px) {
      width: 64px;
      height: 64px;
    }
    @media screen and (max-width: 576px) {
      display: none !important;
    }
  }

  .mission__video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.5);
  }

  .play-block.mission__video {
    .mission__video-play {
      display: none !important;
    }
  }

  .play-block.mission__video::before {
    content: none;
  }

  .title {
    margin-bottom: 32px;

    @media screen and (max-width: 992px) {
      margin-bottom: 16px;
    }
  }

  .mission__text {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.3px;
    color: #1a2336;
    opacity: 0.9;

    @media screen and (max-width: 992px) {
      font-size: 18px;
    }
  }
}

.mission {
  padding-top: 80px;
  margin-top: 0 !important;
  background-image: url(/local/templates/.default/styles/../images/lizing-bg.svg);
  background-repeat: no-repeat;
  background-position: right;

  @media screen and (max-width: 992px) {
    padding-top: 56px;
    background-image: none;
  }

  // .mission__wrapper {
  //   padding-bottom: 80px;
  //   // border-bottom: 1px solid #d6d3d0;

  //   @media screen and (max-width: 992px) {
  //     padding-bottom: 56px;
  //   }
  // }
}

.our-values__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
  }

  .our-values__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(214, 211, 208, 0.2);
    border-radius: 10px;
    padding: 32px;

    @media screen and (max-width: 992px) {
      padding: 24px;
    }

    img {
      width: 76px;
      height: 76px;

      @media screen and (max-width: 992px) {
        width: 32px;
        height: 32px;
      }
    }
  }

  .our-values__item_max {
    max-width: 423px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .our-values__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.75px;
    color: #1a2336;

    @media screen and (max-width: 992px) {
      font-size: 18px;
    }
  }

  .our-values__item-text {
    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;
    }
  }
}

.about__item {
  padding: 40px 32px;

  /* Base/White */
  background: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 10px;

  @media screen and (max-width: 992px) {
    padding: 32px 24px;
  }
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 20px;

  @media screen and (max-width: 768px) {
    gap: 16px;
  }
}

.about-list3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.about-list2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.about__item-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.75px;
  color: #ef6079;
  margin-bottom: 16px;

  @media screen and (max-width: 992px) {
    font-size: 32px;
    line-height: 150%;
  }
}

.about__item-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.75px;
  color: #1a2336;

  @media screen and (max-width: 992px) {
    font-size: 18px;
  }
}

.about__item-date {
  margin-top: 8px;

  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.75px;
  color: #1a2336;
  opacity: 0.7;

  @media screen and (max-width: 992px) {
    font-size: 14px;
  }
}

.about-image {
  background-image: url(/local/templates/.default/styles/../images/about-bg.png);
  height: 1148px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  @media screen and (max-width: 992px) {
    height: 800px;
  }

  @media screen and (max-width: 768px) {
    height: 700px;
  }

  .container {
    position: relative;
    height: 100%;
  }

  .about-image__block {
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 48px;
    max-width: 629px;
    width: calc(100% - 48px - 48px);
    position: absolute;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 8px;

    @media screen and (max-width: 992px) {
      padding: 24px;
      bottom: 40px;
      width: calc(100% - 48px - 32px);
    }
  }

  .about-image__block-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 208%;
    letter-spacing: -1px;
    color: #1a2336;

    @media screen and (max-width: 992px) {
      font-size: 20px;
    }
  }

  span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.3px;
    color: #1a2336;
    opacity: 0.9;

    @media screen and (max-width: 992px) {
      font-size: 14px;
    }
  }
}

.career.banner .banner-block-img::before {
  background-image: url(/local/templates/.default/styles/../images/o.svg);
}

.career.banner {
  min-height: 560px;
  overflow: visible;

  @media screen and (max-width: 992px) {
    padding-bottom: 370px;
    overflow: hidden;
  }

  .banner-block-img {
    @media screen and (max-width: 992px) {
      img {
        height: 322px;
      }
    }

    @media screen and (max-width: 768px) {
      position: absolute;

      img {
        bottom: 0;
      }
    }
  }
}

.career.banner .container {
  position: relative;
}

.banner-card {
  position: absolute;

  background: #ffffff;
  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;
  z-index: 3;
  max-width: 766px;
  width: 100%;
  top: calc(100% + 50px);

  @media screen and (max-width: 992px) {
    position: relative;
    max-width: calc(100% - 64px);
    margin-top: 40px;
  }

  @media screen and (max-width: 768px) {
    padding: 24px;
    max-width: calc(100% - 48px);
  }
}

.banner-card__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.75px;
  color: #1a2336;
  margin-bottom: 32px;

  @media screen and (max-width: 768px) {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.career__wrapper {
  padding-bottom: 200px;
  background-image: url(/local/templates/.default/styles/../images/lizing-bg.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;

  @media screen and (max-width: 992px) {
    padding-bottom: 0;
  }
}

.banner-card-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}

.banner-card__item {
  display: flex;
  align-items: center;
  gap: 12px;

  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.35px;
  color: #1a2336;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }

  svg {
    min-width: 24px;
    height: 24px;
  }
}

.job-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 16px;

  .title {
    margin-bottom: 0;
  }
}

.link-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  border: 1px solid #476251;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.2px;
  color: #476251;
  padding: 8px 20px;

  @media screen and (max-width: 768px) {
    width: auto !important;
    justify-content: center;
  }
}

.job-openings-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.job-openings__item {
  background: #ffffff;
  border: 1px solid rgba(214, 211, 208, 0.2);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 10px;
  padding: 32px;

  @media screen and (max-width: 768px) {
    padding: 24px;
  }
}

.job-openings__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1a2336;
  margin-bottom: 24px;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.job-openings__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.job-openings{
  .job-title{
    padding-top: 40px;
  }
}

.job-openings__item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  margin-bottom: 4px;
  color: #1a2336;
  opacity: 0.7;
}

.job-openings__item-sub {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1a2336;
}

.link-button {
  width: fit-content;
}

.job-openings {
  margin-bottom: 80px;

  @media screen and (max-width: 992px) {
    margin-bottom: 64px;
  }
}

.career .banner_maxw {
  @media screen and (max-width: 1439px) {
    max-width: 65%;
  }

  @media screen and (max-width: 992px) {
    max-width: 100%;
  }
}

.job-more.link-button {
  // margin-top: 40px;
  color: #476251;

  border: 1px solid #476251;

}
.job-more.link-button.mob{
margin-top: 30px;
}
.banner.docs {
  background-color: transparent;
  padding-bottom: 40px;
}

.accordion__item-link-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e9eb;
  display: flex;
  gap: 3px;
  justify-content: space-between;

  @media screen and (max-width: 768px) {
    padding-bottom: 16px;
    flex-direction: column;
    gap: 12px;
  }

  span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.3px;
    color: #8d8e90;
    margin-left: 5px;

    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
}

.accordion__item-link-wrapper:nth-last-child(1) {
  border-bottom: none;
}

.accordion__item-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #476251;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.accordion.docs {
  margin-bottom: 80px;

  @media screen and (max-width: 992px) {
    margin-bottom: 64px;
  }
}

.ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
}
html, body{
  height: 100%;
}
#map {
  height: 100%;
  width: 100%;
  // border-radius: 15px;
  // overflow: hidden;
  // margin-bottom: 48px;
  padding-bottom: 100px;
  @media screen and (max-width: 768px) {
    height: 360px;
    padding-bottom: 0px;
    border-radius: 0;
  }
}
.contact-map{
  height: 100%;
    .container{
    height: 100%;
    
    @media screen and (max-width:768px) {
    padding: 0;
    }
  }

}
.contact-form .form-block__wrapper {
  // display: grid;
  // grid-template-columns: 1fr ;
  // gap:  48px;

  // @media screen and (max-width: 768px) {
  //   grid-template-columns: 1fr;
  //   gap: 64px;
  // }
  display: flex;
  flex-direction: column;
}
.contact-form .form-block__wrapper.form-block__wrapper_mob{
  @media screen and (max-width: 768px) {
    flex-direction: column-reverse;
  }
}
.map-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr ;
gap: 0;
  }

}

.contact-info__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.3px;
  color: #1a2336;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }

  svg {
    width: 32px;
    height: 32px;

    @media screen and (max-width: 768px) {
      width: 18px;
      min-width: 18px;
      height: auto;
    }
  }

  a {
    text-decoration: none;
    color: #1a2336;
  }

  a.green {
    color: #476251;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;

  .footer_top-links {
    margin-top: 0;
  }
}

.contact-form {
  // padding-bottom: 86px;

  @media screen and (max-width: 768px) {
    padding-bottom: 64px;
    order: 2;
  }

  .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.75px;
    color: #1a2336;
    margin-bottom: 32px;

    @media screen and (max-width: 768px) {
      font-size: 20px;
    }
  }

  label,
  .form-text {
    color: #1a2336;
  }

  .form-text a {
    color: #476251;
  }

  .form-block__submit {
    background-color: #476251;
    color: white;
  }
}

.line-banner {
  border-right: 1px solid #dbd8d7;
  padding-right: 30px;
}

.partner-banner-flex {
  display: flex;
  gap: 60px;
@media screen and (max-width:992px) {
  flex-direction: column;
  gap: 30px;
}
}

.partner-banner-flex {
  .banner_maxw {
    width: 65%;
    max-width: 65%;

    .banner-text {
      max-width: 753px;
    }
    @media screen and (max-width:992px) {
      width: 100%;
      max-width: 100%;
    }
  }

  .banner-block-img {
  
    .slider-img {
      display: flex;
      gap: 13px;
    }

    img {
      width: 100%;
    }

    .swiper {
      // width: 40%;
      @media screen and (max-width:768px) {
        padding-bottom: 120px;
      }
    }
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: 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;
    }
  }

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

  .banner-block-img {
    margin-top: 48px;
    width: 35%;
    margin-right: 0;
    margin-left: auto;

    @media screen and (max-width:992px) {
      margin-top: 0;
      width: 100% !important;
      min-width: 100%;
      margin-right: 0;
      margin-left: 0;
    .slider-img  img{
    width: 50% !important;
    height: 100%;
      }
    }
  }

  .banner_maxw {
    border-right: 1px solid #e6e2e0;
    padding-right: 30px;
    @media screen and (max-width:992px) {
      border-right:none;
      border-bottom: 1px solid #e6e2e0;
      padding-bottom: 30px;
      width: 100%;
    }
  }
  .partner-logo {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
    object-position: left;
  }
  .swiper-button-prev{
    background-image: url(/local/templates/.default/styles/../images/partner-left.svg);
  }
  .swiper-button-next{
    background-image: url(/local/templates/.default/styles/../images/partner-right.svg);
  }
}

.partner-slider {
  .swiper-slide img {
    border-radius: 8px;
  }
}

.partner-slider-link{
display: flex;
font-weight: 600;
font-size: 20px;
line-height: 120%;
letter-spacing: -0.75px;
color: #476251;
text-decoration: none;
margin: 16px 0 34px;
@media screen and (max-width:992px) {
margin-bottom: 12px;
}
}
.no-before.banner.partner-detail::before{
  content: none;
}
.our-value__item{
  position: relative;
}
.our-value__item::before{
  position: absolute;
  content: attr(data-number);

  height: 100%;
  width: 100%;
  top: -60px;
  left: -56px;
font-weight: 700;
font-size: 180px;
line-height: 130%;
letter-spacing: -1.75px;
color: #AC9C8D;
mix-blend-mode: screen;

}
@media screen and (max-width:768px) {
  .our-value__item::before{
  font-size: 150px;
  top: -40px;
  }
}
.our-value{
background-color: #F0ECE9;
padding-top: 56px;
}
.our-value__wrapper{
  display: grid;
  grid-template-columns: 429px 1fr;
  @media screen and (max-width:768px) {
    grid-template-columns: 1fr;
  }
}
.our-value__text{

font-weight: 400;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.35px;
color: #1A2336;
opacity: 0.7;
position: relative;
z-index: 2;
@media screen and (max-width:768px) {
  font-size: 18px;
}
}
.our-value__title{
margin-bottom:8px;
font-weight: 600;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.75px;
color: #1A2336;
position: relative;
z-index: 2;
@media screen and (max-width:768px) {
  font-size: 18px;
}
}
.our-value-info{
  display: flex;
  flex-direction: column;
  gap: 56px;
  @media screen and (max-width:768px) {
    
    padding-left: 40px;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.our-value__img{
  position: relative;
    bottom: -5px;
    width: 100%;
}
.accordion__item-a{
  display: flex;
  gap: 40px;
}
.partners.partner-detail-img{
  // right: 100px;
  .banner-block-img::before{
    top: 0;
    width: 800px;
    right: 0px;
    // @media screen and () {
      
    // }
  }

  .title-h1{
    position: relative;
    z-index: 2;
  }

  @media screen and (max-width:992px) {
    .banner_maxw{
      max-width: 65%;
    }
    .banner-block-img img{
      width: 60%;
    }
    .banner-block-img::before{
      width: 500px;
    }
  }
  @media screen and (max-width:768px) {
    .banner-block-img::before{
      width: 100%;
    max-width: 400px;
      bottom: 0;
      top: auto;
    }
    .banner-block-img img{
    max-width: 250px;
    }
  }
}
.docs-img{
  background-image: url(/local/templates/.default/styles/../images/lizing-bg-new.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 0;
}

/* End */
/* /local/templates/.default/styles/index.scss?17404779039530 */
/* /local/templates/.default/styles/lizing-products.scss?174047790310758 */
/* /local/templates/.default/styles/partner.scss?174047790326610 */
