.header_mob .logo-wrap {
  display: none;
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--icoSize) auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-close:before {
  background-image: url(../img/close.svg);
  background-size: 38px auto;
}
.btn-action-ico.ico-cart-add:before {
  background-image: url(../img/cart.svg);
}
.btn-action-ico.ico-cart-add:after {
  background-image: url(../img/cart-added.svg);
  opacity: 0;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../img/icons/close.svg);
}
:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-photo img {
  transform: scale(1.03);
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-photo.photo-play:hover:after,
.tile-photo.photo-play:hover:after {
  background-color: var(--clr-att-second);
}
.elm-photo.photo-play:after,
.tile-photo.photo-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../img/icons/play.svg) center no-repeat;
  background-size: 24px auto;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:before,
.tile-photo.photo-play:before {
  display: block !important;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
}
.elm-photo.photo-zoom:after,
.tile-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../img/icons/zoom.svg);
  background-size: 24px auto;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after,
.tile-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain),
  .tile-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.new_diet {
  margin-bottom: 30px;
}
.new_diet .new_diet_item_desc {
  display: none;
}
.new_diet .caption,
.new_diet .title-box .h1-title,
.new_diet .container div.caption {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.34285714;
  margin: 0 0 4px 0;
  padding: 0;
  text-align: left;
}
.new_diet .tabs-first,
.new_diet .tabs-second {
  display: block;
  width: 100%;
  margin: 0 0 7px 0;
  border-radius: 21px;
  background: #F4F4F4;
  padding: 16px 12px 16px 12px;
}
.new_diet .tabs-first ul,
.new_diet .tabs-second ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  overflow: visible;
}
.new_diet .tabs-first ul li,
.new_diet .tabs-second ul li {
  width: calc(50% - 3px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  position: relative;
  padding: 0;
  height: 100%;
  min-height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 15px;
  background: #fff;
  transition: all ease 0.2s;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #888;
  text-align: left;
  border: none;
}
.new_diet .tabs-first ul li:hover,
.new_diet .tabs-second ul li:hover,
.new_diet .tabs-first ul li.active,
.new_diet .tabs-second ul li.active {
  border: none;
  background-color: #E56E29;
  color: #fff;
}
.new_diet .tabs-first ul li:hover strong,
.new_diet .tabs-second ul li:hover strong,
.new_diet .tabs-first ul li.active strong,
.new_diet .tabs-second ul li.active strong {
  color: #fff;
}
.new_diet .tabs-first ul li strong,
.new_diet .tabs-second ul li strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #0F0F0F;
}
.new_diet .tabs-first ul li:before,
.new_diet .tabs-second ul li:before {
  display: none;
}
.new_diet .tabs-first ul li img,
.new_diet .tabs-second ul li img {
  display: none;
}
.new_diet .tabs-second ul li {
  width: calc(100% - 6px);
  padding-right: 40px;
  padding-left: 19px;
}
.new_diet .tabs-second ul li img {
  width: 41px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 8px;
  display: block;
}
.new_diet .tabs-second ul li:last-child img {
  width: 57px;
  right: 2px;
}
.new_diet .tabs-title {
  display: block !important;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  color: #888;
  margin: 0 0 5px 0;
}
.new_diet div.tabs-wrapper {
  padding: 0;
  margin: 0;
  background: none;
}
.new_diet .desc_tab {
  text-align: center;
  font-size: 14px;
  color: #0F0F0F;
  line-height: 1.15;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #92C351;
  background: none;
  margin-bottom: 20px;
}
.new_diet .new_diet_program .new_program_name {
  font-size: 18px;
  font-weight: bold;
  color: #0F0F0F;
  margin: 0 0 10px 0;
  line-height: normal;
}
.new_diet .new_diet_program .new_program_aftername {
  display: none;
}
.new_diet .new_diet_days {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2px;
  margin: 0 0 18px 0;
  overflow: visible;
}
.new_diet .new_diet_days .new_diet_day {
  width: auto;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 31px;
  line-height: 31px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
}
.new_diet .new_diet_sliders {
  border-radius: 21px;
  border: 1px solid #DBDBDB;
  margin-bottom: 16px;
  padding: 16px 18px;
}
.new_diet .new_diet_sliders .owl-nav,
.new_diet .new_diet_sliders .owl-dots {
  display: none;
}
.new_diet .new_diet_sliders .new_diet_day_slider {
  margin: 0;
}
.new_diet .new_diet_sliders .owl-stage-outer,
.new_diet .new_diet_sliders .owl-stage {
  display: block;
  transform: none !important;
  width: 100% !important;
}
.new_diet .new_diet_sliders .owl-item {
  width: 100% !important;
  display: block;
  margin: 0 0 32px 0;
}
.new_diet .new_diet_sliders .owl-item:last-child {
  margin-bottom: 0;
}
.new_diet .new_diet_sliders .new_diet_day_slide {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  min-height: 110px;
  padding: 0 0 0 100px;
  border-radius: 0;
  height: auto;
  border: none;
  text-align: left;
}
.new_diet .new_diet_sliders .new_diet_day_slide .new_diet_day_slide_img {
  width: 84px;
  height: 109px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.new_diet .new_diet_sliders .new_diet_day_slide .orange {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  min-width: 100px;
  text-align: center;
  border-radius: 15px;
  background: #EAEAEA;
  font-size: 16px;
  font-weight: bold;
  color: #0F0F0F;
  margin: 0;
}
.new_diet .new_diet_sliders .new_diet_day_slide span {
  display: block;
  margin: 13px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #0F0F0F;
  line-height: normal;
  text-align: left;
}
.new_diet .new_diet_day_desc {
  border-radius: 10px;
  background: #F5F5F5;
  margin: 0;
  padding: 9px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #0F0F0F;
  line-height: normal;
}
.new_diet .new_diet_day_desc .day_desc_caption {
  font-size: 1em;
  line-height: inherit;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.new_diet .new_diet_day_desc .day_desc_options {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.new_diet .new_diet_day_desc .day_desc_option,
.new_diet .new_diet_day_desc .day_desc_option_left,
.new_diet .new_diet_day_desc .day_desc_option_right,
.new_diet .new_diet_day_desc .day_desc_option_dots {
  display: inline;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.new_diet .new_diet_day_desc .day_desc_option_dots {
  display: inline;
  margin: 0;
  padding: 0;
}
.new_diet .new_diet_day_desc .day_desc_option_dots:before {
  content: "-";
}
.new_diet .new_diet_right {
  margin: 0;
  padding: 0;
}
.new_diet .new_diet_right .new_diet_white {
  border-radius: 21px;
  margin: 0;
  background: #fff;
  border: none;
  box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.footer .logo_info,
.footer .inst_info {
  display: none;
}
.footer .item.logo_info {
  width: 100%;
  color: #fff;
  margin: 0 0 16px 0;
  -ms-flex-order: -2;
      order: -2;
  text-align: center;
}
.footer .inst_info {
  width: 100%;
  margin: 0 0 25px 0;
  -ms-flex-order: -1;
      order: -1;
  text-align: center;
}
.footer .inst_info.item {
  text-align: center;
}
.footer .inst_info .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px;
  -ms-flex-pack: center;
      justify-content: center;
  color: #4A4A4A;
  height: 62px;
  border-radius: 31px;
  min-width: 248px;
  border: none;
  background: linear-gradient(to bottom, #fff, #BAD89A);
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  box-shadow: none;
}
.footer .inst_info .btn:hover {
  box-shadow: none;
}
.footer .inst_info .btn .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
}
.cakes .items .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}
.cakes .items .item .name {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.cakes .items .item .txt_info {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  text-align: left;
  line-height: 1.16666667;
  margin: 0 15px 10px 15px;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.cakes .items .item .green {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  background: #93DB44;
  padding: 6px 4px 6px 13px;
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.1;
}
.cakes .items .item .green > span {
  -ms-flex: 1;
      flex: 1;
  display: block;
  margin: 0;
}
.cakes .items .item .green .amount {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #356600;
}
.cakes .items .item .green .amount .woocommerce-Price-currencySymbol {
  display: inline;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.cakes .items .item .btn-action-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #fff;
}
.cakes .items .item .btn-action-ico:hover {
  background-color: #f0f0f0;
}
.info-course-box {
  margin-bottom: 60px;
  font-size: 12px;
}
.info-course-box .info-box {
  margin: 0;
  display: block;
  font-size: 1em;
}
.info-course-box .info-box .title-box {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.info-course-box .info-box .info-inner-wrap {
  border-radius: 0;
  background: none;
  padding: 0;
  display: block;
  line-height: normal;
  font-weight: 400;
  color: #888;
  font-size: 1em;
}
.info-course-box .info-box .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  font-size: 1em;
}
.info-course-box .info-box .title-main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 16px 0 0;
  font-size: 3.66666667em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  background: linear-gradient(180deg, #92CD3E 0%, #FEFFFE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-course-box .info-box .title-info {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.16666667em;
  font-weight: bold;
  color: #0F0F0F;
  margin: 0;
  padding: 0;
}
.info-course-box .title-box {
  margin-bottom: 14px;
}
.info-course-box .title-box > h1.h1-title,
.info-course-box .title-box > h2.h1-title {
  font-size: 35px;
  font-weight: 800;
  color: #0F0F0F;
  line-height: 1;
  text-transform: none;
}
.info-course-box .items-wrap {
  margin: 0;
}
.info-course-box .item-wrap {
  width: 100%;
  padding: 0;
  margin: 0 0 22px 0;
}
.info-course-box .item-wrap:last-child {
  margin-bottom: 0;
}
.info-course-box .item-tile-info {
  font-size: 1em;
  line-height: normal;
  color: #888;
  border-radius: 0;
  background: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.info-course-box .item-tile-info .tile-title-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 24px;
  margin: 0;
}
.info-course-box .item-tile-info .tile-title {
  font-size: 1.16666667em;
  font-weight: bold;
  color: #0F0F0F;
  margin: 0 0 4px 0;
  text-transform: none;
}
.info-course-box .item-tile-info .tile-ico {
  width: 72px;
  height: 72px;
  border-radius: 15px;
  background: #F4F4F4;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 35px;
  font-weight: 400;
  color: #626262;
  text-align: center;
  overflow: hidden;
}
.info-course-box .item-tile-info p {
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1410px) {
  .cakes .items .item .name,
  .cakes .items .item .txt_info {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .cakes .items .item .name {
    font-size: 18px;
    line-height: 1.21428571;
    min-height: 0;
    height: auto;
  }
  .cakes .items .item .txt_info {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: none;
  }
  html.mm-right.mm-opening #menu {
    display: block;
  }
  html.mm-right.mm-opening .mm-menu.mm-offcanvas.mm-right.mm-fullscreen {
    display: block;
  }
  html.mm-right.mm-opening .header_mob .hamburger:before {
    opacity: 0;
  }
  html.mm-right.mm-opening .header_mob .hamburger:after {
    opacity: 1;
  }
  #menu {
    display: none;
  }
  html.mm-right .mm-menu.mm-offcanvas.mm-right.mm-fullscreen {
    width: 370px;
    height: auto;
    position: absolute;
    top: 60px;
    right: 8px;
    max-width: calc(100dvw - 16px);
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 100;
    display: none;
  }
  html.mm-right .mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
    display: none;
  }
  html.mm-right .mm-panels,
  html.mm-right .mm-panels > .mm-panel {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
  }
  html.mm-right #menu > .mm-panels {
    padding: 18px 18px 32px 18px;
    border-radius: 11px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
  }
  html.mm-right #menu > .mm-panels .mm-navbar {
    display: none;
  }
  html.mm-right #menu > .mm-panels > .mm-panels > .mm-navbar {
    display: block;
    border: none;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
  }
  html.mm-right #menu > .mm-panels > .mm-panels > .mm-navbar .mm-title {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #0F0F0F;
    line-height: 38px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  html.mm-right #menu > .mm-panels > .mm-panels .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  html.mm-right #menu > .mm-panels > .mm-panels .menu li {
    margin: 0 0 8px 0;
    padding: 0;
    list-style-type: none;
  }
  html.mm-right #menu > .mm-panels > .mm-panels .menu li:before {
    display: none;
  }
  html.mm-right #menu > .mm-panels > .mm-panels .menu li:last-child {
    margin: 0;
  }
  html.mm-right #menu > .mm-panels > .mm-panels .menu li a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-align: left;
    padding: 7px 10px 7px 40px;
    border-radius: 11px;
    background: #F5F5F5;
  }
  html.mm-right #menu > .mm-panels > .mm-panels .menu li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -2px;
  }
  html.mm-right .mm-panels > .mm-panel:after,
  html.mm-right .mm-panels > .mm-panel:before {
    display: none;
  }
  body.enter_app .hamburger {
    top: 9px;
    right: 10px;
    position: absolute;
  }
  .header_mob .header .top .logo-wrap {
    display: block;
    width: 88px;
    margin: 0 0 3px 0;
  }
  .header_mob .header .top .logo-wrap .logo {
    margin: 0;
    width: 100%;
  }
  .header_mob .header .top .logo-wrap .logo img {
    margin: 0;
  }
  .header_mob .header .top .location-wrap {
    padding-right: 8px;
    max-width: 140px;
  }
  .header_mob .header .top .location-wrap > a {
    display: block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #1A5600;
    padding: 0 0 0 14px;
    margin: 0;
  }
  .header_mob .header .top .location-wrap > a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/location.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 4px;
    margin: -14px 0 0 -12px;
  }
  .header_mob .header-top-panel > a {
    top: 0;
  }
  .header_mob .header-top-panel.header .container {
    padding-right: 58px;
  }
  .header_mob .header.header-top-panel .top {
    padding: 8px 0;
  }
  .header_mob .header-top-panel.header .action-wrap {
    display: none;
  }
  .header_mob .header-top-panel.header .action-wrap.cart {
    display: block;
    margin: 0;
  }
  .header_mob .header.header-top-panel .messages-wrap,
  .header_mob .header.header-top-panel .buttons-wrap,
  .header_mob .header.header-top-panel .phone-wrap {
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    background: #81B437;
    border-radius: 11px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 1px 0 0;
  }
  .header_mob .header.header-top-panel .messages-wrap .btn-message,
  .header_mob .header.header-top-panel .buttons-wrap .btn-message,
  .header_mob .header.header-top-panel .phone-wrap .btn-message {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    margin: 0;
    background: #58E31A;
    overflow: hidden;
  }
  .header_mob .header.header-top-panel .messages-wrap .btn-message .button-ico,
  .header_mob .header.header-top-panel .buttons-wrap .btn-message .button-ico,
  .header_mob .header.header-top-panel .phone-wrap .btn-message .button-ico {
    display: none;
  }
  .header_mob .header.header-top-panel .messages-wrap .btn-message:before,
  .header_mob .header.header-top-panel .buttons-wrap .btn-message:before,
  .header_mob .header.header-top-panel .phone-wrap .btn-message:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/wa.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
  }
  .header_mob .header.header-top-panel .messages-wrap .phone-wrap,
  .header_mob .header.header-top-panel .buttons-wrap .phone-wrap,
  .header_mob .header.header-top-panel .phone-wrap .phone-wrap {
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .header_mob .header.header-top-panel .messages-wrap .phone-wrap a,
  .header_mob .header.header-top-panel .buttons-wrap .phone-wrap a,
  .header_mob .header.header-top-panel .phone-wrap .phone-wrap a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 9px 0 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-indent: 0;
    width: auto;
  }
  .header_mob .header.header-top-panel .messages-wrap .phone-wrap a:before,
  .header_mob .header.header-top-panel .buttons-wrap .phone-wrap a:before,
  .header_mob .header.header-top-panel .phone-wrap .phone-wrap a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/phone.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 13px;
    margin: -12px 0 0 -12px;
  }
  .header_mob .header.header-top-panel .cart .cart-contents {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
    padding: 0;
  }
  .header_mob .header.header-top-panel .cart .cart-contents span {
    display: block;
    float: left;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
    padding: 0 3px;
    border-radius: 7px;
    background: #82BC31;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -2px;
    right: -2px;
    margin: 0;
    bottom: auto;
    left: auto;
  }
  .header_mob .header.header-top-panel .cart .cart-contents:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../img/cart.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
  }
  .header_mob .header .top .cart {
    background: none;
    border-radius: 0;
    box-shadow: none;
    width: 38px;
    height: 38px;
  }
  .header_mob .hamburger {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
    padding: 0;
    top: 9px;
  }
  .header_mob .hamburger:before,
  .header_mob .hamburger:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/menu.svg) center no-repeat;
    background-size: 24px auto;
    transition: all ease 0.2s;
  }
  .header_mob .hamburger:after {
    opacity: 0;
    background-image: url(../img/close.svg);
    background-size: 38px auto;
  }
  .header_mob .hamburger .hamburger-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .cakes {
    padding-top: 55px;
  }
  .cakes .caption,
  .cakes div.caption {
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0;
    margin: 0 0 14px 0;
  }
  .cakes .aftercaption {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 14px 0;
  }
  .cakes .items .item .name {
    font-size: 14px;
  }
  .cakes .items .item .txt_info {
    font-size: 12px;
  }
  .footer {
    padding: 45px 0 0 0;
    background: linear-gradient(to bottom, #6EAC2A, #426E11);
  }
  .footer .logo_info,
  .footer .inst_info {
    display: block;
  }
  .footer .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .footer .items .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #BCD99D;
    margin: 0 0 0 0;
    text-align: center;
  }
  .footer .items .item .txt {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-align: center;
  }
  .footer .item {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
  .footer .item:last-child {
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid #fff;
    padding: 13px 0 20px 0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .footer .item:last-child .name,
  .footer .item:last-child .txt {
    display: inline;
    font-size: 1em;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin-right: 4px;
  }
  .footer .logo_item {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
    -ms-flex-order: -3;
        order: -3;
  }
  .footer .logo_item img {
    display: block;
    margin: 0 auto;
    width: 274px;
  }
  .footer .info-text {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 580px) {
  .cakes .items .item .item_img {
    height: 190px;
  }
}
@media (max-width: 479px) {
  .week .week_menu .items,
  .cakes .items {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0 -5px;
  }
  .week .week_menu .items .item,
  .cakes .items .item {
    width: 50% !important;
    padding: 5px;
    margin-bottom: 17px;
  }
}
@media (max-width: 439px) {
  .header_mob .header .top .location-wrap {
    max-width: 94px;
  }
  .header .top .logo img {
    width: 190px;
  }
}
@media (max-width: 387px) {
  .header_mob .header .top .location-wrap {
    max-width: 122px;
  }
  .header_mob .header.header-top-panel .messages-wrap .phone-wrap a,
  .header_mob .header.header-top-panel .buttons-wrap .phone-wrap a,
  .header_mob .header.header-top-panel .phone-wrap .phone-wrap a {
    width: 38px;
    padding: 0;
    overflow: hidden;
    text-indent: -999px;
    font-size: 0;
  }
  .header_mob .header.header-top-panel .messages-wrap .phone-wrap a:before,
  .header_mob .header.header-top-panel .buttons-wrap .phone-wrap a:before,
  .header_mob .header.header-top-panel .phone-wrap .phone-wrap a:before {
    left: 50%;
  }
}
@media (min-width: 769px) {
  .info-course-box {
    font-size: 14px;
  }
  .info-course-box .title-box > h1.h1-title,
  .info-course-box .title-box > h2.h1-title {
    font-size: 38px;
  }
  .info-course-box .title-box {
    margin-bottom: 22px;
  }
  .info-course-box .info-box .title-info {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .info-course-box .info-box .title-main {
    font-size: 188px;
    padding: 0;
    margin-bottom: -0.1em;
  }
  .info-course-box .info-box .title-wrap {
    display: block;
  }
  .info-course-box .item-tile-info .tile-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .new_diet .new_diet_white .new_diet_white_items .new_diet_white_item:nth-child(2) {
    padding-left: 10px;
  }
  .new_diet .new_diet_white .new_diet_white_items .new_diet_white_item {
    padding-left: 10px;
  }
  .new_diet .add_cart {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .new_diet .new_diet_choose_text {
    font-size: 12px;
  }
  .new_diet .tabs-first ul li,
  .new_diet .tabs-second ul li {
    width: calc(25% - 5px);
  }
  .new_diet .tabs-second ul li {
    width: calc(50% - 3px);
  }
}
@media (min-width: 993px) {
  .new_diet {
    margin-bottom: 60px;
  }
  .new_diet .new_diet_day_desc {
    padding: 10px;
    font-size: 16px;
    margin-top: 15px;
  }
  .new_diet .new_diet_day_desc .day_desc_caption,
  .new_diet .new_diet_day_desc .day_desc_options {
    display: inline;
    margin: 0;
  }
  .new_diet .new_diet_tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .new_diet .tabs-first {
    width: 60%;
    -ms-flex-order: 1;
        order: 1;
    margin: 0;
  }
  .new_diet .tabs-second {
    width: 40%;
    max-width: calc(40% - 10px);
    -ms-flex-order: 2;
        order: 2;
    margin: 0;
  }
  .new_diet .tabs-wrapper {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 30px 0 0 0;
    -ms-flex-order: 3;
        order: 3;
  }
  .new_diet .tabs-first,
  .new_diet .tabs-second {
    padding: 16px;
  }
  .new_diet .tabs-first ul,
  .new_diet .tabs-second ul {
    gap: 12px;
  }
  .new_diet .tabs-first ul li,
  .new_diet .tabs-second ul li {
    width: calc(25% - 9px);
    font-size: 18px;
    border-radius: 15px;
    padding: 8px 16px;
    min-height: 68px;
  }
  .new_diet .tabs-first ul li strong,
  .new_diet .tabs-second ul li strong {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
  }
  .new_diet .tabs-second ul li {
    width: calc(50% - 6px);
    padding-right: 70px;
  }
  .new_diet .tabs-second ul li img {
    width: 54px;
  }
  .new_diet .tabs-second ul li:last-child img {
    width: 83px;
  }
  .new_diet .tabs-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .new_diet .desc_tab {
    margin-bottom: 22px;
    padding: 11px;
    font-size: 16px;
  }
  .new_diet .new_diet_program {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .new_diet .new_diet_sliders {
    margin: 0;
  }
  .new_diet .new_diet_sliders .owl-item {
    margin-bottom: 5px;
  }
  .new_diet .new_diet_sliders .new_diet_day_slide {
    min-height: 150px;
    padding-left: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 16px;
  }
  .new_diet .new_diet_sliders .new_diet_day_slide .orange {
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    border-radius: 15px;
    font-size: 16px;
    width: auto;
  }
  .new_diet .new_diet_sliders .new_diet_day_slide span {
    margin: 12px 0 0 0;
    width: 100%;
    font-size: 16px;
  }
  .new_diet .new_diet_sliders .new_diet_day_slide .new_diet_day_slide_img {
    height: 150px;
    width: 115px;
  }
  .new_diet .new_diet_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .new_diet .new_diet_right .new_diet_white {
    padding-left: 70px;
    padding-right: 70px;
    min-height: calc(100% - 89px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .new_diet .new_diet_right .new_diet_white form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
  }
  .new_diet .new_diet_right .new_diet_white .new_diet_choose {
    -ms-flex: 1;
        flex: 1;
  }
  .new_diet .new_diet_days {
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 12px;
  }
  .new_diet .new_diet_days .new_diet_day {
    max-width: 72px;
    height: 44px;
    border-radius: 22px;
    font-size: 20px;
  }
  .new_diet .caption,
  .new_diet .title-box .h1-title,
  .new_diet .container div.caption {
    font-size: 38px;
    margin-bottom: 12px;
  }
  #menu {
    display: none;
  }
  .info-course-box {
    margin-bottom: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
  }
  .info-course-box .tiles-info-box {
    margin: 0;
  }
  .info-course-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #D9D9D9;
    margin-left: -20px;
  }
  .info-course-box .box-inner-wrap {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0 50px 0 0;
  }
  .info-course-box .box-inner-wrap + .box-inner-wrap {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 993px) and (max-width: 1410px) {
  .new_diet .new_diet_right .new_diet_white {
    padding-left: 24px;
    padding-right: 24px;
  }
  .new_diet .tabs-first ul li,
  .new_diet .tabs-second ul li {
    width: calc(50% - 6px);
  }
  .new_diet .tabs-second ul li {
    width: 100%;
  }
  .info-course-box .info-box .title-main {
    font-size: 140px;
  }
}
