

/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/news.list/slider_index/style.css?17321178342467*/
.slider-index {
    font-size: 0;
}

.slider-index__item {
}

.slider-index__link {
}

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

.slider-index__link img {
    width: 100%;
    /*aspect-ratio: 16/6;*/
}

.slider-index:not(.swiper-initialized) .slider-index__item:nth-child(n+2),
.slider-index:not(.swiper-initialized) .swiper-nav{
    display: none;
}

/*swiper*/
.slider-index .swiper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    background: linear-gradient(245deg, #FFFFFF 0.06%, rgba(255, 255, 255, 0) 45%);
    z-index: 1;
    pointer-events: none;
}

.slider-index .swiper-button-next,
.slider-index .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #fff3;
    border: 1px solid var(--main-color-black);
    box-sizing: border-box;
    transition: background 0.2s ease-in-out;
}

.slider-index .swiper-button-next:hover,
.slider-index .swiper-button-prev:hover {
    background: #fff;
}

.slider-index .swiper-button-next:after,
.slider-index .swiper-button-prev:after {
    content: '';
    background: url("/local/templates/ampm-multilang-redesign/components/bitrix/news.list/slider_index/image/ico-next.svg");
    width: 10px;
    height: 16px;
    display: block;
}

.slider-index .swiper-button-prev:after {
    transform: rotate(180deg);
}

.slider-index .swiper-button-next.swiper-button-disabled,
.slider-index .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.slider-index .swiper-pagination-bullet {
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    background: #ffffffb3;
    opacity: 1;
}

.slider-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color-red);
}

@media (max-width: 991px) {
    .slider-index .swiper-button-next,
    .slider-index .swiper-button-prev {
        display: none;
    }

    .slider-index .swiper-pagination-bullet {
        padding: 0;
        font-size: 0;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #000;
        background: #fff;
        opacity: .5;
    }

    .slider-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/catalog.section.list/categories/style.css?17793402552027*/
.categories {
    box-sizing: border-box;
    margin-top: 4px;
    overflow: hidden;
}

.categories__wrap {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}

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

.categories__item--all {
    background: var(--main-color-black);
}

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

.categories__item-title {
    position: absolute;
    left: 40px;
    top: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
}

.categories__item-img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 397/240;
}

.categories__item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

@media (max-width: 991px) {
    .categories {
        margin: 30px 0
    }

    .categories .wrap {
        padding: 0;
    }

    .categories__wrap {
        margin: -5px;
    }

    .categories__item {
        max-width: 98px;
        padding-top: 16px;
        padding-bottom: 6px;
        border: 1px solid var(--main-color-gray);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 5px;
        width: calc(100% / 4 - 10px);
    }

    .categories__item-title {
        font-size: 11px;
        font-weight: 400;
        line-height: 12px;
        text-align: center;
        text-transform: lowercase;
        color: var(--main-color-black) !important;
        position: relative;
        left: 0;
        top: 0;
    }

    .categories__item-img {
        width: auto;
        height: auto;
        object-fit: none;
        aspect-ratio: 1;
        margin-bottom: 6px;
    }

    .categories__item--all {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/news.list/slider_extraordinary/style.css?17328732203615*/
.slider-extraordinary {
    position: relative;
    margin: 40px 0;
}

.slider-extraordinary .wrap {
    position: relative;
}

.slider-extraordinary__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.slider-extraordinary__wrap {
    height: 607px;
}

.slider-extraordinary__item {
    position: relative;
    width: 606px;
    display: inline-block;
    border: 1px solid var(--border-color-gray);
}

.slider-extraordinary__wrap:not(.swiper-initialized) .swiper-wrapper {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}

.slider-extraordinary__wrap:not(.swiper-initialized) .slider-extraordinary__item {
    margin-right: 22px;
}

.slider-extraordinary__wrap:not(.swiper-initialized) .slider-extraordinary__item:nth-child(n+4),
.slider-extraordinary__wrap:not(.swiper-initialized) + .swiper-nav {
    display: none;
}

.slider-extraordinary__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider-extraordinary__item img {
    width: 100%;
    max-width: 606px;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


@media (max-width: 991px) {
    .slider-extraordinary {
        margin: 30px 0;
    }

    .slider-extraordinary .wrap {
        padding: 0;
    }

    .slider-extraordinary__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 5px;
        padding: 0 10px;
    }

    .slider-extraordinary__wrap {
        height: 414px;
    }

    .slider-extraordinary__item {
        width: 100%;
        height: 414px;
        border: 0;
        margin-right: 0;
    }
}

/*wiper*/
.slider-extraordinary .swiper-button-next:after,
.slider-extraordinary .swiper-button-prev:after {
    display: none;
}

.slider-extraordinary .swiper-button-next,
.slider-extraordinary .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid var(--main-color-black);
    box-sizing: border-box;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
    background: #fff;
    margin-top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.slider-extraordinary .swiper-button-prev {
    transform: rotate(180deg) translateY(50%);
    left: 0;
    margin-left: 40px;
}

.slider-extraordinary .swiper-button-next {
    right: 0;
    margin-right: 40px
}

/**/
.slider-extraordinary .swiper-pagination {
    display: none;
}

.slider-extraordinary .swiper-pagination-bullet {
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    opacity: .5;
}

.slider-extraordinary .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color-red);
    opacity: 1;
}

