/*
Theme Name: Foodex
Theme URI: https://horenko-production.com/
Author URI: https://horenko-production.com/
WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foodex
*/
body, html {
    min-width: 0 !important;
}
.options__item{
    border: 1px solid transparent;
	margin-right:5px;
}
.options__item:hover,
.options__item.active{
    background-color: var(--green);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    gap: .625rem;
    border: 1px solid rgba(34, 39, 37, .1);
    border-radius: 9999px;
    font-weight: 400;
    line-height: 125%;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.options__item:hover .options__text,
.options__item.active .options__text{
    color: #fff;
}

.search-block::before{
    width: 24px;
    height: 24px;
}

.section-title strong {
    color: var(--green);
    display: inline;
    margin-left: 5px;
    font-weight: 600;
}

.programs-main__content .options__item.active .options__text {
    color:#222725FF;
}
.programs-main__content .options__item:hover .options__text {
    color:#222725FF;
}



.additional-video {
    position: fixed;
    transition: all 0.3s;
    transform: translateX(-100%);
    opacity: 0;
    bottom: 3%;
    left: 1rem;
/*     width: 13.75rem;
    height: 18rem; */
    padding: .625rem;
    background-color: #fff;
    border-radius: 10px;
    padding: .25rem;
    z-index: 20;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (max-width: 768px) {
    .additional-video {
        width: 6rem; /* Начальный размер для мобильных */
        height: 8rem; /* Начальный размер для мобильных */
    }

    .additional-video.expanded {
        width: 12rem; /* Размер после увеличения для мобильных */
        height: 16rem; /* Размер после увеличения для мобильных */
    }
}

/* Для больших экранов */
@media (min-width: 769px) {
    .additional-video {
        width: 13.75rem; /* Начальный размер для больших экранов */
        height: 18rem; /* Начальный размер для больших экранов */
    }

    .additional-video.expanded {
        width: 20rem; /* Размер после увеличения для больших экранов */
        height: 30rem; /* Размер после увеличения для больших экранов */
    }
}
/* 
@media (max-width: 768px){
    .additional-video {
        width: 12rem;
        height: 18rem;
    }
}
@media (max-width: 480px){
    .additional-video {
        width: 6rem;
        height: 8rem;
    }
} */
.additional-video.show {
    transform: translateX(0);
    opacity: 1;
}
.additional-video .additional-video__body {
    height: 100%;
}
.additional-video .additional-video__body .additional-video__close {
    position: absolute;
    top: -36px;
    right: 0;
    border-radius: 50%;
    padding: .5rem;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.additional-video .additional-video__body .additional-video__close svg{
    width: 16px;
    height: 16px;
}
.additional-video .additional-video__body video{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: .625rem;
}
.popupinfo{
    font-size: 15px;
}

#contact-form-program p{
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border:none;
    text-align: center;
}

body::after {
    content: "";
    background-color: rgba(34,39,37,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}


/* COPY FROM THIS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.popup-show body::after {
    opacity: 1
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}
.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}
.popup_show .popup__content {
    visibility: visible!important;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important
}
.popup__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.popup-video .popup__close {
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 1.25rem;
    outline: 0
}
.popup-video .popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    width: 100%;
    padding: .3125rem;
    max-width: 56.25rem;
    background-color: #fff
}
@media (min-width:47.99875em) {
    .popup-video .popup__content {
        border-radius: 1.25rem
    }
}
@media (max-width:47.99875em) {
    .popup-video .popup__content {
        border-radius: .625rem
    }
}
.popup-video .popup__content iframe {
    width: 100%
}
@media (min-width:47.99875em) {
    .popup-video .popup__content iframe {
        border-radius: 1.25rem
    }
}
@media (max-width:47.99875em) {
    .popup-video .popup__content iframe {
        border-radius: .625rem
    }
}
@media (min-width:81.25em) {
    .popup-video .popup__content iframe {
        height: 31.25rem
    }
}
@media (min-width:23.4375em) and (max-width:81.25em) {
    @supports (height:clamp(15.625rem ,9.2905405405rem + 27.027027027vw ,31.25rem)) {
        .popup-video .popup__content iframe {
            height: clamp(15.625rem ,9.2905405405rem + 27.027027027vw ,31.25rem)
        }
    }
    @supports not (height:clamp(15.625rem ,9.2905405405rem + 27.027027027vw ,31.25rem)) {
        .popup-video .popup__content iframe {
            height: calc(15.625rem + 15.625 * (100vw - 23.4375rem)/ 57.8125)
        }
    }
}
@media (max-width:23.4375em) {
    .popup-video .popup__content iframe {
        height: 15.625rem
    }
}
.lock .popup-video .popup__content {
    visibility: visible
}
.popup-city .popup__content {
    max-width: 29.0625rem!important;
    background-color: #fff;
    padding: 2rem!important
}
.popup-city .popup__content .button-border {
    min-height: 3.25rem
}
.popup-settings-cookies-body__header {
    border-bottom: 1px solid rgba(34,39,37,.1)
}
@media (min-width:47.99875em) {
    .popup-settings-cookies__line {
        margin-bottom: 1.5rem
    }
}
@media (max-width:47.99875em) {
    .popup-settings-cookies__line {
        margin-bottom: 1rem
    }
}
.popup-settings-cookies__line:last-child {
    margin-bottom: 0
}
@media (min-width:47.99875em) {
    .popup-settings-cookies__row {
        margin-bottom: 2rem
    }
}
@media (max-width:47.99875em) {
    .popup-settings-cookies__row {
        margin-bottom: 1.25rem
    }
}
.popup-settings-cookies__row:last-child {
    margin-bottom: 0
}
.popup-settings-cookies .popup__content {
    max-width: 39.5625rem!important;
    background-color: #fff
}
@media (min-width:47.99875em) {
    .popup-settings-cookies .popup__content {
        padding: 4rem!important
    }
}
@media (max-width:47.99875em) {
    .popup-settings-cookies .popup__content {
        padding: 2rem!important
    }
}
.popup-info .popup__close {
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 1.25rem;
    outline: 0
}
.popup_show.popup-info .popup__content {
    opacity: 1;
    transform: translateY(0);
}
.popup-info .popup__content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s;
    transition: transform .3s ease 0s, opacity .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s,opacity .3s ease 0s;
    width: 100%;
    padding: .3125rem;
    max-width: 56.25rem;
    background-color: #fff
}
@media (min-width:47.99875em) {
    .popup-info .popup__content {
        border-radius: 1.25rem
    }
}
@media (max-width:47.99875em) {
    .popup-info .popup__content {
        border-radius: .625rem
    }
}
.popup-info .popup__content iframe {
    width: 100%
}
@media (min-width:47.99875em) {
    .popup-info .popup__content iframe {
        border-radius: 1.25rem
    }
}
@media (max-width:47.99875em) {
    .popup-info .popup__content iframe {
        border-radius: .625rem
    }
}
@media (min-width:81.25em) {
    .popup-info .popup__content iframe {
        height: 31.25rem
    }
}
@media (min-width:23.4375em) and (max-width:81.25em) {
    @supports (height:clamp(15.625rem ,9.2905405405rem + 27.027027027vw ,31.25rem)) {
        .popup-info .popup__content iframe {
            height: clamp(15.625rem ,9.2905405405rem + 27.027027027vw ,31.25rem)
        }
    }
    @supports not (height:clamp(15.625rem ,9.2905405405rem + 27.027027027vw ,31.25rem)) {
        .popup-info .popup__content iframe {
            height: calc(15.625rem + 15.625 * (100vw - 23.4375rem)/ 57.8125)
        }
    }
}
@media (max-width:23.4375em) {
    .popup-info .popup__content iframe {
        height: 15.625rem
    }
}
.lock .popup-info .popup__content {
    visibility: visible
}

.cookies-modal {
    max-width: 34.375rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(34,39,37,.25)
}
@media (min-width:47.99875em) {
    .cookies-modal {
        border-radius: 1.25rem
    }
}
.toggle {
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 3.625rem;
    gap: .625rem
}
.toggle-switch {
    display: inline-block;
    background: rgba(34,39,37,.15);
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background .25s
}
.toggle-switch:after,
.toggle-switch:before {
    content: ""
}
.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom,#fff 0,#eee 100%);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left .25s
}
.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom,#fff 0,#fff 100%)
}
.toggle-checkbox:checked + .toggle-switch {
    background: var(--green)
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden
}
.toggle-label {
    position: relative;
    top: 2px
}


/*--Basket--*/

.basket-popup.popup{
  padding: 16px;
}

.basket-popup .popup__wrapper{
  justify-content: flex-start;
  align-items: flex-end;
}

.basket-popup.popup-info .popup__content {
  padding: 52px;
  border-radius: 20px;
  max-width: 700px;
}

.basket-popup__close.popup__close {
  top: 0;
  left: -78px;
  right: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 62px;
  height: 62px;
  box-shadow: 0 4px 18px 0 rgba(18, 18, 18, 0.06);
  background-color: #222725;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.basket-popup__close:hover.popup__close {
  background-color: rgba(34, 39, 37, 0.7);
}

.basket-popup__close.popup__close svg{
  width: 32px;
  height: 32px;
}

.basket-popup__content {
  margin-bottom: 64px;
  position: relative;
}

.order-popup__step{
  display: none;
}

.order-popup__step.active-step{
  display: block;
}

.basket-popup__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 1px;
  background-color: rgba(34, 39, 37, 0.15);
}

.basket-popup__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    color: #222725;
    margin-bottom: 32px;
}

.basket-popup__title span{
  color: #33CC99;
}

.basket-popup__items {
  margin-bottom: 50px;
}

.item-basket {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.item-basket:not(:last-child){
  margin-bottom: 32px;
}

.basket-popup__vip-card {
  position: relative;
}

.basket-popup__checkbox,
.order-popup__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.basket-popup__checkbox:checked + .basket-popup__check::before,
.order-popup__checkbox:checked + .order-popup__check::before{
  background: url("../../../html/img/icons/check.svg") center no-repeat #33CC99;
}

.basket-popup__check span,
.order-popup__check span{
  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: #222725;
}

.basket-popup__check,
.order-popup__check {
  display: flex;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
}

.order-popup__check a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #33CC99;
}

.basket-popup__check::before,
.order-popup__check::before{
  content: "";
  flex: 0 0 32px;
  border: 2px solid #33CC99;
  border-radius: 5px;
  width: 32px;
  height: 32px;
}


.order-popup__radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 28px;
}

