/* Баннер на главной */


.banner {
    position: relative;
    /* min-height: 100vh; */
    height: 720px;
    top: 0;
    margin-bottom: 150px;
    max-height: max-content;
}

.banner__slider {
    height: 100%;
}


.banner__title {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 70px;
    margin: 0;
    display: block;
    max-width: 980px;
    line-height: 109%;
    letter-spacing: 0.03em;
}

.banner__title span {
    color: #fff;
    -webkit-text-stroke: 0px;
    line-height: 109%;
    font-family: var(--title-font);
}


.banner-content {
    height: 100%;
    position: relative;
    padding: 72px 15px;
    gap: 56px;
}

.banner-slide__image {
    backdrop-filter: blur(2.4px);
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(2.4px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.banner-content__title {
    font-size: 50px;
    padding-left: 12px;
    border-left: 3px solid var(--main-green);
    max-width: 960px;
}


.banner-content__list {
    padding: 0;
    margin: 0;
    gap: 14px;
    list-style: none;
}

.banner-list__item {
    gap: 8px;
}

.banner-list__item>span:first-child:has(img) {
    width: 24px;
    height: 24px;
}

.banner-list__item>span img {
    object-fit: contain;
    max-width: 24px;
}

.banner-content__buttons {
    gap: 24px;
}


.banner__controls {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    z-index: 1;
}


.slider-button {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    border: none;
    padding: 0;
    display: grid;
    place-items: center;
    transition: .3s;
}

.slider-button:hover {
    background: var(--black--text);
    transition: .3s;
}

.slider-button svg path {
    transition: .3s;
}

.slider-button:hover svg path {
    fill: var(--main-white);
}

.slider-controls {
    gap: 24px;
}

.slider-button--transparent {
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
}

.slider-button--transparent svg path {
    transition: .3s;
}

.slider-button--transparent:hover svg path {
    fill: var(--main-green);
    transition: .3s;
}



.banner-pagination {
    display: flex;
    gap: 10px;
    position: static !important;
    width: fit-content !important;
    height: fit-content !important;
}

.banner__controls {
    gap: 24px;
}


.swiper-pagination-bullet {
    margin: 0 !important;
    border: none;
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
    background: rgba(241, 241, 241, 0.20) !important;
    backdrop-filter: blur(2px);
    cursor: pointer;
    transition: .3s;
}



.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: var(--black--text) !important;
    transition: .3s;
}

.swiper-pagination-bullet-active {
    background: var(--main-green) !important;
    transition: .3s;
    width: 40px !important;
    border-radius: 7.5px !important;
}




/* Шорткод "Категории товаров" */

.pages-tiles__grid {
    gap: 0 56px;
    overflow: visible;
}

.pages-tiles__item {
    padding-top: 70px;
    transition: .3s;
}

.pages-tiles__item:hover {
    transform: scale(1.06);
    transition: .3s;

}

.pages-tiles .cursor-blur {
    width: 145px;
    height: 145px;
    filter: blur(40px);
}


.pages-tiles__link {
    /* height: calc(100% - 60px); */
    display: flex;
    flex-direction: column;
    background: var(--middle-grey);
    border-radius: 10px;
    padding: 68px 24px 24px;
    height: 180px;
    gap: 10px;
}

.pages-tiles__link:hover {
    color: var(--black--text);
}

.pages-tiles__image {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 150px;
    transform: translate(-50%, 0);
    z-index: 1;
    pointer-events: none;
}

.pages-tiles__item--1-3 {
    width: calc(33.3% - 37px);
}

.pages-tiles__item--1-4 {
    width: calc(25% - 42px);
}

.pages-tiles__title {
    margin: 0;
    font-size: 24px;
    color: var(--black--text);
}

.pages-tiles__count {
    color: var(--black--text);
    font-size: 14px;
}

.pages-tiles {
    margin-bottom: 150px;
}


/* Наши преимущества */

.slider-top h2 {
    margin-bottom: 0;
}

.why-us__top {}

.slider-top {
    gap: 24px;
    margin-bottom: 56px;
}


.slide-inner {
    background: var(--middle-grey);
    padding: 24px 36px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    height: calc(100% - 55px);
}

.why-us__slider .swiper-wrapper {
    /* gap: 56px; */
    align-items: stretch;
}

.why-us__slide {
    width: 100%;
    max-width: 400px;
    margin-right: 56px;
    height: auto !important;
    transition: .3s;
    /* padding: 12px 0; */
}

/* .why-us__slide.swiper-slide-active {
    transition: .3s;
    transform: scale(1.05) !important;
} */

.why-us__slide-number {
    font-family: var(--second-font);
    color: var(--main-green);
    font-size: 60px;
}

.slide-header {
    margin-bottom: -18px;
    padding: 0 36px;
}

.why-us__slide-content {
    gap: 16px;
}

.why-us__slide-title {
    font-size: 24px;
}

.why-us__slide-text {
    font-size: 16px;
    line-height: 150%;
}

.slide-dot {
    border-radius: 2px;
    opacity: 0.1;
    background: var(--main-green);
    width: 10px;
    height: 10px;
    transition: .3s;
}

.slide-dot.is-active {
    opacity: 1;
}

.slide-counter {
    gap: 10px;
}


/* Шорткод "Как мы работаем" */

.how-we-work__list {
    gap: 36px;
    grid-template-columns: repeat(3, 1fr);
}

.how-we-work__item {
    background: var(--middle-grey);
    border-radius: 10px;
    padding: 24px 36px;
}

.how-we-work__content {
    gap: 12px;
}

.how-we-work__number {
    position: absolute;
    right: 36px;
    top: 48px;
    color: rgba(161, 198, 59, 0.05);
    font-family: var(--second-font);
    font-size: 180px;
    transition: .3s;

}

.how-we-work__item-title {
    font-size: 24px;
}

.how-we-work__item--final .how-we-work__item-title {
    font-size: 21px;
    font-family: var(--second-font);
}

.how-we-work__item:hover .how-we-work__number {
    color: rgba(161, 198, 59, 0.30);
    transition: .3s;

}


.how-we-work__item--final {
    background: transparent;
}











/* Хлебные крошки */



.breadcrumbs-home {
    display: flex;
    position: relative;
    width: 16px;
    height: 16px;
    color: transparent;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    transition: none;
    background-repeat: no-repeat;
    background-color: var(--main-white);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.3655 16C1.70833 16 1.14983 15.77 0.69 15.31C0.23 14.8502 0 14.2917 0 13.6345V8C0 7.68683 0.0585001 7.38675 0.1755 7.09975C0.2925 6.81275 0.461583 6.55833 0.68275 6.3365L6.31725 0.702C6.54942 0.466 6.81267 0.290001 7.107 0.174001C7.40133 0.0580005 7.699 0 8 0C8.3 0 8.59358 0.0568335 8.88075 0.1705C9.16775 0.284167 9.42867 0.461334 9.6635 0.702L10.6827 1.72125L3.75 8.65375V12.25H12.25V8.65375L8.6885 5.1115L11.3905 2.4155L15.298 6.3365C15.5173 6.55583 15.6892 6.80942 15.8135 7.09725C15.9378 7.38508 16 7.686 16 8V13.6345C16 14.2917 15.7682 14.8502 15.3045 15.31C14.8408 15.77 14.2778 16 13.6155 16H2.3655Z" fill="%23A1C63B"/></svg>');
}



#breadcrumbs span {
    display: flex;
}

