

/* 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 */
/* /local/templates/.default/styles/index.scss?17404779039530 */