.order-popup__radio-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  user-select: none;

  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: #222725;
}

.order-popup__text-center{
  position: relative;
  top: 5px;
}

.order-popup__radio-container input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: 2px solid #21c18a;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.order-popup__radio-container input:checked~.checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.order-popup__radio-container input:checked~.checkmark:after {
  display: block;
}

.order-popup__radio-container .checkmark:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #21c18a;
}

.order-popup__radio-container p{
  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: #222725;
}

.order-popup__radio-container ul,
.order-popup__radio-container span {
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;
  color: rgba(34, 39, 37, 0.65);
}

.order-popup__radio-container div > span{
  display: block;
}

.order-popup__radio-container li {
  padding-left: 30px;
  position: relative;
}

.order-popup__radio-container li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(34, 39, 37, 0.65);
}





.basket-popup__wraps{
  margin-bottom: 32px;
}

.basket-popup__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-popup__wrap:not(:last-child){
  margin-bottom: 24px;
}

.basket-popup__tag {
  font-size: 16px;
  line-height: 125%;
  color: rgba(34, 39, 37, 0.65);
}

.basket-popup__button{
  width: 100%;
  cursor: pointer;
}

.item-basket__leftside {
  position: relative;
  flex: 0 0 235px;
}

.item-basket__image {
  position: relative;
  aspect-ratio: 235/146;
  border-radius: 10px;
  overflow: hidden;
}