#breadcrumbs a {
    color: var(--black--text);
}

#breadcrumbs>span {
    gap: 10px;
    display: flex;
    align-items: center;
}

#breadcrumbs {
    padding: 24px 0;
    margin: 0;
    color: var(--black--text);
    font-size: 14px;
    font-variation-settings: 'wght' 300;
}

.breadcrumbs-separator {
    width: 2px;
    height: 20px;
    background: var(--black--text);
}




/* Страница о компании */


.image-text-list__items {
    gap: 56px;
}

.image-text-list__item {
    gap: 36px;

}

.image-text-list__item>* {
    width: calc(50% - 18px);
}

.image-text-list__item:nth-child(even) {
    flex-direction: row-reverse;
}

.image-text-list__image {
    border-radius: 5px;
    overflow: hidden;
}

.image-text-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Отзывы */


.reviews__head {
    margin-bottom: -5px;
}

.reviews__original-link {
    font-size: 14px;
    color: var(--black--text);
}

.reviews__original {
    gap: 8px;
}

.reviews__slide-inner {
    gap: 12px;
}

.reviews__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

/* Блок форма + ссылки */

.contacts-info__inner {
    gap: 36px;
}



.contacts-info__left {
    width: calc(63% - 16px);
    gap: 36px;
}

.contacts-info__right {
    width: calc(37% - 20px);
}

.contacts-info__block {
    width: calc(50% - 18px);
    padding: 24px 36px;
    background: var(--middle-grey);
    border-radius: 10px;
    gap: 36px;
    overflow: hidden;
}

.contacts-info__block--about {
    width: 100%;
}

.contacts-info__image {
    position: absolute;
    left: calc(100% - 45px);
    top: calc(100% - 70px);
}

.contacts-info__text {
    font-size: 16px;
}

