

/* Start:/local/templates/ampm-multilang/components/bitrix/news.list/slider_index/style.css?17321106352467*/
.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/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/components/bitrix/catalog.section.list/categories/style.css?17332357362027*/
.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/components/bitrix/news.list/slider_extraordinary/style.css?17328660213615*/
.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/components/bitrix/catalog.section/index-page/style.css?17328660213787*/
.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/components/ampm/system.empty/block_service/style.css?17321106353604*/
.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/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/components/ampm/system.empty/block_modesty/style.css?17321106352116*/
.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/components/bitrix/news.list/slider_index/style.css?17321106352467 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.section.list/categories/style.css?17332357362027 */
/* /local/templates/ampm-multilang/components/bitrix/news.list/slider_extraordinary/style.css?17328660213615 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.section/index-page/style.css?17328660213787 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/block_service/style.css?17321106353604 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/block_modesty/style.css?17321106352116 */