.item-basket__image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-basket__delete {
  position: absolute;
  top: 12px;
  left: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  border-radius: 50%;
  box-shadow: 0 2px 18px 0 rgba(18, 18, 18, 0.06);
  background: #fff;
  border: 1px solid rgba(34, 39, 37, 0.1);
}

.item-basket__select{
  margin-bottom: 16px;
}

.item-basket__select .select__body,
.order-popup__select .select__body {
  position: relative;
}

.item-basket__select .select__options,
.order-popup__select .select__options{
  position: absolute;
  z-index: 2;
  top: 105%;
  left: 0;
  background-color: #fff;
  border: 1px solid rgba(34, 39, 37, 0.25);
}

.item-basket__select .select__options{
  border-radius: 20px;
  padding: 6px 0px 6px 0px;
}

.order-popup__select .select__options {
  border-radius: 10px;
  padding: 10px 0px 10px 0px;
}

.item-basket__select .select__options{
  min-width: 100px;
}

.order-popup__select .select__options {
  width: 100%;
}

.item-basket__select .select__scroll,
.order-popup__select .select__scroll {
  overflow-y: auto;
  overflow-x: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-basket__select .select__option {
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
}

.order-popup__select .select__option {
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.order-popup__select .select__option:hover {
  background-color: rgba(34, 39, 37, 0.25);
}

.item-basket__select .select__content {
    font-weight: 300;
    font-size: 15px;
    line-height: 135%;
    color: #222725;
}

.order-popup__select .select__content {
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  color: #222725;
}

.item-basket__select .select__title{
  border: 1px solid rgba(34, 39, 37, 0.25);
  border-radius: 100px;
  padding: 6px 12px 6px 16px;
}

.order-popup__select .select__title {
  border: 1px solid rgba(34, 39, 37, 0.25);
  border-radius: 100px;
  padding: 18px 26px 18px 32px;
  width: 100%;
}

.item-basket__select .select__value,
.order-popup__select .select__value {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.order-popup__select .select__value {
  justify-content: space-between;
}

.item-basket__select .select__value::after,
.order-popup__select .select__value::after {
  content: "";
    flex: 0 0 24px;
    transition: all .3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../../../html/img/icons/arrow-language.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}

.item-basket__calories {
  font-size: 16px;
  line-height: 125%;
  color: rgba(34, 39, 37, 0.65);
  margin-bottom: 8px;
}

.item-basket__title {
  font-size: 18px;
  line-height: 125%;
  color: #222725;
}

.item-basket__wrap{
  margin-bottom: 16px;
}

.item-basket__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-basket__days {
  font-size: 16px;
    line-height: 125%;
    color: rgba(34, 39, 37, 0.65);
}

.price {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #33CC99;
}

.congrats,
.error,
.thanks {
  padding-top: 96px;
  padding-bottom: 96px;
}

.congrats__body,
.error__body,
.thanks__body {
  max-width: 732px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.congrats__header,
.error__header,
.thanks__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  text-align: center;
}

.congrats__icon,
.error__icon,
.thanks__icon {
  border-radius: 50%;
  padding: 52px;
  display: flex;
  align-items: center;
  justify-content: center;  
  margin-bottom: 32px;
}

.congrats__icon,
.thanks__icon{
  background-color: #33CC99;
}
.error__icon{
  background-color: #E23333;
}

.congrats__icon svg,
.error__icon svg,
.thanks__icon svg{
  width: 112px;
  height: 112px;
}

.congrats__title,
.error__title,
.thanks__title {
  font-weight: 600;
  font-size: 46px;
  line-height: 125%;
  text-align: center;
  color: #222725;
  margin-bottom: 16px;
}

.congrats__text,
.error__text,
.thanks__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: rgba(34, 39, 37, 0.65);
}

.congrats__info {
  border-radius: 20px;
  padding: 42px;
  background-color: rgba(34, 39, 37, 0.05);
  margin-bottom: 32px;
}

.congrats__link {
  width: 100%;
}

.error__link,
.thanks__link{
  max-width: 356px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.info-congrats__title {
  font-size: 24px;
  line-height: 125%;
  color: #222725;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-congrats__title svg{
  flex: 0 0 24px;
  display: none;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.info-congrats__title._spoller-active svg{
  transform: rotate(0deg);
}

.info-congrats__body{
  margin-top: 32px;
}

.info-congrats__items {
  margin-bottom: 146px;
}

.info-congrats__footer {
  padding-top: 32px;
  border-top: 1px solid rgba(34, 39, 37, 0.15);
}

.button-grn{
  border-radius: 50px;
  padding: 24px 10px;
  background-color: var(--green);
  color: #fff;

  font-size: 16px;
  line-height: 125%;
  text-align: center;
  transition: all 0.3s ease;
}

.button-grn:hover{
  background-color: rgba(51, 204, 153, .75);
}

.order-popup {}

.order-popup.popup-info .popup__content {
  max-width: 1568px;
}
.my-popup.popup-info .popup__content {
  padding: 64px 96px;
}

.my-popup .popup__close {
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;

  box-shadow: 0 4px 18px 0 rgba(18, 18, 18, 0.06);
  background: rgba(34, 39, 37, 0.05);
  border-radius: 50%;
  border: 1px solid rgba(34, 39, 37, 0.1);
  transition: background-color 0.3s ease;
}

.my-popup .popup__close:hover {
  background: #fff;
}

.my-popup .popup__close svg {
  width: 32px;
  height: 32px;
}

.my-popup .popup__close svg path{
  stroke: #222725;
}

.order-popup__step {}

.order-popup__tabs {
  display: flex;
  align-items: center;
  column-gap: 64px;
  margin-bottom: 32px;
}

.order-popup__tab {
  position: relative;

  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #33CC99;

  border: 2px solid #33CC99;
  border-radius: 50%;
  padding: 12px;
  width: 54px;
  height: 54px;
  box-shadow: 0 4px 18px 0 rgba(18, 18, 18, 0.06);

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.order-popup__tab:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 64px;
  border: 2px dashed rgba(51, 204, 153, .35);
}

.order-popup__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.order-popup__form{
  flex: 0 0 49%;
  padding-right: 64px;
}

.order-popup__info{
  flex: 0 0 51%;
  margin-top: 20px;
}

.order-popup__info .congrats__info {
  margin-bottom: 0px;
}

.order-popup__body{
  display: flex;
}

.order-popup__header {
  margin-bottom: 42px;
}

.order-popup__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 125%;
  color: #222725;
  margin-bottom: 16px;
}

.order-popup__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: rgba(34, 39, 37, 0.65);
}

.order-popup__form-elements {
  margin-bottom: 42px;
  width: 100%;
}

.order-popup__form-elements > *:not(:last-child) {
  margin-bottom: 28px;
}

.order-popup__form-elements .form__col-wrap .form__label{
  position: relative;
  top: auto !important;
  left: auto;
  transform: translate(0);
}

.order-popup__form-elements .form__label {
  color: #222725;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  cursor: text;
  background-color: transparent;
  padding: 0;
  margin-bottom: 16px;
  display: inline-block;
}

.order-popup__form-elements .form-line-input .form__label {
  left: auto !important;
}

.order-popup__button {
  width: 100%;
}

.active-tab {
  color: #fff;
  background-color: #33CC99;
}

.check-tab {
  background-color: #33CC99;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .order-popup__form-elements .iti__selected-country {
    height: 100% !important;
  }
  .order-popup__select .select__title {
    padding: 11px 26px 11px 16px;
  }

  .order-popup__select .select__content {
    font-size: 11px;
  }
}

@media (max-width: 1500px){
  .congrats,
  .error,
  .thanks {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .my-popup.popup-info .popup__content {
    padding: 16px;
  }
}

@media (max-width: 1300px) {
  .order-popup__info .item-basket{
    flex-direction: column;
    align-items: normal;
    row-gap: 16px;
  }

  .order-popup__info .item-basket__image {
    aspect-ratio: 235 / 80;
  }

  .order-popup__info .info-congrats__items {
    margin-bottom: 32px;
  }

  .order-popup__info .item-basket__leftside {
    flex-basis: 100%;
  }
}

@media (max-width: 991.98px) {
  .basket-popup__close.popup__close,
  .my-popup .popup__close {
    left: auto;
    right: 16px;
    top: 16px;

    width: 44px;
    height: 44px;
  }

  .basket-popup__close.popup__close svg,
  .my-popup .popup__close svg {
    width: 28px;
    height: 28px;
  }

  .info-congrats__items {
    margin-bottom: 32px;
  }

  .congrats__icon,
  .error__icon,
  .thanks__icon {
    padding: 24px;
    margin-bottom: 24px;
  }

  .congrats__icon svg,
  .error__icon svg,
  .thanks__icon svg {
    width: 76px;
    height: 76px;
  }

  .congrats__title,
  .error__title,
  .thanks__title {
    font-size: 28px;
  }

  .congrats__text,
  .error__text,
  .thanks__text {
    font-size: 15px;
  }

  .order-popup__form {
    flex: 0 0 49%;
    padding-right: 32px;
  }
}

@media (max-width: 767.98px) {
  .basket-popup.popup-info .popup__content {
    padding: 16px;
  }
  .item-basket__leftside {
    flex-basis: 100%;
  }
  .item-basket{
    flex-direction: column;
    align-items: normal;
    row-gap: 24px;
  }
  .item-basket__wrap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
  }
  .info-congrats__item .item-basket__wrap{
    flex-direction: row;
  }
  .item-basket__image {
    aspect-ratio:343 / 164;
  }
  .item-basket__select {
    margin-bottom: 0px;
    /*flex: 0 0 100px;*/
  }

  .item-basket__select .select__content {
    font-size: 14px;
  }

  .item-basket__select .select__title {
    padding: 5px 8px;
    width: 100px;
  }
  .item-basket__select .select__value {
    justify-content: space-between;
  }

  .congrats__info {
    padding: 24px 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .info-congrats__title svg {
    display: block;
  }
  .button-grn{
    padding: 18px 10px;
  }

  .order-popup__content {
    align-items: stretch;
    flex-direction: column;
    row-gap: 32px;
  }

    .my-popup.popup-info .popup__content {
    padding: 16px 16px 0px 16px;
  }

  .order-popup__title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 12px;
  }

  .order-popup__text {
    font-size: 15px;
  }

  .order-popup__header {
    margin-bottom: 32px;
  }

  .order-popup__form {
    flex-basis: 100%;
    padding-right: 0px;
  }
  .order-popup__form-elements>*:not(:last-child) {
    margin-bottom: 24px;
  }
  .order-popup__form-elements {
    margin-bottom: 32px;
  }

  .order-popup__tabs {
    column-gap: 36px;
    margin-bottom: 24px;
  }
  
  .order-popup__tab {
    font-size: 20px;
    padding: 8px;
    width: 44px;
    height: 44px;
  }
  
  .order-popup__tab:not(:last-child)::after {
    width: 36px;
  }

  .order-popup__body {
    flex-direction: column;
    row-gap: 32px;
  }

  .order-popup__info {
    margin-top: 0px;
  }
}

@media (max-width: 465.98px) {
  .basket-popup.popup,
  .my-popup.popup {
    padding: 0px;
  }
  .basket-popup.popup-info .popup__content,
  .my-popup.popup-info .popup__content {
    border-radius: 0px;
  }
  .item-basket__title {
    font-size: 16px;
  }
  .item-basket__calories {
    font-size: 15px;
  }
  .item-basket__days {
    font-size: 15px;
  }
  .price {
    font-size: 15px;
  }
  .basket-popup__check span {
    font-size: 14px;
  }
  .basket-popup__tag {
    font-size: 15px;
  }
}

.programs_description{
    font-weight: 300;
    padding-top: 2rem;
}

.checkout-btn.button-green{
    padding: 1rem 1rem!important;
    border: none;
    margin-left: 10px;
}
.checkout-btn.button.button-lg{
    min-height: auto;
}

.programs_description{
    height: 120px;
    overflow: hidden;
}
.programs_description.active{
    height:100%;
}

#programs_description-more{
    color: #33CC99;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.loading {
    /*opacity: 0.5;*/
    cursor: wait;
}