@media (max-width: 991px) {
    .slider-extraordinary .swiper-nav {
        position: relative;
        margin-top: 4px;
        overflow: hidden;
    }

    body .slider-extraordinary .swiper-pagination {
        display: block;
        height: 48px;
        line-height: 48px;
        position: relative;
        left: initial;
        top: initial;
        bottom: initial;
    }

    .slider-extraordinary .swiper-button-next,
    .slider-extraordinary .swiper-button-prev {
        border-radius: 0;
        border: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/catalog.section/index-page/style.css?17328732203787*/
.products {
    position: relative;
    box-sizing: border-box;
    margin: 30px 0;
    padding-bottom: 20px;
}

.products .wrap {
    position: relative;
}

.products__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
}

.products__wrap {
    width: 100%;
}

.products__wrap:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    margin-right: -22px;
}

.products__item {
    box-sizing: border-box;
    position: relative;
    height: initial;
}

.products__wrap:not(.swiper-initialized) .products__item {
    width: calc(100% / 5 - 22px);
    margin-right: 22px;
}

.products__wrap:not(.swiper-initialized) .products__item:nth-child(n+6),
.products__wrap:not(.swiper-initialized) + .swiper-nav {
    display: none;
}

@media (max-width: 991px) {
    .products {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .products__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .products__wrap:not(.swiper-initialized) .swiper-wrapper {
        margin-right: -10px;
    }

    .products__wrap:not(.swiper-initialized) .products__item {
        width: calc(100% / 2 - 10px);
        margin-right: 10px;
    }

    .products__wrap:not(.swiper-initialized) .products__item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .products .wrap {
        padding-right: 0;
    }
}

/*swiper*/
.products .swiper-button-next:after,
.products .swiper-button-prev:after {
    display: none;
}

.products .swiper-button-next,
.products .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid var(--main-color-black);
    box-sizing: border-box;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
    background: #fff;
    margin-top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.products .swiper-button-prev {
    transform: rotate(180deg) translateY(50%);
    left: 0;
    margin-left: 40px;
}

.products .swiper-button-next {
    right: 0;
    margin-right: 40px
}

@media (max-width: 991px) {
    .products .swiper-button-next,
    .products .swiper-button-prev {
        width: 24px;
        height: 24px
    }

    .products .swiper-nav svg {
        width: 6px
    }

    .products .swiper-button-prev {
        margin-left: 5px
    }

    .products .swiper-button-next {
        margin-right: 5px
    }
}


/**/
.products .swiper-pagination {
    display: none;
}

.products .swiper-pagination-bullet {
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    opacity: .5;
}

.products .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color-red);
    opacity: 1;
}

@media (max-width: 767px) {
    body .products .swiper-nav {
        position: relative;
        margin-top: 4px;
        overflow: hidden;
        margin-left: -10px;
    }

    body .products .swiper-pagination {
        display: block;
        height: 48px;
        line-height: 48px;
        position: relative;
        left: initial;
        top: initial;
        bottom: initial;
    }

    body .products .swiper-button-next,
    body .products .swiper-button-prev {
        border-radius: 0;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        width: 48px;
        height: 48px;
        z-index: 11;

        & svg {
            width: initial;
        }
    }
}
/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/style.css?17778405879408*/
.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product__info {
    position: relative;
    margin-bottom: 0;
}

.product__media {
    position: relative;
    margin-bottom: 0;
}

