@charset "UTF-8";
/*
  Пример:
    input {
      color: #808080;
      ...
      @include placeholder {
        color: red;
      }
    }
*/
@font-face {
  font-family: "Circle";
  src: url("./scss/fonts/Circe-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "Circle";
  src: url("./scss/fonts/Circe-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

button:focus {
  outline: none !important;
}
a:hover {
  color: #67BA67 !important;
}

body, html {
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    max-width: 100%;
}

.container {
  font-family: "Circle" ,"Arial", sans-serif;
  font-weight: 400;
  color: #545454;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.shcudel-title {
  margin-bottom: 31px;
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.47059;
  letter-spacing: 0.0025em; }

.tab {
  border-radius: 20px;
  height: auto;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }
  .tab__item {
    position: relative;
    padding: 9px 10px !important;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.0125em;
    font-weight: bold;
    text-transform: uppercase;
    color: #858585;
    background-color: #FFFFFF;
    text-decoration: none !important; 
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .tab__item.hot:after {
      content: "";
      -webkit-mask: url(./images/icon/hot.svg);
      -webkit-mask-repeat: no-repeat;
      background-image: url(./images/icon/hot.svg);
      width: 22px;
      height: 22px;
      position: absolute;
      top: -7px;
      right: 0;
    }
    .tab__item.leaf:after {
      content: "";
      -webkit-mask: url(./images/icon/leaf.svg);
      -webkit-mask-repeat: no-repeat;
      background-image: url(./images/icon/leaf.svg);
      width: 22px;
      height: 22px;
      position: absolute;
      top: -7px;
      right: 0;
    }
    .tab__item.sale20:after {
        content: "-20%";
        width: 22px;
        height: 22px;
        position: absolute;
        top: -7px;
        right: 0;
        background-image: none;
        background-color: #e88181;
        color: #fff;
        font-size: 9px;
        line-height: 22px;
        border-radius: 50%;
    }
    .tab__item.last-item {
      border-radius: 0px 20px 20px 0px; 
    }
    .border-radius-end span {
        border-radius: 0px 0 20px 0px;
      
    }
    .border-radius-center span {
        border-radius: 0px 0 20px 20px;
      
    }
    .border-radius-start span {
      border-radius: 0 0 0 20px;
      
    }
    .tab__item:first-child {
      border-radius: 20px 0px 0px 20px;
      
    }
    .tab__item:nth-child(11) {
      border-radius: 0px 20px 20px 0px;
    }
    .tab__item:nth-child(11)::before {
      width: 0;
    }
    .tab__item:not(.last-item)::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 1px;
      background-color: #B1B1B1;
      right: 0;
      top: 0; }
    .tab__item span:after {
      content: attr(data-desc);
      position: absolute;
      top: 65%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      text-transform: none;
      letter-spacing: 0.015em;
      color: #858585;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 1.5;
      font-weight: normal;
      width: 100%;
      padding: 0 10px;
    }
    .tab__item span {
      position: absolute;
      padding: 40px 10px 8px;
      z-index: -1;
      width: calc(100%);
      bottom: calc(-100% + 5px);
      left: 0;
      background-color: #F3F3F3;
    }
    .tab__item.active {
      background-color: #67BA67 !important;
      color: #FFFFFF !important; }
    .tab__item.disabled {
      cursor: pointer;
      color: #858585;
      background-color: #F3F3F3; }
      .tab__item.disabled span {
        background-color: #FFFFFF; }

.day {
  border-radius: 20px;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
  .day__content {
    width: 100%;
    padding: 0 5px;
  }
  .day__item {
    position: relative;
    padding: 5px 5px 4px !important;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
    font-weight: bold;
    text-transform: uppercase;
    color: #858585;
    background-color: #F3F3F3;
    text-decoration: none !important;
  }
    .day__item.enabled:last-child, .day__item.border-radius-end {
      border-radius: 0px 20px 20px 0px; }
      .day__item.enabled:last-child:after, .day__item.border-radius-end:after {
        border-radius: 0px 0 20px 0px; }
    .day__item.border-radius-end:before {
        display: none;
    }
    .day__item.enabled:first-child {
      border-radius: 20px 0px 0px 20px; }
      .day__item.enabled:first-child:after {
        border-radius: 0 0 0 20px; }
    .day__item:not(:last-child)::before {
      position: absolute;
      content: "";
      height: calc(100% - 10px);
      width: 1px;
      background-color: #B1B1B1;
      right: 0;
      top: 5px; }
    .day__item.active {
      background-color: #67BA67;
      color: #FFFFFF; }
    .day__item span {
      display: none !important;
    }
    .day__item.active:hover {
      color: #FFFFFF !important;
    }
    .day__item.disabled {
      cursor: pointer;
      color: #858585;
      background-color: #F3F3F3; 
      display: none;
    }
      .day__item.disabled:after {
        background-color: #FFFFFF; }

.week {
  margin-bottom: 20px; }
  .week__wrapper {
    border-radius: 20px;
    background-color: #F3F3F3; }
  .week__item {
    padding: 0 20px;
    line-height: 33px;
    font-size: 12px;
    color: #B1B1B1; }
    .week__item.active {
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
      color: #858585;
      border-radius: 20px;
      background-color: #FFFFFF; }

.dishes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px -20px;
}
  .dishes .dishes__item {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    border-radius: 10px; }
  .dishes .dishes__item:hover .dishes__item__content {
    cursor: pointer;
    opacity: 0.5;
  }
  .info-drink {
    background-color: #67ba67;
    border-radius: 8px;
    max-width: 162px;
    margin: 5px auto 0;
    color: #fff;
    padding: 4px 0;
    cursor: pointer;
  }
  .dishes__item-title.add {
    cursor: pointer;
  }
  .dishes .calc-dishes.dishes__item:hover {
    cursor: default;
    opacity: 1;
  }
  .dishes__item-img-wr {
    width: auto;
    display: block;
    margin: 0 auto 10px;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
  }
  .dishes__item-img-wrap {
      box-shadow: 0 7.31126px 14.6225px rgba(0, 0, 0, 0.2);
      max-width: 100%;
      width: 100%;
      max-height: 140px;
      height: 100vh;
      display: flex;
      border-radius: 22px;
      overflow: hidden;
      text-align: center;
  }
  .dishes__item-img {
    align-self: center;
    top: 0;
    left: 0;
    max-width: 95%;
    width: auto;
    max-height: 140px;
    height: auto;
    margin: 0 auto;
  }
  .dishes__item-meal {
    padding: 10px 9px 7px;
    font-size: 12px;
    font-size: 0.75rem;
    min-width: 80px;
    border-radius: 0px 0px 0px 10px;
    background-color: #FEFEFE;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #858585;
  }
  .dishes__item-title {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.21429; }
  .dishes__item-pfc {
    text-align: center;
    letter-spacing: 0.015em;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    color: #858585;
    margin: 0;
  }
.dishes__item-pfc span {
  padding: 0 2.5px;
}
.dishes__item-pfc span:first-child {
  padding-left: 0;
}
.dishes__item-pfc span:last-child {
  padding-right: 0;
}
.calc-dishes .dishes__item__content {
  padding: 27px 24px;
  background: linear-gradient(180deg, #72c172 0%, #5db45c 100%);
  box-shadow: 0px 4px 15px rgba(111, 191, 111, 0.3);
  border-radius: 10px;
  color: #FFFFFF; }
  .calc-dishes .mode {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 100%;
    text-transform: capitalize;
  }
  .calc-dishes .desc {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 100%;
  }
  .calc-dishes .reception {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 100%;
  }
  .calc-dishes .callories {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .calc-dishes .pfc {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 100%;
  }
    .calc-dishes .pfc p {
      margin: 0; }
    .calc-dishes .pfc span {
      display: block;
    }

.title-h6 {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.0015em;
  color: #545454;
  font-weight: bold;
  margin-bottom: 20px;
}

.choice-goal {
  margin: 0 auto 20px !important;
  width: 100%;
  box-shadow: 0 7.31126px 14.6225px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
  .choice-goal__item {
    cursor: pointer;
    padding: 8px 15px;
    background-color: #FFFFFF;
    color: #858585;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.004em; }
    .choice-goal.targets-top {
      border-radius: 25px;
    }
    .targets-top .choice-goal__item:first-child {
      border-radius: 25px 0 0 25px;
    }
    .targets-top .choice-goal__item:last-child {
      border-radius: 0 25px 25px 0;
    }
    .targets-top .choice-goal__item {
      text-align: center;
      white-space: pre;
    }
    .targets-top .choice-goal__item::before {
       position: absolute;
       content: "";
       height: 100%;
       width: 1px;
       background-color: #B1B1B1;
       right: 0;
       top: 0;
     }
    .targets-top .choice-goal__item:last-child::before {
      display: none;
    }
    .choice-goal__item:first-child {
      border-radius: 10px 10px 0px 0px; }
    .choice-goal__item:last-child {
      border-radius: 0px 0px 10px 10px; }
    .choice-goal__item:hover {
      background-color: #F3F3F3;
    }
    .choice-goal__item.active {
      background-color: #67BA67;
      color: #FFFFFF; }

.сolumn_right {
  max-width: 240px !important;
  min-width: 240px !important;
  width: 100%;
}
.сolumn_right .сolumn_right__item {
  margin-left: 0;
  margin-right: 0;
}
.calculate {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 7.31126px 14.6225px rgba(0, 0, 0, 0.2);
  }
  .calculate__title {
    position: relative;
    padding: 18px 10px 18px 15px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #545454;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    line-height: 100%;
  }
    .calculate__title:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #F3F3F3; }
    .calculate__title .value {
      margin-left: 5px;
    }
    .calculate__day {
      margin-top: 10px;
    }
    .calculate__day, .calculate__week, .calculate__person {
      position: relative;
      margin-bottom: 10px;
    }
    .calculate__day .title, .calculate__week .title, .calculate__person .title {
      text-align: center;
      margin-bottom: 10px;
      display: block;
    }
    .calculate__options.opened {
      box-shadow: 0 7.31126px 14.6225px rgba(0, 0, 0, 0.2);
    }
    .calculate__options {
      position: relative;
      z-index: 1;
      background-color: #ffffff;
      width: 100%;
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  .calculate__item {
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    font-size: 0.75rem;
    cursor: pointer;
    line-height: 100%;
    background-color: #F3F3F3;
  }
    .calculate__item.active {
      background-color: #67BA67;
      color: #ffffff;    
    }
    .calculate__item span {
      display: block;
      text-align: center;
    }
    .calculate__item:hover {
      background-color: #67BA67;
      color: #ffffff;   
    }
    .calculate__item i {
      font-style: normal;
      color: #67BA67;
      font-weight: bold;
    }
    .calculate__item .sale-label {
      position: absolute;
      top: -10px;
      right: -10px;
      border-radius: 100%;
      color: #fff;
      background-color: #ff0000;
      font-size: 10px;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
    }
    .calculate__trigger {
      width: 100%;
    }
    .calculate__trigger.active {
      background-color: #F3F3F3;
    }
    .calculate__trigger.active .calculate__item::before {
      transform: rotate(180deg);
    }
    .calculate__item:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #F3F3F3; }
    .calculate__trigger .calculate__item:before {
      position: absolute;
      cursor: pointer;
      content: '';
      top: calc(50% - 2px);
      right: 15px;
      width: 10px;
      height: 5px;
      background: url("./images/arrow.svg") center/contain no-repeat; }
  .calculate__check {
    padding: 12px 15px;
    font-size: 14px;
    font-size: 0.875rem;
    }
  .calculate__result {
    display: flex;
    line-height: 25px;
    justify-content: space-between;
    color: #B1B1B1; }
    .calculate__result .value {
        font-size: 16px;
        color: #66ba67;
        font-weight: bold;
    }
  .calculate__discount {
    display: flex;
    line-height: 26px;
    justify-content: space-between;
    color: #B1B1B1; }
    .calculate__discount .value {
        font-size: 16px;
        color: #66ba67;
    }
    .calculate__discount .value.probnik {
        font-size: 18px;
        color: #e88181;
        font-weight: bold;
    }
    .calculate__result .value {
        font-size: 16px;
        color: #66ba67;
    }
  .calculate__total {
    display: flex;
    line-height: 25px;
    justify-content: space-between; }
    .calculate__total > span {
      font-size: 16px;
    }
    .calculate__total em {
      margin-right: 5px;
      text-decoration: line-through;
      color: #858585;
      font-size: 14px;
      line-height: 1.2;
      font-style: normal; }
  .calculate__button {
    cursor: pointer;
    padding: 12px 0 12px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    background-color: #67BA67;
  }
  .calculate__button:hover,
  .success__button:hover {
    background-color: #67C467;
  }
  .calculate__button:focus,
  .success__button:focus {
    background-color: #67B067;
  }

.delivery-description {
  font-size: 14px;
  color: #858585;
  margin-top: 15px;
  text-align: left;
  width: 100%;
}

.popup,
.checkout__page,
.success__page {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media all and (max-width: 768px) {
  .popup, .checkout__page, .success__page {
      top: 50%;
      transform: translate(-50%, 0);
  }
}

@media all and (max-width: 640px) {
  .popup, .checkout__page, .success__page {
      top: 100%;
      transform: translate(-50%, -100%);
  }
}

.checkout__page,
.success__page {
  max-width: 960px;
}
.success__page .container {
  margin: 0;
}
.popup {
  max-width: 1160px;
}
.popup .container,
.checkout__page .container,
.success__page .container {
  background: #FEFEFE;
  padding: 60px 45px;
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}
.success__page .container img {
  max-width: 100%;
  width: auto;
}
.success__page .container h2 {
  text-align: center;
  font-size: 60px;
  line-height: 120%;
  margin: 35px auto 0;
}
.success__page .container p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 15px auto 0;
}

.checkout__page .container {
  margin: 0 auto;
  padding: 60px 75px;
}
.popup .container .day__item.active {
  /*font-size: 0;*/
}
.popup .container .day__item.active span {
  font-size: 12px;
  white-space: pre;
  display: flex !important;
  line-height: 21px;
  padding: 0 20px;
}
.popup .container .day__item.active span span {
  font-size: 14px;
  padding: 0;
}
.popup .week__content {
  z-index: 1;
}
.popup .product__item-img-wr .pfc {
  font-weight: bold;
}
.popup .product__item-img-wr .pft-content {
  font-weight: normal;
}
.popup .close,
.checkout__page .close,
.success__page .close {
  -webkit-mask: url('./images/icon/close.svg');
  -webkit-mask-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 35px;
  background-color: #545454;
  opacity: 1;
  z-index: 1;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}

.checkout__page {
  color: #545454;
}
.checkout__page h2 {
  font-size: 34px;
  line-height: 120%;
  margin: 0 0 40px;
  text-align: center;
}
.checkout__page h3 {
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 0;
}
.checkout__page h4 {
  font-size: 14px;
  line-height: 21px;
  margin: 15px 0;
}
.checkout__page h5 {
  font-size: 10px;
  line-height: 15px;
  margin: 10px 0 10px;
  color: #B1B1B1;
}
.checkout__page input, .checkout__page select {
  padding: 11px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 255px;
  box-sizing: border-box;
  font-size: 12px;
  color: #B1B1B1;
  margin: 0 0 10px;
  max-width: 300px;
  width: 100%;
  outline: none;
  line-height: 100%;
}

.checkout__page input::placeholder {
  color: #B1B1B1;
}
.checkout__page .payment-wrapper {
  max-width: 300px;
  flex-wrap: nowrap;
}
.checkout__page label {
  font-size: 14px;
  line-height: 21px;
  white-space: pre;
}
.checkout__page input[type="radio"] {
  width: auto;
}

.checkout__page input[type="radio"]:checked,
.checkout__page input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkout__page input[type="radio"]:checked + label,
.checkout__page input[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.checkout__page input[type="radio"]:checked + label:before,
.checkout__page input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 2px solid #67BA67;
  border-radius: 100%;
  background: #fff;
}
.checkout__page input[type="radio"]:checked + label:after,
.checkout__page input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #67BA67;
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout__page input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkout__page input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.basket-wrapper {
  max-width: 400px !important;
}
.basket {
  margin: 15px 0 25px;
  background: #FFFFFF;
  border: 0.5px solid #F3F3F3;
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 100%;
  color: #858585;
}
.basket .basket__item {
  padding: 5px 20px;
  text-align: left;
}
.basket .basket__item .value {
  text-align: right;
  white-space: pre;
}
.basket .basket__item.ration {
  border-bottom: 1px solid #F3F3F3;
  font-size: 20px;
  line-height: 29px;
  color: #545454;
  padding: 13px 20px 11px;
  white-space: pre;
}
.basket .basket__item.ration span {
  font-size: 12px;
  line-height: 110%;
  color: #858585;
}
.basket .basket__item.period {
  margin: 0 auto;
}
.basket .basket__item.period .day,
.basket .basket__item.period .week {
  width: auto;
  margin: 0;
}
.basket .basket__item.period,
.basket .basket__item.price {
  padding-top: 11px;
}
.basket .basket__item.price .name {
  white-space: pre;
}
.basket .basket__item.result {
  border-bottom: 1px solid #F3F3F3;
  margin: 0;
  padding: 5px 5px 11px;
}
.basket .basket__item.total-price {
  font-size: 20px;
  line-height: 29px;
  color: #545454;
}
.success__button {
  background: #67BA67;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px 20px 9px;
  width: 100%;
  max-width: 240px;
  margin: 0px 0 10px;
  text-align: center;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  border: 0;
  outline: none;
  cursor: pointer;
}

.policy-description {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 15px;
  color: #545454;
}

.tab.product {
  max-width: 175px;
  box-shadow: none;
  margin: 0 auto;
  overflow: auto;
  max-height: 340px;
}
.tab.product .dishes__item-img-wr .dishes__item-meal {
  min-width: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 0 0 20px 20px;
}
.tab.product .dishes__item-img-wr:hover {
  cursor: pointer;
  opacity: 0.5;
}

.week__content,
.type__content,
.day__content,
.product__content {
  display: none !important;
}

.week__content.active,
.day__content.active {
  display: block !important;
}

.type__content.active,
.product__content.active {
  display: flex !important;
}

.product .dishes__item-img-wr {
  max-width: 130px;
  margin: 0 auto 20px;
}
.product .dishes__item-img-wr .dishes__item-meal {
  padding: 0;
  font-size: 12px;
  line-height: 20px;
}

.product__content {
  font-size: 14px;
  line-height: 21px;
  flex-wrap: nowrap !important;
}
.product__item-img-wr {
  max-width: 500px !important;
  width: 100%;
  color: #545454;
  display: table;
  position: relative;
  overflow: hidden;
}
.product__item-content {
  padding-left: 40px;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  color: #333333;
}
.product__item-meal {
  font-size: 12px;
  line-height: 100%;
  color: #545454;
}
.product__item-title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 120%;
  font-size: 14px;
}
h3.product__item-title {
  margin-top: 0;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product__item-img-wr img {
  width: 100%;
}
.product__item-img-wr .pfc {
  background: #FEFEFE;
  position: absolute;
  bottom: 20px;
  left: 35px;
  padding: 10px 12px;
}

.product__item-img-wr .pft-content {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}
.product__item-img-wr .pfc p {
  padding: 0 5px;
  margin: 0;
  line-height: 100%;
}

.product__item-img-wr .pfc p span {
  display: block;
}

.hide {
  display: none;
}
.pl40 {
  padding-left: 40px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.m-auto {
  margin: 0 auto !important;
}

@media (min-width: 1160px) {
  .delivery-description br {
    display: none;
  }
}

@media (max-width: 1160px) {
  .popup .close,
  .success__page .close {
    top: 20px;
    right: 20px;
  }
  .tab.product {
    max-width: 160px;
  }
  .popup .container .day__item.active {
    font-size: 14px;
  }
  .popup .container .day__item.active span {
    display: none !important;
  }
  .tab.type {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .tab__item {
    padding: 9px 10px 7px !important;
    line-height: 100%;
  }
  .tab__item span {
    padding: 48px 10px 6px;
    bottom: calc(-100% + -10px);
  }
  .popup {
    padding: 40px 0;
  }

  .popup .container {
    max-height: 100%;
    max-width: calc(100% - 40px);
    padding: 60px 20px;
  }
  .popup .product__item-img-wr .pfc {
    bottom: 10px;
    left: 25px;
  }
  .targets-top-container {
    width: 100%;
  }
  .targets-top-container .title-h6 {
    width: 100%;
    text-align: center;
  }
  .targets-top-container .choice-goal {
    width: auto;
  }
  .widget-item, .widget-block {
    height: auto !important;
  }
}

@media all and (max-width: 960px) {
  .title-h6 {
    text-align: center;
  }
  .tab.product .dishes__item-img-wr-container {
    padding: 0 8px;
  }
  .calc-dishes .dishes__item__content {
    padding: 10px;
  }
  .сolumn_right {
    max-width: 100% !important;
    padding: 0 15px !important;
  }
  .tab.type {
    flex-wrap: nowrap;
    padding-bottom: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 10px;
  }
  .p0 {
    padding: 0 !important;
  }
  .calculate__button {
    text-align: center;
  }

  .tab {
    border-radius: 0;
    box-shadow: none;
  }
  .tab__item.enabled {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
  .tab__item {
    border-radius: 20px;
    margin: 0 5px;
    vertical-align: middle;
    min-width: 100px;
  }
  #popup .tab__item {
    background: #F3F3F3;
    box-shadow: none;
  }
  .tab__item:last-child {
    border-radius: 20px;
  }
  .tab__item:first-child {
    border-radius: 20px;
  }
  .tab__item:before {
    display: none;
  }
  .tab__item span {
    width: calc(100% + 8px);
  }
  .tab.type .tab__item:nth-child(2) span {
    left: -3px;
  }
  .tab.type .tab__item:nth-child(3) span {
    left: -6px;
  }
  .tab.type .tab__item:nth-child(4) span {
    left: -8px;
  }
  .tab.type .tab__item:nth-child(6) span {
    left: -8px;
  }
  .tab.type .tab__item:nth-child(7) span {
    width: calc(100%);
  }
  .tab.type {
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .tab__item.disabled span:after {
    background: initial;
  }

  .tab {
    margin-bottom: 15px;
  }
  .product__content {
    flex-wrap: wrap !important;
  }
  .popup {
    padding: 10px 0;
  }
  .popup .container, .success__page {
    max-width: calc(100% - 20px);
  }
  .product__item-img-wr {
    margin-bottom: 20px;
  }
  .tab.product {
    order: 2;
    max-width: 100%;
    margin-top: 70px;
  }
  .tab.product .row {
    flex-wrap: nowrap;
  }
  .сolumn_right .сolumn_right__item .calculate {
    max-width: 400px;
  }
  .calculate__title {
    font-size: 20px;
  }
  .day.tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .popup .product__item-img-wr {
    max-height: 300px;
    overflow: hidden;
    display: block;
  }
  .delivery-description {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body > .container {
    max-width: 100% !important;
  }
  .product__item-content {
    padding-left: 20px;
    max-width: 245px;
  }
  .product__content {
    font-size: 12px;
  }
  .tab__item span:after {
    top: 65%;
  }
}

@media (max-width: 640px) {
  .popup {
    padding: 40px 0;
  }
  .popup .container {
    padding: 35px 20px;
    max-width: calc(100% - 80px);
  }
  .popup .close {
    background-color: #ffffff;
    top: -20px;
    right: -20px;
  }
  .choice-goal {
    width: auto;
  }
  .checkout__page {
    max-width: calc(100% - 90px);
    max-height: calc(100% - 20px);
  }
  .checkout__page h2 {
    display: none;
  }
  .checkout__page h4 {
    margin: 10px 0;
  }
  .checkout__page .container {
    padding: 20px 25px;
  }
  .checkout__page input, .checkout__page select {
    max-width: 100%;
  }
  .success__button {
    max-width: 100%;
  }
  .policy-description {
    text-align: center;
  }
  .information {
    order: 2;
    width: 100%;
    max-width: 100% !important;
    padding: 0 30px;
  }
  .basket-wrapper {
    order: 1;
    width: 100%;
    max-width: 100% !important;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .basket-wrapper .basket {
    box-shadow: none;
  }
  .checkout__page .close {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
  }
  .success__page {
    max-width: calc(100% - 80px);
  }
  .success__page .container h2 {
    font-size: 34px;
  }
  .success__page .container p {
    font-size: 14px;
  }
  .day__item { 
      font-size: 16px;
  }
}

@media (max-width: 479px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .popup .close {
    top: -30px;
    right: 0;
  }
  .popup,
  .checkout__page,
  .success__page {
    max-width: 100%;
    padding: 50px 0 10px;
    max-height: 100%;
  }
  .popup .container {
    padding: 20px;
    max-width: calc(100% - 20px);
  }
  .popup .tab.type,
  .popup .day.tabs {
    display: none;
  }
  .tab.product {
    display: none;
  }
  .tab.type {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .tab__item span {
    background-color: #ffffff;
    bottom: calc(-100% + -7px);
  }
  .tab__item.enabled {
    background-color: #F3F3F3;
    box-shadow: none;
  }
  .tab__item.enabled.active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
  .delivery-description {
    padding: 0 40px;
  }
  .targets-top-container {
    display: none !important;
  }
  .delivery-description br{
    display: none;
  }
  .calc-dishes .reception {
    font-size: 14px;
  }
  .checkout__page .close,
  .success__page .close {
    top: -30px;
    right: 0;
    background-color: #fff;
  }
  .checkout__page .information, .checkout__page .basket-wrapper {
    padding: 0 10px;
  }
  .checkout__page .payment-wrapper {
    flex-wrap: wrap;
  }
  .success__page,
  .checkout__page {
    max-width: calc(100% - 20px);
  }
  .success__page .container h2 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .delivery-description {
    padding: 0 12px;
  }
  .calc-dishes .reception {
    font-size: 13px;
  }
}