

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

.catalog__head {
    display: block;
    margin-top: 8px;
    margin-bottom: 24px;
}

.catalog__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    flex: 1 1 auto;
    min-width: 0;
}

.catalog__head h1 {
    flex: 0 1 auto;
    margin: 0;
    color: #1A1A1A;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
}

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

.catalog__sort-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.catalog__sort-title {
    display: none;
}

.catalog__sort-select {
}

.catalog__wrap {
    display: flex;
    border-top: 0;
}

.catalog__filter {
    position: relative;
    width: 292px;
    border-right: 0;
    padding-top: 0;
}

.catalog__filter-wrap {
    width: 292px;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.catalog__products {
    flex: 1;
}

.catalog-sections {
    padding-right: 23px;
}

.catalog-sections__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-sections__item--level-1:not(:last-child) {
    margin-bottom: 32px;
}

.catalog-sections__children {
    margin-top: 8px;
    padding-left: 24px;
}

.catalog-sections__children .catalog-sections__item:not(:last-child) {
    margin-bottom: 16px;
}

.catalog-sections__link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
}

.catalog-sections__link:hover {
    color: #1A1A1A;
}

.catalog-sections__link--parent {
    padding: 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}

.catalog-sections__link--parent.active {
    color: #fff;
    background: #1D1D1D;
}

.catalog-sections__link.active:not(.catalog-sections__link--parent) {
    font-weight: 700;
}

.catalog-sections__count {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    opacity: .72;
}

.catalog-sections + .bx-filter {
    margin-top: 32px;
}

.mob-block {
    display: none;
}

.mob-block__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mob-block__item {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1A1A1A;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
}

.mob-block__item--sort {
    justify-content: flex-start;
    min-width: 0;
    font-size: 14px;
    line-height: 100%;
}

.mob-block__sort-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mob-block__sort-icon {
    flex: 0 0 auto;
    margin-left: 14px;
}

.mob-block__item--filter {
    justify-content: flex-end;
    font-size: 16px;
    line-height: 100%;
}

.mob-block__filter-icon {
    flex: 0 0 auto;
    margin-right: 4px;
}

.mob-block__item--filter:after {
    content: attr(data-count);
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border-radius: 50%;
    background: #1A1A1A;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.mob-block__item--filter[data-count]:after {
    display: inline-flex;
}

/*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;
        margin-bottom: 27px;
    }

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

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

    .catalog-sections {
        padding: 0;
    }

    .catalog-sections__item--level-1:not(:last-child) {
        margin-bottom: 20px;
    }

    .catalog-sections__children {
        padding-left: 16px;
    }

    .catalog__head h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 110%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .catalog__head,
    .catalog__title-row {
        display: block;
    }

    .catalog__sort-row {
        display: none;
    }

    .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;
        position: static !important;
    }

    .seo-text {
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 150% !important;
        max-height: calc(13px * 1.5 * 5);
        -webkit-line-clamp: unset;
        -webkit-box-orient: initial;
    }

    .seo-text * {
        line-height: inherit !important;
    }

    .seo-text p,
    .seo-text div {
        margin-top: 0;
    }

    .seo-text.open {
        max-height: none;
    }
}

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

/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/breadcrumb/main/style.css?1732117834736*/
.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-redesign/components/bitrix/catalog.section.list/main_new/style.css?17321178341528*/
.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-redesign/components/ampm/system.empty/product_block_service/style.css?17321178343200*/
.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-redesign/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-redesign/components/bitrix/catalog/main_new/style.css?17778269277364 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/breadcrumb/main/style.css?1732117834736 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.section.list/main_new/style.css?17321178341528 */
/* /local/templates/ampm-multilang-redesign/components/ampm/system.empty/product_block_service/style.css?17321178343200 */