.product__img {
    position: relative;
    display: block;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.product__img-wrap picture {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}

.product__img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__img-slide {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.product__img-item {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 10px;
}

.product__img-item:before {
    content: '';
    height: 3px;
    display: inline-block;
    border: 1px solid #B3B3B3;
    background: #B3B3B3;
    width: calc(100% - 5px);
    margin: 0 auto;
    border-radius: 5px;
}

.product__img-slide:not(:hover):not(.no-hover) .product__img-item:first-child:before,
.product__img-item:hover:before,
.product__img-item.active:before {
    background: #F03232;
    border-color: #F03232;
}

/*product-price*/
.product__price {
}

.product-price {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    letter-spacing: 0;

    & i {
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.05em;
        color: inherit;
    }
}

.product__manager-stocks {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
    color: var(--main-color-gray);
}

.product__manager-stock {
    white-space: nowrap;
}

.product-price__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-price__current {
    min-width: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #1A1A1A;
}

.product-price__code {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    color: #808080;
    text-align: right;
    letter-spacing: 0;
}

.product-price__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
}

.product-price__old-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.product-price__old {
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #808080;
    text-decoration: line-through;
    letter-spacing: 0;

    & i {
        font-style: normal;
    }
}

.product-price__percent {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    color: #F03232;
    margin-left: 0;
    letter-spacing: 0;
}

.product-price__kaspi {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    padding: 4px 8px 4px 4px;
    border-radius: 30px;
    background: #F14635;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    white-space: nowrap;
}

.product-price__allegro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 64px;
    height: 24px;
    margin-left: auto;
    border: 1px solid #ff5a00;
    border-radius: 6px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.product-price__allegro:hover {
    border-color: #e94f00;
    box-shadow: 0 4px 12px rgba(255, 90, 0, .14);
}

.product-price__allegro img {
    display: block;
    width: 48px;
    max-width: 100%;
    height: auto;
}

.product__title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    margin-top: 16px;
    height: 63px;
}

.product__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 12px;
}

/*product__button*/
.product__button-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.product__button.btn {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 8px;
    transition: none;
    line-height: 40px;
    min-width: 0;
    height: 40px;
    border: 1px solid #1A1A1A;
    border-radius: 10px;
    background: #1A1A1A;
    color: #fff;
}

.product__button.btn .stupid {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    height: auto;
    white-space: nowrap;
}

.product__button.btn:hover {
    color: #fff;
    background: #1A1A1A;
    border-color: #1A1A1A;
}

.product__button.btn.btn--red,
.product__button.btn.btn--red-full,
.product__button.btn.in-basket {
    color: #fff;
    background: #1A1A1A;
    border-color: #1A1A1A;
}

.product__button--quick.btn {
    background: #fff;
    color: #1A1A1A;
}

.product__button--quick.btn:hover {
    background: #fff;
    color: #1A1A1A;
    border-color: #1A1A1A;
}

.product__stopped {
    color: #9EA3AF
}

.product__link-cart {
    display: none;
    background: #fff;
    width: min-content;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 40px;
    padding: 0 13px;
    color: #000;
}

.product__link-cart:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

/**/
.product__link {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 19px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.product__link svg {
    fill: transparent;
}

.product__link.active svg path {
    fill: #1A1A1A;
    fill-opacity: 1;
    stroke: #1A1A1A;
}

.product__kits-count {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: var(--main-color-gray);
    margin-top: 12px;
}

@media (max-width: 767px) {
    .product__img,
    .product__info {
        margin-bottom: 0;
    }

    .product-price__old {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
    }

    .product__title {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0;
        height: 43px;
    }

    .product__link-cart {
        font-size: 0;
        width: 15px;
        background: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_gray.svg) center center no-repeat;
    }

    .product-price {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

    .product-price__current {
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .product-price__top {
        min-height: 14px;
    }

    .product-price__old-wrap {
        min-height: 12px;
    }

    .product-price__code,
    .product__manager-stocks {
        display: none;
    }

    .product-price__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-price__meta--allegro {
        align-items: center;
        flex-direction: row;
    }

    .product__button-wrap {
        flex-direction: column;
    }

    .product__button.btn {
        width: 100%;
    }

    .product__button.btn .stupid {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
    }

    /*.product__button.btn {
        font-size: 0;
        width: 40px;
        background: var(--main-color-red) url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_white.svg) center center no-repeat;
    }

    .product__button.btn.in-basket {
        background: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_red.svg) center center no-repeat;
    }*/
    /*.product__button.btn .stupid {
        display: none;
    }*/
}

.flex2.items-list--popup {
    position: absolute;
}

/* #price-and-code*/
.price-and-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*#inline style in template*/
body .popup.credit .window .popup-form .name {
    text-transform: inherit;
    letter-spacing: 0;
}

body .popup.credit .window .close {
    background: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_gray.svg) center center no-repeat;
    border: 0 !important;
    width: 40px;
    height: 40px;
}

.popup-form .item-content .checkbox + .label div.n {
    width: 90%;
}

.popup-form .item-content .checkbox + .label div.n div:nth-child(1) {
    float: left;
    margin-right: 15px;
}

.popup-form .item-content .checkbox + .label div.n div img {
    margin-right: 16px;
    max-width: 80px;
}

.popup-form .item-content .checkbox + .label div.price {
    width: auto;
    display: table-row;
}

.popup-form .item-content .checkbox + .label div.nal {
    width: auto;
    margin-right: 0px;
    margin-top: -20px;
    position: absolute;
    right: 5%;

}

.popup-form .item-content .checkbox + .label div.but {
    width: 65px;
    position: absolute;
    right: 25px;
    height: 25px;
}

/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/ampm/system.empty/block_service/style.css?17793397583605*/
.index-services {
    margin: 40px 0
}

.index-services .wrap {
    max-width: 1412px;
}

.index-services__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}

