:root {
  /*Colors*/
  --accent-color: #ef3e33;
  --accent-dark: #22282a;
  --accent-light: #ffffff;
  --accent-orange: #FF791A;
  --secondary-color: #2d9cdb;
  --accent-blue: #33BBFF;
  --disable-color: #bdbdbd;
  --border-color: #e0e0e0;
  --border-color-1: #ABB0BA;
  --text-color-1: #4f4f4f;
  --text-color: #393E46;
  --bg-light: #F7F7F8;
  --counter-green: #6ABF40;
  --text-grey: #c7ced1;
  --grey7: #777D88;
  --wrapper-contain: 1600px;
  --box-shadow-default: 0 4px 20px rgba(0, 0, 0, 0.1);
  /*Animate*/
  --cubic-1: cubic-bezier(0.54, -0.81, 0.57, 0.57);
  --font-primary: 'Manrope', sans-serif;
}

/*Custom selectors*/

/*Custom breakpoints*/

.button-hover--blue:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.b-wrapper {
  max-width: var(--wrapper-width, 1402px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.wrapper {
  max-width: var(--wrapper-width, 1920px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.wrapper-contain {
  max-width: var(--wrapper-width, 1600px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.b-btn {
  max-width: 256px;
  width: 100%;
  height: 40px;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.b-btn:hover {
  color: #ffffff;
  background-color: var(--accent-color);
}

.b-btn--disable {
  opacity: 0.5;
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-box-component {
  box-sizing: content-box;
}

body {
  position: relative;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hidden,
[hidden] {
  display: none!important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:focus,
input:focus,
button:focus {
  outline: 3px solid rgba(87, 197, 255, 0.4);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.disableScroll {
  overflow: hidden;
}

.enableScroll {
  overflow: auto;
}

/*.yii-debug-toolbar {
  display: none !important;
}*/

.page-view .wrapper-contain,
.contact-page .wrapper-contain,
.login-page .wrapper-contain {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* bootstrap*/

button {
  font-size: inherit;
  font-family: inherit;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
  background-color: transparent;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.modal.fade {
  display: none;
}

:root {
  --base: 0;
  --below: -1;
  --above: 1;
  /*header*/
  --header-index: 100;
  --site-header-row: 1;
  --sticky-header: 104;
  --site-navigation-index: 110;
  /*widgets*/
  --catalog-open-widget: 100;
  /*catalog*/
  --catalog-index: 150;
  /*filter*/
  --filter-index: 150;
  /*overlay*/
  --overlay-index: 105;
  /*notification*/
  --notification-index: 200;
  --dropdown-index: 90;
  --tap-to-top: 100;
  /*modal*/
  --default-modal: 210;
}

/*@import ".!**!*.css";*/

/*Страница регистрации, подтверждение смс*/

.registration-page__row {
  margin-bottom: 20px;
}

.registration-page__message {
  width: 100%;
  max-width: 635px;
  padding: 0 16px;
  margin: 0;
}

.register-page__form-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 25px;
}

.registration-page__account-link {
  font-size: 13px;
}

.registration-page__fields-wrapper {
  width: 100%;
}

.registration-page__fields-wrapper .form-group {
  margin-bottom: 25px;
}

.registration-page__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  position: relative;
  margin-bottom: 15px;
}

.registration-page__phone-wrapper .form-group {
  margin-bottom: 25px;
}

.registration-page__phone-wrapper--small {
  max-width: 800px;
}

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

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.registration-page__send-sms {
  height: 50px;
  max-width: 350px;
  min-width: 140px;
  /*width: 100%;*/
  padding: 0 8px;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  background-color: transparent;
  font-weight: 700;
  font-size: 13px;
  margin-top: 3px;
  transition: 0.3s;
}

.registration-page .theme-card {
  width: 100%;
  box-shadow: none;
  padding: 25px 18px 35px;
  background-color: var(--accent-light);
}

.registration-page .theme-card a {
  color: var(--accent-blue);
}

.registration-page .theme-card a:hover {
  text-decoration: underline;
}

.registration-page .form-row {
  flex-grow: 1;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.registration-page .form-group {
  position: relative;
}

.registration-page .form-group label {
  position: absolute;
  padding: 0 10px;
  font-size: 12px;
  color: var(--grey7);
  background-color: #ffffff;
  top: -8px;
  left: 12px;
}

.registration-page .form-control {
  height: 50px;
  padding: 6px 20px;
  border-radius: 3px;
  border-color: var(--border-color);
  color: var(--text-color);
  font-size: 14px;
}

.registration-page .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-blue);
}

.registration-page .form-control:disabled,
.registration-page .form-control[readonly] {
  background-color: #fff;
}

.registration-page .form-control:disabled:focus,
.registration-page .form-control[readonly]:focus {
  border-color: var(--border-color);
}

.registration-page .help-block.help-block-error {
  bottom: -15px;
  position: absolute;
  margin: 0;
}

#signupform-phone {
  width: 100%;
  margin-right: 22px;
}

.registration-page__sms-cell {
  position: absolute;
  display: inline-block;
  border: 1px solid var(--border-color);
  width: 40px;
  height: 50px;
  border-radius: 3px;
  z-index: -1;
}

.registration-page__sms-cell:nth-child(2) {
  left: 52px;
}

.registration-page__sms-cell:nth-child(3) {
  left: 104px;
}

.registration-page__sms-cell:nth-child(4) {
  left: 156px;
}

.registration-page__checkcode-label {
  height: 50px;
}

.registration-page__checkcode-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  position: relative;
}

.registration-page__checkcode-title {
  margin-bottom: 5px;
  position: absolute;
  top: -23px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--grey7);
}

.registration-page__checkcode {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-left: 5px;
  margin-top: 15px;
}

.registration-page__sms-input {
  height: 50px;
  outline: none;
  background-color: transparent;
  margin-left: 15px;
  letter-spacing: 44px;
  border: none;
  width: 220px;
  overflow: hidden;
}

.registration-page__sms-input:focus {
  outline: none;
  box-shadow: none;
}

.register-page__send-again {
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--accent-blue);
  text-align: left;
}

.register-page__send-again:hover {
  text-decoration: underline;
}

.registration-page__sms-input--disable {
  pointer-events: none;
}

.registration-page__step-1,
.registration-page__step-2 {
  display: none;
}

.registration-page__checkcode-error {
  position: absolute;
  color: var(--accent-color);
  bottom: -17px;
  font-size: 12px;
}

.form-control {
  background-clip: border-box;
  background-clip: initial;
}

.registration-page__checkcode-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  width: 100%;
  background: var(--bg-light);
  border: 1px solid #E3E5E8;
  padding: 17px;
}

.registration-page__checkcode-info svg {
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 3px;
}

.registration-page__checkcode-info p {
  margin-bottom: 0;
}

.registration-page__checkcode-info a {
  color: var(--accent-blue);
  font-weight: bold;
}

/*Страница заказа*/

.checkout__delivery-alert {
  padding: 10px 30px;
  max-width: 380px;
}

.delivery-submit:disabled {
  pointer-events: none;
}

/*Попап о просроченной оплате*/

/*new alert popup*/

.pay__popup-alert {
  max-width: 954px;
  width: 100%;
  padding: 29px 40px;
}

.pay__disable {
  pointer-events: none;
  opacity: 0.5;
}

.pay__popup-alert .popup-city__close {
  top: 30px;
  right: 40px;
}

.pay__popup-alert .check-out__date {
  width: 80px;
}

.pay__popup-alert .check-out__time {
  width: 185px;
  margin-top: 0;
}

.pay__popup-alert .check-out__title {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
  margin-bottom: 60px;
}

.pay__popup-alert .check-out__date > div {
  text-align: left;
}

.pay__popup-alert .check-out__time-block {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.pay__popup-alert #orderform-time {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
}

.pay__popup-alert .tab-content > .active {
  padding-top: 10px;
}

.pay__popup-alert .check-out__time-block {
  margin-bottom: 60px;
}

.pay__popup-alert .pay__popup-btn {
  font-size: 10px;
  line-height: 12px;
  width: 215px;
  margin-bottom: 20px;
}

.alert-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 10px;
}

.alert-pay .check-out__time-block {
  margin-bottom: 40px;
}

.alert-pay .check-out__time {
  margin-top: 0;
}

.available-alert.available-alert--loading .data-time {
  display: none;
}

.available-alert .data-time .form-group {
  position: relative;
}

.available-alert.available-alert--loading .available-alert__spinner {
  min-height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.alert-pay__title {
  max-width: 800px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.alert-pay__form {
  width: 100%;
  max-width: 600px;
}

.alert-pay__submit {
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  display: block;
}

/*Фильтры на главной*/

.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
  border-right: none;
  width: 40%;
  text-align: left;
  padding-left: 0;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
  font-size: 14px;
  color: #4f4f4f;
}

.collection-product-wrapper .product-top-filter .product-filter-content {
  justify-content: space-between;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
  border-right: none;
  width: 30%;
  color: #4f4f4f;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
  /*margin-left: auto;*/
  width: 19%;
}

.product-filter-content .select2-container--default .select2-selection--single {
  background-color: #F8F8F8;
  width: 200px;
  height: 45px;
  font-size: 11px;
  padding: 0;
  color: #4f4f4f;
  text-transform: uppercase;
  border: none;
}

.product-filter-content .select2-container {
  width: 200px !important;
  z-index: 5;
}

.product-filter-content .select2-results__option {
  font-size: 12px;
  line-height: 15px;
  padding: 12px 20px;
  background-color: #F8F8F8;
}

.product-filter-content .select2-container--open .select2-dropdown--below {
  padding: 0;
  top: 10px;
}

.product-filter-content .select2-results__option:hover {
  background-color: #ffffff;
}

.product-filter-content .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}

.product-page-filter {
  position: relative;
}

.product-page-filter .custom-select {
  height: 49px;
}

.product-page-filter .custom-select__control {
  top: 0;
  border: none;
  border-radius: 0;
  border-left: 1px solid #E3E5E8;
  height: 49px;
}

/*Алерт в чекауте*/

.b-alert {
  display: none;
  width: 100%;
  min-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--accent-color);
  z-index: 9999;
}

.b-alert--show {
  display: block;
}

.b-alert__wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.b-alert__close {
  background-color: transparent;
  color: #ffffff;
  border: none;
}

.b-alert__text-list {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 10px;
}

.b-alert__text-list li {
  padding-left: 20px;
  position: relative;
}

.b-alert__text-list li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  margin-top: -3px;
}

/*Сортировка в каталоге*/

/*Sticky header*/

.header-sticky {
  transition: 0.4s;
}

/*main page hero block*/

.main-hero {
  padding-top: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-hero__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.main-hero__slider-btns {
  pointer-events: none;
  position: absolute;
  width: 95%;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.main-hero__slider-prev {
  pointer-events: auto;
  transform: rotate(90deg);
}

.main-hero__slider-next {
  pointer-events: auto;
  transform: rotate(-90deg);
}

.main-hero__slider {
  margin-bottom: 20px;
  flex-grow: 1;
  position: relative;
}

.main-hero__slider .slick-slider {
  width: 98%;
  margin: 0 auto;
}

.main-hero__slider .slick-slide {
  margin: 0 5px;
}

.main-hero__slider .slick-list {
  margin: 0 -5px;
}

.main-hero__slider .slick-dots {
  display: none !important;
}

.main-hero__slider .slick-dots li {
  height: 4px;
  width: 50px;
}

.main-hero__slider .slick-dots li.slick-active button {
  background-color: var(--accent-color);
}

.main-hero__slider .slick-dots button {
  height: 4px;
  width: 50px;
  background-color: #E3E5E8;
  padding: 0;
}

.main-hero__slider .slick-dots button::before {
  display: none;
}

.main-hero__slider .swiper-container {
  max-width: 1215px;
  width: 100%;
}

.main-hero__slider .swiper-slide {
  width: auto;
}

.main-hero__slider .main-hero__pagination {
  --swiper-theme-color: var(--accent-color);
  display: none;
}

.main-hero__slider .swiper-pagination-bullet {
  height: 4px;
  width: 50px;
  background: #E3E5E8;
  padding: 0;
  border-radius: 0;
  margin: 0 5px;
  opacity: 1;
}

.main-hero__slider .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.main-hero__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-hero__img {
  width: 100%;
}

/*how it work slider*/

.howIt-work {
  position: relative;
  width: 305px;
  min-height: 340px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.04);
  padding: 20px 20px 10px;
  background-color: #fff;
}

.howIt-work__slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  justify-content: space-between;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 5px;
  pointer-events: none;
}

.howIt-work__slider-btns .howIt-work__prev,
.howIt-work__slider-btns .howIt-work__next {
  pointer-events: auto;
  background-color: var(--bg-light);
}

.howIt-work__slider-btns .howIt-work__prev {
  transform: rotate(90deg);
}

.howIt-work__slider-btns .howIt-work__next {
  transform: rotate(-90deg);
}

.howIt-work__slider-btns .icon-mark {
  color: var(--grey7);
}

.howIt-work__title {
  font-weight: 900;
  text-align: center;
  font-size: 24px;
}

.howIt-info__body {
  position: relative;
}

.howIt-info__or {
  position: absolute;
  left: -44px;
  font-weight: 900;
  color: var(--accent-color);
  top: 0;
  font-size: 16px;
}

.howIt-info {
  display: grid;
  grid-template-columns: 1fr 150px;
  min-height: 161px;
  align-items: center;
}

.howIt-work__slider .slick-prev {
  left: 10px;
}

.howIt-work__slider .slick-next {
  right: 10px;
}

.howIt-work__slider .slick-prev,
.howIt-work__slider .slick-next {
  bottom: 7px;
  z-index: 5;
  width: 31px;
  height: 31px;
  transform: translate(0, 0);
  top: auto;
  top: initial;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.howIt-work__slider .slick-prev::before,
.howIt-work__slider .slick-next::before {
  color: #9c9c9c;
  opacity: 1;
}

.howIt-work__slider .slick-dots li.slick-active button::before,
.howIt-work__slider .slick-dots li button::before {
  color: #9c9c9c;
}

/*sale slider*/

.sale-slide {
  display: grid;
  grid-gap: 5px;
  justify-items: center;
  color: inherit;
}

.sale-slide__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 214px;
  height: 214px;
}

.sale-slide__price {
  position: relative;
  margin: 15px 0 0;
  padding-left: 8px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-self: start;
}

.sale-slide__price::after {
  content: var(--unit);
  position: absolute;
  top: 50%;
  font-size: 14px;
  right: -27px;
  transform: translateY(-50%);
}

.sale-slide__new-price {
  font-weight: 700;
  color: var(--accent-color);
  line-height: 1.2;
}

.sale-slide__old-price {
  position: relative;
  color: var(--disable-color);
  line-height: 1.2;
}

.sale-slide__old-price::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--disable-color);
  top: 42%;
  transform: rotate(-20deg);
}

.sale-slide__name {
  text-align: left;
  padding-left: 8px;
  margin: 0;
  font-size: 18px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 800;
}

.sale-slide__img-wrapper {
  position: relative;
  text-decoration: none;
}

.sale-slide__label {
  width: 42px;
  height: 42px;
  position: absolute;
  background-color: var(--accent-color);
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  right: 0;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*main page top categories*/

.top-categories {
  content-visibility: auto;
  margin-bottom: 70px;
}

.top-categories .item-slider__top {
  margin-bottom: 25px;
}

.top-categories__item {
  width: 100%;
  height: 200px;
  background-color: var(--accent-light);
}

.top-categories__item--show-label {
  position: relative;
}

.top-categories__item--show-label .top-categories__label {
  display: block;
  position: absolute;
  width: 50px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--accent-color);
  text-align: center;
  left: 20px;
  top: 20px;
}

.top-categories__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
}

.top-categories__list {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(287px, 1fr));
  justify-content: start;
}

.top-categories__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 10px;
}

.top-categories__link:hover .top-categories__name {
  color: var(--accent-color);
}

.top-categories__img-wrapper {
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.top-categories__img {
  max-width: 240px;
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-categories__name {
  margin: auto 0 0;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
  transition: 0.3s;
}

.top-categories__label {
  display: none;
}

/*main page atb news*/

.atb-news {
  order: 1;
  background-color: #f8f8f8;
  padding-top: 0;
  content-visibility: auto;
  margin-bottom: 50px;
}

.atb-news__row {
  background-color: var(--accent-light);
  margin: 0 auto;
  padding: 20px;
}

.atb-news__img {
  display: none;
}

.atb-news__item h5,
.atb-news__item h2,
.atb-news__item h4,
.atb-news__item h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 400;
}

.atb-news__item p {
  margin: 20px 0;
  font-size: 14px;
  color: var(--grey7);
}

.atb-news--catalog-seo {
  position: relative;
  overflow: auto;
  background-color: #fff;
}

.atb-news--catalog-seo::-webkit-scrollbar {
  height: 8px;
  width: 5px;
}

.atb-news--catalog-seo::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}

.atb-news--actions-seo {
  margin-top: 40px;
}

/*custom checkbox*/

.b-checkbox-light__visible-checkbox {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--border-color);
  transition: 0.3s;
  cursor: pointer;
  margin-right: 10px;
}

.b-checkbox-light__visible-checkbox::before {
  position: absolute;
  top: 37%;
  left: 50%;
  content: '';
  width: 47%;
  height: 77%;
  display: none;
  border: 2px solid var(--accent-blue);
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(43deg);
}

.b-checkbox-light__visible-checkbox:hover,
.b-checkbox-light__checkbox.focus-visible ~ .b-checkbox-light__visible-checkbox {
  outline: 2px solid rgba(87, 197, 255, 0.4);
}

.b-checkbox-light {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  align-items: center;
}

input[type="radio"].b-checkbox-light__checkbox ~ .b-checkbox-light__visible-checkbox {
  border-radius: 50%;
}

.b-checkbox-light__checkbox:checked ~ .b-checkbox-light__visible-checkbox::before {
  display: block;
}

.b-checkbox-light__desc {
  text-align: left;
}

/*cancel-order*/

.cancel-order-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 528px;
  margin: 0 auto;
}

.cancel-order-popup .cancel-order-popup__title {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.cancel-order-popup__text {
  resize: none;
  max-width: 528px;
  width: 100%;
  min-height: 100px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.cancel-order-popup__checkbox-wrapper {
  display: grid;
  grid-gap: 15px;
  width: 100%;
  justify-content: start;
  margin-bottom: 12px;
}

.cancel-order-popup__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 100%;
}

.cancel-order-popup__checkbox .b-checkbox-light__wrapper {
  margin-right: 12px;
}

.cancel-order-popup__checkbox .b-checkbox-light__desc {
  color: var(--text-color-1);
}

.cancel-order-popup__text::-moz-placeholder {
  color: rgba(79, 79, 79, 0.5);
}

.cancel-order-popup__text::placeholder {
  color: rgba(79, 79, 79, 0.5);
}

.cancel-order-popup__cancel-link {
  background-color: transparent;
  width: 200px;
}

/*multisearch*/

.site-search--hidden {
  opacity: 0;
  pointer-events: none;
}

.multi-theme-compact .multi-wrapper {
  margin: 4% auto !important;
  max-width: 1420px !important;
}

.delivery-tooltip__wrapper {
  position: absolute;
  right: 0;
  top: -50%;
  transform: translateY(-50%);
}

.right-tooltip {
  position: relative;
  z-index: 10;
}

.right-tooltip .delivery-tooltip__wrapper {
  right: -30px;
  transform: translateY(0);
  top: auto;
  top: initial;
}

.delivery-tooltip {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: rgba(79, 79, 79, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: none;
  text-transform: initial;
  justify-content: center;
  border: 1px solid rgba(79, 79, 79, 0.5);
}

/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
  position: relative;
  z-index: 22;
  cursor: pointer;
}

/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */

[data-tooltip]::before {
  position: absolute;
  top: 150%;
  left: 50%;
  margin-bottom: 5px;
  transform: translateX(-50%);
  border-radius: 3px;
  background-color: #fff;
  color: #1379B4;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #1379B4;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  width: 232px;
}

/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]::after {
  position: absolute;
  top: 127%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border: 1px solid  #1379B4;
  border-bottom: none;
  border-right: none;
  background-color: #fff;
  transform: rotate(45deg);
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/*Visicom*/

.visicom {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 25px;
}

.visicom #visicom-autocomplete input {
  border: 1px solid var(--border-color);
  border-radius: 3px;
  font-size: 16px;
}

.visicom #visicom-autocomplete input::-moz-placeholder {
  color: #000;
  top: -20px;
  background-color: #ffffff;
  padding: 5px;
}

.visicom #visicom-autocomplete input::placeholder {
  color: #000;
  top: -20px;
  background-color: #ffffff;
  padding: 5px;
}

.visicom__placeholder {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: var(--grey7);
  left: 0.9em;
  transition: 0.5s;
  display: block;
  background-color: #ffffff;
  pointer-events: none;
  padding: 0 8px;
}

.visicom__placeholder--active {
  top: -2%;
}

.visicom__wrapper {
  width: 100%;
  height: 100%;
}

.visicom-autocomplete {
  height: 100%;
}

.powered-by {
  display: none !important;
}

#house:disabled {
  opacity: 0.5;
  border-color: #ccc !important;
}

.b-input--spinner {
  background-image: url(../../images/general/loaders/input-spinner.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10% 90%;
}

.b-custom-radio-1__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.b-custom-radio-1__visual-radio {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid var(--accent-color);
  border-radius: 50%;
}

.b-custom-radio-1__radio:checked ~ .b-custom-radio-1__visual-radio {
  background-color: var(--accent-color);
}

.b-custom-radio-1__radio:checked ~ .b-custom-radio-1__visual-radio::before {
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #ffffff;
  border-radius: 50%;
}

.b-custom-radio-1__wrapper {
  margin-right: 10px;
}

.b-arrow-btn {
  position: relative;
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0;
}

.b-arrow-btn::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 54%;
  background-color: var(--accent-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.b-arrow-btn::after {
  content: '';
  position: absolute;
  top: 25px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--accent-color);
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}

.b-arrow-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.change-delivery {
  color: var(--text-color);
  pointer-events: none;
}

.change-delivery .modal-body {
  padding: 0 15px 25px;
  /*overflow-y: hidden;*/
  min-height: 434px;
  height: 80vh;
  overflow-y: auto;
}

.change-delivery .modal-dialog {
  max-width: 560px;
  overflow-y: visible !important;
  overflow-y: initial !important;
}

.change-delivery .custom-modal__container {
  padding-top: 0;
}

.change-delivery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 15px 0;
}

.change-delivery__logo {
  width: 90px;
  height: 40px;
}

.change-delivery__logo-img {
  width: 100%;
}

.change-delivery__close {
  position: absolute;
  border: none;
  font-size: 30px;
  cursor: pointer;
  top: -5px;
  right: -9px;
  background-color: transparent;
}

.change-delivery__close--link span {
  font-size: 20px;
}

.card-body__delivery-service {
  padding: 20px 40px 30px;
}

.card-body__delivery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.card-body__delivery-wrapper .radiobtn-custom {
  margin-bottom: 10px;
}

.card-body__delivery-title {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.card-body__change-delivery {
  padding: 0 40px 20px;
}

.card-body__change-btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

/*custom radio*/

.radio-custom__label {
  margin-bottom: 0;
}

.radio-custom__inner-wrapper {
  position: relative;
  border: 1px solid #E0E0E0;
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 124px;
  margin-bottom: 20px;
}

.radio-custom__indicator {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.radio-custom__inner-info {
  padding: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.radio-custom__label {
  margin-bottom: 0;
}

.radio-custom__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.radio-custom__inner-info--padding {
  padding: 10px 20px;
}

.radio-custom__info-img {
  background-size: cover;
  margin-bottom: 9px;
}

.radio-custom__info-img--car {
  background-image: url(../../images/general/icon-car.svg);
  width: 46px;
  height: 35px;
}

.radio-custom__info-img--shop {
  background-image: url(../../images/general/icon-shop.svg);
  width: 34px;
  height: 35px;
}

.radio-custom__info-img--ipost {
  background-image: url(../../images/general/icon-ipost.png);
  width: 52px;
  height: 18px;
}

.radio-custom__info-img--uklon {
  background-image: url(../../images/general/icon-uklon.png);
  width: 49px;
  height: 14px;
}

.radio-custom__info-img--meest {
  background-image: url(../../images/general/icon-meest.svg);
  width: 50px;
  height: 12px;
}

.radio-custom__info-img--shark {
  background-image: url(../../images/general/icon-shark.svg);
  width: 60px;
  height: 12px;
}

.radio-custom__info-img--pickup {
  background-image: url(../../images/general/small-logo.svg);
  width: 49px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.radio-custom__info-name {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  text-transform: initial;
}

.radio-custom__info-desc {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #828282;
}

.radio-custom__info-label {
  position: relative;
  font-size: 12px;
  padding: 2px 12px 4px 30px;
  background-color: #f2f2f2;
  line-height: 1;
  margin-bottom: 5px;
}

.radio-custom__info-label::before {
  content: '';
  position: absolute;
  left: 5px;
  height: 90%;
  width: 20px;
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-size: contain;
}

/*cart numbers end*/

.checkout__buttons {
  position: relative;
}

.checkout__buttons::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #F2F2F2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
}

.radio-custom__info-pay {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid rgba(79, 79, 79, 0.5);
  display: block;
  position: absolute;
  color: inherit;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -25px;
}

.radio-custom__info-price {
  align-self: flex-end;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

.radio-custom__info-price span {
  font-size: 13px;
}

.radio-custom__btn:checked + .radio-custom__inner-wrapper {
  border-color: #ef3e33;
}

.radio-custom__btn:disabled + .radio-custom__inner-wrapper {
  pointer-events: none;
}

.radio-custom__btn:disabled ~ .radio-custom__indicator,
.radio-custom__btn:disabled + .radio-custom__inner-wrapper .radio-custom__indicator {
  display: none;
}

.radio-custom__btn:disabled:checked ~ .radio-custom__indicator,
.radio-custom__btn:disabled:checked + .radio-custom__inner-wrapper .radio-custom__indicator {
  display: block;
}

.radio-custom__btn:checked + .radio-custom__inner-wrapper .radio-custom__indicator {
  background-color: #ef3e33;
  border-color: #ef3e33;
}

.radio-custom__btn:checked ~ .radio-custom__indicator::before,
.radio-custom__btn:checked + .radio-custom__inner-wrapper .radio-custom__indicator::before {
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -3px;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  border-radius: 1px;
}

.radiobtn-custom--address-popup {
  height: 100%;
}

.radiobtn-custom--address-popup .radio-custom__inner-wrapper {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.radiobtn-custom--address-popup .radio-custom__label {
  width: 100%;
  height: 100%;
}

.radiobtn-custom--address-popup .radio-custom__info-price {
  position: absolute;
  top: 10px;
  right: 35px;
  font-weight: 400;
}

.radiobtn-custom--widget {
  margin-right: 10px;
  width: 100%;
}

.radiobtn-custom--widget .radio-custom__inner-wrapper {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.radiobtn-custom--widget .radio-custom__label {
  height: 100%;
  width: 100%;
}

.radiobtn-custom--widget .radio-custom__label {
  width: 100%;
}

.radiobtn-custom--widget .radio-custom__inner-info {
  cursor: auto;
  cursor: initial;
}

.dstep__header {
  margin-bottom: 20px;
}

.dstep__header-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

.dstep__header-stepdesk {
  padding-left: 40px;
  height: 28px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}

.dstep__header-stepdesk::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 37px;
  height: 28px;
  background-image: var(--step-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dstep__header-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.dstep__current-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15px;
  position: relative;
}

.dstep__current-line::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #bdbdbd;
}

.dstep__current-step {
  width: 12px;
  height: 12px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  background-color: #ffffff;
  align-items: center;
  position: relative;
  z-index: 2;
}

.dstep__current-step--current {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.dstep__current-step--done {
  background: #bdbdbd;
}

.dstep__spinner {
  background-image: url(../../images/general/loaders/input-spinner.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.dstep__spinner::before,
.dstep__spinner::after {
  display: none;
}

/*step 1*/

.dstep-one {
  /*display: none;*/
}

.dstep-one__service-item.radiobtn-custom .radio-custom__label {
  height: 100%;
}

.dstep-one__service-item.radiobtn-custom .radio-custom__inner-wrapper {
  height: 100%;
}

.dstep-one__service-item.radiobtn-custom .radio-custom__inner-info {
  justify-content: initial;
}

.dstep-one__delivery-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.dstep-one__delivery-services::-webkit-scrollbar {
  height: 8px;
}

.dstep-one__delivery-services::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}

.dstep-one__body {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.dstep-one__service-item {
  margin-right: 15px;
}

.dstep-one__service-item:last-child {
  margin-right: 0;
}

.dstep-one__service-item .radio-custom__info-price {
  font-size: 18px;
}

.dstep-one__service-item .radio-custom__inner-wrapper {
  margin-bottom: 0;
}

.dstep-one__service-item .radio-custom__label {
  margin: 0;
}

.dstep-one__courier-desc {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--text-color);
}

.dstep-one__courier-pay {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}

.dstep-one__courier-pay::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--accent-color);
  border-radius: 50%;
}

.dstep-one__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

/*step 2*/

.dstep-two {
  position: relative;
  display: none;
  overflow-y: auto;
}

.dstep-two .dstep__next-step {
  margin-bottom: 20px;
}

.dstep-two__body {
  max-width: 528px;
}

.dstep-two__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dstep-two__address-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  text-align: left;
  margin-bottom: 20px;
  text-transform: none;
  text-transform: initial;
}

.dstep-two__address-wrapper {
  grid-gap: 15px;
  display: grid;
}

.dstep-two__address-wrapper label {
  margin-bottom: 0;
  width: 100%;
}

.dstep-two__coordinates-alert {
  position: absolute;
  width: 97%;
  background-color: #ffffff;
  color: var(--accent-color);
  border-radius: 3px;
  left: 10px;
  padding: 10px;
  top: 10px;
  z-index: 401;
  text-align: center;
}

.dstep-two__address {
  margin-bottom: 40px;
}

.dstep-two__input,
.dstep-two #visicom-autocomplete input {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 15px;
}

.dstep-two__textarea {
  height: 100px;
}

.dstep-two__flat-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.step-two__flat-desc {
  margin: 0;
  margin-right: 20px;
}

.dstep-two__delivery-cost {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 60px;
}

.dstep-two__coordinates-map {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #ffffff;
}

.dstep-two__coordinates-map--enable {
  display: block;
}

.dstep-two__address-error {
  color: var(--accent-color);
  position: absolute;
  display: none;
  bottom: -15px;
  left: 0;
}

.dstep-two__address-item--error {
  position: relative;
}

.dstep-two__address-item--error .dstep-two__address-error {
  display: block;
}

/*step 3*/

.dstep-three {
  display: none;
}

.dstep-three__select-label {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 0 15px;
}

.dstep-three__select-time {
  width: 100%;
  border: none;
  height: 100%;
}

/*step 4*/

.dstep-four {
  display: none;
}

.dstep-four__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 190px;
}

.dstep-four__wrapper div {
  display: none;
}

.dstep-four__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
}

.dstep-four__title-price {
  color: var(--accent-color);
}

.dstep-four__desc {
  font-size: 16px;
  text-align: center;
  color: var(--text-color);
}

.dstep-four__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.dstep-four__pickup {
  display: none;
}

/*step 5*/

.dstep-five {
  display: none;
}

.dstep-five__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.dstep-five__title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 90px;
  text-align: center;
}

.dstep-five__reload {
  text-align: center;
}

.b-toggle-checkbox {
  width: 56px !important;
  height: 28px;
  margin-bottom: 0;
}

.b-toggle-checkbox__visible {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #bdbdbd;
  display: inline-block;
  box-shadow: inset 4px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
}

.b-toggle-checkbox__control {
  position: absolute;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  background-color: #ffffff;
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.b-toggle-checkbox__control::after,
.b-toggle-checkbox__control::before {
  position: absolute;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.b-toggle-checkbox__control::after {
  content: 'No';
  right: -18px;
}

.b-toggle-checkbox__input:checked + .b-toggle-checkbox__visible {
  background-color: var(--accent-color);
}

.b-toggle-checkbox__input:checked + .b-toggle-checkbox__visible .b-toggle-checkbox__control {
  left: calc(100% - 25px);
}

.b-toggle-checkbox__input:checked + .b-toggle-checkbox__visible .b-toggle-checkbox__control::after {
  display: none;
}

.b-toggle-checkbox__input:checked + .b-toggle-checkbox__visible .b-toggle-checkbox__control::before {
  content: 'Yes';
  left: -20px;
}

/*promo*/

.mastercard-banner {
  text-decoration: none;
  display: none;
  margin-top: 20px;
  width: 320px;
  height: 375px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../../images/catalog-banner/mastercard-promo.jpg");
}

.mastercard-banner__mobile {
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 15px;
}

.mastercard-banner__mobile img {
  width: 100%;
}

.mastercard-banner__product img {
  width: 100%;
  height: auto;
}

.mastercard-banner__product-mob {
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

.mastercard-banner__product-mob img {
  width: calc(100% - 30px);
  margin: 0 auto;
  height: auto;
  display: block;
}

.mastercard-banner__text {
  color: var(--accent-color);
}

/*PROMO*/

.mastercard-banner__admin {
  width: 100%;
}

.mastercard-promo {
  padding: 10px 5px;
}

.mastercard-promo .b-checkbox-light__visible-checkbox {
  width: 18px;
  height: 18px;
}

.mastercard-promo .b-checkbox-light__desc {
  font-size: 14px;
  font-weight: 300;
}

.mastercard-promo--done {
  border: 1px solid var(--counter-green);
}

.mastercard-promo--error {
  border: 1px solid var(--accent-color);
}

.mastercard-promo__container {
  width: 100%;
}

.mastercard-promo__input {
  position: relative;
  width: 100%;
  max-width: 305px;
  height: 197px;
  background-image: url("../../images/catalog-banner/card-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 10px;
}

.mastercard-promo__input .mastercard-promo__code.cell-input__field {
  position: absolute;
  width: 83px !important;
  height: 35px !important;
  border: 1px solid #CDCDCD !important;
  top: 54%;
  font-size: 16px;
  letter-spacing: 4px !important;
  transform: translateY(-50%);
  padding: 0 12px !important;
  left: 10px;
}

.mastercard-promo__input .mastercard-promo__code.cell-input__field:disabled {
  background: #f8f8f8;
}

.mastercard-promo__desc {
  font-weight: 700;
  margin-bottom: 20px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mastercard-promo__desc-text {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 170px;
}

.mastercard-promo__desc-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--accent-color);
}

.mastercard-promo__desc-link {
  order: 1;
  color: var(--accent-blue);
  line-height: 2;
  font-size: 14px;
}

.cart-total__delivery .mastercard-promo__desc,
.filters__label .mastercard-promo__desc {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

.cart-total__delivery .mastercard-promo__desc-text,
.filters__label .mastercard-promo__desc-text {
  margin-right: 0;
}

.cart-total__delivery .mastercard-promo__desc-text .mastercard-promo__desc-link,
.filters__label .mastercard-promo__desc-text .mastercard-promo__desc-link {
  text-transform: none;
  margin-left: 5px;
}

.cart-total__delivery .mastercard-promo__desc-text img,
.filters__label .mastercard-promo__desc-text img {
  display: inline-block;
  margin-bottom: 0;
}

.cart-total__delivery .mastercard-promo__desc-text {
  max-width: 200px;
}

.filters__label .mastercard-promo__desc-text {
  font-size: 11px;
  max-width: 200px;
}

.filters__label .mastercard-promo__desc-link {
  font-size: 13px;
}

.mastercard-promo__title {
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.mastercard-promo__check-btn.btn {
  background-color: transparent;
  width: 100%;
  max-width: 350px;
  /*margin-bottom: 30px;*/
}

.mastercard-promo__card-validation {
  display: none;
  font-weight: 400;
}

.mastercard-promo__check-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.mastercard-promo__card-validation--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.mastercard-promo__check-text {
  color: var(--text-color);
  position: relative;
  padding-left: 27px;
  font-size: 14px;
}

.mastercard-promo__check-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../images/general/checkout/card-info.svg");
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mastercard-promo__check-text--error {
  color: var(--accent-color);
}

.mastercard-promo__check-text--error::before {
  background-image: url("../../images/general/checkout/card-error.svg");
}

.mastercard-promo__check-text--done {
  color: var(--counter-green);
}

.mastercard-promo__check-text--done::before {
  background-image: url("../../images/general/checkout/card-done.svg");
}

.mastercard-promo__check-info {
  display: none;
  padding: 5px 5px 5px 12px;
}

.mastercard-promo__check-info a {
  font-size: 14px;
  margin-left: 15px;
}

.mastercard-promo__check-desc {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 5px;
}

.mastercard-promo__check-errors {
  padding: 0 0 0 15px;
  list-style-type: none;
}

.mastercard-promo__check-errors li {
  margin-bottom: 2px !important;
  color: var(--accent-color);
  font-size: 12px;
  position: relative;
}

.mastercard-promo__check-errors li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--accent-color);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 6px;
}

.mastercard-radio-info {
  color: red !important;
  left: -20px;
  width: 65px;
  bottom: 30px;
  /* top: 0; */
  line-height: 1;
  position: absolute;
  font-size: 9px !important;
}

.est-num .mastercard-radio-info {
  position: static;
  width: auto;
}

.mastercard-promo__checkbox {
  margin-bottom: 10px;
}

.city-modal__delivery-option .mastercard-promo__desc {
  max-width: 300px;
  margin-top: 15px;
  margin-bottom: -10px;
  justify-content: flex-start;
}

.city-modal__delivery-option .mastercard-promo__desc-text {
  max-width: none;
  max-width: initial;
}

.city-modal__delivery-option .mastercard-promo__desc-price {
  margin-left: auto;
}

.city-modal__delivery-option .mastercard-promo__desc-link {
  order: initial;
}

.atb-arena {
  background-color: #ED8A32;
  width: 100%;
  color: var(--accent-light);
  font-size: 14px;
  margin: 0 auto;
}

.atb-arena__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
}

.atb-arena__info-1 {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.atb-arena__count-name {
  margin-right: 10px;
}

.atb-arena__count {
  background: #FFB36F;
  min-width: 50px;
  height: 24px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.atb-arena__info-2 {
  text-align: center;
  margin: 0;
}

.atb-arena__exl {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--accent-light);
  color: #ED8A32;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*check agreement*/

.b-disable-link {
  opacity: 0.5;
  pointer-events: none;
}

.main-container {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-light);
}

.main-container--loading {
  pointer-events: none;
}

.main-container--loading::before {
  content: '';
  background-image: url(../../images/general/loaders/input-spinner.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 200px;
}

/*checkbox filters*/

.action-filter {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.action-filter__container {
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.action-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  justify-content: space-between;
}

.action-filter__custom-checkbox {
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.action-filter__custom-checkbox label {
  margin: 0;
}

.action-filter__checkbox-link {
  position: relative;
  display: block;
  width: 65px;
  height: 25px;
  border-radius: 40px;
  background: #B8B8B8;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 11px;
  padding-right: 0;
  line-height: 1.7;
}

.action-filter__checkbox-link::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  left: 3px;
  top: 2px;
  border-radius: 50%;
  transition: 0.3s;
}

.action-filter__name {
  margin: 0;
  margin-right: 50px;
}

.action-filter__checkbox:checked + .action-filter__checkbox-link {
  background-color: var(--accent-color);
  padding-right: 11px;
  padding-left: 0;
}

.action-filter__checkbox:checked + .action-filter__checkbox-link::before {
  right: 3px;
  left: auto;
  left: initial;
}

.cell-input__wrapper {
  height: 50px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}

.cell-input__wrapper[focus-within] .cell-input__cell {
  outline: 3px solid rgba(87, 197, 255, 0.4);
}

.cell-input__wrapper:focus-within .cell-input__cell {
  outline: 3px solid rgba(87, 197, 255, 0.4);
}

.cell-input__cell {
  font-family: 'Courier', monospace;
  position: absolute;
  display: inline-block;
  border: 1px solid #E0E0E0;
  width: 40px;
  height: 50px;
  border-radius: 3px;
}

.cell-input__cell--disabled {
  background-color: #eee;
}

.cell-input__cell:nth-child(2) {
  left: 50px;
}

.cell-input__cell:nth-child(3) {
  left: 100px;
}

.cell-input__cell:nth-child(4) {
  left: 150px;
}

.cell-input__field {
  font-family: 'Courier', monospace;
  height: 50px !important;
  outline: none;
  font-size: 30px;
  padding: 0 0 0 12px !important;
  letter-spacing: 32px !important;
  border: none !important;
  width: 220px !important;
  overflow: hidden;
}

.cell-input__field:focus {
  outline: none;
}

.cell-input__field:disabled {
  background-color: transparent;
  position: relative;
}

/*action filter*/

.action-filter {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
}

.action-filter__container {
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-light);
}

.action-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.action-filter__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 10px;
}

.action-filter__custom-checkbox {
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.action-filter__custom-checkbox label {
  margin: 0;
}

.action-filer__filter-icon {
  display: block;
  width: 44px;
  height: 37px;
  background-position: left top;
  background-size: cover;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.action-filter__name {
  margin: 0 20px 0 0;
  display: none;
}

.action-filter__checkbox:checked + .action-filter__checkbox-link {
  background-color: var(--accent-color);
  padding-right: 11px;
  padding-left: 0;
}

.action-filter__checkbox:checked + .action-filter__checkbox-link::before {
  right: 3px;
  left: auto;
  left: initial;
}

/*not product in cart*/

.not-product .qty-box.addToCart {
  display: none;
}

.not-product tr > td:first-child {
  position: relative;
}

.not-product tr > td:first-child::before {
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: url(../../images/icon/not-product.svg);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.not-product tr {
  background-color: #f2f2f2;
}

.not-product .not-product__title {
  display: block;
  color: #828282;
  font-weight: 700;
  font-size: 16px;
}

.not-product .sale-price {
  color: #bdbdbd;
}

.not-product__title {
  display: none;
}

/*checkout choices*/

.checkout-choices__title {
  color: var(--text-color);
}

.checkout-choices__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  background-color: var(--accent-light);
  padding: 30px 16px;
  border: 1px solid #E3E5E8;
  grid-gap: 30px;
  gap: 30px;
}

.checkout-choices__row > div {
  width: 100%;
}

.checkout-choices__row .checkout-choices__replace {
  margin-bottom: 20px;
}

.checkout-choices__row .checkout-choices__replace .b-custom-radio-1__radio:checked ~ .b-custom-radio-1__visual-radio::before {
  width: 51%;
  height: 51%;
}

.checkout-choices__row .checkout-choices__title {
  font-weight: 400;
}

.checkout-choices__row .b-custom-radio-1__wrapper {
  margin-right: 0;
  width: 30px;
  height: 20px;
}

.checkout-choices__row .b-custom-radio-1__wrapper .radio-light__visible-checkbox::before {
  top: 45%;
}

.checkout-choices__row .b-custom-radio-1__label {
  color: var(--grey7);
  margin-bottom: 16px;
}

.checkout-choices__row .b-custom-radio-1__label:last-child {
  margin-bottom: 0;
}

/*product img sizes in product lists*/

.product-box .front a,
.product-wrap .front a,
.product-box .img-wrapper > a,
.product-wrap .img-wrapper > a {
  display: block;
  position: relative;
}

.product-box .front a img,
.product-wrap .front a img,
.product-box .img-wrapper > a img,
.product-wrap .img-wrapper > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center center;
  object-position: center center;
}

.ratio_asos .bg-size:before {
  padding-top: 100%;
}

/*product page*/

.product-slick .slick-dots button::before {
  font-size: 15px;
}

.product-slick .slick-prev::before,
.product-slick .slick-next::before {
  font-size: 26px;
  color: var(--accent-color);
}

.product-slick .slick-prev,
.product-slick .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--accent-color);
}

/*user name ot top side*/

.header-dropdown i {
  font-size: 16px;
  color: var(--text-color) !important;
}

/*vobler*/

.product-label__container {
  display: grid;
  grid-gap: 15px;
  position: absolute;
  top: 59px;
  left: 20px;
}

.product-label {
  position: relative;
}

.product-label .product-label__hit,
.product-label .product-label__new,
.product-label .product-label__vtm {
  width: 60px;
  height: 60px;
}

.product-label .product-label__container {
  top: 20px;
  left: 30px;
}

.product-label__hit,
.product-label__new,
.product-label__vtm {
  width: 42px;
  height: 42px;
  z-index: 2;
  top: 60px;
  left: 20px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-label__new {
  background-image: url(../../images/general/action-new.svg);
}

.product-label__hit {
  background-image: url(../../images/general/action-hit.svg);
}

.product-label__vtm {
  background-image: url(../../images/general/action-vtm.svg);
  border-radius: 0;
}

/*Опросник*/

.custom-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.custom-textarea__desc {
  font-size: 16px;
  margin-bottom: 5px;
}

.custom-textarea__control {
  resize: none;
  width: 100%;
  min-height: 80px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  padding: 15px 20px;
}

.questionnaire {
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 15px;
}

.questionnaire__desc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}

.questionnaire__form {
  display: grid;
  grid-gap: 15px;
}

.questionnaire__item {
  font-size: 16px;
  padding: 40px 40px 15px;
  border: 1px solid var(--secondary-color);
}

.questionnaire__item-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
  text-transform: initial;
}

.questionnaire__control {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.questionnaire .questionnaire__next-btn {
  display: block;
  margin: 0 auto;
  padding: 4px 29px;
}

.questionnaire__thank {
  max-width: 570px;
  margin: 0 auto;
  padding: 130px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.questionnaire__thank-desc {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 40px;
}

.questionnaire__field-first {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 30px;
  display: grid;
  grid-gap: 17px;
}

.questionnaire__field-first .rating {
  justify-content: space-between;
  font-size: 14px;
}

.questionnaire__field {
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.questionnaire__field legend {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 15px;
}

.questionnaire__field select {
  margin-bottom: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  height: 56px !important;
  font-size: 16px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 25px);
  background-position-y: 45%;
  padding: 0 30px 0 25px;
}

.questionnaire__field .custom-textarea__control {
  font-size: 16px;
  min-height: 130px;
  padding: 25px;
}

.questionnaire__submit {
  font-size: 20px;
  margin: 0 auto;
  width: 200px;
}

.questionnaire__submit:disabled {
  filter: grayscale(1);
  cursor: default;
}

.questionnaire__smile-title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.questionnaire__smile-subtitle {
  font-weight: 800;
  text-align: center;
  margin: 0;
}

.questionnaire__smile-rating {
  margin-bottom: 30px;
}

/*Subscribe widget*/

.subscribe-widget {
  position: fixed;
  bottom: 55px;
  display: none;
  left: 5px;
  width: 100px;
  height: 40px;
  z-index: 200;
  border-radius: 50px;
}

/*writing-mode: vertical-rl;*/

.subscribe-widget__button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  border: none;
  border-radius: 50px;
}

.subscribe-widget__footer-btn {
  font-weight: 700;
  display: block;
  margin: 0 auto 10px;
}

#subscribeModal .close {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#subscribeModal .modal-body {
  min-height: 320px;
  padding: 40px 20px;
}

#subscribeModal .modal-dialog {
  max-width: 400px;
}

#subscribeModal .modal-content {
  border-radius: 0;
}

.subscribe-widget__form-wrapper {
  height: 200px;
  max-width: 350px;
  width: 100%;
}

.subscribe-widget__row {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b-modal__logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

.subscribe-widget__title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 35px;
  color: var(--text-color);
}

.subscribe-modal {
  height: auto;
}

.subscribe-modal .custom-modal__container {
  width: 100%;
  padding-bottom: 20px;
  max-width: 400px;
}

.subscribe-modal .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.subscribe-modal .close-button span::before,
.subscribe-modal .close-button span::after {
  height: 1px;
}

.subscribe-modal__logo img {
  height: 22px;
}

/*wishlist*/

.product-item__wishlist {
  position: absolute;
  right: 10px;
  top: 25px;
  z-index: 5;
  /*overflow: hidden;*/
}

/* checkbox Btn */

.product-item__wishlist label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.wishlist__add-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.wishlist__add-btn ~ svg path {
  fill: #ccc;
  cursor: pointer;
}

.wishlist__add-btn:checked ~ svg path {
  fill: #ed2d47;
}

/* Link Btn */

.wishlist-btn {
  color: #BDBDBD;
  cursor: pointer;
}

.wishlist-btn svg path {
  fill: #BDBDBD;
}

.wishlist-btn.wishlist-btn--added {
  color: #EF3E33;
}

.wishlist-btn.wishlist-btn--added svg path {
  fill: #EF3E33;
}

.product-right .product-right__title .wishlist-btn.wishlist-btn--added {
  color: #EF3E33;
}

/* wishlistCount in mobile bar */

.sticky-mobile__item_wishlist {
  position: relative;
}

.sticky-mobile__item_wishlist .wishlistCount.onhover-div__count {
  top: -3px;
  left: 17px;
}

/* wishlist btns in template */

.wishlist-template-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

.button-green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 40px;
  padding: 0 15px;
  background-color: #448E2B;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 50px;
  margin-left: 50px;
  transition: all .3s ease;
}

.button-green:hover {
  background-color: #EF3E33;
  color: #fff;
}

.wishlist-remove-btn {
  display: inline-block;
  color: #4F4F4F;
  text-decoration: underline;
  margin-bottom: 20px;
}

.wishlist-remove-btn:hover {
  text-decoration: none;
}

.wishlistAddBtn.load,
.addToCartWishlist.load {
  pointer-events: none;
}

/* sidebar in cabinet (dashboard-left) */

.dashboard-left .block-content ul li {
  flex-wrap: wrap;
}

.dashboard-left .block-content ul li > ul {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 10px;
}

.dashboard-left .block-content ul li > ul li {
  margin-bottom: 7px;
}

.dashboard-left .block-content ul li > ul li:before {
  display: none;
}

/*order templates*/

.create-ordertemplate {
  margin-bottom: 30px;
  margin-top: -30px;
}

.create-ordertemplate__topblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 15px 32px;
  background-color: #f2f2f2;
}

.create-ordertemplate__title {
  font-size: 14px;
  font-weight: bold;
  color: #4F4F4F;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
}

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

.create-ordertemplate__dell-all {
  margin-right: 15px;
}

.create-ordertemplate__dell-all:hover {
  text-decoration: underline;
}

.create-ordertemplate__btn.btn-solid {
  height: 40px;
  font-size: 10px;
  padding: 9px 20px;
}

.create-ordertemplate__btn:hover svg line {
  stroke: #fff;
}

.create-ordertemplate__btn svg {
  margin-bottom: -2px;
  margin-right: 10px;
}

.create-ordertemplate__btn svg line {
  stroke: #2D9CD8;
  transition: stroke .15s ease-in-out;
}

/*notification*/

.notification {
  max-width: 440px;
  width: 95%;
  min-height: 60px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  top: 10px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: var(--notification-index);
  background-color: rgba(247, 247, 247, 0.75);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 13px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(55px);
  backdrop-filter: blur(55px);
  border-radius: 10px;
  visibility: hidden;
  transition: 0.3s;
}

.notification a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.notification__wrapper {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.notification__icon {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.notification__close {
  position: absolute;
  right: 11px;
  top: 0;
  padding: 0;
  font-size: 25px;
  color: #777171;
  font-weight: 700;
  border: none;
  background-color: transparent;
  display: none;
}

.notification__close::before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
  bottom: 0;
}

.notification__close--show {
  display: block;
}

.notification__desc {
  margin: 0;
  font-size: 14px;
}

.notification--show {
  visibility: visible;
  opacity: 1;
}

.notification--hide {
  -webkit-animation: fadeOut 0.5s ease-in-out forwards;
  animation: fadeOut 0.5s ease-in-out forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }

  50% {
    opacity: 0;
    transform: translate(-50%, -30px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }

  50% {
    opacity: 0;
    transform: translate(-50%, -30px);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut-desktop {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  50% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut-desktop {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  50% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 0;
  }
}

/*bakery*/

.bakery-section .product-box,
.bakery-section .product-wrap {
  padding-top: 10px;
}

.bakery-section .product-code {
  font-size: 14px;
  color: #4F4F4F;
  margin-bottom: 10px;
}

.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 54px;
  background-color: #2D9CDB;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
}

.btn-more .fa-info-circle {
  font-size: 20px;
  margin-right: 13px;
}

.bakery-search {
  position: relative;
  width: 420px;
  height: 40px;
  margin: 0 auto 40px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bakery-search input {
  font-size: 14px;
  color: #4F4F4F;
  border: none;
  border-radius: 0;
  width: calc(100% - 44px);
  padding: 0 5px 0 20px;
  align-self: stretch;
  min-height: 38px;
}

.bakery-search input:focus {
  outline: none;
}

.bakery-search input::-webkit-input-placeholder {
  color: #BDBDBD;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.bakery-search input::-moz-placeholder {
  color: #BDBDBD;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.bakery-search input:-moz-placeholder {
  color: #BDBDBD;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.bakery-search input:-ms-input-placeholder {
  color: #BDBDBD;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.bakery-search input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.bakery-search input:focus::-moz-placeholder {
  opacity: 0;
}

.bakery-search input:focus:-moz-placeholder {
  opacity: 0;
}

.bakery-search input:focus:-ms-input-placeholder {
  opacity: 0;
}

.bakery-search__btn {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 40px;
  margin-right: 4px;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  align-self: stretch;
  min-height: 38px;
}

.bakery-search__btn svg {
  transition: transform .3s ease;
}

.bakery-search__btn svg path {
  fill: #448E2B;
}

.bakery-search__btn:hover svg {
  transform: scale(1.1);
}

.bakery-search__btn:hover svg path {
  fill: #EF3E33;
}

/*delivery info*/

/*@import "modules/delivery-info/delivery-info.css";*/

/*counters*/

/*timeless css*/

body {
  touch-action: manipulation;
}

.addtocart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 10px !important;
}

.product-box__middle {
  flex-direction: column;
  align-items: center;
}

.product-right__wrapper {
  border: 1px solid #448e2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}

.product-right__wrapper .b-addToCart {
  position: static;
}

.b-addToCart__not-available {
  font-weight: 700;
  color: var(--accent-color);
}

/*timeless css end*/

.b-addToCart {
  position: relative;
  width: 140px;
  align-items: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}

.b-addToCart__btn {
  width: 40px;
  height: 49px;
  position: relative;
  border: none;
  background-color: var(--counter-green);
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s ease-out;
}

.b-addToCart__btn::before {
  width: 14px;
  border-radius: 2px;
  content: '';
  height: 2px;
  background-color: var(--accent-light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-addToCart__btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.b-addToCart__btn--minus {
  padding-right: 10px;
}

.b-addToCart__btn--plus {
  margin-right: 1px;
}

.b-addToCart__btn--plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  border-radius: 2px;
  width: 2px;
  background-color: var(--accent-light);
}

.b-addToCart__basket-btn {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--counter-green);
  border: none;
  transition: 0.2s;
  color: var(--accent-light);
  visibility: visible;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
}

.b-addToCart__basket-btn svg {
  fill: var(--accent-light);
}

.b-addToCart__basket-btn:hover {
  background-color: #448E2B;
}

.b-addToCart__basket-btn:hover svg {
  fill: #f2f2f2;
}

.b-addToCart__basket-btn:hover .b-addToCart__plus-icon {
  color: #f2f2f2;
}

.b-addToCart--item .b-addToCart__basket-btn {
  visibility: hidden;
}

.b-addToCart__input {
  max-width: 60px;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  outline: none;
  border: none;
  background-color: var(--bg-light);
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.b-addToCart__input:focus {
  outline: 2px solid rgba(28, 99, 159, 0.25);
}

.b-addToCart__plus-icon {
  color: var(--accent-light);
  font-size: 32px;
  margin-right: 15px;
  font-weight: 400;
}

.b-addToCart--hidden {
  display: none;
}

/*Modification*/

.b-addToCart__freeze-label {
  display: none;
  height: 50px;
  position: relative;
  width: 140px;
  border: 1px solid #E3E5E8;
  background-color: transparent;
  border-radius: 4px;
  padding: 0 10px;
  color: var(--accent-blue);
}

.b-addToCart__freeze-label:hover .b-addToCart__freeze-info {
  background-color: var(--accent-blue);
}

.b-addToCart__freeze-icon {
  fill: var(--accent-blue);
  width: 23px;
  height: 25px;
}

.b-addToCart__freeze-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--accent-light);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  transition: 0.3s;
  background: #C4C4C4;
}

.b-addToCart__freeze-label-text {
  font-size: 10px;
  font-weight: 700;
}

.catalog-item--freeze .change-weight,
.product-about--freeze .change-weight {
  display: none;
}

.catalog-item--freeze .b-addToCart,
.product-about--freeze .b-addToCart {
  position: static;
}

.catalog-item--freeze .b-addToCart__basket-btn,
.product-about--freeze .b-addToCart__basket-btn {
  display: none;
}

.catalog-item--freeze .b-addToCart__btn,
.product-about--freeze .b-addToCart__btn {
  display: none;
}

.catalog-item--freeze .b-addToCart__input,
.product-about--freeze .b-addToCart__input {
  display: none;
}

.catalog-item--freeze .b-addToCart__freeze-label,
.product-about--freeze .b-addToCart__freeze-label {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 25px 1fr 16px;
  align-items: center;
  justify-items: center;
}

.b-addToCart__product-day {
  display: none;
}

/**/

.filters__label-price {
  font-weight: 700;
  color: var(--accent-color);
}

.filters__label-price span {
  color: var(--accent-color) !important;
  display: inline-block !important;
}

/*general style from color1.css*/

.sidenav {
  height: 105vh;
}

.sidenav nav {
  height: 105vh;
}

/*select2 custom*/

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

/*weight popup*/

.weight-popup__body {
  display: grid;
  grid-gap: 10px;
}

.weight-popup__body .b-custom-radio-1__text {
  padding-left: 45px;
  position: relative;
}

.weight-popup__body .b-custom-radio-1__text::before {
  content: '';
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}

.weight-popup__services {
  margin-bottom: 30px;
}

.weight-popup__text {
  text-align: center;
  color: var(--text-color);
}

.weight-popup__limit {
  font-weight: 700;
  color: var(--accent-color);
}

.popup-address .popup-city__inner {
  padding-bottom: 20px;
  max-width: 954px;
}

.popup-address .delivery-info__icon img {
  margin-bottom: 0;
}

.popup-address .delivery-info {
  margin: 0;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.popup-address .city-selection__arrow {
  background-color: var(--text-color);
}

.popup-address .city-selection__arrow::after {
  border-color: transparent transparent transparent var(--text-color);
}

.popup-address .delivery-info--top {
  position: relative;
}

.popup-address .delivery-info__text-container {
  text-align: left;
}

.popup-address .delivery-info__text-wrapper {
  text-align: left;
}

.popup-address .b-custom-radio-1__label {
  margin-bottom: 20px;
}

.popup-address .delivery-info__wrapper {
  padding-left: 0;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.popup-address .delivery-info__arrow {
  display: none;
}

.popup-address__title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 30px;
}

.popup-address__item {
  margin-bottom: 40px;
}

.popup-address__item:last-child {
  margin-bottom: 50px;
}

.popup-address__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.popup-address__delivery {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 15px 0 0;
  text-align: left;
}

/*cart item*/

.cart-list {
  width: 100%;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.cart-list .cart-list__arena-item img {
  width: 100%;
}

.cart-list__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart-item {
  border-top: 1px solid #e0e0e0;
  content-visibility: auto;
  contain-intrinsic-size: 500px;
  min-height: 200px;
  position: relative;
  color: var(--text-color);
  padding: 25px 16px;
  width: 100%;
  background-color: var(--accent-light);
}

.cart-item:first-child:not(.js-package-items) {
  border-top: none;
}

.cart-item:last-child:not(.js-package-items) {
  border-bottom: 1px solid #e0e0e0;
}

.cart-item__top-wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 0 16px;
}

.cart-item__comment {
  width: 100%;
  padding-top: 20px;
}

.cart-item__sale-label {
  display: none;
  position: absolute;
  top: 0;
  right: -10px;
}

.cart-item__price-bottom {
  display: none;
}

.cart-item__add-comment {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--accent-blue);
}

.cart-item__comment-wrapper {
  grid-column: 1 / -1;
  grid-row: 2 / span 1;
  margin-top: 10px;
}

.cart-item__comment-input {
  display: block;
  resize: vertical;
  background: #F7F7F8;
  line-height: 1.7;
  border: none;
  border-radius: 3px;
  color: #000;
  min-height: 90px;
  max-height: 200px;
  padding: 16px;
  width: 100%;
}

.cart-item__img-wrapper {
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  align-self: center;
}

.cart-item__img {
  max-height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-item__title-wrapper {
  grid-column: 2/ -1;
  padding-top: 5px;
  align-self: center;
  margin-right: 30px;
}

.cart-item__name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: left;
}

.cart-item__name a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.cart-item__name a:hover {
  color: var(--secondary-color);
}

.cart-item__manufacturer {
  padding: 0;
}

.item--delete {
  min-height: 0;
  min-height: initial;
  -webkit-animation: removed-item-animation 0.5s ease-in forwards;
  animation: removed-item-animation 0.5s ease-in forwards;
}

@-webkit-keyframes removed-item-animation {
  from {
    opacity: 1;
    transform: scale(1);
    max-height: 200px;
  }

  to {
    opacity: 0;
    transform: scale(0.7);
    max-height: 0;
    padding: 0;
  }
}

@keyframes removed-item-animation {
  from {
    opacity: 1;
    transform: scale(1);
    max-height: 200px;
  }

  to {
    opacity: 0;
    transform: scale(0.7);
    max-height: 0;
    padding: 0;
  }
}

.cart-item__counter {
  width: 140px;
  grid-column: 1/ -1;
  grid-row: 4/5;
  justify-self: center;
  align-self: center;
}

.cart-item__price {
  position: relative;
  justify-self: start;
  grid-column: 1/-1;
  grid-row: 3/4;
  align-self: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.cart-item__price::after {
  content: var(--unit);
  position: absolute;
  right: -20px;
  top: 52%;
  transform: translateY(-50%);
}

.cart-item__price span {
  font-size: 22px;
  font-weight: 700;
}

.cart-item__price span sup {
  font-size: 0.6em;
  top: -0.7em;
}

.cart-item__total-price {
  grid-column: 1/-1;
  grid-row: 3/4;
  justify-self: end;
  align-self: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.cart-item__total-price span {
  font-size: 22px;
  font-weight: 700;
}

.cart-item__total-price span sup {
  font-size: 0.6em;
  top: -0.7em;
}

.cart-item__currency-abbr {
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
}

.cart-item__delete-btn.close-btn {
  position: absolute;
  top: -10px;
  background-color: #E3E5E8;
  border-radius: 50%;
  right: -5px;
  transition: 0.3s;
}

.cart-item__delete-btn.close-btn::before,
.cart-item__delete-btn.close-btn::after {
  background-color: var(--accent-light);
  width: 14px;
  height: 2px;
}

.cart-item__delete-btn.close-btn:hover {
  background-color: var(--accent-blue);
}

.cart-item-list {
  width: 100%;
}

.cart-item__package-info {
  font-size: 13px;
  color: #777D88;
}

/*modificators*/

.cart-item__label-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  background: #EF3E33;
  color: #fff;
}

.cart-item--sale .cart-item__sale-price {
  color: var(--accent-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  word-spacing: -5px;
}

.cart-item--sale .cart-item__price-bottom {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #BDBDBD;
  text-decoration: line-through;
  -webkit-text-decoration-color: #ef3e33;
  text-decoration-color: #ef3e33;
  text-align: center;
}

.cart-item--sale .cart-item__price-bottom .cart-item__currency-abbr {
  display: none;
}

.cart-item--sale .cart-item__sale-label {
  display: block;
}

.cart-item--not-product {
  background-color: #f2f2f2;
}

.cart-item--not-product .cart-item__not-product__title {
  color: #828282;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.cart-item--not-product .cart-item__add-comment {
  display: none;
}

.cart-item--not-product .cart-item__name a {
  color: #828282;
}

.cart-item--not-product .cart-item__sale-price {
  color: #828282;
}

.cart-item--not-product .cart-item__total-price {
  color: #828282;
}

.cart-item--not-product .cart-item__img-wrapper::before {
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: url(../../images/icon/not-product.svg);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.cart-item--not-product .b-addToCart {
  display: none;
}

.cart-item--cashback .cart-item__cashback-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-item__cashback-label {
  display: none;
  position: absolute;
  bottom: 0;
  right: -25px;
  border-radius: 2px 8px;
  background-color: #2F80ED;
  background-image: url(../../images/icon/voblers/delivery.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: var(--accent-light);
  background-size: 22px 20px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 5px;
  padding-left: 30px;
}

.cart-item__cashback-label .symbol {
  font-size: 24px;
  font-weight: normal;
  line-height: 21px;
  margin-right: 4px;
  margin-top: -2px;
}

.cart-item__cashback-label .currency {
  font-size: 10px;
  font-weight: bold;
  line-height: 21px;
  margin-left: 1px;
  bottom: -.2em;
}

.cart-item__freeze-title {
  display: none;
}

.cart-item--freeze {
  background-color: #f2f2f2;
  min-height: auto;
}

.cart-item--freeze .cart-item__price {
  color: #828282;
  display: none;
}

.cart-item--freeze .cart-item__counter {
  width: 210px;
  display: none;
}

.cart-item--freeze .cart-item__total-price {
  color: #828282;
  display: none;
}

.cart-item--freeze .cart-item__add-comment {
  display: none;
}

.cart-item--freeze .cart-item__name {
  color: #ABB0BA;
}

.cart-item--freeze .cart-item__freeze-text {
  width: calc(100% - 30px);
}

.cart-item--freeze .cart-item__img-wrapper::before {
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(../../images/svg/store-icon__freezee-cart.svg);
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center center;
}

.cart-item--freeze .b-addToCart {
  display: none;
}

.cart-item--freeze .cart-item__freeze-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--accent-blue);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  max-width: 260px;
}

.cart-item--freeze .b-addToCart__freeze-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--accent-light);
}

.cart-item--freeze .cart-item__comment {
  display: none;
}

.cart__banner img {
  width: 100%;
}

.close-btn {
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 10px;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  width: 16px;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: #000;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cart-header {
  width: 100%;
}

.cart-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 30px 20% 5px 30px;
  width: 100%;
}

.cart-header__item {
  font-weight: 700;
  font-size: 12px;
  display: none;
  text-transform: uppercase;
  padding: 0 0.75rem 0.75rem 0.75rem;
  color: #4f4f4f;
}

.cart-header__item.cart-header__item--price {
  padding-left: 50%;
}

/*atb love*/

/* product */

.product-right.kohae {
  padding-top: 50px;
  position: relative;
}

.product-right.kohae .kohae-top {
  background-image: url(../../images/general/atb-kohae/kohae-top-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 0 18px;
}

.product-right.kohae .kohae-top .product-right__title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-right.kohae .kohae-top .product-right__subtitle {
  display: none;
}

.product-right.kohae .kohae-top .product-right__title .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 0;
}

.product-right.kohae .kohae-top .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.product-right.kohae .kohae-top .product-price p {
  display: inline-block;
}

.product-right.kohae .kohae-top .product-price .price,
.product-right.kohae .kohae-top .product-price .price span,
.product-right.kohae .kohae-top .product-price .uah {
  color: #fff;
}

.product-right.kohae .kohae-top .product-price .del {
  margin-bottom: 0;
  margin-right: 18px;
}

.product-right.kohae .kohae-top .product-price .del .price,
.product-right.kohae .kohae-top .product-price .del .price span {
  color: #E0E0E0;
}

.product-right.kohae .kohae-top .product-price .del .price:after {
  background-color: #E0E0E0;
}

.product-right.kohae .kohae-rating__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.product-right.kohae .kohae-rating__wrapper .rating {
  margin-bottom: 0;
  position: relative;
  top: -50px;
}

.product-right.kohae .kohae-rating__wrapper .kohae-rating__right-logo {
  width: 40px;
}

.product-right.kohae .kohae-rating__wrapper .kohae-rating__right-text {
  display: none;
  margin-right: -2px;
}

.product-right.kohae .kohae-rating__wrapper .kohae-rating__right-text-mob {
  margin-right: -2px;
}

.product-right.kohae .product-right__offer {
  display: none;
}

.product-right.kohae h4 {
  padding-bottom: 0;
  border-bottom: none;
}

.product-right.kohae .kohae-bottom {
  border: 2px solid #DE3184;
  padding: 12px 22px 20px;
}

.product-right.kohae .kohae-bottom .product-price {
  display: none;
}

.product-right.kohae .kohae-bottom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.product-right.kohae .kohae-bottom__info p {
  width: 100%;
  font-size: 14px;
  color: #828282;
  line-height: 1.2;
}

.product-right.kohae .kohae-bottom__info a {
  text-decoration: underline;
}

.product-right.kohae .kohae-bottom__info a:hover {
  text-decoration: none;
}

.product-right.kohae .kohae-bottom__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
}

.product-right.kohae .kohae-bottom__steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -7px;
  margin-left: -7px;
}

.product-right.kohae .kohae-bottom__steps-item {
  margin: 0 7px;
  text-align: center;
}

.product-right.kohae .kohae-bottom__steps-item:first-child .kohae-bottom__steps-img {
  margin-top: 8px;
}

.product-right.kohae .kohae-bottom__steps-item:last-child .kohae-bottom__steps-img {
  margin-top: 8px;
}

.product-right.kohae .kohae-bottom__steps-text {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 8px;
}

.product-right.kohae .kohae-bottom .kohae-color {
  color: #DE3184;
  font-weight: bold;
}

.product-right.kohae .kohae-bottom .product-right__wrapper {
  margin: 0 auto;
}

.product-right.kohae .product-price--sale .product-price__sale {
  display: none;
}

/* products-list */

.product-box.kohae:before,
.product-wrap.kohae:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #DE3184;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.product-box.kohae:after,
.product-wrap.kohae:after {
  display: block;
  content: '';
  width: 108px;
  height: 45px;
  background-image: url("../../images/general/atb-kohae/atb-kohae-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 16px;
  top: 24px;
  z-index: 10;
  pointer-events: none;
}

.product-box.kohae .kohae-action-dates,
.product-wrap.kohae .kohae-action-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding: 1px 16px;
  background: #DE3184;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -32px;
}

.product-box.kohae .b-addToCart__basket-btn,
.product-wrap.kohae .b-addToCart__basket-btn {
  background-color: #EE4D9B;
  color: #fff;
}

.product-box.kohae .b-addToCart__basket-btn:hover,
.product-wrap.kohae .b-addToCart__basket-btn:hover {
  background-color: #448E2B;
}

.product-box.kohae .b-addToCart__basket-btn svg,
.product-wrap.kohae .b-addToCart__basket-btn svg {
  fill: #fff;
}

.product-box.kohae .b-addToCart__plus-icon,
.product-wrap.kohae .b-addToCart__plus-icon {
  color: #fff;
}

/* banners */

.mastercard-banner {
  text-decoration: none;
  display: none;
  margin-top: 20px;
}

.mastercard-banner img {
  width: 100%;
  height: auto;
}

.mastercard-banner__mobile {
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 15px;
}

.mastercard-banner__mobile img {
  width: 100%;
}

.mastercard-banner__product img {
  width: 100%;
  height: auto;
}

.mastercard-banner__product-mob {
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

.mastercard-banner__product-mob img {
  width: calc(100% - 30px);
  margin: 0 auto;
  height: auto;
  display: block;
}

/*atb today*/

/* products-list */

.collection-product-wrapper .product-top-filter {
  margin-bottom: 10px;
}

.product-box.today:before,
.product-wrap.today:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F68434), color-stop(124.81%, #FFBD31));
  background: -o-linear-gradient(top, #F68434 0%, #FFBD31 124.81%);
  background: linear-gradient(180deg, #F68434 0%, #FFBD31 124.81%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.product-box.today:after,
.product-wrap.today:after {
  content: '';
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #fff;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: -1;
}

.product-box.today .today-action-logo,
.product-wrap.today .today-action-logo {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 10;
}

.product-box.today .today-action-date,
.product-wrap.today .today-action-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 36px 10px 3px;
  background-image: url("../../images/general/atb-today/today-head.png");
  /*background-image: url("../../images/general/atb-today/calendar-head.png");*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  z-index: 10;
  left: 0;
  /*top: -44px;*/
  top: -20px;
}

.product-box.today .today-action-date span,
.product-wrap.today .today-action-date span {
  margin: 0 8px;
}

.product-box.today .b-addToCart__basket-btn,
.product-wrap.today .b-addToCart__basket-btn {
  background-color: #F33439;
  color: #fff;
}

.product-box.today .b-addToCart__basket-btn:hover,
.product-wrap.today .b-addToCart__basket-btn:hover {
  background-color: #448E2B;
}

.product-box.today .b-addToCart__basket-btn svg,
.product-wrap.today .b-addToCart__basket-btn svg {
  fill: #fff;
}

.product-box.today .b-addToCart__plus-icon,
.product-wrap.today .b-addToCart__plus-icon {
  color: #fff;
}

/* howIt slider on home-page with today-branding */

.howIt-work-today {
  height: 100%;
}

.howIt-work-today .draggable {
  padding-top: 18px;
}

.howIt-work-today .howIt-work__slider {
  height: 430px;
}

.howIt-work-today .howIt-work__slider:before {
  content: '';
  display: block;
  width: 90px;
  height: 54px;
  background-image: url("../../images/general/atb-today/today-logo-card1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: -20px;
  z-index: 5;
}

.howIt-work-today .howIt-work__slider:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  background: #F78331;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  top: -1px;
  z-index: -1;
}

.howIt-work-today .slick-slide .date-product_day {
  opacity: 0;
  transition: opacity 0s ease 0s;
}

.howIt-work-today .slick-slide.slick-active .date-product_day {
  opacity: 1;
  transition: opacity 0.2s ease .45s;
}

.howIt-work-today .date-product_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ABB0BA;
  margin-top: -24px;
  margin-left: auto;
  margin-bottom: 16px;
}

.howIt-work-today .sale-slide__name {
  height: auto;
}

.howIt-work-today .slider-count {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  text-align: center;
}

.howIt-work-today .slider-count p {
  margin: 0;
  line-height: 25px;
}

/* product-card */

.product-right.today {
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
}

.product-right.today:before {
  content: '';
  display: block;
  width: calc(100% + 24px + 30px);
  height: calc(100% + 25px + 22px);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBD31), to(#F78331));
  background: -o-linear-gradient(top, #FFBD31 0%, #F78331 100%);
  background: linear-gradient(180deg, #FFBD31 0%, #F78331 100%);
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  left: -24px;
  top: -25px;
  z-index: -2;
}

.product-right.today:after {
  content: '';
  display: block;
  width: calc(100% + 21px + 27px);
  height: calc(100% + 22px + 19px);
  background: #fff;
  position: absolute;
  left: -21px;
  top: -22px;
  z-index: -1;
}

.product-right.today .product-right__top-wrap {
  position: relative;
  z-index: 1;
}

.product-right.today .product-right__top-wrap:before {
  content: '';
  display: block;
  width: calc(100% + 24px + 30px);
  height: calc(100% + 25px - 10px);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBD31), to(#F78331));
  background: -o-linear-gradient(top, #FFBD31 0%, #F78331 100%);
  background: linear-gradient(180deg, #FFBD31 0%, #F78331 100%);
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  left: -24px;
  top: -25px;
  z-index: -2;
}

.product-right.today .product-right__top-wrap:after {
  content: '';
  display: block;
  width: 80px;
  height: 40px;
  background-image: url("../../images/general/atb-today/today-logo-card.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5px;
  top: calc(100% + 10px);
}

.product-right.today .product-right__subtitle {
  color: #fff;
}

.product-right.today .product-right__title .wishlist-btn {
  color: #fff;
}

.product-right.today .product-right__title .wishlist-btn.wishlist-btn--added {
  color: #EF3E33;
}

.product-right.today .rating__value {
  color: #fff;
}

.product-right__offer-today {
  font-size: 14px;
  font-weight: bold;
  color: #F79E1B;
  padding-bottom: 30px;
}

.product-right__offer-today p {
  color: #F79E1B;
}

/*atb vtm*/

.product-box.blooming:before,
.product-wrap.blooming:before {
  display: block;
  content: '';
  width: 97px;
  height: 54px;
  background-image: url("../../images/general/atb-blooming/blooming-saturday-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  /*background-position: center center;*/
  background-position: right center;
  position: absolute;
  left: auto;
  right: 36px;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.product-box.blooming:after,
.product-box.blooming .today-action-date,
.product-box.blooming .today-action-logo,
.product-wrap.blooming:after,
.product-wrap.blooming .today-action-date,
.product-wrap.blooming .today-action-logo {
  display: none;
}

.product-box.blooming .b-addToCart__basket-btn,
.product-wrap.blooming .b-addToCart__basket-btn {
  background-color: #F2F2F2;
  color: #448E2B;
}

.product-box.blooming .b-addToCart__basket-btn:hover,
.product-wrap.blooming .b-addToCart__basket-btn:hover {
  background-color: #448E2B;
}

.product-box.blooming .b-addToCart__basket-btn:hover svg,
.product-wrap.blooming .b-addToCart__basket-btn:hover svg {
  fill: #fff;
}

.product-box.blooming .b-addToCart__basket-btn:hover .b-addToCart__plus-icon,
.product-wrap.blooming .b-addToCart__basket-btn:hover .b-addToCart__plus-icon {
  color: #fff;
}

.product-box.blooming .b-addToCart__basket-btn svg,
.product-wrap.blooming .b-addToCart__basket-btn svg {
  fill: #448E2B;
}

.product-box.blooming .b-addToCart__plus-icon,
.product-wrap.blooming .b-addToCart__plus-icon {
  color: #448E2B;
}

/*alcohol warning*/

.product-box .img-wrapper .front,
.product-box .front,
.product-wrap .img-wrapper .front,
.product-wrap .front {
  position: relative;
}

.product-box .img-wrapper .front a .alcohol-label img,
.product-box .front a .alcohol-label img,
.product-wrap .img-wrapper .front a .alcohol-label img,
.product-wrap .front a .alcohol-label img {
  position: static;
  max-width: 100%;
  width: auto;
  height: auto;
}

.alcohol-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.alcohol-label img {
  position: static;
  max-width: 100%;
  width: auto;
  height: auto;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.cardproduct-tabs__item .alcohol-label {
  background-color: #fff;
}

.cardproduct-tabs__item .alcohol-label img {
  position: static;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*switch language*/

.switch-language--mobile {
  margin-left: auto;
  margin-right: 20px;
}

.switch-language--desktop {
  display: none;
}

.switch-language__current-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.switch-language__current {
  font-size: 14px;
  color: #828282;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 7px;
}

.switch-language__open-list {
  position: relative;
  cursor: pointer;
  width: 7px;
  height: 7px;
  border: 1px solid #828282;
  background-color: transparent;
  padding: 0;
  border-top: none;
  border-left: none;
  transform: translateY(-2px) rotate(45deg);
  outline: none;
  transition: 0.3s;
}

.switch-language__open-list::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  transform: translate(1px, 1px) rotate(-45deg);
}

.switch-language__open-list.active {
  transform: translateY(2px) rotate(225deg);
}

.switch-language__wrapper {
  position: relative;
}

.switch-language__choice {
  position: absolute;
  width: 100%;
  padding: 5px 0;
  visibility: hidden;
  transition: 0.3s;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
}

.switch-language__choice.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.switch-language__item {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.meest-info {
  padding: 10px 0;
  display: grid;
  grid-gap: 10px;
  height: 58px;
}

.meest-info__no-data {
  color: var(--accent-color);
  font-weight: 700;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0;
}

.meest-info__item {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meest-info__name {
  font-weight: 700;
  margin-right: 10px;
}

.card-body__meest-info.loading {
  background-image: url(../../images/general/loaders/input-spinner.svg);
  background-position: center;
  height: 58px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

.card-body__meest-info {
  height: auto;
  display: grid;
  grid-gap: 10px;
}

.user-coordinate__map {
  max-width: 900px;
  width: 100%;
  padding: 5px;
  height: 570px;
  box-shadow: 0 0 10px #000;
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 100000;
}

.user-coordinate__map .btn-red {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.user-coordinate__map .btn-red:hover {
  background-color: #fff;
}

.user-coordinate__map .btn-red {
  margin: 0 auto;
}

.user-coordinate__map p,
.map-body__store-text {
  position: absolute;
  color: #EF3E33;
  text-align: center;
  z-index: 1000;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.user-coordinate__map p:first-letter,
.map-body__store-text:first-letter {
  font-weight: 700;
}

.map-body__store-text {
  display: none;
}

#map2 {
  height: 97%;
  width: 100%;
}

/*checkout-index*/

.checkout-delivery {
  color: #4F4F4F;
  /*width: 528px;*/
  margin-bottom: 30px;
}

.checkout-delivery--basket {
  width: 100%;
}

.checkout-delivery--basket .radiobtn-custom {
  margin-right: 10px;
}

.checkout-delivery .checkout-delivery__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.checkout-delivery--basket .checkout-delivery__title-wrapper {
  padding-top: 0;
}

.checkout-delivery .checkout-delivery__way-wrapper,
.cart-buttons__left .checkout-delivery__way-wrapper {
  position: relative;
  z-index: 5;
  display: grid;
  grid-gap: 10px;
  margin-bottom: 10px;
  grid-template-columns: repeat(auto-fill, 100%);
}

.checkout-delivery__way-wrapper .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.checkout-delivery__way-wrapper .btn:hover img,
.checkout-delivery__way-wrapper .btn:active img,
.checkout-delivery__way-wrapper .btn:focus img {
  filter: brightness(0) invert(1);
}

.checkout-delivery__way-wrapper .btn img {
  margin-right: 10px;
  transition: 0.3s;
}

.checkout-delivery__change-wrapper {
  margin-bottom: 10px;
}

.checkout-delivery--basket .checkout-delivery__way-wrapper {
  justify-content: flex-start;
}

.checkout-delivery--basket .radio-custom__inner-info {
  cursor: auto;
  cursor: initial;
}

.checkout-delivery .checkout-delivery__title {
  margin: 0;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.checkout-delivery .checkout-delivery__desc {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

.address-page {
  padding-top: 0;
}

.address-page .radio-custom__info-label {
  margin-bottom: 0;
  padding: 4px 12px 4px 30px;
}

.address-page__row {
  display: grid;
  grid-gap: 10px;
}

.address-page__item {
  border: 1px solid #DDDDDD;
  padding: 15px;
}

.address-page__item--first {
  order: -1;
}

.address-page__item--pickup .delivery-info__arrow {
  display: none !important;
}

.address-page__item--pickup .radio-custom__info-label::before {
  top: 0;
}

.address-page__top {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.address-page__delete-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  background-color: transparent;
  border: none;
  align-items: center;
}

.address-page__delete-btn .close-btn::before,
.address-page__delete-btn .close-btn::after {
  height: 2px;
}

.address-page__delete-text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
  display: none;
}

/*NEW ATB*/

/*Header*/

.site-header {
  width: 100%;
  border-top: 5px solid var(--accent-color);
  background-color: var(--accent-dark);
  color: var(--accent-light);
  position: relative;
  /*special for overlay*/
  z-index: 105;
}

/*на время love story*/

.site-header {
  position: relative;
  background-image: url("/images/love-story/love-story-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.site-header::before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 1000px;
  height: 10px;
  background-color: #FF0000;
  filter: blur(25px);
  border-radius: 50%;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

/*на время love story*/

/*To compensate for space when changing the positioning with categories*/

.site-header__row {
  padding: 15px 10px;
  position: relative;
  z-index: var(--site-header-row);
}

.site-header__decorative-shadow {
  height: 15px;
  width: 100%;
  bottom: -33px;
  position: absolute;
  filter: blur(15px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -12px 17px 3px var(--accent-color);
  border-radius: 5px 5px 0 0;
}

.site-header--energy {
  background-image: url(/images/home-banner/atb-energy_1.png), url(/images/home-banner/atb-energy_2.jpg);
  background-repeat: no-repeat no-repeat;
  background-color: transparent;
  background-position: -20px 0, center;
  background-size: 270px 73px, cover;
}

.site-header--energy .top-header__icon-row .user-navigation-icon {
  background-color: #060709;
}

.toggle-menu {
  border: none;
  cursor: pointer;
  width: 70px;
  height: 50px;
  background-color: var(--accent-color);
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(34, 40, 42, 0.25);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-menu__burger {
  position: relative;
  width: 30px;
  height: 18px;
}

.toggle-menu__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.toggle-menu__line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--accent-light);
  transition: .25s ease-in-out;
}

.toggle-menu__line--1 {
  width: 80%;
  transition-delay: .5s;
}

.toggle-menu__line--2 {
  z-index: 2;
  transition-delay: .625s;
}

.toggle-menu__line--3 {
  width: 80%;
  transition-delay: .75s;
}

.top-header__toggle-menu--active .toggle-menu__line--1 {
  width: 0;
}

.top-header__toggle-menu--active .toggle-menu__line--2 {
  width: 0;
}

.top-header__toggle-menu--active .toggle-menu__line--3 {
  width: 0;
}

.top-header__toggle-menu--active .toggle-menu__cross span:nth-child(1) {
  height: 85%;
  transition-delay: 1.115s;
}

.top-header__toggle-menu--active .toggle-menu__cross span:nth-child(2) {
  width: 85%;
  transition-delay: .875s;
}

.toggle-menu__cross {
  position: absolute;
  top: -3px;
  height: 30px;
  width: 30px;
  transform: rotate(45deg);
}

.toggle-menu__cross span {
  background-color: #fff;
  transition: .25s ease-in-out;
}

.toggle-menu__cross span:nth-child(1) {
  height: 0;
  width: 2px;
  position: absolute;
  top: 0;
  left: 12px;
  transition-delay: 0s;
}

.toggle-menu__cross span:nth-child(2) {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 12px;
  transition-delay: .25s;
}

.top-header {
  padding-top: 43px;
}

.top-header__toggle-menu-inner {
  transform-style: preserve-3d;
  position: relative;
  transform-origin: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: rotate-burger 10s linear infinite;
  animation: rotate-burger 10s linear infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.top-header__toggle-icon {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  fill: var(--accent-light);
  transform: rotateX(0deg);
}

.top-header__burger {
  position: absolute;
  transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-header__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 10px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.top-header__icon-wrapper--hide {
  pointer-events: none;
}

.top-header__icon-wrapper--hide .top-header__toggle-menu {
  pointer-events: auto;
}

.top-header__icon-wrapper--hide .user-navigation-icon {
  display: none;
}

.top-header__logo {
  margin-right: 55px;
}

/* на время love story */

header .top-header__logo {
  position: relative;
}

header .top-header__logo::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

header .top-header__logo::before {
  width: 33px;
  height: 29px;
  right: -12px;
  top: -17px;
  background-image: url("/images/love-story/love-story.svg");
}

/* на время love story */

.top-header__city-selection--delivery {
  display: grid;
}

.top-header__city-selection--delivery .delivery-info--city {
  transition: 0.1s linear;
  max-height: 24px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  order: -1;
  /*@media (--s) {
      max-height: 0;
    }*/
}

.top-header__city-selection--delivery .hide.delivery-info--city {
  max-height: 0;
}

.top-header__city-selection--delivery .active.delivery-info--city {
  max-height: 67px;
  padding-bottom: 20px;
}

.top-header__city-selection {
  /*на время love story*/
  background-color: var(--accent-dark);
  /*на время love story*/
  padding: 10px;
}

.top-header__icon-row {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  transition: 0.3s;
  /*  @media (--xxl) {
      grid-gap: 30px;
    }*/
}

.top-header__search-row {
  display: none;
}

.user-navigation-icon.top-header__user-icon {
  display: none;
}

.top-header__user-info {
  display: none;
}

.top-header__info {
  display: none;
}

.top-header__language-switch {
  margin-left: 30px;
}

.top-header__pay-delivery {
  color: var(--text-grey);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.top-header__news-actions {
  color: var(--text-grey);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 30px;
}

.top-header__phone {
  color: var(--accent-light);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 30px;
  text-decoration: none;
}

.top-header__phone-tablet {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-left: 5px;
}

@-webkit-keyframes rotate-burger {
  10% {
    transform: rotateY(0deg);
  }

  15% {
    transform: rotateY(180deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  55% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@keyframes rotate-burger {
  10% {
    transform: rotateY(0deg);
  }

  15% {
    transform: rotateY(180deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  55% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.top-header__toggle-menu {
  margin-right: 10px;
}

.top-header__toggle-menu--active .top-header__toggle-menu-inner {
  -webkit-animation: none;
  animation: none;
  transform: rotateY(180deg);
}

/*на время love story*/

.top-header__toggle-menu {
  position: relative;
}

.top-header__toggle-menu::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 36px;
  right: -12px;
  top: -11px;
  background-image: url("/images/love-story/love-story.svg");
}

/*на время love story*/

.sticky-header {
  z-index: var(--sticky-header);
  position: relative;
  transition: 0.3s;
  background-color: var(--accent-light);
}

.sticky-header--sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky-header__btns {
  display: grid;
  /*  grid-template-columns: 200px 180px;*/
  grid-template-columns: 200px;
}

.sticky-header__row {
  display: none;
}

.sticky-header__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.sticky-header__category-link {
  height: 60px;
  width: auto;
  padding: 10px 20px;
  white-space: nowrap;
  color: var(--grey7);
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  flex-grow: 1;
}

.sticky-header__category-link::after {
  content: '';
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #F7F7F8;
  right: -2px;
  top: calc(50% - 15px);
}

.sticky-header__category-link:hover,
.sticky-header__category-link:focus {
  background-color: #F7F7F8;
}

.sticky-header__category-link:hover::after,
.sticky-header__category-link:focus::after {
  background-color: #fff;
}

.sticky-header__category-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 7px;
}

.sticky-header__category-link--recipe::after {
  left: -2px;
}

.catalog-category {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  will-change: transform;
  width: 100%;
  transition: 0.3s cubic-bezier(0.72, 0.12, 0.07, 1.08);
  z-index: var(--catalog-index);
  height: 100%;
  background-color: var(--accent-light);
}

.catalog-category.active {
  transform: translateX(0);
}

.catalog-category__close-btn {
  position: relative;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  /*background-color: transparent;*/
  border: none;
  padding: 0;
  border-bottom: 1px solid #F3F5F7;
  display: block;
  height: 60px;
  background-color: var(--accent-light);
}

.catalog-category__close-btn .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}

.catalog-category__store,
.catalog-category__marketplace {
  transition: 0.4s ease-in-out;
  /*background-color:var(--accent-light);*/
  /*overflow-y: auto;*/
  overflow-x: hidden;
  visibility: hidden;
  position: absolute;
  /*  padding-bottom: 60px;*/
  width: 100%;
  scrollbar-width: thin;
  height: 100%;
  overscroll-behavior-y: none;
}

.category-menu {
  overflow-y: auto;
  height: calc(100vh - 60px);
  background-color: var(--accent-light);
}

.category-menu::-webkit-scrollbar,
.catalog-category__store::-webkit-scrollbar,
.catalog-category__marketplace::-webkit-scrollbar {
  width: 5px;
}

.category-menu::-webkit-scrollbar-thumb,
.catalog-category__store::-webkit-scrollbar-thumb,
.catalog-category__marketplace::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}

.catalog-category__store {
  z-index: 5;
  top: 100vh;
  display: none;
}

.catalog-category__store.active {
  top: 0;
  visibility: visible;
  display: inline;
  display: initial;
}

.catalog-category__marketplace {
  display: none;
  top: 100vh;
  z-index: 4;
}

.catalog-category__marketplace.active {
  display: inline;
  display: initial;
  z-index: 6;
  top: 0;
  visibility: visible;
}

.user-navigation-icon {
  position: relative;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: 0.3s ease;
  border: none;
  color: var(--accent-light);
  /* на время love story */
  background-color: var(--accent-dark);
}

/*на время love story*/

.user-navigation-icon__img--empty-cart {
  display: none;
}

.user-navigation-icon--empty-cart .cartCount {
  visibility: hidden;
}

.user-navigation-icon--empty-cart .user-navigation-icon__img {
  display: none;
}

.user-navigation-icon--empty-cart .user-navigation-icon__img--empty-cart {
  display: block;
}

.user-navigation-icon__img {
  fill: var(--accent-light);
}

.user-navigation-icon--show-label .user-navigation-icon__label {
  position: absolute;
  left: 29px;
  top: 2px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
}

.user-navigation-icon--show-label .user-navigation-icon__label--hide {
  display: none;
}

.user-navigation-icon__total-price {
  border-radius: 10px;
  background-color: var(--counter-green);
  padding: 0 5px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.user-navigation-icon__total-price sub {
  bottom: 0;
}

.user-navigation-icon--red .user-navigation-icon__label {
  background-color: var(--accent-color);
}

.user-navigation-icon--blue .user-navigation-icon__label {
  background-color: var(--secondary-color);
}

.delivery-info {
  color: var(--accent-light);
}

.delivery-info--dark {
  color: var(--grey7);
}

.delivery-info--dark .delivery-info__icon {
  fill: var(--grey7);
}

.delivery-info__button {
  color: var(--secondary-color);
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.delivery-info__icon {
  fill: var(--accent-light);
  margin-right: 5px;
  width: 30px;
}

.delivery-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.delivery-info__text-wrapper {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: 284px;
  min-height: 21px;
}

.city-selection {
  position: relative;
}

.city-selection__button {
  position: absolute;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 5px;
  color: var(--secondary-color);
  transition: 0.4s;
  transform-origin: center;
  z-index: 10;
}

.active.city-selection__button {
  transform: rotate(180deg);
  bottom: 6px;
}

.city-selection__arrow {
  display: none;
}

.language-switch {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language-switch__lang {
  color: var(--accent-light);
  opacity: 0.3;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.language-switch__lang--current {
  opacity: 1;
}

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search__input {
  font-size: 16px;
  color: #4F4F4F;
  line-height: 2.33;
  border: 1px solid #33BBFF;
  border-radius: 3px 0 0 3px;
  width: calc(100% - 50px);
  padding: 0 20px;
  align-self: stretch;
  min-height: 38px;
}

.header-search__btn {
  background: #33BBFF;
  border-radius: 0 3px 3px 0;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  align-self: stretch;
  min-height: 38px;
  border: none;
  position: relative;
}

.header-search__btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 14px;
  bottom: -7px;
  background-color: #33BBFF;
  filter: blur(15px);
}

.header-search__btn svg {
  transition: transform .3s ease;
}

.header-search__btn:hover svg {
  transform: scale(1.1);
}

.category-dropdown {
  position: fixed;
  left: 200%;
  background-color: var(--accent-light);
  width: 100%;
  transition: 0.5s cubic-bezier(0.72, 0.12, 0.07, 1);
  will-change: transform;
  z-index: 5;
  height: 100%;
  overflow: auto;
  display: none;
  top: 0;
}

.category-dropdown--open {
  left: 0;
}

/*вешаем класс когда пользователь открыл навигацию чтоб не рендерить в абсолюте все подменю*/

.category-dropdown--render {
  display: inline;
  display: initial;
}

.category-menu__item:hover .category-menu__open .icon-mark {
  color: var(--secondary-color);
}

.category-dropdown__title {
  position: relative;
  padding: 10px;
  text-align: center;
  min-height: 60px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: var(--text-color);
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border-bottom: 1px solid #F3F5F7;
}

.category-dropdown__title .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}

.category-dropdown__title-icon {
  display: block;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}

.category-dropdown__title-text {
  width: 230px;
  margin-right: 5px;
}

.category-dropdown__item-subtitle {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: left;
  font-weight: 800;
}

.category-dropdown__list {
  padding: 20px;
  margin: 0 0 50px;
  text-align: left;
  list-style-type: none;
  grid-gap: 50px;
  display: grid;
}

.category-dropdown__show-all {
  max-width: calc(100% - 40px);
  margin: 0 auto 20px;
  text-decoration: none;
}

.category-dropdown::-webkit-scrollbar {
  width: 5px;
}

.category-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}

.catalog-category__store .category-dropdown__item-subtitle {
  display: none;
}

.submenu {
  display: grid;
  grid-gap: 15px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.submenu__link {
  text-decoration: none;
  color: var(--grey7);
  transition: 0.3s;
}

.submenu__link:hover {
  color: var(--secondary-color);
}

.menu-label {
  width: 37px;
  height: 24px;
  text-transform: uppercase;
  color: var(--accent-light);
  font-size: 10px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-label--green {
  background-color: #6ABF40;
}

.navigation-user {
  background-color: var(--bg-light);
}

.navigation-user__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.navigation-user__item {
  border-bottom: 1px solid #E3E5E8;
  height: 60px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.navigation-user__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-user__icon {
  fill: var(--text-color);
}

.navigation-user__icon-container {
  margin-right: 25px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.navigation-user__user-info {
  height: 60px;
  position: relative;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation-user__user-info::before {
  content: '';
  position: absolute;
  height: 35px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--accent-blue);
  left: 0;
}

.navigation-user__exit-icon {
  fill: var(--accent-blue);
}

.navigation-user__data {
  margin: 0;
}

.navigation-user__welcome-text {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 5px;
}

.navigation-user__data-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
}

.navigation-user__data-phone {
  color: #ABB0BA;
}

.navigation-user__exit-link {
  line-height: 1;
}

.navigation-common__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-gap: 20px;
}

.navigation-common__item {
  font-size: 14px;
}

.navigation-common__item:first-child {
  font-size: 16px;
  font-weight: 800;
}

.navigation-common__item:first-child .navigation-common__link {
  color: var(--text-color);
}

.navigation-common__link {
  color: var(--grey7);
}

/*Header end*/

/*common components*/

.login-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
}

.login-page__col {
  width: 100%;
}

.login-page .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-family: inherit;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-page .btn {
  font-weight: 700;
  font-size: 14px;
}

.login-page .form-group {
  margin-bottom: 1rem;
}

.checkbox-custom {
  margin-bottom: 0;
  width: 30px;
  height: 16px;
  display: block;
  position: relative;
}

.checkbox-custom--light .checkbox-custom__control {
  background-color: #ABB0BA;
}

.checkbox-custom--language {
  width: 15px;
  height: 10px;
}

.checkbox-custom__visible {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #C4C4C4;
  display: inline-block;
  border-radius: 10px;
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
}

.checkbox-custom__control {
  position: absolute;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  background-color: #ffffff;
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.checkbox-custom__control::after,
.checkbox-custom__control::before {
  position: absolute;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-custom__input:checked + .checkbox-custom__visible .checkbox-custom__control {
  left: calc(100% - 11px);
}

.checkbox-custom__input:disabled + .checkbox-custom__visible {
  cursor: default;
}

.catalog-open-widget {
  border: none;
  padding: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  /*top: calc(var(--vh, 1vh) * 100 - 80px);*/
  bottom: 45px;
  left: 15px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  z-index: var(--catalog-open-widget);
}

.catalog-open-widget__icon {
  -webkit-animation: catalogWidgetAnimation 24s infinite;
  animation: catalogWidgetAnimation 24s infinite;
  filter: brightness(0) invert(1);
  position: absolute;
}

.catalog-open-widget__icon:nth-child(2) {
  -webkit-animation: catalogWidgetAnimation1 24s infinite;
  animation: catalogWidgetAnimation1 24s infinite;
  -webkit-animation-delay: 8.2s;
  animation-delay: 8.2s;
  transform: scale(0) rotate(180deg);
}

.catalog-open-widget__icon:nth-child(3) {
  -webkit-animation: catalogWidgetAnimation2 24s infinite;
  animation: catalogWidgetAnimation2 24s infinite;
  -webkit-animation-delay: 16.2s;
  animation-delay: 16.2s;
  transform: scale(0) rotate(180deg);
}

@-webkit-keyframes catalogWidgetAnimation {
  0% {
    transform: scale(1) rotate(0deg);
  }

  30% {
    transform: scale(1) rotate(0deg);
  }

  36% {
    transform: scale(0) rotate(180deg);
  }

  93% {
    transform: scale(0) rotate(180deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes catalogWidgetAnimation {
  0% {
    transform: scale(1) rotate(0deg);
  }

  30% {
    transform: scale(1) rotate(0deg);
  }

  36% {
    transform: scale(0) rotate(180deg);
  }

  93% {
    transform: scale(0) rotate(180deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

@-webkit-keyframes catalogWidgetAnimation1 {
  0% {
    transform: scale(0) rotate(180deg);
  }

  8% {
    transform: scale(1) rotate(0deg);
  }

  30% {
    transform: scale(1) rotate(0deg);
  }

  36% {
    transform: scale(0) rotate(180deg);
  }

  95% {
    transform: scale(0) rotate(180deg);
  }

  100% {
    transform: scale(0) rotate(180deg);
  }
}

@keyframes catalogWidgetAnimation1 {
  0% {
    transform: scale(0) rotate(180deg);
  }

  8% {
    transform: scale(1) rotate(0deg);
  }

  30% {
    transform: scale(1) rotate(0deg);
  }

  36% {
    transform: scale(0) rotate(180deg);
  }

  95% {
    transform: scale(0) rotate(180deg);
  }

  100% {
    transform: scale(0) rotate(180deg);
  }
}

@-webkit-keyframes catalogWidgetAnimation2 {
  0% {
    transform: scale(0) rotate(180deg);
  }

  8% {
    transform: scale(1) rotate(0deg);
  }

  24% {
    transform: scale(1) rotate(0deg);
  }

  29% {
    transform: scale(0) rotate(180deg);
  }

  90% {
    transform: scale(0) rotate(180deg);
  }

  100% {
    transform: scale(0) rotate(180deg);
  }
}

@keyframes catalogWidgetAnimation2 {
  0% {
    transform: scale(0) rotate(180deg);
  }

  8% {
    transform: scale(1) rotate(0deg);
  }

  24% {
    transform: scale(1) rotate(0deg);
  }

  29% {
    transform: scale(0) rotate(180deg);
  }

  90% {
    transform: scale(0) rotate(180deg);
  }

  100% {
    transform: scale(0) rotate(180deg);
  }
}

.icon-mark {
  position: absolute;
  width: 15px;
  height: 6px;
  border: none;
  padding: 0;
  background-color: transparent;
}

.icon-mark::before,
.icon-mark::after {
  content: '';
  position: absolute;
  background-color: currentColor;
  width: 8px;
  height: 2px;
  top: 0;
  border-radius: 4px;
}

.icon-mark::before {
  left: 1px;
  transform-origin: left;
  transform: rotate(30deg);
}

.icon-mark::after {
  right: 1px;
  transform-origin: right;
  transform: rotate(-30deg);
}

.icon-check {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon-check::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 60%;
  height: 35%;
  border: 2px solid var(--accent-light);
  border-top: none;
  border-right: none;
}

/*.custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: none;
}*/

.custom-arrow {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
}

.custom-arrow::before,
.custom-arrow::after {
  content: '';
  position: absolute;
  left: 1px;
  border-radius: 7px;
}

.custom-arrow::before {
  top: 50%;
  height: 2px;
  width: 17px;
  transform: translateY(-50%);
  background-color: var(--accent-color);
}

.custom-arrow::after {
  border-radius: 2px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--accent-color);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 2px;
  border-right: none;
  border-top: none;
}

.category-menu {
  padding: 0;
  margin: 0;
}

.category-menu__item {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F3F5F7;
  padding: 5px 16px 5px 20px;
  font-size: 14px;
  cursor: pointer;
}

.category-menu__item--not-dropdown .category-menu__open {
  display: none;
}

.category-menu__link {
  text-decoration: none;
  color: var(--text-color);
  transition: 0.3s;
  text-transform: uppercase;
  max-width: calc(100% - 110px);
  margin-right: 10px;
  text-align: left;
}

.category-menu__link:hover,
.category-menu__link:active,
.category-menu__link:focus {
  color: var(--secondary-color);
}

.category-menu__icon {
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.category-menu__open {
  position: relative;
  margin-left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 25px;
  height: 24px;
}

.category-menu__open .icon-mark {
  top: 50%;
  color: #ABB0BA;
  transform: translateY(-50%) rotate(-90deg);
}

.category-menu__label {
  margin-left: auto;
}

.category-menu__change-catalog {
  position: fixed;
  bottom: 0;
}

.catalog-button {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--accent-light);
  justify-content: center;
  border: none;
}

.catalog-button__text {
  margin-right: 5px;
  position: relative;
}

/*  padding-left: 16px;*/

.catalog-button__text::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  width: 15px;
  height: 17px;
}

.catalog-button__mark {
  color: var(--accent-light);
  position: relative;
}

.catalog-button--marketplace {
  background-color: var(--text-color);
}

.catalog-button--marketplace .catalog-button__text::before {
  content: 'A';
  /*    background-image: url(/images/svg/atb-letter-red.svg);*/
}

.catalog-button--store {
  background-color: var(--accent-color);
  /*
  .catalog-button__text {
    padding-left: 30px;
    &::before {
      content: 'ATB';
  !*    background-image: url(/images/svg/atb-letter-black.svg);*!
    }
  }*/
}

.blue-link {
  transition: 0.3s;
  text-decoration: none;
}

.blue-link:hover {
  color: var(--secondary-color);
}

.solid-border-button {
  border: 2px solid #33bbff;
  font-size: 14px;
  font-weight: 800;
  height: 50px;
  padding: 15px;
  text-align: center;
  font-family: var(--font-primary);
  color: #33bbff;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.solid-border-button:hover {
  color: var(--accent-light);
  background-color: #33bbff;
}

.custom-blue-btn {
  padding: 10px;
  text-decoration: none;
  border: none;
  background-color: var(--accent-blue);
  color: var(--accent-light);
  display: block;
  height: 40px;
  font-size: 13px;
  font-weight: 800;
  transition: 0.3s;
}

.custom-blue-btn:hover {
  background-color: var(--counter-green);
}

.custom-blue-btn--green-invert {
  background-color: var(--counter-green);
}

.custom-blue-btn--green-invert:hover {
  background-color: var(--accent-blue);
}

.solid-grey-btn {
  border: 1px solid #E3E5E8;
  font-size: 14px;
  font-weight: 800;
  height: 50px;
  padding: 15px;
  text-align: center;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: var(--font-primary);
  justify-content: center;
  background-color: transparent;
}

.solid-grey-btn--blue-active {
  color: var(--accent-blue);
  border: 2px solid #33bbff;
  height: 52px;
}

.solid-grey-btn:not(.solid-grey-btn--blue-active):hover {
  border: 1px solid #33bbff;
}

.overlay {
  position: fixed;
  z-index: var(--overlay-index);
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  height: 100vh;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.overlay--show {
  opacity: 1;
  visibility: visible;
}

.close-button {
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  position: relative;
  text-decoration: none;
}

.close-button__icon::before,
.close-button__icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 50%;
  left: 50%;
  background-color: currentColor;
}

.close-button__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.social-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.social-list__item {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 38px;
  height: 38px;
}

.social-list__icon {
  fill: var(--text-color);
}

.breadcrumbs {
  position: relative;
  border-bottom: 1px solid var(--bg-light);
  background-color: var(--accent-light);
}

.breadcrumbs__nav {
  width: 100%;
  position: absolute;
  display: none;
  top: 51px;
  left: 0;
  background-color: var(--accent-light);
}

.dropdown-list--open .breadcrumbs__nav {
  display: block;
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}

.breadcrumbs__item {
  border-bottom: 1px solid var(--bg-light);
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:first-child svg {
  stroke: var(--accent-color);
  fill: none;
  display: none;
}

.breadcrumbs__item:nth-child(3) {
  display: none;
}

.breadcrumbs__link,
.breadcrumbs__item a,
.breadcrumbs__item {
  text-decoration: none;
  font-size: 16px;
  color: var(--text-color);
  text-align: center;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.breadcrumbs__item a {
  transition: 0.2s;
}

.breadcrumbs__item a:hover {
  color: var(--accent-blue);
}

.breadcrumbs__row {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.breadcrumbs__current-name {
  font-size: 16px;
  font-weight: 800;
  margin-right: 10px;
}

.breadcrumbs__back-arr {
  border-right: 1px solid var(--bg-light);
  height: 40px;
  width: 40px;
  margin-right: 15px;
}

.breadcrumbs__show-btn {
  position: relative;
  top: -2px;
  width: 30px;
  height: 50px;
  color: #ABB0BA;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
}

.breadcrumbs__show-btn .icon-mark {
  right: 8px;
}

.dropdown-list {
  position: relative;
  z-index: var(--dropdown-index);
}

.dropdown-list--open .icon-mark {
  transform: rotate(180deg);
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.product-price__top {
  display: block;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2;
}

.product-price__bottom {
  position: relative;
  color: var(--text-color);
  font-size: 1em;
  font-weight: 700;
  display: none;
  line-height: 1.2;
}

.product-price__coin {
  font-size: 0.55em;
  position: relative;
  left: 0.1em;
  top: -0.8em;
}

.product-price__currency-abbr {
  text-decoration: none;
  font-size: 0.6em;
  position: relative;
  left: -0.1em;
}

.product-price--sale .product-price__top {
  color: var(--accent-color);
}

.product-price--sale .product-price__bottom {
  font-size: 0.87em;
  color: #ABB0BA;
  display: block;
}

.product-price--sale .product-price__bottom::before {
  content: '';
  position: absolute;
  z-index: 2;
  height: 1px;
  width: 100%;
  background-color: var(--accent-color);
  top: 43%;
}

.product-price__unit {
  font-weight: 400;
  position: relative;
  top: 1px;
  /*  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;

  font-size: 0.8em;*/
  /*  &::before {
    position: absolute;
    content: '';
    height: 80%;
    width: 1px;
    background-color:#C7CED1;
    top: 50%;
    left: -11px;
    transform: rotate(15deg) translateY(-50%);
  }*/
}

.change-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.change-weight__checkbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
}

.change-weight__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.change-weight__text {
  color: #ABB0BA;
  font-size: 12px;
}

.change-weight__text--current {
  color: var(--text-color);
}

.custom-tag {
  display: inline-block;
  font-size: 13px;
  background-color: var(--bg-light);
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.custom-tag--white {
  border-radius: 8px;
  border: 1px solid #E3E5E8;
  background-color: var(--accent-light);
  color: var(--grey7);
}

.custom-tag--gray {
  background-color: #F7F7F8;
  color: var(--text-color);
  font-size: 14px;
}

.custom-tag--white:hover,
.custom-tag--white-active {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
  color: var(--accent-light);
}

.custom-tag--white:hover .catalog-subcategory-list__link,
.custom-tag--white-active .catalog-subcategory-list__link {
  color: var(--accent-light);
}

.available-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--counter-green);
  font-size: 13px;
  font-weight: 700;
}

.available-tag--orange {
  color: var(--accent-orange);
}

.available-tag--orange svg {
  margin-right: 6px;
}

.available-tag--red {
  color: var(--accent-color);
}

.available-tag--red svg {
  margin-right: 6px;
}

.available-tag__icon {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-color: var(--counter-green);
  border-radius: 50%;
  position: relative;
}

.available-tag--not-available {
  --counter-green: var(--accent-color);
}

.custom-product-label {
  border-radius: 2px 8px;
  background-color: var(--accent-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-light);
}

.custom-product-label__icon {
  margin-right: 4px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 20px;
}

.custom-product-label--green {
  background-color: var(--counter-green);
}

.custom-product-label--blue {
  background-color: var(--accent-blue);
}

.custom-product-label--dark-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #2F80ED;
}

/*  background-image: url(../../images/general/cashback-icon.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;*/

.custom-product-label--dark-blue .symbol {
  font-size: 24px;
  font-weight: normal;
  line-height: 21px;
  margin-right: 4px;
  margin-top: -2px;
}

.custom-product-label--dark-blue .currency {
  font-size: 10px;
  font-weight: bold;
  line-height: 21px;
  margin-left: 1px;
  bottom: -.2em;
}

.custom-product-label--orange {
  background-color: #F78331;
}

.custom-product-label--gold {
  background-color: #D09F1C;
}

.custom-product-label--pepsi {
  background-color: #256BB1;
}

.custom-product-label--recommend {
  background-image: url(/images/icon/smile.svg);
  background-repeat: no-repeat;
  background-color: #FF9800;
  padding-left: 30px;
  background-position: center;
}

.rect-labels .custom-product-label {
  width: 40px;
  height: 40px;
  font-size: 8px;
  text-align: center;
  font-weight: 800;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-product-label[data-tippy-content] {
  cursor: pointer;
}

/* .custom-product-label[data-tippy-content="РЕКОМЕНДУЄМО"], .custom-product-label[data-tippy-content="РЕКОМЕНДУЄМО "],
.custom-product-label[data-tippy-content="РЕКОМЕНДУЕМ"], .custom-product-label[data-tippy-content="РЕКОМЕНДУЕМ "] {
  position: fixed;
  left: 10px;
  top: 15px;
} */

.custom-select {
  position: relative;
  display: block;
  height: 55px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}

.custom-select .icon-mark {
  color: #ABB0BA;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 20px;
}

.custom-select__loader {
  display: none;
}

.custom-select__loader img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.custom-select__loader span {
  color: var(--accent-color);
  font-size: 18px;
}

.custom-select__name {
  position: absolute;
  display: inline-block;
  padding: 0 7px;
  top: -5px;
  background-color: var(--accent-light);
  left: 10px;
  color: var(--grey7);
}

.custom-select__control {
  border: 1px solid #E3E5E8;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  position: relative;
  top: 5px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 45px 0 20px;
  font-size: 14px;
  cursor: pointer;
}

.custom-select__control:focus {
  border-color: var(--accent-blue);
}

.custom-select--loading .custom-select__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  align-items: center;
  padding-left: 20px;
  top: 10px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  background-color: var(--accent-light);
}

.custom-select--loading .custom-select__control {
  pointer-events: none;
}

.custom-select__relative-wrapper {
  position: relative;
  height: 60px;
  display: block;
}

.product-button {
  background-color: transparent;
  /*  border: none;*/
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.product-button img {
  display: none;
}

.product-button svg {
  fill: #394246;
}

.product-button .product-button__icon-heart {
  fill: none;
  stroke-width: 2;
  stroke: #394246;
}

.product-button__wrapper {
  width: 98%;
  height: 88%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-button--active,
.product-button__checkbox:checked ~ .product-button__wrapper {
  background-color: var(--accent-blue);
}

.product-button--active .product-button__wrapper,
.product-button__checkbox:checked ~ .product-button__wrapper .product-button__wrapper {
  background-color: var(--accent-blue);
}

.product-button--active svg,
.product-button__checkbox:checked ~ .product-button__wrapper svg {
  fill: var(--accent-light);
}

.product-button--active .product-button__icon-heart,
.product-button__checkbox:checked ~ .product-button__wrapper .product-button__icon-heart {
  fill: none;
  stroke: var(--accent-light);
}

.product-button--active .product-button__icon-bell path,
.product-button__checkbox:checked ~ .product-button__wrapper .product-button__icon-bell path {
  fill: var(--accent-light);
}

.product-button:hover .product-button__wrapper,
.product-button:focus .product-button__wrapper {
  border: 2px solid var(--accent-blue);
}

.product-button__container {
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-gap: 6px;
  position: relative;
}

.product-button__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.product-button__tooltip {
  display: block;
  width: 173px;
  padding: 16px;
  background: var(--accent-light);
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); */
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: calc(100% + 12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: .3s ease;
}

.product-button__tooltip:after {
  content: '';
  display: block;
  border-bottom: 14px solid var(--accent-light);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  z-index: -1;
  right: 20px;
  top: -10px;
}

.product-button__tooltip.product-button__tooltip--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.accordion .icon-mark {
  transition: 0.3s;
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion__header {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.accordion__open {
  position: relative;
  width: 14px;
  height: 14px;
}

.accordion__open::before,
.accordion__open::after {
  content: '';
  position: absolute;
  background-color: #a3a3a3;
  width: 3px;
  height: 100%;
  left: 50%;
  transition: 0.3s;
}

.accordion__open::after {
  transform: rotate(90deg);
}

.accordion--open .icon-mark {
  transform: rotate(180deg);
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: 13px;
}

.rating .rating__label {
  margin-bottom: 0;
  display: block;
}

.rating--catalog .rating__label {
  display: none;
}

.rating--catalog .rating__label--first {
  display: block;
}

.rating__value {
  line-height: 1;
}

.rating--review .rating__value {
  margin-right: 20px;
}

.rating__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  justify-content: flex-end;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating__wrapper > input {
  display: none;
}

.rating__wrapper > label {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.rating__wrapper--no-hover > label {
  cursor: default;
}

.rating__wrapper input:checked ~ label,
.rating__wrapper input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating__wrapper:not(.rating__wrapper--no-hover) > input:not(:checked) ~ label:hover,
.rating__wrapper:not(.rating__wrapper--no-hover) > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

/*





background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.67249 0.327515L9.39507 5.62907L14.9695 5.62907L10.4597 8.90561L12.1823 14.2072L7.67249 10.9306L3.16271 14.2072L4.88529 8.90561L0.375518 5.62907L5.9499 5.62907L7.67249 0.327515Z' fill='%23FFD400'/%3E%3C/svg%3E");

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.67249 0.327515L9.39507 5.62907L14.9695 5.62907L10.4597 8.90561L12.1823 14.2072L7.67249 10.9306L3.16271 14.2072L4.88529 8.90561L0.375518 5.62907L5.9499 5.62907L7.67249 0.327515Z' fill='%23FFD400'/%3E%3C/svg%3E");


 */

.store-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  text-decoration: none;
  font-weight: 800;
  color: var(--text-color);
}

.store-phone .svg-icon {
  fill: var(--text-color);
  margin-right: 5px;
}



.payments-methods__link {
  text-decoration: none;
}

.page-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  padding: 20px 16px;
}

.page-section {
  width: 100%;
}

.page-section--catalog {
  padding: 20px 0;
  background-color: var(--bg-light);
}

.page-section--cart {
  padding: 20px 0;
}

.product-pagination {
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.product-pagination__list li {
  margin-right: 5px;
}

.product-pagination__list li:last-child {
  margin-right: 0;
  display: block !important;
}

.product-pagination__item.next .icon-mark {
  transform: rotate(270deg);
}

.product-pagination__item.next.disabled {
  display: none !important;
}

.product-pagination__item.prev .icon-mark {
  transform: rotate(-270deg);
}

.product-pagination__item.prev.disabled {
  display: none;
}

.product-pagination__item.active {
  border: 2px solid var(--accent-blue);
}

.product-pagination__link {
  height: 50px;
  width: 50px;
  text-decoration: none;
  font-size: 18px;
  font-family: var(--font-primary);
  background-color: var(--accent-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
}

.product-pagination__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: var(--accent-light);
  color: var(--text-color);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 800;
  padding: 0 30px;
  border: none;
  margin-bottom: 5px;
}

.product-pagination__more-icon {
  margin-left: 5px;
  margin-right: 15px;
}

.item-slider {
  width: 100%;
  margin-bottom: 50px;
}

.item-slider .swiper-slide {
  max-width: 320px;
}

.item-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  max-width: 1920px;
  padding-right: 16px;
  padding-left: 16px;
}

.item-slider__tabs {
  margin-bottom: 20px;
}

.item-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-slider__nav-btn {
  width: 50px;
  height: 50px;
  background-color: var(--accent-light);
  border: none;
  border-radius: 4px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-slider__nav-btn .icon-mark {
  width: 26px;
}

.item-slider__nav-btn .icon-mark::before,
.item-slider__nav-btn .icon-mark::after {
  width: 14px;
}

.item-slider__nav-btn.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.item-slider__nav-btn--prev {
  margin-right: 10px;
}

.item-slider__nav-btn--prev .icon-mark {
  transform: rotate(90deg);
}

.item-slider__nav-btn--next .icon-mark {
  transform: rotate(-90deg);
}

.item-slider__title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.item-slider__slider {
  padding-left: 8px;
}

.pay-button {
  border: none;
  text-decoration: none;
  background-color: #6ABF40;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 10px;
  font-size: 13px;
  color: var(--accent-light);
  font-weight: 800;
  width: 100%;
  transition: 0.3s;
}

.pay-button:hover {
  background-color: var(--accent-blue);
}

.pay-button--disable {
  background-color: var(--accent-light);
  border: 1px solid #ABB0BA;
  color: #ABB0BA;
}

.pay-button--disable:hover {
  background-color: var(--accent-light);
}

.pay-button__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.pay-button__icons img {
  margin-left: 7px;
}

.address-item {
  border: 1px solid #E3E5E8;
  padding: 10px;
}

.address-item .delivery-info__button {
  font-weight: 800;
  color: var(--text-color);
}

.address-item__title {
  font-size: 16px;
  font-weight: 600;
}

.address-item__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.address-item__edit-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.address-item__edit-btn svg {
  fill: var(--grey7);
}

.address-item__way {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 15px;
}

.address-item__recipient {
  display: grid;
  grid-gap: 3px;
  color: var(--grey7);
}

.address-item__recipient-desc {
  margin: 0;
  font-weight: 700;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.address-item__recipient-desc svg {
  fill: var(--grey7);
}

.address-item__recipient-name {
  margin: 0;
}

.address-item__recipient-phone {
  margin: 0;
}

.address-item__edit {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E3E5E8;
}

.address-item__edit-text {
  color: var(--accent-blue);
  font-weight: 400;
  margin-left: 10px;
  margin-right: 0;
  cursor: pointer;
}

.section-page {
  width: 100%;
  margin-bottom: 40px;
}

.section-page__row {
  padding: 10px;
  background-color: var(--accent-light);
}

.slider-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--accent-light);
  border: none;
  border-radius: 4px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-arrow .icon-mark {
  width: 26px;
}

.slider-arrow .icon-mark::before,
.slider-arrow .icon-mark::after {
  width: 14px;
}

.slider-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.smile-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.smile-rating label {
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
  filter: grayscale(1);
  opacity: 0.6;
}

.smile-rating:hover label {
  max-width: 160px;
  opacity: 0.6;
}

.smile-rating input:hover + label,
.smile-rating input:checked + label {
  filter: grayscale(0);
  opacity: 1;
  max-width: 160px;
}

.smile-rating input:hover ~ .smile-rating__number,
.smile-rating input:checked ~ .smile-rating__number {
  color: var(--accent-color);
}

.smile-rating__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.smile-rating__number {
  font-size: 12px;
  font-weight: 800;
  color: rgba(140, 140, 140, 0.6);
}

.white-section {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.white-section__row {
  background-color: var(--accent-light);
  min-height: 400px;
}

.questionnaire-info {
  width: 100%;
}

.questionnaire-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E5E5E5;
  justify-content: space-between;
  overflow: auto;
  align-items: center;
}

.questionnaire-info__item {
  flex-grow: 1;
  white-space: nowrap;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #E5E5E5;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  margin: 0;
  background-color: var(--accent-light);
  font-size: 14px;
  color: var(--text-color);
}

.questionnaire-info__desc {
  font-weight: 800;
}

.questionnaire-info__item:last-child {
  border: none;
}

.promo-block--product {
  width: 100%;
  background-color: var(--accent-light);
  margin: 15px 0;
}

.promo-block--product img {
  margin: 0 auto;
  max-height: 350px;
  width: 100%;
  max-width: 400px;
}

.promocode {
  width: 100%;
  border: 1px solid #E2E2E2;
  display: none;
}

.promocode--show {
  display: block;
}

.promocode__container {
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.promocode__input {
  width: 100%;
  height: 50px !important;
  font-size: 18px;
  color: var(--text-color);
}

.promocode__input-wrapper {
  position: relative;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
}

.promocode__input::-moz-placeholder {
  color: #ABB0BA;
  font-size: 18px;
}

.promocode__input::placeholder {
  color: #ABB0BA;
  font-size: 18px;
}

.promocode__btn {
  flex-grow: 1;
}

.promocode__error {
  bottom: -19px;
  position: absolute;
  width: 100%;
  color: var(--accent-color);
  left: 0;
}

.promocode__send-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.promocode__congrats {
  color: var(--counter-green);
  font-weight: 800;
  text-align: center;
  display: none;
  font-size: 16px;
}

.promocode__send-wrapper--done .promocode__congrats {
  display: block;
}

.promocode__send-wrapper--done .promocode__btn {
  display: none;
}

.promocode__have-btn {
  padding: 0;
  background-color: transparent;
  color: var(--accent-blue);
  border: none;
  font-size: 14px;
  border-bottom: 1px dashed var(--accent-blue);
}

.tippy-content {
  text-align: center;
}

.invert-btn {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--counter-green);
  color: var(--accent-light);
  font-size: 15px;
  text-align: center;
  border: 2px solid var(--counter-green);
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}

.invert-btn:hover:not(.disabled) {
  background-color: transparent;
  color: var(--counter-green);
}

.invert-btn.disabled {
  filter: grayscale(1);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.youtube-facade iframe {
  width: 100%;
  height: 375px;
}

.item lite-youtube {
  /*max-width: 800px;*/
  max-width: none;
  max-width: initial;
  margin: 40px auto 0;
}



.youtube-facade__fake-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: red;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 1em;
  /* change this to change size */
  height: 3em;
  padding: 0;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.youtube-facade__fake-btn:hover {
  background-color: var(--accent-color);
}

.youtube-facade__fake-btn::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.youtube-facade__fake-btn::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.radio-light__visible-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--accent-blue);
  transition: 0.3s;
  margin-right: 10px;
}

.radio-light__visible-checkbox::before {
  position: absolute;
  top: 41%;
  left: 50%;
  content: '';
  width: 33%;
  height: 63%;
  display: none;
  border: 2px solid var(--accent-light);
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(43deg);
}

.radio-light__visible-checkbox:hover,
.radio-light__checkbox.focus-visible ~ .radio-light__visible-checkbox {
  outline: 1px solid rgba(87, 197, 255, 0.4);
}

.radio-light {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  align-items: center;
  cursor: pointer;
}

.radio-light__checkbox:checked ~ .radio-light__visible-checkbox,
.radio-light__checkbox:checked ~ .square-input__container .radio-light__visible-checkbox {
  background-color: var(--accent-blue);
}

.radio-light__checkbox:checked ~ .radio-light__visible-checkbox::before,
.radio-light__checkbox:checked ~ .square-input__container .radio-light__visible-checkbox::before {
  display: block;
}

.radio-light__desc {
  text-align: left;
}

.radio-light__link {
  color: var(--accent-blue);
}

.radio-light__link:hover {
  text-decoration: underline;
}

.skip-link--main:focus {
  clip: auto;
  clip: initial;
  width: auto;
  height: auto;
  border: 1px solid red;
  position: static;
  text-align: center;
  margin: 0;
  margin: initial;
  font-size: 24px;
  outline: medium none invert;
  outline: initial;
  transition: 0.3s;
}

.skip-link--popular:focus {
  clip: auto;
  clip: initial;
  width: auto;
  height: auto;
  border: 1px solid red;
  left: 40px;
  top: 90px;
  text-align: center;
  margin: 0;
  margin: initial;
  font-size: 24px;
  outline: medium none invert;
  outline: initial;
  transition: 0.3s;
}

.check-code__input-wrapper {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 20px;
  max-width: 470px;
}

.check-code__send-info {
  height: 42px;
}

.check-code__input-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.check-code__cell-title {
  font-size: 12px;
  color: var(--grey7);
  margin: 0 0 7px;
}

.check-code__input-top {
  margin: 0 0 10px;
}

.check-code__send-again {
  color: var(--accent-blue);
  font-size: 13px;
  margin: 0 0 15px;
  border: none;
  background-color: transparent;
  padding: 0;
}

.check-code__submit {
  width: 100%;
  max-width: 200px;
}

.check-code__info-desc {
  margin: 0;
  color: var(--grey7);
}

.custom-field {
  --font-size: 14px;
  --field-size: 100%;
  --success-color: #00ff00;
  --error-color: #ff1744;
  --border-color: #E3E5E8;
  position: relative;
  width: var(--field-size);
}

.custom-field__label {
  width: 100%;
  margin: 0;
}

.custom-field--error .custom-field__desc {
  color: var(--error-color);
}

.custom-field--error .custom-field__input {
  border-color: var(--error-color);
}

.custom-field--error .custom-field__error {
  opacity: 1;
  bottom: -19px;
}

.custom-field--success .custom-field__desc {
  top: 0;
  color: var(--success-color);
}

.custom-field--success .custom-field__input {
  border-color: var(--success-color);
}

.custom-field__desc {
  display: block;
  padding: 0 5px;
  font-weight: 400;
  color: var(--grey7);
  transition: 0.3s ease-in-out;
  font-size: var(--font-size);
  position: absolute;
  top: -0.7em;
  background-color: var(--accent-light);
  left: 0.9em;
}

.custom-field__input-wrapper {
  display: block;
  position: relative;
}

.custom-field__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--border-color);
  padding: 10px 40px 10px 10px;
  display: block;
  border-radius: 3px;
  font-size: var(--font-size);
  width: var(--field-size);
}

.custom-field__input-textarea {
  min-height: 90px;
  resize: vertical;
}

.custom-field__desc--textarea {
  top: 20px;
}

.custom-field__error {
  position: absolute;
  right: 10px;
  bottom: -73%;
  opacity: 0;
  color: var(--error-color);
  transition: all 0.3s;
  font-size: 0.9em;
}

.custom-field__input:focus {
  outline: none;
}

.custom-field__show-password {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.custom-field__show-password::before {
  content: '';
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.region-select .custom-select {
  width: 100%;
}

.region-select .custom-select__control {
  color: var(--grey7);
  font-size: 18px;
}

.region-select .custom-select__control option {
  color: var(--text-color);
  font-size: 18px;
}

.square-input .radio-light__checkbox:checked ~ .square-input__container {
  border: 1px solid var(--accent-blue);
}

.square-input .radio-light__checkbox:disabled ~ .square-input__container,
.square-input .radio-light__checkbox:disabled ~ .square-input__container .radio-light__visible-checkbox {
  filter: grayscale(1);
  cursor: not-allowed;
  opacity: 0.5;
}

.square-input__container {
  position: relative;
}

.new-store-nearby {
  position: fixed;
  z-index: var(--default-modal);
  width: 100%;
  max-width: 350px;
  height: 200px;
  bottom: 22px;
  right: -100%;
  background-color: #0C1212;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.50196);
}

.new-store-nearby--active {
  right: 12px;
}

.new-store-nearby a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-store-nearby a picture {
  -o-object-fit: contain;
  object-fit: contain;
}

.new-store-nearby__close {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.new-store-nearby__close span {
  position: absolute;
  display: block;
  height: 2px;
  width: 16px;
  top: 8px;
  background-color: #BDBDBD;
}

.new-store-nearby__close span:first-child {
  transform: rotate(45deg);
}

.new-store-nearby__close span:last-child {
  transform: rotate(135deg);
}

.new-store-nearby__address {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 20px;
  left: 20px;
}

.new-store-nearby__address-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 17px;
}

.new-store-nearby__address-icon img {
  width: 100%;
}

.new-store-nearby__address-text {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--accent-light);
}

.new-store-nearby__address.hide-address {
  display: none;
}

/*common components*/

/*modal windows*/

.custom-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: var(--default-modal);
}

.custom-modal[aria-hidden='true'] {
  display: none;
}

.custom-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  -webkit-animation: fade-in 0.2s both;
  animation: fade-in 0.2s both;
}

.custom-modal__container {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 2;
  position: relative;
  -webkit-animation: fade-in 0.4s 0.2s both, slide-up 0.4s 0.2s both;
  animation: fade-in 0.4s 0.2s both, slide-up 0.4s 0.2s both;
  padding: 1em;
  /*  overflow: auto;*/
  max-width: 90%;
  width: 600px;
  border-radius: 2px;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes slide-up {
  from {
    transform: translateY(-20%);
  }
}

@keyframes slide-up {
  from {
    transform: translateY(-20%);
  }
}

.custom-modal__close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 300;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
}

.custom-modal .custom-modal__container,
.custom-modal .modal__overlay {
  will-change: transform;
}

.alcohol-modal .custom-modal__container {
  max-width: 675px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 35px;
}

.alcohol-modal__header {
  height: 75px;
  border-top: 5px solid var(--accent-color);
  color: var(--accent-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-color);
}

.alcohol-modal__desc {
  font-size: 16px;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  color: #777D88;
}

.alcohol-modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.alcohol-modal__buttons .alcohol-modal__submit {
  margin-bottom: 15px;
}

.alcohol-modal__buttons .solid-border-button {
  height: 40px;
}

.arena-card-modal .custom-modal__container {
  max-width: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.arena-card-modal .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.arena-card-modal .close-button__icon::before,
.arena-card-modal .close-button__icon::after {
  height: 1px;
}

.arena-card-modal__img {
  position: relative;
}

.arena-card-modal__qr {
  bottom: 54px;
  left: 53px;
  position: absolute;
}

.arena-card-modal__hero {
  max-width: 320px;
}

.available-modal .select2 {
  width: 100% !important;
}

.available-modal > .select2-container.select2-container--default.select2-container--open {
  top: unset!important;
  bottom: 360px!important;
}

.available-modal__close {
  display: block;
  margin-left: auto;
  width: 20px;
  height: 20px;
}

.available-modal__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  display: none;
}

.available-modal__title.active {
  display: block;
}

.available-modal__map {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}

.city-modal {
  overflow-y: auto;
}

.city-modal .custom-modal__container {
  max-width: none;
  max-width: initial;
  width: 100%;
  min-height: 100%;
  border-top: 5px solid var(--accent-color);
  padding: 0;
}

.city-modal__row {
  max-width: 910px;
  margin: 0 auto;
}

.city-modal__header {
  padding: 15px;
  background-color: var(--accent-dark);
  color: var(--accent-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.city-modal__filler {
  width: 25px;
  height: 25px;
}

.city-modal__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.city-modal__close {
  color: var(--accent-light);
  width: 25px;
  height: 25px;
}

.city-modal__body {
  padding: 25px 8px;
}

.city-modal__region-select {
  display: grid;
  grid-gap: 15px;
  margin-bottom: 30px;
}

.city-modal__region-select .custom-select__control {
  border: 1px solid var(--accent-blue);
}

/*селекты с выбранным по умолчанию option будут иметь серый бордер*/

.city-modal__region-select .custom-select__control[data-chosen='disabled'] {
  border: 1px solid #E3E5E8;
}

.city-modal__delivery-option {
  display: grid;
  grid-gap: 20px;
}

.city-modal__delivery-option .square-input__container {
  border: 1px solid #E3E5E8;
  padding: 25px 15px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.city-modal__delivery-option .radio-light__visible-checkbox {
  position: absolute;
  top: 15px;
  right: 6px;
}

.city-modal__delivery-option .radio-light {
  height: 100%;
}

.city-modal__delivery-option .square-input:first-child {
  order: 2;
}

.city-modal__delivery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.city-modal__delivery-icon {
  fill: var(--accent-blue);
  margin-right: 15px;
}

.city-modal__delivery-name {
  font-size: 16px;
  font-weight: 600;
}

.city-modal__street {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.city-modal__street .b-input--spinner {
  background-size: contain;
  background-position: center;
}

.city-modal__street .custom-field__input {
  height: 50px;
  font-size: 16px;
}

.city-modal__street-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  width: 100%;
}

.city-modal__continue-btn {
  width: 100%;
  margin: 25px auto 0;
  border-radius: 3px;
  height: 50px;
  font-size: 16px;
}

.city-modal__continue-btn:disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}

.city-modal__coordinate-map {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.city-modal__coordinate-map .custom-blue-btn {
  font-size: 15px;
  position: absolute;
  height: auto;
  padding: 10px 20px;
  z-index: 400;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#coordinate-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.city-modal__store-map {
  width: 100%;
  /*height: calc(var(--vh, 1vh) * 100);*/
  height: calc(100vh + env(safe-area-inset-bottom));
}

.city-modal__store-map .custom-select {
  width: 90%;
}

.city-modal__store-map .custom-select__control {
  background-color: var(--accent-light);
  border-radius: 5px;
}

#store-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.city-modal__coordinate-text-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
  background: var(--accent-light);
  padding: 10px;
  z-index: 410;
}

.city-modal__coordinate-text {
  font-size: 12px;
  text-align: center;
  color: var(--accent-color);
  font-weight: 600;
  margin: 0;
}

.city-modal__linear-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 410;
}

.city-modal__continue-spinner {
  background-image: url(../../images/general/loaders/input-spinner.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10% 90%;
}

.city-modal__map-close {
  position: absolute;
  z-index: 410;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  color: var(--accent-color);
}

.city-modal--loading .custom-modal__container {
  pointer-events: none;
}

.city-modal--loading .custom-modal__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  background-image: url(../../images/general/loaders/input-spinner.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
}

#city-modal .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0;
}

#city-modal .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--border-color-1);
  margin: 0 8px;
}

#city-modal .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--accent-blue);
}

#city-modal .city-modal__region-select {
  grid-gap: 25px;
  gap: 25px;
  margin-bottom: 22px;
}

#city-modal .city-modal__region-select .custom-select {
  height: 50px;
}

#city-modal .checkout__addresses {
  padding: 20px 0 30px;
  overflow: hidden;
}

#city-modal .city-modal__delivery-option .square-input__container {
  padding: 20px 15px;
}

#city-modal .city-modal__delivery-name {
  font-size: 14px;
}

#city-modal .city-modal__delivery-option .square-input__container {
  padding: 15px 16px;
}

#city-modal .city-modal__delivery-info {
  color: var(--grey7);
  float: left;
}

#city-modal .cart-total__delivery-text {
  margin-top: 0;
  padding-left: 8px;
}

#city-modal .address-page__top {
  margin: 0;
  padding: 0;
  border: unset;
}

#city-modal .address-item {
  max-width: 350px;
  padding: 16px;
  box-sizing: border-box;
}

#city-modal .address-item__btn-wrapper {
  flex-direction: column;
}

#city-modal .address-page__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

#city-modal .address-item__way {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

#city-modal .address-item__bottom {
  width: 100%;
}

#city-modal .address-item .delivery-info__text-wrapper {
  max-width: calc(100% - 20px);
  white-space: nowrap;
}

#city-modal .address-item__title-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#city-modal .address-item__title-icons .radio-light__checkbox__wrapper {
  width: 30px;
  height: 30px;
}

#city-modal .address-item__title-icons .radio-light__checkbox__wrapper .radio-light__visible-checkbox {
  right: 4px;
  top: 7px;
}

/*modal windows*/

/*Временный код*/

.orders .card-header__info,
.orders .card__info {
  margin-right: 15px;
  width: 26q;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.orders .card__info {
  border: 1px solid rgba(79, 79, 79, 0.5);
}

.orders .card__info img {
  filter: grayscale(1);
}

.orders .card-header__info-data,
.orders .card__info-data {
  font-size: 10px;
  line-height: 1.5;
  text-transform: lowercase;
  text-align: center;
  background: #fff;
  padding: 10px 8px;
  margin-top: 8px;
  position: absolute;
  z-index: 99;
  min-width: 200px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: all .3s ease;
}

.orders .card-header__info-data {
  border: 1px solid #EF3E33;
  color: #EF3E33;
}

.orders .card__info-data {
  border: 1px solid rgba(79, 79, 79, 0.5);
  color: rgba(79, 79, 79, 0.5);
}

.orders .card-header__info-data:before,
.orders .card__info-data:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-4px);
}

.orders .card-header__info-data:before {
  border-bottom: 7px solid #EF3E33;
}

.orders .card__info-data:before {
  border-bottom: 7px solid rgba(79, 79, 79, 0.5);
}

.orders .card-header__info-data:after,
.orders .card__info-data:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: none;
  border-bottom: 6px solid #fff;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-3px);
}

.orders .card-header__info-data.active,
.orders .card__info-data.active {
  display: block;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-animation: qty-show-count .3s ease;
  animation: qty-show-count .3s ease;
}

.orders .table__body .quantity {
  width: 33%;
  height: 100%;
  border-left: 1px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orders .table__body .quantity span {
  margin-bottom: 0;
  font-size: 14px;
}

.orders .table__body .quantity .coin,
.orders .table__footer .total_sum .coin {
  font-size: 8px;
  padding-bottom: 4px;
  padding-left: 2px;
}

.product-box .img-wrapper .front,
.product-box .front,
.product-wrap .img-wrapper .front,
.product-wrap .front {
  position: relative;
}

.product-box .img-wrapper .front a .alcohol-label img,
.product-box .front a .alcohol-label img,
.product-wrap .img-wrapper .front a .alcohol-label img,
.product-wrap .front a .alcohol-label img {
  position: static;
  max-width: 100%;
  width: auto;
  height: auto;
}

.alcohol-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.alcohol-label img {
  position: static;
  max-width: 100%;
  width: auto;
  height: auto;
}

/*Временный код*/

/*Header*/

.site-navigation {
  position: fixed;
  border-top: 5px solid var(--accent-color);
  left: 0;
  width: 100%;
  top: 0;
  transform: translateX(-100%);
  will-change: transform;
  transition: 0.3s cubic-bezier(0.72, 0.12, 0.07, 1.01);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  visibility: hidden;
  z-index: var(--site-navigation-index);
  background-color: var(--accent-light);
  color: var(--text-color);
}

.site-navigation--open {
  visibility: visible;
  transform: translateX(0);
}

.site-navigation__top {
  background-color: var(--accent-dark);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-navigation__common {
  padding: 30px 15px;
  border-bottom: 1px solid #E3E5E8;
}

.site-navigation__close-btn {
  color: var(--accent-light);
  width: 30px;
  height: 30px;
}

.site-navigation__logo {
  fill: var(--accent-color);
}

.site-navigation__catalog-menu {
  background: var(--bg-light);
  padding: 5px;
  display: grid;
  grid-gap: 5px;
}

.site-navigation__catalog-btn {
  border: 1px solid #E3E5E8;
  border-radius: 4px;
  font-family: var(--font-primary);
  padding: 0;
  text-decoration: none;
  color: var(--text-color);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  height: 60px;
  width: 100%;
  background-color: var(--accent-light);
}

.site-navigation__prefix {
  color: var(--accent-color);
}

.site-navigation__language-switch {
  --accent-light: var(--text-color);
  padding: 20px 0;
  margin: 0 auto;
}

.site-navigation__language-switch .checkbox-custom__control {
  background-color: #c4c4c4;
}

.site-navigation__social {
  margin: 0 auto 30px;
}

.site-navigation__phone {
  margin: 0 auto 30px;
}

.site-navigation__phone-tablet {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-left: 10px;
}

.site-navigation__phone:hover .svg-icon,
.site-navigation__phone:active .svg-icon {
  fill: var(--accent-blue);
}

/*Header*/

/*footer*/

.footer {
  width: 100%;
  border-bottom: 5px solid var(--accent-color);
  content-visibility: auto;
  margin-top: auto;
  order: 2;
  background-color: var(--accent-light);
}

.footer .navigation-common__list {
  grid-gap: 10px;
}

.footer .navigation-common__item:first-child {
  margin-bottom: 10px;
}

.footer .social-list__icon--instagram {
  width: 34px;
  height: 34px;
}

.footer .social-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__row {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__subscribe-form {
  /*height: 40px;*/
  /*margin-bottom: 30px;*/
  max-width: 400px;
  width: 100%;
}

.footer__subscribe-form .netpeak-popup__email {
  margin-bottom: 33px;
}

.footer__subscribe-form .netpeak-popup__title {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
}

.footer__subscribe-form-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
}

.footer__subscribe-fake-email {
  border: 1px solid #ABB0BA;
  border-right: none;
  font-size: 12px;
  padding: 0 20px;
  text-align: left;
  flex-grow: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer__subscribe-fake-btn {
  border: 2px solid #33BBFF;
  color: var(--accent-blue);
  font-weight: 700;
  font-size: 12px;
  flex-grow: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__slogan {
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__social {
  margin-bottom: 30px;
  margin-top: 0;
}

.footer__phone {
  margin-bottom: 30px;
}

.footer__phone-tablet {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-left: 10px;
}

.footer__payments {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  margin-bottom: 30px;
}

.footer__copyright-info {
  margin: 0 0 5px;
  color: var(--grey7);
  font-size: 12px;
}

.footer__developer-info {
  color: var(--grey7);
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.footer__about-store {
  display: none;
}

.footer__my-cabinet {
  display: none;
}

/*footer end*/

/*Product page*/

.product-page {
  background-color: var(--bg-light);
  width: 100%;
  margin-bottom: 50px;
}

.product-page .product-page__wrapper {
  padding-right: 0;
  padding-left: 0;
}

.product-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.product-page__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  padding: 20px 16px;
}

.product-tab {
  width: 100%;
  margin-bottom: 15px;
}

.product-tab__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: auto;
  height: 52px;
  align-items: center;
  scroll-snap-type: x mandatory;
}

.product-tab__row .product-tab__scroll-btn {
  /*    border-right: none;*/
  white-space: nowrap;
  background-color: var(--accent-light);
  scroll-snap-align: center;
  flex-grow: 1;
}



.product-main {
  background-color: var(--accent-light);
  margin-bottom: 10px;
  position: relative;
}

.product-slider {
  max-width: 600px;
  width: 100%;
  padding: 30px 16px 0;
  border-bottom: 1px solid #E3E5E8;
}

.cardproduct-slider-wrapper {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}

.cardproduct-slider-wrapper img {
  max-width: 100%;
}

.cardproduct-tabs {
  width: 100%;
  margin-bottom: 8px;
}

.cardproduct-tabs .slick-slide.slick-current:hover {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cardproduct-tabs__item {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.cardproduct-tabs__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center center;
  object-position: center center;
}

.cardproduct-thumbs .slick-slide {
  border: 1px solid #E5E5E5;
  margin-right: 4px;
  margin-left: 4px;
}

.cardproduct-thumbs .slick-slide > div {
  position: relative;
  padding-top: 100%;
}

.cardproduct-thumbs .slick-slide.slick-current {
  border-color: #33BBFF;
}

.cardproduct-thumbs .slick-slide.slick-current .cardproduct-thumbs__item:before {
  background: transparent;
}

.cardproduct-thumbs .slick-slide:hover:not(.slick-current) .cardproduct-thumbs__item:before {
  background: transparent;
}

.cardproduct-thumbs .youtube-facade__fake-btn {
  font-size: 0.45em;
}

.cardproduct-thumbs .slick-prev,
.cardproduct-thumbs .slick-next {
  width: 28px;
  height: 100%;
  background: #F2F2F2;
  z-index: 20;
  transition: opacity .2s ease;
}

.cardproduct-thumbs .slick-prev.slick-disabled,
.cardproduct-thumbs .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.cardproduct-thumbs .slick-prev {
  left: -32px;
}

.cardproduct-thumbs .slick-next {
  right: -36px;
}

.cardproduct-thumbs .slick-prev:before,
.cardproduct-thumbs .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../images/product-photogallery/thumbs-slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  opacity: 1;
}

.cardproduct-thumbs .slick-prev:before {
  transform: rotate(180deg);
}

.cardproduct-thumbs__item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.cardproduct-thumbs__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.42);
  transition: all .3s ease;
}

.cardproduct-thumbs__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center center;
  object-position: center center;
}

.cardproduct-thumbs-wrap {
  margin-right: 36px;
  margin-left: 32px;
  position: relative;
}

.cardproduct-popup.popup-city {
  background-color: rgba(79, 79, 79, 0.9);
  z-index: 1999;
  transform: none;
}

.cardproduct-popup.popup-city.active .popup-city__inner {
  transform: translate(-50%, -50%);
}

.cardproduct-popup.popup-city .popup-city__inner {
  width: 86%;
  height: 96vh;
  padding-top: 5px;
  padding-bottom: 20px;
  /*padding-bottom: 45px;*/
  transform: translate(-50%, -50%) scale(0.95);
  transition: transform .3s ease;
}

.cardproduct-popup.popup-city img {
  max-width: 100%;
  margin-bottom: 0;
}

.cardproduct-popup.popup-city .cardproduct-popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardproduct-popup.popup-city .product-right__btns-outer {
  margin-left: 53px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cardproduct-popup.popup-city .product-price {
  margin-bottom: 0;
}

.cardproduct-popup.popup-city .product-price p {
  margin-bottom: 0;
}

.cardproduct-popup.popup-city .popup-city__close {
  top: 15px;
  right: 15px;
}

/*top: 20px;
    right: 20px;*/

.cardproduct-popup.popup-city .popup-city__close:before,
.cardproduct-popup.popup-city .popup-city__close:after {
  width: 2px;
  background-color: #4F4F4F;
  top: 2px;
}

.cardproduct-popup-slider {
  width: 100%;
}

.cardproduct-popup-slider.slick-slider {
  /* margin-bottom: 30px; */
  margin-bottom: 15px;
}

.cardproduct-popup-slider.slick-slider.slick-dotted {
  /* margin-bottom: 35px; */
  margin-bottom: 15px;
}

/* margin-bottom: 50px; */

.cardproduct-popup-slider.slick-slider.slick-dotted .item {
  /* height: calc(96vh - 55px - 2px - 72px); */
  height: calc(96vh - 30px - 7px - 82px);
}

/* height: calc(96vh - 40px - 62px - 82px); */

.cardproduct-popup-slider.slick-slider .slick-slide {
  overflow: hidden;
}

.cardproduct-popup-slider .item {
  /* height: calc(96vh - 35px - 2px - 72px); */
  /*height: calc(96vh - 0px - 47px - 82px);*/
  height: calc(96vh - 0px - 37px - 82px);
  /* height: calc(96vh - 20px - 62px - 82px); */
  position: relative;
  overflow: hidden;
}

.cardproduct-popup-slider .item .cardproduct-popup-img {
  /* img */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 117%;
  max-width: 130%;
  height: 117%;
  /*left: 0;
      top: 0;*/
  /*width: 100%;
      height: 100%;*/
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center center;
  object-position: center center;
}

.cardproduct-popup-slider .item .cardproduct-popup-img.zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cardproduct-popup-slider .item .cardproduct-popup-img.events-none {
  pointer-events: none;
  cursor: default;
  opacity: 0;
}

/*.zoomIMG {
      position: absolute;
      z-index: 5;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      cursor: zoom-out;
    }*/

.cardproduct-popup-slider .item .zoomArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/*border: 4px solid #C4C4C4;*/

.cardproduct-popup-slider .item .zoomArea:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #C4C4C4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.cardproduct-popup-slider .slick-dots {
  text-align: center;
  bottom: 0;
  display: inline-block;
  /*width: auto;
    left: 50%;
    transform: translateX(-50%);*/
  /* bottom: -40px; */
}

/* margin-bottom: 0; */

/* bottom: -25; */

.cardproduct-popup-slider .slick-dots.events-none {
  pointer-events: none;
}

.cardproduct-popup-slider .slick-dots li {
  margin: 0 3px;
}

.cardproduct-popup-slider .slick-dots li button:before {
  opacity: 1;
  color: #C4C4C4;
}

.cardproduct-popup-slider .slick-dots li.slick-active button:before {
  color: #EF3E33;
}

.cardproduct-popup-slider .slick-prev,
.cardproduct-popup-slider .slick-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.cardproduct-popup-slider .slick-prev.slick-disabled,
.cardproduct-popup-slider .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.cardproduct-popup-slider .slick-prev:before,
.cardproduct-popup-slider .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../images/product-photogallery/popup-slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  opacity: 1;
}

.cardproduct-popup-slider .slick-prev:before {
  transform: rotate(180deg);
}

.cardproduct-popup-slider .slick-prev {
  left: 10px;
}

.cardproduct-popup-slider .slick-next {
  right: 10px;
}

.cardproduct-tabs__item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cardproduct-tabs__item-video .cardproduct-tabs__youtube-preview {
  -o-object-fit: contain;
  object-fit: contain;
  position: static;
  position: initial;
  height: auto;
}

.product-about {
  padding: 30px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-about__price {
  font-size: 22px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.product-about__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.product-about__tags {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /* width: 67%; */
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-about__tags .available-alert--top {
  width: 75%;
  height: 20px;
  background-color: transparent;
  margin: 0 0 20px 0;
}

.product-about__tags .available-alert--top .custom-blue-btn {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: var(--accent-blue);
  padding: 0;
  text-align: left;
  font-weight: 400;
  margin-left: 10px;
}

.product-about__tags .available-alert--top .available-alert__not-store-info {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  text-align: left;
}

.product-about__tags .available-alert--top.available-alert--loading .available-alert__spinner {
  display: none;
}

.product-about__tags .available-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.product-about__tags .custom-tag {
  margin-right: 20px;
  grid-column: 1 / span 1;
  grid-row: 1/ span 1;
}

.product-about__labels {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  justify-items: start;
  grid-gap: 5px;
  margin-bottom: 20px;
}

.product-about__select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-about__select .custom-select {
  width: 48%;
}

.product-about__select .custom-select:first-child {
  width: 100%;
  margin-bottom: 20px;
}

.product-about__buttons {
  width: 40%;
  /* width: auto; */
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  /* grid-template-columns: repeat(auto-fit, minmax(50px, 89px));
  grid-gap: 10px; */
  grid-template-columns: repeat(auto-fit, minmax(30px, 89px) minmax(52px, 111px));
  grid-gap: 8px;
  display: grid;
  justify-content: end;
}

.product-about__buttons .product-button__wrapper {
  border: 2px solid var(--accent-blue);
}

.product-about__group-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-about__group-tags .custom-tag {
  margin-right: 3px;
  margin-bottom: 3px;
}

.product-about__short-info {
  width: 100%;
}

.product-about__timeless-desc {
  width: 100%;
}

.product-about__energy {
  margin-top: 40px;
  width: 100%;
  grid-column: 1/ -1;
  grid-row: 7 / span 2;
}

.product-about__banner {
  margin: 0 auto;
  grid-row: 6;
  grid-column: 1/3;
}



.product-accordion {
  color: var(--accent-blue);
  margin-bottom: 15px;
}

.product-accordion .accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}

.product-accordion .accordion__header-title {
  margin-right: 10px;
  /*    text-decoration: underline;*/
  font-size: 14px;
  font-weight: 700;
}

.product-accordion .icon-mark {
  position: relative;
  color: var(--accent-blue);
}

.product-accordion__text {
  height: 500px;
  background-color: var(--bg-light);
}

.product-description {
  margin-bottom: 20px;
  /* padding: 10px 16px; */
  padding: 30px 16px;
  background-color: var(--accent-light);
}

.product-description .product-accordion {
  margin-bottom: 0;
}

.product-description__row {
  /*padding-top: 20px;*/
}

.product-description__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  /*margin-bottom: 30px;*/
}

.product-description__info {
  color: var(--text-color);
  font-size: 14px;
}

.product-characteristics {
  margin-bottom: 20px;
  padding: 30px 16px;
  background-color: var(--accent-light);
}

.product-characteristics .product-accordion {
  margin-bottom: 0;
}



.product-characteristics__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  margin-bottom: 22px;
}

.product-characteristics__info {
  color: var(--text-color);
  font-size: 14px;
  margin-bottom: 30px;
}

.product-characteristics__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px dashed var(--text-grey);
  padding: 8px 0;
}

.product-characteristics__name {
  color: #798286;
  padding-right: 16px;
}

.product-aside__title {
  background-color: var(--accent-light);
  border: 1px solid #E3E5E8;
  font-size: 14px;
  font-weight: 800;
  height: 50px;
  padding: 15px;
  text-align: center;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}

.product-aside__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: var(--accent-light);
  border-bottom: 1px solid #E3E5E8;
  border-right: 1px solid #E3E5E8;
}

.product-aside__row {
  background-color: var(--accent-light);
}

.available-alert {
  grid-column: 1 / -1;
  grid-row: 7;
  margin-top: 40px;
  background: #FFF7D1;
  position: relative;
  border-radius: 4px;
  width: 100%;
}

.available-alert__row {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.available-alert__desc {
  margin: 0 0 20px;
}

.available-alert__spinner {
  display: none;
  min-height: 130px;
}

.available-alert__spinner p {
  font-size: 18px;
  white-space: nowrap;
  margin: 0;
  font-weight: 700;
}

.available-alert__spinner-icon {
  width: 70px;
  height: 70px;
  margin-left: 10px;
}

.available-alert--loading .available-alert__spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.available-alert--loading .available-alert__row {
  display: none;
}

.available-alert__not-store-info {
  display: none;
  margin: 24px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.available-alert--not-store .available-alert__desc {
  display: none;
}

.available-alert--not-store .available-alert__show-store {
  display: none;
}

.available-alert--not-store .available-alert__not-store-info {
  display: block;
}

/*Product page end*/

/*catalog*/

.catalog-page {
  width: 100%;
  background-color: var(--bg-light);
}

.catalog-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.catalog-page__content .page-title {
  order: -1;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 4px;
}

.catalog-page__controls {
  height: 50px;
  background-color: var(--accent-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border: 1px solid #E3E5E8;
  border-bottom: none;
}

.catalog-page__filter-btn {
  background-color: transparent;
  border: none;
  border-right: 1px solid #E3E5E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.catalog-page__filter-btn-icon {
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/sprites/intermediate-svg/filter-icon.svg");
}

.catalog-page__filter-btn-text {
  font-size: 14px;
  margin: 0 10px;
}

.catalog-page__filter-count {
  background-color: var(--accent-blue);
  color: var(--accent-light);
  font-size: 14px;
  border-radius: 10px;
  padding: 5px;
}

.catalog-page__sort {
  width: 50%;
  position: relative;
}

.catalog-page__sort .custom-select {
  height: 49px;
  width: 100%;
}

.catalog-page__sort .custom-select__control {
  top: 0;
  border: none;
  border-radius: 0;
  height: 49px;
}

.catalog-page--no-filter .catalog-page__filter-btn {
  display: none;
  pointer-events: none;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  border-top: 1px solid #E3E5E8;
  border-left: 1px solid #E3E5E8;
  grid-auto-flow: dense;
}

.catalog-list--border .catalog-item {
  border: 1px solid #E3E5E8;
}

.catalog-item {
  border-bottom: 1px solid #E3E5E8;
  border-right: 1px solid #E3E5E8;
  padding: 20px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--accent-light);
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

.catalog-item .rating {
  margin-right: auto;
}

.catalog-item .product-price--day {
  display: none;
}

.catalog-item--banner {
  justify-content: center;
  align-items: center;
  grid-column: span 2;
  padding: 0;
  height: 100%;
}

.catalog-item--banner a {
  width: 100%;
  height: 100%;
}

.catalog-item--banner .catalog-item__banner-img {
  -o-object-fit: fill;
  object-fit: fill;
  height: 100%;
  width: 100%;
}

.catalog-item--ends .catalog-item__ends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.catalog-item--ends .catalog-item__ends svg {
  margin-right: 6px;
}

.catalog-item--ends .catalog-item__labels {
  bottom: 20px;
}

.catalog-item--alco .catalog-item__labels {
  bottom: auto;
  bottom: initial;
  top: 0;
  flex-wrap: wrap;
}

.catalog-item--alco .catalog-item__ends {
  bottom: 50px;
}

.item-slider .catalog-item {
  border: 1px solid #E3E5E8;
  max-width: 320px;
}

.item-slider .catalog-item__labels .custom-product-label {
  font-size: 11px;
}

.item-slider .b-addToCart {
  height: 53px;
}

.catalog-item--check-age .check-age {
  opacity: 1;
  pointer-events: auto;
  z-index: 7;
}

.catalog-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.catalog-item__top .product-button {
  width: 40px;
  height: 30px;
}

.catalog-item__top .catalog-item__today-tag {
  margin-right: 15px;
  display: none;
}

.catalog-item__photo {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.catalog-item__labels {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.catalog-item__labels .custom-product-label {
  margin: 3px 5px 3px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.catalog-item__labels .custom-product-label:last-child {
  margin: 3px 0;
}

.banner-item {
  background-color: var(--accent-light);
  border-bottom: 1px solid #E3E5E8;
  border-right: 1px solid #E3E5E8;
  grid-column: 1/3;
}

.banner-item .catalog-item {
  border: none;
}

.catalog-item__img {
  margin: 0 auto;
}

.catalog-item__info {
  margin-bottom: 5px;
}

.catalog-item__subcategory-link {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--grey7);
  display: block;
}

.catalog-item__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.catalog-item__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--text-color);
}

.catalog-item__title a {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.catalog-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}

.catalog-item__product-price {
  font-size: 21px;
  margin-bottom: 8px;
}

.catalog-item__ends {
  color: var(--accent-orange);
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.catalog-item__ends.catalog-item__ends--not-available {
  color: var(--accent-color);
}

.catalog-item--day:not(.catalog-item--freeze) .catalog-item__today-tag {
  display: block;
}

.catalog-item--day:not(.catalog-item--freeze) .product-price {
  display: none;
}

.catalog-item--day:not(.catalog-item--freeze) .product-price--day {
  display: block;
}

.catalog-item--day:not(.catalog-item--freeze):not(.catalog-item--day-today) .b-addToCart__product-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--counter-green);
  height: 50px;
  width: 130px;
}

.catalog-item--day:not(.catalog-item--freeze):not(.catalog-item--day-today) .change-weight {
  display: none;
}

.catalog-item--day:not(.catalog-item--freeze):not(.catalog-item--day-today) .b-addToCart {
  position: static;
}

.catalog-item--day:not(.catalog-item--freeze):not(.catalog-item--day-today) .b-addToCart__basket-btn {
  display: none;
}

.catalog-item--day:not(.catalog-item--freeze):not(.catalog-item--day-today) .b-addToCart__btn {
  display: none;
}

.catalog-item--day:not(.catalog-item--freeze):not(.catalog-item--day-today) .b-addToCart__input {
  display: none;
}

.catalog-item--day:not(.catalog-item--freeze):not(.catalog-item--day-today) .b-addToCart__product-day-text {
  text-align: center;
  color: var(--counter-green);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.catalog-list .catalog-item__bottom {
  flex-direction: column;
  margin-top: auto;
  height: auto;
  height: initial;
  align-items: flex-start;
}

.catalog-list .catalog-item:not(.catalog-item--banner) {
  padding: 5px 3px 20px;
}

.catalog-list .catalog-item__counter {
  width: 100%;
}

.catalog-list .b-addToCart {
  width: 100%;
}

.catalog-list .b-addToCart__input {
  max-width: none;
  max-width: initial;
}

.catalog-list .b-addToCart__btn {
  min-width: 40px;
}

.catalog-list .custom-product-label {
  font-size: 11px;
}

.popular-products__slider .swiper-slide,
.lider-slider-list__slider .swiper-slide,
.new-slider-list__slider .swiper-slide,
.tabletochki-slider-list__slider .swiper-slide,
.packaging-slider-list__slider .swiper-slide,
.viewed-list__slider .swiper-slide {
  height: auto;
}

.popular-products__slider .swiper-slide article,
.lider-slider-list__slider .swiper-slide article,
.new-slider-list__slider .swiper-slide article,
.tabletochki-slider-list__slider .swiper-slide article,
.packaging-slider-list__slider .swiper-slide article,
.viewed-list__slider .swiper-slide article {
  justify-content: space-between;
  contain-intrinsic-size: 380px;
  height: 100%;
  box-sizing: border-box;
}

.popular-products__slider .swiper-slide article .catalog-item__counter,
.lider-slider-list__slider .swiper-slide article .catalog-item__counter,
.new-slider-list__slider .swiper-slide article .catalog-item__counter,
.tabletochki-slider-list__slider .swiper-slide article .catalog-item__counter,
.packaging-slider-list__slider .swiper-slide article .catalog-item__counter,
.viewed-list__slider .swiper-slide article .catalog-item__counter {
  width: 100%;
}

.popular-products__slider .swiper-slide article .catalog-item__counter .b-addToCart,
.lider-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
.new-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
.tabletochki-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
.packaging-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
.viewed-list__slider .swiper-slide article .catalog-item__counter .b-addToCart {
  width: 100%;
}

.popular-products__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
.lider-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
.new-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
.tabletochki-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
.packaging-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
.viewed-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input {
  max-width: unset;
}

.catalog-subcategory-list {
  display: block;
  /*  flex-wrap: wrap;*/
  margin-bottom: 30px;
}

.catalog-subcategory-list .custom-tag {
  margin-bottom: 3px;
  margin-right: 3px;
  word-break: break-all;
  flex-grow: 1;
  text-align: center;
}

.catalog-subcategory-list__link {
  line-height: 1;
  font-size: 15px;
  color: var(--accent-blue);
  margin-bottom: 10px;
}

.catalog-filter {
  position: fixed;
  background-color: var(--accent-light);
  width: 100%;
  top: 0;
  left: -100%;
  overflow: auto;
  height: calc(1vh * 100);
  //height: calc(var(--vh, 1vh) * 100);
  z-index: var(--catalog-index);
  transition: 0.3s cubic-bezier(0.72, 0.12, 0.07, 1);
  scrollbar-color: var(--accent-color) var(--accent-light);
  scrollbar-width: thin;
  padding-bottom: 40px;
}

.catalog-filter::-webkit-scrollbar {
  width: 5px;
}

.catalog-filter::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}

.catalog-filter--open {
  left: 0;
}

.catalog-filter__row {
  position: relative;
  min-height: calc(100% - 40px);
}

.catalog-filter__choice {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #E3E5E8;
}

.catalog-filter .available-alert.available-alert--loading .available-alert__spinner {
  width: 100%;
}

.catalog-filter__choice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.catalog-filter__choice-header span {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-filter__choice-header a {
  font-size: 14px;
  color: var(--accent-blue);
}

.catalog-filter__choice-item {
  border-bottom: 1px solid #E3E5E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.catalog-filter__choice-item:last-child {
  border-bottom: none;
}

.catalog-filter__choice-item-name {
  font-size: 14px;
  color: var(--grey7);
  margin-right: 10px;
  width: 140px;
}

.catalog-filter__choice-item-desc {
  font-size: 14px;
  width: 130px;
}

.catalog-filter__choice-item-delete {
  margin-left: auto;
  color: var(--grey7);
  width: 15px;
  height: 15px;
}

.catalog-filter__choice-item-delete .close-button__icon {
  pointer-events: none;
}

.catalog-filter__submit {
  bottom: 0;
  text-transform: uppercase;
  /*position:  sticky;*/
  position: fixed;
  width: 100%;
  background-color: var(--accent-color);
  z-index: 90;
}

.filter-item {
  padding: 20px;
  border-bottom: 1px solid #E3E5E8;
}

.filter-item.dropdown-list--open .filter-item__body {
  display: grid;
  justify-items: start;
  grid-gap: 15px;
}

.filter-item.dropdown-list--open .filter-item__header {
  margin-bottom: 15px;
}

.filter-item--horizontal .b-checkbox-light {
  flex-direction: column-reverse;
  align-items: center;
  margin-right: 10px;
}

.filter-item--horizontal .b-checkbox-light__visible-checkbox {
  margin-right: 0;
}

.filter-item--horizontal .filter-item__body {
  flex-direction: row;
}

.filter-item--horizontal .custom-product-label {
  margin-bottom: 10px;
}

.filter-item__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.filter-item__close {
  width: 30px;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-item__close .icon-mark {
  color: var(--grey7);
}

.filter-item__body {
  flex-direction: column;
  display: none;
}

.filter-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-item__close {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
}

.filter-item__link .b-checkbox-light sup {
  position: relative;
  top: 0;
  font-size: 11px;
}

.rect-labels .filter-item__link .b-checkbox-light sup {
  color: var(--gray);
}



.action-block {
  margin-bottom: 27px;
}

.action-block__wrapper {
  background: #fff;
  padding: 0;
}

.action-block__info {
  padding: 20px 15px 30px;
  font-size: 14px;
  line-height: 2;
  color: var(--grey7);
}

.action-block__info strong {
  color: var(--text-color);
}

.action-block__info h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 18px;
  padding-top: 5px;
}

.action-block__info h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 18px;
  padding-top: 5px;
}

.action-block__info h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 18px;
  padding-top: 5px;
}

.action-block__info h5 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 18px;
  padding-top: 5px;
}

.action-block__info h6 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 18px;
  padding-top: 5px;
}

.action-block__info p,
.action-block__info ol,
.action-block__info ul {
  margin-bottom: 16px;
}

.action-block__info ol,
.action-block__info ul {
  padding-left: 20px;
}

.action-block__text {
  max-width: 1060px;
}

/*catalog-end*/

/*Reviews*/

.reviews {
  margin-bottom: 25px;
  padding: 0 5px;
}

.reviews__add {
  margin-bottom: 10px;
  padding: 30px 16px;
  background-color: var(--accent-light);
}

.reviews__form {
  background-color: var(--accent-light);
  padding: 10px;
  display: none;
}

.reviews__form .custom-blue-btn {
  margin-left: 0;
}

.reviews__form .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.reviews__form--show {
  display: block;
}

.reviews__product-title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.reviews__add-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px 20px;
}

.reviews-item {
  display: grid;
  grid-gap: 25px;
  margin-bottom: 25px;
}

.reviews-item .rating {
  margin-left: auto;
}

.reviews-item .reviews-item__main::after,
.reviews-item .reviews-item__answer::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 15px 0;
  border-color: transparent #ABB0BA transparent transparent;
  left: 0;
  bottom: -15px;
}

/*.reviews-item--has-answer {
  .reviews-item__main,
  .reviews-item__answer{
    &::after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 50px 15px 0;
      border-color: transparent #ABB0BA transparent transparent;
      left: 0;
      bottom: -15px;
    }
  }
}*/

.reviews-item__answer--admin .reviews-item__icon {
  margin-left: auto;
}

.reviews-item__main {
  position: relative;
  padding: 16px;
  background-color: var(--accent-light);
}

.reviews-item__answer {
  background-color: var(--accent-light);
  padding: 16px;
  margin-left: 16px;
  position: relative;
}

.reviews-item:last-child {
  margin-bottom: 0;
}

.reviews-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.reviews-item__icon {
  margin-left: 20px;
}

.reviews-item__icon svg {
  fill: var(--accent-blue);
}

.reviews-item__time {
  font-size: 14px;
  opacity: 0.5;
  color: var(--text-color);
  width: 100%;
  margin-bottom: 20px;
}

.reviews-item__name {
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.reviews-item__desc {
  font-size: 14px;
  margin: 0;
  color: var(--grey7);
}

/*Reviews end*/

/*Cabinet*/



.cabinet-navigation {
  width: 100%;
  /*  .product-tab__scroll-btn {
    max-width: 260px;
  }*/
}

.cabinet-navigation__wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.solid-grey-btn--blue-active .cabinet-navigation__icon {
  fill: var(--accent-blue);
}

.solid-grey-btn--blue-active .cabinet-navigation__icon--stroke {
  fill: none;
  stroke-width: 2;
  stroke: var(--accent-blue);
}

.solid-grey-btn.coupon .cabinet-navigation__icon--stroke,
.navigation-user__item.coupon .cabinet-navigation__icon--stroke {
  width: 35px;
  stroke-width: 0;
}

.solid-grey-btn.coupon .coupon-blue,
.navigation-user__item.coupon .coupon-blue {
  display: none;
}

.solid-grey-btn--blue-active.coupon .coupon-black,
.navigation-user__item--active.coupon .coupon-black {
  display: none;
}

.solid-grey-btn--blue-active.coupon .coupon-blue,
.navigation-user__item--active.coupon .coupon-blue {
  display: block;
}

.cabinet-navigation__icon {
  margin-right: 15px;
  fill: var(--text-color);
}

.cabinet-navigation__icon--stroke {
  fill: none;
  stroke-width: 2;
  stroke: var(--text-color);
}

.cabinet-navigation__exit {
  width: 50px;
  height: 50px;
  background-color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
}

.cabinet-navigation__exit-icon {
  fill: var(--accent-light);
}

.cabinet-info {
  width: 100%;
  margin-bottom: 50px;
}

.cabinet-info__row {
  background-color: var(--accent-light);
  padding: 20px 15px;
}

.cabinet-info__welcome-msg {
  margin-bottom: 30px;
}

.cabinet-info__welcome-msg-1 {
  margin: 0 0 10px;
  font-size: 24px;
  color: var(--accent-blue);
}

.cabinet-info__welcome-msg-2 {
  color: var(--grey7);
  margin: 0;
  font-size: 14px;
}

.cabinet-info__data-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cabinet-info__data-header-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 15px 0 0;
}

.cabinet-info__data-header-link {
  color: var(--accent-blue);
}

.cabinet-info__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bg-light);
  margin-bottom: 20px;
}

.cabinet-info__data-body {
  display: grid;
  grid-gap: 20px;
}

.cabinet-info__data-body-item {
  margin: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.cabinet-info__reset-password {
  font-size: 14px;
  text-decoration: none;
  color: var(--accent-color);
}

.cabinet-info__icon {
  fill: #ABB0BA;
  margin-right: 15px;
}

.cabinet-order {
  width: 100%;
  margin-bottom: 50px;
}

.cabinet-order__row {
  padding: 20px 0 70px;
}

.cabinet-order__list {
  display: grid;
  grid-gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.order-item--open {
  border: 1px solid var(--accent-blue);
}

.order-item__header {
  background-color: var(--accent-light);
}

.order-item {
  border: 1px solid var(--bg-light);
}

.order-item .order-body {
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}

.order-item:first-child .order-body {
  max-height: 100%;
}

.order-item .status-new {
  color: #6ABF40;
}

.order-item .status-selected,
.order-item .status-filter {
  color: #EEBC22;
}

.order-item .status-done {
  color: var(--accent-blue);
}

.order-item .status-cancel,
.order-item .status-deleted {
  color: var(--accent-color);
}

.order-item--subscribe .order-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.order-item--subscribe .order-header__label {
  margin-bottom: 0;
}

.order-header {
  padding: 8px;
  border-bottom: 1px solid var(--bg-light);
}

.order-header__open {
  width: 100%;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}

.order-header__open .icon-mark {
  color: var(--accent-blue);
  position: relative;
  margin-left: auto;
  transition: 0.3s;
  transform: rotate(-180deg);
}

.order-header__open.collapsed .icon-mark {
  transform: rotate(0deg);
}

.order-header__seller {
  margin: 0;
}

.order-header__seller-desc {
  font-size: 13px;
  color: var(--grey7);
}

.order-header__seller-text {
  font-weight: 600;
  font-size: 13px;
  color: var(--text-color);
}

.order-header__top {
  margin-bottom: 10px;
}

.order-header__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.order-header__label {
  font-size: 10px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: var(--accent-light);
  grid-column: 3/span 1;
  font-weight: 800;
  margin-bottom: 15px;
  margin-left: 10px;
}

.order-header__label--new {
  border: 1px solid #6ABF40;
  color: #6ABF40;
}

.order-header__label--filter {
  border: 1px solid #F2C94C;
  color: #F2C94C;
}

.order-header__label--done {
  border: 1px solid var(--accent-blue);
  color: var(--accent-blue);
}

.order-header__label--deleted,
.order-header__label--back {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}

.order-header__code {
  padding: 5px 10px;
  background-color: var(--accent-light);
  grid-column: 1/span 1;
}

.order-header__code-desc {
  font-size: 13px;
  color: var(--grey7);
}

.order-header__code-text {
  font-size: 18px;
  font-weight: 600;
}

.order-header__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1 / 4;
  justify-content: space-between;
  align-items: center;
}

.order-header__cost-desc {
  font-size: 13px;
  color: var(--grey7);
  margin-right: 10px;
}

.order-header__cost-price {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.order-header__cost-price .coin {
  margin-left: 5px;
  font-size: 12px;
}

.order-body__info {
  border-bottom: 1px solid var(--bg-light);
}

.order-body--subscribe .info {
  display: none;
}

.order-body-info {
  background-color: var(--accent-light);
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  position: relative;
  justify-content: space-between;
}

.order-body-info__item {
  flex-grow: 1;
}

.order-body-info__item--active .order-body-info__row {
  position: absolute;
  left: 10px;
  top: 77px;
  display: grid;
  grid-gap: 3px;
}

.order-body-info__item--active .order-body-info__row--delivery {
  top: 146px;
}

.order-body-info__item--active .order-body-info__row--delivery sub {
  bottom: 0;
}

.order-body-info__item--active .order-body-info__icon {
  fill: var(--accent-blue);
}

.order-body-info__item--active .order-body-info__name {
  color: var(--accent-blue);
  position: relative;
}

.order-body-info__item--active .order-body-info__name::before {
  content: '';
  position: absolute;
  top: -12px;
  width: 100%;
  height: 2px;
  background-color: var(--accent-blue);
}

.order-body-info__text-black {
  font-weight: 800;
}

.order-body-info__row {
  display: none;
  max-width: 320px;
  color: var(--grey7);
}

.order-body-info__row p {
  margin: 0;
}

.order-body-info__icon {
  fill: var(--grey7);
}

.order-body-info__name {
  background-color: transparent;
  border: none;
  padding: 0;
  flex-grow: 1;
  height: 60px;
  color: var(--grey7);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.order-body-info__text-black {
  color: var(--text-color);
  font-size: 14px;
}

.order-body-info__master-icon {
  display: inline-block;
  width: 50px;
}

.order-body-info__text-grey--mastercard {
  font-size: 12px;
}

.order-body-info__old-price {
  color: var(--accent-color);
  text-decoration: line-through;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
}

.order-body-info__flex-desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.order-body-info__text-grey--cashback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  align-items: center;
}

.order-body-info__cashback-text {
  max-width: 170px;
  margin-left: 8px;
  line-height: 1;
}

.order-body-info__text-grey sub {
  bottom: 0;
}

.order-body-info__free-text {
  color: var(--text-color);
  font-weight: 600;
  text-transform: uppercase;
}

.order-body-services {
  background-color: var(--accent-light);
  padding: 12px 10px;
}

.order-body-services__title {
  font-size: 16px;
  font-weight: 800;
}

.order-body-services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.order-body-services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.order-body-services__items .radiobtn-custom {
  margin-bottom: 10px;
}

.order-item-list .table__head {
  background-color: var(--bg-light);
}

.order-item-list .item.done:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../../images/icon/order/order-done-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.order-item-list .item.deleted:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../../images/icon/order/order-deleted-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.order-item-list .item.deleted {
  color: rgba(79, 79, 79, 0.5);
}

.order-item-list .item {
  padding: 15px 40px 15px 20px;
  margin-bottom: 0;
  position: relative;
}

.order-item-list .item.edited:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../../images/icon/order/order-edited-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.order-item-list .legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 25px;
  gap: 25px;
  padding: 17px 0 17px 20px;
  background-color: var(--accent-light);
}

.order-item-list .legends .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
}

.order-item-list .legends .legend__img {
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-item-list .legends .legend__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.order-footer {
  padding: 8px;
  background-color: var(--accent-light);
}

.order-footer .legends {
  display: none;
}

.order-footer .legends .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
}

.order-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.order-footer__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.order-footer__repeat,
.order-footer__dismiss,
.order-footer__edit {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 40px;
  width: 50%;
}

.order-footer__repeat img,
.order-footer__dismiss img,
.order-footer__edit img {
  margin-right: 10px;
}

.order-footer__repeat:hover,
.order-footer__dismiss:hover,
.order-footer__edit:hover {
  opacity: 0.7;
}

.order-footer__repeat {
  color: #6ABF40;
}

.order-footer__edit {
  color: var(--accent-blue);
}

.order-footer__dismiss {
  color: #EF3E33;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--bg-light);
}

.order-footer__svg-icon {
  margin-right: 10px;
}

.order-footer__svg-icon--green {
  fill: var(--counter-green);
}

.order-footer__svg-icon--grey {
  fill: var(--grey7);
}

.order-footer__renew {
  color: var(--grey7);
}

.order-footer__svg-icon--white {
  fill: var(--accent-light);
}

.order-footer__cart-sub {
  justify-content: center;
}

.order-footer__cart-sub span:first-child {
  margin-right: 20px;
}

.order-footer__cart-sub svg {
  fill: var(--accent-light);
}

.order-courier {
  background-color: var(--accent-light);
  padding: 12px 10px;
}

.order-courier .card-body__read-more {
  padding: 0 0 0 20px;
  background-color: transparent;
  border: none;
  margin-top: 0;
}

.order-courier img {
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
}

.order-courier .card-body__top-inner {
  flex-direction: column;
}

.order-courier__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-courier__name p {
  margin: 0 7px 0 0;
}



.cabinet-wishlist__row {
  background-color: var(--accent-light);
  padding: 20px;
}

.cabinet-address {
  margin-bottom: 50px;
}

.cabinet-address__row {
  background-color: #ffffff;
}

.cabinet-address__items {
  display: grid;
  grid-gap: 15px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 10px 40px;
}

.arena-page {
  max-width: 1070px;
  margin: 0 auto;
}

.arena-page__item {
  padding: 20px;
  border: 1px solid #F7F7F8;
}

.arena-page__item:nth-child(odd) {
  background-color: #ffffff;
}

.arena-page__item:nth-child(even) {
  background-color: #ffffff;
}

.arena-page__title-wrapper {
  margin-bottom: 20px;
}

.arena-page__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}

.arena-page__date {
  color: #777D88;
}

.arena-page__name {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.arena-page__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.arena-page__button {
  width: 138px;
  font-size: 13px;
}

.cabinet-coupon {
  margin-bottom: 50px;
}

.cabinet-coupon__row {
  padding: 0;
}

.cabinet-coupon .coupons__wrapper {
  background-color: transparent;
}

.cabinet-coupon .coupons__inner {
  border: 1px solid #F2F2F2;
  background-color: var(--accent-light);
}

.cabinet-coupon .coupons__inner .head {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.cabinet-coupon .coupons__inner .head.mobile {
  display: block;
  margin-bottom: 10px;
}

.cabinet-coupon .coupons__row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px;
}

.cabinet-coupon .coupons__head {
  display: none;
}

.cabinet-coupon .coupons__item:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}

.coupon__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.coupon__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 222px;
  padding: 16px 0;
  margin: auto;
}

.coupon__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.coupon__img img.small {
  width: 65%;
}

.coupon__img p {
  font-size: 15px;
  font-weight: 700;
}

.coupon__number {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.coupon__status {
  font-size: 16px;
  font-weight: 700;
  margin-left: 16px;
}

.coupon__info {
  margin: 0;
  color: var(--grey7);
}

.coupon__info-top {
  margin-bottom: 10px;
}

.coupon__btn button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--counter-green);
  color: var(--accent-light);
  font-size: 13px;
  text-align: center;
  border: 2px solid var(--counter-green);
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}

.coupon__btn button:hover {
  background-color: transparent;
  color: var(--counter-green);
}

.coupon__btn button:hover svg path {
  stroke: var(--counter-green);
}

.coupon__btn button svg {
  margin-left: 8px;
}

.coupon__btn button svg path {
  transition: 0.3s;
}

.coupon-card-modal {
  height: auto;
}

.coupon-card-modal .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.coupon-card-modal .close-button span::before,
.coupon-card-modal .close-button span::after {
  height: 1px;
}

.coupon-card-modal .coupon-card-modal__tab {
  position: relative;
  margin: 88px 0 118px;
  text-align: center;
  cursor: pointer;
}

.coupon-card-modal .coupon-card-modal__tab span:not(.alert) {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-right: 20px;
}

.coupon-card-modal .coupon-card-modal__tab .alert {
  position: absolute;
  opacity: 0;
  transition: .5s;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
  margin-top: -3px;
}

.coupon-card-modal .coupon-card-modal__tab .alert.active {
  opacity: 1;
}

.coupon-card-modal__logo img {
  height: 22px;
}

/*Cabinet end*/

/*Home page*/

.popular-products {
  margin-bottom: 40px;
}

.popular-products .catalog-list {
  background-color: transparent;
}

.popular-products .item-slider__top {
  margin-bottom: 30px;
}

.popular-products__slider .swiper-slide {
  max-width: 320px;
}

/*Home page*/

/*cart*/

.cart-buttons .send-order {
  width: 100%;
  height: 58px;
  line-height: 1.1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  background-color: var(--counter-green);
  align-items: center;
  border: none;
}

.cart-buttons .send-order:hover {
  background-color: var(--accent-blue);
  color: var(--accent-light);
}

.cart-buttons .send-order.btn-disabled {
  max-width: 100%;
  padding: 13px 45px;
  background-color: transparent;
  border: 2px solid var(--counter-green);
}

.cart-buttons .send-order.hide {
  display: none;
}

.cashback-estimate--hide .est-num--crossed {
  text-decoration: none;
  text-decoration: initial;
}

.cashback-estimate--hide .shipping-estimate__row--cashback {
  display: none;
}

.shipping-estimate {
  flex-wrap: wrap;
}

.shipping-estimate__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.est-num--crossed {
  text-decoration: line-through;
}

.shipping-estimate .shipping-estimate__blue {
  font-size: 13px;
  font-weight: normal;
  color: var(--accent-blue);
  margin-right: 10px;
}

.est-num--blue {
  font-size: 22px;
  font-weight: 800;
  color: var(--accent-blue);
}

.shipping-estimate .est-num {
  flex-shrink: 0;
}

.order-box .total li .name .not-bold {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

.order-box .total li .name .mt5 {
  margin-top: 5px;
}

.order-box .total li span.crossed {
  color: #798286;
  text-decoration: line-through;
}

.update-package {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.update-package .js-package-items {
  content-visibility: unset;
}

.update-package .b-addToCart {
  display: none;
}

.update-package .cart-item__counter {
  position: relative;
}

.update-package .cart-item__price {
  visibility: hidden;
}

.update-package .cart-item__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.update-package .cart-item__name {
  margin-bottom: 5px;
}

.update-package .cart-item__package-info {
  margin-bottom: 5px;
}

.update-package .solid-border-button {
  font-size: 15px;
}

.update-package .cart-item__delete-btn {
  visibility: hidden;
}

.cart-section__wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.cart-section__list {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #E3E5E8;
  overflow: hidden;
}

.cart-section__info {
  margin-bottom: 30px;
}

.cart-info__promo {
  margin-bottom: 10px;
}

.cart-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cart-top {
  background-color: var(--accent-light);
}

.cart-top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
}

.cart-top__title {
  margin-bottom: 20px;
  font-size: 16px;
}

.cart-top__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.cart-top__delete {
  color: var(--accent-color);
}

.cart-promo {
  border: 1px solid #E3E5E8;
  background-color: var(--accent-light);
  padding: 30px 20px;
  transition: .3s;
}

.cart-promo.cart-promo--active {
  padding: 40px 20px;
}

.cart-promo.cart-promo--active .cart-promo__first {
  display: none;
}

.cart-promo.cart-promo--active .cart-promo__input-wrapper {
  overflow: visible;
}

.cart-promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-promo__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart-promo__text-1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.cart-promo__text-2 {
  font-size: 14px;
  color: var(--border-color-1);
  text-align: center;
}

.cart-promo__first {
  position: absolute;
  color: var(--grey7);
  font-size: 14px;
  cursor: pointer;
}

.cart-promo__first::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px dashed var(--grey7);
}

.cart-promo__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
}

.cart-promo__label {
  position: relative;
  margin-bottom: 10px;
}

.cart-promo__label-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  background-color: var(--accent-light);
  font-weight: 600;
  color: var(--text-color);
  top: -8px;
  padding: 0 5px;
}

.cart-promo__input {
  height: 50px;
  border-radius: 3px;
  border: 1px solid #E3E5E8;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.cart-promo__input::-moz-placeholder {
  color: #ABB0BA;
  font-size: 14px;
}

.cart-promo__input::placeholder {
  color: #ABB0BA;
  font-size: 14px;
}

.cart-promo__error {
  display: block;
  margin-top: 5px;
  text-align: center;
  width: 100%;
  color: var(--accent-color);
  left: 0;
}

.cart-promo__congrats {
  color: var(--counter-green);
  font-weight: 800;
  text-align: center;
  font-size: 16px;
}

.cart-total {
  border: 1px solid #E3E5E8;
  background-color: var(--accent-light);
}

.cart-total__row {
  padding: 20px 15px;
}

.cart-total__agree-toggle-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

.cart-total__title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px;
}

.cart-total__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 0;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E5E8;
}

.cart-total__products dd {
  justify-self: end;
  margin-bottom: 0;
}

.cart-total__price-name {
  font-weight: 600;
  font-size: 14px;
}

.cart-total__price-desc {
  font-weight: 600;
  font-size: 20px;
  color: var(--counter-green);
}

.cart-total__weight-name {
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.cart-total__weight-name .qty-max-count {
  right: auto;
  width: 175px;
  left: 0;
  top: 100%;
  padding: 6px;
  margin-top: 6px;
}

.cart-total__weight-name .qty-max-count:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 7px solid #EF3E33;
  position: absolute;
  right: auto;
  left: 20%;
  top: -7px;
  transform: translateX(-4px);
}

.cart-total__weight-name .qty-max-count:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: none;
  border-bottom: 6px solid #fff;
  position: absolute;
  right: auto;
  left: 20%;
  top: -6px;
  transform: translateX(-3px);
}

.cart-total__weight-desc {
  font-size: 14px;
  font-weight: 300;
  align-self: center;
}

.cart-total__delivery {
  display: grid;
  grid-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E5E8;
  margin-bottom: 20px;
}

.cart-total__delivery-price {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.cart-total__delivery-sale {
  font-size: 14px;
  display: none;
}

.cart-total__delivery-cashback {
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.cart-total__delivery--cashback .cart-total__delivery-sale,
.cart-total__delivery--cashback .cart-total__delivery-cashback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.cart-total__checkbox {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.cart-total__checkbox .b-checkbox-light__visible-checkbox {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.cart-total__checkbox .b-checkbox-light__desc {
  font-size: 14px;
}

.cart-total__delivery-text {
  font-size: 14px;
  /* margin-top: 20px; */
  margin-top: 10px;
  color: #777D88;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.cart-total__delivery-text::before {
  content: 'i';
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C4C4C4;
  color: var(--accent-light);
  border-radius: 50%;
  margin-right: 10px;
}

.cart-total__order-link {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--counter-green);
  color: var(--accent-light);
  font-size: 18px;
  text-align: center;
  border: 2px solid var(--counter-green);
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}

.cart-total__order-link:hover:not(.disabled) {
  background-color: transparent;
  color: var(--counter-green);
}

.cart-total__order-disable {
  border: 2px solid var(--border-color-1);
  padding: 5px;
  font-size: 13px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
  min-height: 50px;
}

.cart-total__order-link.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cart-total__order-link.disabled.grey {
  filter: grayscale(1);
}

.cart-total__mastercard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.cart-total__mastercard:hover {
  color: var(--accent-blue);
}

.cart-total__mastercard img {
  margin-right: auto;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

.cart-total__bonus {
  background: var(--bg-light);
  width: calc(100% + 15px * 2);
  margin-left: -15px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.cart-total__bonus .bonus__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0;
}

.cart-total__bonus .bonus__title,
.cart-total__bonus .bonus__count {
  font-size: 16px;
  font-weight: 600;
}

.cart-total__bonus .bonus__count {
  color: var(--accent-color);
}

.cart-total__bonus .bonus__subtitle {
  width: 100%;
  color: var(--grey7);
}

.cart-total__bonus .use-bonuses {
  padding-bottom: 20px;
}

.cart-total__bonus .use-bonuses__title {
  margin-bottom: 15px;
}

.cart-total__bonus .use-bonuses__input {
  position: relative;
  height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: .5s;
}

.cart-total__bonus .use-bonuses__input.filled--not-enough .use-bonuses__not-enough-text {
  display: block;
  color: var(--accent-color);
  padding-top: 5px;
}

.cart-total__bonus .use-bonuses__input.filled--done .use-bonuses__not-enough-text {
  display: none;
}

.cart-total__bonus .use-bonuses #checkoutUseBonuses:checked ~ .use-bonuses__input {
  padding: 20px 3px 3px 3px;
  height: calc(50px + 20px + 3px * 2);
}

.cart-total__bonus .use-bonuses #checkoutUseBonuses:checked ~ .use-bonuses__input.filled--not-enough {
  padding: 20px 3px 13px 3px;
  height: calc(50px + 20px + 3px * 2 + 20px);
}

.cart-total__bonus .use-bonuses__filled--done {
  position: absolute;
  height: 100%;
  top: 30px;
  right: 15px;
  display: block;
}

.cart-total__bonus .use-bonuses__filled--done::before,
.cart-total__bonus .use-bonuses__filled--done::after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: '';
  width: 9px;
  height: 15px;
  border: 2px solid var(--counter-green);
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(43deg);
}

.cart-total__bonus .use-bonuses__filled--done::after {
  transform: translate(-125%, -50%) rotate(43deg);
  background: #fff;
}

.cart-total__bonus .use-bonuses__filled--not-enough {
  position: absolute;
  height: 100%;
  top: 30px;
  right: 15px;
  display: block;
}

.cart-total__bonus .use-bonuses__filled--not-enough::before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cart-total__bonus .use-bonuses__filled--not-enough::after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: '';
  width: 20px;
  border-top: 2px solid var(--accent-color);
  transform: translate(-50%, -50%) rotate(43deg);
}

.packaging-block {
  width: 100%;
  padding: 24px 16px 34px;
  background-color: var(--accent-light);
}

.packaging-block__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.packaging-block__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 32px;
}

.packaging-block__text p {
  margin-bottom: 0;
}

.packaging-block__text p:first-child {
  margin-bottom: 16px;
}

.packaging-block__text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.packaging-block__img {
  margin-bottom: 28px;
  margin-left: -5px;
}

.packaging-block__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.packaging-block__radio .radio-light {
  color: var(--grey7);
}

.packaging-block__radio .radio-light__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* .cart-list__row.cart-list__row--packaging {
	margin-top: 30px;
} */

.packaging-slider-list {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--accent-light);
  margin-bottom: 0;
  /* padding-bottom: 50px; */
  display: none;
}

.packaging-slider-list .item-slider__top {
  padding: 0;
}

.packaging-slider-list .item-slider__head {
  margin-left: 16px;
}

.packaging-slider-list .item-slider__navigation {
  margin-right: 10px;
}

.packaging-slider-list .item-slider__nav-btn {
  border: 1px solid #F2F2F2;
}

.cart-total__order-packmess {
  border: 2px solid var(--border-color-1);
  padding: 5px;
  font-size: 13px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
  min-height: 50px;
}

.tabletochki-slider-list {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
}

.tabletochki-slider-list__slider {
  margin-bottom: 20px;
}

.tabletochki-slider-list .item-slider__top {
  align-items: flex-start;
  padding: 70px 0 0px;
}

.tabletochki-slider-list .item-slider__head {
  width: 100%;
  max-width: 220px;
  margin-left: 10px;
}

.tabletochki-slider-list .item-slider__head p {
  margin-top: 9px;
  font-size: 14px;
}

.tabletochki-slider-list .item-slider__navigation {
  margin-right: 10px;
}

.tabletochki-slider-list__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #B2F0FF;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--yellow {
  width: 100vw;
  height: 85vw;
  position: absolute;
  left: -10vw;
  z-index: 1;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--blue {
  opacity: 0;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--orange {
  width: 80vw;
  height: 32vw;
  position: absolute;
  right: -25%;
  bottom: 0;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--dots1 {
  top: -4vw;
  position: absolute;
  left: 0;
  width: 52vw;
  height: 29vw;
  z-index: 1;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--dots2 {
  position: absolute;
  top: 21vw;
  right: -51vw;
  width: 99vw;
  height: 67vw;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--dots3 {
  bottom: 0;
  position: absolute;
  left: 19vw;
  width: 55vw;
  height: 45vw;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--stars {
  top: 1vw;
  position: absolute;
  z-index: 2;
  left: 49vw;
  width: 21vw;
  height: 17vw;
}

.tabletochki-slider-list__bg .cabinet-navigation__icon--stars-fill {
  opacity: 0;
}

.cart-section .tabletochki-slider-list .item-slider__wrapper {
  margin: 0;
}

/*cart*/

/*checkout*/

.checkout-page {
  background-color: var(--bg-light);
}

.checkout .check-out__time-block-in {
  justify-content: space-between;
  grid-gap: 16px;
  gap: 16px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout .check-out__time-block {
  margin-bottom: 40px;
}

.checkout .check-out__time {
  margin-top: 0;
  width: 100%;
}

.checkout .check-out__date {
  width: 100%;
  max-width: 554px;
}

.checkout .check-out__date-icon,
.checkout .check-out__time-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.checkout .check-out__date-icon svg,
.checkout .check-out__time-icon svg {
  fill: var(--grey7);
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.checkout .check-out__date-icon {
  margin-bottom: 10px;
}

.checkout .check-out__date-icon svg {
  width: 16px;
  height: 16px;
}

.checkout .check-out__time .form__param {
  padding: 0;
  position: unset;
  margin-bottom: 10px;
  height: auto;
  border: unset;
  background-color: unset;
}

.checkout-main .form__param {
  width: 100%;
  padding: 24px 16px 22px;
  border: 1px solid #E3E5E8;
  height: 62px;
  margin: 0;
  background-color: var(--accent-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.checkout-main #orderform-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  gap: 0;
}

.checkout-main #orderform-date .form__param:last-child {
  margin-top: -1px;
}

.checkout-main #orderform-time {
  font-size: 16px;
  height: 50px;
  padding: 14px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkout-main .data-time {
  position: relative;
  margin: 0;
}

.checkout-main .check-out__date > div:last-child,
.checkout-main .check-out__time-block-in .form-group {
  margin: 0;
}

.checkout-main .data-time__icon {
  position: absolute;
  width: 16px;
  top: 23px;
  right: 16px;
}

.checkout-main .data-time__icon::before,
.checkout-main .data-time__icon::after {
  content: '';
  position: absolute;
  background-color: var(--border-color-1);
  width: 8px;
  height: 2px;
  top: 0;
  border-radius: 4px;
}

.checkout-main .data-time__icon::before {
  left: 1px;
  transform-origin: left;
  transform: rotate(30deg);
}

.checkout-main .data-time__icon::after {
  right: 1px;
  transform-origin: right;
  transform: rotate(-30deg);
}

.checkout-main .form__param input[name="timeline"]:checked + div:before {
  content: none;
}

.checkout-main .radio-custom__btn ~ .radio-custom__indicator,
.checkout-main .radio-custom__btn + .radio-custom__inner-wrapper .radio-custom__indicator {
  border-color: var(--accent-blue);
}

.checkout-main .radio-custom__btn:checked ~ .radio-custom__indicator,
.checkout-main .radio-custom__btn:checked + .radio-custom__inner-wrapper .radio-custom__indicator {
  background-color: var(--accent-blue);
}

.checkout-main .radio-custom__indicator {
  cursor: pointer;
  border-color: #E3E5E8;
}

.checkout-main .radio-custom__inner-wrapper {
  border-color: #E3E5E8;
  padding: 22px 16px 16px;
  flex-direction: column;
}

.checkout-main .radio-custom__inner-wrapper .delivery-way {
  padding: 0;
}

.checkout-main .check-out {
  padding: 14px 0 0 0;
}

.checkout-main .radio-light__visible-checkbox::before {
  top: 45%;
}

.checkout-main .form__param.radio-light__wrapper .radio-light__input {
  font-size: 15px;
  line-height: 1;
}

.checkout-main .form__param.radio-light__wrapper .radio-light__input::before,
.checkout-main .form__param.radio-light__wrapper .radio-light__input::after {
  content: unset;
}

.checkout-main .form__param.radio-light__wrapper .radio-light__input span {
  font-size: 16px;
  font-weight: 600;
}

.checkout-main #orderform-note {
  height: 125px;
}

.checkout-main #orderform-note::-moz-placeholder {
  color: var(--border-color-1);
}

.checkout-main #orderform-note::placeholder {
  color: var(--border-color-1);
}

.checkout-main .form__param.radio-light__wrapper .radio-light__visible-checkbox,
.address-item .form__param.radio-light__wrapper .radio-light__visible-checkbox {
  position: absolute;
  right: 25px;
  top: 21px;
  margin: 0;
}

.checkout-main .form__param.radio-light__wrapper .radio-light__visible-checkbox::after,
.address-item .form__param.radio-light__wrapper .radio-light__visible-checkbox::after {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #E3E5E8;
  border-radius: 50%;
  top: -6px;
  right: 6px;
}

.address-item .form__param.radio-light__wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.address-item .form__param.radio-light__wrapper div:before {
  content: unset;
}

.checkout__addresses .check-code__send-info {
  font-size: 12px;
}

.checkout-main {
  width: 100%;
  margin-right: 20px;
}

.checkout-products {
  margin-bottom: 10px;
}

.checkout-products .ac {
  margin-top: 0;
}

.checkout-products .checkout-products__header {
  padding: 18px 20px 13px 16px;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
}

.checkout-products__title {
  font-size: 16px;
  margin: 0 0 10px;
}

.checkout-products__title span {
  //font-size: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.checkout-products__count {
  color: #777D88;
  margin-bottom: 10px;
}

.checkout-products__edit {
  color: var(--accent-blue);
}

.checkout-products__trigger {
  background-color: transparent;
  position: absolute;
  border: none;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 17px;
}

.checkout-products__trigger .icon-mark {
  transition: 0.3s;
  color: var(--accent-blue);
}

.checkout-products__list {
  padding: 0 10px;
}

.checkout-products__accordion.is-active .icon-mark {
  transform: rotate(-180deg);
}

.checkout-controls {
  position: relative;
  overflow: hidden;
  //max-width: 700px;
  margin-left: auto;
  max-width: 100%;
}

.checkout-controls .check-out__title {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0;
  color: var(--text-color);
}

.checkout-info {
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
}

.checkout-info__over-product {
  border: 1px solid #E3E5E8;
  padding: 20px;
  margin-bottom: 10px;
}

.checkout-info__over-product ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.checkout-info__over-product .delivery-advantages__item::before {
  background-color: var(--accent-color);
}

.checkout-info__over-product .delivery-advantages__item {
  font-size: 14px;
}

.checkout-info__over-product-desc {
  font-weight: 700;
  font-size: 15px;
}

.checkout-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #F7F7F8;
  padding: 15px 0;
  margin: 0 auto;
}

.checkout-product-item:first-child {
  border-top: 1px solid #F7F7F8;
}

.checkout-product-item:last-child {
  border-bottom: none;
}

.checkout-product-item__order {
  min-width: 30px;
  height: 30px;
  background: #F7F7F8;
  color: #777D88;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.checkout-product-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.checkout-product-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.checkout-product-item__name {
  font-weight: 600;
  font-size: 14px;
}

.checkout-product-item__count {
  margin-right: 25px;
  width: 45px;
}

.checkout-product-item__price {
  font-size: 16px;
  font-weight: 600;
}

.checkout-product-item__price sub {
  bottom: 0;
}

.toggle-checkbox__label {
  width: 60px;
  height: 28px;
  border: 1px solid var(--grey7);
  border-radius: 40px;
  background: var(--accent-light);
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}

.toggle-checkbox__label .yes,
.toggle-checkbox__label .no {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 7px;
  transition: all .3s ease;
}

.toggle-checkbox__label .yes {
  left: 12px;
  color: var(--accent-light);
  opacity: 0;
}

.toggle-checkbox__label .no {
  left: 31px;
  color: var(--grey7);
  opacity: 1;
}

.toggle-checkbox__label .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--grey7);
  position: absolute;
  left: 4px;
  top: 3px;
  transition: all .3s ease;
}

.toggle-checkbox [type="checkbox"]:checked + .toggle-checkbox__label {
  background: var(--accent-blue);
  border-color: var(--accent-blue);
}

.toggle-checkbox [type="checkbox"]:checked + .toggle-checkbox__label .yes {
  opacity: 1;
}

.toggle-checkbox [type="checkbox"]:checked + .toggle-checkbox__label .no {
  opacity: 0;
}

.toggle-checkbox [type="checkbox"]:checked + .toggle-checkbox__label .dot {
  left: 35px;
  background: var(--accent-light);
}

.checkout-delivery__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-delivery__tab {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  background-color: var(--accent-light);
  padding: 15px 10px 15px 12px;
  border: 1px solid #E3E5E8;
  cursor: pointer;
}

.checkout-delivery__tab .delivery-way__info {
  color: var(--grey7);
  line-height: 1.3;
}

.checkout-delivery__tab--active {
  border: 2px solid var(--accent-blue);
}

.checkout-delivery__tab--active .delivery-way__title {
  color: var(--accent-blue);
}

.checkout-delivery__body {
  display: none;
}

.checkout-delivery__body .delivery-way__address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.checkout-delivery__body .delivery-way__address-row p {
  width: calc(100% - 40px);
  margin: 0;
  font-weight: 300;
  color: var(--text-color);
  font-size: 14px;
}

.checkout-delivery__body .delivery-way__address-row p strong {
  font-weight: 400;
  color: var(--accent-dark);
}

.checkout-delivery__body .delivery-way__address-icon {
  width: 32px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-delivery__body--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
}

.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way {
  padding: 0;
  height: 100%;
}

.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  grid-gap: 16px;
  gap: 16px;
  margin: 0;
}

.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .radiobtn-custom--widget {
  min-height: 115px;
}

.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way__btn {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 14px;
  gap: 14px;
  min-height: 115px;
  background-color: var(--accent-blue);
  color: var(--accent-light);
}

.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way__btn .delivery-way__btn--plus {
  position: relative;
  width: 21px;
  height: 21px;
}

.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way__btn .delivery-way__btn--plus::before,
.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way__btn .delivery-way__btn--plus::after {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 100%;
  background-color: var(--accent-light);
}

.checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way__btn .delivery-way__btn--plus::after {
  transform: rotate(90deg);
}

.checkout-delivery .checkout-delivery__way-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  grid-template-columns: unset;
  grid-gap: 16px;
  gap: 16px;
}

.checkout-delivery .checkout-delivery__way-wrapper .radiobtn-custom--widget {
  margin: 0;
  width: 100%;
  min-width: 100%;
  background-color: var(--accent-light);
}

.checkout-delivery .checkout-delivery__way-wrapper .radiobtn-custom--widget .radio-custom__label,
.checkout-delivery .checkout-delivery__way-wrapper .radiobtn-custom--widget .radio-custom__inner-wrapper {
  width: 100%;
}

.checkout-delivery .checkout-delivery__way-wrapper .radio-custom__inner-wrapper.active,
.checkout-delivery .checkout-delivery__way-wrapper .radio-custom__btn:checked + .radio-custom__inner-wrapper {
  border-color: var(--accent-blue);
}

.checkout-delivery .checkout-delivery__way-wrapper .radio-custom__btn ~ .radio-custom__indicator::after,
.checkout-delivery .checkout-delivery__way-wrapper .radio-custom__btn + .radio-custom__inner-wrapper .radio-custom__indicator::after {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #E3E5E8;
  border-radius: 50%;
  top: -6px;
  right: 6px;
}

.checkout-delivery .checkout-delivery__way-wrapper .radio-custom__btn ~ .radio-custom__indicator::before,
.checkout-delivery .checkout-delivery__way-wrapper .radio-custom__btn + .radio-custom__inner-wrapper .radio-custom__indicator::before {
  top: 45%;
  left: 50%;
  width: 33%;
  height: 63%;
  border-radius: 0;
  border-left: unset;
  border-top: unset;
}

.checkout-delivery .checkout-delivery__way-wrapper .delivery-way {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-color);
  padding: 22px 16px 16px;
}

.checkout-delivery .checkout-delivery__way-wrapper .delivery-way__title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.checkout-delivery .checkout-delivery__way-wrapper .delivery-way__title span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding-top: 8px;
}

.checkout-delivery .checkout-delivery__way-wrapper .delivery-way__address {
  display: block;
  margin: 22px 0 14px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--grey7);
}

.checkout-delivery .checkout-delivery__way-wrapper .delivery-way__pay {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-delivery .checkout-delivery__way-wrapper .delivery-way__pay img {
  display: inline-block;
  width: 60px;
}

.checkout-delivery .checkout-delivery__way-wrapper .delivery-way__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--accent-blue);
  height: 45px;
  cursor: pointer;
}

.checkout-recipient {
  width: 100%;
}

.checkout-recipient__title.check-out__title {
  margin-top: 28px;
}

.checkout-recipient__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 0;
  gap: 0;
  font-size: 16px;
  font-weight: 600;
}

.checkout-recipient__btns .checkout-recipient__btn:last-child {
  margin-top: -1px;
}

.checkout-main .form__param.checkout-recipient__btn {
  font-size: 16px;
  width: 100%;
}

.active.checkout-recipient__btn {
  border-bottom: none;
}

.checkout-recipient__person {
  width: 100%;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}

.checkout-recipient__person.show {
  border: 1px solid #E3E5E8;
  border-top: none;
}

.checkout-recipient__person.show .address-item__edit {
  padding: 8px 16px 16px;
}

.checkout-recipient__person .address-item__edit {
  margin: 0;
  border: unset;
  background-color: var(--accent-light);
}

.checkout-recipient__person .address-item__edit .custom-field__desc {
  font-size: 12px;
}

.checkout-recipient__person .check-code__input-wrapper {
  width: 100%;
  margin-right: 0;
  min-width: auto;
  max-width: 100%;
}

.checkout-recipient__person .check-code__input-wrapper .custom-field__input {
  height: 50px;
  font-weight: 400;
}

.courier-info {
  margin-top: 30px;
}

.courier-info__text {
  padding: 16px!important;
}

/*checkout*/

/*Info page*/

.info-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  flex-wrap: wrap;
}

.info-page__text-title {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 20px;
}

.info-page__text-desc {
  color: #798286;
  margin: 0 0 20px;
  font-size: 20px;
}

.info-page__text-desc strong {
  color: var(--text-color);
  font-weight: 800;
}

.info-page__link {
  text-decoration: none;
  color: var(--accent-blue);
  font-size: 18px;
}

.info-page__text {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.info-page__img-wrapper {
  min-width: 270px;
  max-width: 330px;
}

.info-page__btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.info-page__btns-wrapper a {
  width: 48%;
  text-align: center;
  min-width: 300px;
  margin: 10px 0;
}

/*Info page*/

/*Delivery page*/

.delivery-page {
  margin-top: 0;
  margin-bottom: 50px;
}

.delivery-page__contain {
  display: grid;
  grid-gap: 15px;
}

.delivery-page__row {
  min-height: 0;
  padding: 20px 8px 8px;
}

.delivery-page__row--full {
  padding: 20px 16px 30px;
}

.delivery-page__text {
  max-width: 875px;
}

.delivery-page__text h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 22px;
  line-height: 1.5;
}

.delivery-page__text p,
.delivery-page__text ul,
.delivery-page__text ol {
  color: var(--grey7);
  line-height: 2;
}

.delivery-page__text p {
  margin-bottom: 4px;
}

.delivery-page__text p:last-child {
  margin-bottom: 0;
}

.delivery-page__text ul,
.delivery-page__text ol {
  margin-bottom: 18px;
  padding-left: 4px;
  list-style-position: inside;
}

.delivery-page__text ul:last-child,
.delivery-page__text ol:last-child {
  margin-bottom: 0;
}

.delivery-page__text strong {
  font-weight: normal;
  color: var(--text-color);
}

.delivery-page__text a {
  text-decoration: none;
  color: var(--accent-blue);
}

.delivery-page__payments-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.delivery-page__payments-methods .payments-methods__link {
  margin-right: 10px;
}

.delivery-block:not(.delivery-block--bordered) {
  flex-basis: 33.7%;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.delivery-block:not(.delivery-block--bordered) .delivery-block__desc {
  margin-top: 30px;
}

.delivery-block.delivery-block--pickup {
  padding-top: 30px;
  padding-bottom: 30px;
}

.delivery-block--bordered {
  flex-grow: 1;
  border: 1px solid #E3E5E8;
  padding: 16px;
}

.delivery-block--bordered .delivery-block__title {
  padding-left: 0;
}

.delivery-block__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 0;
}

.delivery-block__title span {
  margin-left: 13px;
}

.delivery-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.delivery-block__logo-link {
  font-size: 12px;
  color: var(--accent-blue);
  text-decoration: underline;
}

.delivery-block__logo-link:hover {
  text-decoration: none;
}

.delivery-block__desc {
  line-height: 1.5;
  margin-top: 16px;
}

.delivery-block__desc p {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--grey7);
}

.payment-block {
  padding-left: 8px;
  padding-right: 8px;
}

.payment-block__img {
  margin-top: 25px;
  margin-bottom: 22px;
}

.delivery-block__distance {
  padding-top: 5px;
}

.delivery-block__distance-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.delivery-block__distance .delivery-block__distance-row--mastercard {
  color: inherit;
}

.delivery-block__distance .delivery-block__distance-row--mastercard .distance {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.delivery-block__distance .distance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 38px;
  background-color: var(--accent-blue);
  border-radius: 4px;
  color: var(--accent-light);
  padding: 5px 10px;
  margin-right: 10px;
}

.delivery-block__distance .distance span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}

.delivery-block__distance .value {
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

/*Delivery page*/

/*promo-pages*/

.kindland {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kindland__title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.kindland__promo {
  max-width: 300px;
}

.kindland__promo .form-group {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 5px;
}

.kindland__promo .help-block {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.kindland__desc {
  font-size: 14px;
  text-align: center !important;
  margin: 0 0 20px;
}

.kindland__submit {
  width: 100%;
}

/*promo-pages*/

/*News pages*/

.news-list {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-item {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  margin-bottom: 15px;
  margin-left: 4px;
  margin-right: 4px;
}

.news-item__img {
  display: block;
  position: relative;
  padding-top: 66.3%;
}

.news-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.news-item__content {
  min-height: 195px;
  padding: 15px 15px 17px;
}

.news-item__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
}

.news-item__title a {
  text-decoration: none;
  color: inherit;
}

.news-item__text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.news-item__date {
  font-size: 12px;
  color: var(--grey7);
  line-height: 1.2;
  margin-bottom: 8px;
}

.news-item__more {
  font-size: 14px;
  color: var(--grey7);
  line-height: 1.5;
}

.news-banner {
  display: block;
  background-color: #fff;
  border: 1px solid #E3E5E8;
  margin-bottom: 15px;
  position: relative;
}

.news-banner img {
  margin-left: auto;
  margin-right: auto;
}

.news-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-container__inner {
  display: block;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.news-main__img {
  margin-bottom: 30px;
}

.news-main__content {
  padding: 0 16px;
}

.news-main__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.news-main .news-item__date {
  margin-bottom: 20px;
}

.news-main__text p {
  color: var(--grey7);
  margin-bottom: 8px;
}

.news-main__text h1,
.news-main__text h2,
.news-main__text h3,
.news-main__text h4,
.news-main__text h5,
.news-main__text h6 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-main__text a {
  color: var(--accent-color);
  text-decoration: none;
}

.news-main__text ul,
.news-main__text ol {
  list-style-position: inside;
  padding-left: 0;
  margin: 0 0 8px;
  color: var(--grey7);
}

.news-other {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.news-other__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.news-other .news-banner img {
  position: static;
}

.bottom-infoblock {
  background-color: #fff;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom-infoblock__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #F7F2BA;
  margin: 0 0 0 20px;
}

.bottom-infoblock__img {
  align-self: flex-end;
}

.bottom-infoblock__content {
  padding: 10px 25px 43px 30px;
}

.bottom-infoblock__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.bottom-infoblock__text {
  line-height: 1.7;
  margin-bottom: 0;
}

/*News pages*/

/*order subscribe page*/

.subscribe-message {
  margin-bottom: 10px;
}

.subscribe-message__row {
  padding: 20px 20px 30px;
  background-color: var(--accent-light);
}

.subscribe-message__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
}

.subscribe-message__desc {
  font-size: 14px;
  margin: 0 0 15px;
  color: var(--grey7);
  max-width: 800px;
}

.order-subscription__row {
  background-color: var(--accent-light);
  padding: 20px;
  margin-bottom: 50px;
}

.order-subscription__title {
  font-size: 24px;
  margin: 0 0 30px;
  font-weight: 600;
}

.order-subscription__name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  max-width: 800px;
}

.order-subscription__name-container svg {
  fill: var(--grey7);
}

.order-subscription__name {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #E3E5E8;
  font-size: 16px;
  padding: 10px 5px;
}

.order-subscription__name::-moz-placeholder {
  color: var(--grey7);
  font-size: 16px;
}

.order-subscription__name::placeholder {
  color: var(--grey7);
  font-size: 16px;
}

.order-subscription__delivery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.order-subscription__delivery-container .radio-light:first-child {
  margin-right: 30px;
}

.order-subscription__delivery-container .radio-light__desc {
  font-weight: 600;
}

.order-subscription__time {
  height: auto;
  margin-bottom: 30px;
}

.order-subscription__time .custom-select__label {
  font-size: 16px;
  font-weight: 600;
}

.order-subscription__day {
  border: none;
  margin: 0 0 30px;
  position: relative;
  padding: 0;
}

.order-subscription__day legend {
  font-weight: 600;
  font-size: 16px;
}

.order-subscription__day-table {
  border: 1px solid #E3E5E8;
  padding: 30px 30px 30px 0;
  position: relative;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.order-subscription__day-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  background-color: var(--accent-light);
  padding: 20px;
  margin-right: 30px;
  border-right: 1px solid #E2E8F0;
}

.order-subscription__day-col-1 span {
  font-size: 16px;
}

.order-subscription__day-col-1 span:not(:last-child) {
  margin-bottom: 40px;
}

.order-subscription__day-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  padding: 10px 0;
}

.order-subscription__day-col-2 label {
  cursor: pointer;
  margin: 0;
}

.order-subscription__week {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px;
}

.order-subscription__day-desc {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--text-color);
  font-size: 16px;
}

.order-subscription__day-check:checked ~ .order-subscription__day-desc {
  background-color: var(--accent-blue);
  color: var(--accent-light);
}

.order-subscription__address {
  border: none;
  margin: 0 0 30px;
  padding: 0;
  max-width: 800px;
}

.order-subscription__address legend {
  font-weight: 600;
  font-size: 16px;
}

.order-subscription__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.order-subscription__button-container .custom-blue-btn {
  width: 190px;
  margin-right: 20px;
}

.order-subscription__error {
  display: none;
  position: absolute;
  bottom: -22px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 600;
}

.order-subscription--show-error .order-subscription__error {
  display: block;
}

.subscription-order-item {
  border-bottom: 1px solid #E3E5E8;
}

.subscription-order-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.subscription-order-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.subscription-order-item__img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.subscription-order-item__title {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 600;
  transition: 0.3s;
}

.subscription-order-item__title:hover {
  color: var(--accent-blue);
}

.subscription-order-item__count {
  border-radius: 4px;
  border: 1px solid #E3E5E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 16px;
  min-width: 100px;
}

.subscription-order-item__comment {
  background: #F7F7F8;
  color: rgba(79, 79, 79, 0.7);
  font-size: 14px;
  padding: 15px;
  resize: none;
  margin-bottom: 30px;
  border-radius: 4px;
  border: none;
  height: 90px;
}

.empty-subscribes .info-page__text-sub {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.empty-subscribes ul {
  padding: 0 10px 0 0;
  margin: 0;
}

.empty-subscribes ul ol {
  padding: 0;
  font-size: 14px;
  line-height: 2;
}

/*order subscribe page*/

/*Vacancies page*/

.vacancies {
  padding-bottom: 50px;
}

.vacancies-search {
  background-color: var(--bg-light);
}

.vacancies-search__title {
  display: none;
}

.vacancies-search.active {
  background-color: var(--accent-light);
}

.vacancies-search.active .vacancies-search__close {
  display: block;
}

.vacancies-search.active ~ .vacancies__wrapper {
  position: relative;
  z-index: 1;
}

.vacancies-search.active ~ .vacancies__wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  background-color: #000;
  opacity: .5;
}

.vacancies-search.active .vacancies-search__btn {
  pointer-events: none;
}

.vacancies-search.active .vacancies-search-form__inner {
  height: 44px;
}

.vacancies-search__region {
  padding: 0 16px;
}

.vacancies-search__row {
  position: relative;
  z-index: 3;
}

.vacancies-search__head {
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
}

.vacancies-search__head.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancies-search__region-title {
  display: none;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0;
}

.vacancies-search__region-title ~ .title-region {
  display: inline;
}

.vacancies-search__region-title ~ .title-city {
  display: none;
}

.vacancies-search__region-title--fill {
  display: inline;
}

.vacancies-search__region-title--fill ~ .title-region {
  display: none;
}

.vacancies-search__region-title--fill ~ .title-city {
  width: 100%;
}

.vacancies-search__title {
  color: var(--text-color);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
}

.vacancies-search__btn {
  width: 100%;
  padding: 13px 52px;
  border: 2px solid;
  font-size: 18px;
  color: var(--counter-green);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 20px 0 0;
}

.vacancies-search__btn:hover {
  background-color: var(--counter-green);
  color: var(--accent-light);
}

.vacancies-search__btn.hide {
  display: none;
}

.vacancies-search__list {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: var(--accent-light);
  max-height: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  transition: .5s;
}

.vacancies-search__list.active {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.vacancies-search__list ul {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px;
  gap: 4px;
  list-style: none;
  font-size: 18px;
  line-height: 2.22;
  cursor: pointer;
}

.vacancies-search__list ul a {
  color: var(--text-color);
}

.vacancies-search__input {
  margin-top: 20px;
}

.vacancies .vac-close-btn {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.vacancies .vac-close-btn::after,
.vacancies .vac-close-btn::before {
  position: absolute;
  content: '';
  top: 5px;
  width: 15px;
  height: 1px;
  background-color: var(--text-color);
}

.vacancies .vac-close-btn::after {
  transform: rotate(45deg);
}

.vacancies .vac-close-btn::before {
  transform: rotate(135deg);
}

.vacancies-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.vacancies-search-form.active {
  height: 100%;
  max-width: 720px;
  border: 1px solid var(--accent-blue);
  border-radius: 3px;
}

.vacancies-search-form.active .vacancies-search-form__close {
  display: block;
  top: 15px;
  right: 15px;
}

.vacancies-search-form.active .vacancies-search-form__res {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  margin: 0 16px;
  padding: 20px 0;
  width: calc(100% - 16px * 2);
  border-top: 1px solid var(--accent-blue);
}

.vacancies-search-form.active .vacancies-search-form__res a {
  color: var(--text-color);
}

.vacancies-search-form.active .vacancies-search-form__btn {
  display: none;
}

.vacancies-search-form.active .vacancies-search-form__input {
  width: 100%;
  border: none;
}

.vacancies-search-form__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 770px;
  height: 50px;
}

.vacancies-search-form__input {
  position: absolute;
  left: 0;
  font-size: 14px;
  color: var(--text-color);
  line-height: 1;
  border: 1px solid var(--accent-blue);
  border-radius: 3px 0 0 3px;
  border-right: unset;
  padding: 13px 16px;
  height: 50px;
  box-sizing: border-box;
  max-width: 720px;
  width: calc(100% - 50px);
}

.vacancies-search-form__input::-moz-placeholder {
  opacity: .5;
}

.vacancies-search-form__input::placeholder {
  opacity: .5;
}

.vacancies-search-form__input:focus {
  outline: unset;
}

.vacancies-search-form__input.hide-input {
  display: none;
}

.vacancies-search-form__input--region {
  display: none;
}

.vacancies-search-form__input--city {
  display: none;
}

.vacancies-search-form__input--vacancy {
  display: block;
}

.vacancies-search-form__btn {
  background: var(--accent-light);
  border-radius: 0 3px 3px 0;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  align-self: stretch;
  min-height: 40px;
  position: relative;
  border: 1px solid var(--accent-blue);
  border-left: unset;
}

.vacancies-search-form__btn::before {
  content: unset;
  position: absolute;
  width: 100%;
  height: 14px;
  bottom: -7px;
  background-color: #33BBFF;
  filter: blur(15px);
}

.vacancies-search-form__btn svg path {
  fill: var(--accent-blue);
}

.vacancies-search-form__res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: .5s;
}

.vacancies-search-form__res li {
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.vacancies-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}

.vacancies-list__inner {
  width: 100%;
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}

.vacancies .search-contacts__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  max-width: 650px;
  margin: 30px 0 20px;
  padding: 0 16px;
}

.vacancies .search-contacts__checked-region {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
  color: var(--accent-color);
  margin-bottom: 20px;
  padding: 0 16px;
}

.vacancies .search-contacts__map {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.vacancies .search-contacts__map svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.vacancies .search-contacts__map svg .hide {
  opacity: 0;
}

.vacancies .search-contacts__map svg path,
.vacancies .search-contacts__map svg rect {
  transition: .3s;
}

.vacancies .search-contacts__map svg path.checked,
.vacancies .search-contacts__map svg rect.checked {
  fill: var(--accent-color);
}

.vacancies .search-contacts__map svg path.checked.hide,
.vacancies .search-contacts__map svg rect.checked.hide {
  opacity: 1;
}

.vacancies .search-contacts__map svg path.checked.text,
.vacancies .search-contacts__map svg rect.checked.text {
  opacity: 0;
}

.vacancies .search-contacts__input form {
  pointer-events: none;
}

.vacancies .search-contacts__input.active .vac-close-btn {
  display: block;
  top: 15px;
  right: 15px;
}

.vacancies .search-contacts__input.active .vacancies-search-form {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  max-width: 770px;
  background-color: var(--accent-light);
  border: 1px solid var(--accent-blue);
  border-radius: 3px;
}

.vacancies .search-contacts__input.active .search-contacts__res {
  max-height: 300px;
  margin: 0 16px;
  padding: 20px 0;
  width: calc(100% - 16px * 2);
  border-top: 1px solid var(--accent-blue);
  overflow-y: scroll;
}

.vacancies .search-contacts__input.active .search-contacts__res::-webkit-scrollbar {
  width: 2px;
}

.vacancies .search-contacts__input.active .search-contacts__res::-webkit-scrollbar-thumb {
  background: var(--accent-blue);
}

.vacancies .search-contacts__input.active .vacancies-search-form__btn {
  display: none;
}

.vacancies .search-contacts__input.active .vacancies-search-form__input {
  border: none;
}

.vacancies .search-contacts__list {
  display: none;
}

.vacancies .vacancies-contact {
  max-height: 0;
  height: 100%;
  transition: .5s;
  overflow: hidden;
}

.vacancies .vacancies-contact--checked {
  max-height: 1000px;
}

.vacancies .vacancies-contact__inner {
  width: 100%;
  max-width: 720px;
  background-color: var(--accent-light);
  margin-bottom: 70px;
  padding: 30px 16px;
}

.vacancies .vacancies-contact__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.vacancies .vacancies-contact__city {
  color: var(--accent-blue);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
  margin: 15px 0 10px;
}

.vacancies .vacancies-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.vacancies .vacancies-contact__item:not(:last-child) {
  margin-bottom: 20px;
}

.vacancies .vacancies-contact__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.vacancies .vacancies-contact__item > div svg {
  width: 40px;
  height: 40px;
}

.vacancies .vacancies-contact__item > div a {
  display: block;
  color: var(--text-color);
}

.vacancies .vacancies-contact__item-cities {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

.vacancies .sort-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  background-color: var(--accent-light);
  padding: 20px 16px 30px;
}

.vacancies .sort-block__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.vacancies .sort-block select {
  width: 100%;
  min-width: calc(334px - 80px);
  padding: 0 16px;
  font-size: 14px;
  line-height: 50px;
  border: 1px solid var(--accent-blue);
  background-color: var(--accent-light);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.vacancies .sort-block .select-wrap {
  position: relative;
}

.vacancies .sort-block .select-wrap::after {
  content: '';
  position: absolute;
  top: 35%;
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--accent-blue);
  border-left: 1px solid var(--accent-blue);
  transform: rotate(225deg);
}

.vacancies .region-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}

.vacancies .region-contacts__section {
  background-color: var(--accent-light);
  width: 100%;
  max-width: 1068px;
  padding: 38px 24px;
}

.vacancies .region-contacts__section.accordion--open .region-contacts__close {
  transform: rotate(45deg);
}

.vacancies .region-contacts__section.accordion--open .region-contacts__body {
  margin-top: 40px;
}

.vacancies .region-contacts__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vacancies .region-contacts__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: .3s;
}

.vacancies .region-contacts__close::before,
.vacancies .region-contacts__close::after {
  content: '';
  position: absolute;
  height: 35px;
  width: 2px;
  background-color: var(--accent-color);
}

.vacancies .region-contacts__close::after {
  transform: rotate(90deg);
}

.vacancies__modals .custom-modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vacancies__modals .custom-modal__logo {
  width: 58px;
}

.vacancies__modals .custom-modal .close-button {
  width: 15px;
  height: 15px;
}

.vacancies__modals .custom-modal .close-button__icon::before,
.vacancies__modals .custom-modal .close-button__icon::after {
  height: 1px;
  background-color: var(--accent-color);
}

.vacancies__modals .custom-modal .vacancies-search {
  background-color: var(--accent-light);
}

.vacancies__modals .custom-modal .vacancies-search-form__btn::before {
  content: none;
}

.vacancies__modals .custom-modal .vacancies-search-form {
  margin: 10px 0 0;
}

.vacancies__modals .custom-modal .vacancies-search__list--modal {
  display: none;
  position: relative;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  background-color: var(--accent-light);
  border: 1px solid var(--accent-blue);
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.vacancies__modals .custom-modal .vacancies-search__list--modal.active {
  display: block;
}

.vacancies__modals .custom-modal .vacancies-search__list--modal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 0;
  gap: 0;
  list-style: none;
  font-size: 18px;
  line-height: 2.22;
  cursor: pointer;
  padding: 8px 16px;
  margin-bottom: 0;
}

.vacancies__modals .custom-modal .vacancies-search__list--modal ul a {
  color: var(--text-color);
}

.vacancies__modals .custom-modal .vacancies-search__region-title {
  text-align: center;
  color: var(--grey7);
  margin-top: 30px;
}

.vacancies__modals .custom-modal .type-of-employment__tab .sort-block,
.vacancies__modals .custom-modal .category-of-vacancies__tab .sort-block,
.vacancies__modals .custom-modal .check-region__tab .sort-block {
  padding-left: 0;
  padding-right: 0;
}

.vacancies__modals .custom-modal .type-of-employment__tab .sort-block select,
.vacancies__modals .custom-modal .category-of-vacancies__tab .sort-block select,
.vacancies__modals .custom-modal .check-region__tab .sort-block select {
  pointer-events: unset;
}

.vacancies__modals .custom-modal .type-of-employment__title,
.vacancies__modals .custom-modal .category-of-vacancies__title,
.vacancies__modals .custom-modal .check-region__title {
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.vacancies__modals .custom-modal#check-region,
.vacancies__modals .custom-modal#check-vacancy,
.vacancies__modals .custom-modal#check-contacts {
  overflow-y: scroll;
  top: 20px;
}

.vacancies__modals .custom-modal#check-region .vacancies-search__region,
.vacancies__modals .custom-modal#check-vacancy .vacancies-search__region,
.vacancies__modals .custom-modal#check-contacts .vacancies-search__region {
  background-color: var(--accent-light);
  padding: 0;
}

.vacancies__modals .custom-modal#check-region .vacancies-search__region .vacancies-search-form,
.vacancies__modals .custom-modal#check-vacancy .vacancies-search__region .vacancies-search-form,
.vacancies__modals .custom-modal#check-contacts .vacancies-search__region .vacancies-search-form {
  pointer-events: unset;
}

.vacancies__modals .custom-modal#check-region .vacancies-search__region .vacancies-search-form__input,
.vacancies__modals .custom-modal#check-vacancy .vacancies-search__region .vacancies-search-form__input,
.vacancies__modals .custom-modal#check-contacts .vacancies-search__region .vacancies-search-form__input {
  display: block;
  border-radius: 3px 0 0 0;
}

.vacancies__modals .custom-modal#check-region .vacancies-search__region .vacancies-search-form__input.hide-input,
.vacancies__modals .custom-modal#check-vacancy .vacancies-search__region .vacancies-search-form__input.hide-input,
.vacancies__modals .custom-modal#check-contacts .vacancies-search__region .vacancies-search-form__input.hide-input {
  display: none;
}

.vacancies__modals .custom-modal#check-region .vacancies-search__region .vacancies-search-form__btn,
.vacancies__modals .custom-modal#check-vacancy .vacancies-search__region .vacancies-search-form__btn,
.vacancies__modals .custom-modal#check-contacts .vacancies-search__region .vacancies-search-form__btn {
  border-radius: 0 3px 0 0;
}

.vacancy {
  display: block;
  color: var(--text-color);
  background-color: var(--accent-light);
  padding: 30px 16px;
}

.vacancy__address {
  font-size: 13px;
  line-height: 1.5;
  color: var(--grey7);
}

.vacancy__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding: 15px 0;
}

.vacancy__responsibility {
  font-size: 16px;
  line-height: 1.5;
}

.vacancy__responsibility ul {
  padding: 0;
  list-style: none;
}

.vacancy__responsibility ul li {
  position: relative;
  padding-left: 20px;
}

.vacancy__responsibility ul li:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px / 2);
  left: 5px;
  width: 3px;
  height: 3px;
  background-color: var(--text-color);
  border-radius: 50%;
}

.vacancy .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 20px;
}

.vacancy .info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.vacancy .info__icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy .info__icon svg {
  width: 100%;
}

.vacancy-page__container {
  margin: 20px 0 50px;
}

.vacancy-page__block {
  background-color: var(--accent-light);
  padding: 30px 16px;
}

.vacancy-page__top .vacancy__address {
  margin-bottom: 20px;
}

.vacancy-page__top .vacancy__title {
  padding: 0 0 10px;
}

.vacancy-page__body {
  margin-top: 10px;
}

.vacancy-page__row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  gap: 10px;
}

.vacancy-page__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-gap: 10px;
  gap: 10px;
}

.vacancy-page__back a {
  margin-top: 40px;
  padding: 13px 30px;
  border: 1px solid var(--border-color-1);
  background-color: var(--accent-light);
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.5;
  display: none;
}

.vacancy-page .vacancy-details {
  width: 100%;
  max-width: 610px;
  font-size: 16px;
}

.vacancy-page .vacancy-details__top {
  margin: 7px 0 0;
  font-size: 14px;
  color: var(--grey7);
}

.vacancy-page .vacancy-details__body h5 {
  margin: 30px 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.vacancy-page .vacancy-details__body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.vacancy-page .vacancy-details__body ul li {
  position: relative;
  padding-left: 20px;
}

.vacancy-page .vacancy-details__body ul li:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px / 2);
  left: 5px;
  width: 3px;
  height: 3px;
  background-color: var(--text-color);
  border-radius: 50%;
}

.vacancy-page .resume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vacancy-page .resume__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
}

.vacancy-page .resume__form {
  width: 100%;
}

.vacancy-page .resume__form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vacancy-page .resume__form .error {
  margin: 20px 0 0;
  color: var(--accent-color);
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
}

.vacancy-page .resume__form .error--active {
  max-height: 40px;
}

.vacancy-page .resume__form .success {
  margin: 20px 0 0;
  color: var(--counter-green);
}

.vacancy-page .resume__form .resume-btn__wrap {
  cursor: pointer;
}

.vacancy-page .resume__form button {
  width: 100%;
  box-shadow: unset;
  border: 2px solid var(--counter-green);
  font-size: 18px;
  background-color: var(--counter-green);
  color: var(--accent-light);
  padding: 11px 20px;
  transition: .3s;
}

.vacancy-page .resume__form button.disabled {
  pointer-events: none;
}

.vacancy-page .resume__form button::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 25px;
  height: 12px;
  background-image: url(../../images/arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.vacancy-page .resume__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
  width: 100%;
  font-size: 13px;
  border: 1px solid var(--border-color-1);
}

.vacancy-page .resume__input p {
  position: absolute;
  z-index: 1;
  margin: 0;
}

.vacancy-page .resume__input input {
  position: relative;
  z-index: 2;
  opacity: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.vacancy-page .vacancy-contacts__title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--accent-blue);
}

.vacancy-page .vacancy-contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}

.vacancy-page .vacancy-contacts__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy-page .vacancy-contacts__icon svg {
  width: 40px;
  height: 40px;
}

.vacancy-page .vacancy-contacts__text a {
  color: var(--text-color);
}

.vacancy-page .vacancy-contacts__email {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.vacancy-page .vacancy-contacts__email-head {
  margin: 16px 0 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.vacancy-page .vacancy-contacts__email a {
  color: var(--accent-blue);
}

.vacancy-page .vacancy-page__messengers-head {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.vacancy-page .vacancy-page__messengers-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  margin: 20px 0;
}

.vacancy-page .vacancy-page__messengers-icons a {
  display: block;
  width: 40px;
  height: 40px;
}

.vacancy-page .vacancy-page__messengers-icons a svg {
  width: 100%;
  height: 100%;
}

.vacancy-page .vacancy-page__messengers-text {
  width: 100%;
  max-width: 245px;
}

/*Vacancies page*/

/* Independ animation */

.independ-container {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.balloon,
.balloon-box {
  position: absolute;
  top: 100%;
}

.balloon-yellow1 {
  width: 10.2083%;
  left: 3.28125%;
  top: 112%;
}

.balloon-yellow2 {
  width: 6.614583%;
  left: 2.1354%;
  top: 155%;
}

.balloon-yellow3 {
  width: 17.6%;
  left: 32%;
  top: 120%;
}

.balloon-yellow4 {
  width: 6.875%;
  left: 29.16%;
  top: 165%;
}

.balloon-yellow5 {
  width: 4.95%;
  left: 46.14%;
  top: 157%;
}

.balloon-yellow6 {
  width: 17.6%;
  left: 50%;
  top: 168%;
}

.balloon-yellow7 {
  width: 10.2083%;
  left: 71%;
  top: 114%;
}

.balloon-yellow8 {
  width: 12.65%;
  left: 62%;
  top: 140%;
}

.balloon-yellow9 {
  width: 5.885%;
  left: 89.95%;
  top: 180%;
}

.balloon-blue1 {
  width: 8.385%;
  left: 14.27%;
  top: 156%;
}

.balloon-blue2 {
  width: 5.885%;
  left: 15.5%;
  top: 122%;
}

.balloon-blue3 {
  width: 6.979%;
  left: 28.177%;
  top: 111%;
}

.balloon-blue4 {
  width: 5.364%;
  left: 72.9%;
  top: 181%;
}

.balloon-blue5 {
  width: 8.385%;
  left: 54%;
  top: 112%;
}

.balloon-blue6 {
  width: 8.385%;
  left: 80.1%;
  top: 150%;
}

.balloon-blue7 {
  width: 5.885%;
  left: 41%;
  top: 180%;
}

.balloon-blue8 {
  width: 5.364%;
  left: 93.75%;
  top: 125%;
}

.balloon-blue9 {
  width: 5.364%;
  left: 87.5%;
  top: 102%;
}

.balloon-blue10 {
  width: 8.385%;
  left: 7%;
  top: 190%;
}

.balloon-box1 {
  width: 23.2%;
  left: 18%;
  top: 130%;
}

.balloon-box2 {
  width: 20%;
  left: 65%;
  top: 120%;
}

/*Recipes*/

.recipes-catalog-page {
  width: 100%;
  background-color: var(--bg-light);
}

.recipes-catalog__controls {
  height: 50px;
  border-bottom: 1px solid #E3E5E8;
}

.recipes-catalog__controls .catalog-page__filter-btn-text {
  margin: 0 10px;
}

.recipes-catalog__search {
  margin: auto;
  display: none;
}

.recipes-catalog__search .recipes-search {
  width: 350px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--accent-light);
  border: 1px solid #E3E5E8;
  border-radius: 3px;
}

.recipes-catalog__search .recipes-search input {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  border: none;
  padding: 8px 10px;
}

.recipes-catalog__search .recipes-search input::-moz-placeholder {
  color: var(--text-color);
  opacity: .5;
}

.recipes-catalog__search .recipes-search input::placeholder {
  color: var(--text-color);
  opacity: .5;
}

.recipes-catalog__search .recipes-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: transparent;
}

.recipes-catalog__search .recipes-search button svg path {
  fill: var(--grey7);
}

.recipes-catalog__sort {
  margin: auto;
}

.recipes-catalog__sort .sort__text {
  display: none;
}

.recipes-catalog__sort .custom-select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.recipes-catalog__sort .custom-select__control {
  top: 0;
  height: 100%;
  padding: 0 0 0 40px;
  border: unset;
  background-color: var(--accent-light);
}

.recipes-catalog__sort .custom-select__sort-btn-icon {
  position: absolute;
  right: 80%;
  z-index: 1;
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/sprites/intermediate-svg/sort-icon.svg);
}

.recipes-catalog__sort .icon-mark {
  display: none;
}

.recipes-category-page {
  background-color: var(--bg-light);
  padding-bottom: 1px;
}

.recipes-category-page .recipes-category__wrap {
  padding-top: 8px;
}

.recipes-category-page .product-pagination {
  margin: 30px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.recipes-category-page .product-pagination__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  background-color: var(--accent-light);
  color: var(--text-color);
  font-family: var(--font-primary);
  font-size: 16px;
  padding: 0 30px;
  border: none;
  font-weight: 400;
  margin-bottom: 5px;
}

.recipes-category-page .product-pagination__more svg {
  margin-left: 5px;
  margin-right: 15px;
}

.recipes-category__wrap .show-more__btn {
  color: var(--accent-blue);
  border: 2px solid var(--accent-blue);
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-light);
  margin: 50px auto;
}

.recipes-category__top {
  padding: 0 16px 17px;
}

.recipes-category__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 0;
}

.recipes-category__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  gap: 10px;
}

.recipes-category__list .recipes-item {
  background: var(--accent-light);
}

.recipes-category__list .recipes-item__image {
  width: 100%;
  height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recipes-category__list .recipes-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recipes-category__list .recipes-item__image.banner {
  height: 100%;
}

.recipes-category__list .recipes-item__details {
  padding: 30px;
}

.recipes-category__list .recipes-item__title {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.2;
}

.recipes-category__list .recipes-item__cost,
.recipes-category__list .recipes-item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.recipes-category__list .recipes-item__cost-icon,
.recipes-category__list .recipes-item__time-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/recipes/resipes-cost.svg);
}

.recipes-category__list .recipes-item__time-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/recipes/resipes-time.svg);
}

.recipes-category__list .recipes-item strong {
  margin-left: 8px;
}

.recipe-label {
  position: absolute;
  width: 90px;
  text-align: center;
  border-radius: unset;
  margin-left: 30px;
  padding-top: 10px;
  line-height: 1;
}

.recipe-label::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  border-top: 10px solid var(--accent-color);
  border-right: 90px solid transparent;
}

.recipe-item-page {
  width: 100%;
  background-color: var(--bg-light);
  padding-bottom: 50px;
}

.recipe-item-page .product-tab {
  margin-bottom: 15px;
}

/* Основна інформація */

.recipe-item-page .main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.recipe-item-page .main-info__image,
.recipe-item-page .main-info__content {
  width: 100%;
}

.recipe-item-page .main-info__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
}

.recipe-item-page .main-info__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recipe-item-page .main-info__content {
  background-color: var(--accent-light);
  padding: 24px 16px 30px;
}

.recipe-item-page .main-info__content .rating input:checked ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23FFD9B2' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.recipe-item-page .main-info__content .rating .product-button {
  margin-left: 10px;
}

.recipe-item-page .main-info__content .rating .product-button span {
  margin-left: 3px;
  font-size: 13px;
  color: var(--border-color-1);
}

.recipe-item-page .main-info__content .rating .product-button__icon-heart {
  width: 13px;
  height: 12px;
  fill: var(--text-grey);
  stroke: var(--text-grey);
}

.recipe-item-page .main-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recipe-item-page .main-info__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recipe-item-page .main-info__top-right .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.recipe-item-page .main-info__top-right .product-about__buttons {
  margin-bottom: 0;
}

.recipe-item-page .main-info__top-right .product-button__wrapper {
  background-color: transparent;
  border: none;
}

.recipe-item-page .main-info__top-right .product-button__checkbox:checked ~ .product-button__wrapper .product-button__icon-heart {
  fill: var(--text-color);
}

.recipe-item-page .main-info__header p {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
}

.recipe-item-page .main-info__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.recipe-item-page .main-info__user-image {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.recipe-item-page .main-info__user-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-item-page .main-info__subcategory .catalog-subcategory-list {
  margin: 0;
}

.recipe-item-page .main-info__subcategory .catalog-subcategory-list .custom-tag--recipe {
  background-color: transparent;
  border: 1px solid #E3E5E8;
  border-radius: 8px;
}

.recipe-item-page .main-info__subcategory .catalog-subcategory-list .custom-tag--recipe a.catalog-subcategory-list__link {
  color: var(--grey7);
}

.recipe-item-page .main-info__description {
  margin: 20px 0 24px;
}

.recipe-item-page .main-info__description p {
  text-align: justify;
  margin-bottom: 0;
}

.recipe-item-page .main-info .recipe-item__time,
.recipe-item-page .main-info .recipe-item__kkal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.recipe-item-page .main-info .recipe-item__time-icon,
.recipe-item-page .main-info .recipe-item__kkal-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.recipe-item-page .main-info .recipe-item__kkal-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/recipes/fire-icon.svg);
}

.recipe-item-page .main-info .recipe-item__time-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/recipes/resipes-time.svg);
}

/* Склад */

.recipe-item-page .components {
  margin: 10px 0;
}

.recipe-item-page .components__row {
  background-color: var(--accent-light);
  padding: 16px;
}

.recipe-item-page .components__row.accordion--open > .accordion__body {
  max-height: 100% !important;
}

.recipe-item-page .components__row.accordion--open .icon-mark {
  color: var(--accent-blue);
}

.recipe-item-page .components__row.accordion > .accordion__header p {
  margin-bottom: 0;
  margin-right: 11px;
}

.recipe-item-page .components__row .product-characteristics__value {
  text-align: right;
}

.recipe-item-page .components__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 57px;
}

.recipe-item-page .components__top h2 {
  margin-bottom: 30px;
}

.recipe-item-page .components__top .cart-item__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0;
}

.recipe-item-page .components__top .portion__counter {
  color: var(--text-color);
  margin-right: 10px;
  font-size: 13px;
}

.recipe-item-page .components__top .portion .portion-counter {
  position: relative;
  align-items: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #E3E5E8;
}

.recipe-item-page .components__top .portion .portion-counter__input {
  max-width: 100%;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 16px;
  outline: none;
  border: none;
  background-color: var(--bg-light);
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.recipe-item-page .components__top .portion .portion-counter__btn {
  height: 49px;
  position: relative;
  border: none;
  background-color: var(--counter-green);
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s ease-out;
  width: 30px;
  background: var(--accent-light);
}

.recipe-item-page .components__top .portion .portion-counter__btn::before {
  width: 14px;
  border-radius: 2px;
  content: '';
  height: 2px;
  background-color: var(--counter-green);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recipe-item-page .components__top .portion .portion-counter__btn--plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  border-radius: 2px;
  width: 2px;
  background-color: var(--counter-green);
}

/* Рекомендовані товари */

.recipe-item-page .components .recipe-recommend__header .icon-mark {
  color: var(--grey7);
  transform: rotate(0deg);
}

.recipe-item-page .components .recipe-recommend .accordion--open > .accordion__body {
  max-height: 100% !important;
}

.recipe-item-page .components .recipe-recommend .accordion--open .recipe-recommend__header .icon-mark {
  transform: rotate(180deg);
}

.recipe-item-page .components .recipe-recommend__item-slide {
  cursor: pointer;
}

.recipe-item-page .components .recipe-recommend__item-slide .catalog-item__counter .b-addToCart {
  pointer-events: none;
}

.recipe-item-page .components .recipe-recommend__item-slide .catalog-item__counter .b-addToCart--item .b-addToCart__basket-btn {
  visibility: visible;
}

.recipe-item-page .components .recipe-recommend__item-slide.checked-product {
  cursor: unset;
}

.recipe-item-page .components .recipe-recommend__item-slide.checked-product .b-addToCart .b-addToCart__basket-btn {
  background-color: var(--bg-light);
  color: var(--counter-green);
  font-weight: 600;
}

.recipe-item-page .components .recipe-recommend__item .catalog-item__counter-add .b-addToCart--item .b-addToCart__basket-btn {
  visibility: visible;
}

.recipe-item-page .components .recipe-recommend__item.disabled {
  background-color: var(--bg-light);
}

.recipe-item-page .components .recipe-recommend__item.disabled .recipe-recommend__item-add {
  cursor: unset;
}

.recipe-item-page .components .recipe-recommend__item.disabled .catalog-item__counter-add,
.recipe-item-page .components .recipe-recommend__item.disabled .recipe-recommend__item-change {
  opacity: 0;
  pointer-events: none;
  cursor: unset;
}

.recipe-item-page .components .recipe-recommend__item-products {
  padding: 0 24px;
  margin-bottom: 0;
}

.recipe-item-page .components .recipe-recommend__item-products .item-slider__wrapper {
  margin: 0;
}

.recipe-item-page .components .recipe-recommend__item-products .swiper-slide {
  max-width: 328px;
}

.recipe-item-page .components .recipe-recommend__item-products .catalog-item .product-price--day {
  display: none;
}

.recipe-item-page .components .recipe-recommend__item-products .item-slider__nav-btn {
  background-color: var(--bg-light);
}

.recipe-item-page .components .recipe-recommend__item-products .item-slider__top {
  padding: 0;
  margin: 17px 0;
  color: var(--text-color);
}

.recipe-item-page .components .recipe-recommend__item-products .icon-mark {
  color: unset;
}

.recipe-item-page .components .recipe-recommend__item-products .catalog-item__product-price {
  color: var(--text-color);
}

.recipe-item-page .components .recipe-recommend__info {
  border: 1px solid #E3E5E8;
  margin-top: 20px;
}

.recipe-item-page .components .recipe-recommend__item {
  margin-bottom: 0;
}

.recipe-item-page .components .recipe-recommend__item .cost-with-border {
  border-left: 1px solid #E3E5E8;
  padding-left: 8px;
}

.recipe-item-page .components .recipe-recommend__item-title,
.recipe-item-page .components .recipe-recommend__item-cost {
  color: var(--text-color);
  font-weight: 600;
}

.recipe-item-page .components .recipe-recommend__item-cost {
  font-size: 16px;
  margin: 19px 0 11px;
}

.recipe-item-page .components .recipe-recommend__item-cost span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: var(--border-color-1);
  font-weight: 400;
  font-size: 11px;
}

.recipe-item-page .components .recipe-recommend__item-none,
.recipe-item-page .components .recipe-recommend__item-change {
  text-align: right;
  cursor: pointer;
}

.recipe-item-page .components .recipe-recommend__item-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.recipe-item-page .components .recipe-recommend__item-add .b-addToCart {
  width: 110px;
  pointer-events: none;
}

.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__btn,
.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__basket-btn {
  background-color: var(--bg-light);
  visibility: visible;
}

.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__btn svg path,
.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__basket-btn svg path {
  fill: var(--counter-green);
}

.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__btn::before,
.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__btn::after {
  background-color: var(--counter-green);
}

.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__minus-icon {
  display: inline;
  color: var(--counter-green);
}

.recipe-item-page .components .recipe-recommend__item-add .b-addToCart.disabled .b-addToCart__plus-icon {
  display: none;
}

.recipe-item-page .components .recipe-recommend__item-add .b-addToCart .b-addToCart__minus-icon {
  display: none;
  font-size: 32px;
  margin-right: 15px;
  font-weight: 400;
}

.recipe-item-page .components .recipe-recommend__item-add .catalog-item__counter {
  margin: auto;
}

.recipe-item-page .components .recipe-recommend__item:not(:last-child) .recipe-recommend__item-body {
  border-bottom: 1px solid #E3E5E8;
}

.recipe-item-page .components .recipe-recommend__info-head,
.recipe-item-page .components .recipe-recommend__item-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 16px;
}

.recipe-item-page .components .recipe-recommend__item-body div:first-child {
  grid-column-start: 1;
  grid-column-end: 5;
}

.recipe-item-page .components .recipe-recommend__item-body div:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.recipe-item-page .components .recipe-recommend__item-body div:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
}

.recipe-item-page .components .recipe-recommend__item-body div:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 5;
}

.recipe-item-page .components .recipe-recommend__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.recipe-item-page .components .recipe-recommend__info-head {
  display: none;
  background: var(--bg-light);
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 700;
  border-bottom: 1px solid #E3E5E8;
}

.recipe-item-page .components .recipe-recommend__info-head > div {
  opacity: .5;
}

.recipe-item-page .components .recipe-recommend__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recipe-item-page .components .recipe-recommend__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: auto;
  font-size: 18px;
  color: var(--text-color);
  font-weight: 700;
}

.recipe-item-page .components .recipe-recommend__title p {
  padding-left: 14px;
  margin: 0;
}

.recipe-item-page .components .recipe-recommend__add-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.recipe-item-page .components .recipe-recommend .recipe__add-all-product {
  width: 100%;
}

.recipe-item-page .components .recipe-recommend .recipe__add-all-product .b-addToCart {
  height: 40px;
  width: 100%;
}

.recipe-item-page .components .recipe-recommend .recipe__add-all-product .b-addToCart span {
  margin-right: 10px;
}

.recipe-item-page .components .recipe-recommend .recipe__add-all-product .b-addToCart__plus-icon {
  font-size: 13px;
}

.recipe-item-page .components .recipe-recommend .recipe__add-all-product .b-addToCart__btn {
  width: 0;
}

.recipe-item-page .components .recipe-recommend .recipe__add-all-product .b-addToCart__input {
  max-width: 100%;
  width: 100%;
}

.recipe-item-page .components .recipe-recommend .recipe__price {
  color: var(--grey7);
  width: 100%;
  margin: 15px 0 24px;
}

.recipe-item-page .components .recipe-recommend .recipe__price .text {
  font-size: 13px;
}

.recipe-item-page .components .recipe-recommend .recipe__price > div {
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recipe-item-page .components .recipe-recommend .recipe__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
}

.recipe-item-page .components .recipe-recommend .recipe__price-wrap.green {
  color: var(--counter-green);
}

.recipe-item-page .components .recipe-recommend .recipe__price-more-portions {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}

.recipe-item-page .components .recipe-recommend .recipe__price-more-portions.active {
  max-height: 100px;
}

/* Процес приготування */

.recipe-item-page .recipe-cooking {
  padding: 16px;
  background-color: var(--accent-light);
}

.recipe-item-page .recipe-cooking > .accordion__header p {
  margin-bottom: 0;
  margin-right: 11px;
}

.recipe-item-page .recipe-cooking > .accordion__body .product-characteristics__title {
  padding-top: 10px;
}

.recipe-item-page .recipe-cooking.accordion--open > .accordion__body {
  max-height: 100% !important;
}

.recipe-item-page .recipe-cooking__wrapper {
  width: 100%;
}

.recipe-item-page .recipe-cooking__wrapper .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.recipe-item-page .recipe-cooking__wrapper video,
.recipe-item-page .recipe-cooking__wrapper iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 50vw;
  max-height: 555px;
}

.recipe-item-page .recipe-cooking__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 25px;
}

.recipe-item-page .recipe-cooking__step-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 215px;
  border-radius: 10px;
  overflow: hidden;
}

.recipe-item-page .recipe-cooking__step-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.recipe-item-page .recipe-cooking__step-description {
  width: 100%;
  padding: 0;
}

.recipe-item-page .recipe-cooking__step-description .step-count {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
  margin-bottom: 10px;
  background-color: #C7CAD1;
  color: var(--accent-light);
  border-radius: 10px;
}

.recipe-item-page .recipe-cooking__step-description .info {
  color: var(--grey7);
  line-height: 2;
  margin-bottom: 10px;
}

/* Відгуки */

.recipe-item-page .recipe-reviews {
  background-color: var(--bg-light);
  margin-top: 15px;
}

.recipe-item-page .recipe-reviews .reviews__add-btn {
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
}

.recipe-item-page .recipe-reviews .reviews__add-btn button {
  width: 100%;
  margin: auto;
}

.recipe-item-page .recipe-reviews #form-review .help-block {
  position: absolute;
}

.recipe-item-page .recipe-reviews #form-review .custom-blue-btn {
  margin: 30px auto 0;
}

.recipe-item-page .recipe-reviews .reviews-item__main {
  padding: 16px;
}

.recipe-item-page .recipe-reviews .reviews {
  padding: 0;
}

.recipe-item-page .recipe-reviews .reviews__form {
  padding: 0;
}

.recipe-item-page .recipe-reviews .reviews__container {
  display: none;
}

.recipe-item-page .recipe-reviews .reviews__container.active {
  display: block;
}

.recipe-item-page .recipe-reviews .reviews__product-title {
  margin-bottom: 20px;
}

.recipe-item-page .recipe-reviews .reviews-item__desc {
  line-height: 2;
}

.recipe-item-page .recipe-reviews .reviews__add {
  margin-bottom: 20px;
  padding: 16px;
}

.recipe-item-page .recipe-reviews .reviews__head {
  padding: 15px;
  border: 1px solid var(--accent-blue);
  text-align: center;
  color: var(--accent-blue);
  font-weight: 700;
}

.recipe-item-page .recipe-reviews .reviews__rating,
.recipe-item-page .recipe-reviews .reviews__rating-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.recipe-item-page .recipe-reviews .reviews__rating input:checked ~ label,
.recipe-item-page .recipe-reviews .reviews__rating-tabs input:checked ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23FFD9B2' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  cursor: pointer;
}

.recipe-item-page .recipe-reviews .reviews__rating-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.recipe-item-page .recipe-reviews .reviews__rating-sum input ~ label {
  width: 20px;
  height: 20px;
}

.recipe-item-page .recipe-reviews .reviews__rating-sum > p {
  font-weight: 700;
  margin: 0;
}

.recipe-item-page .recipe-reviews .reviews__rating-sum .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recipe-item-page .recipe-reviews .reviews__rating-sum .rating span {
  font-size: 14px;
  font-weight: 700;
}

.recipe-item-page .recipe-reviews .reviews__rating-tabs {
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}

.recipe-item-page .recipe-reviews .reviews__rating-tab {
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 7px;
  width: 100%;
  cursor: pointer;
}

.recipe-item-page .recipe-reviews .reviews__rating-tab::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.recipe-item-page .recipe-reviews .reviews__rating-tab input ~ label {
  width: 12px;
  height: 12px;
}

.recipe-item-page .recipe-reviews .accordion--open .reviews__form {
  margin-top: 10px;
}

/* Додати свій рецепт */

.add-recipe {
  background-color: var(--bg-light);
  padding-bottom: 50px;
}

.add-recipe__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 30px 16px;
  background-color: var(--accent-light);
}

.add-recipe__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.add-recipe__img {
  width: 165px;
  margin: 0 auto 24px;
}

.add-recipe__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 4px;
}

.add-recipe p {
  margin: 24px 0 33px;
  line-height: 2;
}

.add-recipe button {
  width: 100%;
}

/* Схожі рецепти */

.same-recipe {
  background-color: var(--bg-light);
}

.same-recipe .item-slider__top {
  padding: 0 40px;
}

.same-recipe .swiper-slide {
  margin: 0 4px;
}

.contact-page .contact-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contact-page .contact-block__row > div {
  width: 50%;
}

.contact-page .contact-block__row .contact-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.contact-page .contact-block__row .contact-shop-btn {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

/* Netpeak */

.netpeak-popup-envelope {
  position: fixed;
  bottom: 50px;
  right: 50%;
  width: 70px;
  z-index: 99;
  cursor: pointer;
  transform: translateX(50%) scale(1);
  transition: .3s;
}

.netpeak-popup-envelope.hide-envelope {
  transform: translateX(50%) scale(0);
}

.netpeak-popup-envelope .envelope-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  right: -5px;
  background-color: var(--accent-color);
  border-radius: 50%;
  border: unset;
  cursor: pointer;
}

.netpeak-popup-envelope .envelope-close::before,
.netpeak-popup-envelope .envelope-close::after {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background-color: var(--accent-light);
}

.netpeak-popup-envelope .envelope-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.netpeak-popup-envelope .envelope-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.netpeak-popup {
  z-index: 999;
  margin: auto;
  position: fixed;
  width: 100%;
}

.netpeak-popup__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border-radius: 30px;
}

.netpeak-popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 140px;
  background-color: var(--accent-color);
  color: var(--accent-light);
}

.netpeak-popup__top img {
  width: 160px;
  top: 45px;
  position: relative;
  left: 7px;
}

.netpeak-popup__top p {
  width: calc(100% - 160px);
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.netpeak-popup__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  background-color: var(--accent-light);
  border-radius: 50%;
  border: unset;
  cursor: pointer;
}

.netpeak-popup__close::before,
.netpeak-popup__close::after {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background-color: var(--accent-color);
}

.netpeak-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.netpeak-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.netpeak-popup__close .close-button__icon {
  display: none;
}

.netpeak-popup__bottom {
  background-color: var(--accent-light);
  padding: 60px 40px 40px;
  min-height: 260px;
}

.netpeak-popup__text {
  max-width: 350px;
  margin: 0 auto 35px;
  text-align: center;
  color: var(--accent-dark);
}

.netpeak-popup__text p {
  margin: 0;
  line-height: 1.6;
}

.netpeak-popup__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 220px;
  margin: auto;
}

.netpeak-popup__email > div {
  width: 100%;
}

.netpeak-popup__email-input {
  position: relative;
}

.netpeak-popup__email-input input {
  width: 100%;
  border: 1px solid var(--grey7);
  border-radius: 40px;
  height: 44px;
  text-align: center;
}

.netpeak-popup__email-input input.focus-visible {
  outline: none;
}

.netpeak-popup__email-input input:focus-visible {
  outline: none;
}

.netpeak-popup__email-input .error {
  position: absolute;
  color: var(--accent-color);
  bottom: -25px;
  left: 55px;
}

.netpeak-popup__email-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  border: unset;
  border-radius: 40px;
  background-color: var(--counter-green);
  text-align: center;
  color: var(--accent-light);
  font-weight: 600;
  cursor: pointer;
  transition: .5s;
}

.netpeak-popup__email-btn:hover {
  background-color: #448E2B;
}

.netpeak-popup__email-btn.disabled {
  pointer-events: none;
}

#netpeak-form-2 .netpeak-popup__text {
  margin: 10px auto 25px;
}

#netpeak-form-2 .netpeak-popup__email-btn-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#netpeak-form-2 .netpeak-popup__email-btn-wrapper a {
  padding: 0 30px;
}

#netpeak-form-3 .netpeak-popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

#netpeak-form-3 .netpeak-popup__text {
  margin: 0 auto;
}

footer .netpeak-popup__email-input .error {
  left: 0;
  bottom: -22px;
  width: 100%;
  text-align: center;
}

.review-item-container {
  margin-bottom: 50px;
}

.panel-admin {
  width: 90%;
  margin-left: auto;
}

.panel-admin .review-comment__right {
  align-items: flex-end;
}

.panel-admin .review-item {
  margin-bottom: 0;
}

.panel-admin .pull-right {
  margin-bottom: 0;
}

.cart-comment__add-comment {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--secondary-color);
  display: block;
  margin: 0 auto;
}

.cart-comment__comment-description {
  position: relative;
}

.cart-comment--show .cart-comment__comment-description {
  display: block;
}

.cart-comment--show .cart-comment__add-comment {
  display: none;
}

.cart-comment__comment-input {
  display: block;
  resize: vertical;
  min-height: 50px;
  max-height: 200px;
  line-height: 1.7;
  padding: 12px 40px 12px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  height: 50px;
  width: 100%;
}

.cart-comment__comment-input:focus {
  outline: 2px solid rgba(39, 163, 255, 0.3);
}

.cart-comment__delete-comment {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  background-color: transparent;
  border: none;
  padding: 0;
  height: 20px;
  width: 40px;
  background-image: url(../../images/svg/trash-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.checkout-choice-addr__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checkout-choice-addr__btns button {
  width: 100%;
  margin-bottom: 10px;
}

/**
 * Swiper 6.6.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal,;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity;
}

.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: currentColor;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: currentColor;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left]>.tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: currentColor;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right]>.tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: currentColor;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54,1.5,.38,1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,8,16,.15);
  color: #333;
  box-shadow: 0 4px 14px -2px rgba(0,8,16,.08);
}

.tippy-box[data-theme~=light-border]>.tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light-border]>.tippy-arrow:after,
.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-box[data-theme~=light-border]>.tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after {
  border-top-color: rgba(0,8,16,.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow>svg {
  top: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow:after {
  top: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after {
  border-bottom-color: rgba(0,8,16,.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow>svg {
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow:after {
  bottom: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after {
  border-left-color: rgba(0,8,16,.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow>svg {
  left: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow:after {
  left: 12px;
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0,8,16,.2);
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow>svg {
  right: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow:after {
  right: 12px;
}

.tippy-box[data-theme~=light-border]>.tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}

/* gradient */

lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/

lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */

lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */

lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@charset "UTF-8";

/*!
 * Accordion v3.1.1
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */

.ac {
  margin-top: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px Arial,sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color .25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: '+';
  text-align: center;
  width: 15px;
  transform: translate(0,-50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.ac .ac-trigger:focus {
  color: #8a8a8a;
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height,visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px Arial,sans-serif;
  color: #111;
  padding: 10px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active>.ac-header .ac-trigger::after {
  content: '\2013';
}

@media (min-width: 414px) {
  .registration-page__send-sms {
    padding: 0 15px;
  }

  .checkout-choices__row {
    margin-top: 24px;
    grid-gap: 0;
    gap: 0;
  }

  .footer__subscribe-fake-email {
    font-size: 14px;
  }

  .footer__subscribe-fake-btn {
    font-size: 13px;
  }

  .product-about__banner {
    margin: 50px 0;
  }

  .shipping-estimate .shipping-estimate__blue br {
    display: none;
  }

  .checkout .check-out__time {
    width: 222px;
  }

  .checkout-main .form__param {
    width: 273px;
  }

  .checkout-main #orderform-date {
    grid-gap: 8px;
    gap: 8px;
  }

  .checkout-main #orderform-date .form__param:last-child {
    margin-top: unset;
  }

  .checkout-main #orderform-time {
    height: 62px;
    padding: 20px;
  }

  .checkout-main .data-time__icon {
    top: 29px;
  }

  .checkout-main #orderform-note {
    height: auto;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .delivery-way__address {
    margin: 24px 0 18px;
    padding-right: 0;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .delivery-way__pay {
    margin-bottom: 0;
  }

  .checkout-recipient__btns {
    grid-gap: 8px;
    gap: 8px;
  }

  .checkout-recipient__btns .checkout-recipient__btn:last-child {
    margin-top: unset;
  }

  .courier-info {
    margin-top: 50px;
  }

  .courier-info__text {
    padding: 16px 20px!important;
  }

  .delivery-page__row {
    padding: 30px;
  }

  .delivery-page__row--full {
    padding: 30px;
  }

  .delivery-page__text h2 {
    margin-bottom: 18px;
    line-height: 1.2;
  }

  .delivery-block:not(.delivery-block--bordered) {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .delivery-block__title {
    padding-left: 7px;
  }

  .payment-block {
    padding-left: 7px;
    padding-right: 7px;
  }

  .payment-block .delivery-block__title {
    padding-left: 0;
  }

  .payment-block__img {
    margin-bottom: 0;
  }

  .news-item__content {
    min-height: 252px;
    padding: 30px;
  }

  .news-item__title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .news-item__text {
    margin-bottom: 16px;
  }

  .news-item__date {
    margin-bottom: 16px;
  }
}

@media (min-width: 541px) {
  .switch-language--mobile {
    margin-left: 15px;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .page-view .wrapper-contain,
  .contact-page .wrapper-contain,
  .login-page .wrapper-contain {
    max-width: 540px;
  }

  .registration-page__send-sms {
    margin-top: 0;
  }

  .registration-page__checkcode-wrapper {
    margin-bottom: 0;
  }

  .registration-page__checkcode {
    flex-direction: row;
  }

  .howIt-work {
    width: 335px;
  }

  .howIt-info {
    grid-gap: 30px;
  }

  .cancel-order-popup .cancel-order-popup__title {
    font-size: 20px;
  }

  .change-delivery .modal-body {
    height: auto;
  }

  .mastercard-promo {
    padding: 10px;
  }

  .mastercard-promo__desc-link {
    order: initial;
  }

  .cart-item {
    padding: 20px 30px;
  }

  .cart-item__top-wrapper {
    grid-template-columns: 90px 1fr 1fr;
  }

  .cart-item__counter {
    grid-row: 3/4;
  }

  .cart-header__row {
    padding: 30px 24% 5px 30px;
  }

  .user-coordinate__map p,
  .map-body__store-text {
    top: 25px;
    max-width: 300px;
    left: auto;
    left: initial;
    transform: translateX(0);
    right: 25px;
  }

  .site-header__row {
    padding: 15px;
  }

  .top-header__icon-row {
    grid-gap: 16px;
  }

  .top-header__toggle-menu {
    margin-right: 0;
  }

  .delivery-info__text-wrapper {
    max-width: 350px;
  }

  .category-dropdown__title-text {
    width: auto;
  }

  .page-title {
    font-size: 26px;
  }

  .product-pagination__list li:nth-child(n+10) {
    display: none;
  }

  .address-item .delivery-info__text-wrapper {
    max-width: 450px;
  }

  .new-store-nearby__address-icon {
    width: 16px;
    height: 20px;
  }

  .new-store-nearby__address-text {
    font-size: 20px;
  }

  .alcohol-modal .custom-modal__container {
    height: 90%;
  }

  .footer__subscribe-form .netpeak-popup__title {
    font-size: 24px;
  }

  .footer__slogan {
    font-size: 24px;
  }

  .product-page__title {
    font-size: 26px;
  }

  .product-about__tags {
    width: 67%;
  }

  .product-about__tags .available-alert--top {
    width: 100%;
  }

  .product-about__buttons {
    width: 33%;
  }

  .catalog-page__filter-btn-text {
    margin: 0 35px;
  }

  .catalog-list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-auto-flow: initial;
  }

  .catalog-item--banner {
    grid-column: initial;
  }

  .item-slider .catalog-item__labels .custom-product-label {
    font-size: 14px;
  }

  .banner-item {
    grid-column: unset;
  }

  .catalog-item__info {
    margin-top: auto;
  }

  .catalog-item__title {
    font-size: 17px;
    height: 64px;
  }

  .catalog-item__bottom {
    height: 53px;
  }

  .catalog-item__product-price {
    margin-bottom: 0;
    font-size: 24px;
  }

  .catalog-list .catalog-item__bottom {
    flex-direction: row;
    margin-top: 0;
    margin-top: initial;
    align-items: center;
  }

  .catalog-list .catalog-item:not(.catalog-item--banner) {
    padding: 20px 10px 30px;
  }

  .catalog-list .catalog-item__counter {
    width: auto;
    width: initial;
  }

  .catalog-list .b-addToCart {
    width: 140px;
  }

  .catalog-list .b-addToCart__input {
    max-width: 60px;
  }

  .catalog-list .custom-product-label {
    font-size: 14px;
  }

  .popular-products__slider .swiper-slide,
  .lider-slider-list__slider .swiper-slide,
  .new-slider-list__slider .swiper-slide,
  .tabletochki-slider-list__slider .swiper-slide,
  .packaging-slider-list__slider .swiper-slide,
  .viewed-list__slider .swiper-slide {
    height: 100%;
  }

  .popular-products__slider .swiper-slide article,
  .lider-slider-list__slider .swiper-slide article,
  .new-slider-list__slider .swiper-slide article,
  .tabletochki-slider-list__slider .swiper-slide article,
  .packaging-slider-list__slider .swiper-slide article,
  .viewed-list__slider .swiper-slide article {
    contain-intrinsic-size: 500px;
  }

  .popular-products__slider .swiper-slide article .catalog-item__counter,
  .lider-slider-list__slider .swiper-slide article .catalog-item__counter,
  .new-slider-list__slider .swiper-slide article .catalog-item__counter,
  .tabletochki-slider-list__slider .swiper-slide article .catalog-item__counter,
  .packaging-slider-list__slider .swiper-slide article .catalog-item__counter,
  .viewed-list__slider .swiper-slide article .catalog-item__counter {
    width: auto;
  }

  .popular-products__slider .swiper-slide article .catalog-item__counter .b-addToCart,
  .lider-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
  .new-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
  .tabletochki-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
  .packaging-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart,
  .viewed-list__slider .swiper-slide article .catalog-item__counter .b-addToCart {
    width: auto;
  }

  .popular-products__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
  .lider-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
  .new-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
  .tabletochki-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
  .packaging-slider-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input,
  .viewed-list__slider .swiper-slide article .catalog-item__counter .b-addToCart .b-addToCart__input {
    max-width: 60px;
  }

  .catalog-filter {
    max-width: 340px;
  }

  .catalog-filter__submit {
    max-width: 340px;
  }

  .order-body-info__row {
    max-width: 370px;
  }

  .order-body-info__text-grey--mastercard {
    font-size: 14px;
  }

  .order-body-info__text-grey--cashback {
    font-size: 14px;
  }

  .arena-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .arena-page__title-wrapper {
    margin-bottom: 0;
  }

  .cabinet-coupon .coupons__row {
    grid-template-columns: 6fr 6fr;
  }

  .coupon__img {
    margin: 0 25px 0 0;
    padding: 0;
    max-height: 77px;
  }

  .coupon__info-top {
    margin-bottom: 5px;
  }

  .coupon__btn button {
    width: 138px;
  }

  .cart-info__row {
    max-width: 500px;
    margin-left: auto;
  }

  .cart-top__row {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 30px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .cart-top__title {
    margin-bottom: 0;
  }

  .packaging-block {
    padding: 34px 20px;
  }

  .packaging-block__title {
    font-size: 22px;
  }

  .packaging-block__img {
    margin-left: 0;
  }

  .packaging-slider-list .item-slider__head {
    margin-left: 20px;
  }

  .tabletochki-slider-list .item-slider__head {
    margin-left: 20px;
  }

  .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px;
  }

  .news-item__img {
    padding-top: 75%;
  }

  .news-item__content {
    padding: 20px;
    min-height: 244px;
  }

  .news-item__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .news-item__text {
    margin-bottom: 8px;
  }

  .news-item__date {
    margin-bottom: 8px;
  }

  .news-banner {
    margin-left: 4px;
    margin-right: 4px;
  }

  .news-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center center;
    object-position: center center;
  }

  .news-other .news-item,
  .news-other .news-item:first-child,
  .news-other .news-item:nth-last-child(2) {
    display: grid;
    grid-template-columns: 55% 45%;
  }

  .news-other .news-item__img {
    grid-column: 2;
    grid-row: 1;
  }

  .news-other .news-item__content {
    grid-column: 1;
    grid-row: 1;
    min-height: 240px;
    padding: 25px;
  }

  .vacancies-search {
    padding: 37px 0 10px;
  }

  .vacancies-search__region {
    padding: 0;
  }

  .vacancies-search__region-title--fill ~ .title-city {
    display: block;
    margin: 20px 0;
  }

  .vacancies-search__title {
    font-size: 30px;
  }

  .vacancies-search__btn {
    font-size: 13px;
    margin: 0 0 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .vacancies-search-form {
    pointer-events: unset;
    margin: 30px 0;
    height: 40px;
  }

  .vacancies-search-form.active .vacancies-search-form__res {
    max-height: 300px;
    overflow-y: scroll;
  }

  .vacancies-search-form.active .vacancies-search-form__res::-webkit-scrollbar {
    width: 2px;
  }

  .vacancies-search-form.active .vacancies-search-form__res::-webkit-scrollbar-thumb {
    background: var(--accent-blue);
    padding: 20px 0;
  }

  .vacancies-search-form__inner {
    height: 40px;
  }

  .vacancies-search-form__input {
    height: 40px;
  }

  .vacancies-search-form__input {
    border-radius: 3px 0 0 3px;
    border: 1px solid var(--accent-blue);
  }

  .vacancies-search-form__input--region {
    display: block;
  }

  .vacancies-search-form__input--city {
    display: block;
  }

  .vacancies-search-form__input--vacancy.hide-input {
    display: none;
  }

  .vacancies-search-form__btn::before {
    content: '';
  }

  .vacancies-search-form__btn {
    border: none;
    background: var(--accent-blue);
  }

  .vacancies-search-form__btn svg path {
    fill: var(--accent-light);
  }

  .vacancies .search-contacts__title {
    font-size: 30px;
    font-weight: 800;
    margin: 70px 0 40px;
    padding: 0;
  }

  .vacancies .search-contacts__checked-region {
    display: none;
  }

  .vacancies .search-contacts__map svg path.checked.text,
  .vacancies .search-contacts__map svg rect.checked.text {
    opacity: 1;
    fill: #fff;
  }

  .vacancies .search-contacts__input form {
    pointer-events: unset;
  }

  .vacancies .vacancies-contact__inner {
    padding: 30px 40px;
  }

  .vacancies .vacancies-contact__title {
    font-size: 20px;
  }

  .vacancies .vacancies-contact__city {
    display: block;
    margin: 20px 0;
  }

  .vacancies .sort-block {
    grid-gap: 24px;
    gap: 24px;
    padding: 40px;
    max-width: 334px;
  }

  .vacancies .sort-block select {
    line-height: 40px;
  }

  .vacancies .region-contacts__section {
    padding: 40px;
  }

  .vacancies .region-contacts__title {
    line-height: 1.5;
    font-size: 24px;
  }

  .vacancy {
    padding: 35px 40px;
  }

  .vacancy__title {
    padding: 10px 0 20px;
  }

  .vacancy .info {
    margin-top: 30px;
    grid-gap: 40px;
    gap: 40px;
    flex-direction: row;
  }

  .vacancy-page__block {
    padding: 40px;
  }

  .vacancy-page__top .vacancy__address {
    color: var(--accent-blue);
  }

  .vacancy-page__back a {
    display: inline-block;
  }

  .vacancy-page .vacancy-details__top {
    font-size: 16px;
  }

  .vacancy-page .vacancy-details__body h5 {
    margin: 40px 0 20px;
  }

  .vacancy-page .resume__form button::after {
    display: none;
  }

  .vacancy-page .resume__form button {
    font-size: 13px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .vacancy-page .resume__input {
    max-width: 290px;
  }

  .vacancy-page .vacancy-page__messengers-icons a {
    width: 30px;
    height: 30px;
  }

  .recipes-catalog__controls .catalog-page__filter-btn-text {
    margin: 0 35px;
  }

  .recipes-catalog__sort .custom-select__control {
    padding: 0 62px;
  }

  .recipes-catalog__sort .icon-mark {
    display: inline;
  }

  .recipes-category__top {
    padding: 17px 16px;
  }

  .recipes-category__title {
    font-size: 20px;
  }

  .recipes-category__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    gap: 8px;
  }

  .recipes-category__list .recipes-item__image {
    height: 385px;
  }

  .recipes-category__list .recipes-item__details {
    padding: 40px;
  }

  .recipes-category__list .recipes-item__title {
    height: 44px;
  }

  .recipes-category__list .recipes-item__cost-icon,
  .recipes-category__list .recipes-item__time-icon {
    width: 30px;
    height: 30px;
  }

  .recipe-item-page .components__row .product-characteristics__value {
    text-align: left;
  }

  .recipe-item-page .components__top {
    flex-direction: row;
    padding: 0;
  }

  .recipe-item-page .components__top h2 {
    margin-bottom: 22px;
  }

  .recipe-item-page .components__top .cart-item__counter {
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }

  .recipe-item-page .components__top .portion .portion-counter {
    width: auto;
  }

  .recipe-item-page .components__top .portion .portion-counter__input {
    max-width: 175px;
    width: 175px;
  }

  .recipe-item-page .components .recipe-recommend__info {
    margin-top: 0;
  }

  .recipe-item-page .components .recipe-recommend__item-body div:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .recipe-item-page .components .recipe-recommend__item-body div:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .recipe-item-page .components .recipe-recommend__header {
    background-color: var(--bg-light);
    border: 1px solid #E3E5E8;
    padding: 15px 24px;
  }

  .recipe-item-page .components .recipe-recommend__add-all {
    width: auto;
    flex-direction: row;
  }

  .recipe-item-page .components .recipe-recommend .recipe__add-all-product {
    width: auto;
  }

  .recipe-item-page .components .recipe-recommend .recipe__add-all-product .b-addToCart {
    width: auto;
  }

  .recipe-item-page .components .recipe-recommend .recipe__price {
    width: auto;
    margin-right: 30px;
  }

  .recipe-item-page .recipe-cooking__step-img {
    width: 320px;
  }

  .recipe-item-page .recipe-reviews .reviews__add-btn button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .recipe-item-page .recipe-reviews .reviews__add-btn {
    padding: 10px 20px;
    margin-top: 10px;
  }

  .recipe-item-page .recipe-reviews #form-review .custom-blue-btn {
    margin: 20px auto 0;
  }

  .recipe-item-page .recipe-reviews .reviews__rating-sum {
    width: auto;
    justify-content: unset;
    margin-bottom: 0;
  }

  .recipe-item-page .recipe-reviews .reviews__rating-tabs {
    flex-direction: row;
    width: auto;
    margin-left: 10px;
  }

  .recipe-item-page .recipe-reviews .reviews__rating-tab {
    margin-right: 5px;
    width: auto;
  }

  .same-recipe .swiper-slide {
    max-width: 400px;
  }

  .netpeak-popup {
    width: 590px;
  }

  .netpeak-popup__top {
    height: 200px;
  }

  .netpeak-popup__top img {
    top: 37px;
    left: 20px;
    width: 250px;
  }

  .netpeak-popup__top p {
    width: calc(100% - 250px);
    font-size: 24px;
  }

  .netpeak-popup__close {
    width: 30px;
    height: 30px;
  }

  .netpeak-popup__close::before,
  .netpeak-popup__close::after {
    width: 18px;
  }

  .netpeak-popup__bottom {
    min-height: 248px;
  }

  .netpeak-popup__email {
    grid-gap: 20px;
    gap: 20px;
    max-width: 100%;
  }

  .netpeak-popup__email > div {
    width: calc(50% - 20px / 2);
  }
}

@media (min-width: 768px) {
  .page-view .wrapper-contain,
  .contact-page .wrapper-contain,
  .login-page .wrapper-contain {
    max-width: 720px;
  }

  .registration-page .theme-card {
    padding: 10px 18px 35px;
  }

  .registration-page .help-block.help-block-error {
    bottom: -15px;
  }

  .alert-pay__title {
    margin-bottom: 50px;
    font-size: 22px;
  }

  .alert-pay__submit {
    max-width: 300px;
  }

  .main-hero__aside {
    justify-content: space-around;
    flex-direction: row;
    align-items: stretch;
  }

  .howIt-info {
    min-height: 243px;
  }

  .top-categories__title {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .top-categories__link {
    padding: 30px;
  }

  .visicom {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .radiobtn-custom--widget {
    width: auto;
    width: initial;
  }

  .radiobtn-custom--widget .radio-custom__inner-wrapper {
    width: 256px;
  }

  .radiobtn-custom--widget .radio-custom__label {
    width: auto;
    width: initial;
  }

  .radiobtn-custom--widget .radio-custom__label {
    width: auto;
    width: initial;
  }

  .mastercard-promo {
    padding: 15px;
  }

  .atb-arena__count-name {
    margin-right: 20px;
  }

  .action-filter__container {
    justify-content: flex-start;
  }

  .action-filter__items {
    flex-direction: row;
    width: 550px;
  }

  .action-filter__container {
    justify-content: flex-start;
  }

  .action-filter__items {
    flex-direction: row;
    width: 80%;
  }

  .checkout-choices__row {
    border: unset;
    padding: 0;
  }

  .checkout-choices__row > div {
    width: 50%;
  }

  .subscribe-widget {
    display: block;
    bottom: 49px;
    width: 120px;
    height: 50px;
    right: 88px;
    left: auto;
    left: initial;
  }

  .subscribe-widget__footer-btn {
    display: none;
  }

  #subscribeModal .modal-dialog {
    max-width: 590px;
  }

  .subscribe-modal .custom-modal__container {
    padding-bottom: 40px;
    max-width: 590px;
  }

  .subscribe-modal__logo img {
    height: 25px;
  }

  .popup-address .delivery-info--top {
    margin-right: 45px;
  }

  .cart-list .cart-list__arena-item {
    width: 100%;
  }

  .cart-item__top-wrapper {
    grid-template-columns: 120px 1fr 1fr;
  }

  .cart-item__img-wrapper {
    max-height: 120px;
  }

  .cart-item__img {
    max-height: 120px;
  }

  .cart-header__row {
    padding: 30px 27% 5px 30px;
  }

  .product-box.kohae:before,
  .product-wrap.kohae:before {
    border: 5px solid #DE3184;
  }

  .product-box.kohae .kohae-action-dates,
  .product-wrap.kohae .kohae-action-dates {
    height: 50px;
    font-size: 18px;
  }

  .product-box.today:after,
  .product-wrap.today:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }

  .user-coordinate__map .btn-red {
    bottom: 30px;
  }

  .checkout-delivery {
    margin-bottom: 60px;
  }

  .checkout-delivery .checkout-delivery__way-wrapper,
  .cart-buttons__left .checkout-delivery__way-wrapper {
    width: 100%;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, 256px);
  }

  .address-page__delete-text {
    display: inline;
    display: initial;
  }

  .site-header__row {
    padding: 15px 20px;
  }

  .top-header__icon-wrapper {
    padding: 20px;
  }

  .breadcrumbs {
    background-color: var(--bg-light);
  }

  .breadcrumbs__nav {
    display: block;
    position: static;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    background-color: var(--bg-light);
  }

  .breadcrumbs__list {
    flex-direction: row;
    align-items: center;
  }

  .breadcrumbs__item {
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
    border-bottom: none;
  }

  .breadcrumbs__item::after {
    content: '/';
    position: absolute;
    color: var(--grey7);
    right: 0;
    top: 0;
  }

  .breadcrumbs__item:last-child::after {
    display: none;
  }

  .breadcrumbs__item:first-child .breadcrumbs__home-el {
    display: none;
  }

  .breadcrumbs__item:first-child svg {
    display: block;
  }

  .breadcrumbs__item:nth-child(3) {
    display: inline;
    display: initial;
  }

  .breadcrumbs__link,
  .breadcrumbs__item a,
  .breadcrumbs__item {
    height: auto;
    color: var(--grey7);
    font-weight: 400;
    font-size: 14px;
  }

  .breadcrumbs__row {
    padding-left: 15px;
  }

  .breadcrumbs__current-name {
    display: none;
  }

  .breadcrumbs__back-arr {
    display: none;
  }

  .breadcrumbs__show-btn {
    display: none;
  }

  .page-title {
    font-size: 30px;
  }

  .product-pagination__list li:nth-child(n+10) {
    display: inline;
    display: initial;
  }

  .product-pagination__list li:nth-child(n+13) {
    display: none;
  }

  .item-slider__title {
    font-size: 24px;
  }

  .address-item {
    padding: 20px;
  }

  .address-item .delivery-info__text-wrapper {
    max-width: 550px;
  }

  .promocode__input-wrapper {
    max-width: 330px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .promocode__send-wrapper--done {
    width: 150px;
  }

  .item lite-youtube {
    width: 80%;
  }

  .new-store-nearby {
    min-width: 536px;
    height: 295px;
    bottom: 34px;
  }

  .new-store-nearby--active {
    right: 20px;
  }

  .alcohol-modal .custom-modal__container {
    height: 355px;
    padding: 75px 0;
  }

  .alcohol-modal__header {
    height: auto;
    height: initial;
    background-color: transparent;
    background-color: initial;
    border-top: none;
    color: var(--text-color);
    font-weight: 600;
    font-size: 24px;
  }

  .alcohol-modal__buttons {
    justify-content: center;
    flex-direction: row;
  }

  .alcohol-modal__buttons .alcohol-modal__submit {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 240px;
    width: 100%;
  }

  .alcohol-modal__buttons .solid-border-button {
    max-width: 240px;
    width: 100%;
  }

  .arena-card-modal .custom-modal__container {
    padding: 50px 0;
  }

  .arena-card-modal__qr {
    bottom: 60px;
    left: 58px;
  }

  .arena-card-modal__hero {
    max-width: none;
    max-width: initial;
  }

  .available-modal > .select2-container.select2-container--default.select2-container--open {
    bottom: 510px!important;
  }

  .city-modal .custom-modal__container {
    max-width: 950px;
    height: auto;
    min-height: 0;
    min-height: initial;
    width: calc(100% - 30px);
    border: none;
    border-radius: 8px;
  }

  .city-modal__header {
    background-color: transparent;
    color: var(--text-color);
    padding: 15px 10px 0;
  }

  .city-modal__filler {
    display: none;
  }

  .city-modal__title {
    font-size: 24px;
  }

  .city-modal__close {
    color: var(--accent-dark);
  }

  .city-modal__region-select {
    grid-template-columns: 1fr 1fr;
  }

  .city-modal__delivery-option {
    grid-template-columns: 1fr 1fr;
  }

  .city-modal__delivery-option .square-input:first-child {
    order: initial;
  }

  .city-modal__street {
    flex-wrap: nowrap;
  }

  .city-modal__street-wrapper {
    max-width: 255px;
  }

  .city-modal__coordinate-map {
    height: 600px;
  }

  .city-modal__store-map {
    height: 600px;
  }

  .city-modal__store-map .custom-select {
    width: 80%;
  }

  .city-modal__linear-bg {
    top: auto;
    top: initial;
    bottom: 0;
    height: 110px;
  }

  .product-page__title {
    font-size: 30px;
  }

  .product-about {
    align-items: center;
  }

  .product-about__tags {
    width: 75%;
  }

  .product-about__tags .available-alert--top {
    width: 75%;
  }

  .product-about__tags .available-alert--top.available-alert--loading .available-alert__spinner {
    flex-direction: column;
    position: absolute;
    right: 0;
  }

  .product-about__buttons {
    width: 25%;
  }

  .available-alert__row {
    padding: 25px;
  }

  .action-block__info {
    padding: 20px 30px 30px;
  }

  .cabinet-info__welcome-msg-1 {
    font-size: 30px;
  }

  .order-item--subscribe .order-footer__repeat,
  .order-item--subscribe .order-footer__dismiss {
    width: 150px;
  }

  .order-header {
    padding: 15px 20px 15px 0;
  }

  .order-header__open .icon-mark {
    position: absolute;
    left: -30px;
  }

  .order-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .order-header__top {
    margin-bottom: 0;
    padding-left: 45px;
  }

  .order-header__label {
    margin-bottom: 5px;
  }

  .order-body-services__title {
    margin-bottom: 15px;
  }

  .order-body-services__items {
    flex-direction: row;
  }

  .order-item-list .legends {
    display: none;
  }

  .order-footer {
    padding: 12px 20px 12px 40px;
  }

  .order-footer .legends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 25px;
    gap: 25px;
    padding: 10px 0 20px;
  }

  .order-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .order-footer__btns {
    justify-content: flex-start;
  }

  .order-footer__repeat,
  .order-footer__dismiss,
  .order-footer__edit {
    width: 200px;
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .order-footer__dismiss {
    border-left: none;
  }

  .order-footer__pay-btn {
    max-width: 280px;
  }

  .arena-page__name {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .arena-page__btn-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .cabinet-coupon__row {
    background-color: var(--accent-light);
    padding: 20px 30px;
  }

  .cabinet-coupon .coupons__wrapper {
    background-color: var(--accent-light);
  }

  .cabinet-coupon .coupons__inner .head.mobile {
    display: none;
  }

  .cabinet-coupon .coupons__row {
    grid-template-columns: 4fr 8fr;
    padding: 31px 40px;
  }

  .cabinet-coupon .coupons__head {
    display: grid;
    background-color: var(--bg-light);
  }

  .coupon__body {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .coupon__btn button {
    margin-top: 0;
  }

  .coupon-card-modal .coupon-card-modal__tab {
    margin: 79px 0 107px;
  }

  .coupon-card-modal__logo img {
    height: 25px;
  }

  .cart-top__row {
    padding: 20px 30px 20px;
  }

  .packaging-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    padding: 34px 30px;
  }

  .packaging-block__title {
    font-size: 24px;
  }

  .packaging-block__text {
    font-size: 16px;
  }

  .packaging-block__img {
    margin-bottom: 0;
    grid-column: 2/3;
    grid-row: 1/4;
  }

  .packaging-slider-list .item-slider__head {
    margin-left: 30px;
  }

  .packaging-slider-list .item-slider__navigation {
    margin-right: 60px;
  }

  .tabletochki-slider-list__slider {
    margin-bottom: 70px;
  }

  .tabletochki-slider-list .item-slider__top {
    padding: 50px 0 25px;
  }

  .tabletochki-slider-list .item-slider__head {
    max-width: 460px;
    margin-left: 30px;
  }

  .tabletochki-slider-list .item-slider__head p {
    font-size: 16px;
  }

  .tabletochki-slider-list .item-slider__navigation {
    margin-right: 60px;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--yellow {
    width: 47vw;
    height: 36vw;
    left: -2vw;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--blue {
    width: 48vw;
    height: 41vw;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--orange {
    width: 75vw;
    height: 18vw;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--dots1 {
    top: 0;
    left: 0;
    width: 16vw;
    height: 10vw;
    z-index: 0;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--dots2 {
    top: 0;
    right: 27vw;
    width: 26vw;
    height: 14vw;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--dots3 {
    left: 37vw;
    width: 21vw;
    height: 15vw;
    bottom: -2vw;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--stars {
    top: 2vw;
    left: 33vw;
    width: 9vw;
    height: 6vw;
  }

  .checkout-page {
    background-color: var(--accent-light);
  }

  .checkout .check-out__time-block-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .checkout .check-out__time-block {
    margin-bottom: 70px;
  }

  .checkout .check-out__date-icon {
    margin-bottom: 15px;
  }

  .checkout .check-out__time .form__param {
    margin-bottom: 15px;
  }

  .checkout-main .check-out {
    padding: 33px 30px 65px 30px;
  }

  .checkout-products .checkout-products__header {
    padding: 12px 40px 12px 60px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .checkout-products__title {
    margin: 0;
  }

  .checkout-products__title span {
    font-size: 20px;
  }

  .checkout-products__count {
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .checkout-products__list {
    padding: 0 20px;
  }

  .checkout-controls .check-out__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 40px;
  }

  .checkout-product-item {
    flex-direction: row;
    justify-content: space-between;
  }

  .checkout-product-item__top {
    margin-bottom: 0;
  }

  .checkout-product-item__count {
    text-align: center;
    margin-right: 80px;
  }

  .checkout-product-item__price {
    min-width: 91px;
    text-align: center;
  }

  .checkout-delivery__tab {
    padding: 16px 24px;
  }

  .checkout-delivery__body .delivery-way__address-row p {
    font-size: 16px;
  }

  .checkout-delivery__body--show {
    grid-gap: 16px;
    gap: 16px;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way {
    padding: 0 40px 0 0;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .radiobtn-custom--widget {
    min-height: 150px;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .checkout-delivery__body .delivery-way__btn {
    min-height: 150px;
    width: calc(50% - 8px);
    min-width: 415px;
  }

  .checkout-delivery .checkout-delivery__way-wrapper {
    grid-gap: 24px;
    gap: 24px;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .radiobtn-custom--widget {
    width: calc(50% - 8px);
    min-width: 415px;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .delivery-way__title {
    font-size: 18px;
  }

  .checkout-delivery .checkout-delivery__way-wrapper .delivery-way__title span {
    padding-top: 0;
    padding-left: 8px;
    display: inline;
  }

  .checkout-recipient__title.check-out__title {
    margin-top: 48px;
  }

  .checkout-recipient__btns {
    max-width: 554px;
  }

  .checkout-main .form__param.checkout-recipient__btn {
    width: 273px;
  }

  .active.checkout-recipient__btn {
    border-bottom: 1px solid #E3E5E8;
  }

  .checkout-recipient__person {
    max-width: 554px;
  }

  .checkout-recipient__person.show {
    border: unset;
  }

  .checkout-recipient__person.show .address-item__edit {
    padding: 35px 0 0;
  }

  .info-page {
    flex-wrap: nowrap;
  }

  .delivery-page {
    margin-top: 10px;
  }

  .delivery-page__payments-methods {
    margin-top: 32px;
  }

  .delivery-block {
    width: 30%;
  }

  .delivery-block:not(.delivery-block--bordered) {
    padding-bottom: 0;
  }

  .delivery-block:not(.delivery-block--bordered) .delivery-block__desc {
    margin-top: 32px;
  }

  .delivery-block.delivery-block--pickup {
    padding-top: 14px;
  }

  .delivery-block--bordered {
    margin-left: 16px;
  }

  .delivery-page__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .delivery-page__line:first-child {
    border-bottom: 1px solid #E3E5E8;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .news-item__content {
    min-height: 260px;
    padding: 30px;
  }

  .news-item__title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .news-item__text {
    margin-bottom: 16px;
  }

  .news-item__date {
    margin-bottom: 16px;
  }

  .news-container {
    background-color: #fff;
    padding-bottom: 40px;
  }

  .bottom-infoblock__wrapper {
    flex-direction: row-reverse;
    align-items: center;
  }

  .bottom-infoblock__img {
    align-self: center;
    flex-shrink: 0;
  }

  .bottom-infoblock__content {
    padding: 30px 20px 30px 30px;
  }

  .subscription-order-item__row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .subscription-order-item__top {
    width: 350px;
    margin-bottom: 0;
  }

  .subscription-order-item__comment {
    margin-bottom: 0;
    height: 70px;
  }

  .vacancies-search__head {
    flex-direction: row;
  }

  .vacancies-list__row {
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .recipes-catalog__controls {
    height: 70px;
  }

  .recipe-item-page .main-info__subcategory .catalog-subcategory-list .custom-tag--recipe {
    border: none;
    border-radius: unset;
    background-color: var(--bg-light);
  }

  .recipe-item-page .components__row.accordion > .accordion__header {
    display: none;
  }

  .recipe-item-page .recipe-cooking > .accordion__header {
    display: none;
  }

  .recipe-item-page .recipe-cooking > .accordion__body {
    max-height: 100% !important;
  }

  .recipe-item-page .recipe-cooking > .accordion__body .product-characteristics__title {
    padding-top: 0;
  }

  .recipe-item-page .recipe-cooking__wrapper .video-container {
    margin-bottom: 70px;
  }

  .recipe-item-page .recipe-cooking__step {
    margin-bottom: 30px;
    flex-direction: row;
  }

  .recipe-item-page .recipe-cooking__step-description {
    padding: 15px 30px;
    width: calc(100% - 320px);
  }

  .recipe-item-page .recipe-cooking__step-description .info {
    margin-bottom: 0;
  }

  .add-recipe__wrapper {
    padding: 50px 8%;
    flex-direction: row;
  }

  .add-recipe__desc {
    width: 45%;
    align-items: flex-start;
    text-align: left;
  }

  .add-recipe__img {
    width: auto;
    margin: auto;
  }

  .add-recipe__title {
    margin-bottom: 0;
  }

  .add-recipe p {
    margin: 20px 0 40px;
  }

  .add-recipe button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .checkout-choice-addr__btns button {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-height: 769px) {
  .available-modal > .select2-container.select2-container--default.select2-container--open {
    bottom: 385px!important;
  }
}

@media (min-width: 991px) {
  .mastercard-banner {
    display: block;
  }

  .mastercard-banner__mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-view .wrapper-contain,
  .contact-page .wrapper-contain,
  .login-page .wrapper-contain {
    max-width: 960px;
  }

  .register-page__form-container {
    flex-wrap: nowrap;
  }

  .registration-page__fields-wrapper {
    width: 420px;
    margin-right: 40px;
  }

  .registration-page__phone-wrapper {
    margin-bottom: 0;
  }

  .registration-page__send-sms {
    margin-bottom: 25px;
  }

  .registration-page .form-row {
    width: 50%;
  }

  #signupform-phone {
    width: 420px;
    margin-bottom: 0;
  }

  .top-categories__list {
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  }

  .atb-news__wrapper {
    background-image: url("../../images/general/bg-icon/pergament.png");
    background-position: 180px 50px;
    background-repeat: no-repeat;
  }

  .atb-news--catalog-seo {
    max-height: 430px;
  }

  .atb-news--catalog-seo .atb-news__wrapper {
    background-image: none;
    position: relative;
  }

  .atb-news--catalog-seo .atb-news__wrapper::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50px;
    height: 100px;
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--icon);
    filter: grayscale(100%);
  }

  .dstep-two__address-wrapper .dstep-two__flat-input {
    width: 45%;
  }

  .dstep-two__flat-checkbox {
    width: 45%;
    justify-content: center;
  }

  .step-two__flat-desc {
    width: 80px;
    text-align: center;
  }

  .dstep-two__address-item--flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .mastercard-banner__product-mob {
    display: none;
  }

  .atb-arena__row {
    flex-direction: row;
    padding: 15px 30px;
  }

  .atb-arena__info-1 {
    margin: 0 100px 0 0;
  }

  .action-filter {
    height: 60px;
  }

  .action-filter {
    height: 60px;
  }

  #subscribeModal .close {
    top: 30px;
    right: 30px;
  }

  #subscribeModal .modal-dialog {
    max-width: 700px;
  }

  .b-modal__logo {
    left: 30px;
    top: 30px;
  }

  .subscribe-modal .custom-modal__container {
    max-width: 700px;
  }

  .product-box__middle {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .popup-address .delivery-info__wrapper {
    max-width: 250px;
  }

  .popup-address__item-bottom {
    flex-direction: row;
    align-items: center;
  }

  .cart-item {
    min-height: auto;
  }

  .mastercard-banner__product-mob {
    display: none;
  }

  .user-coordinate__map {
    padding: 20px;
  }

  #map2 {
    height: 100%;
  }

  .popup-address.address-page .delivery-info__wrapper {
    max-width: 400px;
  }

  .address-page__item {
    padding: 25px 25px 15px;
  }

  .address-page__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .top-header__city-selection--delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .top-header__city-selection--delivery .delivery-info--city {
    max-height: none;
    max-height: initial;
    order: initial;
  }

  .top-header__city-selection--delivery .active.delivery-info--city {
    max-height: none;
    max-height: initial;
  }

  .city-selection__button {
    display: none;
  }

  .login-page__row {
    flex-direction: row;
  }

  .login-page__col {
    width: 50%;
  }

  .breadcrumbs__row {
    padding-left: 5px;
  }

  .page-title {
    font-size: 32px;
  }

  .product-pagination {
    flex-direction: row;
  }

  .product-pagination__list li:nth-child(n+13) {
    display: inline;
    display: initial;
  }

  .product-pagination__more {
    width: auto;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .address-item__way {
    margin-bottom: 0;
    margin-right: 50px;
    width: 400px;
  }

  .address-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .address-item__recipient {
    align-self: flex-start;
    grid-gap: 5px;
  }

  .promo-block--product {
    display: none;
  }

  .promocode__input-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: none;
    max-width: initial;
  }

  .promocode__send-wrapper--done {
    width: 100%;
  }

  .check-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }

  .check-code__input-wrapper {
    min-width: 470px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .check-code__send-info {
    align-self: flex-end;
  }

  .check-code__input-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .check-code__code-input {
    align-self: flex-end;
    margin-top: 73px;
  }

  .check-code__submit {
    align-self: end;
    margin-bottom: 10px;
  }

  .footer .social-list__icon {
    width: 28px;
    height: 28px;
  }

  .footer .social-list__icon--instagram {
    width: 26px;
    height: 26px;
  }

  .footer .social-list__link {
    width: 28px;
    height: 28px;
  }

  .footer__row {
    display: grid;
    grid-template-columns: 1fr 435px 60px;
    padding: 50px 0;
  }

  .footer__subscribe-form {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    /*margin-bottom: 35px;*/
    align-self: center;
  }

  .footer__slogan {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    text-align: left;
    margin: 0 0 35px;
    align-self: center;
  }

  .footer__logo {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
    margin-bottom: 45px;
  }

  .footer__social {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  .footer__phone {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }

  .footer__payments {
    grid-auto-flow: row;
    grid-row: 3 / span 4;
    grid-column: 3/4;
    align-self: start;
  }

  .footer__subfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1 / 2;
    grid-row: 6 / 7;
  }

  .footer__copyright-info {
    margin: 0 40px 0 0;
  }

  .footer__developer-info {
    margin: 0;
  }

  .footer__about-store {
    display: block;
    grid-row: 3 / span 4;
    grid-column: 2/3;
    align-self: start;
  }

  .product-page__container {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-gap: 10px;
  }

  .product-page__title {
    font-size: 32px;
  }

  .product-page__aside-info {
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .product-about__tags {
    width: 80%;
  }

  .product-about__labels {
    grid-auto-flow: column;
    position: static;
    justify-items: initial;
  }

  .product-about__buttons {
    width: auto;
    margin-top: 0;
  }

  .catalog-list {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  }

  .catalog-item__bottom {
    flex-wrap: nowrap;
  }

  .catalog-item__product-price {
    min-width: 130px;
  }

  .action-block {
    margin-bottom: 40px;
  }

  .order-item--subscribe .order-footer__repeat,
  .order-item--subscribe .order-footer__dismiss {
    width: 200px;
  }

  .order-body--subscribe .info {
    display: block;
    width: auto;
    margin-right: 40px;
  }

  .cabinet-address__items {
    padding: 20px 10px 80px;
  }

  .cabinet-coupon .coupons__row {
    grid-template-columns: 5fr 7fr;
  }

  .coupon__img {
    margin: unset;
    max-width: 222px;
  }

  .coupon__img p {
    font-size: 18px;
  }

  .cart-top__row {
    padding: 40px 20px 20px;
  }

  .checkout__addresses .check-code__input-wrapper {
    min-width: 300px;
  }

  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .bottom-infoblock__wrapper {
    margin-left: 0;
  }

  .bottom-infoblock__content {
    padding: 30px 20px 30px 40px;
  }

  .bottom-infoblock__title {
    font-size: 24px;
  }

  .order-subscription__row {
    padding: 40px;
  }

  .order-subscription__day {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .order-subscription__day-col-1 {
    padding: 20px 30px;
  }

  .vacancy-page__row {
    grid-template-columns: calc(60% - 5px) calc(40% - 5px);
  }

  .recipes-catalog__search {
    display: block;
  }

  .recipes-catalog__sort {
    margin-right: 20px;
  }

  .recipes-catalog__sort .sort__text {
    display: block;
  }

  .recipes-catalog__sort .custom-select__control {
    height: 36px;
    margin-left: 10px;
  }

  .recipes-catalog__sort .custom-select__sort-btn-icon {
    right: 60%;
  }

  .recipes-category-page .product-pagination {
    margin: 50px auto;
    flex-direction: row;
  }

  .recipes-category-page .product-pagination__more {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .recipes-category__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .recipes-category__list .recipes-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .recipes-category__list .recipes-item:nth-child(10n) {
    grid-column-start: 3;
    grid-column-end: 5;
  }

  .recipe-item-page .main-info {
    flex-direction: row;
  }

  .recipe-item-page .main-info__image,
  .recipe-item-page .main-info__content {
    width: 50%;
  }

  .recipe-item-page .main-info__image {
    height: auto;
  }

  .recipe-item-page .main-info__content {
    padding: 50px 30px;
  }

  .recipe-item-page .components .recipe-recommend__item .cost-with-border {
    border-left: unset;
  }

  .recipe-item-page .components .recipe-recommend__item-cost {
    margin: 0;
  }

  .recipe-item-page .components .recipe-recommend__item-cost span {
    display: none;
  }

  .recipe-item-page .components .recipe-recommend__info-head,
  .recipe-item-page .components .recipe-recommend__item-body {
    grid-template-columns: 5fr 1.5fr 1.5fr 4fr;
    align-items: center;
    padding: 25px 25px 25px 29px;
  }

  .recipe-item-page .components .recipe-recommend__item-body div:nth-child(even),
  .recipe-item-page .components .recipe-recommend__item-body div:nth-child(odd) {
    grid-column-start: unset;
    grid-column-end: unset;
  }

  .recipe-item-page .components .recipe-recommend__item-actions {
    flex-direction: row;
  }

  .recipe-item-page .components .recipe-recommend__info-head {
    display: grid;
  }

  .recipe-item-page .recipe-cooking__wrapper {
    width: 70%;
    max-width: 978px;
  }

  .recipe-item-page .recipe-cooking__wrapper video,
  .recipe-item-page .recipe-cooking__wrapper iframe {
    height: 38vw;
  }
}

@media (min-width: 1100px) {
  .news-container__inner {
    display: grid;
    grid-template-columns: minmax(530px, 40%) 1fr;
    grid-gap: 40px;
  }

  .news-main__img {
    max-width: 552px;
  }

  .news-other__title {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (min-width: 1200px) {
  .page-view .wrapper-contain,
  .contact-page .wrapper-contain,
  .login-page .wrapper-contain {
    max-width: 1140px;
  }

  .registration-page__row {
    padding: 30px 115px 55px;
  }

  .registration-page__message {
    padding: 0;
  }

  .registration-page .page-title {
    padding-left: 0;
    padding-right: 0;
  }

  .registration-page .theme-card {
    padding: 24px 0 0;
  }

  .registration-page__checkcode-info {
    max-width: 375px;
  }

  .pay__popup-alert .check-out__title {
    font-size: 24px;
  }

  .header-sticky--hide {
    transform: translateY(-100%);
  }

  .second-header--sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .header-2--sticky {
    padding-bottom: 60px;
  }

  .main-hero {
    margin-top: 20px;
    margin-bottom: 70px;
    height: 515px;
  }

  .main-hero .main-hero__link {
    height: 561px;
  }

  .main-hero__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .main-hero__slider {
    margin-bottom: 0;
    width: 70%;
    height: 515px;
  }

  .main-hero__slider .slick-dots {
    display: block !important;
  }

  .main-hero__slider .main-hero__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .main-hero__aside {
    margin-left: 3px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main-hero__img {
    width: 100%;
    height: 515px;
  }

  .howIt-info {
    min-height: 161px;
  }

  .atb-news__row {
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .atb-news__img {
    display: block;
  }

  .atb-news__item {
    max-width: 790px;
    margin-right: 50px;
  }

  .change-delivery .modal-body {
    min-height: 500px;
  }

  .dstep-two__coordinates-alert {
    width: 50%;
  }

  .dstep-five__title {
    margin-bottom: 180px;
  }

  .mastercard-promo__desc {
    justify-content: flex-start;
  }

  .mastercard-promo__desc-text {
    max-width: none;
    max-width: initial;
    margin-right: 5px;
  }

  .mastercard-promo__desc-price {
    margin-left: auto;
  }

  .cart-total__delivery .mastercard-promo__desc-text {
    max-width: none;
    max-width: initial;
  }

  .action-filter__items {
    width: 500px;
  }

  .action-filter__filter {
    margin-bottom: 0;
  }

  .action-filter__name {
    margin-right: 30px;
    display: block;
  }

  .questionnaire__field {
    margin-bottom: 30px;
  }

  .questionnaire__field-first:last-child {
    margin-bottom: 0;
  }

  #subscribeModal .modal-dialog {
    max-width: 950px;
  }

  .subscribe-modal .custom-modal__container {
    max-width: 950px;
  }

  .notification {
    top: 60px;
    right: 20px;
    left: auto;
    left: initial;
    min-height: 81px;
    transform: translateX(0);
  }

  .notification__icon {
    width: 40px;
    height: 40px;
  }

  .notification--hide {
    -webkit-animation: fadeOut-desktop 0.5s ease-in-out forwards;
    animation: fadeOut-desktop 0.5s ease-in-out forwards;
  }

  .btn-more:hover {
    background-color: transparent;
    border-color: #2D9CDB;
    color: #2D9CDB;
  }

  .popup-address .b-custom-radio-1__label {
    margin-bottom: 0;
  }

  .popup-address .popup-address__row {
    padding: 0 100px;
  }

  .popup-address .delivery-info__arrow {
    display: block;
  }

  .popup-address__title {
    margin-bottom: 60px;
  }

  .cart-item {
    padding: 15px 70px 15px 50px;
    contain-intrinsic-size: 150px;
  }

  .cart-item:first-child:not(.js-package-items) {
    border-top: none;
  }

  .cart-item__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cart-item__comment {
    padding-top: 10px;
  }

  .cart-item__comment-wrapper {
    width: 100%;
    order: 1;
    margin-top: 0;
  }

  .cart-item__comment-input {
    width: calc(100% - 130px);
    margin-left: auto;
    height: 50px;
    padding: 12px 40px 12px 20px;
    min-height: 50px;
  }

  .cart-item__img-wrapper {
    margin-right: 15px;
    width: 100px;
    max-height: 100px;
    justify-content: center;
  }

  .cart-item__img {
    max-height: 90px;
  }

  .cart-item__title-wrapper {
    width: 240px;
    margin-right: auto;
  }

  .cart-item__counter {
    margin-left: 40px;
    min-width: 210px;
  }

  .cart-item__counter .b-addToCart {
    margin-left: auto;
  }

  .cart-item__price::after {
    right: -23px;
  }

  .cart-item__price {
    min-width: 100px;
    text-align: center;
  }

  .cart-item__total-price {
    margin-left: 35px;
    min-width: 120px;
    text-align: center;
  }

  .cart-item__delete-btn.close-btn {
    right: -50px;
    top: 32px;
  }

  .cart-item--freeze .cart-item__price {
    visibility: hidden;
    display: block;
  }

  .cart-item--freeze .cart-item__counter {
    display: block;
    position: relative;
    right: -40px;
  }

  .cart-item--freeze .cart-item__total-price {
    visibility: hidden;
    display: block;
  }

  .cart-item--freeze .cart-item__title-wrapper .cart-item__freeze-title {
    display: none;
  }

  .cart-item--freeze .cart-item__freeze-title {
    text-align: center;
  }

  .cart-header__row {
    padding: 30px;
    display: grid;
    grid-template-columns: 280px 1fr 1fr 1fr 1fr 30px;
    justify-items: center;
  }

  .cart-header__item {
    display: block;
    padding: 0;
  }

  .product-right.kohae {
    padding-top: 0;
    position: static;
  }

  .product-right.kohae .kohae-top {
    padding: 0 0 0 24px;
  }

  .product-right.kohae .kohae-top .product-right__subtitle {
    display: block;
    color: #fff;
  }

  .product-right.kohae .kohae-top .product-right__title .wishlist-btn {
    position: static;
    top: auto;
    right: auto;
    color: #fff;
    margin-right: 30px;
  }

  .product-right.kohae .kohae-top .product-right__title .wishlist-btn:hover {
    color: #D72A28;
  }

  .product-right.kohae .kohae-top .product-right__title .wishlist-btn.wishlist-btn--added {
    color: #D72A28;
  }

  .product-right.kohae .kohae-top .product-price {
    display: none;
  }

  .product-right.kohae .kohae-rating__wrapper .rating__value {
    color: #fff;
  }

  .product-right.kohae .kohae-rating__wrapper .rating {
    position: static;
    top: auto;
  }

  .product-right.kohae .kohae-rating__wrapper .kohae-rating__right-logo {
    width: auto;
  }

  .product-right.kohae .kohae-rating__wrapper .kohae-rating__right-text {
    display: inline-block;
  }

  .product-right.kohae .kohae-rating__wrapper .kohae-rating__right-text-mob {
    display: none;
  }

  .product-right.kohae .kohae-bottom {
    padding: 22px 24px;
  }

  .product-right.kohae .kohae-bottom .product-price {
    display: block;
  }

  .product-right.kohae .kohae-bottom__info {
    justify-content: space-between;
    padding-bottom: 19px;
  }

  .product-right.kohae .kohae-bottom__info p {
    width: auto;
    font-size: 11px;
  }

  .product-right.kohae .kohae-bottom__desc {
    padding-bottom: 17px;
    justify-content: space-between;
  }

  .product-right.kohae .kohae-bottom__steps {
    width: auto;
    margin-left: 0;
    justify-content: space-between;
  }

  .product-right.kohae .kohae-bottom .product-right__wrapper {
    margin: 0;
  }

  .product-right.kohae .product-price:not(.product-price--sale) {
    padding-top: 38px;
  }

  .howIt-work-today .howIt-work__slider {
    height: 100%;
  }

  .howIt-work-today .date-product_day {
    margin-bottom: 36px;
  }

  .product-right.today .product-right__title .wishlist-btn:hover {
    color: #EF3E33;
  }

  .switch-language--mobile {
    display: none;
  }

  .switch-language--desktop {
    display: block;
    margin-left: 30px;
  }

  .map-body__store-text {
    display: block;
    max-width: 240px;
    top: 45px;
    right: 45px;
  }

  .address-page__row {
    grid-gap: 15px;
  }

  .site-header {
    z-index: var(--header-index);
  }

  .site-header--sticky {
    padding-bottom: 60px;
  }

  .site-header__row {
    padding: 25px 40px 30px 40px;
  }

  .site-header__decorative-shadow {
    bottom: auto;
    bottom: initial;
    top: -5px;
  }

  .site-header--energy {
    background-position: -15px 0, center;
    background-size: 460px 200px, cover;
  }

  .site-header--energy .top-header__city-selection {
    background-color: transparent;
  }

  .top-header {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 30px 0;
  }

  .top-header__icon-wrapper {
    position: static;
    border-top: none;
    border-radius: 0;
    border-radius: initial;
    padding: 0;
    grid-column: 4/-1;
    justify-content: flex-end;
  }

  .top-header__icon-wrapper--hide {
    pointer-events: auto;
  }

  .top-header__icon-wrapper--hide .user-navigation-icon {
    display: inline;
    display: initial;
    opacity: 1;
    transform: scale(1);
  }

  .top-header__city-selection--delivery {
    grid-column: 1/3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
  }

  .top-header__city-selection--delivery .delivery-info--city {
    overflow: visible;
    overflow: initial;
  }

  .top-header__city-selection {
    background-color: transparent;
  }

  .top-header__city-selection {
    padding: 0;
    grid-column: 1/3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
  }

  .top-header__icon-row {
    grid-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .user-navigation-icon.top-header__icon-mobile {
    display: none;
  }

  .top-header__search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/4;
    align-items: center;
  }

  .user-navigation-icon.top-header__user-icon {
    order: -1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .user-navigation-icon.top-header__user-icon .user-navigation-icon__img {
    margin-right: 5px;
    margin-left: 5px;
  }

  .top-header__user-info {
    display: block;
    font-size: 14px;
    font-weight: 800;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .top-header__info {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    grid-column: 3/-1;
  }

  .top-header__toggle-menu {
    display: none;
  }

  .sticky-header {
    display: block;
    width: 100%;
  }

  .sticky-header--hide {
    transform: translateY(-100%);
  }

  .sticky-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .catalog-category {
    background-color: transparent;
    transition: 0.3s cubic-bezier(0.72, 0.12, 0.07, 1);
    visibility: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
  }

  .catalog-category.active {
    visibility: visible;
  }

  .catalog-category__close-btn {
    max-width: 365px;
  }

  .catalog-category__store,
  .catalog-category__marketplace {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    /*max-width: 365px;*/
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    overflow-x: visible;
  }

  .category-menu {
    max-width: 365px;
  }

  .catalog-category__store {
    top: 0;
  }

  .catalog-category__store.active {
    opacity: 1;
  }

  .catalog-category__marketplace {
    top: 0;
  }

  .catalog-category__marketplace.active {
    opacity: 1;
  }

  .user-navigation-icon {
    background-color: transparent;
  }

  .user-navigation-icon {
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    display: inline-block;
  }

  .user-navigation-icon--show-label .user-navigation-icon__label {
    left: 18px;
    top: -7px;
  }

  .user-navigation-icon__total-price {
    bottom: -15px;
  }

  .delivery-info__text-wrapper {
    max-width: 400px;
  }

  .city-selection .delivery-info--city {
    margin-right: 30px;
    position: relative;
  }

  .city-selection__arrow {
    display: block;
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: #c4c4c4;
    height: 1px;
    width: 18px;
  }

  .city-selection__arrow::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 2px 8px;
    border-color: transparent transparent transparent #c4c4c4;
    right: -2px;
    top: -2px;
  }

  .header-search {
    width: 100%;
    margin-right: 20px;
  }

  .category-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    left: 355px;
    /* display: none; */
    height: 100%;
    width: calc(100% - 360px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .category-menu__item:hover .category-dropdown {
    /* display: flex;
      flex-direction: column; */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .category-dropdown__title {
    justify-content: flex-start;
    padding: 10px 30px;
    border-bottom: none;
  }

  .category-dropdown__title .custom-arrow {
    display: none;
  }

  .category-dropdown__list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    padding: 10px 30px;
  }

  .category-dropdown__show-all {
    width: 100%;
    margin-top: auto;
  }

  .catalog-category__store .category-dropdown {
    width: 100%;
    max-width: 400px;
  }

  .navigation-user {
    display: none;
  }

  .catalog-open-widget {
    display: none;
  }

  .category-menu__open {
    pointer-events: none;
  }

  .category-menu__change-catalog {
    display: none;
  }

  .product-button__container {
    grid-template-columns: 1fr;
  }

  .product-button__container:hover .product-button__tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .product-button__info {
    display: none;
  }

  .page-title {
    font-size: 36px;
    padding: 0 2px 20px;
  }

  .address-item .delivery-info--city {
    margin-right: 40px;
  }

  .section-page__row {
    padding: 20px;
  }

  .questionnaire-info {
    margin-bottom: 15px;
  }

  .promocode__input-wrapper {
    width: 60% !important;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .promocode__send-wrapper--done {
    width: 150px;
  }

  .check-code__input-wrapper {
    margin-right: 50px;
  }

  .arena-card-modal .custom-modal__container {
    max-width: 950px;
  }

  .available-modal > .select2-container.select2-container--default.select2-container--open {
    bottom: 485px!important;
  }

  .available-modal .custom-modal__container {
    width: 100%;
    max-width: 1050px;
    padding: 40px;
  }

  .available-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .available-modal__title {
    font-size: 24px;
    max-width: 700px;
  }

  .available-modal__map {
    margin-bottom: 30px;
    height: 60vh;
  }

  .site-navigation {
    position: static;
    background-color: transparent;
    border-top: none;
    height: auto;
    visibility: visible;
    overflow: visible;
    overflow: initial;
    transform: translateX(0);
  }

  .site-navigation__mobile-container {
    display: none;
  }

  .site-navigation__top {
    display: none;
  }

  .footer__row {
    grid-template-columns: 400px 1fr 435px 60px;
  }

  .footer__subscribe-form {
    grid-column: 3 / 5;
  }

  .footer__subscribe-form .netpeak-popup__title {
    text-align: left;
  }

  .footer__payments {
    grid-column: 4/5;
  }

  .footer__about-store {
    grid-column: 3/4;
  }

  .footer__my-cabinet {
    display: block;
    align-self: start;
    grid-column: 2/3;
    grid-row: 2/6;
  }

  .product-page__container {
    grid-template-columns: calc(100% - 300px - 10px) 300px;
  }

  .product-page__title {
    font-size: 36px;
    padding: 20px 5px;
  }

  .product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-slider {
    width: 50%;
    border-bottom: none;
  }

  .product-about {
    width: 50%;
    padding: 30px;
    padding-bottom: 70px;
    display: grid;
    grid-template-columns: 280px 1fr;
    align-content: start;
    grid-template-rows: auto;
  }

  .product-about__price {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .product-about__counter {
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
    margin-left: 0;
    margin-left: initial;
  }

  .product-about__change-weight .change-weight__checkbox-wrapper {
    order: -1;
  }

  .product-about__change-weight {
    order: 1;
  }

  .product-about__tags {
    width: 100%;
    grid-row: 1 / span 1;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto auto 1fr;
    margin-bottom: 30px;
  }

  .product-about__tags .available-alert--top {
    width: 100%;
    margin: 0;
    height: auto;
    grid-column: 3 / span 1;
    grid-row: 2/ span 1;
  }

  .product-about__tags .available-alert--top .custom-blue-btn {
    text-align: right;
  }

  .product-about__tags .available-alert--top .available-alert__not-store-info {
    text-align: right;
  }

  .product-about__tags .available-tag {
    margin-bottom: 0;
    grid-column: 3 / span 1;
    justify-self: end;
    width: auto;
  }

  .product-about__tags .rating {
    grid-column: 2/span 1;
    grid-row: 1 / span 1;
  }

  .product-about__labels {
    grid-column: 1/-1;
    grid-row: 2 / span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .product-about__select {
    grid-column: 1 / -1;
    grid-row: 4 / span 1;
  }

  .product-about__buttons {
    margin-bottom: 0;
    justify-self: end;
    grid-column: 2 / span 1;
    grid-row: 5 / span 1;
    justify-content: end;
    grid-template-columns: repeat(auto-fit, minmax(40px, 89px) minmax(40px, 89px));
    max-width: 120px;
  }

  .product-about__timeless-desc {
    grid-column: 1 / -1;
    grid-row: 7 / span 1;
    margin-top: 20px;
  }

  .product-about__characteristics {
    grid-column: 1 / -1;
    grid-row: 6 / span 1;
    margin-top: 20px;
  }

  .product-about__group-tags {
    grid-column: 1 / -1;
    grid-row: 6 / span 1;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .product-about__short-info {
    grid-column: 1 / -1;
    grid-row: 7 / span 1;
  }

  .product-description {
    padding: 30px;
  }

  .product-characteristics {
    padding: 30px;
  }

  .catalog-page__filter-btn {
    width: 100%;
    max-width: 377px;
  }

  .catalog-page__sort {
    width: 100%;
    max-width: 377px;
  }

  .catalog-page__sort .custom-select__control {
    border-left: 1px solid #E3E5E8;
  }

  .catalog-item__product-price {
    font-size: 26px;
  }

  .reviews {
    padding: 0;
  }

  .reviews-item__answer {
    margin-left: 49px;
  }

  .reviews-item__icon {
    order: -1;
    margin-right: 15px;
  }

  .reviews-item__time {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .cabinet-navigation__wrapper {
    padding-right: 16px;
    padding-left: 8px;
  }

  .cabinet-info__row {
    padding: 30px 150px 100px;
  }

  .cabinet-info__welcome-msg-1 {
    font-size: 40px;
  }

  .cabinet-order__row {
    background-color: var(--accent-light);
  }

  .order-item--subscribe .order-header__bottom {
    justify-content: flex-start;
  }

  .order-header {
    background-color: var(--bg-light);
  }

  .order-body-info {
    padding: 20px;
    justify-content: flex-start;
  }

  .order-body-info__item:last-child {
    margin-right: 0;
  }

  .order-body-info__item {
    flex-basis: 24%;
    flex-grow: 0;
    margin-right: 20px;
  }

  .order-body-info__item--active .order-body-info__row {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
  }

  .order-body-info__item--active .order-body-info__row--delivery {
    top: auto;
    top: initial;
    left: auto;
    left: initial;
  }

  .order-body-info__item--active .order-body-info__icon {
    fill: var(--grey7);
  }

  .order-body-info__item--active .order-body-info__name {
    color: var(--grey7);
  }

  .order-body-info__item--active .order-body-info__name::before {
    display: none;
  }

  .order-body-info__row {
    display: grid;
    grid-gap: 7px;
  }

  .order-body-info__row:first-of-type {
    margin-bottom: 16px;
  }

  .order-body-info__icon {
    margin-right: 15px;
  }

  .order-body-info__name {
    flex-direction: row;
    cursor: auto;
    cursor: initial;
  }

  .order-body-info__text-grey--mastercard {
    font-size: 16px;
  }

  .order-body-info__text-grey--cashback {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .order-body-info__cashback-text {
    margin-left: 0;
    margin-right: 8px;
  }

  .order-body-info__text-grey--default {
    font-size: 16px;
  }

  .order-courier {
    padding: 10px 20px;
  }

  .arena-page__item {
    border: none;
  }

  .arena-page__item:nth-child(even) {
    background-color: #F7F7F8;
  }

  .cabinet-coupon__row {
    padding: 20px 143px 100px;
  }

  .popular-products {
    margin-bottom: 70px;
  }

  .update-package .cart-item__counter {
    min-width: 200px;
    right: -30px;
  }

  .cart-section__list {
    margin-bottom: 80px;
  }

  .cart-total__weight-name .qty-max-count {
    left: auto;
    right: 100%;
    top: -22px;
    margin-top: 0;
    margin-right: 11px;
    line-height: 1.2;
  }

  .cart-total__weight-name .qty-max-count:before {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: none;
    border-left: 7px solid #EF3E33;
    left: auto;
    right: -7px;
    top: 50%;
    transform: translate(0, -4px);
  }

  .cart-total__weight-name .qty-max-count:after {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    border-right: none;
    border-left: 6px solid #fff;
    left: auto;
    right: -6px;
    top: 50%;
    transform: translate(0, -3px);
  }

  .packaging-block {
    padding: 40px;
  }

  .packaging-slider-list .item-slider__head {
    margin-left: 40px;
  }

  .tabletochki-slider-list .item-slider__head {
    margin-left: 40px;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--blue {
    width: 37vw;
    height: 32vw;
    position: absolute;
    top: -22%;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--orange {
    width: 55vw;
    height: 37vw;
    right: -1%;
    top: 50%;
  }

  .tabletochki-slider-list__bg .cabinet-navigation__icon--stars-fill {
    top: 6vw;
    position: absolute;
    z-index: 2;
    right: 8vw;
    width: 9vw;
    height: 6vw;
    opacity: 1;
  }

  .checkout-main .check-out {
    padding: 33px 30px 65px 60px;
  }

  .checkout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .checkout__addresses .check-code__input-wrapper {
    margin-right: 20px;
  }

  .checkout-products .checkout-products__header {
    padding: 20px 35px 20px 60px;
  }

  .checkout-products__trigger {
    left: 20px;
  }

  .checkout-products__list {
    padding: 0 20px 20px 60px;
  }

  .checkout-controls {
    max-width: calc(846px + 90px);
    margin-right: auto;
    margin-left: 0;
    margin-left: initial;
  }

  .checkout-info {
    position: sticky;
    min-width: 330px;
    transition: 0.3s;
    max-width: 330px;
    top: 10px;
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .checkout-title .page-title {
    padding-top: 20px;
  }

  .checkout-product-item__order {
    margin-right: 30px;
  }

  .info-page__text-title {
    font-size: 36px;
  }

  .info-page__btns-wrapper {
    justify-content: space-between;
  }

  .delivery-page__contain {
    display: grid;
    grid-template-columns: auto 414px;
    grid-gap: 10px;
  }

  .delivery-page__row--full {
    grid-column: 1 / 3;
  }

  .news-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 15px;
    padding-top: 23px;
    padding-bottom: 25px;
  }

  .news-item:first-child,
  .news-item:nth-child(7) {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 55% 45%;
  }

@media (min-width: 1200px) {
    .news-item:first-child .news-item__img,
    .news-item:nth-child(7) .news-item__img {
      padding-top: 93%;
      grid-column: 2;
      grid-row: 1;
    }
}

@media (min-width: 1200px) {
    .news-item:first-child .news-item__content,
    .news-item:nth-child(7) .news-item__content {
      grid-column: 1;
      grid-row: 1;
    }
}

  .news-item:nth-child(2),
  .news-item:nth-child(8) {
    grid-column: 3 / 5;
    display: grid;
    grid-template-columns: 55% 45%;
  }

@media (min-width: 1200px) {
    .news-item:nth-child(2) .news-item__img,
    .news-item:nth-child(8) .news-item__img {
      padding-top: 93%;
      grid-column: 2;
      grid-row: 1;
    }
}

@media (min-width: 1200px) {
    .news-item:nth-child(2) .news-item__content,
    .news-item:nth-child(8) .news-item__content {
      grid-column: 1;
      grid-row: 1;
    }
}

  .news-item__img {
    padding-top: 81%;
  }

  .news-item__content {
    min-height: 280px;
  }

  .news-item__text {
    margin-bottom: 0;
  }

  .news-item__more {
    display: none;
  }

  .news-container {
    margin-top: 23px;
  }

  .bottom-infoblock {
    padding-top: 40px;
  }

  .bottom-infoblock__content {
    padding: 40px 25px 40px 60px;
  }

  .bottom-infoblock__title {
    font-size: 30px;
  }

  .bottom-infoblock__text {
    font-size: 16px;
  }

  .subscribe-message__row {
    padding: 40px 40px 30px;
  }

  .subscription-order-item__row {
    padding: 25px;
  }

  .subscription-order-item__top {
    width: 500px;
  }

  .subscription-order-item__comment {
    margin-left: auto;
    margin-right: 60px;
  }

  .netpeak-popup-envelope {
    right: 70px;
    transform: scale(1);
  }

  .netpeak-popup-envelope:hover {
    transform: scale(1.2);
  }

  .netpeak-popup-envelope .envelope-close {
    display: none;
  }

  .cart-comment__add-comment {
    margin: 0 0 0 277px;
  }
}

@media (min-width: 1400px) {
  .cart-header__row {
    grid-template-columns: 310px 1fr 1fr 1fr 1fr 10px;
  }
}

@media (min-width: 1430px) {
  .mastercard-banner {
    display: block;
  }

  .mastercard-banner__mobile {
    display: none;
  }

  .mastercard-promo__input {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .mastercard-promo__input .mastercard-promo__code.cell-input__field {
    left: 25px;
  }

  .mastercard-promo__check-text-wrapper {
    align-self: start;
  }

  .action-filter__items {
    width: 544px;
  }

  .action-filter__name {
    margin-right: 50px;
  }

  .product-box.today .today-action-date,
  .product-wrap.today .today-action-date {
    font-size: 15px;
    /*padding: 32px 10px 4px;*/
    padding: 44px 10px 4px;
    top: -30px;
  }

  .product-right.today .product-right__top-wrap:after {
    width: 107px;
    height: 53px;
    right: 0;
  }
}

@media (min-width: 1431px) {
  .cart-list {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-list .cart-list__arena-item {
    width: auto;
    width: initial;
  }

  .cart-list__row {
    background-color: var(--accent-light);
    padding: 20px 0 40px;
  }

  .cart-item {
    max-width: 1080px;
    width: 100%;
    padding: 20px 70px 20px 20px;
    border-left: none;
    border-right: none;
  }

  .cart-header__row {
    grid-template-columns: 290px 1fr 1fr 1fr 1fr 215px;
  }

  .sticky-header--sticky:not(.sticky-header--hide) ~ .main-container .cart-section__info,
  .sticky-header--sticky:not(.sticky-header--hide) ~ main .checkout-info {
    top: 70px;
  }

  .cart-section__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-section__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cart-section__list {
    margin-right: 10px;
  }

  .cart-section__info {
    position: sticky;
    min-width: 330px;
    transition: 0.3s;
    max-width: 330px;
    top: 10px;
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .checkout .cart-section__info {
    position: static;
  }

  .cart-comment__add-comment {
    margin: 0 0 0 298px;
  }
}

@media (min-width: 1440px) {
  .page-view .wrapper-contain,
  .contact-page .wrapper-contain,
  .login-page .wrapper-contain {
    max-width: 1400px;
  }

  .registration-page__phone-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .registration-page__phone-wrapper--small {
    max-width: 325px;
  }

  .registration-page .form-row {
    width: auto;
  }

  #signupform-phone {
    width: 297px;
  }

  .registration-page__checkcode {
    width: auto;
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .registration-page__checkcode-info {
    position: absolute;
    left: 0;
    top: 100%;
  }

  .delivery-info__text-wrapper {
    max-width: 450px;
  }

  .header-search {
    margin-right: 0;
  }

  .product-page__container {
    grid-template-columns: 1fr minmax(300px, 20%);
  }

  .product-about__tags .available-alert--top {
    grid-column: 4 / span 1;
    grid-row: 1/ span 1;
  }

  .product-about__tags .available-alert--top .available-alert__not-store-info {
    padding: 0 10px;
    width: 140px;
  }

  .product-about__buttons {
    max-width: none;
  }

  .packaging-slider-list {
    padding-bottom: 0;
  }

  .news-item:first-child,
  .news-item:nth-child(7) {
    grid-template-columns: 45% 55%;
  }

  .news-item:nth-child(2),
  .news-item:nth-child(8) {
    grid-template-columns: 45% 55%;
  }

  .news-item__content {
    min-height: 306px;
  }

  .news-item__title {
    font-size: 20px;
  }

  .news-item__text {
    font-size: 16px;
  }

  .news-item__date {
    font-size: 13px;
  }
}

@media (min-width: 1600px) {
  .filters__label .mastercard-promo__desc {
    margin-top: 0;
  }

  .filters__label .mastercard-promo__desc-text {
    max-width: none;
    max-width: initial;
  }

  .recipe-change-product-list .item-slider__wrapper,
  .same-recipe-list .item-slider__wrapper,
  .lider-slider-list .item-slider__wrapper,
  .new-slider-list .item-slider__wrapper,
  .viewed-list .item-slider__wrapper,
  .tabletochki-slider-list .item-slider__wrapper,
  .popular-products .item-slider__wrapper {
    margin: 0 0 30px calc((100% - 1600px) / 2);
  }

  .bottom-infoblock {
    padding-bottom: 30px;
  }

  .bottom-infoblock__wrapper {
    margin: 0 0 0 calc((100% - 1600px) / 2);
  }
}

@media (min-width:1600px) {
  .catalog-subcategory-list {
    margin: 0 0 30px calc((100% - 1600px) / 2);
  }
}

@media (max-width: 1440px) {
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 200px;
  }
}

@media (max-width: 1430px) {
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border: none;
  }
}

@media (max-width: 1380px) {
  .product-box.today .today-action-date,
  .product-wrap.today .today-action-date {
    font-size: 16px;
    padding: 52px 10px 6px;
    /*top: -56px;*/
    top: -40px;
  }
}

@media (max-width: 1200px) {
  .product-box.today .today-action-date,
  .product-wrap.today .today-action-date {
    font-size: 14px;
    padding: 44px 10px 6px;
    /* top: -46px; */
    top: -35px;
  }

  .cardproduct-popup.popup-city .popup-city__inner {
    width: 96%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199.98px) {
  .checkout-delivery--basket .checkout-delivery__way-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .create-ordertemplate {
    margin-top: 0;
  }

  .collection-product-wrapper .product-top-filter {
    margin-bottom: 35px;
  }

  .product-box.today .today-action-date,
  .product-wrap.today .today-action-date {
    font-size: 14px;
    padding: 48px 10px 7px;
    /* top: -56px; */
    top: -40px;
  }

  .product-right.today .product-right__top-wrap:after {
    width: 107px;
    height: 53px;
    right: 0;
  }
}

@media (max-width: 980px) {
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 40%;
  }

  .product-right.today .product-right__top-wrap:after {
    width: 80px;
    height: 40px;
    top: calc(100% + 5px);
  }

  .checkout-delivery--basket .checkout-delivery__way-wrapper {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .checkout__delivery-alert {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .registration-page.white-section {
    margin-top: 0;
  }

  .registration-page__row.white-section__row {
    background: transparent;
  }

  .pay__popup-alert {
    height: 65%;
  }

  .wishlist-template-btns {
    flex-direction: column;
  }

  .button-green {
    margin-right: 0;
    margin-left: 0;
  }

  .add-button.add-button-green:hover,
  .add-button.add_cart.addToCartBtn.add-button-green:hover {
    background-color: #448E2B;
    color: #fff;
  }

  .add-button.add-button-green:hover svg,
  .add-button.add_cart.addToCartBtn.add-button-green:hover svg {
    fill: #fff;
  }

  .create-ordertemplate__topblock {
    justify-content: center;
  }

  .create-ordertemplate__left {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }

  .create-ordertemplate__title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .create-ordertemplate__dell-all {
    margin-right: 0;
  }

  .bakery-search {
    width: 100%;
  }

  .popup-address .popup-city__inner {
    height: auto;
  }

  .product-right.today:before {
    width: calc(100% + 24px + 24px);
  }

  .product-right.today:after {
    width: calc(100% + 21px + 22px);
  }

  .product-right.today .product-right__top-wrap {
    margin-bottom: 50px;
  }

  .product-right.today .product-right__top-wrap:before {
    width: calc(100% + 24px + 24px);
    height: calc(100% + 25px);
  }

  .product-right.today .product-right__top-wrap:after {
    right: auto;
    left: -10px;
  }

  .product-right.today .product-right__title {
    padding-bottom: 0;
    border-bottom: none;
  }

  .orders .card-header__info-data {
    left: 0;
  }

  .orders .card-header__info-data:before {
    left: 5%;
  }

  .orders .card-header__info-data:after {
    left: 5%;
  }

  .cardproduct-popup.popup-city .popup-city__inner {
    /* width: 94%; */
    /* height: 96vh; */
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cardproduct-popup.popup-city .cardproduct-popup__bottom {
    flex-wrap: wrap;
  }

  .cardproduct-popup.popup-city .product-right__btns-outer {
    margin-left: 0;
  }

  .cardproduct-popup.popup-city .product-price {
    width: 100%;
    margin-bottom: 25px;
  }

  .cardproduct-popup.popup-city .popup-city__close {
    right: 15px;
  }

  .cardproduct-popup-slider.slick-slider {
    margin-bottom: 15px;
  }

  .cardproduct-popup-slider.slick-slider.slick-dotted {
    margin-bottom: 35px;
  }

  .cardproduct-popup-slider.slick-slider.slick-dotted .item {
    height: calc(96vh - 40px - 120px - 82px);
  }

  .cardproduct-popup-slider .item {
    height: calc(96vh - 20px - 120px - 82px);
  }

  .cardproduct-popup-slider .item .cardproduct-popup-img {
    width: 130%;
  }

  .cardproduct-popup-slider .slick-dots {
    bottom: -25px;
  }

  .cardproduct-popup-slider .slick-prev,
  .cardproduct-popup-slider .slick-next {
    width: 40px;
    height: 40px;
  }

  .cardproduct-popup-slider .slick-prev:before,
  .cardproduct-popup-slider .slick-next:before {
    background-size: 55% auto;
  }

  .cardproduct-popup-slider .slick-prev {
    left: -15px;
  }

  .cardproduct-popup-slider .slick-next {
    right: -15px;
  }
}

@media (max-width: 767.98px) {
  .product-filter-content .search-count {
    display: none;
  }

  .product-filter-content {
    justify-content: space-between;
  }

  .product-filter-content .product-page-per-view {
    width: 50%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border: none;
    width: 100%;
  }

  .product-filter-content .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #F2F2F2;
    width: 100%;
    height: 45px;
    font-size: 11px;
    line-height: 15px;
    color: #4f4f4f;
  }

  .product-page-per-view .select2-container--default .select2-selection--single {
    border-right-color: transparent;
  }

  .product-filter-content .select2-container {
    width: 100% !important;
    z-index: 5;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    /*width: 50%;*/
    width: 100%;
  }
}

@media (max-width: 577px) {
  .mobile-wishlist.onhover-div {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .wishlistCount.onhover-div__count {
    left: 17px;
  }

  .order-box .total li .name .not-bold {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .checkout-delivery {
    width: 100%;
  }

  .checkout-delivery .checkout-delivery__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .product-filter-content .select2-container--default .select2-selection--single {
    font-size: 10px;
  }

  .product-filter-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
  }

  .product-item__wishlist {
    top: 10px;
  }

  .row .product-box,
  .row .product-wrap {
    margin-bottom: 30px;
  }

  .product-box.kohae:after,
  .product-wrap.kohae:after {
    width: 72px;
    height: 30px;
  }

  .product-box.today .today-action-logo,
  .product-wrap.today .today-action-logo {
    right: 30px;
    top: 18px;
  }

  .product-box.today .today-action-date,
  .product-wrap.today .today-action-date {
    font-size: 12px;
    padding: 30px 10px 2px;
    /* top: -45px; */
    top: -25px;
  }

  .product-box.blooming:before,
  .product-wrap.blooming:before {
    width: 70px;
    height: 40px;
    right: 27px;
  }

  .cardproduct-popup-slider .slick-prev,
  .cardproduct-popup-slider .slick-next {
    opacity: 0;
  }

  .balloon,
  .balloon-box {
    transform: scale(2);
  }
}

@media (max-width: 360px) {
  .product-filter-content .select2-container--default .select2-selection--single {
    font-size: 8px;
  }
}

@media (max-width: 350px) {
  .product-box.today .today-action-date,
  .product-wrap.today .today-action-date {
    font-size: 11px;
    padding: 20px 10px 1px;
    /* top: -33px; */
    top: -15px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) and (max-height: 1025px) {
  .available-modal > .select2-container.select2-container--default.select2-container--open {
    bottom: 530px!important;
  }
}

@media (max-height: 700px) {
  .available-modal__map {
    height: 420px;
  }
}