.cart-content {
    transition: opacity .2s ease;
}


.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
}

.quantity-wrapper {
    border: 1px solid rgba(34, 39, 37, 0.25);
    border-radius: 100px;
    padding: 6px 0;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    width: 18px;
    border: none;
    outline: none;
    text-align: center;
}

.quantity-input, .quantity-input + label {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    color: #222725;
}

.quantity-button {
    line-height: 18px;
    color: var(--green);
    font-size: 27px;
    padding: 0 10px;
    font-weight: 300;
    transition: transform .2s ease;
}

.quantity-button:active {
    transform: scale(0.6);
}

.skeleton {
    background-color: #eee !important;
    background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee) !important;
    background-size: 200px 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: inline-block;
    line-height: 1;
    width: 100%;
    animation: skeleton-animation 1.5s ease-in-out infinite;
}

.skeleton--cart.title {
    width: 250px;
    height: 40px;
    margin-bottom: 30px;
}

.skeleton--cart-item.quantity {
    width: 116px;
    height: 32px;
}

.skeleton--cart-item.title {
    width: 337px;
    height: 72px;
    margin-bottom: 10px;
}

.skeleton--cart-item.bottom {
    width: 100%;
    height: 20px;
}

@keyframes skeleton-animation {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.order-popup__tab .icon {
    display: none;
}

.order-popup__tab.check-tab {
    cursor: pointer;
}

.order-popup__tab.check-tab .number {
    display: none;
}

.order-popup__tab.check-tab .icon {
    display: block;
}

.vip-card{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}
.vip-card a{
    display: flex;
    color: #33CC99;
    text-decoration: underline;
    font-size: 16px;
    margin-left: 30px;
}

.question__body a {
    text-decoration: underline;
}

.socials-block svg{
    width: 47px;
    height: 47px;
}

@media (max-width: 767px) {
    .post-page__body .socials-post ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .delivery-block__row,.questions__list.questions__list--not-counter .subheading,.active-franchises__slide .slide-card__body {
        display: block;
    }

    .slide-card__avatar{
        margin-bottom: 10px;
    }
}

.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}
.rating input {
    display: none;
}
.rating label {
    color: #ccc;
    font-size: 2em;
    padding: 0;
    cursor: pointer;
}
.rating input:checked ~ label {
    color: #33CC99;
}
.rating input:checked + label:hover,
.rating label:hover ~ label {
    color: #33CC99;
}
.review-form textarea {
    resize: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.review-form input{
    margin-bottom: 20px;
    margin-top: 10px;
}

.review-form{
    margin-bottom: 40px;
}
.text-center{
    text-align: center;
}

.review-item{
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 25px;
    background: 0 0;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}

.review-item-title{
    display: flex;
}

.review-item-name{
    padding-right: 15px;
    margin-bottom: 15px;
}

.review-item-text{
    font-weight: 400;
}

.review-item-star{
    color: #33CC99;
    font-size: 20px;
    line-height: 1;
}
b, strong {
    font-weight: bold !important;
}
.text-content a {
	color: #33cc99;
}
.text-content a:hover {
	color: #3c9;
}


@media (min-width: 23.4375em) and (max-width: 81.25em) {
    @supports (font-size:clamp(2rem ,1.6452702703rem + 1.5135135135vw ,2.875rem)) {
        .h1,h1 {
            font-size: clamp(1rem, 1rem + 1vw, 2.875rem);
        }
    }
}


/* Блок авторов */
.fx-author-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    margin: 32px 0;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.fx-author-box__avatar .avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 3px #f3f3f3;
}

