

/* Start:/local/templates/ampm/components/bitrix/news.list/slider/style.css?16944211511278*/
.index-page-slider .item + .item:not(.slick-slide) {
    display: none;
}

.index-page-slider .item {
    line-height: 0;
}

@media (max-width: 767px) {
    .index-page-slider .item:not(.slick-slide):nth-child(n+2) {
        display: none;
    }
}

.video-wrapper {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 37.5%;
}

.video-wrapper video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.new-content {
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    box-sizing: border-box;
}

.new-content p {
    line-height: 1.4em;
}

.new-content .button-more {
    width: auto;
    background: white;
    color: black;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    transition: 300ms ease-in-out;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .video-wrapper {
        padding: 0;
    }

    .video-wrapper video {
        position: initial;
    }

    .new-content {
        padding: 10px 5px;
    }
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/news.list/categories/style.css?1684739436532*/
.index-mob-categories__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    padding-bottom: 11px;
    padding-right: 20px;
    padding-left: 20px;
}

.index-mob-categories .item {
    white-space: initial;
}

@media (max-width: 575px) {
    body .index-mob-categories {
        display: block;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        font-size: 0;
        height: 95px;
        padding: 0;
        margin: 20px 0 24px 0;
    }
}
/* End */


/* Start:/local/components/ampm/system.empty/templates/advantages/style.css?17859384091504*/
.advantages {
    margin-bottom: 50px;
}

.advantages__list {
    display: flex;
    gap: 40px
}

.advantages__item {
    flex: 1
}

.advantages-item {
    display: flex;
    gap: 16px
}

.advantages-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #F1F3F4;
}

.advantages-item__desc {
    flex: 1;
}

.advantages-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
    color: #141419;
    margin-bottom: 4px;
}

.advantages-item__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0;
    color: #798897
}

@media (max-width: 991px) {
    .advantages {
        margin-top: 30px;
        margin-bottom: 30px;

        & .wrap{
            padding: 0;
        }
    }

    .advantages__list {
        display: block;
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
        box-sizing: border-box;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .advantages-item {
        display: inline-block;
        white-space: initial;
        width: 160px;
        margin-right: 24px;
    }

    .advantages-item__img {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .advantages-item__desc {
    }

    .advantages-item__title {
        font-size: 13px;
    }

    .advantages-item__text {
        font-size: 11px;
    }
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/catalog.section/extra_index_mobile/style.css?1670918896121*/
@media (max-width: 767px) {
    .index-mob-offers .item:not(.slick-slide):nth-child(n+2) {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/catalog.section/best_index/style.css?168473943674*/
.index-offers .list .item + .item:not(.slick-slide) {
    display: none;
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/catalog.section/extra_index/style.css?1684739436135*/
.index-offers .list .item .bg {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/news.list/collections_index_mobile/style.css?1670918896146*/
@media (max-width: 767px) {
    .index-tabs.collection-container .list > .item:not(.slick-slide):nth-child(n+2) {
        display: none;
    }
}


/* End */


/* Start:/local/templates/ampm/components/bitrix/news.list/collections_index/style.css?168473943658*/
.index-tabs .wrap .tabs > div + div {
    display: none;
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/news.list/preim/style.css?1684739436103*/
.index-services .main-item {
    background-repeat: no-repeat;
    background-position: bottom right;
}
/* End */


/* Start:/local/components/ampm/system.empty/templates/plumbings/style.css?17859384091199*/
.plumbings {
    margin-bottom: 60px;
    margin-top: 50px;
}

.plumbings__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 49px;
}

.plumbings__list {
    display: flex;
    gap: 40px
}

.plumbings__item {
    flex: 1
}

.plumbings-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.plumbings-item__link {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    padding: 40px;
    box-sizing: border-box;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.plumbings-item__title {
    flex: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

@media (max-width: 767px) {
    .plumbings {
    }

    .plumbings__title {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 24px;
    }

    .plumbings__list {
        flex-direction: column;
        gap: 20px;
    }

    .plumbings__item {
    }
    .plumbings-item__link{
        padding: 24px;
    }
}
/* End */
/* /local/templates/ampm/components/bitrix/news.list/slider/style.css?16944211511278 */
/* /local/templates/ampm/components/bitrix/news.list/categories/style.css?1684739436532 */
/* /local/components/ampm/system.empty/templates/advantages/style.css?17859384091504 */
/* /local/templates/ampm/components/bitrix/catalog.section/extra_index_mobile/style.css?1670918896121 */
/* /local/templates/ampm/components/bitrix/catalog.section/best_index/style.css?168473943674 */
/* /local/templates/ampm/components/bitrix/catalog.section/extra_index/style.css?1684739436135 */
/* /local/templates/ampm/components/bitrix/news.list/collections_index_mobile/style.css?1670918896146 */
/* /local/templates/ampm/components/bitrix/news.list/collections_index/style.css?168473943658 */
/* /local/templates/ampm/components/bitrix/news.list/preim/style.css?1684739436103 */
/* /local/components/ampm/system.empty/templates/plumbings/style.css?17859384091199 */
