/*============= ALIGNES ===============*/
.alignwide {
    width: 100%;
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
    .alignfull {
        width: 100vw !important;
        max-width: unset;
    }
}

/* =========== BASE CONFIG =========== */
:root {
    --Primary: #3C6F36;
    --Secondary: #F7C02E;
    --Gray-1: #292929;
    --Gray-2: #5C5C5C;
    --Gray-3: #BCBCBC;
    --Gray-4: #DFDFDF;
    --Gray-5: #F8F8F8;
    --White: #FFF;
    --Green: #2E7D32;
    --Green-dark-1: #1B5E20;
    --Green-dark-2: #0D3C0F;
    --Green-dark-3: #76BB40;
    --Green-dark-4: #4A8C3E;
    --Green-light: #A5D6A7;
    --Spring-green: #10B416;
    --Violet: #795BEF;
}

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    box-sizing: inherit;
}

body {
    background: var(--Gray-5, #F8F8F8);
    overflow-x: hidden;
    margin: 0 auto;
    width: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul li {
    list-style-position: inside;
    color: #121212;
    font-size: 18px;
    line-height: 26px;
}

ul li::marker {
    color: #1F2F47;
}

ol li {
    list-style-position: inside;
    color: #121212;
    font-size: 18px;
    line-height: 26px;
}

p {
    margin-bottom: 20px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

p:last-child {
    margin-bottom: 0;
}

.breadcrumbs {
    padding: 60px 0 15px 0;
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    color: var(--Gray-2, #5C5C5C);
}

.breadcrumbs span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.breadcrumbs span.current-item {
    color: var(--Gray-2, #5C5C5C);
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    font-size: calc(0.005 * 100vw + 30.4px);
    line-height: 150%;
    font-weight: 900;
}

h1.page-title {
    margin-bottom: 40px;
    text-transform: uppercase;
}

h2 {
    font-size: calc(0.005 * 100vw + 22.4px);
    line-height: 150%;
    font-weight: 900;
}

h2.block-title {
    margin-bottom: 40px;
    color: var(--Gray-1, #292929);
}

h3 {
    font-size: calc(0.0025 * 100vw + 19.2px);
    line-height: 150%;
    font-weight: 900;
}

h4 {
    font-size: calc(0.0025 * 100vw + 15.2px);
    line-height: 150%;
    font-weight: 900;
}

h5 {
    font-size: calc(0.00125 * 100vw + 13.6px);
    line-height: 150%;
    font-weight: 900;
}

h6 {
    font-size: calc(0.00125 * 100vw + 11.6px);
    line-height: 150%;
    font-weight: 900;
}

h6.bold {
    font-size: calc(0.000625 * 100vw + 10.8px);
    font-weight: 800;
}

.p1 {
    font-size: calc(0.0025 * 100vw + 15.2px);
    line-height: 150%;
    font-weight: 400;
}

.p2 {
    font-size: calc(0.00125 * 100vw + 13.6px);
    line-height: 150%;
    font-weight: 400;
}

.p3 {
    font-size: calc(0.00125 * 100vw + 11.6px);
    line-height: 150%;
    font-weight: 500;
}

.desc {
    color: var(--Gray-2, #5C5C5C);
    font-size: calc(0.000625 * 100vw + 10.8px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
}

.desc-14 {
    color: var(--Gray-2, #5C5C5C);
    font-size: calc(0.00125 * 100vw + 11.6px) !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.text-block {
    color: var(--Gray-1, #292929);
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.text-block p {
    margin-bottom: 15px;
}

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

.text-block ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.text-block ul li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin: 0;
    color: var(--5-b-5-e-63, #5B5E63);
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.text-block ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--5-b-5-e-63, #5B5E63);
}

.text-block ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.text-block h2 {
    margin-top: 40px;
    margin-bottom: 35px;
    color: var(--121212, #121212);
}

.text-block h3 {
    margin-top: 35px;
    margin-bottom: 30px;
    color: var(--121212, #121212);
}

.text-block h4 {
    margin-top: 30px;
    margin-bottom: 25px;
    color: var(--121212, #121212);
}

.text-block h5 {
    margin-top: 25px;
    margin-bottom: 20px;
    color: var(--121212, #121212);
}

.text-block h6 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--121212, #121212);
}

.btn {
    cursor: pointer;
    display: block;
    width: fit-content;
    height: fit-content;
    border-radius: 3px;
    background-color: var(--Primary, #3C6F36);
    padding: 24px 38px;
    border: none;
    color: var(--White, #FFF);
    text-align: center;
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
    transition: background-color 0.15s ease-in;
}

.btn:hover {
    background-color: var(--Secondary, #F7C02E);
}

.btn.invert {
    background-color: var(--Green-dark-1, #1B5E20);
}

.btn.invert:hover {
    background-color: var(--Secondary, #F7C02E);
}

.input {
    cursor: pointer;
    border-radius: 3px;
    background: var(--Green, #2E7D32);
    padding: 24px 30px;
    border: 1px solid transparent;
    color: var(--Gray-3, #BCBCBC);
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

input:required {
    border-left: 3px solid var(--Secondary);
}

.input::placeholder{
    color: var(--Gray-4);
}

.input:hover, .input:focus-visible {
    border-color: var(--Secondary, #F7C02E);
    color: var(--White, #FFF);
}

input {
    outline: none;
}

.block-margin {
    margin-bottom: 60px;
}

.block-padding {
    padding: 100px 0;
}

.swiper-additionals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.swiper-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.swiper-btn-prev, .swiper-btn-next {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 2.4px;
    background: var(--Green, #2E7D32);
    flex-shrink: 0;
    transition: background-color 0.15s ease-in;
}

.swiper-button-disabled {
    background: var(--Gray-2);
    cursor: not-allowed;
    opacity: 0.6;
}

.swiper-btn-prev:hover, .swiper-btn-next:hover {
    background-color: var(--Primary, #3C6F36);
}


.swiper-btn-prev svg, .swiper-btn-prev img, .swiper-btn-next svg, .swiper-btn-next img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.swiper-btn-prev {
    scale: -1;
}

.phone, .email {
    white-space: nowrap;
}

.loading {
    pointer-events: none;
    opacity: 0.7;
}

span {
    color: var(--Green);
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

#main,
#primary {
    min-height: 83vh;
}

.page-banner {
    position: relative;
    min-height: 500px;
    padding-top: 50px;
    background: var(--Green-dark-3, #76BB40);
    z-index: 0;
    border-radius: 0 0 20px 20px;
    margin-top: -50px;
    margin-bottom: 40px;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Green-dark-3, #76BB40);
    z-index: -3;
}

.page-banner .breadcrumbs {
    padding: 40px 0 10px 0;
    font-size: calc(0.125vw + 11.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: var(--Gray-5, #5C5C5C);
}

.page-banner .breadcrumbs span.current-item {
    color: var(--Gray-5, #5C5C5C);
}

.page-banner .page-title {
    margin-bottom: 20px;
    color: var(--White);
}

.page-banner .description {
    max-width: 560px;
    color: var(--White);
}

.page-banner__image {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.page-banner__image img, .page-banner__image svg {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    height: 85%;
    object-fit: contain;
}

.page-banner__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    z-index: -2;
}

.page-banner__bg img, .page-banner__bg svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    text-align: center;
}

.navigation.pagination .page-numbers {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1C0130;
    margin: 0 10px;
}

.navigation.pagination .page-numbers.current {
    font-weight: 750;
}

.navigation.pagination a.prev {
    margin-right: 100px;
    margin-left: -100px;
}

.navigation.pagination a.next {
    margin-right: -100px;
    margin-left: 100px;
}

/*============ HEADER =================*/
#header {
    position: relative;
    z-index: 99;
}

#header .logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

#header .logo__image {
    width: 70px;
    height: 70px;
}

#header .logo__image img, #header .logo__image svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .logo__text {
    color: var(--Green-dark-3, #F7C02E);
    font-size: calc(0.0025 * 100vw + 21.2px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 39px */
    text-transform: uppercase;
}

#header .header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px 0;
}

#header .header__top-parent {
    background: var(--White, #76BB40);
}

#header .header__top-info {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

#header .header__top .header-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

#header .header__top .header-info__icon {
    width: 20px;
    height: 20px;
}

#header .header__top .header-info__icon svg, #header .header__top .header-info__icon img {
    width: 100%;
    height: 100%;
}

#header .header__top .header-info__icon svg path, #header .header__bottom .phones .phone-first__icon svg path{
	fill: var(--Green-dark-3);
}
#Vector > path:nth-child(2){
	stroke: var(--Green-dark-1);
}
#header .header__top .header-info__text {
    color: var(--Green-dark-1);
}

#header .header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 50px;
}

#header .header__bottom-parent {
    background: var(--White, #76BB40);
}

#header .header__bottom #searchform {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-grow: 1;
    margin-left: 50px;
    margin-right: 25px;
    z-index: 1;
}

#header .header__bottom #searchform::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 3px;
    border: 1px solid var(--Green-dark-3, #DFDFDF);
    opacity: 0.5;
    z-index: -1;
}

#header .header__bottom #searchform input[type=text] {
    background-color: transparent;
    border: none;
    padding: 18px 27px;
    color: var(--Green-dark-3, #BCBCBC);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

#header .header__bottom #searchform input[type=text]::placeholder{
    color: var(--Green-dark-3);
}

#header .header__bottom #searchform #searchsubmit {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 44px;
    border: none;
}

#header .header__bottom .phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#header .header__bottom .phones .phone {
    width: fit-content;
}

#header .header__bottom .phones .phone-first {
    display: flex;
    align-items: center;
    gap: 10px;
}

#header .header__bottom .phones .phone-first__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

#header .header__bottom .phones .phone-first__icon svg, #header .header__bottom .phones .phone-first__icon img {
    width: 100%;
    height: 100%;
}

#header .header__bottom .phones .phone__name {
    color: var(--Green-dark-3);
}

#header .header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    border-radius: 5px;
    background: var(--Green, #2B5027);
    padding: 10px;
}

#header .header__menu-parent {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    z-index: 2;
}

#header .header__menu-parent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--White, #76BB40);
    z-index: -1;
}

#header .header__menu .catalog {
    position: relative;
}

#header .header__menu .catalog::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

#header .header__menu .catalog:hover::before {
    pointer-events: auto;
}

#header .header__menu .catalog:hover .catalog__items {
    pointer-events: auto;
    opacity: 1;
}

#header .header__menu .catalog__icon {
    width: 24px;
    height: 24px;
}

#header .header__menu .catalog__icon svg, #header .header__menu .catalog__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .header__menu .catalog__icon svg path, #header .header__menu .catalog__icon img path {
    stroke: var(--White);
}

#header .header__menu .catalog__items {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease-in;
}

#header .header__menu .catalog__list {
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    background-color: var(--White);
    z-index: 9;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

#header .header__menu .catalog__list.sub-items {
    pointer-events: none;
    left: unset;
    bottom: unset;
    top: 0;
    right: 2px;
    transform: translateX(100%);
    opacity: 0;
    transition: opacity 0.15s ease-in;
}

#header .header__menu .catalog__list.sub-items .item {
    padding: 15px 30px;
}

#header .header__menu .catalog__list .item-wrapper {
    position: relative;
}

#header .header__menu .catalog__list .item-wrapper:hover .sub-items {
    pointer-events: auto;
    opacity: 1;
}

#header .header__menu .catalog__list .item {
    display: flex;
    align-items: center;
    background-color: var(--White);
    padding: 4px 15px;
    transition: background-color 0.15s ease-in;
}

#header .header__menu .catalog__list .item:hover {
    background-color: var(--Gray-5);
}

#header .header__menu .catalog__list .item__icon {
    width: 41px;
    height: 41px;
    object-fit: contain;
    margin-right: 20px;
    flex-shrink: 0;
}

#header .header__menu .catalog__list .item__icon img, #header .header__menu .catalog__list .item__icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .header__menu .catalog__list .item__name {
    margin-right: 10px;
    /*white-space: nowrap;*/
    color: var(--Gray-1, #292929);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
}

#header .header__menu .catalog__list .item__arrow {
    width: 24px;
    height: 24px;
    margin-left: auto;
}