.fx-author-box__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fx-author-box__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

.fx-author-box__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.fx-author-box__position {
    font-size: 14px;
    opacity: 0.8;
}

/* Ссылки на автора */
.fx-author-box__avatar-link,
.fx-author-box__name-link {
    text-decoration: none;
    color: inherit;
}

.fx-author-box__name-link:hover .fx-author-box__name {
    text-decoration: underline;
}

/* Соцсети */
.fx-author-box__socials {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

.fx-author-social {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    text-decoration: none;
    transition: 0.2s ease;
}

.fx-author-social:hover {
    background-color: #dddddd;
}

.fx-icon {
    width: 18px;
    height: 18px;
    fill: #333333;
    transition: 0.2s;
}

.fx-author-social:hover .fx-icon {
    fill: #000000;
}

/* Мобильная версия */
@media (max-width: 767px) {
    .fx-author-box {
        gap: 16px;
        padding: 16px 18px;
    }

    .fx-author-box__avatar .avatar {
        width: 72px;
        height: 72px;
    }

    .fx-author-box__name {
        font-size: 16px;
    }

    .fx-author-box__position {
        font-size: 13px;
    }
}

.header__menu #menu-item-144 .sub-menu,
.header__menu #menu-item-145 .sub-menu{
	flex-direction: column;
	display: none;
}
.header__menu #menu-item-144 .sub-menu a,
.header__menu #menu-item-145 .sub-menu a {
	border: none;
}
.header__menu #menu-item-144:hover>.sub-menu {
	display: block;
	margin-top: -5px;
}
.header__menu #menu-item-145:hover>.sub-menu {
	display: block;
	margin-top: -5px;
}