.contacts-info__block--about .contacts-info__image {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
}

.contacts-info__block--about .contacts-info__text {
    width: calc(100% - 170px);
}

.contacts-info__title {
    font-size: 24px;
}

.contacts-info__form-title {
    font-size: 40px;
    margin-bottom: 24px;
    display: inline-block;
}

.contacts-info__form-title b {
    color: var(--main-green);
}

.contacts-info__form-title+img {
    margin: 0 auto;
    display: block;
}


.contacts-info__form {
    padding: 36px;
    background: var(--middle-grey);
    border-radius: 10px;
    width: 100%;
}

.contacts-info__form {
    gap: 24px;
}

.contacts-info__field>label>span {
    font-size: 14px;
    padding: 0 24px;
    color: var(--black--text);

}

.contacts-info__field>label {
    width: 100%;
    gap: 4px;
}

input[type="tel"] {
    border-radius: 10px;
    background: #fff;
    padding: 12px 24px;
    border-color: transparent;
    font-size: 18px;

}

input[type="text"] {
    border-radius: 10px;
    background: #fff;
    padding: 12px 24px;
    border-color: transparent;
    font-size: 18px;
}

input::placeholder {
    color: rgba(0, 0, 0, 0.20);
    font-size: 18px;
    font-family: var(--main-font);
}

.form-copyright {
    font-size: 15px;
    color: var(--black--text);
}

/* Карта */


#map {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}




.route-map-links {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;

}

.route-map-links>div {
    gap: 24px;
}


.route-map-links__link a img {
    max-height: 24px;
}

.route-map-links__link a {
    width: 275px;
}

.route-map-links__link {
    gap: 24px;
}

.map-container {
    position: relative;
    margin-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.map-container::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0.00) 50%, rgba(161, 198, 59, 0.20) 85.82%);
    z-index: 1;
    pointer-events: none;
    /* ключевой момент — карта остаётся кликабельной */
}


/* Контактная информация */

.contact-info-list__title {
    font-size: 16px;
    color: #f1f1f1cc;
    gap: 12px;
}

.contact-info-list__title span {
    color: var(--main-green);
    font-size: 14px;
}

.contact-info-list__item {
    gap: 20px;
}

.contact-info-list {
    gap: 36px;
}

.contact-info-list__icon {
    background: var(--main-green);
    border-radius: 10px;
    width: 46px;
    height: 46px;
}

.contact-info-list__content {
    gap: 8px;
}

.contact-info-list__content a {
    color: var(--black--text);
}



/* Скидки и бонусы */

.page-hero {
    padding: 56px 36px;
    margin-bottom: 90px;
    position: relative;
}

.page-hero>*:not(.page-hero__bg) {
    position: relative;
    z-index: 1;
    max-width: 710px;
    width: 100%;
}

.page-hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 11.3px 0 rgba(0, 0, 0, 0.20);
    left: 0;
    top: 0;
}

.page-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero__bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, #202020 0%, rgba(32, 32, 32, 0.70) 50%, #202020 100%);
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;

}

.page-hero__inner {
    gap: 24px;
}

.page-hero__title {
    padding-bottom: 12px;
    position: relative;
    width: 100%;
}

.page-hero__buttons {
    gap: 24px;
}


.page-hero__title::before {
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #A1C63B 0%, rgba(161, 198, 59, 0.00) 100%);
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    border-radius: 1px;
}



.promo-benefits .cursor-blur {
    width: 145px;
    height: 145px;
    filter: blur(40px);
}


.promo-benefits__list {
    gap: 56px;
}

.promo-benefit {
    width: calc(50% - 28px);
    /* aspect-ratio: 58 / 34; */
    min-height: 340px;
    height: auto;
    background: var(--middle-grey);
    padding: 24px 36px;
    border-radius: 10px;
}

.promo-benefit__image {
    width: 154px;
    height: 154px;
    position: absolute;
    right: 36px;
    bottom: calc(0% - 65px);
}

.promo-benefit__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promo-benefit__content {
    gap: 16px;
    height: 100%;
}

.promo-benefit__type {
    font-size: 14px;
}

.promo-benefit__title {
    font-size: 24px;
    padding-bottom: 16px;
    position: relative;
    width: 100%;
}

.promo-benefit__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(161, 198, 59, 0.00) 0%, #A1C63B 50%, rgba(161, 198, 59, 0.00) 100%);



}



/* Новости и акции */

.news-filter {
    gap: 36px;
    margin-bottom: 56px;
}

.button.news-filter__btn {
    border-radius: 10px;
}

.button.news-filter__btn:not(.button.news-filter__btn.button--active) {
    background: var(--middle-grey);
    border-color: var(--middle-grey);
}

