

/* Start:/local/templates/flyaway_digital25/components/bitrix/catalog/flyaway/style.css?17004180712749*/
.aroundfilter {
    padding: 0;
    margin: 0;
    position: sticky;
    top: 110px;
}

.wrapper .sidebar-wrap .page-title,
.wrapper .sidebar-wrap>.content,
.wrapper .sidebar-wrap>.fixsidebar {
    margin-left: 0;
    float: unset;
}

.page-title {
    grid-area: pageTitle;
}

.fixsidebar {
    grid-area: sidebar;
}

.content {
    grid-area: content;
}

.wrapper .sidebar-wrap {
    display: grid;
    padding-left: 10px;
    grid-template-columns: 310px 1fr;
    /* direction: rtl; */
    grid-template-areas:
        "sidebar pageTitle"
        "sidebar content";
    grid-gap: 2rem;
    overflow: unset;
}

.wrapper {
    overflow: unset !important;
}

.informer.compare_hidden {
    top: -999px;
}

.service_advantages_wrapp .features__img {
    height: 64px;
}

.service_advantages_wrapp .features__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service_advantages_wrapp .features.one-row .features__description {
    font-size: 16px;
    line-height: 22px;
}

.newsdetail .service_advantages_wrapp .features.one-row .features__description {
    height: auto;
}

.service_advantages_wrapp .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px;
}

.service_advantages_wrapp .features::before,
.service_advantages_wrapp .features::after {
    content: none;
}

.service_advantages_wrapp .features__data {
    max-width: 370px;
    margin: 20px auto 0;
}

.service_advantages_wrapp .features.one-row>.item {
    width: 30%;
    margin-bottom: 15px;
}

@media screen and (max-width: 1540px) {
    .service_advantages_wrapp .features.one-row>.item {
        width: 49%;
    }

    .service_advantages_wrapp .features__data br {
        display: none !important;
    }
}

@media screen and (max-width: 1470px) {
    .service__interes__item {
        width: 25%;
    }
}

@media screen and (max-width: 739px) {
    .service_advantages_wrapp .features__img {
        height: 50px;
    }

    .service_advantages_wrapp .features__title {
        font-size: 16px;
        line-height: 18px;
    }

    .service_advantages_wrapp .features.one-row .features__description {
        font-size: 14px;
        line-height: 17px;
    }

    .service_advantages_wrapp .features__data {
        margin: 10px auto 0;
    }

    .newsdetail .owl-carousel .owl-stage-outer {
        margin: 0 !important;
    }

    .service_zamer {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper .sidebar-wrap {
        grid-template:
            "pageTitle"
            "sidebar"
            "content";
    }
}
/* End */
/* /local/templates/flyaway_digital25/components/bitrix/catalog/flyaway/style.css?17004180712749 */
