

/* Start:/local/templates/turizm2022_v2/components/bitrix/news.detail/car_tourism/style.css?17503247664787*/
.route_car__detailed-slider-main,
.route_car__detailed-slider-thumb {
    width: 100%;
    padding-bottom: 0
}

.route_car__detailed-slider-main .splide__slide,
.route_car__detailed-slider-thumb .splide__slide {
    border-radius: 9px
}

.route_car__detailed-slider-main img,
.route_car__detailed-slider-thumb img {
    border-radius: 9px
}

.route_car__detailed-slider-main .splide__arrow {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.route_car__detailed-slider-main .splide__arrow--prev {
    left: 1rem
}

.route_car__detailed-slider-main .splide__arrow--next {
    right: 1rem
}

.route_car__detailed-slider-main .splide__arrow:focus-visible,
.route_car__detailed-slider-main .splide__arrow:hover {
    color: var(--backColor)
}

.route__detailed-addit-link{
    color: #1d1725;
}


.animate_op {
    opacity: 0;
    transform: translateY(20px);
}

.animate_op.element-show {
    opacity: 1;
    transition: all 1.5s;
    transform: translateY(0%);
}



.hidden-element {
    display: none;
}

.menu-img-hidden {
    display: none;
}

.route__detailed-info {
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
}

.route__detailed-info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    border: 1px solid var(--backColor);
}

.route__detailed-body::after {
    display: none !important;
}

.route__detailed-info-list {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    gap: 10px;
}

.route__detailed-info-list * {
    font-size: 14px;
}

/* .route__detailed-info-list::before {
    content: '';
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 150px;
    width: 100%;
    background: linear-gradient(0deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 54%, rgba(247, 247, 247, 0) 100%);
} */

.route_detaild__bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.routes__list {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
    padding: 3px 0;
    display: flex;
    align-items: center;
}

.routes__list i {
    font-size: 20px;
    margin-right: 7px;
    margin-top: -3px;
    background-color: #efefef;
    --size: 45px;
    min-width: var(--size);
    height: var(--size);
    width: var(--size);
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
}

.routes__list img {
    max-width: 27px;
    max-height: 27px;
    width: 100%;
    height: 100%;
}

.route__detailed-info-list__bottom {
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 16px; */
    /* right: inherit; */
    /* z-index: 50; */
    margin: auto;
    /* transform: translateX(-50%); */
}

@media all and (max-width: 767px) {
    .route__detailed-info {
        display: block !important;
    }

    .route__detailed-info-list {
        margin-top: 20px;
    }

    .route__detailed-info-list__bottom a {
        white-space: nowrap;
    }

    .animate_op{
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .route__detailed-side {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .route__detailed-side h4{
        font-size: 18px;
        line-height: 1.2;
    }

    .routes__list{
        font-size: 12px;
        margin-bottom: 6px;
    }

    .routes__list img{
        max-width: 20px;
        max-height: 20px;
    }

    .route__detailed-addit .route__detailed-addit-icon>img{
        max-width: 20px;
        max-height: 20px;
    }

    .routes__list i{
        --size: 37px;
    }

    span.route__detailed-addit-icon{
        --size: 37px;
        margin-right: 7px;
        margin-top: -3px;
    }

    .route__detailed-info-list{
        display: block !important;
    }

    .route__detailed-info-list__bottom{
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .route__detailed-addit-text{
        font-size: 12px !important;
    }

    .route__detailed-addits{
        margin: 0 0 6px !important;
    }
}

/* End */
/* /local/templates/turizm2022_v2/components/bitrix/news.detail/car_tourism/style.css?17503247664787 */