#header .header__menu .catalog__list .item__arrow svg, #header .header__menu .catalog__list .item__arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .header__menu .catalog .btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 15px 25px;
    z-index: 1;
}

#header .header__menu .home {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
}

#header .header__menu .home__icon {
    width: 20px;
    height: 20px;
}

#header .header__menu .home__icon svg, #header .header__menu .home__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .header__menu .home__icon svg path, #header .header__menu .home__icon img path {
    fill: var(--White);
}

#header .header__menu .menuTop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 125px;
    list-style: none;
    margin-right: auto;
}

#header .header__menu .menuTop li a {
    color: var(--White, #FFF);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
    display: none;
    flex-direction: column;
    background-color: transparent;
    height: 40px;
    width: 40px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 2px;
    flex-shrink: 0;
}

#header .burger.open_menu span {
    background-color: var(--Secondary);
    width: 30px;
    height: 4px;
    transition: all 0.3s ease-in;
    pointer-events: none;
}

#header .burger.open_menu.clicked {
    background-color: var(--Secondary);
}

#header .burger.open_menu.clicked span {
    background-color: #fff;
}

#header #mobile-mnu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 320px;
    background-color: #f1f2f3;
    padding: 30px;
    transition: all 0.3s ease-in;
    transform: translateX(-350px);
    z-index: 9999;
}

