/*Блоки посадочных страниц.-НАЧАЛО-*/
.section-rich {
    margin-bottom: 50px;
}
.section-rich>*:last-child {
    margin-bottom: 0;
}
.section-rich__gallery__slider {
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-bottom: 80px;
}
.section-rich__gallery__slider.slick-initialized {
    opacity: 1;
}
.section-rich__gallery__slider .slick-list{
    border-radius: 8px;
}
.section-rich__gallery__slider .slick-track{
    margin: 0 -10px;
}
.section-rich__gallery__slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.section-rich__gallery__slide {
    padding: 0 10px;
}
.section-rich__gallery__slider .slick-prev,
.section-rich__gallery__slider .slick-next {
    z-index: 10;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    right: 0;
    left: auto;
}

.section-rich__gallery__slider .slick-prev {
    right: 80px;
}

.section-rich__gallery__slider .slick-prev::before,
.section-rich__gallery__slider .slick-next::before {
    width: 60px;
    height: 60px;
    content: "";
    display: block;
    opacity: 1;
}
.section-rich__gallery__slider .slick-prev::before{background: url('/local/templates/tic-bootstrap-25/assets/img/landing_block/slick-icon-left.svg') 0 0 no-repeat;}
.section-rich__gallery__slider .slick-next::before{background: url('/local/templates/tic-bootstrap-25/assets/img/landing_block/slick-icon-right.svg') 0 0 no-repeat;}
.section-rich__gallery__slider .slick-prev:hover::before,
.section-rich__gallery__slider .slick-next:hover::before {
    opacity: 0.2;
}
.section-rich__text{
    margin-bottom: 2rem;
}
.section-rich__text h3{
    font-size: 2rem;
    margin-bottom: 1rem;
    text-wrap: balance;
}
.section-rich__params{
    border-radius: 8px;
    background-color: #E3E9FF;
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.section-rich__params-item{
    width: 240px;
}
.section-rich__params-item__title{
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1;
    margin-bottom: 5px;
}
.section-rich img.section-rich__big-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .section-rich img.section-rich__big-img{
        height: 340px;
    }
    .gallery__slide img {
        height: 200px;
    }
    .section-rich__params,
    .section-rich img.section-rich__big-img{
        margin-bottom: 20px;
    }
    .section-rich__gallery__slider .slick-prev{
        right: 70px;
    }
    .section-rich__params{
        padding: 20px;
    }
}
@media screen and (max-width: 520px){
    .section-rich img.section-rich__big-img{
        height: 300px;
    }
    .gallery__slide {
        padding: 0;
    }
}
/*Блоки посадочных страниц.-КОНЕЦ-*/