html, body {
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: "LaroRegular", sans-serif;
}

main, .site-content {
    flex: 1;
}
footer {
    padding: 60px 0;
    background: rgba(54,83,49,1);
}
.custom-logo img {
    width: 145px;
    height: 30px;
}
.header--top-line {
    background: rgba(66,66,66,1);
    color: #fff;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 50px;
    font-family: Arial, sans-serif;
}

.header--top-line a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.header--top-line a:first-child {
    width: 20%;
}

.header--top-line a:last-child {
    width: 80%;
}

.header--bottom-line {
    background: rgba(54,83,49,1);
    font-family: "LatoRegular", sans-serif;
}

.icon {
    max-width: 30px;
    max-height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: rgba(22, 152, 76, 1);
}


.hero .swiper, .hero {
    width: 100%;
    height: 100%;
}

.hero .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.hero .swiper-slide--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: 0.7;
}

@media (min-width: 1500px) {
    .hero .swiper-slide {
        height: 800px;
    }
}

.hero-slider--content {
    margin-top: 200px;
    position: relative;
}

.hero-slider--content a {
    text-decoration: none;
    color: #fff;
}

.hero-slider--title {
    margin-bottom: 20px;
}

.hero-slider--title p {
    color: #fff;
    font-family: LatoRegular, sans-serif;
    font-size: 78px;
}

.button {
    width: 195px;
    height: 46px;
    background: rgba(54,83,49,1);
    transition: all 0.3s;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border-radius: 0;
}

.button:hover {
    background: rgba(22,153,78,1);
}

