

/* Start:/local/include/padel-tennis/styles/main.css?17549947673932*/
/* BASE */
.section {
    margin-top: 5.625rem;
    margin-bottom: 9.375rem;
}

.section .section-title {
    text-align: center;
    color: #1D2F56;
}

.swiper-button-next.catalog-next, .swiper-button-prev.catalog-prev {
    width: 40px !important;
    height: 40px !important;
}

@media (max-width: 768px) {
    .section {
        margin-bottom: 100px;
        margin-top: 0;
    }

    .section.section--padel-blocks {
        margin-top: 40px;
    }

	.main-slider .main-slider__content {
		padding-top: 2rem;
	}
}



/* START under-main-slider */
.padel-block {
    display: flex;
    gap: 2rem;
    background: #E3F0F9;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 1.2rem;
    margin-bottom: 2rem;
}

.padel-block:last-child {
    margin-bottom: 0;
}

.padel-block.padel-block--white {
    background: #FAFAFA;
}

.padel-block.padel-block--reverce {
    flex-direction: row-reverse;
}

.padel-block__image {
    position: relative;
    height: 100%;
    overflow: hidden;
    flex: 1;
}

.padel-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.padel-block__content {
    flex: 1;
}

.padel-block__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1D2F56;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.3;
    max-width: 100%;
}

.padel-block__subtitle {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;

    color: #1D2F56;
    margin-bottom: 1rem;
}

.padel-block__features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.padel-block__features li {
    margin-bottom: .5rem;
    padding-left: 20px;
    position: relative;
    color: #1D2F56;
    line-height: 1.4;
}

.padel-block__features li:before {
    content: "•";
    color: #1D2F56;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.padel-block__highlight {
    font-weight: 500;
    color: #1D2F56;
}

.padel-block__conclusion {
    font-size: 1rem;
    color: #1D2F56;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .7rem;
}


@media (max-width: 768px) {
    .padel-blocks {
        margin: 2rem 0;
    }
    .padel-block {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .padel-block.padel-block--reverce {
        flex-direction: column-reverse;
    }
    
    .padel-block__title {
        font-size: 1.5rem;
    }

    .padel-block__subtitle { 
        font-size: 1.1rem;
    }

    .padel-block__subtitle { 
        font-size: 1.1rem;
    }

    .padel-block .btn {
        width: 100%;
        text-align: center;
    }
}
/* END under-main-slider */

/* START catalog-items */
.prod-item__descr .prod-item__footer {
    margin-top: 1rem;
}
/* END catalog-items */

/* START objects */
.section.section--objects, .section.section--objects .object__map, .section.section--objects .object__object {
    background-color: #E3F0F9;
    margin-bottom: 0;
}
.section.section--objects .football-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1D2F56;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}
.section.section--objects .prod-item__body {
    background-color: white;
}

@media (max-width: 768px) {
    .section.section--objects .football-title { 
        font-size: 24px;
    }
}
/* END objects */

/* START contacts */
.section.section--contacts {
    background-color: #252525;
    margin-bottom: 0;
}
.section.section--contacts .section.contacts {
    margin-bottom: 0;
}
/* END contacts */

/* START catalog-grass */
.section.section--catalog-grass {
    background-color: #E3F0F9;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5.625rem;
    padding-bottom: 9.375rem;
}
.section.section--catalog-grass .catalog__list .prod-item__body {
    background-color: white;
}
.section.section--catalog-grass .catalog__list .prod-item .prod-item__pic > img {
    object-fit: cover;
}
/* END catalog-grass */
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/main-slider/style.css?17617156283041*/
.main-slider {
    position: relative;
    overflow: hidden;
}

.main-slider__list {
    position: relative;
}