/*------*/
/* === ОБЩЕЕ ПОЗИЦИОНИРОВАНИЕ МЕГА-МЕНЮ === */

.site-header {               
    position: relative;
}

.programs-mega {
    position: absolute;
    left: -400px;
    right: 0;
    top: 50%;               
    display: none;
    z-index: 999;
    padding-top: 10px;
}

.programs-mega.is-open {
    display: block;
}

/* === БЕЛЫЙ ВСПЛЫВАЮЩИЙ БЛОК === */

.programs-tabs {
    background: #ffffff;
    border-radius: 40px;
    padding: 20px 24px 26px;
    max-width: 600px;          
    margin: 0 auto;
    box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}

/* верхние кнопки внутри блока */
.programs-tabs__menu {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 18px;
}

.programs-tab {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    white-space: nowrap;

    min-height: 3.25rem;       
    padding: 0 2rem;
    line-height: 125%;
    font-size: 1rem;           
    font-weight: 500;

    border-radius: 999px;
    border: 2px solid #53be93;
    background: transparent;
    color: #53be93;
    cursor: pointer;
    transition: .3s;
}

.programs-tab:hover {
    background: #53be93;
    color: #fff;
    border-color: #53be93;
}

/* === КОЛОНКИ С МЕНЮ === */

.programs-tabs__lists {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 2rem;
    position: relative;
}