[data-name="bottomslide"] {
    -ms-animation: bottomslide-in 1s linear;
    -o-animation: bottomslide-in 1s linear;
    -webkit-animation: bottomslide-in 1s linear;
    animation: bottomslide-in 1s linear;
    -ms-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes bottomslide-in {
    0% {
        opacity:0;
        -webkit-transform:translate(0, 200px);
        -ms-transform:translate(0, 200px);
        visibility:visible
    }
    100% {
        opacity:1;
        -webkit-transform:translate(0);
        -ms-transform:translate(0);
        visibility:visible
    }
}
@-ms-keyframes bottomslide-in {
    0% {
        opacity:0;
        -webkit-transform:translate(0, 200px);
        -ms-transform:translate(0, 200px);
        visibility:visible
    }
    100% {
        opacity:1;
        -webkit-transform:translate(0);
        -ms-transform:translate(0);
        visibility:visible
    }
}
@-o-keyframes bottomslide-in {
    0% {
        opacity:0;
        -webkit-transform:translate(0, 200px);
        -ms-transform:translate(0, 200px);
        visibility:visible
    }
    100% {
        opacity:1;
        -webkit-transform:translate(0);
        -ms-transform:translate(0);
        visibility:visible
    }
}
@keyframes bottomslide-in {
    0% {
        opacity:0;
        -webkit-transform:translate(0, 200px);
        -ms-transform:translate(0, 200px);
        visibility:visible
    }
    100% {
        opacity:1;
        -webkit-transform:translate(0);
        -ms-transform:translate(0);
        visibility:visible
    }
}
/*bottomslide end*//*aBounce-In start*/
[data-name="aBounce-In"]{ -ms-animation: dhBounce-In 1s ease-in;-webkit-animation: dhBounce-In 1s ease-in;-o-animation: dhBounce-In 1s ease-in;animation: dhBounce-In 1s ease-in;-ms-animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards}
@-webkit-keyframes dhBounce-In {
    0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-ms-keyframes dhBounce-In {
    0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-o-keyframes dhBounce-In {
    0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@keyframes dhBounce-In {
    0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
/*aBounce-In end*//*aFade-In start*/
[data-name="aFade-In"] { -ms-animation: dhFade-In 1s linear;-webkit-animation: dhFade-In 1s linear;-o-animation: dhFade-In 1s linear;animation: dhFade-In 1s linear;-ms-animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards}
@-webkit-keyframes dhFade-In {
    0% {opacity:0;visibility:visible}
    100% {opacity:1;visibility:visible}
}
@-ms-keyframes dhFade-In {
    0% {opacity:0;visibility:visible}
    100% {opacity:1;visibility:visible}
}
@-o-keyframes dhFade-In {
    0% {opacity:0;visibility:visible}
    100% {opacity:1;visibility:visible}
}
@keyframes dhFade-In {
    0% {opacity:0;visibility:visible}
    100% {opacity:1;visibility:visible}
}
/*aFade-In end*//*aGlide-In start*/
[data-name="aGlide-In"] { -ms-animation: dhGlide-In 1s linear;-webkit-animation: dhGlide-In 1s linear;-o-animation: dhGlide-In 1s linear;animation: dhGlide-In 1s linear;-ms-animation-fill-mode: forwards;	-webkit-animation-fill-mode: forwards;	-o-animation-fill-mode: forwards;animation-fill-mode: forwards}
@-webkit-keyframes dhGlide-In {
    0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-ms-keyframes dhGlide-In {
    0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-o-keyframes dhGlide-In {
    0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@keyframes dhGlide-In {
    0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
    100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
/*aGlide-In end*/
.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: absolute;
    margin-top: -30px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next .icon, .swiper-button-prev .icon {
    color: #fff;
    font-size: 16px;
}

.swiper-button-next svg, .swiper-button-prev svg {
    display: none;
}

.columns {
    display: flex;
    justify-content: space-between;
}

.columns > div {
    width: 50%;
}

.columns--text {
    padding: 15px 75px 0 20px;
}

.columns--text p {
    text-align: justify;
}

h2 {
    color: rgba(64,91,60,1);
    font-family: "PoiretOne";
    margin-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase;
}

p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(2,11,20,1);
    font-family: "LatoLight";
}

.padding-content {
    padding: 0 30px;
}

.offset-middle {
    margin-top: 100px;
}

.columns--img.image-first {
    padding: 15px 75px 0 20px;
}

.columns--img.image-first + .columns--text {
    padding-left: 30px;
}

.columns--v-align-center {
    align-items: center;
}

.offset-small {
    margin-top: 45px;
}

.products {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.products-item {
    position: relative;
    border: 7px solid rgba(63, 91, 59, 1);
    overflow: hidden;
}
.products-item a {
    background: rgba(255,255,255,0.64);
    font-size: 60px;
    color: rgba(22,153,78,1);
    line-height: 1.5;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: all 0.3s;
    font-family: PoiretOne;
    text-align: center;
}

.products-item:hover a, .products-item a:hover {
    top: 0;
}

.products-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.catalog {
    background: url("/wp-content/uploads/catalog-bg.webp") no-repeat;
    background-size: cover;
    padding: 50px;
}

.catalog h2 {
    text-transform: none;
    color: #fff;
}

.products-item.hide{
    display:none;
}

.pagination {
    margin-top:40px;
    display:flex;
    gap:10px;
    justify-content:center;
}

.pagination button{
    width:40px;
    height:40px;
    border:none;
    cursor:pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination button:first-child, .pagination button:last-child {
    font-size: 30px;
}

.pagination button.active {
    border: 1px solid #fff;
    color:#fff;
}

.features h2 {
    color: rgba(105, 105, 105, 1);
    font-size: 70px;
    font-family: 'LatoLIght';
    margin-bottom: 70px;
}

.features h3 {
    font-size: 30px;
    font-family: "PoiretOne";
    line-height: 25px;
    color: rgba(64, 91, 60, 1);
    margin-bottom: 15px;
}

.features .columns--text + .columns--img {
    margin-left: 40px;
}

.features p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.categories {
    background: rgba(101,123,98,1);
    padding-top: 70px;
    padding-bottom: 50px;
}

.categories-top-image {
    text-align: center;
    display: flex;
    justify-content: center;
}

.categories-top-image img {
    max-width: 216px;
    height: auto;
    margin-bottom: 50px;
}

.categories-list {
    max-width: 750px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-left: auto;
    margin-right: auto;
}

.categories-list .button {
    margin-left: auto;
    margin-right: auto;
}

.button-secondary {
    color: #fff;
    background: none;
    border: 1px solid #fff;
}

.categories-list--item {
    position: relative;
    border: 7px solid rgba(63, 91, 59, 1);
    overflow: hidden;
}
.categories-list--item a {
    background: rgba(255,255,255,0.64);
    font-size: 60px;
    color: rgba(22,153,78,1);
    line-height: 1.5;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    transition: all 0.3s;
    font-family: PoiretOne;
    text-align: center;
}

.categories-list--item:hover a, .categories-list--item a:hover {
    left: 0;
}

.categories-list--item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.categories p {
    max-width: 780px;
    color: #fff;
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}

.posts-list {
    display: flex;
}

.posts-list>a {
    width: 20%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.posts-list>a img {
    object-fit: cover;
    transition: all 0.5s;
    height: 100%;
    width: 100%;
}

.posts-list>a:hover img {
    transform: scale(1.3,1.3);
}
.posts-list>a p {
    margin: 0;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.45);
    font-family: LatoRegular, sans-serif;
}

.posts-list>a:hover p {
    opacity: 1;
}

.contact-section {
    background-color: rgba(54, 83, 49, 1);
    padding: 60px 40px;
    color: #fff;
}

.contact-section__content {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: left;
}

.contact-section__title {
    font-size: 52px;
    font-weight: bold;
    line-height: 150%;
    color: rgba(22, 153, 78, 1);
    margin: 0 0 20px;
}

.contact-section__text {
    font-size: 20px;
    line-height: 170%;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.contact-form {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-form__field {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.contact-form__field--full {
    flex: 1 1 100%;
}

.contact-form__field input,
.contact-form__field textarea {
    width: 100%;
    height: 76px;
    padding: 0 23px;
    background: rgba(54, 83, 49, 1);
    border: 1px solid rgba(22, 153, 78, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.contact-form__field textarea {
    height: auto;
    padding: 23px;
    resize: vertical;
    min-height: 120px;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.4;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.8);
}

.contact-form__submit {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
    padding: 16px 40px;
    background: rgba(22, 153, 78, 1);
    color: #f9f9f9;
    font-size: 14px;
    font-family: inherit;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.contact-form__submit:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(22, 153, 78, 1);
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 20px;
    }

    .contact-section__title {
        font-size: 30px;
    }

    .contact-section__text {
        font-size: 16px;
    }

    .contact-form__field {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .contact-form__field input,
    .contact-form__field textarea {
        height: 60px;
        padding: 0 15px;
    }

    .contact-form__field textarea {
        padding: 15px;
        min-height: 100px;
    }
}

.page-template-product h2:not(.catalog h2, .contact-section h2, .questions h2), .page-template-product-example h2:not(.catalog h2, .contact-section h2, .questions h2) {
    font-size: 20px;
    color: rgba(22,153,78,1);
    font-family: "LatoLight";
}

h1 {
    color: rgba(54,84,50,1);
    font-size: 60px;
    margin-bottom: 40px;
    font-family: "LatoLight";
    text-transform: uppercase;
}

.cols {
    display: flex;
    padding-left:67px;
    padding-right:67px;
}

.cols > div {
    width: 50%;
}

.cols--slider-text {
    width: 56%;
}

.cols--slider-text p {
    color: rgba(102,102,102,1);
    margin-bottom: 5px;
    max-width: 565px;
}

.cols--slider {
    width: 44%;
}

.cols--slider-text p + h2 {
    margin-top: 60px;
}

.product-swiper {
    cursor: pointer;
}

.section-bg {
    background: rgba(64,91,60,1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.width-300 img {
    width: 300px;
    margin: 0;
}

.section-bg p {
    color: #fff;
}

.section-bg h2 {
    color: #fff;
}

/* === Секция CAPSULE FEATURES === */
.capsule-features {
    background-color: #fbfbf9; /* rgba(251,251,249,1) */
    padding: 50px 67px;
    max-width: 100%;
}

.capsule-features__title {
    font-size: 20px; /* Было 2rem */
    color: #16994e; /* rgba(22,153,78,1) */
    margin: 0 0 50px 0;
    line-height: 1.5;
}

/* === Сетка из 3 колонок === */
.capsule-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* === Карточка === */
.feature-card {
    background-color: #ffffff;
    padding: 30px 20px;
    box-sizing: border-box;

    /* Оригинальная асимметричная рамка */
    border-left: 5px solid #16994e;
    border-right: 5px solid #fbfbf9;
    border-top: 5px solid #fbfbf9;
    border-bottom: 5px solid #16994e;

    transition: all 0.3s ease;
}

/* Эффект смены рамок при наведении (как в оригинале) */
.feature-card:hover {
    border-left: 5px solid #fbfbf9;
    border-right: 5px solid #16994e;
    border-top: 5px solid #16994e;
    border-bottom: 5px solid #fbfbf9;
}

/* === Заголовок карточки === */
.feature-card__title {
    font-size: 30px; /* Было 3rem */
    color: #16994e;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.3;
    font-family: "LatoLight";
}

/* === Картинка-иконка === */
.feature-card__image {
    text-align: center;
    margin-bottom: 30px;
}

.feature-card__image img {
    max-width: 60px;
    height: auto;
    display: inline-block;
}

/* === Текст описания === */
.feature-card__text {
    font-size: 13px; /* Было 1.3rem */
    color: #16994e;
    text-align: justify;
    line-height: 1.7;
    margin: 0;
    padding: 0 10px;
}

/* === Адаптив для планшетов и мобилок === */
@media (max-width: 1024px) {
    .capsule-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .capsule-features {
        padding: 40px 20px;
    }

    .capsule-features__grid {
        grid-template-columns: 1fr;
    }

    .feature-card__title {
        font-size: 24px;
    }
}

.questions {
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background: url("/wp-content/uploads/questions-bg.webp") no-repeat;
}

.questions h2 {
    font-family: "PoiretOne";
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
}

.questions .button {
    text-transform: uppercase;
    width: 290px;
}

.catalog h1 {
    color: #fff;
    font-size: 60px;
}

.container {
    padding: 0 67px;
}

.intro {
    margin-top: 50px;
}
.intro p {
    max-width: 900px;
    margin-bottom: 40px;
}

.jssor-slider {
    position: relative;
    margin: 80px auto 0;
    width: 800px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jssor-slides {
    position: relative;
    width: 800px;
    height: 400px;
}

.jssor-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Arrows */

.jssor-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    transition: 0.3s;
}

.jssor-arrow:hover {
    background: rgba(0,0,0,0.7);
}

.jssor-arrow.left {
    left: 20px;
}

.jssor-arrow.right {
    right: 20px;
}

/* Bullets */

.jssor-bullets {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.jssor-bullets .bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
}

.jssor-bullets .iav {
    background: #fff;
}

/* Responsive */

@media (max-width: 820px) {

    .jssor-slider {
        width: 100%;
        height: 56vw;
        border-radius: 12px;
    }

    .jssor-slides {
        width: 100%;
        height: 56vw;
    }

}

.about-numbers {
    padding: 50px 67px 150px;
    background: url("/wp-content/uploads/bg-numbers.webp") no-repeat;
    background-size: cover;
}

.about-numbers h2 {
    color: #fff;
}
.about-numbers p {
    color: #fff;
}

.stats-section {
    width: 90%;
    padding: 50px 70px;
    background: #35592e;
    overflow: hidden;
    margin: -100px 0 0;
    margin: -100px auto 0;
}

.stats-container {
    max-width: 1600px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;

    align-items: center;
    text-align: center;
}

.stat-item {
    color: #fff;
}

.stat-number {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.stat-number::after {
    content: "+";
}

.stat-text {
    font-size: 18px;
    line-height: 1.3;
    opacity: 0.95;
    font-family: LatoLight;
}

/* Tablet */

@media (max-width: 1100px) {

    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* Mobile */

@media (max-width: 640px) {

    .stats-section {
        padding: 50px 20px;
    }

    .stats-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .stat-number {
        margin-bottom: 16px;
    }

}

.offset-bottom-middle {
    margin-bottom: 60px;
}

.team p {
    max-width: 610px;
}


.faq-section {
    background-color: rgba(40, 55, 38, 1);
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: start;
}

.faq-section__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}


.faq-section__content {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 80px;
}

.faq-section__title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 50px 0;
    padding-left: 2%;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-radius: 3px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.faq-item__question {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 56px;
    padding: 15px 20px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::marker {
    content: "";
}

.faq-item__text {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    font-family: "PoiretOne";
    line-height: 1.3;
    padding-right: 20px;
    flex: 1;
}

.faq-item__icon {
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-bottom: -10px;
}

.faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
}


.faq-item__answer {
    padding: 0 20px 20px 20px;
    animation: faqFadeIn 0.3s ease;
}

.faq-item__answer p {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
    font-family: "LatoLight";
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Адаптив === */
@media (max-width: 1024px) {
    .faq-section {
        grid-template-columns: 1fr;
        padding: 60px 30px;
    }

    .faq-section__image {
        max-width: 500px;
        margin: 0 auto;
    }

    .faq-section__title {
        font-size: 60px;
    }

    .faq-item__text {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .faq-section {
        padding: 40px 20px;
    }

    .faq-section__title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .faq-accordion {
        gap: 20px;
    }

    .faq-item__question {
        padding: 12px 15px;
        min-height: 50px;
    }

    .faq-item__text {
        font-size: 18px;
    }

    .faq-item__answer {
        padding: 0 15px 15px 15px;
    }

    .faq-item__answer p {
        font-size: 14px;
        padding-left: 15px;
    }
}

.article-container {
    max-width: 1200px;
    margin: 50px auto;
}

.article-container h1 {
    font-size: 48px;
    text-transform: none;
}

.child-pages-showcase {
    max-width: 100% !important;
}

.child-pages-showcase p {
    color: #fff;
}

.page-template.page-template-articles main h2 {
    font-family: "LatoRegular";
    font-weight: 400;
    text-transform: none;
}

.back-to-top .icon {
    font-size: 15px;
}

.back-to-top:hover {
    opacity: 0.8;
}

.multilevel-menu > .menu-item-has-children {
    display: flex;
    align-items: center;
}
.multilevel-menu > .menu-item-has-children:after {
    content: "";
    font-family: "iconFont";
    color: #fff;
    display: block;
    margin-left: 15px;
    font-size: 13px;
}

ul.submenu-level-2 {
    background: rgba(0, 0, 0, 0.9) !important;
    padding: 50px;
    width: 100vw;
    left: 0;
    position: fixed;
    top: 152px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr 2fr;
    gap: 20px;
}

ul.submenu-level-2 > .menu-item > a {
    font-family: "LatoRegular";
    font-size: 20px;
}

ul.submenu-level-2 > .menu-item > a:after {
    content: "";
    display: block;
    background: rgb(0, 214, 70);
    width: 20px;
    height: 4px;
    margin-top: 10px;
}

ul.submenu-level-2 .menu-item:hover {
    background: none;
}

ul.submenu-level-3 {
    visibility: visible;
    opacity: 1;
    font-family: "LatoLight";
    position: static;
}

ul.submenu-level-3 a {
    font-family: "LatoLight";

}

ul.submenu-level-3 a:hover {
    color: rgb(0, 214, 70);
}

.product-swiper-thumbs {
    margin-top: 10px;
}

.price {
    margin-top: 35px;
    font-size: 30px;
}

.price span {
    font-family: "LatoLight";
}

@media(min-width: 1920px) {
    main {
        width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1460px) {
    .multilevel-menu ul.submenu-level-2 {
        background: #000 !important;
    }

    .multilevel-menu > .current-menu-item, .multilevel-menu > .current-menu-ancestor {
        background: none;
    }
    .multilevel-nav.mobile-open {
        background: #000 !important;
    }
}

@media (max-width: 760px) {
    header {
        padding: 0;
    }
    .header--top-line {
        background: rgba(66, 66, 66, 1);
        color: #fff;
        display: flex;
        align-items: center;
        height: 40px;
        padding: 0 20px;
        font-family: Arial, sans-serif;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .header--top-line a:first-child {
        width: 50%;
        justify-content: flex-end;
    }
    .header--top-line a:last-child {
        width: 50%;
    }
    .header--top-line a {
        font-size: 12px;
    }
    .header--bottom-line {
        padding: 10px 20px;
    }

    main, main[data-content] {
        padding-left: 0;
        padding-right: 0;
    }

    .columns, .cols {
        display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .columns > div{
        width: 100%;
        padding: 0;
    }

    .hero-slider--title p {
        font-size: 30px;
    }
    .hero-slider--content {
        margin: 70px 0;
    }

    .button {
        width: 140px;
        height: 30px;
        background: rgba(54, 83, 49, 1);
        transition: all 0.3s;
        font-size: 12px;
    }
    .offset-middle {
        margin-top: 50px;
    }
    h2 {
        font-size: 26px;
    }

    p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .products-item a {
        background: #fff;
        font-size: 14px;
        color: rgba(22, 153, 78, 1);
        line-height: 1.5;
        padding: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        transition: all 0.3s;
        font-family: PoiretOne;
        text-align: center;
        top: auto;
    }
    .features h2 {
        color: rgba(105, 105, 105, 1);
        font-size: 30px;
        font-family: 'LatoLIght';
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .features .columns--text + .columns--img {
        margin-left: 0;
    }

    .columns--img.image-first {
        padding: 0;
    }
    .icon {
        font-size: 20px;
    }
    .features h3 {
        font-size: 24px;
    }
}