.main-slider__item {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.main-slider__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.main-slider__content {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.main-slider__title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1rem;
}

h1.main-slider__title {
	margin: 0;
}

.main-slider__subtitle {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2rem;
}

.main-slider__buttons .btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.main-slider__features {
    margin-top: 2.5rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.main-slider__pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.main-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.main-slider__arrow--prev {
    left: 30px;
}

.main-slider__arrow--next {
    right: 30px;
}

.main-slider__arrow svg {
    width: 45px;
    height: 86px;
    fill: #fff;
    transition: opacity 0.3s ease;
}

.main-slider__arrow:hover svg {
    opacity: 0.8;
}

.feature__items {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 16px;
    color: #fff;
    height: 100%;
    backdrop-filter: blur(23.799999237060547px);
    background: rgba(255, 255, 255, 0.24);
    width: fit-content;
    max-width: 312px;
}

.feature-item__icon {
    flex-shrink: 0;
    margin-bottom: .8rem;
}

.feature-item__icon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.feature-item__title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: .3rem;
} 

.feature-item__text {
    font-size: 1.1rem;
    line-height: 130%;
} 


@media (max-width: 768px) {
    .main-slider__content {
        padding: 4rem 0rem;
        padding-bottom: 0;
    }
    
    .main-slider__title {
        font-size: 2.8rem;
        line-height: 130%;
        text-align: center;
    }
    
    .main-slider__subtitle {
        font-size: 1.2rem;
        line-height: 120%;
        text-align: center;
    }

    .main-slider__buttons {
        text-align: center;
    }

    .main-slider__buttons .btn {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    
    .feature__items {
        gap: 1rem;
    }
    
    .feature-item {
        max-width: 100%;
        width: 100%;
    }
    
    .feature-item__icon {
        justify-content: flex-start;
    }
} 
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/catalog.section.list/only-images/style.css?17532569231434*/
.catalog.catalog--only-images {
    position: relative;
}

.catalog.catalog--only-images .catalog__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media screen and (max-width: 768px) {
    .catalog.catalog--only-images .catalog__items {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.catalog.catalog--only-images .catalog__items .item {
    position: relative;
}

.catalog.catalog--only-images .catalog__items .item .item__wrapper {
    display: block;
    border-radius: 14px;
}

.catalog.catalog--only-images .catalog__items .item .item__image {
    position: relative;
    margin-bottom: 10px;
}

.catalog.catalog--only-images .catalog__items .item .item__image img {
	height: 100%;
	width: 100%;
}

.catalog.catalog--only-images .catalog__items .item .item__name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: white;
    font-size: 1.2rem;
    line-height: 120%;

    border-radius: 4px;

    padding: .6rem 1.2rem;

    backdrop-filter: blur(7px);
    background: rgba(0, 0, 0, 0.4);

    transition: transform .3s ease;
    will-change: transform;
}

@media screen and (max-width: 768px) {
    .catalog.catalog--only-images .catalog__items .item .item__name {
        font-size: 1.1rem;
    }
}

.catalog.catalog--only-images .catalog__items .item:hover .item__name {
    transform: scale(1.2) translate(-46%, -46%);
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/catalog.section/group-by-section/style.css?17538841075435*/
/* Основная сетка для десктопа */
@media (min-width: 769px) {
    .group-by-section .catalog__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

/* Swiper стили для мобильных */
.catalog-slider-wrapper {
    position: relative;
}

.catalog-swiper {
    overflow: hidden;
    position: relative;
}

/* Навигация слайдера */
.catalog-next, .catalog-prev {
    display: none; /* Скрываем на десктопе */
    color: #007bff;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.catalog-next:after, .catalog-prev:after {
    font-size: 14px;
    font-weight: 600;
}

.catalog-pagination {
    display: none; /* Скрываем на десктопе */
    position: static !important;
    text-align: center;
    margin-top: 20px;
}

.catalog-pagination .swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.catalog-pagination .swiper-pagination-bullet-active {
    background: #007bff;
}

.section-link {
    color: #007bff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.section-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.section-products {
    margin-bottom: 30px;
}

.section-divider {
    height: 2px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 50px 0;
}

.prod-item {
    border-radius: 14px;
    border: 1px solid #ececec;
}

.prod-item__tech {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tech-item {
    display: flex;
    gap: 4px;
}

.tech-label {
    font-weight: 500;
    color: #666;
}

.tech-value {
    font-weight: bold;
    color: #333;
}

.prod-item__prices {
    margin: 10px 0;
}

.prod-item__price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 5px 0;
}

.prod-item__descr {
    padding: 1.2rem;
}

.prod-item .prod-item__pic, .prod-item .prod-item__pic > img {
    max-height: 300px;
}

.prod-item .prod-item__pic > img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.prod-item__title, .prod-item__title a {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    color: #1d2f56;
    margin-bottom: 14px;
}

.prod-item__sku_props .property-item {
    display: flex;
    flex-wrap: wrap;

    font-size: 16px;
    line-height: 120%;

    color: #1d2f56;
    font-weight: 500;
    margin-bottom: .5rem;
}

.prod-item__sku_props .property-item dt {
    color: #4c4c4c;
    font-weight: 400;
    margin-right: .5rem;
}

.prod-item__sku_props .property-item dd {
    margin-left: 0;
}

.prod-item .prod-item__footer .btn {
    text-align: center;
    width: fit-content;
}

.prod-item__price--wholesale .price-label {
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
}

.prod-item__price--retail .price-value {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}

.prod-item__price--wholesale .price-value {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
}

/* Индикатор множественной принадлежности */
.prod-item__multi-sections {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.swiper-button-next.catalog-next,
.swiper-button-prev.catalog-prev {
    background: linear-gradient(180deg, #8cc63e 0%, #399348 100%);
    border-radius: 4px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.swiper-button-next.catalog-next::before,
.swiper-button-prev.catalog-prev::before {
    content: '';

    height: 100%;
    width: 100%;

    background-image: url('/local/templates/zr_main_template/components/bitrix/catalog.section/group-by-section/./images/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-next.catalog-next::before {
    rotate: 180deg;
}

/* Адаптивность */
@media (max-width: 768px) {

    .nav-wrapper {
        margin-bottom: 1rem;
    }

    .swiper-wrapper.catalog__list {
        display: flex;
        width: fit-content;
    }

    /* Показываем навигацию слайдера */
    .catalog-next, .catalog-prev {
        display: flex !important;
    }
    
    .catalog-pagination {
        display: block !important;
    }
    
    /* Убираем Swiper навигацию на мобильных если не нужна */
    .catalog-next, .catalog-prev {
        display: none; /* Оставляем только pagination */
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .prod-item__tech {
        position: static;
        margin-bottom: 10px;
        display: inline-block;
    }

    .group-by-section .catalog-slider-wrapper {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 20px;
    }
    
    .section-divider {
        margin: 30px 0;
    }
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/catalog.section/catalog_slider/style.css?17738363688372*/
/* Стили для слайдера товаров */
.catalog-slider-container, .catalog-slider-product-container {
    position: relative;
    padding: 0 50px;
}

.catalog-swiper {
    overflow: hidden;
}

.product-card {
    background: #fff;
    overflow: hidden;
    height: 100%;
    display: grid;
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
    gap: 2rem;
}

.product-card__image {
    position: relative;
    aspect-ratio: 1.2;
    overflow: hidden;
}

.product-card__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-card__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card__link:hover img {
    transform: scale(1.05);
}

.product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.product-card__favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}

.product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card__header {
    margin-bottom: 1rem;
}

.product-card__title {
    font-size: 32px;
    font-weight: 500;
    color: #1D2F56;
    text-decoration: none;
    line-height: 120%;
    display: block;
    margin-bottom: 1.5rem;
}

.product-item-properties {
    margin: 0;
}

.catalog-slider-container .product-item-properties .property-item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.product-card-desc__text ul {
    margin: 0;
}

.product-card-desc__text ul li {
    border-bottom: 1px solid #ECECEC;
    margin: 0 !important;
    margin-bottom: 6px !important;
    padding-bottom: 6px;

    padding-left: 1rem;
}

.product-card-desc__text ul li::before {
    content: '' !important;
    background-color: #1D2F56;

    position: absolute;

    top: calc(50% - 3px);
    left: 0;

    transform: translateY(-50%);
    border-radius: 100%;

    width: 4px;
    height: 4px;
}

.product-card__specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-card__spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.product-card__spec-label {
    color: #666;
    font-weight: 500;
}

.product-card__spec-value {
    color: #333;
    font-weight: 600;
}

.product-card__spec-value span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin: 0 2px;
}

.product-card__spec-value span.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.product-card__footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.product-card__price {
    position: relative;
}

.product-card__price-wrapper {
    font-size: 2rem;
    font-weight: 500;
    color: #1D2F56;
}

.product-card__no-price {
    font-size: 1rem;
    color: #1D2F56;
}

.product-card__actions {
    display: flex;
    gap: 10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    color: #333;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Стили для внутреннего слайдера изображений */
.product-gallery {
    position: relative;
    margin-bottom: 15px;
}

.product-gallery__main {
    position: relative;
    aspect-ratio: 1.2;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.product-gallery__main-slider {
    width: 100%;
    height: 100%;
}

.product-gallery__main-slider .swiper-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

.product-gallery__main-slide {
    width: 100%;
    height: 100%;
}

.product-gallery__main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery__thumbs {
    position: relative;
}

.product-gallery__thumbs-slider {
    width: 100%;
}

.product-gallery__thumbs-slider .swiper-wrapper {
    display: flex;
}

.product-gallery__thumb-slide {
    width: 80px;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;

	max-width: 163px;
	max-height: 163px;
}

.product-gallery__thumb-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.product-gallery__thumb-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;

    width: 44px !important;
    height: 44px !important;
}

.swiper-button-next.catalog-next.product-gallery__nav, .swiper-button-prev.catalog-prev.product-gallery__nav {
    position: absolute;
}

.swiper-button-next.catalog-next.ghost,
.swiper-button-prev.catalog-prev.ghost {
    background: rgba(255, 255, 255, 0.2); /* полупрозрачный фон */
    backdrop-filter: blur(4px);           /* размытие фона */
    -webkit-backdrop-filter: blur(4px);   /* для Safari */
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.product-gallery__nav--prev {
    left: 1.5rem;
}

.product-gallery__nav--next {
    right: 1.5rem;
}

.product-gallery__nav:after {
    font-size: 12px;
    color: #333;
}

.product-card-desc__title,
.product-card-card__title {
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    color: #1D2F56;
    margin-bottom: 1rem;
}

/* Стили для информационного блока */
.product-card__info-block {
    margin-top: calc(1.5rem - 8px - 6px);
    padding: 6px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}

.product-card__info-content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-card__info-icon {
    flex-shrink: 0;
}

.product-card__info-icon img {
    width: 42px;
    height: 49px;
    object-fit: contain;
}

.product-card__info-text {
    font-size: 16px;
    line-height: 1.2;
    color: #1D2F56;
}

.swiper-navigation-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;

    --swiper-pagination-color: #8CC63E;
    --swiper-pagination-bullet-inactive-color: #bebebe;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-navigation-panel .swiper-pagination {
    position: relative;
    width: fit-content !important;
}

.swiper-navigation-panel .swiper-button-next.catalog-next, .swiper-navigation-panel .swiper-button-prev.catalog-prev {
    width: 40px !important;
    height: 40px !important;
    right: auto;
    left: auto;
}

.swiper-button-next.catalog-next:hover, .swiper-button-prev.catalog-prev:hover {
    background: linear-gradient(180deg, #399348 0%, #8cc63e 100%);
}

@media (max-width: 768px) {
    .catalog-slider-container {
        padding: 0;
    }

    .product-card {
        display: flex;
        flex-direction: column;
    }
    
    .product-card__title {
        font-size: 24px;
    }
    
    .product-card__actions {
        flex-direction: column;
        width: 100%;
    }
    
    .product-gallery__thumb-slide {
        width: 60px;
        height: 45px;
		max-width: auto;
		max-height: auto;
    }

    .product-card__specs .product-card-card__title:first-child {display: none;}
    .product-card__specs .prod-item__sku_props {display: none;}

    .product-card__footer {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .product-card__footer .amount {
        margin: 0;
    }

    .product-card__footer .product-card__actions {
        margin: 0;
    }

    .product-card__footer .price-block__button-green {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/system.pagenavigation/catalog_ajax/style.css?1726136720993*/
.nav-ajax {
    position: relative;

    display: flex;
    flex-direction: row;
    align-items: center;

    justify-content: center;

    gap: 20px;
    margin-top: 3rem;
}

.nav-ajax .btn.btn--link:not(.disabled) {
    stroke: var(--secondary-color)
}

.nav-ajax .btn.btn--link svg,
.nav-ajax .btn.btn--link svg path {
    transition: all .3s ease;
}

.nav-ajax .btn.btn--link.link-prev svg {
    transform: rotate(180deg);
}

.nav-ajax .btn.btn--link.disabled {
    background-color: transparent !important;
}

.nav-ajax .link.disabled svg,
.nav-ajax .link.disabled svg path {
    stroke: var(--text-subhead-color);
    color: var(--text-subhead-color);
    background-color: transparent;
} 

.nav-ajax .btn.btn--link:hover svg,
.nav-ajax .btn.btn--link:hover svg path {
    stroke: var(--primary-color);
    color: var(--primary-color);
}

.nav-ajax .nav-pages {
    position: absolute;
    bottom: 0;
    right: 0;

    color: var(--text-subhead-color);
    font-size: var(--text-sm);
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/catalog.section/catalog_rackets/style.css?17739137783933*/
.card__name{
    font-weight: bold;
}

.card__name:hover{
    color: #8cc63e;
}

.not-price
{
    font-size: 16px;
    color: #3b5d5d;
    min-height: 64.5px;
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .not-price
    {
        min-height: 45px;
    }
}

.card-properties{
    padding-top: 10px;
    font-size: 14px;
    color: #5a7575;
    text-align: left;
    margin-bottom: 14px;
}

.card-properties__item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    position: relative;
}

.card-properties__item:before{
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d9d9d9;
    position: absolute;
    bottom: 8px;
    z-index: 1;
}

.card-properties__item > div{
    background: #fff;
    z-index: 2;
    padding-bottom: 2px;
}

.prod-item .prod-item__prices .price {
    color: #8cc63e;
    font-size: 26px;
}

@media (width <= 1260px)
{
	.prod-item .prod-item__prices .price {
		color: #8cc63e;
		font-size: 24px;
	}
}

@media (width <= 768px)
{
    .prod-item .prod-item__prices .price {
        font-size: 24px;
    }
}

.prod-item .prod-item__prices .price.price--base {
    font-size: 26px;
}

@media (width <= 1260px)
{
	.prod-item .prod-item__prices .price.price--base {
		font-size: 24px;
	}
}

@media (width <= 768px)
{
    .prod-item .prod-item__prices .price.price--base {
        font-size: 22px;
    }
}

.prod-item .prod-item__prices .price-title {
    color: #888;
    font-size: 13px;
}

@media (width <= 1260px)
{
	.prod-item .prod-item__prices .price-title {
        font-size: 11px;
    }
}

@media (width <= 768px)
{
    .prod-item .prod-item__prices .price-title {
        font-size: 10px;
    }
}

.prod-item .prod-item__prices {
    align-items: flex-start;
    gap: .5rem;
}

.prod-item .prod-item__category {}

@media (width <= 768px)
{
    .prod-item .prod-item__category {
        font-size: 14px;
    }
}

.pswp {display: none;}

.catalog__list .prod-item {
    display: flex;
    flex-direction: column;
}

.catalog__list .prod-item__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prod-item__table-item__value .active {
    color: black;
}

.prod-item__store-state {
    color: #3D5C5E;
    font-weight: 500;
    margin-bottom: .5rem;
}

/* Стили для слайдера каталога ракеток */
.catalog-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.catalog-swiper {
    overflow: visible;
}

.catalog__list.filter-block__grid {
    align-items: stretch;
}

.catalog__list.filter-block__grid .prod-item {
    height: auto;
}

.swiper-wrapper.catalog__list .prod-item__footer {

}

.swiper-wrapper.catalog__list .prod-item__footer .btn {
    font-size: 16px;
    height: 50px;
    display: block;
    padding: 1rem;
    width: 100%;
}

.swiper-wrapper.catalog__list .prod-item__footer .add_to_basket_form {
    margin-top: 0;
}

.swiper-wrapper.catalog__list .prod-item__footer .add_to_basket_form {
    flex: 2;
}

.swiper-wrapper.catalog__list .prod-item__footer .prod-item__button {
    flex: 1;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .catalog-slider-wrapper {
        padding: 0;
    }

    .catalog-slider-wrapper .catalog__list.filter-block__grid {
        flex-wrap: nowrap;
        gap: 0;
    }

    .swiper-wrapper.catalog__list .prod-item__footer {
        flex-direction: column;
    }

    .prod-item__footer .btn {
        flex: 1;
    }

    .prod-item__footer .btn.prod-item__button {
        display: block;
    }

    .swiper-wrapper.catalog__list .prod-item__footer .btn {
        width: 100%;
        padding: .8rem 1rem;
    }

}

/* Скрытие навигации на десктопе */
@media (min-width: 769px) {
    .nav-wrapper {
        display: none;
    }
    
    .catalog-pagination {
        display: none;
    }
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/banner/style.css?17538837182843*/
.banner {
    position: relative;
    overflow: hidden;
}

.banner__list {
    position: relative;
}

.banner__wrapper {
    position: relative;
    z-index: 1;
}

.banner__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.banner__content {
    position: relative;
    z-index: 2;
    border-radius: 14px;
    padding: 5rem 7rem 3rem 3rem;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.banner__title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1rem;
}

.banner__subtitle {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2rem;
}

.banner__buttons .btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.banner__features {
    margin-top: 2.5rem;
    position: relative;
    z-index: 2;
}

.banner__pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.banner__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.banner__arrow--prev {
    left: 30px;
}

.banner__arrow--next {
    right: 30px;
}

.banner__arrow svg {
    width: 45px;
    height: 86px;
    fill: #fff;
    transition: opacity 0.3s ease;
}

.banner__arrow:hover svg {
    opacity: 0.8;
}

.feature__items {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: stretch;
}

.feature-item {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 16px;
    color: #fff;
    height: 100%;
    backdrop-filter: blur(23.799999237060547px);
    background: rgba(255, 255, 255, 0.24);
    width: fit-content;
    max-width: 330px;
    height: auto;
}

.feature-item__icon {
    flex-shrink: 0;
    margin-bottom: .8rem;
}

.feature-item__icon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.feature-item__title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: .3rem;
} 

.feature-item__text {
    font-size: 1.1rem;
    line-height: 130%;
} 


@media (max-width: 768px) {
    .banner__content {
        padding: 20px 16px;
    }
    
    .banner__title {
        font-size: 24px;
        line-height: 130%;
    }
    
    .banner__subtitle {
        font-size: 18px;
        line-height: 120%;
    }

    .banner__buttons .btn {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    
    .feature__items {
        gap: 1rem;
    }
    
    .feature-item {
        max-width: 100%;
        width: 100%;
    }
    
    .feature-item__icon {
        justify-content: flex-start;
    }
} 
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/construction_steps_v2/style.css?17539480023148*/

.construction-stages__header {
    text-align: center;
    margin-bottom: 4rem;
}

.construction-stages__title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1D2F56;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.construction-stages__subtitle {
    font-size: 1.2rem;
    color: #1D2F56;
    margin: 0;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
}

.construction-stages__list {
    margin-bottom: 3rem;
}

.construction-stage {
    display: grid;
    grid-template-columns: 2.5rem 1fr 1fr 250px;
    align-items: center;
    gap: 1.5rem;
    background: #E3F0F9;
    border-radius: 14px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.construction-stage:hover {
    transform: translateY(-2px);
}

.construction-stage-wrapper:last-child .construction-stage {
    margin-bottom: 0;
}

.construction-stage__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #8CC63E;
    color: white;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 400;
    flex-shrink: 0;
}

.construction-stage__content {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.construction-stage__title {
    font-size: 2rem;
    font-weight: 500;
    color: #1D2F56;
    margin: 0;
    line-height: 1.3;
}

.construction-stage__description {
    font-size: 1.1rem;
    color: #1D2F56;
    margin: 0;
    line-height: 1.5;
}

.construction-stage__image {
    width: 250px;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.construction-stage__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.construction-stages__footer {
    text-align: center;
}

.construction-stages__footer .btn {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .construction-stages__title {
        font-size: 2rem;
    }
    
    .construction-stages__subtitle {
        font-size: 1.1rem;
    }
    
    .construction-stage {
        grid-template-columns: repeat(12, 1fr);
        gap: .5rem;
        padding: 1.5rem;
    }
    
    .construction-stage__number {
        width: 30px;
        height: 30px;
        font-size: 1rem;

        grid-column-start: 1;
        grid-column-end: 2;
    }
    
    .construction-stage__title {
        font-size: 1.3rem;
        grid-column-start: 2;
        grid-column-end: 13;
    }

    .construction-stage__description, .construction-stage__image {
        grid-row-start: 2;
    }

    .construction-stage__description {
        grid-column-start: 1;
        grid-column-end: 9;
    }
    
    .construction-stage__image {
        width: 100%;
        height: 120px;
        order: -1;

        grid-column-start: 9;
        grid-column-end: 13;
    }
    
    .construction-stages__footer .btn {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/catalog.section/catalog_product_slider/style.css?17324407861941*/
.card__name{
    font-weight: bold;
}

.card__name:hover{
    color: #8cc63e;
}

.not-price
{
    font-size: 16px;
    color: #3b5d5d;
    min-height: 64.5px;
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .not-price
    {
        min-height: 45px;
    }
}

.card-properties{
    padding-top: 10px;
    font-size: 14px;
    color: #5a7575;
    text-align: left;
    margin-bottom: 14px;
}

.card-properties__item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    position: relative;
}

.card-properties__item:before{
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d9d9d9;
    position: absolute;
    bottom: 8px;
    z-index: 1;
}

.card-properties__item > div{
    background: #fff;
    z-index: 2;
    padding-bottom: 2px;
}

.prod-item .prod-item__prices .price {
    color: #8cc63e;
    font-size: 26px;
}

@media (width <= 1260px)
{
	.prod-item .prod-item__prices .price {
		color: #8cc63e;
		font-size: 24px;
	}
}

@media (width <= 768px)
{
    .prod-item .prod-item__prices .price {
        font-size: 24px;
    }
}

.prod-item .prod-item__prices .price.price--base {
    font-size: 26px;
}

@media (width <= 1260px)
{
	.prod-item .prod-item__prices .price.price--base {
		font-size: 24px;
	}
}

@media (width <= 768px)
{
    .prod-item .prod-item__prices .price.price--base {
        font-size: 22px;
    }
}

.prod-item .prod-item__prices .price-title {
    color: #888;
    font-size: 13px;
}

@media (width <= 1260px)
{
	.prod-item .prod-item__prices .price-title {
        font-size: 11px;
    }
}

@media (width <= 768px)
{
    .prod-item .prod-item__prices .price-title {
        font-size: 10px;
    }
}

.prod-item .prod-item__prices {
    align-items: flex-start;
    gap: .5rem;
}

.prod-item .prod-item__category {}

@media (width <= 768px)
{
    .prod-item .prod-item__category {
        font-size: 14px;
    }
}

.pswp {display: none;}
/* End */
/* /local/include/padel-tennis/styles/main.css?17549947673932 */
/* /local/templates/zr_main_template/components/bitrix/news.list/main-slider/style.css?17617156283041 */
/* /local/templates/zr_main_template/components/bitrix/catalog.section.list/only-images/style.css?17532569231434 */
/* /local/templates/zr_main_template/components/bitrix/catalog.section/group-by-section/style.css?17538841075435 */
/* /local/templates/zr_main_template/components/bitrix/catalog.section/catalog_slider/style.css?17738363688372 */
/* /local/templates/zr_main_template/components/bitrix/system.pagenavigation/catalog_ajax/style.css?1726136720993 */
/* /local/templates/zr_main_template/components/bitrix/catalog.section/catalog_rackets/style.css?17739137783933 */
/* /local/templates/zr_main_template/components/bitrix/news.list/banner/style.css?17538837182843 */
/* /local/templates/zr_main_template/components/bitrix/news.list/construction_steps_v2/style.css?17539480023148 */
/* /local/templates/zr_main_template/components/bitrix/catalog.section/catalog_product_slider/style.css?17324407861941 */