#header #mobile-mnu #close-mnu {
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: block;
    color: var(--Secondary);
}

#header #mobile-mnu a {
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu a:hover {
    color: var(--Secondary);
}

#header #mobile-mnu .logo__holder {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#header #mobile-mnu .logo__holder img {
    max-height: 60px;
}

#header #mobile-mnu .menuTop {
    list-style-type: none;
    margin: 10px 0;
}

#header #mobile-mnu .menuTop li {
    margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
    color: var(--Secondary);
}

#header #mobile-mnu .menuTop li.active a {
    color: var(--Secondary);
}

#header #mobile-mnu .adresses__holder {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    width: 100%;
}

#header #mobile-mnu .adresses__holder:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-image: url("../images/map.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

#header #mobile-mnu .adresses__holder p {
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .email__holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
    color: var(--Secondary);
}

#header #mobile-mnu .email__holder .email__item svg {
    margin-right: 10px;
}

#header #mobile-mnu .email__holder .email__item svg path {
    stroke: var(--Primary);
}

#header #mobile-mnu .phones__holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
    color: var(--Secondary);
}

#header #mobile-mnu .phones__holder .phone__item svg {
    margin-right: 10px;
}

#header #mobile-mnu .phones__holder .phone__item svg path {
    stroke: var(--Primary);
}

#header #mobile-mnu .soc__holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #3A899A;
    transition: background-color 0.3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
    background-color: #609FA8;
}

#header #mobile-mnu.opened {
    transform: translateX(0);
}

/*============ FOOTER ===============*/

#footer .footer__map * {
    width: 100%;
    height: 100%;
}

#footer .footer__map {
    aspect-ratio: 16/7;
    width: 100%;
    height: auto;
}

#footer .footer__wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    background: var(--Gray-1, #292929);
}

#footer .footer__form {
    position: relative;
    z-index: 1;
}

