/*
Theme Name: Kosana Dark
Theme URI: #
Description: Kosana Solutions
Version: 1.0.1
Author: Kostas Grek
Author URI: https://s2s.studio
Tags: black, one-column, adaptive, dark
Last updated: 8:10 PM 10/06/2020

The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/
/* Elements */

[class*=__container] {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
}

.article {
    background: var(--white);
    color: #000;
    padding: 110px 0 100px;
    font-size: 16px;
}



.breadcrumbs:not(:last-child) {
    margin-bottom: 28px;
}

.article__title:not(:last-child) {
    margin-bottom: 28px;
}

.article__content p,
.article__content ul,
.article__content li {
    line-height: 25px;
}

.article__content p:not(:last-child),
.article__content ul:not(:last-child) {
    margin-bottom: 25px;
}

.article__content ul b {
    color: var(--green);
}

.article__content ul li {
    position: relative;
}

.article__content ul li:not(:last-child) {
    margin-bottom: 12px;
}

.article__content ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: 2px;
    background: url("img/svg/ch.svg") center/100% 100%;
    margin-right: 15px;
}

.article__content h2 {
    font-size: 36px;
    line-height: 1.1944444444;
}

.blog-item__views::before,
.article__views::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(img/eye-icon.svg);
    background-size: 100% 100%;
    margin-right: 7px;
}

.blog-item__top,
.article__top {
    display: flex;
    gap: 20px;
    align-items: center;
}

.article__top {
    margin-bottom: 20px;
}

