

/* Start:/local/templates/ampm-multilang/components/bitrix/catalog/main_new/style.css?17321106355079*/
.catalog {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.catalog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog__head h1 {
    flex: 1;
    margin-right: 50px;
    margin-bottom: 20px;
}

.catalog__sort {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.catalog__sort-title {
    color: var(--main-color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.catalog__sort-select {
}

.catalog__wrap {
    display: flex;
    border-top: 1px solid #eee;
}

.catalog__filter {
    position: relative;
    width: 292px;
    border-right: 1px solid #eee;
}

.catalog__filter-wrap {
    width: 292px;
}

.catalog__products {
    flex: 1;
}

.mob-block {
    display: none;
    border-top: 1px solid #eee;
}

.mob-block__list {
    display: flex;
}

.mob-block__item {
    position: relative;
    width: 50%;
    height: 109px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #555;
}

.mob-block__item:last-child {
    padding-left: 10px;
    border-left: 1px solid #E4E7EA;
}

.mob-block__item:first-child {
    border-right: 1px solid #E4E7EA;
}

.mob-block__title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--main-color-black);
    margin-bottom: 4px;
}

.mob-block__title svg {
    margin-left: 12px;
}

.mob-block__title:before {
    content: attr(data-count);
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 15px;
    height: auto;
    line-height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D61E3D;
    top: -2px;
    left: 50%;
}

.mob-block__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 12px 8px 0;
    text-decoration: underline;
    font-size: 12px;
    color: var(--main-color-black);
}

.mob-block__btn:hover {
    text-decoration: none;
}

/*mob sort*/
.mob-sort {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 34px 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    z-index: 100;
    transition: all 0.2s ease-in-out;
}

.mob-sort.active {
    display: block;
}

.mob-sort__close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
    background: transparent;
    margin: 0;
    padding: 0;
}

.mob-sort__close svg {
    width: 16px;
}

.mob-sort a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-decoration: none;
    padding: 0 20px;
}

.mob-sort a.active {
    background: #eee;
}

.filter__header {
    position: relative;
    text-align: center;
    background: #eee;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.filter__close {
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    top: 15px;
    right: 10px;
}

.filter__close svg {
    width: 16px;
}

.seo-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    &.open {
        display: block;
    }
}

.seo-text__open {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 13.2px;
    color: #7A7A7A;
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
}

@media (max-width: 991px) {
    .catalog__sort,
    .catalog__filter {
        display: none;
    }

    .catalog__wrap,
    .mob-block {
        display: block;
    }

    .mob-block {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 4;
        transition: top 0.3s linear;
    }

    .open-head .mob-block {
        top: 50px;
    }

    .catalog__filter,
    .catalog__filter-wrap {
        width: 100%;
    }

    .catalog__head h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .catalog__filter {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 100;
        height: calc(100vh - 50px);
        overflow: hidden;
        flex-direction: column;
        transition: all 0.2s ease-in-out;
    }

    .catalog__filter.active {
        display: flex;
    }

    .catalog__filter-wrap {
        height: 100%;
        overflow-y: auto;
        padding: 16px 10px;
    }

    .seo-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        -webkit-line-clamp: 5;
    }
}

.product-service {
    padding: 30px 0;
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736*/
.breadcrumb {
    padding-top: 20px;
    height: 36px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 40px;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    color: var(--main-color-gray);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.breadcrumb__item--link {
    position: relative;
    padding-right: 17px;
}

.breadcrumb__item--link:before {
    content: '';
    position: absolute;
    right: 9px;
    width: 1px;
    height: 8px;
    background: var(--main-color-gray);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/catalog.section.list/main_new/style.css?17321106351528*/
.product-service {
    padding: 30px 0;
}


.categories {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px 20px;
    overflow: hidden;
}

.category {
    position: relative;
    display: inline-block;
    width: calc(25% - 4px);
    margin: 0 2px 4px;
    overflow: hidden;
}

.category picture {
    font-size: 0;
    line-height: 0;
}

.category__img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 397/260;
}

.category__desc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
}

.category__fon {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #fff;
    background: #1D1D1D99;
}

.category__link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.category__childs {
    display: none;
    padding-top: 4px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
}

.category:hover .category__childs {
    display: block;
}

@media (max-width: 1299px) {
    .category {
        width: calc(100% / 3 - 4px);
    }
}

@media (max-width: 991px) {
    .category__childs {
        display: none;
    }

    .category__fon {
        font-size: 12px;
        line-height: 15.6px;
    }
}

@media (max-width: 767px) {
    .category {
        width: calc(100% / 2 - 4px);
    }

    .category__desc {
        width: auto;
        padding: 10px;
    }

    .category:hover .category__childs {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/product_block_service/style.css?17321106353200*/
.product-services__scroll {
    /*height: 154px;*/
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.product-services__list {
    display: flex;
    justify-content: space-between;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /*padding-bottom: 40px;*/
}

.product-services__item {
    max-width: 220px;
    width: 100%;
}


.product-services__item:not(:last-child){
    margin-right: 10px;
}

.product-services__item--first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.3) 100%), url(/local/templates/ampm-multilang/components/ampm/system.empty/product_block_service/./images/background.webp) no-repeat right top;
    background-size: contain;
    padding: 13px 18px 10px 17px;
}

.product-services__item-ico {
    line-height: 0;
    margin-bottom: 8px;
}

.product-services__item-ico svg {
    width: 22px;
    max-height: 22px;
}

.product-services__item-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 4px;
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    white-space: initial;
}

.product-services__item--first .product-services__item-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--main-color-gray);
    background: initial;
    -webkit-text-fill-color: initial;
}

.product-services__item--first .product-services__item-desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.product-services__item:nth-child(1) .product-services__item-name {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(2) .product-services__item-name {
    background: linear-gradient(to bottom, #50d1f1, #074fb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(3) .product-services__item-name {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(4) .product-services__item-name {
    background: linear-gradient(to bottom, #ff566d, #d61e3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(5) .product-services__item-name {
    background: linear-gradient(to bottom, #5f86ec, #7c4cb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1350px) {
    .product-services__item {
        width: 220px;
    }
    .product-services__item:not(:last-child){
        margin-right: 45px;
    }
}

@media (max-width: 991px) {
    .product-service{
        margin-right: -10px;
        padding: 20px 0;
    }

    .product-services__item {
        width: 185px;
        min-width: 185px;
    }
    .product-services__item:not(:last-child){
        margin-right: 12px;
    }
}
/* End */
/* /local/templates/ampm-multilang/components/bitrix/catalog/main_new/style.css?17321106355079 */
/* /local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.section.list/main_new/style.css?17321106351528 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/product_block_service/style.css?17321106353200 */