#footer .footer__form::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--Gray-1, #292929);
    z-index: -1;
}

#footer .footer__form-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 50px 60px;
    background: var(--Green-dark-3);
    z-index: 1;
}

#footer .footer__form .form .btn {
    width: 100%;
    height: 100%;
}

#footer .footer__form .form__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: auto;
    height: 100%;
    z-index: -2;
}

#footer .footer__form .form__bg img, #footer .footer__form .form__bg svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer .footer__form .form__image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    z-index: -1;
}

#footer .footer__form .form__title {
    max-width: 750px;
    margin-bottom: 30px;
    color: var(--White, #FFF);
    font-size: calc(0.00375 * 100vw + 24.8px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 48px */
}

#footer .footer__form .form-callback {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

#footer .footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 60px;
}

#footer .footer__top .logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

#footer .footer__top .logo__image {
    width: 71.744px;
    height: 71.744px;
    flex-shrink: 0;
}

#footer .footer__top .logo__image img, #footer .footer__top .logo__image svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .footer__top .logo__text {
    color: var(--Green-dark-3, #F7C02E);
    font-size: calc(0.00375 * 100vw + 18.8px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 39px */
    text-transform: uppercase;
}

#footer .footer__menu .menuFooter {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer .footer__menu .menuFooter li a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    color: var(--White, #FFF);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

#footer .footer__menu .menuFooter li a:hover {
    border-color: var(--Secondary);
    color: var(--Secondary, #F7C02E);
}

#footer .footer__contacts-title {
    margin-bottom: 20px;
    color: var(--White, #FFF);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
}

#footer .footer__contacts .contacts {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#footer .footer__contacts .contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

#footer .footer__contacts .contact.phones {
    align-items: flex-start;
}

#footer .footer__contacts .contact__icon {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 2px;
    background: var(--Secondary, #F7C02E);
}

#footer .footer__contacts .contact__icon svg, #footer .footer__contacts .contact__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#footer .footer__contacts .contact__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#footer .footer__contacts .contact__wrapper .item {
    color: var(--White, #FFF);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
    transition: color 0.15s ease-in;
}

#footer .footer__contacts .contact__wrapper .item.phone:hover, #footer .footer__contacts .contact__wrapper .item.email:hover {
    color: var(--Secondary);
}

#footer .footer__contacts .contact__wrapper .item.phone {
    color: var(--White, #FFF);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
}

#footer .footer__contacts .contact__wrapper .item.phone:first-child {
    padding-top: 3px;
    color: var(--White, #FFF);
    font-size: calc(0.00125 * 100vw + 17.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 30px */
}

#footer .footer__contacts .contact__wrapper .item.address {
    max-width: 240px;
}

#footer .footer__additionals {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

#footer .footer__additionals .btn {
    width: 245px;
}

#footer .footer__additionals .socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#footer .footer__additionals .socials .social {
    width: 50px;
    height: 50px;
}

#footer .footer__additionals .socials .social svg, #footer .footer__additionals .socials .social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid var(--Gray-2, #5C5C5C);
}

#footer .footer__bottom .policy {
    color: var(--ffffff, #FFF);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

#footer .footer__bottom .grampus {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    color: var(--ffffff, #FFF);
    text-align: right;
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

/* ============== MODAL ============= */
#modal-success, #modal-error {
    text-align: center;
}

.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.theme-modal {
    overflow: auto;
    width: 600px;
    height: fit-content;
    max-height: 90vh;
    max-width: 90vw;
    padding: 25px 30px;
    border-radius: 10px;
    background-color: var(--White);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    transition: transform 0.3s ease-in;
    z-index: 99999;
}