.blog-item__views,
.article__views {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.article__content ol {
    padding-left: 20px;
}

.article__content ol li {
    margin-bottom: 15px;
}

.article__content a {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    transition: .25s;
}

.article__content .button {
    text-decoration: none;
}

.article__content .button:hover {
    color: #fff
}

.article__content a span {
    font-weight: bold !important;
}

.article__content a:hover {
    color: #00ba2d;
    transition: .25s;
}

.article__content h2:not(:last-child) {
    margin-bottom: 35px;
}

.article__content h3 span,
.article__content h3 a {
    font-weight: bold !important;
    font-size: 22px;
}

.article__content h4 {
    font-size: 24px;
    line-height: 1.2083333333;
    font-weight: 500;
}

.article__content h4:not(:last-child) {
    margin-bottom: 20px;
}

.article__content img {
    border-radius: 12px;
    max-width: 100%;
    display: block;
}

.article__content img:not(:last-child) {
    margin-bottom: 36px;
}

.article__thumbnail {
    margin-bottom: 40px;
}

.article__thumbnail img {
    border-radius: 12px;
    max-width: 100%;
    width: 600px;
    height: auto;
}

.article__result {
    margin-top: 90px;
    border-radius: 12px;
    border: 1px solid #00BA2D;
    background: rgba(167, 224, 60, 0.05);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
}

.article__result-icon {
    width: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.article__result-icon img,
.article__result-icon svg {
    max-width: 100%;
}

.article__result-title {
    font-size: 36px;
}

.article__result-title:not(:last-child) {
    margin-bottom: 20px;
}

.article__result-text {
    line-height: 22px;
}

.article__result-text p:not(:last-child) {
    margin-bottom: 10px;
}

.article__content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.article__date {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.article__share {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: bold;
    font-size: 20px;
    flex-wrap: wrap;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    color: var(--grey);
}

.breadcrumbs li a:hover {

}

.breadcrumbs ul li:not(:last-child)::after {
    content: "/";
    color: var(--grey);
    display: inline-block;
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
}

.breadcrumbs ul li a {
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    color: #36363D;
}

.breadcrumbs ul li a:hover {
    color: #00BA2D;
}

.breadcrumbs ul li:last-child {
    padding-right: 0;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
}

.page__container {
    font-size: 16px;
}

.page__container h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page__container p:not(:last-child), .page__container ul:not(:last-child) {
    margin-bottom: 25px;
}

.page__container p, .page__container ul, .page__container li {
    line-height: 25px;
}

/* Blog styles*/
.blog__title,
.page-title {
    font-size: 64px;
    margin-bottom: 32px;
}

.header__offset {
    padding: 110px 0 100px;
}

.blog {
    background: #fff;
    color: #36363d;
}

.blog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 60px;
}

.blog-item__image-ibg {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    aspect-ratio: 612 / 410;
}

.blog-item__image-ibg img {
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    -o-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
}

.blog-item>:not(:last-child) {
    margin-bottom: 16px;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__time {
    display: inline-block;
    letter-spacing: .6px;
    font-size: 12px;
    color: #aaa8b8;
}

.blog-item__title {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    -o-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
}

.blog-item__title a {
    color: #000000;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.blog-item__title a:hover {
    color: #00ba2d;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.blog-item__text {
    line-height: 1.1875;
    font-size: 16px;
}
.blog-item .button {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 6px 20px;
    min-height: 69px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    background: #00ba2d;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    -o-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
    --width: 100%;
    --time: 0.7s;
    padding: 5px 36px;
    font-size: 16px;
    font-weight: 500;
    min-height: 50px;
}

.blog-item .button:before {
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    position: absolute;
    pointer-events: none;
    background: #fff;
    -webkit-transition: width var(--time), padding-top var(--time);
    -o-transition: width var(--time), padding-top var(--time);
    transition: width var(--time), padding-top var(--time);
    z-index: 2;
    opacity: 0;
    top: 34px;
    left: 81px;
    border-radius: 100%;
    width: 0;
    height: 0;
}

.blog-item .button span {
    position: relative;
    z-index: 2;
}

.button {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 6px 20px;
    min-height: 69px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    background: #00BA2D;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
    --width: 100%;
    --time: 0.7s;
}

@media (hover: hover) {
    .button:hover::before {
        opacity: .3;
        width: calc(var(--width) * 2.25);
        padding-top: calc(var(--width) * 2.25);
    }
}

@media (min-width: 1900px) {
    .article .h2 {
        font-size: 48px;
    }
}

@media (max-width: 1600px) {
    .blog__items {
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .article__title {
        font-size: 24px;
    }

    .article__title:not(:last-child) {
        margin-bottom: 23px;
    }

    .article__result-icon {
        display: none;
    }

    .article__result-title {
        font-size: 18px;
    }

    .article__result-title:not(:last-child) {
        margin-bottom: 12px;
    }

    .article__result {
        margin-top: 32px;
    }
}

@media (max-width: 600px) {
    .blog__items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.sale {
    position: relative;
    padding: 105px 0 124px;
}

.sale__bg-ibg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sale__container {
    position: relative;
    z-index: 2;
}

.sale__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
}

.sale__head:not(:last-child) {
    margin-bottom: 50px;
}

.sale__proc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sale__content {
    max-width: 878px;
    margin: 0 auto;
}

.sale .h2:not(:last-child) {
    margin-bottom: 10px;
}

.sale__descr {
    line-height: 1.1875;
}

.sale__descr b {
    color: #00ba2d;
}

.sale-form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.sale-form__items > * {
    -ms-flex-preferred-size: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
}

.sale input {
    width: 100%;
    display: block;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .1);
    height: 69px;
    font-size: 18px;
    outline: 0;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    -o-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
}
.sale input::-webkit-input-placeholder {
    color: #fff;
}
.sale input::-moz-placeholder {
    color: #fff;
}
.sale input:-ms-input-placeholder {
    color: #fff;
}
.sale input::-ms-input-placeholder {
    color: #fff;
}
.sale input::placeholder {
    color: #fff;
}
.sale input:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 5px #edf4fc;
    box-shadow: 0 0 5px #edf4fc;
}

.sale .button {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 6px 20px;
    min-height: 69px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    background: #00ba2d;
    color: #23300c;
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    -o-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
    --width: 100%;
    --time: 0.7s;
}

.sale .button:before {
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    position: absolute;
    pointer-events: none;
    background: var(--white);
    -webkit-transition: width var(--time), padding-top var(--time);
    -o-transition: width var(--time), padding-top var(--time);
    transition: width var(--time), padding-top var(--time);
    z-index: 2;
    opacity: 0;
    top: var(--y);
    left: var(--x);
    border-radius: 100%;
    width: 0;
    height: 0;
}

.sale h2 {
    color: #fff;
    font-size: 48px;
}

.sale__descr {
    color: #fff;
    font-size: 16px;
}

.sale [class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (hover: hover) {
    .sale .button:hover::before {
        opacity: .3;
        width: calc(var(--width) * 2.25);
        padding-top: calc(var(--width) * 2.25);
    }
}


@media (max-width: 1600px) {
    .sale .button {
        min-height: 56px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .sale {
        padding: 45px 0 50px
    }

    .sale__head {
        display: block;
        text-align: center
    }

    .sale__head:not(:last-child) {
        margin-bottom: 30px
    }

    .sale__proc {
        margin-bottom: 18px
    }

    .sale .h2 {
        line-height: 1.1944444444
    }

    .sale .h2:not(:last-child) {
        margin-bottom: 15px
    }

    .sale-form__items {
        gap: 16px
    }

    .sale-form__items>* {
        -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px)
    }

    .sale .input {
        height: 50px;
    }
}

@media (max-width: 479.98px) {
    .sale-form__items>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .sale-form__button {
        width: 100%;
        height: 50px;
    }
}

.wpcf7 .wpcf7-response-output {
    border: none !important;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.wpcf7-not-valid-tip {
    position: absolute;
}

.header__languages {
    align-items: center;
    margin-left: 30px;
    justify-content: center;
    display: none;
}

.header__languages.lang-loaded {
    display: flex;
}

.header__lang {
    padding: 0 6px;
    line-height: 26px;
    color: #aaa8b8;
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
    position: relative;
    font-size: 15px;
}

.header__lang.active {
    color: #00ba2d;
    font-weight: 700;
}

.header__lang:last-child {
    padding-right: 0;
}

.header__lang:hover {
    color: #00ba2d;
}

.header__lang:not(:last-child)::after {
    content: "";
    background: #d4d4d4;
    width: 1px;
    height: 16px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}



.blog__pagination {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.blog__pagination .page-numbers.current {
    color: #00ba2d;
}

.blog__pagination .next,
.blog__pagination .prev {
    position: relative;
    width: 40px;
    height: 30px;
}

.blog__pagination .prev {
    transform: rotate(180deg);
}

.blog__pagination .next::before,
.blog__pagination .prev::before {
    content: '';
    display: block;
    background: url('img/arrow-right.svg');
    background-size: 100% 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog__pagination .next::after,
.blog__pagination .prev::after {
    content: '';
    display: block;
    width: 40px;
    height: 30px;
    background: url('img/arrow-right2.svg');
    background-size: 100% 100%;
    opacity: 0;
    transition: .25s;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog__pagination .next:hover::before,
.blog__pagination .prev:hover::before {
    opacity: 0;
    transition: .25s;

}

.blog__pagination .next:hover::after,
.blog__pagination .prev:hover::after {
    opacity: 1;
    transition: .25s;
}

.blog__pagination a {
    transition: .25s;
    color: #000000;
}

.blog__pagination a:hover {
    color: #00ba2d;
    transition: .25s;
}

@media (max-width: 751px) {
    .header__languages {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .header-bottom-menu-list li {
        margin: 0;
    }
}



.news-list__img {
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}

.news-list__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .4s;
}

.news-list__item {
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
}

.news-list__item a:hover img {
    transform: scale(1.1);
    transition: .4s;
}

.news-list__item a:hover h4 {
    color: #00ba2d;
    transition: .25s;
}

.slide-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: clamp(1.25rem, 1.1528497409rem + 0.414507772vw, 1.5rem);
}

.blog-title {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 auto;
}

.news-list__title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.slide-text {
    font-size: 14px;
}

.slide-link-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1.25rem, 1.1528497409rem + 0.414507772vw, 1.5rem);
    border-top: 1px solid rgba(0,0,0, 0.15);
    color: #000000;
}

.slide-link-date span {
    color: #00ba2d;
    text-decoration: underline;
}

.news-list {
    margin-top: 40px;
}

.news-list__arrows {
    display: flex;
    align-items: center;
    gap: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.news-list__arrows svg {
    fill: #00ba2d;
    transition: .25s;
    flex-shrink: 0;
}

.news-list__arrows > .news-list__arrow:not(.is-disabled):hover svg {
    fill: #aaa8b8;
    transition: .25s;
}

.news-list__arrow {
    overflow: hidden;
    transition: .25s;
    display: flex;
    width: 60px;
    background: none;
}

.news-list__next {
    justify-content: flex-end;
}

.news-list__arrows .is-disabled {
    opacity: .3;
    width: 30px;
    transition: .25s;
    cursor: default;
}

.news-list__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 53px;
    position: relative;
}

@media (min-width: 992px) {
    .news-list__slider .owl-carousel .owl-stage{
        /*width: 10000px !important;*/
        /*padding-left: 25vw;*/
    }
}

@media (max-width: 767px) {
    .blog-title {
        margin: 0;
    }
    .news-list__slider .owl-carousel .owl-stage {
        padding-left: 20px !important;
    }
}

/*// Program single page*/

.single-program__top {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.program-info {
    width: 50.1550387597%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px 40px 50px;
    overflow: hidden;
}

.program-info__subtitle:not(:last-child) {
    margin-bottom: 12px;
}

.program-info__link-popup {
    display: inline-block;
    margin-bottom: 31px;
    font-weight: 700;
    color: #00ba2d;
    text-decoration: underline;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    cursor: pointer;
}

.program-info__link-popup:hover {
    color: var(--grey);
}

.program-info__title {
    padding-top: 20px;
    position: relative;
    font-size: 24px;
    line-height: 1.2083333333;
    font-weight: 700;
}

.program-info .button {
    min-height: 51px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.program-info .button:not(:last-child) {
    margin-bottom: 8px;
}

.program-info__table {
    padding: 24px 0;
}

.program-info__table table {
    width: 100%;
    font-family: "Nunito";
}

.program-info__table table td {
    padding: 10px;
    line-height: 1.375;
    border-bottom: 1px dashed #69686D;
}

.program-info__table table td:last-child {
    padding-right: 0;
    text-align: right;
}

.program-info__table table td:first-child {
    padding-left: 0;
}

.program-info__table table tr:first-child td {
    padding-top: 0;
}

.program-info__table table tr:last-child td {
    border: none;
    padding-bottom: 0;
}

.program-info__descr {
    font-size: 15px;
    color: #E9E7E9;
}

.program-info .article__views {
    margin-bottom: 20px;
}

.single-program .article__thumbnail {
    border-radius: 12px;
    overflow: hidden;
}

.single-program .article__thumbnail img {
    height: 100%;
    object-fit: cover;
    max-height: 450px;
    transform: scale(1.03);
}
.article__thumbnail img {
    width: 600px;
    max-width: 100%;
    border-radius: 12px;
    height: auto;
}

.single-program__menu {
    margin-bottom: 40px;
}

.single-program__menu .nav-tabs {
    display: flex;
    gap: 15px;
}

.single-program__menu .nav-link {
    width: 49px;
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid var(--divider, #404552);
    color: var(--grey);
    font-family: Nunito;
    -webkit-transition: all .3s cubic-bezier(.5,.02,.13,.5);
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
    cursor: pointer;
}

.single-program__menu .nav-link.active,
.single-program__menu .nav-link:hover {
    transition: all .3s cubic-bezier(.5,.02,.13,.5);
    background: #00ba2d;
    color: #ffffff;
}

.single-program__menu .tbl-body > .row {
    padding: 5px;
    line-height: 1.375;
    border-bottom: 1px dashed #69686d;
}

@media (max-width: 767px) {
    .single-program__top {
        flex-wrap: wrap;
    }

    .program-info {
        width: 100%;
        padding: 20px;
    }

    .single-program .program-info {
        padding: 0;
    }
}

@media (max-width: 600px) {
    @media (max-width: 479.98px) {
        .single-program__menu .nav-item {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
        .single-program__menu .nav-link {
            width: 100%;
        }
    }
}

.menu-txt a {
    display:block; 
    color: #00BA2D;
    text-decoration: underline;
    margin-top: 5px;
    font-size: 22px;
    font-weight: bold;
}

.menu-txt a:hover {
    text-decoration: none;
}

.single-program .article__content h3 {
    display: block;
}

.switcher {
    display: none;
    justify-content: center;
    text-transform: capitalize;
    font-family: "Montserrat", Arial, sans-serif;
    position: fixed;
    top: 188px;
    z-index: 1000;
    right: -105px;
    background: #fff;
    border-radius: 100px;
    transition: 0.2s;
    padding-right: 50px;
    box-shadow: 0 0 10px 0 #00000038;
    flex-direction: row-reverse;
    font-size: 16px;
}
.switcher:hover {
    /*right: -55px;*/
}
.lang-list-item {
    display: inline-block;
    vertical-align: middle;
}
.lang-list-item a {
    color: #000;
    font-weight: 700;
    padding-left: 26px !important;
}
.current span, .lang-list-item a {
    color: #00BA2D !important;
    padding: 16px;
    display: inline-block;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .switcher {
        display: flex;
    }
}

.footer__copy.links {
    padding-bottom: 10px;
}

.footer__copy.links ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.footer__copy.links ul a {
    color: #ffffff !important;
}

.zakaz-form .wpcf7 .wpcf7-response-output {
    display: none !important;
}

.zakaz-form .wpcf7-not-valid-tip {
    position: relative;
}

.zakaz-form .wpcf7-form.submitting {
    opacity: .7;
}
.menu-zakaz .col-md {
    text-align: center;
}

.sale__proc {
    color: #00BA2D;
    font-weight: bold;
    font-size: 100px;
    line-height: 1;
}

.sale-form__button {
    width: 100%;
}

.trust-us {
    background: #000;
    color: #ffffff;
    padding-top: 80px;
}

.trust-us__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px; /* відступи між елементами */
    align-items: start; /* всі елементи вирівняні по верху */
    margin-top: 80px;
    margin-bottom: 130px;
}

.trust-us__item {
    font-size: 18px;
    border-left: 7px solid #00BA2D;
    padding: 10px 0;
    padding-left: 20px;
}

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

.delivery-block .menu-txt:not(:last-child) {
    padding-left: 15px;
    position: relative;
}

.delivery-block .menu-txt:not(:last-child)::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    background: #00BA2D;
}

@media (max-width: 767px) {
    .trust-us__item {
        font-size: 15px;
    }

    .trust-us {
        padding-top: 20px;
    }
    .trust-us__list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        margin-bottom: 80px;
        margin-top: 20px;
        gap: 20px; /* відступи між елементами */
    }

    .item-how img {
        width: auto;
        height: 100px;
    }

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



.block-faq {
    padding-top: 120px;
    margin-bottom: 60px;
}

.faq-chapters__menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 15px;
    flex-wrap: wrap;
}

.faq-chapters__menu-item {
    cursor: pointer;
    font-size: 14px;
    flex: 0 0 calc(16.66% - 15px);
}

.faq-chapters__menu-item.active {
    color: #00BA2D;
}

.faq-chapters__menu-item span {
    display: block;
    text-align: center;
}

.faq-chapters__item {
    display: none;
}

.faq-chapters__item.active {
    display: block;
}

.faq__answer {
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    width: 100%;
    flex: 0 0 100%;
    display: none;
}

.faq-link {
    font-size: 25px;
    color: #161D19;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq-link:not(:first-child) {
    margin-top: 20px;
}

.faq-link.active {
    color: #00BA2D;
}

.faq-chapters {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .faq-chapters__menu-item {
        flex: 0 0 calc(33.3% - 15px);
    }
}

@media (max-width: 767px) {
    .faq-chapters__menu-item {
        flex: 0 0 calc(33.3% - 15px);
        margin-bottom: -15px;
        position: relative;
        top: -15px;
        text-align: center;
    }

    .faq-chapters__menu-item img {
        height: 100px;
    }

    .faq-chapters__menu-item span {
        position: relative;
        top: -15px;
    }

    .faq-link {
        font-size: 16px;
        font-weight: bold;
    }

    .faq-chapters__menu {
        margin-bottom: 20px;
    }

    .block-faq {
        padding-top: 40px;
        margin-bottom: 0;
    }

    .block-faq-title {
        margin-bottom: 30px;
        margin-top: 15px;
    }
}


.reviews-slide-text a {
    text-decoration: underline;
    color: #00BA2D;
}

.reviews-slide-text .link {
    margin-top: 10px;
    display: inline-block;
}

.reviews-slide.reviews-google img {
    margin-bottom: 25px;
    border-radius: 15px;
}

.about-tpl .header,
.delivery-tpl .header,
.faq-tpl .header,
.author-tpl .header {
    position: sticky;
}

.inner-page {
    background: #fff;
    color: #36363d;
    color: #000000;
    line-height: 25px;
    font-size: 16px;
}

.inner-page h1 {
    margin-bottom: 35px;
    line-height: 1.4;
}

.inner-page h2 {
    font-size: 36px;
    line-height: 1.1944444444;
}

#google-reviews h2 {
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 1.1944444444;
}

.inner-page .spollers {
    max-width: none;
}

.inner-page .spollers__icon svg {
    stroke: #000;
}

.inner-page section {
    padding: 50px 0;
}

.inner-page h2 {
    margin-bottom: 28px;
}

.about-slider__item img {
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.about-slider__desc {
    padding-top: 10px;
    padding-left: 10px;
}

.about-slider__desc span {
    display: block;
    font-size: 16px;
}

.about-slider__desc span:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

.about-why-list__item {
    flex: 0 0 calc(50% - 30px);
    transition: .3s;
    border: 1px solid rgba(34, 39, 37, .1);
    background-color: #fff;
    display: flex;
    text-align: -webkit-match-parent;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 18px 3px rgba(18, 18, 18, .1);
}

.about-why-list__item h3 {
    text-align: center;
    color: #00BA2D;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.about-why-list {
    display: grid;
    grid-template-columns: 1fr; /* За замовчуванням: 1 у ряд (мобільна версія) */
    gap: 20px; /* Відстань між елементами */
}

.ti-widget.ti-goog .ti-review-content,
.ti-widget.ti-goog .ti-read-more span,
.ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: 'Gotham' !important;
}

@media (max-width: 767px) {
    .about-slider__item img {
        height: 250px;
    }

    .inner-page section {
        padding: 25px 0;
    }
}

@media (min-width: 768px) {
    .about-why-list {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}



.delivery__details {
    display: flex;
    background: #f9f9f9;
    border-radius: 20px;
    height: 430px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
    transition: box-shadow .3s ease-in-out;
}

.delivery__info {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    max-width: 35%;
    justify-content: space-between;
}

.delivery__map {
    width: 100%;
    z-index: 0 !important;
}

.delivery__info-item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ebebeb;
    cursor: pointer;
    transition: background-color .1s ease-in-out;
    padding: 5px 15px;
    border-left: 3px solid #00BA2D;
}

.delivery__info-item span {
    line-height: 22px;
    font-size: 16px;
}

.delivery__rows {
    display: flex;
    gap: 4rem;
}

.delivery__rows > * {
    flex: 1 1 0;
}

.delivery-feedback {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.photo-row {
    display: flex;
    gap: 30px;
}

.photo-row.reversed {
    flex-direction: row-reverse;
}

.delivery__time-photo {
    flex: 0 0 calc(50% - 30px);
}

.delivery__time-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.25rem;
}

.delivery-feedback .input,
.delivery-feedback textarea {
    border: 1px solid #9f9f9f;
    color: #000000;
}

.delivery-feedback .input::placeholder,
.delivery-feedback textarea::placeholder {
    color: #36363d;
}

.delivery-feedback textarea {
    resize: none;
    width: 100%;
    padding: 10px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    height: 69px;
    font-size: 18px;
}

.delivery-feedback__inner {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.delivery-feedback__inner .wpcf7-form-control-wrap {
    flex: 0 0 100%;
}

.delivery-feedback__inner .wpcf7-form-control-wrap:nth-child(1),
.delivery-feedback__inner .wpcf7-form-control-wrap:nth-child(2) {
    flex: 0 0 calc(50% - 10px);
}

.delivery-feedback__notice a {
    text-decoration: underline;
    display: inline;
}

.delivery-feedback__notice {
    margin-bottom: 20px;
}

.delivery-faq__tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.delivery-faq__tab {
    border-radius: 12px;
    border: 1px solid var(--divider, #404552);
    padding: 15px 20px;
    cursor: pointer;
}

.delivery-faq__tab.active {
    background: #00BA2D;
    font-weight: bold;
}

.delivery-faq__item {
    position: relative;
    border-radius: 1.25rem;
    padding: 0.7rem 2rem;
    margin-bottom: 14px;
    border: 1px solid rgba(34, 39, 37, .1);
    background: #fff;
    box-shadow: 0 4px 18px 0 rgba(18, 18, 18, .06);
}

.delivery-faq__item h3 {
    padding-left: 25px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
}

.delivery-faq__item h3::before {
    content: '';
    counter-increment: faqList;
    content: counter(faqList) ".";
    color: #00BA2D;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.delivery-faq__text {
    font-size: 16px;
    line-height: 20px;
}

.delivery-faq__number {
    position: absolute;
    top: 0;
    left: 0;
}

.delivery-faq__list {
    counter-reset: faqList;
}

.delivery__time-text {
    counter-reset: photoList;
}

.delivery__time-text ul li::before {
    content: '';
    counter-increment: photoList;
    content: counter(photoList) ".";
    color: #00BA2D;
    position: absolute;
    left: 25px;
    top: 11px;
}

.delivery__time-text ul li {
    border: 1px solid rgba(34, 39, 37, .1);
    background: #fff;
    box-shadow: 0 4px 18px 0 rgba(18, 18, 18, .06);
    margin-bottom: 14px;
    border-radius: 1.25rem;
    padding: 0.7rem 2rem;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    padding-left: 45px;
}

.delivery-feedback input:not([type="submit"]),
.delivery-feedback textarea {
    width: 100%;
    display: block;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .1);
    height: 69px;
    font-size: 18px;
    outline: 0;
    color: #fff;
    -webkit-transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
    transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
    border: 1px solid #9f9f9f;
    color: #000000;
}

.delivery-feedback input.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

.delivery-feedback .wpcf7-not-valid-tip {
    position: static;
}

.delivery-feedback .button {
    width: 100%;
}

.spollers__item:first-child {
    border-top: 1px dashed #404552;
}

.faq__item {
    padding: 30px 0;
    border-bottom: 1px dashed #404552;
}

.faq__item.opened .faq__title {
    color: #00BA2D;
}

.faq__item .hide-part {
    transform-origin: center;
}

.faq__item.opened .hide-part {
    transform: rotate(90deg);
    opacity: 0;
    transition: .4s;
}


.faq__title {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -webkit-transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
    transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
    cursor: pointer;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq__icon {
    -webkit-transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
    transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
    color: #b5afd2;
    stroke: #000;
}

.faq__icon .hide-part {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
    transition: all .3s
    cubic-bezier(.5, .02, .13, .5);
}

.faq__body {
    display: none;
    line-height: 1.1875;
    padding-top: 12px;
    max-width: calc(100% - 70px);
}

.programs__top {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

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

.sp-menus .single-program__menu {
    display: none;
}

.sp-menus .single-program__menu.active {
    display: block;
}

.programs__list {
    margin-bottom: 50px;
}

.programs__list-tab {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
}

.programs__list-tab.active {
    display: flex;
}

.programs__faq .faq__list,
.food-cat__desc,
.food-cat__link {
    display: none;
}

.programs__faq .faq__list.active,
.food-cat__desc.active {
    display: block;
}

.food-cat__link.active {
    display: inline-block;
}

.programs__list-item {
    flex: 0 0 calc(25% - 20px);
}

.programs__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.programs__list-top {
    overflow: hidden;
    border-radius: 20px;
    height: 250px;
    position: relative;
    display: block;
    border: 7px solid transparent;
    cursor: pointer;
}

.programs__list-top:hover img {
    scale: 1.1;
    transition: .4s;
}

.programs__list-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,186,45,.8);
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin-bottom: 0 !important;
}

.programs__list-desc {
    padding: 10px 20px;
}

.programs__tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.programs__tabs-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.programs__tabs-row {
    display: flex;
    margin-bottom: 50px;
    gap: 50px;
}

.spacer {
    flex: 1 1 auto;
    position: relative;
    min-width: 0;
}

.spacer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    background: rgba(34, 39, 37, .15);
    pointer-events: none;
}

.programs__tabs-row .programs__tabs:first-child {
    margin-right: auto;
}

.programs__tabs-row .programs__tabs:last-child {
    margin-left: auto;
}


.programs__tab {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    gap: .625rem;
    border: 1px solid rgba(34, 39, 37, .1);
    border-radius: 9999px;
    color: #222725;
    font-weight: 400;
    line-height: 125%;
    align-items: center;
    justify-content: center;
    transition: .3s;
    padding: 12px 20px;
}

.programs__tab:hover, .programs__tab.active {
    color: #ffffff;
    background: #00BA2D;
    transition: .3s;
}

.programs__list-item a,
.food-cat__link {
    padding: 10px 15px;
    background: #00BA2D;
    color: #ffffff;
    border-radius: 50px;
}

.programs__list-item a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

.programs__list-item.active .programs__list-top {
    border: 7px solid #00BA2D;
}

.food-cat__links {
    margin-bottom: 30px;
}

.food-cat__posts {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.food-cat__posts .programs__list-item {
    flex: 0 0 calc(25% - 20px);
}

.foot-cat__single-image {
    height: 320px;
}

.foot-cat__single-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.food-cat__single-prices .program-info {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.food-cat__single-prices .program-info__table,
.food-cat__single-prices .program-info__title {
    text-align: left;
}

.food-cat__single-prices .program-info .button {
    width: 400px;
    max-width: 100%;
}

.food-cat__single-prices {
    flex: 0 0 calc(50% - 40px);
}

.food-cat__single-wrapper .sp-menus {
    flex: 0 0 calc(60% - 40px);
}

.food-cat__single-wrapper .food-cat__single-prices {
    flex: 0 0 calc(40% - 40px);
}

.food-cat__single-price,
.program-gallery__item {
    display: none;
}

.food-cat__single-price.active {
    display: block;
}


.program-gallery__item.active {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.program-gallery__item img {
    height: 303px;
    border-radius: 20px;
    object-fit: cover;
}

.food-cat__single-wrapper {
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.food-menu__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    justify-content: center;
}

.food-menu__cats .food-menu__cat {
    padding: 10px 15px;
    border: 3px solid #00BA2D;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.food-menu__cats .food-menu__cat.active {
    background: #00BA2D;
    color: #ffffff;
}

.programs__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.programs__icons-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.programs__icons-item:hover,
.programs__icons-item.active {
    color: #00BA2D;
}

.programs__icons-item:hover img,
.programs__icons-item.active img {
    background-color: #00BA2D;
}

.programs__icons-item span {
    text-transform: uppercase;
}

.programs__icons-item img {
    background-color: #000;
    padding: 14px;
    border-radius: 50%;
}

.programs__icons {
    display: none;
}

.programs__list-item .programs__list-title {
    font-size: 26px;
}

.details-wrapper {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -15px;
}

.details-wrapper a,
.details-link {
    display: inline-block;
    font-size: 16px;
    color: #00BA2D;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
}

.details-link.seo {
    padding-left: 15px;
    margin-top: -15px;
}

/*.single-program #detox .row {*/
/*    display: flex;*/
/*    gap: 15px;*/
/*}*/

/*.single-program #detox .row .detox-item {*/
/*    flex: 0 0 calc(25% - 15px);*/
/*}*/

/*.single-program #detox .owl-prev {*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    transform: translateY(-50%) rotate(180deg);*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: url('img/arrow-right2.svg');*/
/*    background-size: 100% 100%;*/
/*    left: 0;*/
/*}*/

/*.single-program #detox .owl-next {*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    transform: translateY(-50%);*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: url('img/arrow-right2.svg');*/
/*    background-size: 100% 100%;*/
/*    right: 0;*/
/*}*/

/*.single-program #detox .owl-carousel {*/
/*    display: block !important;*/
/*}*/

@media (max-width: 767px) {
    .about-slider__item img {
        height: 250px;
    }

    .inner-page section {
        padding: 25px 0;
    }

    .photo-row {
        display: block;
    }

    .delivery__time-text {
        margin-top: 20px;
    }

    .delivery__time-photo img {
        height: 350px;
    }

    .delivery__rows {
        flex-direction: column-reverse;
    }

    .delivery-feedback {
        position: static;
    }

    .programs__list-item {
        flex: 0 0 100%;
    }

    .foot-cat__single-image {
        height: 250px;
    }

    .food-cat__posts .programs__list-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .program-gallery__item.active {
        margin: 0;
    }

    .programs__tabs-row {
        flex-direction: column;
        gap: 20px;
    }

    .programs__tabs {
        gap: 15px 8px;
    }

    .programs__list-item .programs__list-title {
        height: auto;
        padding: 10px 5px;
        font-size: 32px;
    }

    .programs__list-item:not(.active) {
        display: none !important;
    }

    .programs__tab {
        padding: 8px 15px;
    }

    .programs__tabs-row {
        margin-bottom: 15px;
    }

    .food-cat__single-wrapper {
        flex-direction: column;
    }

    .programs__icons {
        display: flex;
    }

    .single-program__menu .nav-tabs {
        gap: 10px;
    }

    .single-program__menu .nav-link {
        height: 40px;
    }

    .food-cat__mobile-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    /*.single-program #detox .detox-item img {*/
    /*    height: 150px;*/
    /*    width: auto !important;*/
    /*}*/

    /*.single-program #detox .detox-item {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .blog__title, .page-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
}

@media (max-width: 700px) {
    .delivery__info {
        max-width: none;
    }

    .delivery__details {
        display: block;
        height: auto;
    }
}

@media (min-width: 768px) {
    .about-why-list {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}

.seo-cintent table {
    border-collapse: collapse;
}

.seo-cintent table,
.seo-cintent table td,
.seo-cintent table th {
    border: 1px solid #000;
    padding: 10px;
}

.wrap-left {
    float: left;
    padding-right: 25px;
}

.wrap-right {
    float: right;
}

@media(max-width: 1599px) {
    .header-bottom-menu-list li {
        margin: 0 15px 0 0;
    }
}



/* базове позиціонування */
.nav-item {
    position: relative;
}

/* сховати підменю */
.nav-item .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 200px;
    background: #fff;

    padding: 0;
    margin: 0;

    list-style: none;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* показати при hover */
.nav-item:hover > .sub-menu {
    display: block;
}

/* елементи підменю */
.sub-menu li {
    width: 100%;
}

.sub-menu a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* hover ефект */
.sub-menu a:hover {
    background: #f2f2f2;
}

.dropdown-menu > .nav-link {
    position: relative;
    padding-right: 20px; /* місце під стрілку */
}

.dropdown-menu > .nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;

    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;

    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.dropdown-menu:hover > .nav-link::after {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
}

@media (max-width: 1199px) {

    .dropdown-menu .sub-menu {
        position: relative;
        max-height: 0;
        opacity: 0;
        transform: translateY(-5px);
        overflow: hidden;
        transition:
                max-height 0.35s ease,
                opacity 0.2s ease,
                transform 0.2s ease;
    }

    .dropdown-menu.opened > .sub-menu {
        display: block;
        max-height: 500px;
        opacity: 1;
        transform: translateY(0);
    }

    .sub-menu {
        text-align: center;
        font-size: 14px;
        box-shadow: none !important;
    }

    .sub-menu a {
        font-size: 12px;
        margin: 0;
    }
    .dropdown-menu.opened > .nav-link::after {
        transform: translateY(-50%) rotate(-135deg);
    }
}