.programs-empty {
    min-height: 220px;
}


.programs-list--women { grid-column: 2; }
.programs-list--men   { grid-column: 3; }


.programs-tabs__lists::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #53be93;
    left: calc(100% * 2 / 3);      
    transform: translateX(-50%);
}


.programs-list {
    font-size: 0.95rem;            
    line-height: 1.4;
}

.programs-list__ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.programs-list__ul li {
    margin-bottom: .35rem;
}

.programs-list__ul a {
    text-decoration: none;
    color: #53be93;
}

.programs-list__ul a:hover {
    text-decoration: underline;
}

.programs-empty.is-hidden,
.programs-list.is-hidden,
.programs-divider.is-hidden {
    display: none;
}


@media (max-width: 768px) {
    .programs-tabs {
        max-width: none;
        margin: 0 10px;
        border-radius: 24px;
    }

    .programs-tabs__menu {
        flex-direction: column;
        gap: 12px;
    }

    .programs-tab {
        width: 100%;
    }

    .programs-tabs__lists {
        grid-template-columns: 1fr;
    }

    .programs-divider,
    .programs-empty {
        display: none !important;
    }
}
/* ====== МОБИЛЬНАЯ АДАПТАЦИЯ ====== */
@media (max-width: 768px) {
	.programs-mega {
		left: 0;
	}
    .programs-tabs {
        max-width: 100%;
        margin: 0 10px;
        padding: 14px 14px 20px;
        border-radius: 24px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    /* кнопки */
    .programs-tabs__menu {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.75rem;
        margin-bottom: 14px;
    }

    .programs-tab {
        flex: 0 0 auto;
        min-height: 2.75rem;
        padding: 0 1.5rem;
        font-size: 0.9rem;
    }

    /* одна колонка вместо трёх */
    .programs-tabs__lists {
        display: block;
        margin-top: 10px;
        position: relative;
        padding-bottom: 20px;
    }

    /* прячем пустую колонку */
    .programs-empty {
        display: none;
    }

    /* ВОТ ЭТО: горизонтальный разделитель */
    .programs-tabs__lists::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
		width: 100%;
        background: #53be93;
        top: auto;
        bottom: 50%;
        transform: translateY(-50%);
    }

    /* списки */
    .programs-list {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    /* разделяем блоки сверху/снизу */
    .programs-list--women {
        padding-bottom: 18px;
        margin-bottom: 22px;
    }

    .programs-list--men {
        padding-top: 18px;
    }

}