.theme-modal.modal-open {
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.theme-modal .close-modal {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 40px;
    font-weight: 750;
    color: #374957;
    cursor: pointer;
}

.theme-modal .form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.theme-modal .form__title {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.theme-modal .form__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
}

.theme-modal .form .btn {
    width: 100%;
}

.theme-modal .form .policy {
    margin-top: 15px;
    text-align: center;
    color: var(--Gray-1, #292929);
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.theme-modal .form .policy-link {
    color: var(--Gray-1, #292929);
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    transition: color 0.15s ease-in;
}

.theme-modal .form .policy-link:hover {
    color: var(--Primary);
}

.error-page__content {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.error-page__text {
    max-width: 580px;
    color: var(--Gray-1, #292929);
    font-size: calc(0.005 * 100vw + 30.4px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 60px */
    text-transform: uppercase;
}

.error-page__btn {
    width: 245px;
}

.error-page__title {
    position: absolute;
    bottom: 0;
    right: calc((100% - 1200px) / 2);
    color: var(--White, #FFF);
    text-align: right;
    font-size: calc(0.1375 * 100vw + 116px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 570px */
    text-transform: uppercase;
    z-index: -1;
}

.archive-products h1.page-title {
    margin-bottom: 25px;
}

.archive-products .archive__wrapper {
    display: flex;
    gap: 25px;
}

.archive-products .archive__content {
    flex-grow: 1;
}

.archive-products .archive__content .subcategories {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.archive-products .archive__content .subcategories::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background: var(--Gray-4, #DFDFDF);
}

.archive-products .archive__content .subcategories .subcategory {
    position: relative;
    padding: 20px 25px 25px 25px;
    border-radius: 10px;
    background-color: var(--White, #FFF);
    z-index: 0;
    transition: background-color 0.15s ease-in;
}

.archive-products .archive__content .subcategories .subcategory:hover {
    background-color: var(--Green-light);
}

.archive-products .archive__content .subcategories .subcategory__title {
    display: block;
    margin-bottom: 15px;
    color: var(--Gray-1, #292929);
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 24px */
    transition: color 0.15s ease-in;
}

.archive-products .archive__content .subcategories .subcategory__title:hover {
    color: var(--Primary, #3C6F36);
}

.archive-products .archive__content .subcategories .subcategory__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    width: 135px;
    height: 100px;
    object-fit: cover;
    z-index: -1;
}

.archive-products .archive__content .subcategories .subcategory__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.archive-products .archive__content .subcategories .subcategory__items .item {
    position: relative;
    color: var(--Gray-1, #292929);
    z-index: 1;
    transition: color 0.15s ease-in, padding-left 0.15s ease-in;
}

.archive-products .archive__content .subcategories .subcategory__items .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--Primary);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.15s ease-in, left 0.15s ease-in;
}

.archive-products .archive__content .subcategories .subcategory__items .item:hover {
    padding-left: 7px;
    color: var(--Primary, #3C6F36);
}

.archive-products .archive__content .subcategories .subcategory__items .item:hover::before {
    left: 0;
    opacity: 1;
}

.archive-products .archive__holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    transition: opacity 0.15s ease-in;
}

.archive__banner {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: var(--Green-dark-2, #0D3C0F);
    padding: 36px 43px 25px 43px;
    margin-bottom: 25px;
    z-index: 1;
}

.archive__banner .banner__content {
    width: fit-content;
    padding-right: 75px;
    border-right: 1px solid var(--Green-dark-4);
}

.archive__banner .banner__description {
    max-width: 142px;
    margin-bottom: 13px;
    color: var(--White, #FFF);
}

.archive__banner .banner__price {
    display: flex;
    flex-direction: column;
}

.archive__banner .banner__price .price__title {
    color: var(--Gray-5, #F8F8F8);
}

.archive__banner .banner__price .price__value {
    color: var(--Secondary, #F7C02E);
    font-size: calc(0.00375 * 100vw + 24.8px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 48px */
}

.archive__banner .banner__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    z-index: -1;
}

.archive__banner .banner__bg-text {
    position: absolute;
    right: 0;
    bottom: -28px;
    z-index: -2;
    color: var(--Green-dark-1, #1B5E20);
    font-size: calc(0.021875 * 100vw + 43px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 127.5px */
    text-transform: uppercase;
}

.category-ajax-filter {
    position: relative;
    /* display: flex; */
    display: none;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.category-ajax-filter::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background: var(--Gray-4, #DFDFDF);
}

.category-ajax-filter .terms {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.category-ajax-filter .terms .term {
    width: 290px;
    display: flex;
    flex-direction: column;
}

.category-ajax-filter .terms .term:first-child {
    position: relative;
    z-index: 2;
}

.category-ajax-filter .terms .term__name {
    margin-bottom: 10px;
}

.category-ajax-filter .terms .term__holder {
    cursor: pointer;
    position: relative;
    padding: 15px 10px 15px 20px;
    border-radius: 5px;
    background: var(--White, #FFF);
    z-index: 1;
}

.category-ajax-filter .terms .term__holder-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--Gray-1, #292929);
    z-index: 0;
}

.category-ajax-filter .terms .term__holder-items {
    position: absolute;
    bottom: 15px;
    left: 0;
    overflow: auto;
    max-height: 350px;
    width: 100%;
    height: auto;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 10px 20px 20px;
    border-radius: 5px;
    background: var(--White, #FFF);
    z-index: 2;
}

.category-ajax-filter .terms .term__holder-items .item {
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.15s ease-in;
}

.category-ajax-filter .terms .term__holder-items .item:hover {
    color: var(--Primary);
}

.category-ajax-filter .btn {
    width: 170px;
    padding: 14px 25px;
}

.products-categories {
    position: relative;
    width: 270px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    background: var(--White, #FFF);
    flex-shrink: 0;
    z-index: 10;
    transition: left 0.3s ease-in;
}

.products-categories.active {
    left: 0 !important;
}

.products-categories #close-filter {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--Primary);
    color: var(--White);
    z-index: 3;
}

.products-categories #open-filter {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: var(--Primary);
}

.products-categories #open-filter svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.products-categories #open-filter svg path {
    stroke: var(--White);
}

.products-categories .main-category {
    padding: 10px;
}

.products-categories .main-category__name {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5px;
}

.products-categories .main-category__name:hover .main-category__name-wrapper, .products-categories .main-category__name.active .main-category__name-wrapper {
    color: var(--Primary, #3C6F36);
}

.products-categories .main-category__name.active svg {
    scale: -1;
}

.products-categories .main-category__name-wrapper {
    color: var(--Gray-1, #292929);
    transition: color 0.15s ease-in;
}

.products-categories .main-category__name svg {
    transition: scale 0.15s ease-in;
}

.products-categories .main-category__subcategories {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 20px;
}

.products-categories .main-category__subcategories .subcategory {
    color: var(--Gray-2, #5C5C5C);
    transition: color 0.15s ease-in;
}

.products-categories .main-category__subcategories .subcategory:hover, .products-categories .main-category__subcategories .subcategory.active {
    color: var(--Primary, #3C6F36);
}

.product-card {
    overflow: hidden;
    max-width: 290px;
    height: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid var(--Gray-4, #DFDFDF);
    background: var(--White, #FFF);
    box-sizing: border-box;
}

.product-card * {
    /*box-sizing: border-box;*/
}

.product-card:hover .product-card__thumbnail img {
    scale: 1.1;
}

.product-card:hover .product-card__title {
    color: var(--Green, #2E7D32);
}

.product-card:hover .link-btn {
    background-color: var(--Secondary, #F7C02E);
}

.product-card__thumbnail {
    aspect-ratio: 290/240;
}

.product-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center bottom;
    transition: scale 0.15s ease-in;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    padding: 18px 20px 16px 20px;
}

.product-card__additional {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
}

.product-card__title {
    margin-bottom: 15px;
    color: var(--Gray-1);
    transition: color 0.15s ease-in;
}

.product-card__bottom {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: auto;
}

.product-card__price {
    display: flex;
    flex-direction: column;
}

.product-card__price .price__main-price {
    white-space: nowrap;
    color: var(--Gray-1, #292929);
    font-size: calc(0.00375 * 100vw + 24.8px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 48px */
}

.product-card__price .price__second-price {
    margin-bottom: -5px;
    white-space: nowrap;
    color: var(--Gray-3);
    text-decoration: line-through;
}

.product-card .link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    margin-left: auto;
}

.single-products .product__wrapper {
    display: flex;
    gap: 25px;
}

.single-products .product__info {
    width: calc(100% - 295px);
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.single-products .product__info-wrapper {
    display: flex;
    gap: 40px;
}

.single-products .product__title {
    color: var(--Gray-1, #292929);
    font-size: calc(0.0025 * 100vw + 19.2px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 36px */
}

.single-products .product__additionals {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--Gray-4);
}

.single-products .product__additionals .additionals__item {
    color: var(--Gray-2, #5C5C5C);
    font-size: calc(0.000625 * 100vw + 10.8px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

.single-products .product__additionals .additionals__item:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.single-products .product__additionals .additionals__item:nth-child(2)::before {
    content: "";
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: var(--Gray-2, #5C5C5C);
}

.single-products .product__thumbnail {
    position: relative;
    width: 370px;
    height: 370px;
    flex-shrink: 0;
    z-index: 1;
}

.single-products .product__thumbnail .images {
    display: none;
}

.single-products .product__thumbnail .thumbnail__count {
    position: absolute;
    top: 20px;
    left: 20px;
    min-width: 53px;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 5px;
    border-radius: 10px;
    background: var(--Secondary, #F7C02E);
    z-index: 1;
    flex-shrink: 0;
    color: var(--White, #FFF);
}

.single-products .product__thumbnail .thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 0;
}

.single-products .product__main-info {
    display: flex;
    flex-direction: column;
}

.single-products .product__short-description {
    margin-bottom: 20px;
}

.single-products .product__short-description .short-description__title {
    color: var(--Gray-1, #292929);
}

.single-products .product__short-description .short-description__text {
    color: var(--5-b-5-e-63, #5B5E63);
}

.single-products .product__price {
    display: flex;
    flex-direction: column;
}

.single-products .product__price-wrapper {
    display: flex;
    align-items: center;
    gap: 75px;
    margin-top: auto;
    padding: 25px 35px;
    border-radius: 10px;
    background: var(--Green-dark-2, #0D3C0F);
    width: fit-content;
}

.single-products .product__price-wrapper .btn {
    padding: 14px 25px;
}

.single-products .product__price .price__main-price {
    white-space: nowrap;
    color: var(--White, #FFF);
    font-size: calc(0.005 * 100vw + 22.4px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 48px */
}

.single-products .product__price .price__second-price {
    white-space: nowrap;
    color: var(--Gray-3, #BCBCBC);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration: line-through;
}

.single-products .product__data .data__tabs {
    position: relative;
    display: flex;
    gap: 95px;
    margin-bottom: 20px;
}

.single-products .product__data .data__tabs::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--Gray-4, #DFDFDF);
}

.single-products .product__data .data__tabs .tab {
    cursor: pointer;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    color: var(--Gray-3, #BCBCBC);
    font-size: calc(0.000625 * 100vw + 10.8px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
    transition: border-color 0.15s ease-in, color 0.15s ease-in;
}

.single-products .product__data .data__tabs .tab.active {
    border-color: var(--Green, #2E7D32);
    color: var(--Green, #2E7D32);
}

.single-products .product__data .data__tabs .tab:hover {
    color: var(--Green, #2E7D32);
}

.single-products .product__data .data__body {
    padding: 35px 35px 45px 40px;
    border-radius: 10px;
    background: var(--White, #FFF);
}

.single-products .product__data .data__title {
    margin-bottom: 10px;
    color: var(--121212, #121212);
}

.single-products .product__data .data__text {
    color: var(--5-b-5-e-63, #5B5E63);
}

.single-products .product__data .data__table {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 95px;
    grid-row-gap: 15px;
}

.single-products .product__data .data__table-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.single-products .product__data .data__table-item .item__name {
    color: var(--Gray-2, #5C5C5C);
}

.single-products .product__data .data__table-item .item__value {
    color: var(--Gray-1, #292929);
}

.single-products .product__other-products-block .swiper-btns {
    margin-left: auto;
}

.single-products .product__products-categories {
    background-color: var(--White);
}

.single-products .product__products-categories .categories-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.single-products .product__products-categories .category {
    display: flex;
    gap: 10px;
    padding: 15px 25px;
    background-color: var(--White);
    border-radius: 5px;
    border: 1px solid var(--Primary, #3C6F36);
    transition: background-color 0.15s ease-in;
}

.single-products .product__products-categories .category:hover {
    background-color: var(--Primary);
}

.single-products .product__products-categories .category:hover .category__name, .single-products .product__products-categories .category:hover .category__products-count {
    color: var(--White);
}

.single-products .product__products-categories .category__name {
    color: var(--Primary, #3C6F36);
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    transition: color 0.15s ease-in;
}

.single-products .product__products-categories .category__products-count {
    color: var(--Primary, #3C6F36);
    font-feature-settings: "sups" on;
    font-size: calc(0.00125 * 100vw + 13.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    transition: color 0.15s ease-in;
}

.simplebar-track {
    overflow: visible;
    right: unset;
    left: 0;
}

.simplebar-track::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: var(--Gray-4);
}

.simplebar-track .simplebar-scrollbar::before {
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    border-radius: 41px;
    background: var(--Secondary, #F7C02E);
}

/*SEARCH*/

.search-page .search__holder{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search-page .search__item{
    color: var(--Gray-1, #292929);
    font-size: calc(0.005 * 100vw + 18px);
    line-height: 150%;
    font-weight: 900;

    transition: color .15s ease-in;
}
.search-page .search__item:hover{
    color: var(--Primary, #3C6F36);
}


/* ============= MEDIA QUERIES =========== */
@media (max-width: 1221px) {
    .page-banner{
        padding-top: 80px;
    }
    .single-products .product__info {
        width: 100%;
    }

    #footer .footer__top {
        flex-wrap: wrap;
    }

    #footer .footer__additionals {
        margin-left: auto;
    }

    .breadcrumbs {
        padding: 80px 0 15px 0;
    }

    .single-products .product__price-wrapper {
        justify-content: space-between;
    }

    .single-products .products-categories {
        overflow: auto;
        position: fixed;
        top: 0;
        height: 100%;
        padding-top: 40px;
        left: -100%;
        z-index: 999;
        transition: left 0.3s ease-in;
    }

    .single-products .products-categories #open-filter {
        display: flex;
    }

    .single-products .products-categories #close-filter {
        display: flex;
    }

    .page-banner__image img, .page-banner__image svg {
        right: -15%;
    }

    #header .header__menu .menuTop {
        width: 100%;
        gap: 20px;
    }

    #header .header__bottom {
        padding-bottom: 80px;
    }

    .error-page__title {
        right: 0;
    }

    .archive-products .archive__content .subcategories .subcategory__icon {
        opacity: 0.3;
        z-index: -2;
    }
}

@media (max-width: 992px) {
    #footer .footer__form-wrapper {
        padding: 25px 30px;
    }

    #footer .footer__form .form-callback {
        grid-template-columns: repeat(2, 1fr);
    }

    #footer .footer__form .form .btn {
        grid-column: 1/span 2;
    }

    .single-products .product__thumbnail {
        aspect-ratio: 1/1;
        width: 50%;
        height: auto;
    }

    .single-products .product__info-wrapper {
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .single-products .product__main-info {
        width: 100%;
    }

    .products-categories {
        overflow: auto;
        position: fixed;
        top: 0;
        height: 100%;
        padding-top: 40px;
        left: -100%;
        z-index: 999;
    }

    .products-categories #close-filter {
        display: flex;
    }

    .products-categories #open-filter {
        display: flex;
    }

    #header .header__bottom {
        flex-wrap: wrap;
        gap: 20px;
    }

    #header .header__bottom #searchform {
        order: 3;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 769px) {
    #header .header__menu{
        gap: 50px;
    }

    .page-banner{
        padding-top: 90px;
    }
    .page-banner__image img, .page-banner__image svg {
        height: auto;
        right: -35%;
    }

    .block-padding {
        padding: 50px 0;
    }

    #footer .footer__wrapper {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    #footer .footer__top {
        padding-bottom: 30px;
    }

    #footer .footer__menu .menuFooter {
        gap: 10px;
    }

    #footer .footer__contacts .contacts {
        gap: 15px;
    }

    #footer .footer__additionals {
        gap: 10px;
    }

    #footer .footer__additionals .btn {
        padding: 15px 20px;
        width: fit-content;
    }

    #footer .footer__additionals .socials {
        gap: 5px;
    }

    #footer .footer__bottom {
        padding-top: 15px;
    }

    .category-ajax-filter .terms {
        flex-wrap: wrap;
    }

    .category-ajax-filter .terms .term {
        flex-grow: 1;
    }

    .single-products .product__price-wrapper {
        padding: 15px 25px;
        gap: 20px;
    }

    .single-products .product__info {
        gap: 20px;
    }

    .single-products .product__data .data__body {
        padding: 20px;
    }

    .single-products .product__data .data__table {
        grid-column-gap: 20px;
    }

    .single-products .product__products-categories .category {
        padding: 10px 15px;
    }

    h2.block-title {
        margin-bottom: 20px;
    }

    .product-card__content {
        padding: 10px 15px;
    }

    .product-card__title {
        margin-bottom: 10px;
    }

    .breadcrumbs {
        padding: 75px 0 15px 0;
    }

    .archive-products h1.page-title {
        margin-bottom: 15px;
    }

    .archive-products .archive__holder {
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-products .archive__content .subcategories {
        padding-bottom: 10px;
        margin-bottom: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-products .archive__content .subcategories .subcategory {
        padding: 10px 15px 15px 15px;
    }

    .archive-products .archive__content .subcategories .subcategory__title {
        margin-bottom: 10px;
    }

    .archive-products .archive__content .subcategories .subcategory__items {
        gap: 5px;
    }

    .block-margin {
        margin-bottom: 30px;
    }

    .page-banner .breadcrumbs {
        padding: 20px 0 10px 0;
    }

    #header .header__top {
        gap: 10px;
    }

    #header .header__top-info {
        gap: 5px;
    }

    #header .header__bottom {
        padding-top: 10px;
        padding-bottom: 70px;
        gap: 10px;
    }

    #header .header__menu .catalog .btn {
        padding: 10px 15px;
    }

    #header .header__menu .catalog__list.sub-items {
        right: 75px;
    }

    #header .header__menu .menuTop {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    #header .header__menu .catalog__list .item-wrapper .sub-items{
        width: 220px;
    }

    .block-padding {
        padding: 25px 0;
    }

    #header .header__menu .catalog__list.sub-items {
        right: 250px;
    }

    #header .header__menu .catalog__list.sub-items .item {

        padding: 5px 10px;
    }

    .theme-modal {
        padding: 10px 15px;
    }

    .input {
        padding: 15px 20px;
    }

    .btn {
        padding: 15px 20px;
    }

    #footer .footer__form-wrapper {
        padding: 15px;
    }

    #footer .footer__form .form-callback {
        grid-template-columns: 1fr;
    }

    #footer .footer__form .form__title {
        margin-bottom: 15px;
    }

    #footer .footer__form .form .btn {
        grid-column: 1/span 1;
    }

    #footer .footer__bottom {
        flex-direction: column;
        gap: 10px;
    }

    .single-products .product__thumbnail {
        width: 80%;
    }

    .single-products .product__data .data__body {
        padding: 10px;
    }

    .single-products .product__products-categories .category {
        padding: 5px 10px;
    }

    h2.block-title {
        margin-bottom: 10px;
    }

    .swiper-additionals {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .swiper-btns {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .swiper-btn-prev, .swiper-btn-next {
        padding: 5px;
    }

    .product-card .link-btn {
        padding: 6px;
    }

    .archive-products .archive__content .subcategories {
        grid-template-columns: 1fr;
    }

    .archive__banner {
        padding: 15px 20px;
    }

    .archive__banner .banner__content {
        padding-right: 25px;
    }

    .archive__banner .banner__icon {
        opacity: 0.7;
    }

    .page-banner {
        margin-bottom: 20px;
    }

    .breadcrumbs {
        padding: 60px 0 10px 0;
    }

    .block-margin {
        margin-bottom: 15px;
    }

    .page-banner .breadcrumbs {
        padding: 10px 0 5px 0;
    }

    .page-banner .page-title {
        margin-bottom: 10px;
    }

    .error-page__content {
        align-items: center;
        gap: 30px;
        text-align: center;
    }
}

@media (max-width: 498px) {
    .single-products .product__short-description {
        margin-bottom: 10px;
    }

    .single-products .product__data .data__tabs {
        gap: 25px;
    }

    .single-products .product__data .data__table {
        grid-template-columns: 1fr;
    }

    .product-card__content {
        padding: 10px;
    }

    .product-card .link-btn {
        display: none;
    }

    #header .header__top {
        flex-direction: column;
    }

    #header .header__top * {
        text-align: center;
    }

    #header .header__top-info {
        flex-direction: column;
        align-items: center;
    }

    #header .header__bottom {
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
    }

    #header .header__bottom #searchform input[type=text] {
        padding: 10px 15px;
    }

    #header .header__bottom #searchform #searchsubmit {
        padding: 10px 15px;
    }

    #header .header__menu .menuTop, #header .header__menu .home {
        display: none;
    }

    #header .header__menu .burger {
        display: flex;
    }
}

@media (max-width: 375px) {
    .single-products .product__price-wrapper {
        flex-direction: column;
        gap: 5px;
        padding: 10px;
    }

    .archive-products .archive__holder {
        grid-template-columns: 1fr;
    }
}

/*# sourceMappingURL=main.css.map */