.index-services__item {
    border: 1px solid var(--border-color-gray);
    border-radius: 10px;
    padding: 32px 32px 60px;
}

.index-services__item--first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.index-services.visible .index-services__item--first {
    background: url(/local/templates/ampm-multilang-redesign/components/ampm/system.empty/block_service/./images/background.webp) no-repeat right bottom;
}

.index-services__item-wrap {
    position: relative;
    padding-top: 90px;
}

.index-services__item-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.index-services__item-title small {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: var(--main-color-gray);
    margin-bottom: 15px;
}

.index-services__item-ico {
    position: absolute;
    top: 0;
    left: 0;
}

.index-services__item-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 4px;
}

.index-services__item-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

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

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

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

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

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

@media (max-width: 991px) {
    .index-services {
        margin: 20px 0
    }

    .index-services__list {
        display: flex;
        flex-wrap: wrap;
        grid-gap: initial;
        margin: -4px;
    }

    .index-services__item {
        width: calc(50% - 8px);
        padding: 17px;
        margin: 4px;
    }

    .index-services__item-wrap {
        padding-top: 60px;
    }

    .index-services__item-name {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .index-services__item-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .index-services__item-ico svg {
        max-width: 25px;
    }

    /**/
    .index-services__item-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .index-services__item-title small {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .index-services__item--first .index-services__item-wrap {
        display: none;
    }

    .index-services.visible .index-services__item--first {
        background-size: 50%;
        background-position: top right;
    }
}

/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/ampm/system.empty/block_modesty/style.css?17793397582117*/
.index-modesty {
    background-position: right top !important;
    background-repeat: no-repeat !important;
    position: relative;
    margin-top: 40px
}

.index-modesty.visible:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-image) no-repeat bottom right;
    background-size: contain;
    z-index: -1;
}

.index-modesty__wrap {
    max-width: 803px;
    width: 100%;
    padding-top: 14px;
}

.index-modesty_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 24px;
}

.index-modesty_text {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 32px;
}

.index-modesty_list {
    display: flex;
    flex-wrap: wrap;
}

.index-modesty_item {
    width: calc(50% - 16px);
    margin-bottom: 32px;
}

.index-modesty_item:nth-child(odd) {
    margin-right: 32px;
}

.index-modesty_item-number {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 8px;
}

.index-modesty_item-desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
}

@media (max-width: 991px) {
    .index-modesty {
        margin-top: 20px
    }

    .index-modesty.visible {
        background-image: var(--bg-image-mob);
        background-position: center bottom !important;
        background-size: contain;
        padding-bottom: 375px;
    }

    .index-modesty.visible:before {
        display: none;
    }

    .index-modesty_title {
        font-size: 22px;
        font-weight: 700;
        line-height: 29px;
        margin-bottom: 16px;
    }

    .index-modesty_text {
        display: none;
    }

    .index-modesty_item-number {
        font-size: 32px;
        font-weight: 300;
        line-height: 42px;
        margin-bottom: 4px;
    }

    .index-modesty_item-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .index-modesty_item {
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }

    .index-modesty_item:nth-child(odd) {
        margin-right: 8px;
    }
}

/* End */
/* /local/templates/ampm-multilang-redesign/components/bitrix/news.list/slider_index/style.css?17321178342467 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.section.list/categories/style.css?17793402552027 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/news.list/slider_extraordinary/style.css?17328732203615 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.section/index-page/style.css?17328732203787 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/style.css?17778405879408 */
/* /local/templates/ampm-multilang-redesign/components/ampm/system.empty/block_service/style.css?17793397583605 */
/* /local/templates/ampm-multilang-redesign/components/ampm/system.empty/block_modesty/style.css?17793397582117 */