.button.news-filter__btn:not(.button.news-filter__btn.button--active)>span {
    font-variation-settings: 'wght' 400;
    font-weight: 400;
    color: var(--black--text);
}

.button.news-filter__btn:not(.button.news-filter__btn.button--active):hover>span {
    color: var(--black-text);
}


.slide-header__label {
    color: var(--main-green);
    font-size: 50px;
}

.post-card__title-wrap {
    gap: 24px;
}

.post-card {
    width: calc(50% - 28px);
    border-radius: 10px;
    overflow: hidden;
}

.news-list {
    gap: 56px;
}

.post-card__inner {
    position: relative;
    color: var(--black--text);
    height: 100%;
    border-radius: 10px;
}

.post-card__inner-container {
    padding: 0 36px 24px 36px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    pointer-events: none;
    gap: 12px;
}

.post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 3s;
}

.post-card__image {
    aspect-ratio: 510 / 275;
    border-radius: 10px;
    overflow: hidden;
}

.post-card:hover img {
    transform: scale(1.1);
    transition: 3s;
}

.post-card__image::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #202020 100%);
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 2;
}


.with-blur-area {
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    left: 0;
    bottom: 0;
    background: var(--middle-grey);
    border-radius: 10px;
    overflow: hidden;
}

.with-blur-area-container {
    width: 100%;
    height: 100%;
}

.post-card .slide-header {
    margin-bottom: -7px;
    padding: 0 56px;
    gap: 8px;
}

.post-card .slide-header .slide-header__label {
    font-size: 50px;
    line-height: 48px;
}

.post-card .slide-header .slide-counter {
    margin-top: 10px;
}

.post-card__title {
    margin: 0;
    font-size: 18px;
}

.post-card__inner:hover {
    color: var(--black--text) !important;
}

.post-card__title-wrap span {
    opacity: 0;
    transition: .3s;
}

.post-card__title-wrap h3 {
    max-width: calc(100% - 44px);
}

.post-card__inner:hover .post-card__title-wrap span {
    opacity: 1;
    transition: .3s;
}

.post-card .cursor-blur {
    width: 145px;
    height: 145px;
    filter: blur(40px);
}

.end-promo {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 10px;
    background: var(--main-green);
    border-radius: 5px;
    color: var(--black-text);
    font-size: 14px;
    padding: 2px 12px;
}

.end-promo--finished {
    color: var(--black--text);
    background: #FF383C;
}

.blog__slide .post-card {
    width: 100%;
    max-width: 450px;
}




/* Страница каталога */

.catalog-categories__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    overflow: visible;
}

.catalog-categories__item {
    border-radius: 10px;
    background: var(--middle-grey);
    overflow: hidden;
    transition: .3s;
}

.catalog-categories__item:hover {
    transform: scale(1.01);
    transition: .3s;
}

.catalog-categories__thumb {
    height: 180px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.catalog-categories__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 3s;
}

.catalog-categories__item:hover .catalog-categories__thumb img {
    transform: scale(1.1);
    transition: 3s;
}

.catalog-categories__text {
    padding: 24px;
    gap: 12px;
    height: calc(100% - 180px);
}

.catalog-categories__text>div {
    gap: 12px;
}

.catalog-categories__text>div+span {
    opacity: 0;
    transition: .3s;
}

.catalog-categories__item:hover .catalog-categories__text>div+span {
    opacity: 1;
    transition: .3s;
}

.catalog-categories__title {
    margin: 0;
    max-width: calc(100% - 40px);
}

.catalog-categories__link {
    color: var(--black--text);
}

.catalog-categories__link:hover {
    color: var(--black--text) !important;

}

.catalog-categories__meta {
    font-size: 14px;
}

.catalog-categories__list .cursor-blur {
    width: 145px;
    height: 145px;
    filter: blur(40px);
}


.after-catalog-loop .how-we-work__item-title {
    font-size: 21px;
    font-family: var(--second-font);
}



/* Дочерняя категория каталога */



.catalog-products__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
}

.catalog-products__thumb {
    position: relative;
    height: 320px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.catalog-products__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.catalog-products__logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 62px;
    padding: 4px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    width: 100%;
    max-width: 160px;
}

.catalog-products__logo img {
    object-fit: contain;
}


.catalog-products__content {
    border-radius: 0 0 10px 10px;
    padding: 24px;
    background: var(--middle-grey);
    gap: 24px;
}

.catalog-products__title {
    margin: 0;
}

.catalog-products__chars {
    gap: 12px;
}

.catalog-products__char {
    gap: 10px;
}

.catalog-products__buttons{
    gap: 12px;
}