@charset "UTF-8";
400;500;700&display=swap");
.footer {
  background: #eff0f0;
  padding: 64px;
  margin-top: 88px;
}

.footer__copy {
  font-size: 0.875rem;
}

.footer__copy a {
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}

.footer-line {
  display: flex;
  justify-content: space-between;
}

.footer-line--bot {
  align-items: center;
  margin-top: 35px;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  width: 55.71429%;
}

.footer__phone {
  margin-left: auto;
  width: 23.21429%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__phone a {
  text-decoration: none;
}

.footer .submenu__list-el:not(:first-child) {
  margin-top: 11px;
}

.footer .submenu__list-link {
  font-size: 1rem;
}

.footer-phone a {
  color: #000;
  font-size: 1.25rem;
}

.footer-call {
  margin-top: 10px;
}

.footer__check {
  display: flex;
  flex-direction: column;
}

.footer__check > *:not(:first-child) {
  margin-top: 15px;
}

.footer .f-auth {
  width: 100%;
}

.footer .f-auth a {
  width: 100%;
}

.f-auth__link {
  display: inline-block;
  border: 1px solid #d2d0d0;
  color: #000;
  text-decoration: none;
  padding: 14px 28px;
  text-align: center;
}

.dev {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.dev__text {
  margin-right: 10px;
  font-size: 0.875rem;
}

#feedback-modal .forms__bottom {
  display: flex;
  flex-direction: column-reverse;
}

#feedback-modal .forms__input {
  height: 41px;
}

#feedback-modal .forms__label {
  font-size: .875rem;
  min-height: 16px;
}

#feedback-modal .forms__text-bottom {
  text-align: left;
  font-size: 1rem;
}

#feedback-modal .forms-submit-cont {
  margin: 2rem 0 0 !important;
  width: 100%;
}

#feedback-modal .forms__label--file:before {
  height: 41px !important;
  top: 32px !important;
}

#feedback-modal .forms__submit {
  width: auto;
}

#feedback-modal .forms-submit-cont {
  justify-content: flex-start;
}

#feedback-modal .forms__text-bottom {
  text-align: left;
  font-size: 1rem !important;
}

#feedback-modal textarea {
  border: 1px solid #ebebeb;
  border-radius: 0 !important;
  padding: 10px 20px;
}

.modal-form-feedback .forms-wrap {
  flex-direction: column;
  align-items: center;
}

@media (max-width: 660px) {
  #feedback-modal .forms__submit {
    border: 1px solid #139658;
    background: #2cad42;
    color: #fff;
    font-weight: 100;
    height: 56px;
    width: 100%;
    border-radius: 0 !important;
  }
}

.brands-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 555px;
  margin: 0 auto;
}

.brands-filter__link {
  font-weight: 300;
  font-size: 20px;
  line-height: 168.8%;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
}

.brands-filter__link:first-child {
  margin-right: 20px;
}

.brands-filter__link:last-child {
  margin-left: 20px;
}

.brands-filter__link--disabled {
  color: #B3B3B3;
  pointer-events: none;
}

.brands__list {
  margin-top: 64px;
  display: grid;
  gap: 35px;
}

.brands__item {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.brands__item-letter span {
  width: 30px;
  text-align: right;
  display: inline-block;
  font-size: 1.25rem;
}

.brands__item-elements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.brands__item-el {
  font-weight: 300;
  font-size: 14px;
  line-height: 168.8%;
  color: #000;
  text-decoration: none;
}

@media (max-width: 660px) {
  .brands-filter__link {
    font-weight: 300;
    font-size: 13px;
  }
  .brands-filter__link:first-child {
    margin-right: 10px;
  }
  .brands-filter__link:last-child {
    margin-left: 10px;
  }
  .brands__item-elements {
    grid-template-columns: 100%;
  }
  .brands__list {
    margin-top: 40px;
  }
}

.content__heading.property {
  font-weight: bold;
  padding-bottom: 10px;
}

.forms__bottom .forms__text-bottom {
  font-size: .875rem;
  font-weight: 100;
  letter-spacing: .01em;
  text-align: center;
  margin-top: 10px;
  line-height: 1.375rem;
}

.content__item.checkbox {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.content__item.checkbox input[type="checkbox"] + label::before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #ebebeb;
}

.content__item.checkbox input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50px;
}

.content__item.checkbox input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 53px;
  padding-top: 5px;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 19px;
}

.content__item.checkbox .checkbox_282.option:checked + label::before {
  background-color: #2cad42;
  border-color: #2cad42;
}

.content__item.checkbox .checkbox_282.option:checked + label::after {
  background-color: #fff;
}

.content__item.checkbox label {
  display: flex;
  position: relative;
  align-items: center;
}

.form__item .content__heading {
  font-weight: bold;
  padding-bottom: 10px;
  color: #2cad42;
}

.content__item--textarea textarea {
  width: 100%;
  border: 2px solid #2cad42;
  margin-top: 25px;
  border-radius: 5px;
  padding: 10px 20px;
}

.modal-form-feedback .forms-input-cont {
  width: 100% !important;
}

.detail-btn + .detail-btn {
  margin-left: 20px;
  padding: 13px 28px 12px 40px;
  background: url(../img/ico-rub.svg) no-repeat left 15px center, #2cad42;
  border-color: #2cad42;
  color: #fff;
}

.cat2__one-buy > .cat2__one-price {
  font-size: 1.25rem;
}

.main .bestsellers__cont .cat2__one-buy {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.main .bestsellers__cont .cat2__one-price {
  text-align: left;
}

.bestsellers__cont .opt-prices-block {
  text-align: center;
}

.bestsellers__cont .cat2__one-buy .to-cart {
  margin-left: auto;
}

@media (min-width: 660px) {
  .bestsellers__cont .cat2__one-buy .to-cart.added {
    border-radius: 50%;
    padding: 0 !important;
    height: 34px;
    width: 34px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: center !important;
    border: 0 !important;
    background: url(../img/ico-mobile-cart-white.png) center no-repeat, #2cad42 !important;
    background-size: 12px !important;
    transform: translate3d(3px, 7px, 0);
  }
}

.bestsellers__cont .cat2__one-fav-add {
  margin-left: 0;
}

.bestsellers__cont .countItemInCart {
  margin-top: 15px;
  display: block;
  width: 100%;
  order: 1;
  text-align: center;
}

.bestsellers__cont .cat2__one-price-opt + .cat2__one-price {
  width: 100%;
  text-align: center;
}

.bestsellers__cont .cat2__one-description, .bestsellers__cont .cat2__one-price {
  width: 50%;
  margin: 0 0 10px 0;
}

.bestsellers__cont .cat2__one-description {
  text-align: right;
  padding-right: 5px;
}

.tovar-info__volume {
  display: flex;
  justify-content: space-between;
}

.tovar-info__delivery {
  margin-left: auto;
}

body.js-sale .tovar-buy__price.isshow-sale-price .tovar-price {
  color: #929191;
  text-decoration: line-through;
}

body.js-sale .tovar-buy__price.isshow-sale-price .tovar-price span {
  text-decoration: none;
}

.tovar-buy__list {
  display: flex;
  margin-right: 50px;
}

.tovar-buy__price {
  border: 1px solid #EBEBEB;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tovar-buy__price:only-child {
  padding: 0;
  border: 0;
}

.tovar-buy__price:only-child .tovar-price_bonus {
  display: none;
}

.tovar-buy__price:not(:first-child) {
  margin-left: 25px;
}

.tovar-buy__price:not(:only-child):nth-child(1) .tovar-price {
  color: #FF0125;
  font-size: 1.5rem;
}

.tovar-price {
  font-weight: bold;
  font-size: 1.4375rem;
}

.tovar-price i.rub {
  font-weight: 600;
  font-size: 16px;
}

.tovar-price_bonus {
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 5px;
}

.bonus-count, .store-amount {
  font-size: 0.9375rem;
}

.bonus-count {
  margin-bottom: 5px;
}

.tovar-buy__one-click[style*="opacity: 0"] {
  display: none;
}

.cat2__one-description-opt {
  font-size: 0.875rem;
}

.cat2__one-price {
  font-size: 1.125rem;
}

.cat2__one-price span:nth-child(1) {
  font-size: 0.875rem;
}

.cat2__one-price-opt {
  font-size: 1.5rem;
  color: #FF0125;
  margin-bottom: 10px;
}

.delivery-radio__label .description {
  margin: 8px 0 0;
  display: block;
  color: #a5a0a0;
  font-size: 14px;
}

.deliv-type__inputs-input input:checked + label {
  background-color: #2cad42;
  color: #fff;
}

.deliv-type__inputs-input label {
  padding: 10px 10px !important;
  display: inline-block;
  border: 1px solid #2cad42;
  transition: background .3s ease, color .3s ease;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.deliv-type__inputs-input label:hover {
  background-color: #2cad42;
  color: #fff;
}

.deliv-type__inputs-input label:before, .deliv-type__inputs-input label:after {
  display: none !important;
}

#selectTypeDelivery .forms__title {
  font-size: 22px;
}

.head__deliv {
  order: -2;
  margin-right: 20px;
}

.deliv-type {
  font-size: 14px;
}

.deliv-type__title {
  margin-bottom: 10px;
  font-size: 12px;
}

.deliv-type__inputs {
  display: flex;
}

.deliv-type__inputs-input:not(:last-child) {
  margin-right: 10px;
}

.deliv-type__inputs-input label {
  margin: 0 !important;
}

.head-phone {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.text-page .ya-share2__icon {
  width: 33px !important;
  height: 33px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.text-page .ya-share2__item {
  border-radius: 5px !important;
  width: 33px !important;
  height: 33px !important;
}

.text-page .ya-share2__item.ya-share2__item_service_vkontakte {
  background-color: #4d80a5;
  background-image: url(../img/ico-vk.svg) !important;
}

.text-page .ya-share2__item.ya-share2__item_service_vkontakte span {
  background: none;
}

.text-page .ya-share2__item_service_facebook {
  background-color: #23599b;
}

.text-page .ya-share2__item_service_whatsapp {
  background-color: #65bc54;
}

.text-page .ya-share2__item_service_telegram {
  background-color: #64a9dc;
}

.text-page .ya-share2 {
  margin-bottom: 20px;
}

.text-page .ya-share2__list {
  justify-content: flex-start;
}

.text-page .ya-share2 li {
  padding: 0;
  margin: 0 10px 0 0 !important;
}

.text-page .ya-share2 li:before {
  display: none;
}

#modalWindow {
  position: static;
}

#modalWindow a {
  padding: 10px 20px;
  border: 1px solid #2cad42;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  color: #000;
}

#modalWindow.hideblock {
  display: none;
}

@media (min-width: 1000px) {
  #modalWindow {
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% - 10px);
    z-index: 10;
  }
}

@media (max-width: 1000px) {
  #modalWindow {
    margin-bottom: 20px;
  }
}

.filter__one {
  position: relative;
}

.user-data > .time-br {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: calc(20 / 14);
  color: #BA0636;
  padding-left: 34px;
  background-image: url(../img/ico-strong.svg);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 20px 0 20px 16px;
  max-width: 580px;
}

.brands .blog__item {
  margin-bottom: 10px;
}

.cart-popup .cart-popup__btn {
  color: #fff !important;
}

.cart-popup .cart-popup__btn:hover {
  color: #fff !important;
}

.moreAddress p b {
  display: inline-block;
  margin-bottom: 20px;
}

.shop-address__text a {
  display: block;
}

.shop-address__text a[href="javascript:void(0)"] {
  margin-bottom: 40px;
}

.menu__link[href*="mask_bar"] {
  position: relative;
  padding-right: 50px !important;
}

.menu__link[href*="mask_bar"]:before {
  content: "";
  display: block !important;
  position: absolute;
  opacity: 1 !important;
  background: url(../img/mask-bar.svg) no-repeat, #fff !important;
  top: -10px !important;
  left: -10px !important;
  width: calc(100% + 20px) !important;
  height: calc(100% + 20px) !important;
  background-size: contain;
  transform: none !important;
}

.menu__link[href*="mini_format"] {
  position: relative;
}

.menu__link[href*="mini_format"]:before {
  content: "";
  display: block !important;
  position: absolute;
  opacity: 1 !important;
  background: url(../img/mini-format.svg) center bottom no-repeat, #fff !important;
  top: -22px !important;
  left: -10px !important;
  width: calc(100% + 20px) !important;
  height: calc(100% + 20px) !important;
  background-size: 115px auto !important;
  transform: none !important;
}

@media (min-width: 1200px) {
  .fancybox-type-image .fancybox-image {
    max-height: calc(100vh - 100px);
    width: auto !important;
    display: inline !important;
  }
  .fancybox-type-image .fancybox-inner {
    height: auto !important;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .menu__link[href*="mask_bar"]:before {
    top: 10px !important;
    left: 19px !important;
    width: calc(100% - 38px) !important;
    height: calc(100% - 20px) !important;
  }
  .menu__link[href*="mini_format"]:before {
    top: 10px !important;
    left: 19px !important;
    width: calc(100% - 38px) !important;
    height: calc(100% - 20px) !important;
    background-position: left center !important;
    background-size: 83px auto !important;
  }
  .mobile-catalog .menu__link[href*="mask_bar"]:before {
    left: 0 !important;
    width: 100% !important;
  }
  .mobile-catalog .menu__link[href*="mini_format"]:before {
    left: 0 !important;
    width: 100% !important;
  }
}

.catalog-note {
  background: #fffcd1;
  padding: 20px 30px 20px 20px;
  border-radius: 2px;
  box-shadow: 0 0 27px -11px rgba(0, 0, 0, 0.3);
}

.catalog-note__text {
  font-size: 14px;
  line-height: 1.3;
  background-repeat: no-repeat;
  padding-left: 60px;
}

.catalog-filter__note {
  margin: 50px 0 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 85px;
}

@media (min-width: 1000px) {
  .catalog-filter__note .catalog-note__text {
    padding-left: 60px;
    background: url(../img/ico-note.png) no-repeat;
    background-size: 40px auto;
    min-height: 55px;
  }
}

@media (min-width: 660px) {
  .cat2__one-wrap--note {
    display: none;
  }
}

@media (max-width: 660px) {
  .catalog-filter__note {
    display: none;
  }
  .cat2__one-wrap--note {
    padding: 40px 20px;
  }
  .catalog-note__text {
    padding-left: 50px;
    background: url(../img/ico-note.png) no-repeat;
    background-size: 32px auto;
  }
}

.shops-new__item:not(:first-child) {
  margin-top: 110px;
}

.shops-new__item-el > div:not(:last-child) {
  margin-bottom: 5px;
}

.shops-new__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shops-new__item-top a {
  text-decoration: none;
}

.shops-new__item-bot {
  border-top: 0;
  margin-top: 30px;
}

.shops-new__item--address {
  font-weight: bold;
  font-size: 1.125rem;
}

.shops-new__item-slider {
  position: relative;
}

.shops-new__item-slider .slick-list {
  margin: 0 -15px;
}

.shops-new__item-slider .slick-slide {
  margin: 0 15px;
}

.shops-new__item-slider .slick-prev {
  position: absolute;
  top: calc(50% - 24px);
  left: -60px;
  z-index: 10;
  transform: rotate(180deg);
}

.shops-new__item-slider .slick-next {
  position: absolute;
  top: calc(50% - 24px);
  right: -60px;
}

.shops-new__item-slider .slick-arrow {
  height: 48px;
  width: 48px;
  background: url(../img/ico-slick-arrow.png) center no-repeat, #fff;
  border: 1px solid #ebebeb;
}

.shops-new__item-personals {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.shops-new__item-personals .slick-prev {
  position: absolute;
  top: calc(50% - 24px);
  left: -60px;
  z-index: 10;
  transform: rotate(180deg);
}

.shops-new__item-personals .slick-next {
  position: absolute;
  top: calc(50% - 24px);
  right: -60px;
}

.shops-new__item-personals .slick-arrow {
  height: 48px;
  width: 48px;
  background: url(../img/ico-slick-arrow.png) center no-repeat, #fff;
  border: 1px solid #ebebeb;
}

.shops-new__item-personal {
  margin: 0 0 35px 25px;
  display: flex !important;
  align-items: flex-start;
}

.shops-new__item-personal-name {
  font-weight: 700;
  font-size: 1rem;
}

.shops-new__item-personal-post {
  font-size: 0.875rem;
  font-weight: 300;
}

.shops-new__item-personal figure {
  margin-right: 20px;
  flex: none;
}

.shops-new__item-personal figure img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.shops-new__item-personal-deviz {
  position: relative;
  padding-top: 15px;
  margin-top: 3px;
}

.shops-new__item-personal-deviz:before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  background-image: url(../img/ico-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  color: #2cad42;
  font-size: 1.125rem;
}

@media (min-width: 1000px) {
  .shops-new__item-personals .slick-track {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -35px -25px;
    transform: none !important;
    width: auto !important;
  }
  .shops-new__item-personals .slick-cloned {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .shops-new__item-personal {
    width: calc((100% - 25px * 4) / 4) !important;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .shops-new__item-personal {
    width: calc((100% - 25px * 3) / 3) !important;
  }
}

@media (max-width: 1000px) {
  .shops-new__item-personals {
    margin: 40px 29px 0;
  }
  .shops-new__item-personals .slick-arrow {
    border: none;
    background-color: transparent !important;
  }
  .shops-new__item-personals .slick-prev {
    left: -40px;
  }
  .shops-new__item-personals .slick-next {
    right: -40px;
  }
  .shops-new__item-personal {
    margin-bottom: 0 !important;
  }
}

.promo-use_coupon {
  margin-bottom: 30px;
}

.coupon-applied {
  display: flex;
}

.coupon-applied span {
  max-width: 317px;
  width: 100%;
  margin-right: 25px;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #ebebeb;
}

.coupon-applied a {
  font-size: 15px;
  padding: 13px 26px;
  font-weight: 100;
  background: #2cad42;
  color: #fff;
  border: 0;
  height: 46px;
  text-decoration: none;
}

.promo-input {
  display: flex;
  margin-bottom: 30px;
}

.promo-input .forms__input {
  max-width: 317px;
  width: 100%;
  margin-right: 25px;
  height: 46px;
}

.promo-input .btn-flat input {
  font-size: 15px;
  padding: 13px 26px;
  font-weight: 100;
  background: #2cad42;
  color: #fff;
  border: 0;
  height: 46px;
}

.old-price {
  color: #dedede;
  position: relative;
}

.old-price:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #dedede;
}

.hidden-item__btn {
  max-width: 123px;
}

.footer-app {
  margin: 0 auto;
}

.footer-app .shops__aside-app {
  margin: 0;
}

.footer-app .app__title {
  display: none;
}

.footer__copy {
  display: flex;
  align-items: center;
}

.footer__dev {
  display: flex;
  justify-content: flex-end;
}

.footer__soc {
  margin: 0;
}

.footer__copy, .footer__dev {
  max-width: 700px;
  width: 100%;
}

#item_add_to_cart {
  width: 640px;
}

.cart-steps {
  height: 40px;
  animation: none;
}

.hidden-items__item:not(:first-child) {
  margin: 0;
  border-top: 1px solid #eff0f0;
}

.hidden-item {
  justify-content: flex-start;
  background: #fff;
  flex-wrap: nowrap;
  align-items: center;
}

.hidden-item__img {
  margin-right: 20px;
  width: 64px;
  margin-bottom: auto;
  flex: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.hidden-item__img img {
  display: block;
}

.hidden-item__title {
  margin-right: 0;
  width: calc(100% - 60px);
  margin-bottom: 20px;
}

.hidden-item__count {
  width: auto;
  margin-right: auto;
  text-align: left;
}

.hidden-item_remove {
  margin-left: auto;
  margin-top: 10px;
}

.hidden-item_remove a {
  white-space: nowrap;
}

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

.check-city {
  max-width: 375px;
  width: 100%;
}

.check-city .title {
  font-size: 1rem;
  margin-bottom: 10px;
}

.check-city .default-btn {
  width: calc(50% - 18px);
  font-size: 15px;
  padding: 12px 26px 14px;
}

.check-city .default-btn:not(:first-child) {
  margin: 0 0 0 30px;
}

.check-city .default-btn:nth-child(2) {
  margin-left: 0;
}

.bx-touch .cities-mobile {
  /* display: block; */
}

.bx-ios .cities-mobile option[value="false"] {
  display: none;
}

.head__menu .city {
  display: none;
}

.head__menu-app {
  display: none;
}

.city {
  /*position: absolute;*/
  /*top: 30px;*/
  /*right: 0;*/
  /*font-size: 0.875rem;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*cursor: pointer;*/
}

.city:before {
  /*content: '';*/
  /*display: inline-block;*/
  /*height: 15px;*/
  /*width: 15px;*/
  /*margin-right: 8px;*/
  /*background: url(../img/ico-location.svg) no-repeat center;*/
  /*background-size: contain;*/
}

.city-btn__close {
  color: #000;
  cursor: pointer;
}

.cities {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  padding: 3rem;
  background: #fff;
  z-index: 9999;
  transition: opacity .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cities-mobile {
  display: none;
  border-bottom: 1px solid #ebebeb;
}

.cities-mobile select {
  width: 100%;
  border: 0;
  height: 45px;
  padding: 15px 38px;
  background: url(../img/ico-sub-arrow.png) no-repeat center right 20px, url(../img/ico-location.svg) center no-repeat left 15px;
  text-transform: uppercase;
  font-size: 0.875rem;
  outline: none;
}

.cities__scroll {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}

.cities__container {
  max-width: 1440px;
  margin: 0 auto;
  font-weight: 400;
  position: relative;
  height: calc(100vh - 200px);
  overflow: auto;
  width: 100vw;
  z-index: 9999;
}

.cities__container::-webkit-scrollbar {
  width: 8px;
}

.cities__container::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #eee;
}

.cities__container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #2cad42;
}

.cities-cont__top {
  display: flex;
  justify-content: space-between;
}

.cities-cont__title {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 53px;
}

.cities__list {
  max-width: 1000px;
  column-count: 4;
  column-gap: 30px;
}

.cities__link {
  color: #2cad42;
  text-decoration: none;
  font-size: 1.125rem;
}

.cities__item:not(:first-child) {
  margin-top: 10px;
}

.cities__item-title {
  font-size: 1.3125rem;
  font-weight: bold;
  padding-bottom: 15px;
  top: 0;
}

.cities__item-group {
  margin-bottom: 30px;
  break-inside: avoid;
}

.js__city--open {
  /* overflow-y: hidden;
  height: 100vh; */
}

.js__city--open .cities {
  opacity: 1;
  pointer-events: all;
}

.store_amount_title .status {
  margin-left: 0 !important;
  padding: 0 !important;
  font-weight: 300 !important;
}

.store_amount_title .status > span {
  font-size: 15px;
}

.store_amount_title .status:before {
  display: none;
}

.cat2__one-price span {
  font-size: 75%;
}

.shop-address__soc .soc__link {
  height: 33px;
  width: 33px;
  border-radius: 0;
}

.msg__link {
  text-decoration: none;
}

footer .soc__link {
  height: 33px;
  width: 33px;
  border-radius: 0;
  background: transparent;
}

.head-links__link--favorite {
  background: url(../img/ico-mobile-favorite.png) center bottom no-repeat !important;
  background-size: 25px !important;
}

.search__submit {
  background: url(../img/ico-search.svg) center no-repeat, #fff;
  background-size: 17px !important;
}

.range {
  height: 3px !important;
  background: #ebebeb !important;
}

.range .ui-slider-handle:after {
  margin-top: -4px !important;
}

.block-bonus .forms__input {
  height: 46px;
}

.block-bonus .forms-checkbox {
  display: flex;
  flex-direction: column-reverse;
}

.block-bonus .forms__checkbox:checked ~ label:before, .block-bonus .forms__checkbox:checked ~ label:after {
  opacity: 1;
}

.block-bonus .forms__checkbox-label {
  margin-bottom: 10px;
}

.head-links__link--cart {
  color: #000;
  background: none;
}

.mobile-catalog {
  display: none;
}

.mobile-catalog .menu__el.js__moved-head-link.js__moved-head-link--lc {
  display: none !important;
}

.mobile-catalog {
  margin-top: 30px;
  transition: transform .3s ease;
  background: #fff;
}

.mobile-catalog .js__moved-head-link--favorite, .mobile-catalog .menu__el-mobile, .mobile-catalog .sub--vertical {
  display: none;
}

.section-desctipyion_top, .section-desctipyion_bottom, .section-desctipyion_other {
  display: none;
}

.cart__forms input[type=radio] + label::before {
  border: 1px solid #ebebeb;
}

.cart .forms-textarea-cont {
  width: 100%;
}

.block-paysystem {
  margin-right: 30px;
}

.paydelivery-blocks .price {
  font-weight: bold;
  margin-left: 5px;
}

.paydelivery-blocks .time {
  margin-left: 0 !important;
  font-size: 0.8125rem;
}

.paydelivery-blocks .description {
  width: 100%;
  margin-top: 5px;
}

.paydelivery-blocks .text-message {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.paydelivery-blocks .text-message:before {
  content: '!';
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #2cad42;
  font-weight: bold;
  font-size: 18px;
  top: -6px;
  left: 0;
  border-radius: 50%;
  border: 2px solid #2cad42;
}

.bx-sls .dropdown-block {
  border: 0;
}

.bx-sls .bx-ui-sls-fake {
  height: 57px;
}

.bx-sls input[type="text"] {
  height: 57px;
}

.bx-sls .bx-ui-sls-container {
  overflow: hidden;
  min-height: 58px;
}

.bx-sls .dropdown-block {
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.bx-sls .dropdown-icon {
  top: calc(50% - 7px);
}

.bx-sls .bx-ui-sls-clear {
  top: calc(50% - 15px);
}

.block-delivery_title, .block-paysystem_title {
  margin-bottom: 30px;
}

#header-cart {
  display: block !important;
}

.cat2__one-add-to-cart {
  display: block !important;
  padding: 20px 30px 20px 75px !important;
  background: url(../img/ico-cat-cart.svg) no-repeat center left 25px !important;
}

.cat2__one-add-to-cart.green {
  background: #2cad42 url(../img/ico-cat-cart-white.svg) no-repeat center left 25px !important;
  color: white;
}

.cat2__one-add-to-cart.green span {
  color: white !important;
}

.cart-footer {
  align-items: flex-end;
}

.cart-footer i.rub {
  margin-bottom: 3px;
  font-size: 16px;
}

.cart-footer .text-message {
  margin: 0;
}

.cart-footer__bonus {
  font-size: 16px;
  margin-right: 20px;
}

.cart-footer__bonus-link {
  text-decoration: none;
  border-bottom: 1px solid #2cad42;
}

.cart-footer__bonus-link:hover, .cart-footer__bonus-link:focus {
  border-color: transparent;
}

.new-cont .cat2__one-add-to-cart {
  margin-top: 10px;
}

.new-cont .cat2__one-title {
  max-width: 330px;
}

.fancybox-inner #item_add_to_cart--img img {
  max-height: 250px;
}

.cart-item__name-foto {
  width: 60px;
}

.cart-item__info {
  width: 80%;
  margin-left: 50px;
}

.cart__forms .forms__text-bottom {
  margin-top: 15px;
}

.cart-item__name-foto {
  text-align: center;
  justify-content: center;
  margin-left: 20px;
}

.cart-item__name-foto img {
  height: 100px;
  width: auto;
  margin: 0;
}

.cart-item__name-foto .cat2__one-fav-add {
  position: absolute;
  left: -20px;
  top: 50%;
}

.menu__el-mobile {
  display: none;
}

.head-links__link--bonus {
  text-decoration: none;
  font-size: 1rem;
  padding: 20px 54px;
  border: 1px solid #2cad42;
  color: #000;
  margin-right: 15px;
  text-align: center;
}

.new-slider__slide .cat2__one-buy, .bestseller .cat2__one-buy, .catalog .cat2__one-buy {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.tovar__bestsellers .cat2__one-buy {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tovar__bestsellers .cat2__one-buy .countItemInCart {
  font-size: 12px;
  color: #2cad42;
  margin-top: 0;
  text-align: left;
}

.tovar__bestsellers .cat2__one-buy .cat2__one-add-to-cart--subscribe {
  margin: 10px 0 0;
  padding: 13px 30px 12px 68px !important;
}

.tovar__bestsellers .bestsellers__cont .cat2__one-price-opt + .cat2__one-price {
  text-align: left;
}

.head-links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.head-phone {
  font-weight: 100;
  margin-right: 2.4375rem;
}

.cat2__one-title {
  margin-bottom: 10px;
}

.cat2__one-buy {
  padding-top: 10px;
}

.cat2__one-img {
  max-height: 250px;
}

.cat2__one-description {
  margin-bottom: 10px;
}

.cat2__one-quantity {
  margin: auto 0 0 0;
}

.cat2__one-quantity + .cat2__one-buy {
  margin-top: 10px;
}

.cat2__one-quantity + .cat2__one-add-to-cart {
  margin-top: 10px;
}

.cart__forms .forms__text-bottom {
  width: 100%;
}

.cart__forms .btn__forms {
  margin-top: 25px;
}

.logo {
  text-decoration: none;
  text-align: center;
  max-width: 195px;
  display: block;
}

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

.logo__title {
  margin: 8px 0 0;
  display: block;
  text-transform: uppercase;
  color: #6a6564;
  font-size: 10px;
  text-align: center;
  letter-spacing: .09em;
}

.amount {
  white-space: nowrap;
  font-size: 15px;
  position: relative;
  z-index: 4;
}

.amount__count {
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed currentColor;
  color: #2cad42;
  cursor: default;
}

.amount__count:hover .amount__list, .amount__count:focus .amount__list {
  opacity: 1;
  pointer-events: all;
}

.amount__list {
  position: absolute;
  cursor: default;
  color: #000;
  font-size: 14px;
  pointer-events: none;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, 0.1);
  top: calc(100% + 10px);
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: lh(22, 14);
}

.amount__list li {
  display: block;
}

.amount__list li:not(:first-child) {
  margin: 5px 0 0;
}

.amount__list:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: calc(50% - 5px);
  bottom: 100%;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
}

div.delivery {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}

div.delivery:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  background: url(../img/ico-car.svg) center no-repeat;
  height: 20px;
  width: 20px;
}

div.delivery:not(:first-child) {
  margin: 10px 0 0;
}

.submenu.js__opened {
  pointer-events: all;
  opacity: 1;
}

.magazines-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -62px -62px;
}

.magazines__item {
  width: calc((100% - 62px * 4) / 4);
  margin: 0 0 62px 62px;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
}

.magazine {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.magazine__links, .magazine__img {
  flex: none;
}

.magazine__img img {
  width: 100%;
  display: block;
}

.magazine__title {
  flex: 1 1 auto;
  font-size: 1.25rem;
  margin: 24px 0 0;
}

.magazine__title, .magazine__links {
  padding: 0 26px;
}

.magazine__links {
  margin: 23px 0 27px;
  display: flex;
  align-items: center;
}

.magazine__download, .magazine__view {
  border-radius: 4px;
  padding: 7px 14px 8px;
  text-decoration: none;
}

.magazine__download:not(:last-child), .magazine__view:not(:last-child) {
  margin-left: 25px;
}

.magazine__download {
  color: #000;
}

.magazine__view {
  background: #2cad42;
  color: #fff;
  order: -1;
}

.bestsellers__cont .slick-prev {
  transform: rotateY(180deg) !important;
}

.main-slider__slide {
  color: #000;
  text-decoration: none;
}

.main-slider__cont {
  margin-bottom: 50px;
}

#popup-cart {
  padding: 0;
  width: 900px;
}

.cart-popup {
  display: flex;
}

.cart-popup__img img {
  display: block;
}

.cart-popup__content {
  padding: 1.875rem 2.5rem 1.875rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.cart-popup__title {
  font-size: 26px;
  letter-spacing: .01em;
  margin-bottom: 2.1875rem;
  flex: none;
}

.cart-popup__list {
  overflow-y: auto;
  max-height: 318px;
}

.cart-popup__list::-webkit-scrollbar {
  width: 9px;
}

.cart-popup__list::-webkit-scrollbar-track {
  background: #eff0f0;
}

.cart-popup__list::-webkit-scrollbar-thumb {
  background: #2cad42;
}

.cart-popup__btns {
  padding: 30px 0 0;
  margin: auto 0 0;
  display: flex;
  justify-content: space-between;
}

.cart-popup__btn, .bordered-btn {
  border: 1px solid #2cad42;
  text-decoration: none;
  padding: 20px 22px 19px;
}

.cart-popup__btn {
  background: #2cad42;
  color: #fff;
}

.bordered-btn {
  color: #000;
}

.cart-list {
  font-size: 18px;
  margin-right: 15px;
}

.cart-list__item {
  position: relative;
}

.cart-list__item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.cart-list__item:not(:first-child) {
  margin-top: 10px;
}

.cart-list__item-title, .cart-list__item-tags {
  max-width: 90%;
  font-size: 14px;
}

.cart-list__item-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}

.cart-list__item-title {
  color: #000;
  text-decoration: none;
}

.cart-list__item-tags {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57);
  margin: 10px 0 0;
}

.delivery-list, .block-paysystem_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -25px -25px;
}

.delivery-list__item, .block-paysystem_item {
  width: calc((100% - 25px * 2) / 2);
  margin: 0 0 25px 25px;
  display: flex;
  flex-direction: column;
}

.block-paysystem_list {
  margin-bottom: 0 !important;
}

.block-paysystem_item label {
  border: 1px solid #ebebeb;
  margin: 0 !important;
  display: block !important;
  padding: 20px 20px 20px 60px !important;
  flex: 1 1 auto;
}

.block-paysystem_item label:before {
  top: 20px !important;
  left: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.block-paysystem_item label:after {
  top: 26px !important;
  left: 26px !important;
  opacity: 0;
}

.block-paysystem_item label .time {
  margin: 8px 0 0;
  display: block;
  color: #a5a0a0;
  font-size: 14px;
}

.block-paysystem_item label span:first-child {
  display: block;
}

.block-paysystem_item label span:first-child:not(:last-child) {
  margin-bottom: 2px;
}

.block-paysystem_item label span:last-child:not(:first-child) {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.block-paysystem_item input[type="radio"]:checked + label {
  border-color: #2cad42;
}

.block-paysystem_item input[type="radio"]:checked + label:after {
  background: #fff !important;
  opacity: 1;
  width: 8px !important;
  height: 8px !important;
}

.block-paysystem_item input[type="radio"]:checked + label:before {
  border-color: transparent;
  background: #2cad42;
}

#yaCity .forms__input {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#yaCity .forms__input::after {
  content: '';
  width: 9px;
  height: 9px;
  border-left: 2px solid #837f7f;
  border-bottom: 2px solid #837f7f;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 25px;
}

#yaCity .forms__input .forms__input-select {
  cursor: pointer;
  height: 100%;
  border: 0;
  width: 100%;
  background-color: transparent;
  padding: 0 17px;
}

.delivery-block + .user-data__form {
  margin: 20px 0 0;
}

.delivery-row {
  max-width: 780px;
  position: relative;
}

.delivery_yandex-block {
  margin-top: 5px;
}

.delivery-col__item input[type=radio] + label::before {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
}

.delivery-col__item input[type=radio] + label::after {
  width: 6px;
  height: 6px;
}

.delivery-col + .delivery-col {
  margin-top: 20px;
}

.delivery-col__title {
  background: #fff;
  padding: 0;
  width: calc(50% - 15px);
}

.delivery-col__title label {
  border: 1px solid #ebebeb;
  display: block !important;
  padding: 20px 20px 20px 50px !important;
  color: #2cad42;
}

.delivery-col__title label span {
  margin: 3px 0 0;
  font-size: 14px;
}

.delivery-col__title label:before {
  top: calc(50% - 10px) !important;
  left: 15px !important;
  width: 20px !important;
  height: 20px !important;
}

.delivery-col__title label:after {
  top: calc(50% - 3px) !important;
  left: 22px !important;
  width: 6px !important;
  height: 6px !important;
}

.delivery-col__title input:not(:checked) + label:after {
  opacity: 0;
}

.delivery-col__title input:checked + label {
  border-color: #2cad42;
}

.delivery-col__title input:checked + label:after {
  background: #fff;
}

.delivery-col__title input:checked + label:before {
  border-color: transparent;
  background: #2cad42;
}

.delivery-col, #step_4 .cart__user-data {
  max-width: 780px;
  width: 100%;
}

.forms__textarea {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
}

.delivery-radio {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.delivery-radio .price {
  font-weight: bold;
  white-space: nowrap;
}

.delivery-radio__label {
  border: 1px solid #ebebeb;
  margin: 0 !important;
  display: block !important;
  padding: 20px 20px 20px 50px !important;
  flex: 1 1 auto;
}

.delivery-radio__label:before {
  top: 20px !important;
  left: 15px !important;
  width: 20px !important;
  height: 20px !important;
}

.delivery-radio__label:after {
  top: 27px !important;
  left: 22px !important;
  opacity: 0;
  width: 6px !important;
  height: 6px !important;
}

.delivery-radio__label .time {
  margin: 8px 0 0;
  display: block;
  color: #a5a0a0;
  font-size: 14px;
}

.delivery-radio__input:checked + label {
  border-color: #2cad42;
}

.delivery-radio__input:checked + label:after {
  background: #fff !important;
  opacity: 1;
  width: 6px !important;
  height: 6px !important;
}

.delivery-radio__input:checked + label:before {
  border-color: transparent;
  background: #2cad42;
}

.delivery-row {
  max-width: 700px;
}

.delivery-row:not(.one-delivery) .delivery-col:nth-child(1):not([style]) + .delivery-col .delivery-col__title {
  position: absolute;
  top: 0;
  right: 0;
}

.delivery-row:not(.one-delivery) .delivery-col:last-child:not(:nth-child(2)) .delivery-col__title {
  position: absolute;
  top: 0;
  right: 0;
}

.delivery-col {
  display: flex;
  flex-direction: column;
}

.delivery-col__title {
  width: calc(50% - 20px);
  min-height: 83px;
  display: flex !important;
}

.delivery-col__title .delivery-group-title {
  color: #2cad42;
  margin: 0;
  font-size: 16px;
}

.delivery-col__title label {
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1 1 auto;
  height: 99px;
}

.delivery-col__title label b {
  margin-left: 5px;
  color: #000;
}

.delivery-col__title label span {
  width: 100%;
}

.delivery-col__title span:empty {
  display: none;
}

.delivery-col + .delivery-col {
  margin-top: 0;
}

.cart-itog {
  display: table;
}

.cart-itog__cont {
  display: flex;
  margin: 20px 0;
}

.cart-itog__row {
  display: table-row;
}

.cart-itog__row--itog {
  font-size: 18px;
}

.cart-itog__row--itog .cart-itog__label {
  text-transform: uppercase;
}

.cart-itog__label, .cart-itog__value {
  display: table-cell;
  padding: 5px 0;
}

.cart-itog__value {
  text-align: right;
}

.cart-itog__label {
  padding-right: 50px;
}

.pickup-radio label {
  padding-left: 50px !important;
  font-size: 14px;
}

.pickup-radio label:before {
  width: 20px !important;
  height: 20px !important;
  left: 16px !important;
}

.pickup-radio label:after {
  top: 11px !important;
  left: 23px !important;
  width: 6px !important;
  height: 6px !important;
}

.pickup-radio label span:first-child {
  display: block;
}

.pickup-radio label span:nth-last-child(2):not(:first-child), .pickup-radio label span:last-child {
  color: rgba(0, 0, 0, 0.5);
}

.pickup-radio label span span {
  color: #000;
}

.pickup-radio input:checked + label:after {
  background: #fff;
  opacity: 1;
}

.pickup-radio input:checked + label:before {
  border-color: transparent;
  background: #2cad42;
}

.pickup-radio input:not(:checked) + label:after {
  opacity: 0;
}

.customers-slider {
  margin: 0 -16px;
}

.customers-slider__slide {
  margin: 0 16px;
}

.aloe__advantages {
  margin: 100px 0 0;
}

.aloe__instagram {
  position: relative;
  margin: -80px 0 0;
}

.aloe__instagram-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aloe__instagram-bg img {
  display: block;
  max-width: none;
  width: 100vw;
}

.aloe__instagram-content {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aloe__instagram-content .wrapper {
  width: 100%;
}

.warranty__title {
  text-align: center;
  font-size: 2.1875rem;
  display: none;
}

.w-list {
  margin: 0 auto;
  max-width: 1133px;
}

.w-list__item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.w-item {
  display: flex;
  padding: 90px 0;
}

.w-item__img {
  align-self: center;
  flex: none;
  width: 100px;
  text-align: center;
  margin-right: 8.4375rem;
}

.w-item__desc-title {
  font-size: 24px;
  line-height: calc(25 / 24);
  margin-bottom: 33px;
}

.w-item__desc-text {
  color: rgba(0, 0, 0, 0.6);
  line-height: calc(22 / 16);
}

.insta {
  color: #fff;
  width: 50%;
}

.insta__title {
  font-size: 2.1875rem;
  line-height: 1;
  margin-bottom: 40px;
}

.insta__text {
  line-height: calc(22 / 16);
}

.insta__btn {
  margin: 50px 0 0;
}

.insta-btn {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 16px 29px 17px 60px;
  border-radius: 6px;
  background: url(../img/ico-insta-btn.png) left 19px center no-repeat;
  background-size: 18px !important;
}

.a-advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -98px -109px;
}

.a-advantages__item {
  width: calc((100% - 109px * 3) / 3);
  margin: 0 0 98px 109px;
  display: flex;
  flex-direction: column;
}

.a-advantage {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #2cad42;
  padding-bottom: 43px;
}

.a-advantage__decor {
  position: relative;
  height: 25px;
  width: 25px;
  margin-bottom: 38px;
  flex: none;
}

.a-advantage__decor:before, .a-advantage__decor:after {
  content: "";
  position: absolute;
  background: #2cad42;
}

.a-advantage__decor:before {
  height: 2px;
  width: 100%;
  left: 0;
  top: calc(50% - 1px);
}

.a-advantage__decor:after {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(50% - 1px);
}

.a-advantage__title {
  font-size: 24px;
  line-height: calc(26 / 24);
}

.a-advantage__title:not(:last-child) {
  margin-bottom: 24px;
}

.a-advantage__subtitle {
  flex: 1 1 auto;
}

div.instagram {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

div.instagram__item {
  width: calc((100% - 20px * 4) / 4);
  margin: 0 0 20px 20px;
}

.inst {
  position: relative;
}

.inst__img img {
  display: block;
  width: 100%;
}

.inst__user {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0 6px 0 0;
}

.inst__user-img {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.orders__item:not(:first-child) {
  margin: 2.25rem 0 0;
}

.orders-item__body {
  border: 1px solid #ebebeb;
  border-top: none;
}

.orders-item__head {
  background: #eff0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4375rem 2.625rem;
}

.orders-item__date {
  margin-right: auto;
}

.orders-item__date, .orders-item__desc-title {
  color: #adb4c6;
}

.orders-item__title {
  font-weight: bold;
  font-size: 1rem;
  margin-right: 34px;
}

.orders-item__desc-title {
  padding: 1.375rem 2.625rem;
  border-bottom: 1px solid #ebebeb;
}

.orders-desc {
  padding: 2.375rem 2.625rem;
  display: flex;
  justify-content: space-between;
}

.orders-desc__left, .orders-desc__right {
  display: flex;
  flex-direction: column;
}

.orders-desc__btn {
  padding: 20px 0 0;
  margin: auto 0 0;
  display: flex;
  gap: 8px;
}

.orders-desc__right .orders-item__date {
  margin: 0 0 15px 24px;
}

.orders-desc__left > ul:first-child {
  line-height: lh(28, 14);
}

.orders-desc__list-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 14px;
}

.orders-desc__list-title:not(:first-child) {
  margin: 2rem 0 14px;
}

.orders-desc__list li:not(:first-child) {
  margin: 13px 0 0;
}

.orders-desc__list:not(.js__opened) li:nth-child(n + 3) {
  display: none;
}

.orders-desc__list.js__opened ~ .orders-desc__list-toggle:before {
  transform: rotateZ(180deg);
}

.orders-desc__list-toggle {
  margin: 2rem 0 0;
  color: #2cad42;
  position: relative;
  padding-left: 23px;
  white-space: nowrap;
}

.orders-desc__list-toggle:before {
  content: "";
  transition: transform .3s ease;
  position: absolute;
  top: 9px;
  left: 3px;
  background: url(../img/ico-orders-toggle.png) no-repeat;
  width: 10px;
  height: 5px;
}

.orders-menu {
  display: flex;
  margin-bottom: 20px;
}

.orders-menu__item:not(:last-child) {
  margin-right: 2.4375rem;
  position: relative;
}

.orders-menu__item:not(:last-child):after {
  content: "";
  height: 19px;
  width: 1px;
  background: #e4e8ea;
  position: absolute;
  bottom: 1px;
  left: calc(100% + 20px);
}

.orders-menu__link {
  transition: color .3s ease;
}

.orders-menu__link:hover, .orders-menu__link:focus, .orders-menu__link.active {
  color: #2cad42;
}

.status {
  font-weight: bold;
  padding-left: 31px;
  position: relative;
  margin-left: 24px;
}

.status:before {
  content: '';
  border-radius: 50%;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.status--received {
  background: url(../img/ico-received.png) no-repeat;
}

.status--canceled {
  background: url(../img/ico-canceled.png) no-repeat;
}

.status--done {
  background: url(../img/ico-done.png) no-repeat;
}

.detail-order__table {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.detail-order__table tr:first-child td, .detail-order__table tr.detail-order__table-subtitle + tr td {
  padding-top: 27px;
}

.detail-order__table tr.detail-order__table-subtitle td {
  padding-top: 0;
}

.detail-order__table tr.detail-order__table-subtitle span {
  display: block;
  margin: 25px 0 0;
  padding: 1.0625rem 2.625rem;
  color: #adb4c6;
  border-top: 1px solid #ebebeb;
}

.detail-order__table tr.detail-order__table-subtitle:not(:last-child) span {
  border-bottom: 1px solid #ebebeb;
}

.detail-order__table td {
  padding-top: 11px;
}

.detail-order__table td:first-child {
  width: 255px;
}

.detail-order__table td:first-child:not(:last-child) {
  padding-left: 2.625rem;
}

.detail-order__table td:not(:first-child) {
  padding-left: 10px;
}

.order-list {
  display: flex;
  padding: 2.4375rem 2.75rem 2.75rem;
}

.order-list__table {
  flex: 1 1 auto;
}

.order-list__table td {
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 7px;
}

.order-list__table td:first-child {
  width: 88px;
}

.order-list__table td:nth-child(2) {
  padding-left: 4.375rem;
  width: 270px;
}

.order-list__table td:last-child {
  width: 82px;
}

.order-list__summary {
  flex: none;
  margin-left: 6rem;
}

.order-summary {
  background: #eff0f0;
  padding: 2.1875rem 1.75rem 2.625rem;
  position: sticky;
  top: 20px;
}

.order-summary__summ:not(:first-child), .order-summary__deliv:not(:first-child) {
  margin: 0.5rem 0 0;
}

.order-summary__total {
  margin: 1.875rem 0 0;
  font-size: 1.0625rem;
  line-height: lh(30, 17);
}

.d-order__img img {
  display: block;
}

.d-order__title {
  display: block;
}

.d-order__count {
  text-align: center;
}

.d-order__price {
  text-align: right;
  white-space: nowrap;
}

.orders-item__btn {
  margin: 2.3125rem 0 0;
}

.cart-gift {
  margin: 50px auto 90px;
  width: 1120px;
  max-width: 100%;
}

.cart-gift .rub {
  display: inline-block;
  margin-left: 5px;
}

.cart-gift__title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 40px;
}

.cart-gift__title .price {
  color: #2cad42;
  font-weight: bold;
}

.cart-gift__title a {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 5px 0 0;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s ease;
  text-transform: none;
}

.cart-gift__title a:hover {
  color: #2cad42;
}

.cart-gift__line {
  position: relative;
}

.gift-green-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../img/steps-counter-bg.png) repeat-x, #2cad42;
  animation: progress_bar 0.8s linear infinite;
  transition: width .3s ease;
}

.gift-line {
  height: 3px;
  width: 100%;
  color: #dbdbdb;
  background: currentColor;
  display: flex;
}

.gift-line__item:last-child {
  text-align: right;
  margin-left: auto;
}

.gift-line__item:last-child .gift-item {
  align-items: flex-end;
}

.gift-line__item:not(:first-child):not(:last-child) {
  text-align: center;
  margin: 0 auto;
}

.gift-line__item:not(:first-child):not(:last-child) .gift-item {
  align-items: center;
}

.gift-line__item:first-child {
  opacity: 0 !important;
  margin-right: auto;
}

.gift-item {
  width: 3px;
  display: flex;
  flex-direction: column;
  margin: -5px 0 0;
}

.gift-item:not(.active) {
  color: #dbdbdb;
}

.gift-item.active {
  color: #2cad42;
}

.gift-item.unactive {
  opacity: 0;
}

.gift-item__title, .gift-item__price {
  white-space: nowrap;
}

.gift-item__title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 3px 0;
}

.gift-item:before {
  content: "";
  background: currentColor;
  height: 13px;
  width: 5px;
}

.forms__gift .cart-gift__title {
  margin: 40px 0 0;
}

.delivery-changer {
  margin: 30px 0;
  border: 1px solid #ebebeb;
  padding: 20px 18px;
}

.delivery-changer__subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.delivery-changer__text, .delivery-changer__subtext {
  font-size: 14px;
}

.delivery-changer__subtext {
  color: rgba(0, 0, 0, 0.5);
}

.delivery-changer__text:not(:last-child), .delivery-changer__subtext:not(:last-child), .delivery-changer__title:not(:last-child) {
  margin-bottom: 5px;
}

.delivery-changer__btn {
  margin: 15px 0 0;
}

.default-btn--small {
  padding: 10px;
  font-size: 14px;
  color: #fff;
}

.default-btn--small:hover {
  background: #31c14a;
}

.delivery-selector__btn a {
  color: #fff;
  transition: background .3s ease;
  width: 100%;
}

.delivery-selector__btn a:hover {
  background: #31c14a;
}

.sale-paysystem-button-container .btn-default {
  padding: 13px 22px;
}

@keyframes pulse-new {
  0%, 100% {
    background: #2cad42;
  }
  50% {
    background: #31c14a;
  }
}

@media (min-width: 800px) {
  .head-links__link--bonus {
    display: none !important;
  }
}

@media screen and (min-width: 660px) {
  .delivery-selector {
    width: calc(50% - 13px);
  }
  .sale-paysystem-button-container .btn-default {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .deliv-type__inputs-input label {
    padding: 11px 8px !important;
  }
}

@media screen and (max-width: 660px) {
  .tovar-buy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .tovar-buy__list {
    grid-column: span 2;
    margin: 0;
  }
  .tovar-buy__counter {
    margin: 0;
    width: 100% !important;
  }
  .tovar-buy .detail-btn {
    margin: 0 !important;
  }
  .detail-btn + .detail-btn {
    margin: 20px 0 0 0;
    padding: 13px 6px 12px 15px;
    background: url(../img/ico-rub.svg) left 11px center no-repeat, #2cad42;
    background-size: 8px;
  }
  .menu__el.js__moved-head-link.js__moved-head-link--lc:after {
    display: none;
  }
  .delivery-selector, .sale-paysystem-button-container .btn-default {
    width: 100%;
  }
  .shops-new__item:not(:first-child) {
    margin-top: 80px;
  }
  .sale-paysystem-button-container .btn-default {
    white-space: normal;
  }
  .gift-line__item:first-child {
    display: none;
  }
  .gift-line__item:nth-child(2) {
    margin-left: 0 !important;
  }
  .gift-line__item:nth-child(2) .gift-item {
    align-items: flex-start !important;
    text-align: left !important;
  }
}

.bonus__form_btn input {
  background: #2cad42;
}

.amount-popup {
  display: none;
  padding: 0 30px;
  width: 750px;
  max-width: 100%;
}

.amount-popup .fields.string {
  white-space: inherit;
}

.amount-popup__title, .amount-popup__footer {
  position: sticky;
  background: #fff;
  padding: 20px 0;
  z-index: 3;
}

.amount-popup__title {
  top: 0;
  font-weight: 300;
  font-size: 26px;
  text-align: left;
}

.amount-popup__footer {
  bottom: 0;
}

.amount-tabs__tabs {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  position: sticky;
  background: #fff;
  z-index: 3;
  top: 71px;
}

.amount-tabs__content {
  margin-top: 25px;
  position: relative;
  max-height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
}

.amount-tabs__content::-webkit-scrollbar {
  width: 20px;
}

.amount-tabs__content::-webkit-scrollbar-track {
  background-color: #eff0f1;
  border-left: 16px solid #fff;
}

.amount-tabs__content::-webkit-scrollbar-thumb {
  background-color: #2cad42;
  border-left: 16px solid #fff;
}

.amount-tab {
  user-select: none;
  cursor: pointer;
  padding: 6px 23px 7px;
}

.amount-tab.active, .amount-tab:hover {
  background: #eff0f0;
  border-color: transparent;
}

.amount-tab:not(:last-child) {
  border-right: 1px solid #ebebeb;
}

.amount-container {
  display: none;
  font-size: .875rem;
  min-height: 380px;
}

.amount-container.active {
  display: block;
}

.amount-list__item:last-child {
  padding-bottom: 10px;
}

.amount-list__item:not(:first-child) {
  margin: 10px 0 0;
}

.amount-list__item--parent {
  font-size: 20px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  padding-bottom: 10px;
  text-align: left;
}

.amount-list__item--parent + .amount-list__item {
  margin-top: 0;
}

.amount-list__item--parent:not(:first-child) {
  margin: 40px 0 0;
}

.amount-address {
  display: flex;
  position: relative;
  font-size: 17px;
}

.amount-address:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  border-bottom: 2px dotted #ebebeb;
}

.amount-address__text > span, .amount-address__time > span, .amount-address__count > span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.amount-address__text {
  width: 60%;
  flex: none;
  text-align: left;
}

.amount-address__text .field-item {
  background: #fff;
  position: relative;
  z-index: 1;
}

.amount-address__text > span {
  padding-left: 0;
  display: inline-block;
}

.amount-address__time {
  flex: 1 1 auto;
  white-space: nowrap;
  text-align: left;
}

.amount-address__count {
  flex: none;
}

.amount-address__count > span {
  padding-right: 0;
}

.amount-tovar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amount-tovar__img, .amount-tovar__add, .amount-tovar__price {
  flex: none;
}

.amount-tovar__img, .amount-tovar__title, .amount-tovar__price {
  margin-right: 20px;
}

.amount-tovar__price {
  font-size: 26px;
}

.amount-tovar__price .tovar-price {
  font-size: inherit;
}

.amount-tovar__price .tovar-price i {
  font-style: inherit;
  font-size: 80%;
}

.amount-tovar__img img {
  display: block;
  max-height: 90px;
  max-width: 90px;
}

.amount-tovar__add {
  transform: scale(0.85);
}

.amount-tovar__title {
  font-size: 18px;
  text-align: left;
}

.search-group-title {
  font-size: 24px;
  margin: 0 0 30px;
}

.search-group-title:not(:first-child) {
  margin-top: 40px;
}

.doc-panel__text .forms__recaptcha-wrap {
  display: block !important;
}

.doc-panel__text .forms-checkbox-wrap {
  margin: 30px 0 0;
}

.doc-panel__text .recaptcha-wrapper label {
  display: block;
}

.doc-panel__text .recaptcha-wrapper input[type="text"] {
  height: 57px;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  padding: 0 17px;
  outline: 0;
  appearance: none;
}

@media screen and (min-width: 1000px) {
  .amount-container {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-right: -10px;
    padding-right: 10px;
  }
  .amount-container img {
    display: block;
    width: 100%;
  }
  .amount-container::-webkit-scrollbar {
    width: 10px;
  }
  .amount-container::-webkit-scrollbar-track {
    background: #eff0f0;
  }
  .amount-container::-webkit-scrollbar-thumb {
    background: #2cad42;
  }
}

.news .blog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -68px -68px;
}

.news .blog__item {
  width: calc((100% - 68px * 3) / 3);
  margin: 0 0 68px 68px;
}

@media screen and (max-width: 1650px) {
  .menu {
    justify-content: space-between;
  }
  .menu__el.sub .menu__link {
    padding-right: 13px;
  }
  .menu__el:not(:last-child) {
    padding-right: 5px;
  }
}

@media screen and (max-width: 1300px) {
  .news .blog__list {
    margin: 0 0 -30px -30px;
  }
  .news .blog__item {
    width: calc((100% - 30px * 3) / 3);
    margin: 0 0 30px 30px;
  }
  .menu__link[href*="mini_format"]:before {
    background-size: 91px auto !important;
  }
  .menu__link[href*="mask_bar"] {
    padding-right: 30px !important;
  }
  .menu__link[href*="mask_bar"]:before {
    background-size: 96px !important;
  }
}

@media screen and (max-width: 1000px) {
  .news .blog__item {
    width: calc((100% - 30px * 2) / 2);
  }
}

@media screen and (max-width: 660px) {
  .new-slider__slide .cat2__one-description {
    margin-bottom: 0 !important;
  }
  .main .bestsellers__cont .cat2__one-price-opt {
    margin-bottom: 0;
    margin-left: 3px;
  }
  .main .bestsellers__cont .cat2__one-buy {
    justify-content: flex-start;
  }
  .main .bestsellers__cont .cat2__one-buy .cat2__one-add-to-cart {
    margin-left: auto;
  }
  .main .bestsellers__cont .cat2__one-description, .main .bestsellers__cont .cat2__one-price {
    width: auto;
  }
  .tovar-buy__one-click[style*="opacity: 0"] {
    display: none;
  }
  .cat2 .cat2__one-buy {
    margin-top: 10px !important;
    flex-wrap: wrap;
  }
  .cat2 .cat2__one-buy .countItemInCart {
    width: 100%;
    margin: 5px 0 0 0 !important;
  }
  .cat2 .opt-prices-block .cat2__one-price span {
    display: block;
    font-size: 12px;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 3px;
  }
  .cat2 .opt-prices-block .cat2__one-description-opt {
    font-size: 12px;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, 0.5);
  }
  .cart-counter-wrapper {
    height: 44px;
  }
  .news .blog__item {
    width: 1005;
  }
  div.instagram__item {
    width: 100%;
  }
  .user-data > .time-br {
    margin: 20px 0 20px 0;
  }
  .delivery-col:not(:first-child) .delivery-col__title input + label {
    margin-top: 10px !important;
  }
  .cat2__one-wrap {
    width: 100% !important;
  }
  .fancy-active .fancybox-inner {
    height: auto !important;
  }
  html.fancybox-lock {
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    overflow: visible !important;
  }
  body.fancy-active {
    position: fixed;
    width: 100%;
    top: 0;
    overflow: visible !important;
  }
  body.fancy-active div.fancybox-wrap {
    height: auto !important;
    position: fixed !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0 !important;
    bottom: 0;
    width: 100vw !important;
  }
  a.tovar-big-slider__slide:first-child:last-child {
    min-width: calc(100vw - 36px);
  }
  .amount-popup {
    padding: 0 16px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .amount-popup__title, .amount-popup__footer {
    padding: 15px 0;
  }
  .amount-popup__title {
    font-size: 22px;
  }
  .amount-popup__footer {
    display: none;
  }
  .amount-tabs__tabs {
    top: 56px;
  }
  .amount-address {
    margin-bottom: 40px;
    align-items: flex-end;
  }
  .amount-address__time {
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
  }
  .amount-address__time > span {
    padding-left: 0;
  }
  .amount-address__text {
    width: calc(100% - 60px);
  }
  .amount-address__count {
    margin-left: auto;
  }
  .amount-list__item--parent:not(:first-child) {
    margin: 65px 0 0;
  }
  .amount-tovar {
    display: block;
    position: relative;
  }
  .amount-tovar:after {
    display: table;
    clear: both;
    content: "";
  }
  .amount-tovar__img {
    float: left;
    margin-right: 12px;
    width: 20%;
    text-align: center;
  }
  .amount-tovar__img img {
    display: inline-block;
  }
  .amount-tovar__title {
    font-size: 16px;
  }
  .amount-tovar__title, .amount-tovar__price {
    margin-right: 0;
  }
  .amount-tovar__price {
    margin: 15px 0 0;
  }
  .amount-tovar__add {
    position: absolute;
    bottom: -3px;
    right: 0;
  }
  .hidden-item {
    flex-direction: row !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    padding: 15px 0 !important;
  }
  .hidden-item__title {
    margin-top: 0 !important;
    width: calc(100% - 85px) !important;
  }
  .hidden-item__btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 84px;
    flex: 1 1 auto;
  }
  .hidden-item__count {
    margin-bottom: 0;
  }
  .hidden-item_remove {
    margin-top: 0 !important;
  }
  .pickup-block .pickup-radio label {
    padding-left: 30px !important;
  }
  .pickup-block .pickup-radio label:before {
    left: 0px !important;
  }
  .pickup-block .pickup-radio label:after {
    left: 7px !important;
  }
}

@media screen and (max-width: 370px) {
  .hidden-item__btn {
    margin-left: 0;
  }
}

@media (max-width: 1600px) and (min-width: 1650px) {
  .shops-new__item-personals .slick-prev, .shops-new__item-slider .slick-prev {
    left: -25px;
  }
  .shops-new__item-personals .slick-next, .shops-new__item-slider .slick-next {
    right: -25px;
  }
}

@media (max-width: 1650px) {
  .shops-new__item-personals img, .shops-new__item-slider img {
    width: 100%;
  }
  .shops-new__item-personals .slick-dots, .shops-new__item-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    width: 100%;
  }
  .shops-new__item-personals .slick-dots button, .shops-new__item-slider .slick-dots button {
    background: #2cad42;
    border-radius: 50% !important;
    padding: 0;
    border: none;
    transform-origin: center;
    transition: transform .3s ease;
    height: 8px;
    width: 8px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }
  .shops-new__item-personals .slick-dots li:not(:last-child), .shops-new__item-slider .slick-dots li:not(:last-child) {
    margin-right: 15px;
  }
  .shops-new__item-personals .slick-dots .slick-active button, .shops-new__item-slider .slick-dots .slick-active button {
    transform: scale3d(1.3, 1.3, 1.3);
  }
}

.cat2__one-tag-cont {
  display: flex;
  flex-direction: column;
}

.cat2__one-tag-cont:after {
  clear: both;
  content: "";
  display: table;
}

.tovar__tags {
  display: flex;
  flex-direction: column;
}

.tag {
  float: left;
}

.tag:not(:first-child) {
  margin-top: 10px;
}

.tag--sale {
  background: url(../img/sale.svg) no-repeat;
}

.tag--black-friday {
  background: url(../img/black-friday.png) no-repeat;
  background-size: contain;
}

html.stories-opened {
  overflow: hidden;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-slide.first-level {
  position: relative;
}

.swiper-slide.first-level::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  height: 15%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 4.03%, rgba(50, 50, 50, 0) 70%);
  z-index: 2;
}

.swiper-slide.first-level::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 15%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 4.03%, rgba(50, 50, 50, 0) 70%);
  z-index: 2;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), 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));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  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: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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 */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.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;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

body.js__fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

body.js__fixed .content {
  position: static;
}

.video-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.video-preloader:before {
  content: "";
  display: inline-block;
  height: 60px;
  width: 60px;
  background: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ffffff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center no-repeat;
  background-size: 60px;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  transform-origin: center;
}

.stories {
  margin: 0 0 50px;
}

.stories__goods {
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  padding: 30px 0 80px;
  overflow-y: auto;
  transition: transform .3s ease;
}

.stories__goods:not(.js__visible) {
  transform: translate3d(0, 100%, 0);
}

.stories__goods:not(.js__visible) * {
  pointer-events: none !important;
}

.stories__goods.js__visible ~ .stories-popup:after {
  opacity: 1;
  pointer-events: auto;
}

.stories__goods .wrapper {
  max-width: 1100px;
}

.stories__goods-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 10px 0 30px;
  z-index: 12;
}

.stories__goods-title span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .05em;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.stories__goods-title span.js__active {
  color: #000;
}

.story-goods {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 -30px -30px;
  flex-wrap: wrap;
}

.story-goods__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px * 4) / 4);
  margin: 0 0 30px 30px;
}

.story-good {
  text-align: right;
}

.story-good__img {
  text-align: center;
  height: 150px;
  display: block;
  padding: 20px;
  margin: 0 0 25px;
}

.story-good__img img {
  max-height: 100%;
}

.story-good__desc-category {
  font-size: 14px;
  color: #2cad42;
  margin: 0 0 10px;
  display: none;
}

.story-good__desc-price {
  margin: 10px 0 0;
  font-size: 14px;
}

.story-good__desc-title {
  line-height: calc(26 / 16);
  text-transform: lowercase;
  text-decoration: none;
  display: block;
  color: inherit;
}

.story-good__desc-title:first-letter {
  text-transform: uppercase;
}

.stories-list {
  display: flex;
  justify-content: center;
}

.stories-list__item {
  display: flex;
  flex-direction: column;
}

.stories-list__item:not(:last-child) {
  margin-right: 15px;
}

.story {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  cursor: pointer;
  width: 100px;
}

.story__img {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: relative;
  flex: none;
}

.story__img img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.story__img:before, .story__img:after {
  border-radius: 50%;
  content: "";
  position: absolute;
}

.story__img:after {
  background: #fff;
  top: -3px;
  right: -3px;
  left: -3px;
  bottom: -3px;
}

.story__img:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.story__text {
  margin: 15px 0 0;
  display: flex;
  max-width: 100px;
  font-size: 13px;
  align-items: center;
  flex: 1 1 auto;
  letter-spacing: .02em;
}

.stories__popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 996;
  overflow: hidden;
}

.stories__popup:not(.js__visible) {
  z-index: -10;
  pointer-events: none;
  opacity: 0;
}

.stories__popup:not(.js__visible) .popup-slider .swiper-button-next, .stories__popup:not(.js__visible) .popup-slider .swiper-button-prev,
.stories__popup:not(.js__visible) .swiper-container-fade .swiper-slide-active, .stories__popup:not(.js__visible) .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: none !important;
}

.stories__popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  z-index: 12;
}

.stories__popup-close path {
  fill: #fff;
  transition: fill .3s ease;
}

.stories__popup-close:hover path {
  fill: rgba(255, 255, 255, 0.5);
}

.sound-enable-btn {
  position: absolute;
  left: 12px;
  top: 75px;
  height: 50px;
  width: 50px;
  z-index: 9999;
  border: none;
  display: none;
}

.sound-enable-btn:not(.js__sound-enabled) {
  background: url(../img/ico-sound-off.svg) center no-repeat;
}

.sound-enable-btn.js__sound-enabled {
  background: url(../img/ico-sound-on.svg) center no-repeat;
}

.stories-popup .swiper-slide-next .popup-slider__arrows, .stories-popup .swiper-slide-prev .popup-slider__arrows {
  display: none;
}

.popup-slider {
  width: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  display: inline-block;
  height: 100%;
}

.popup-slider .swiper-wrapper, .popup-slider .swiper-slide {
  height: 100%;
}

.popup-slider .swiper-slide {
  position: relative;
}

.popup-slider .swiper-button-prev, .popup-slider .swiper-button-next {
  position: absolute;
}

.popup-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.popup-slider__desc {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.popup-slider__desc-img {
  overflow: hidden;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.popup-slider__desc-img img {
  display: block;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: cover;
  object-position: center;
}

.popup-slider__content {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: top center;
  display: block;
  max-width: 100vw;
}

.popup-slider__dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 15px;
}

.popup-slider__dots .swiper-pagination {
  display: flex;
  position: static;
}

.popup-slider__dots .swiper-pagination-bullet {
  flex: 1 1 auto;
  height: 3px;
  width: auto;
  opacity: 1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.45);
  transition: background .3s ease;
  position: relative;
}

.popup-slider__dots .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}

.popup-slider__dots .swiper-pagination-bullet[class*="-active"] ~ .swiper-pagination-bullet .swiper-pagination-bullet-progress,
.popup-slider__dots .swiper-pagination-bullet[class*="-active"] .swiper-pagination-bullet-progress {
  transform: scaleX(0);
}

.popup-slider__dots .swiper-pagination-bullet-progress {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #2cad42;
  transform-origin: left;
}

.popup-slider__dots .swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
  animation: bulletProgress 4s linear forwards;
}

.popup-slider__dots .swiper-pagination-bullet-active .swiper-pagination-bullet-progress.paused {
  animation-play-state: paused;
}

.popup-slider .swiper-button-prev, .popup-slider .swiper-button-next {
  opacity: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  cursor: default;
  pointer-events: all !important;
}

.popup-slider .swiper-button-prev {
  left: 0;
}

.popup-slider .swiper-button-next {
  right: 0;
}

.first-level-stories-slider > .swiper-wrapper > *:not(.swiper-slide-active) .swiper-pagination-bullet-progress {
  animation-play-state: paused;
}

@keyframes bulletProgress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.stories-popup {
  padding: 6.2435vh 0 100px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stories-popup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.stories-popup__slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stories-popup__slider .swiper-wrapper, .stories-popup__slider .swiper-slide {
  height: 100%;
}

.stories-popup__slider > .swiper-wrapper > .swiper-slide {
  transition: transform .3s ease;
  transform-origin: center;
}

.stories-popup__slider > .swiper-wrapper > .swiper-slide .swiper-slide {
  width: 100% !important;
}

.stories-popup__slider > .swiper-wrapper > .swiper-slide .swiper-slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  transform: none !important;
}

.stories-popup__slider > .swiper-wrapper > .swiper-slide .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.stories-popup__slider > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
  transform: scale3d(0.8, 0.8, 0.8);
}

.stories-popup__slider > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) .popup-slider:after {
  opacity: 1;
}

.stories-popup .swiper-slide {
  text-align: center;
}

@media (max-width: 1000px) {
  .stories-popup {
    padding: 0;
  }
  .popup-slider {
    width: 100%;
  }
  .stories__goods {
    padding: 30px 30px 80px;
  }
  .stories-list {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow-y: auto;
    padding: 10px 0 0;
  }
  .stories-list__item {
    display: inline-flex;
  }
  .story__text {
    white-space: pre-wrap;
  }
  .popup-slider__content {
    width: 100%;
  }
}

@media (max-width: 660px) {
  .story-goods {
    margin: 0 0 -20px -20px;
  }
  .story-goods__item {
    width: calc((100% - 20px * 2) / 2);
    margin: 0 0 20px 20px;
  }
  .stories__goods {
    padding: 20px 20px 70px;
  }
  .popup-slider .swiper-slide {
    max-width: 100%;
  }
  .stories {
    margin: 0;
  }
  .stories-list__item:not(:last-child) {
    margin-right: 5px;
  }
  .story {
    width: 65px;
  }
  .story__text {
    font-size: 11px;
  }
  .story__img {
    width: 45px;
    height: 45px;
  }
}

.bonuses .title-block__cont {
  position: relative;
  background: #009752 !important;
  color: #fff;
  padding: 85px 0 16%;
  margin-bottom: 170px;
}

.bonuses .title-block__title {
  text-align: center;
}

.bonuses .title-block__crumbs {
  display: none;
}

.bonuses .title-block__img {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.bonuses .title-block__img img {
  width: 100vw;
  max-width: 1920px;
  display: block;
}

.bonuses__btn {
  text-align: center;
}

.bonuses__about {
  margin: 120px 0 0;
}

.bonuses__about-subtitle, .bonuses__about-title {
  text-align: center;
}

.bonuses__about-subtitle {
  margin: 16px 0 0;
  letter-spacing: .02em;
}

.bonuses__about-subtitle a {
  font-weight: 400;
}

.bonuses__about-list {
  margin: 100px 0 0;
}

.bonuses__how-to {
  background: url(../img/bhow-to-bg.jpg) right center no-repeat;
  margin: 170px 0 0;
}

.bonuses__faq {
  margin: 120px 0 0;
}

.bonuses__spend {
  margin: 100px 0 0;
  background: #009752;
  color: #fff;
}

.bonuses__texts {
  margin: 100px 0 0;
  position: relative;
}

.bonuses__texts:after {
  content: "";
  position: absolute;
  top: 210px;
  right: 130px;
  background: url(../img/btext-decor.png) no-repeat;
  height: 88px;
  width: 110px;
}

.bhow-to {
  max-width: 666px;
  position: relative;
  padding: 95px 20px 100px;
}

.bhow-to:before {
  content: "";
  position: absolute;
  bottom: -77px;
  right: calc(100% - 33px);
  background: url(../img/bhow-to-decor.png) no-repeat;
  height: 156px;
  width: 164px;
}

.bhow-to__title {
  margin: 0 0 40px;
}

.bhow-to__text {
  font-size: 18px;
  letter-spacing: .02em;
}

.bonuses-mid-title {
  font-size: 35px;
  letter-spacing: .02em;
}

.bonuses-big-title {
  font-size: 40px;
  letter-spacing: .02em;
}

.ba-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -50px -300px;
}

.ba-list__item {
  width: calc((100% - 300px * 2) / 2);
  margin: 0 0 50px 300px;
}

.ba-item {
  display: flex;
  align-items: center;
}

.ba-item__img {
  flex: none;
  width: 144px;
  padding-right: 30px;
}

.ba-item__img img {
  display: block;
}

.ba-item__text {
  max-width: 380px;
  letter-spacing: .02em;
  font-size: 22px;
  line-height: calc(30 / 22);
}

.bonuses-faq__title {
  text-align: center;
  margin: 0 0 60px;
}

.faq-list__item:not(:first-child) {
  margin: 20px 0 0;
}

.faq-item__title {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  padding: 35px 70px 30px;
}

.faq-item__title-number {
  color: #009752;
  letter-spacing: .02em;
  font-size: 60px;
  line-height: 1;
  width: 110px;
  margin-right: 10px;
}

.faq-item__title-more {
  cursor: pointer;
  color: #009752;
  text-decoration: underline;
  margin-left: auto;
  position: relative;
  padding-right: 17px;
  white-space: nowrap;
}

.faq-item__title-more:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: rotateZ(135deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  height: 4px;
  width: 4px;
}

.faq-item__content {
  padding: 40px 70px 20px;
  display: none;
}

.fi-content__text {
  line-height: calc(22 / 16);
  max-width: 800px;
}

.b-spend {
  padding: 100px 30px 95px;
}

.b-spend__title {
  text-align: center;
  margin: 0 0 105px;
}

.b-spend__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -110px -200px;
}

.b-spend__list-item {
  width: calc((100% - 200px * 2) / 2);
  margin: 0 0 110px 200px;
}

.bs-item {
  display: flex;
}

.bs-item__img {
  flex: none;
  width: 132px;
  padding-right: 20px;
}

.bs-item__img img {
  display: block;
}

.bs-item__text {
  align-self: center;
  letter-spacing: .02em;
  font-size: 22px;
  line-height: calc(30 / 22);
}

.bonuses-text__text:not(:first-child) {
  margin: 105px 0 0;
}

.bonuses-text__text-title {
  margin: 0 0 40px;
}

.bonuses-text__text-text {
  letter-spacing: .02em;
  line-height: calc(22 / 16);
}

@media (max-width: 1650px) {
  .bonuses .title-block__cont {
    padding: 45px 0 17%;
    margin-bottom: 120px;
  }
  .bonuses__about {
    margin: 60px 0 0;
  }
  .bonuses__about-list {
    margin: 60px 0 0;
  }
  .bonuses__how-to, .bonuses__faq {
    margin: 100px 0 0;
  }
  .b-spend {
    padding: 70px 30px;
  }
  .b-spend__title {
    margin: 0 0 60px;
  }
}

@media (max-width: 1400px) {
  .bonuses-mid-title {
    font-size: 28px;
  }
  .bonuses-big-title {
    font-size: 32px;
  }
  .ba-list {
    margin: 0 0 -50px -100px;
  }
  .ba-list__item {
    width: calc((100% - 100px * 2) / 2);
    margin: 0 0 50px 100px;
  }
  .ba-item__text {
    font-size: 18px;
  }
  .bonuses__how-to, .bonuses__faq {
    margin: 70px 0 0;
  }
  .bonuses__how-to {
    background: #DDE2EC;
  }
  .bhow-to {
    padding: 50px 30px;
  }
  .bhow-to:before {
    right: -350px;
    bottom: auto;
    top: calc(50% - 78px);
  }
  .faq-item__title, .faq-item__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1000px) {
  .bonuses .title-block__cont {
    color: #000;
    margin-bottom: 50px;
    padding: 45px 0 17% !important;
  }
  .bonuses__texts {
    margin: 60px 0 0;
  }
  .ba-list {
    margin: 0 0 -50px -50px;
  }
  .ba-list__item {
    width: calc((100% - 50px * 2) / 2);
    margin: 0 0 50px 50px;
  }
  .ba-item__img {
    width: 70px;
    padding-right: 15px;
  }
  .ba-item__text {
    font-size: 14px;
  }
  .bonuses-faq__title {
    margin: 0 0 30px;
  }
  .faq-item__title {
    padding: 20px;
  }
  .faq-item__title-number {
    font-size: 40px;
    width: 80px;
  }
  .b-spend {
    padding: 40px 20px;
  }
  .b-spend__list {
    margin: 0 0 -50px -50px;
  }
  .b-spend__list-item {
    width: calc((100% - 50px * 2) / 2);
    margin: 0 0 50px 50px;
  }
  .bs-item__text {
    font-size: 14px;
  }
  .bonuses-text__text:not(:first-child) {
    margin: 40px 0 0;
  }
  .bonuses-text__text-title {
    margin: 0 0 25px;
  }
}

@media (max-width: 1000px) and (min-width: 660px) {
  div.bonuses .title-block__cont {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (max-width: 660px) {
  div.bonuses .title-block__title {
    display: block;
  }
  div.bonuses .title-block__cont {
    padding: 43px 0 31% !important;
    margin-bottom: 80px !important;
  }
  div.bonuses .title-block__img {
    padding: 53% 0 0;
    width: 100%;
  }
  div.bonuses .title-block__img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  div.bonuses__how-to {
    margin: 50px -20px 0;
  }
  div.bonuses__spend {
    margin: 40px -20px 0;
    padding: 0 20px;
  }
  .bonuses-mid-title {
    font-size: 24px;
  }
  .bonuses-big-title {
    font-size: 28px;
  }
  .ba-list {
    display: block;
    margin: 0;
  }
  .ba-list__item {
    margin: 0;
    width: auto;
  }
  .ba-list__item:not(:first-child) {
    margin: 30px 0 0;
  }
  .bhow-to {
    padding: 20px;
  }
  .bhow-to__title {
    margin: 0 0 20px;
  }
  .bhow-to__text {
    font-size: 14px;
  }
  .faq-item__title {
    flex-wrap: wrap;
  }
  .faq-item__title-number {
    font-size: 22px;
    width: 55px;
  }
  .faq-item__title-text {
    width: calc(100% - 65px);
  }
  .faq-item__title-more {
    margin: 20px 0 0;
  }
  .faq-item__content {
    padding: 20px 20px 0;
  }
  .b-spend__title {
    margin: 0 0 25px;
  }
  .b-spend__list {
    display: block;
    margin: 0;
  }
  .b-spend__list-item {
    margin: 0;
    width: auto;
  }
  .b-spend__list-item:not(:first-child) {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 660px) {
  body[style*="fixed"] {
    position: relative !important;
  }
}

@media screen and (min-width: 1000px) {
  .cart-item__title {
    text-transform: none;
  }
}

@media screen and (min-width: 1000px) {
  .head__burger, .js__moved-phone, .js__moved-msg {
    display: none;
  }
  .head__right .head-phone {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 660px) {
  .head__right {
    margin: 0 1rem 0 auto !important;
  }
}

@media screen and (max-width: 660px) {
  .reviews__one-username {
    display: none;
  }
  .app__title {
    margin-bottom: 15px;
  }
  .coupon-applied {
    flex-direction: column;
  }
  .coupon-applied span {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .coupon-applied a {
    text-align: center;
  }
  #SDEK_mask {
    display: none !important;
  }
  #SDEK_pvz {
    left: 0 !important;
  }
  #SDEK_info {
    width: 100% !important;
  }
  #orderMakeAjax {
    margin-bottom: 15vh;
  }
  .cart-itog {
    display: block;
    width: 100%;
  }
  .cart-itog__row {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 660px) {
  .catalog-filter__btn {
    display: none;
  }
  .catalog-filter__btn + .catalog-filter {
    margin-top: 0;
  }
  .head__mobile-search,
  .tabs-content__toggle,
  .js__moved-soc {
    display: none;
  }
  .cat2__one-volume,
  .tovar-info__volume {
    font-size: 14px;
    line-height: calc(18 / 14);
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
  }
  .cat2 .cat2__one-volume {
    margin: 12px 0 0;
  }
}

@media screen and (max-width: 1600px) {
  body.why_choose .title-block {
    padding: 30px 0 0;
  }
  body.why_choose .title-block__cont {
    margin: 0;
  }
  .aloe__warranty {
    margin: 40px 0 0;
  }
  .aloe__instagram {
    margin: -20px 0 0;
  }
  .aloe__advantages {
    margin: 50px 0 0;
  }
  .w-item {
    padding: 35px 0;
  }
  .a-advantage {
    padding-bottom: 20px;
  }
  .a-advantage__decor {
    margin-bottom: 15px;
  }
  .a-advantages {
    margin: 0 0 -60px -60px;
  }
  .a-advantages__item {
    width: calc((100% - 60px * 3) / 3);
    margin: 0 0 60px 60px;
  }
  .aloe__instagram-content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1650px) {
  .cities__container {
    width: calc(100vw - 6em);
  }
  .menu__el:not(:last-child) {
    padding-right: 16px;
  }
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 99%;
  }
  .main-slider__slide-text {
    padding: 30px 2% 30px 8%;
  }
  .main-slider__text-title {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 98%;
  }
  .title-block__cont {
    margin-bottom: 50px;
  }
  .submenu {
    padding: 40px;
  }
  .submenu__col:not(:last-child) {
    margin-right: 50px;
  }
  .menu__el.sub .menu__link:before {
    bottom: -32px;
  }
  .catalog-filter {
    padding: 2rem;
  }
  .catalog-filter__cont {
    width: 285px;
  }
  .catalog__cat2 {
    width: calc(100% - 285px - 2rem);
  }
  .catalog__sort {
    margin-bottom: 2rem;
  }
  .cat2__one-img-cont {
    height: 285px;
  }
  .menu__link {
    font-size: 0.875rem;
  }
  .menu__el {
    padding-bottom: 30px;
  }
  .tovar__sliders {
    width: 450px;
  }
  .magazines-list {
    margin: 0 0 -16px -16px;
  }
  .magazines__item {
    width: calc((100% - 16px * 4) / 4);
    margin: 0 0 16px 16px;
  }
}

@media screen and (max-width: 1300px) {
  .bonus__advantage_block_items, .bonus__use_block_items {
    flex-wrap: wrap;
  }
  .bonus__advantage_block_item, .bonus__use_block_item {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  .cat2__one-img {
    max-width: 210px;
  }
  #page-wr {
    padding: 0;
  }
  #content {
    padding: 0 2rem;
  }
  .shops__about {
    width: calc(100% - (270px + 2rem));
  }
  .shops__aside {
    width: 270px;
  }
  .shops__aside-app .app__list {
    display: flex;
  }
  .a-advantages {
    margin: 0 0 -30px -30px;
  }
  .a-advantages__item {
    width: calc((100% - 30px * 3) / 3);
    margin: 0 0 30px 30px;
  }
}

@media screen and (max-width: 1250px) {
  .main-slider .slick-arrow {
    width: 5.5%;
  }
  .main-slider__cont {
    margin-bottom: 50px;
  }
  .main-slider__slide-text {
    padding: 30px 2% 30px 5.5%;
  }
  .brands .blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .shops-new__item-personal {
    align-items: flex-start;
  }
  .shops-new__item-personal figure {
    margin-right: 15px;
  }
  .shops-new__item-personal figure img {
    height: 74px;
    width: 74px;
  }
  .shops-new__item-personal-name {
    margin-bottom: 5px;
  }
  .footer-app {
    display: none;
  }
  .head__menu-app {
    display: block;
  }
  .lk__block {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  div.bonus .title-block__cont {
    color: #000;
    min-height: 1px;
  }
  div.bonus .bread-crumbs {
    color: #000;
  }
  div.bonus .bread-crumbs a {
    color: #000;
  }
  div.bonus .bread-crumbs__link:after {
    background: url(../img/ico-breadcrumbs-arrow.png) no-repeat;
  }
  div.bonus .title-block__btn {
    background: #009d4a;
    color: #fff;
  }
  div.bonus__banner .wrapper {
    flex-direction: column;
  }
  div.bonus__banner_block {
    width: 100%;
    margin-bottom: 50px;
  }
  div.bonus__banner_block_text {
    max-width: none;
    padding-left: 3vw;
  }
  .soc__link {
    height: 35px;
    width: 35px;
  }
  html {
    font-size: 95%;
  }
  .menu__el {
    margin-bottom: 0 !important;
  }
  .menu__el:not(:last-child) {
    padding-right: 16px;
  }
  .promo-list__link-desc {
    padding: 20px 2rem;
  }
  .footer {
    padding: 2rem;
  }
  .head__left .head-phone {
    display: none !important;
  }
  .head__right {
    display: flex;
    align-items: center;
  }
  .title-block__cont {
    background: none !important;
    padding: 0;
  }
  .tovar-big-slider__slide img {
    max-width: 380px;
  }
  .tovar-buy {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tovar-buy__price {
    width: 100%;
  }
  .tovar-buy__counter {
    margin-left: 0;
  }
  .tovar-sliders__small, .tovar-sliders__big {
    width: auto;
  }
  .tovar-sliders__big {
    flex: 1 1 auto;
  }
  .tovar-sliders__small {
    flex: none;
    margin-top: 2rem;
    padding-bottom: 0;
  }
  .tovar__share {
    position: static;
    flex: none;
    width: 150px;
    align-self: center;
  }
  .bestsellers__cont {
    margin: 4rem 0 0;
  }
  .tovar-smallslider {
    width: calc(100% - 150px);
  }
  .tovar-smallslider__slide:not(:first-child) {
    margin-top: 0;
    margin-left: 15px;
  }
  .tovar-bot {
    margin: 4rem 0 0;
  }
  .head {
    padding: 30px 0 0;
  }
  .head__menu {
    margin: 50px -2rem 0;
  }
  .new {
    padding: 35px 30px 35px;
  }
  .footer {
    margin-top: 50px;
  }
  .partners__cont {
    margin-top: 30px;
  }
  .main-slider__text-title {
    font-size: 2.375rem;
    line-height: 2.5rem;
  }
  .main-slider__text-title, .main-slider__text-link-cont {
    margin-top: 1.5rem;
  }
  .menu__el {
    padding-bottom: 40px;
  }
  .menu__el.sub .menu__link:before {
    bottom: -41px;
  }
  .cat2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cat2__one-wrap {
    width: 50%;
  }
  .cat2__one-wrap:nth-child(3n) {
    border-right: 1px solid #ebebeb;
  }
  .blog__item-info {
    padding: 2rem;
  }
  .paginator__cont {
    margin: 2rem 0;
  }
  #page-wr {
    position: relative;
    background: #fff;
  }
  .head, .content, .footer {
    transition: transform .3s ease;
    position: relative;
    background: #fff;
    z-index: 10;
  }
  .js-menu-opened .head, .js-menu-opened .content, .js-menu-opened .footer, .js-menu-opened .mobile-catalog {
    transform: translate3d(-280px, 0, 0);
  }
  .js-menu-opened .head__menu {
    opacity: 1;
    pointer-events: all;
  }
  .head__menu {
    position: absolute;
    top: 0;
    width: 280px;
    height: 100%;
    overflow: hidden;
    right: 0;
    margin: 0;
    background: #fff;
    z-index: 1;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .head__menu:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    top: 0;
    height: 100%;
    left: -.1rem;
    width: .1rem;
    z-index: 10;
  }
  .head__menu .footer-call {
    border: 1px solid #139658;
    padding: 10px;
    text-decoration: none;
    color: #000;
    display: inline-block;
  }
  .head__menu-app {
    border-top: 1px solid #ebebeb;
    padding: 30px 20px 0;
  }
  .head__menu-app .app__title {
    margin: 0 0 10px;
  }
  .head__menu-app .shops__aside-app {
    margin: 0;
    padding: 0 0 15px;
  }
  .js__moved-phone .footer-phone {
    margin-bottom: 15px;
    width: 100%;
    display: block;
  }
  .js__moved-phone .footer-phone a {
    font-size: 1.125rem;
    text-decoration: none;
  }
  .submenu {
    pointer-events: all;
    opacity: 1;
    padding: 0 !important;
    position: static;
    display: none;
    box-shadow: none;
    transform: none !important;
  }
  .submenu__list {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .submenu__col {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .submenu__col:not(:last-child) {
    margin-right: auto;
    border-bottom: 1px solid #ebebeb;
  }
  .submenu__title {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .submenu__title a {
    display: block;
    padding: 15px 20px 15px 30px;
    font-weight: 300;
  }
  .menu {
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .menu__link {
    display: block;
    padding: 15px 20px;
    font-weight: 300;
  }
  .menu__link:before {
    display: none;
  }
  .menu__link:after {
    top: calc(50% - 2px) !important;
    right: 20px !important;
    transition: transform .3s ease;
  }
  .menu__el {
    padding-bottom: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .menu__el:not(:last-child) {
    padding-right: 0;
  }
  .menu__el.js-submenu-opened .menu__link:after {
    transform: rotate(180deg);
  }
  .city {
    /*top: 30px;*/
  }
  .head {
    flex-wrap: wrap;
  }
  .head__left {
    order: 1;
    width: 100%;
    margin-top: 2rem;
  }
  .head__right {
    margin: 0 2rem 0 auto;
    width: auto;
  }
  .head-contacts {
    display: none;
  }
  .head-search {
    margin: 0;
    width: 100%;
  }
  .head__burger {
    flex: none;
  }
  .search__wrap {
    width: 100%;
  }
  .burger {
    display: flex;
    flex-direction: column;
    height: 18px;
    width: 26px;
    justify-content: space-between;
    cursor: pointer;
  }
  .burger:before, .burger:after {
    display: block;
    content: "";
    transform-origin: left;
    transition: transform .3s ease, width .3s ease;
  }
  .burger span, .burger:before, .burger:after {
    background: #000;
    height: 2px;
    width: 100%;
  }
  .burger span {
    transition: opacity .3s ease;
  }
  .burger.js-active:before, .burger.js-active:after {
    width: 94%;
  }
  .burger.js-active:before {
    transform: rotate(42deg);
  }
  .burger.js-active:after {
    transform: rotate(-42deg);
  }
  .burger.js-active span {
    opacity: 0;
  }
  .content {
    margin: 2rem 0 0;
  }
  .head__menu-footer {
    padding: 20px 20px 15px;
  }
  .main-slider .slick-arrow {
    background-size: 30%;
  }
  .instagram__item {
    width: calc((100% - 20px * 3) / 3);
  }
  .js__moved-msg {
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 1000px) {
  .head-search {
    width: 100%;
    margin-right: 0;
  }
  .search__wrap {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .tovar-buy {
    justify-content: flex-start;
  }
  .tovar-buy__price {
    width: auto;
  }
}

@media screen and (min-width: 660px) {
  .amount {
    position: relative;
  }
  .amount__list {
    max-width: 95vw;
    left: 25%;
  }
  .amount__count {
    position: static !important;
  }
}

@media screen and (max-width: 1180px) {
  .tovar-top {
    flex-direction: column;
  }
  .tovar__sliders, .tovar__info {
    width: auto;
  }
  .tovar__info {
    margin: 3rem 0 0;
  }
  .tovar__buy {
    margin: 2rem 0 0;
  }
  .tovar-buy {
    padding: 1.4rem 0;
  }
}

@media screen and (max-width: 1100px) {
  .blog__list {
    margin: 0 0 -30px -30px;
  }
  .blog__item {
    width: calc((100% - 30px * 3) / 3);
    margin: 0 0 30px 30px;
  }
  .order-list__table td:nth-child(2) {
    padding-left: 2rem;
  }
  .orders-item__head {
    padding: 20px 2rem;
  }
  .detail-order__table td:first-child:not(:last-child) {
    padding-left: 2rem;
  }
  .detail-order__table tr:first-child td {
    padding-top: 20px;
  }
  .detail-order__table tr.detail-order__table-subtitle + tr td {
    padding-top: 20px;
  }
  .detail-order__table tr.detail-order__table-subtitle span {
    padding-left: 2rem;
    margin: 20px 0 0;
  }
  .order-list {
    padding: 20px 2rem;
  }
  .order-list__summary {
    margin-left: 2rem;
  }
  .d-order__count {
    white-space: nowrap;
  }
  .w-item__img {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .footer .submenu__list {
    position: static;
  }
}

@media screen and (max-width: 1000px) {
  .shops-new__item-personal {
    width: calc((100% - 25px * 2)/ 2);
    align-items: center;
  }
  .check-city {
    min-width: 351px;
  }
  .head__menu .city {
    display: block;
  }
  .amount-container #map {
    max-width: 100%;
    height: calc(100vh - 140px) !important;
  }
  .amount-container #map > ymaps {
    max-width: 100%;
    height: 100% !important;
  }
  .city {
    /*position: relative;*/
    /*font-size: 0.875rem;*/
    /*text-transform: uppercase;*/
    /*display: none;*/
  }
  .city:after {
    /*content: '';*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: calc(50% - 3px);*/
    /*height: 6px;*/
    /*width: 6px;*/
    /*display: block;*/
    /*border-top: 1px solid #000;*/
    /*border-right: 1px solid #000;*/
    /*transform: rotate(45deg);*/
  }
  .city-btn__close {
    height: 15px;
    width: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-right: 5px;
  }
  .city-btn__close svg {
    opacity: 0;
  }
  .cities {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s ease;
    left: initial;
    opacity: 1;
    padding: 1.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cities-cont {
    width: 100%;
  }
  .cities-cont__top {
    align-items: center;
    margin-bottom: 20px;
  }
  .cities-cont__title {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .cities__list {
    column-count: 1;
    column-gap: 0;
  }
  .cities__container {
    width: 100%;
    height: calc(100vh - 87px - 41px);
    -webkit-overflow-scrolling: touch;
  }
  .cities__scroll {
    position: static;
  }
  .js__city--open .cities {
    transform: translate3d(0, 0, 0);
  }
  .head__menu .city {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    top: 0;
  }
  .head__right {
    margin: 0 2rem 0 auto;
  }
  .detail-order__table td:first-child:not(:last-child) {
    padding-left: 18px;
  }
  .detail-order__table tr.detail-order__table-subtitle span {
    padding-left: 18px;
    margin: 20px 0 0;
  }
  .order-list {
    padding: 20px 18px;
    flex-direction: column;
  }
  .order-list__summary {
    margin: 30px 0 0;
  }
  .sort {
    padding: 20px 15px;
  }
  .instagram__item {
    width: calc((100% - 20px * 2) / 2);
  }
  .catalog-filter {
    padding: 1rem;
  }
  #content {
    padding: 0 18px;
  }
  .menu__el-mobile {
    display: block;
  }
  div.bonus .title-block__cont {
    background: transparent !important;
  }
  html {
    font-size: 94%;
  }
  .blog__list {
    margin: 0 0 -2rem -2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__item {
    width: calc((100% - 2rem * 2) / 2);
    margin: 0 0 2rem 2rem;
    margin-right: 0 !important;
  }
  .blog__item-info {
    padding: 1.4rem;
  }
  .main-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: .8rem 0 0;
  }
  .main-slider .slick-dots li:not(:first-child) {
    margin-left: 14px;
  }
  .main-slider .slick-dots .slick-active button {
    background: #2cad42;
  }
  .main-slider .slick-dots button {
    border-radius: 50%;
    border: none;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 16px;
    width: 16px;
    border: 1px solid #2cad42;
    background: #fff;
    transition: background .3s ease;
    cursor: pointer;
  }
  .main-slider__cont {
    margin: 0 0 2rem;
  }
  .main-slider__slide {
    flex-direction: column;
  }
  .main-slider__slide-text, .main-slider__slide-img-cont {
    width: auto;
  }
  .main-slider__slide-text {
    padding: 2rem 2rem .6rem;
  }
  .main-slider__text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-slider__text-link-cont {
    margin-bottom: 1.4rem;
    margin-top: 0;
  }
  .main-slider__text-top-plate {
    width: 180px;
    flex: none;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 1.4rem;
  }
  .main-slider__text-title {
    margin-top: 0;
    margin-bottom: 1.4rem;
    margin-right: 20px;
  }
  .main-slider__text-title br {
    display: none;
  }
  #item_add_to_cart .forms-submit-cont > div {
    flex-direction: column;
  }
  #item_add_to_cart .forms-submit-cont .forms__submit {
    width: auto;
  }
  #item_add_to_cart .forms-submit-cont .forms__submit:not(:first-child) {
    margin-top: 15px;
  }
  .promo__new, .promo__list {
    width: calc(50% - 1rem);
  }
  .promo-list__link:not(:first-child) {
    margin-top: 2rem;
  }
  .promo-list__link-desc {
    padding: 20px 2rem;
  }
  .bestsellers__cont {
    margin: 2rem 0 0;
  }
  .footer {
    padding: 2rem;
    margin: 2rem 0 0;
    border-top: 1px solid #ebebeb;
  }
  .footer-line--top {
    display: none;
  }
  .footer-line--bot {
    margin-top: 0;
  }
  .title-block__cont {
    margin: 0 0 2rem;
    background: none !important;
    padding: 0;
  }
  .catalog-filter__cont {
    width: 245px;
  }
  .catalog__cat2 {
    width: calc(100% - 245px - 2rem);
  }
  .cat2__one-add-to-cart {
    padding-left: 65px;
    text-align: left;
  }
  .tovar-top {
    flex-direction: column;
  }
  .tovar__sliders, .tovar__info {
    width: auto;
  }
  .tovar__info {
    margin: 3rem 0 0;
  }
  .tovar__buy {
    margin: 2rem 0 0;
  }
  .tovar-buy {
    padding: 1.4rem 0;
  }
  .image--right {
    width: 250px;
  }
  .image--figcaption {
    padding: 1rem;
  }
  .cart-header {
    display: none;
  }
  .cart-footer {
    margin-top: 2rem;
    padding: 2rem;
  }
  .cart-counter-wrapper {
    max-width: none;
  }
  .cart__forms {
    padding: 2rem;
  }
  .cart__forms .forms-input-cont {
    width: 48%;
    margin-right: 0 !important;
  }
  .cart__forms .forms__input-wrap {
    justify-content: space-between;
  }
  .cart__forms .forms-textarea-cont {
    width: 100%;
    margin-right: 0;
  }
  .cart__forms .recaptcha-wrap {
    width: 100%;
  }
  .cart__forms .btn__forms {
    margin-top: 2rem;
  }
  .cart-item {
    padding: 3.5rem 0 2rem !important;
    flex-wrap: wrap;
    border-top: 1px solid #ebebeb;
    position: relative;
  }
  .cart-item:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .cart-item__close {
    position: absolute;
    top: 12px;
    right: 0;
  }
  .cart-item__name {
    width: 100%;
    margin-bottom: 1.4rem;
  }
  .cart-item__name-foto {
    position: static;
    flex: none;
  }
  .cart-item .favorites {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .cart-item__info {
    width: auto;
    flex: 1 1 auto;
  }
  .cart-item__price, .cart-item__price-total {
    width: auto;
    display: flex;
  }
  .cart-item__price:before, .cart-item__price-total:before {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .cart-item__price:before {
    content: "Цена: ";
  }
  .cart-item__price-total:before {
    content: "Сумма:";
  }
  .formoneclick .forms__input-wrap {
    justify-content: space-between;
  }
  .formoneclick .forms-input-cont {
    margin-right: 0 !important;
    width: 48% !important;
  }
  html {
    overflow-x: hidden !important;
  }
  .shops {
    flex-direction: column;
  }
  .shops__aside, .shops__about {
    width: auto;
  }
  .shops__aside {
    margin: 2rem 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shops__aside-app {
    order: 1;
    width: 100%;
  }
  .shops__aside-address, .shops__aside-contact {
    display: flex;
    width: 48%;
  }
  .shop__desc, .shop-address, .shop-contact {
    padding: 1.4rem;
  }
  .cart-steps {
    height: 50px;
  }
  .cart__steps {
    margin: 0 0 20px;
  }
  .user-data__form {
    margin: 0 0 -20px -20px;
  }
  .user-data__input {
    width: calc((100% - 20px * 2) / 2);
    margin: 0 0 20px 20px;
  }
  .user-data__bot {
    margin: 20px 0 0;
  }
  .user-data__bot-btns {
    width: calc((100% - 20px * 2) / 2);
  }
  .cart-footer, .cart__forms {
    padding: 20px;
  }
  body.why_choose .title-bg {
    display: none;
  }
  body.why_choose .title-block {
    position: static;
    padding: 20px;
    margin: 0 -20px;
    background: #2cad42;
  }
  body.why_choose .title-block__crumbs {
    display: none;
  }
  .aloe__instagram {
    background: #2cad42;
    margin: 0 -20px;
  }
  .aloe__instagram-bg {
    display: none;
  }
  .aloe__instagram-content {
    position: static;
    padding: 30px 20px;
  }
  .insta {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 667px) {
  #step_2, #step_3 {
    margin-bottom: -86px;
  }
}

@media screen and (max-width: 1000px) {
  .a-advantages {
    margin: 0 0 -20px -20px;
  }
  .a-advantages__item {
    width: calc((100% - 20px * 2) / 2);
    margin: 0 0 20px 20px;
  }
  .cart-footer {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cart-footer__bonus {
    width: 100%;
    margin: 0 0 20px;
    order: -1;
  }
  .cart-footer__bonus-text {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 1.5rem;
  }
  .cart-footer .text-message {
    order: -2;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 900px) {
  .magazines__item {
    width: calc((100% - 16px * 3) / 3);
  }
}

@media screen and (max-width: 800px) {
  .brands .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .user-data--step4 .user-data__right {
    order: -1;
  }
  .user-data--step4 .user-data__right .user-data__form {
    margin: 0 !important;
  }
  .user-data--step4 .user-data__right, .user-data--step4 .user-data__left {
    padding: 0;
    width: 100%;
  }
  .cat2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .cat2__one-wrap {
    width: 100%;
  }
  .head-links .head-links__link--bonus {
    display: none;
  }
  .head__menu .head-links__link--bonus {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    min-width: 143px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 1000px) and (min-width: 660px) {
  .tovar-buy {
    flex-wrap: nowrap;
  }
  .tovar-buy__price {
    width: auto;
    margin-bottom: 0;
  }
  .tovar-buy__counter {
    margin-left: auto;
  }
  .head__burger {
    order: -3;
    margin-right: auto;
  }
  .head__mobile-search {
    order: -2;
    margin: 0 auto 0 1.6875rem;
  }
  .head__logo {
    width: 99px;
    margin-right: auto;
  }
  .head__right {
    margin: 0 !important;
  }
  .head__deliv {
    margin: 0;
  }
  .logo__title {
    margin: 0px 0 0;
  }
  .logo__title span {
    font-size: 8px !important;
  }
}

@media screen and (max-width: 700px) {
  .magazines__item {
    width: calc((100% - 16px * 2) / 2);
  }
}

@media screen and (max-width: 667px) {
  .brands .blog__item {
    padding: 20px;
  }
  body:not(.bonus) .title-block {
    display: none !important;
  }
  .head__burger {
    order: -3;
  }
  .shops-new__item-personal {
    align-items: flex-start;
    width: calc((100% - 15px * 2)/ 2);
    margin: 0 0 15px 15px;
  }
  .shops-new__item-personal figure {
    margin-right: 10px;
  }
  .shops-new__item-personal figure img {
    height: 48px;
    width: 48px;
  }
  .shops-new__item-personal-name {
    font-size: 13px;
  }
  .shops-new__item-personal-post {
    font-size: 11px;
  }
  .shops-new__item-slider .slick-list {
    margin: 0 -21px;
  }
  .shops-new__item-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .shops-new__item-el:not(:first-child) {
    margin-top: 10px;
  }
  .faq-item__title-text {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 660px) {
  .bestsellers__cont .cat2__one-price-opt + .cat2__one-price {
    text-align: left;
    width: 100%;
    margin-top: 3px;
  }
  .bestsellers__cont .opt-prices-block {
    display: flex !important;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
  }
  .bestsellers__cont .countItemInCart {
    margin: 0;
    position: relative;
    pointer-events: none;
  }
  .bestsellers__cont .cat2__one-description {
    margin: 0 !important;
  }
  .bestsellers__cont .cat2__one-price {
    line-height: 1 !important;
  }
  .bestsellers__cont .cat2__one .cat2__one-fav-add {
    width: 34px !important;
    height: 34px !important;
    background-size: 17px !important;
    background-position: center !important;
  }
  .tovar-buy__list {
    width: 100%;
  }
  .tovar-buy__list .tovar-buy__price {
    margin: 0 5px 0 0;
  }
  .tovar-buy__counter {
    margin: 0 5px 0 0;
    width: auto;
  }
  .cart-counter-wrappe {
    max-width: 103px;
    height: 44px;
  }
  .amount-tabs__content {
    max-height: 100%;
  }
  .cart-item__name-foto {
    margin-left: 0;
  }
  .shops-new__item-personal figure img {
    height: 70px;
    width: 70px;
  }
  .shops-new__item-personal-deviz {
    font-size: 11px;
  }
  #feedback-modal .forms__label--file:before {
    height: 60px;
    top: 34px;
  }
  #feedback-modal .forms-submit-cont {
    margin: 0 0 15px 0;
  }
  #feedback-modal .forms__text {
    text-align: center !important;
    width: 100%;
    margin-bottom: 20px;
  }
  #feedback-modal .forms__bottom {
    margin: 0 auto;
  }
  .contacts .contacts__form .forms-input-cont {
    width: 100% !important;
  }
  .promo-input {
    flex-direction: column;
  }
  .promo-input .forms__input {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .promo-input .btn-flat input {
    width: 100%;
  }
  .hidden-item_remove {
    text-align: right;
  }
  .hidden-item__btn {
    max-width: 100%;
  }
  #item_add_to_cart {
    width: 100%;
  }
  .head-links__link--bonus.js__callback {
    display: block !important;
  }
  .head__menu-footer.js__moved-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .head__menu-footer.js__moved-msg {
    padding: 0;
    order: 2;
  }
  .head__menu-footer .footer-phone {
    order: 1;
  }
  .head__menu-footer .footer-call {
    order: 5;
  }
  .head__menu-footer .head-links__link--bonus {
    order: 3;
  }
  .head__menu-footer .head-links__link--bonus.js__callback {
    order: 4;
  }
  .js__city--open .head__menu {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  .cities {
    right: initial;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    overflow-x: hidden;
  }
  .cities:before {
    content: '';
    left: auto;
    pointer-events: none;
    right: -.1rem;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    top: 0;
    width: .1rem;
    z-index: 10;
    bottom: 0;
  }
  .city {
    /*padding-left: 40px !important;*/
    /*background: url(../img/ico-slick-arrow.png) no-repeat center right 20px;*/
  }
  .city:after {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: calc(50% - 7px);*/
    /*display: block;*/
    /*height: 15px;*/
    /*width: 15px;*/
    /*margin-right: 8px;*/
    /*background: url(../img/ico-location.svg) center no-repeat;*/
    /*background-size: contain;*/
    /*transform: none;*/
    /*border: 0;*/
  }
  .city:before {
    /*height: 100%;*/
    /*background: none;*/
    /*margin-right: 0;*/
  }
  .hidden-xs {
    display: none;
  }
  .cart-footer {
    text-align: left !important;
  }
  .cart-footer__bonus {
    order: 1;
    margin: 0;
  }
  .cart-footer__price {
    margin: 10px 0 0 !important;
  }
  .bonus-text {
    display: flex;
    font-size: 17px;
    justify-content: space-between;
  }
  .detail-order__table td:first-child:not(:last-child) {
    padding-left: 16px;
    width: 100px;
  }
  .detail-order__table tr.detail-order__table-subtitle span {
    padding-left: 16px;
  }
  .order-list {
    padding: 20px 16px;
    flex-direction: column;
  }
  .order-list__summary {
    margin: 25px 0 0;
  }
  .filter {
    width: 100%;
  }
  .lc-password {
    max-width: none;
  }
  .orders-item__head, .orders-item__desc-title {
    padding: 16px;
  }
  .orders-item__head {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .orders-item__date {
    margin: 0 !important;
  }
  .orders-item__more {
    margin: 10px 0 0;
    width: 100%;
  }
  .order-list__table, .order-list tbody, .order-list td {
    display: block;
  }
  .order-list tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .order-list tr:not(:last-child) {
    padding-bottom: 15px;
  }
  .order-list tr:not(:first-child) {
    padding-top: 15px;
    border-top: 1px solid var(--borderColor);
  }
  .order-list td:nth-child(2) {
    width: calc(100% - 88px);
  }
  .orders-desc {
    padding: 16px;
    flex-direction: column;
  }
  .orders-desc__right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
  }
  .orders-desc__btn {
    width: 100%;
    flex-direction: column;
  }
  .orders-desc__btn .default-btn {
    display: block;
    text-align: center;
  }
  .cat2__one .rating {
    margin: 5px 0 0;
  }
  body.why_choose .footer {
    margin-left: -18px;
    margin-right: -18px;
  }
  body.why_choose .title-block {
    position: absolute;
    background: none;
    padding: 40px 20px 0;
  }
  body.why_choose .title-block .title-block {
    padding: 0;
    position: static !important;
  }
  body.why_choose .title-block__title {
    display: block !important;
    font-size: 22px;
  }
  body.why_choose .title-bg {
    display: flex;
  }
  .warranty__title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .instagram__item {
    width: calc(100% - 20px);
  }
  .tabs-content.active .tabs-content__toggle + div {
    padding: 27px 19px !important;
    display: block !important;
  }
  .aloe__advantages {
    margin: 20px 0;
  }
  .aloe__warranty {
    margin: 2rem 0 0;
  }
  .aloe__instagram {
    background: none;
  }
  .aloe__instagram-bg {
    display: flex;
  }
  .aloe__instagram-content {
    position: absolute;
    top: 0;
  }
  .insta__title {
    font-size: 22px;
    margin-bottom: 43px;
  }
  .insta__btn {
    margin: 28px 0 0;
  }
  .a-advantages {
    margin: 0;
  }
  .a-advantages__item {
    width: 100%;
    margin: 0;
  }
  .a-advantages__item:not(:first-child) {
    margin: 40px 0 0;
  }
  .a-advantages__item:last-child .a-advantage {
    padding-bottom: 0;
    border: none;
  }
  .a-advantage {
    padding: 0 0 42px;
  }
  .a-advantage__title {
    height: auto !important;
    font-size: 22px;
    line-height: calc(26 / 22);
  }
  .a-advantage__title:not(:last-child) {
    margin-bottom: 21px;
  }
  .a-advantage__decor {
    height: 17px;
    width: 17px;
    margin-bottom: 33px;
  }
  .a-advantage__subtitle {
    font-size: 16px;
    line-height: calc(22 / 16);
  }
  .w-list__item:first-child .w-item {
    padding-top: 0 !important;
  }
  .w-list__item:last-child .w-item__desc-title {
    height: 17px;
  }
  .w-item {
    display: block;
    padding: 34px 0 48px;
  }
  .w-item__img {
    width: 38px;
    margin: 0 28px 0 0;
    float: left;
  }
  .w-item__desc-title {
    font-size: 20px;
    line-height: calc(20 / 25);
    margin: 10px 0;
    height: 34px;
    display: flex;
    align-items: center;
  }
  .w-item__desc-text {
    margin: 28px 0 0;
  }
  .w-item:after {
    clear: both;
    content: "";
    display: table;
  }
  .customers-slider {
    margin: 0 33px;
  }
  .customers-slider .slick-list {
    overflow: visible;
  }
  .customers-slider__slide {
    margin: 0 11px;
  }
  .notice {
    display: none !important;
  }
  .cart-footer__price {
    margin-left: 0;
    text-align: left;
  }
  .delivery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -25px -25px;
  }
  .delivery-list__item {
    width: calc((100% - 25px * 1) / 1);
  }
  .cart-footer {
    padding: 0 !important;
  }
  #step_2, #step_3 {
    margin-bottom: -100px !important;
  }
  .js__moved-soc {
    margin: 10px 0 0;
  }
  #orderMakeAjax .user-data__bot-btns {
    transform: translateY(20px);
  }
  #orderMakeAjax .user-data__bot-btns .default-btn {
    height: 46px;
  }
  .default-btn--green {
    padding: 13px 15px;
    display: block;
  }
  .delivery-selector {
    width: 100%;
  }
  .sale-paysystem-button-container .default-btn {
    width: 100% !important;
    display: block !important;
  }
  .cart-steps {
    height: 40px;
  }
  .cart__steps {
    margin: 0 0 20px;
  }
  .user-data__form {
    margin: 0 0 -20px 0;
  }
  .user-data__input {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .user-data__bot {
    margin: 20px 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .user-data__bot-btns {
    width: 100%;
    margin: 0 0 20px;
  }
  .user-data__bot-text {
    margin-left: 0;
  }
  .submenu__title a {
    font-size: .875rem !important;
  }
  .contacts__form .forms-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contacts__form .forms__input--file-support {
    margin-bottom: 30px;
  }
  .contacts__form .forms-input-cont .forms__file-formats {
    top: auto;
    bottom: 0;
  }
  .tag {
    height: 30px;
    width: 30px;
    background-size: contain !important;
  }
  .magazines__item {
    width: calc(100% - 16px);
  }
  .forms__text {
    margin-top: 0 !important;
  }
  .menu__el {
    padding-bottom: 0;
  }
  .menu__el:last-child {
    border-bottom: none;
  }
  .logo__title {
    margin: 12px 0 0;
  }
  .main .mobile-catalog {
    display: block;
  }
  .mobile-catalog {
    margin: 16px 0 14px;
  }
  .mobile-catalog .menu__link {
    padding: 15px 0;
    text-transform: none;
    font-size: 14px;
  }
  .mobile-catalog .menu__el.sub div a {
    text-transform: none;
    font-size: 0.875rem;
  }
  .mobile-catalog .submenu__title a {
    padding: 15px 20px 15px 15px;
  }
  .head {
    align-items: center;
  }
  #apiship_info {
    display: none;
  }
  #apiship_pvz {
    width: 100% !important;
    left: 0 !important;
    height: 100% !important;
  }
  .tovar-advantages {
    flex-wrap: wrap;
    padding: 1rem 0 0;
  }
  .tovar-advantages__item {
    margin-bottom: 15px;
  }
  .tovar__advantages, .tovar__buy {
    margin: 1rem 0 0;
  }
  input[type="radio"] + label {
    padding-left: 38px;
    padding-top: 8px;
  }
  .logo__title {
    display: none;
  }
  .head__left {
    margin: 0;
  }
  body {
    width: 100%;
    left: 0;
  }
  body.js__search-opened #page-wr {
    padding: 57px 0 0 !important;
  }
  body.js__search-opened .head-search {
    transform: translate3d(0, -125%, 0);
    opacity: 1;
  }
  body.js__search-opened .head {
    top: 57px;
  }
  .head-search {
    margin: 15px 0 0;
    padding: 15px 25px 0 !important;
    background: #fff;
    position: absolute;
    top: 0;
    transform: translate3d(0, -100%, 0);
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .js-menu-opened .mobile-catalog, .js-menu-opened .head, .js-menu-opened .footer, .js-menu-opened .content {
    transform: translate3d(280px, 0, 0);
  }
  .mobile-search {
    background: url(../img/ico-mobile-search.png) no-repeat;
    background-size: 17px auto !important;
    border: none;
    display: block;
    padding: 0;
    height: 20px;
    width: 17px;
  }
  .content {
    margin: 0;
  }
  #page-wr {
    padding-top: 82px;
  }
  #content {
    width: 100%;
  }
  .head {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding: 25px;
    position: fixed;
  }
  .head.stories-opened {
    z-index: 10;
  }
  .head__mobile-search {
    order: -2;
    margin: 0 auto 0 1.6875rem;
  }
  .head__menu {
    right: auto;
    left: 0;
    position: fixed;
    bottom: 0;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset -10px 0 15px -15px rgba(0, 0, 0, 0.5);
  }
  .head__menu-footer {
    padding-top: 0 !important;
  }
  .head-links__link--lc {
    display: none;
  }
  .head-links__link--favorite {
    margin: 0 28px 0 0 !important;
    background: url(../img/ico-mobile-favorite.png) no-repeat;
    background-size: contain !important;
    height: 20px;
    width: 23px;
  }
  .head-links__link--cart {
    background: url(../img/ico-mobile-cart.png) no-repeat;
    background-size: contain !important;
    height: 23px;
    width: 20px;
  }
  .head-links__link--cart svg {
    display: none;
  }
  .head-links__link--cart:after {
    top: -5px;
    right: -10px;
  }
  .head__right {
    margin: 0;
  }
  .head__logo {
    width: 99px;
    margin-right: auto;
  }
  #header-cart {
    margin-left: 0 !important;
  }
  .tovar__buy {
    justify-content: initial !important;
  }
  .tovar__buy .cat2__one-add-to-cart {
    padding: 13px 30px 13px 65px !important;
    min-width: 170px;
    margin-left: 10px;
    text-align: center;
  }
  .tovar__buy .cat2__one-add-to-cart.added, .tovar__buy .cat2__one-add-to-cart.green {
    background-image: none !important;
    padding: 13px 20px 13px !important;
    text-align: center;
    background: #2cad42 !important;
  }
  .tovar__buy span {
    font-size: 14px !important;
  }
  .tovar__buy span.countItemInCart[data-count='0'] {
    opacity: 1	!important;
  }
  .cat2__one-img-cont {
    order: -3;
  }
  .cat2__one-title {
    order: -2;
  }
  .cat2__one-add-to-cart:not(.detail-btn), .cat2__one .to-cart, .cat2__one-add-to-cart.added:not(.detail-btn), .cat2__one .to-cart.added {
    border-radius: 50%;
    padding: 0 !important;
    height: 34px;
    width: 34px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: center !important;
    background-size: 14px auto !important;
    border: 0 !important;
  }
  .cat2__one-add-to-cart.added:not(.detail-btn), .cat2__one .to-cart.added {
    background: url(../img/ico-mobile-cart-white.png) center no-repeat, #2cad42 !important;
    background-size: 12px !important;
  }
  .cat2__one-fav-add, .cat2__one .to-favorite, .cat2__one-fav-add.added, .cat2__one .to-favorite.added {
    height: 15px;
    width: 17px;
    border: none;
    border-radius: 0;
    background-size: contain !important;
  }
  .cat2 {
    margin: 0 -18px !important;
  }
  .cat2 .cat2__one {
    display: block;
    padding: 25px 4.5rem 30px 135px;
    text-align: left;
  }
  .cat2 .cat2__one-buy, .cat2 .cat2__one-title {
    width: calc(100% - .5rem);
    max-width: none;
  }
  .cat2 .cat2__one-buy {
    text-align: left;
    align-items: flex-start !important;
    padding: 0;
  }
  .cat2 .cat2__one-fav-add-cont {
    right: 33px;
  }
  .cat2 .cat2__one-img {
    max-height: 100%;
    max-width: 100% !important;
    display: inline-block;
  }
  .cat2 .cat2__one-img-cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 135px;
    padding: 25px 15px;
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .cat2 .cat2__one-img-cont figure {
    height: 100%;
  }
  .cat2 .cat2__one-title {
    font-size: 12px;
    letter-spacing: .01em;
    line-height: calc(16 / 12);
    margin: 21px 0 0;
  }
  .cat2 .cat2__one-volume, .cat2 .cat2__one-quantity {
    position: absolute;
    margin: 0;
    top: 25px;
  }
  .cat2 .cat2__one-description, .cat2 .cat2__one-quantity, .cat2 .cat2__one-volume {
    font-size: 12px;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, 0.5);
  }
  .cat2 .cat2__one-volume {
    margin: 0;
    left: 135px;
  }
  .cat2 .cat2__one-quantity {
    left: 171px;
  }
  .cat2 .cat2__one-add-to-cart {
    position: absolute;
    right: 23px;
    bottom: 31px;
  }
  .cat2 .cat2__one-img-cont {
    max-height: 205px;
  }
  .cat2 .cat2__one-buy {
    margin-top: initial;
    display: flex;
    flex-direction: column;
  }
  .cat2 .cat2__one-img {
    max-width: 260px;
  }
  .cat2 .cat2__one-price {
    margin: 0 0 20px;
  }
  .cat2 .cat2__one-tag-cont {
    left: 10px;
  }
  .title-block__cont {
    margin: 0 -18px 2rem;
  }
  .title-block__title {
    display: none;
  }
  .title-block__crumbs {
    margin: 0;
  }
  .bread-crumbs {
    position: relative;
  }
  .bread-crumbs__this {
    background: #eff0f0 !important;
    padding: 20px 25px 20px 44px;
    display: block;
    text-align: center;
    letter-spacing: .01em;
    margin-right: 0;
    font-size: 16px;
  }
  .bread-crumbs__link:not(:nth-last-child(2)) {
    display: none;
  }
  .bread-crumbs__link:nth-last-child(2) {
    background: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    height: 8px;
    width: 8px;
    transform: rotateZ(-45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 30px;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  .sort {
    border: none;
    display: block;
    background: #eff0f0;
    padding: 11px 62px 13px 10px !important;
    position: relative;
  }
  .sort .form:not(:first-child) {
    display: none;
  }
  .sort-select {
    background: #fff;
    align-items: center;
    padding-left: 15px;
  }
  .sort-select__label {
    padding-top: 2px;
    flex: none;
  }
  .sort-select__select {
    color: #000;
    flex: 1 1 auto;
    background-color: #fff !important;
    background-position: center right 14px !important;
    height: 42px;
    padding: 5px 30px 5px 16px;
  }
  .catalog {
    position: relative;
  }
  .catalog__sort {
    margin: 0 -18px;
  }
  .catalog__cat2 {
    margin: 0;
  }
  .catalog-filter:last-child {
    margin-bottom: 25px;
  }
  .catalog-filter__cont > .catalog-filter__btn {
    display: none;
  }
  .catalog-filter__btn {
    text-indent: -9999px;
    overflow: hidden;
    height: 42px;
    width: 30px;
    border: none;
    right: 16px;
    top: 11px;
    position: absolute;
    background: url(../img/ico-filter.png) center no-repeat !important;
  }
  .footer {
    padding: 2.5625rem 1.625rem 2.8125rem;
    background: #eff0f0;
  }
  .footer__soc {
    display: none;
  }
  .footer-line--bot {
    flex-direction: row !important;
  }
  .dev__text {
    display: none;
  }
  .body-element .footer {
    margin: 0;
    background: #fff;
  }
  .body-section .title-block__cont {
    margin-bottom: 0;
  }
  .tovar {
    letter-spacing: .01em;
  }
  .tovar__tabs {
    margin: 0;
  }
  .tovar__title {
    font-size: 16px;
    line-height: calc(24 / 16) !important;
    order: -3;
  }
  .tovar__info {
    margin: 25px 0 0;
  }
  .tovar__rating {
    order: -2;
  }
  .tovar__buy .countItemInCart {
    margin: 20px 0 0;
    display: block;
  }
  .tovar-info {
    display: flex;
    flex-direction: column;
  }
  .tovar-info .store_amount_title {
    margin: 0 0 0;
    padding: 0;
    border: none;
  }
  .tovar-info__volume {
    font-size: 14px;
    line-height: calc(18 / 14);
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
    order: -4;
  }
  .bonus-count {
    margin-top: 5px;
  }
  .tovar-buy {
    justify-content: flex-start;
    padding: 0;
  }
  .tovar-buy__price {
    width: auto;
  }
  .tovar-buy__price {
    margin: 0 22px 0 0;
  }
  .tovar-buy__add-to-cart, .tovar-buy__one-click {
    margin-top: 23px;
  }
  .tovar-price .rub {
    font-size: inherit;
  }
  .tovar-sliders {
    height: auto;
  }
  .tovar-sliders__small {
    display: none;
  }
  .tovar-big-slider .slick-arrow {
    width: 40px;
  }
  .tovar-big-slider__slide {
    text-align: center;
  }
  .tovar-big-slider__slide img {
    max-width: 230px !important;
    display: inline-block !important;
    max-height: 250px !important;
  }
  .tabs__tabs {
    flex-wrap: wrap;
    display: none;
  }
  .tabs-tab {
    flex: 1 1 auto;
    transition: background .3s ease, color .3s ease;
    border: 1px solid #ebebeb;
    padding: 1.4rem !important;
  }
  .tabs-tab.active {
    order: 1;
    background: #2cad42;
    color: #fff;
  }
  .tabs__main {
    padding: 1.4rem !important;
  }
  .tabs-content {
    position: static;
    opacity: 1;
    pointer-events: all;
  }
  .tabs-content:not(.active) > *:not(.tabs-content__toggle) {
    display: none;
  }
  .tabs-content > *:not(.tabs-content__toggle) {
    padding: 27px 0;
  }
  .tabs-content:not(:first-child) {
    border-top: 1px solid #ebebeb;
  }
  .tabs-content.active .tabs-btn {
    background: #eff0f0;
  }
  .tabs-content.active .tabs-btn:after {
    transform: rotateZ(-45deg);
  }
  .tabs-btn {
    border: none;
    display: block;
    cursor: pointer;
    padding: 16px 40px 17px 19px;
    background: none;
    font: inherit;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 14px;
  }
  .tabs-btn:after {
    content: "";
    position: absolute;
    transition: transform .3s ease;
    height: 6px;
    width: 6px;
    top: calc(50% - 3px);
    right: 19px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotateZ(135deg);
  }
  .tabs-btn[data-count] {
    display: flex;
    align-items: flex-end;
  }
  .tabs-btn[data-count]:before {
    content: attr(data-count);
    color: #2cad42;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 1px;
    order: 1;
  }
  .tovar__desc, .tovar__reviews-btn, .tovar-bot {
    margin-top: 0;
  }
  .new {
    margin: 0 -18px;
    overflow: hidden;
    background: #eff0f0;
    padding: 34px 0 0;
  }
  .new .new__title {
    background: none;
  }
  .new .new__title-cont {
    padding: 0 18px;
    margin-bottom: 37px;
  }
  .new .new__title-link {
    display: none;
  }
  .new .slick-arrow {
    background-color: transparent !important;
    height: 20px;
    width: 20px;
    border: none;
  }
  .new-slider .slick-track {
    display: flex;
  }
  .new-slider .slick-slide {
    flex: none;
    height: auto;
  }
  .new-slider .cat2__one-title, .new-slider .cat2__one-price {
    text-align: left;
  }
  .new-slider .cat2__one-quantity {
    margin-right: auto;
  }
  .amount {
    position: relative;
  }
  .amount__count {
    position: static;
  }
  .amount__list {
    max-width: 95vw;
  }
  .bestsellers__cont {
    margin: 0 -18px;
    overflow: hidden;
    background: #eff0f0;
    padding: 34px 0 46px;
  }
  .bestsellers__cont .new__title {
    background: none;
  }
  .bestsellers__cont .new__title-cont {
    padding: 0 18px;
    margin-bottom: 37px;
  }
  .bestsellers__cont .new__title-link {
    display: none;
  }
  .bestsellers__cont .slick-arrow {
    background-color: transparent !important;
    height: 20px;
    width: 20px;
    border: none;
  }
  .bestsellers__cont .cat2__one-title, .bestsellers__cont .cat2__one-price {
    text-align: left;
  }
  .bestsellers__cont .cat2__one-quantity {
    margin-right: auto;
  }
  .rub {
    font-size: inherit;
  }
  .bestseller, .new-slider {
    margin: 0 33px;
  }
  .bestseller .slick-list, .new-slider .slick-list {
    overflow: visible;
  }
  .bestseller__slide, .new-slider__slide {
    margin: 0 11px;
    background: #fff;
    padding: 33px 29px;
  }
  .bestseller__slide .cat2__one, .new-slider__slide .cat2__one {
    padding: 0;
  }
  .bestseller__slide .cat2__one .countItemInCart, .bestseller__slide .cat2__one .rating, .new-slider__slide .cat2__one .countItemInCart, .new-slider__slide .cat2__one .rating {
    width: 100%;
    text-align: left;
  }
  .bestseller__slide .cat2__one-buy, .new-slider__slide .cat2__one-buy {
    margin: auto 0 0;
    padding: 10px 0 0;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: none;
  }
  .bestseller__slide .cat2__one-fav-add-cont, .bestseller__slide .cat2__one-tag-cont, .new-slider__slide .cat2__one-fav-add-cont, .new-slider__slide .cat2__one-tag-cont {
    top: -5px;
  }
  .bestseller__slide .cat2__one-fav-add-cont, .new-slider__slide .cat2__one-fav-add-cont {
    right: 0;
  }
  .bestseller__slide .cat2__one-tag-cont, .new-slider__slide .cat2__one-tag-cont {
    left: 0;
  }
  .bestseller__slide .cat2__one-volume, .new-slider__slide .cat2__one-volume {
    font-size: 12px;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
  }
  .bestseller__slide .cat2__one-quantity, .bestseller__slide .cat2__one-description, .new-slider__slide .cat2__one-quantity, .new-slider__slide .cat2__one-description {
    margin-bottom: 10px;
  }
  .bestseller__slide .cat2__one-quantity, .new-slider__slide .cat2__one-quantity {
    order: -1;
  }
  .bestseller__slide .cat2__one-description, .new-slider__slide .cat2__one-description {
    margin-right: 5px;
    order: -2;
  }
  .bestseller__slide .cat2__one-price, .new-slider__slide .cat2__one-price {
    margin-bottom: 0;
    width: 50%;
    margin-right: auto;
    font-size: 22px;
    line-height: calc(25 / 22);
    letter-spacing: .01em;
  }
  .bestseller__slide .cat2__one-add-to-cart, .new-slider__slide .cat2__one-add-to-cart {
    margin-top: 0;
  }
  .bestseller__slide .cat2__one-img, .new-slider__slide .cat2__one-img {
    max-height: 170px;
  }
  .bestseller__slide .cat2__one-img-cont, .new-slider__slide .cat2__one-img-cont {
    height: auto !important;
  }
  .bestseller__slide .cat2__one-title, .new-slider__slide .cat2__one-title {
    width: 100%;
    max-width: none;
    font-size: 16px;
    line-height: calc(20 / 16);
    letter-spacing: .01em;
  }
  .main .footer {
    margin: 0;
    background: #fff;
  }
  .tovar-bot .bestseller__slide .cat2__one-description, .tovar-bot .bestseller__slide .cat2__one-quantity, .tovar-bot .new-slider__slide .cat2__one-description, .tovar-bot .new-slider__slide .cat2__one-quantity,
  .tovar-bot .bestseller__slide .cat2__one-volume, .tovar-bot .new-slider__slide .cat2__one-volume {
    transform: none;
  }
  .tovar-bot .bestseller__slide .cat2__one-description, .tovar-bot .bestseller__slide .cat2__one-quantity, .tovar-bot .new-slider__slide .cat2__one-description, .tovar-bot .new-slider__slide .cat2__one-quantity {
    margin: 12px 0 0;
  }
  .tovar-big-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 38px 0 0;
  }
  .tovar-big-slider .slick-dots li.slick-active button {
    background: #2cad42;
  }
  .tovar-big-slider .slick-dots li:not(:last-child) {
    margin-right: 14px;
  }
  .tovar-big-slider .slick-dots button {
    border: none;
    height: 9px;
    width: 9px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    background: #eff0f0;
    transition: background .3s ease;
  }
  .main-slider {
    margin: 0 -18px;
  }
  .main-slider__cont {
    margin: 0 0 16px;
  }
  .main-slider__slide-text {
    display: none !important;
  }
  .main-slider .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
  }
  .main-slider .slick-dots button {
    background: #fff !important;
    border: none;
    height: 7px;
    width: 7px;
  }
  .main-slider .slick-dots li.slick-active button {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  .main-slider .slick-dots li:not(:first-child) {
    margin-left: 22px;
  }
  .block-paysystem_item {
    width: calc(100% - 25px);
  }
  .user-data__bot-btns .default-btn {
    padding: 12px 14px 14px;
  }
  #step_4 .user-data__bot-btns {
    transform: none;
  }
  .pickup-radio__label-btn {
    display: inline-flex;
    margin: 0 !important;
  }
  .pickup-radio__label-btn-popup {
    width: 14px !important;
    height: 15px;
    margin: 0 0 8px 8px;
  }
  .pickup-radio label {
    padding-left: 50px !important;
    font-size: 14px;
  }
  .pickup-radio label:before {
    width: 20px !important;
    height: 20px !important;
    left: 16px !important;
  }
  .pickup-radio label:after {
    left: 23px !important;
    width: 6px !important;
    height: 6px !important;
  }
  .pickup-radio label span:first-child {
    display: block;
    width: auto;
  }
  .pickup-radio label span:nth-last-child(2):not(:first-child), .pickup-radio label span:last-child {
    color: rgba(0, 0, 0, 0.5);
  }
  .pickup-radio label span span {
    color: #000;
  }
  .pickup-radio input:checked + label:after {
    background: #fff;
    opacity: 1;
  }
  .pickup-radio input:checked + label:before {
    border-color: transparent;
    background: #2cad42;
  }
  .pickup-radio input:not(:checked) + label:after {
    opacity: 0;
  }
  .delivery-col__title {
    width: 100%;
  }
  .delivery-col:not(:first-child) .delivery-col__title {
    left: 0;
    top: 15px;
  }
  .pickup-radio__label {
    display: block !important;
  }
  .pickup-radio__label-btn-popup {
    position: static;
  }
  .pickup-radio__label-btn-popup span {
    transform: translateX(0);
    max-width: 100vw;
    left: 0;
  }
  .pickup-radio__hidden-items {
    margin: 15px 0 0;
  }
  .hidden-item {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hidden-item__title, .hidden-item__count {
    width: auto;
  }
  .hidden-item__title {
    margin: 15px 0 0;
  }
  .hidden-item__count {
    order: -1;
    text-align: left;
    margin-bottom: 10px;
  }
  .hidden-item_remove {
    margin-top: 10px;
    margin-left: 0;
  }
  .cart-footer {
    align-items: stretch !important;
    text-align: center;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .cart-footer .text-message {
    padding: 0 !important;
    text-align: left;
  }
  .cart-footer__btn {
    margin: 20px 0 0;
  }
  .cart-footer__btn .default-btn {
    width: 100%;
  }
  .cart-footer__btn:empty + div {
    margin-top: 0 !important;
  }
  .cart-footer__price {
    display: flex;
    font-size: 17px;
    align-items: center;
  }
  .cart-footer__price span:first-child {
    margin-right: auto;
  }
  .cart-footer__price:not(:first-child) {
    margin: 20px 0 0;
  }
  .user-data__bot-btns .default-btn {
    flex: 1 1 auto;
  }
  .user-data__bot-btns .default-btn:not(:first-child) {
    margin-left: 10px;
  }
  .user-data__bot-btns .default-btn:not(:last-child) {
    margin-right: 10px;
  }
  .cart-list {
    margin: 0 -18px !important;
  }
  .cart .text-message {
    padding: 0 18px;
    font-size: 16px;
  }
  .cart-footer {
    margin: 20px 0 0;
  }
  .cart-footer__btn {
    margin-right: 0;
  }
  .cart-footer .text-message {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .cart-item {
    display: block;
    text-align: left !important;
    padding: 30px 0 20px !important;
  }
  .cart-item .cart-counter-wrapper {
    height: 40px;
  }
  .cart-item:after {
    content: "";
    display: table;
    clear: both;
  }
  .cart-item__quantity {
    margin: 20px 18px 0 0 !important;
    float: right;
    text-align: right;
  }
  .cart-item__price-total {
    margin: 30px 0 0 18px !important;
    font-size: 1.1rem;
  }
  .cart-item__info {
    margin: 0 !important;
  }
  .cart-item__title {
    font-size: 12px;
    letter-spacing: .01em;
    line-height: calc(16 / 12);
    text-transform: initial;
    min-height: 50px;
  }
  .cart-item__price {
    font-size: 1.1rem;
  }
  .cart-item__name {
    display: block;
    padding: 0 15px;
    margin: 0 0 15px;
  }
  .cart-item__name-foto {
    display: block;
    float: left;
    margin-right: 15px;
    width: 100px !important;
    min-height: 100px;
  }
  .cart-item__name-foto img {
    max-width: 100% !important;
  }
  .cart-item__name-foto .cat2__one-fav-add {
    position: absolute;
    top: 12px;
    left: 10px;
    height: 15px;
    width: 17px;
    background-size: contain !important;
  }
  .cart-item__name-foto .cat2__one-fav-add:not(.added) {
    background: url(/local/templates/main/css/../img/ico-cat-favorite.png) center no-repeat, #fff;
  }
  .countItemInCart {
    margin-top: auto !important;
    margin-left: 7px;
    font-size: 0.75rem;
  }
  .cat2__one-price {
    line-height: 1;
  }
  .shops .contacts__form {
    position: relative;
  }
  .shops__aside {
    flex-direction: column-reverse;
  }
  .shops--contacts {
    position: relative;
  }
  .contacts {
    position: static;
  }
  .contacts__form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .contacts__form .forms__title {
    padding: 0;
    background: transparent;
  }
  body.js__search-opened .content {
    padding-top: 57px;
  }
  .delivery-col:not(:first-child) .delivery-col__title {
    position: absolute;
    top: 0;
  }
  .delivery-col {
    margin-bottom: 20px;
  }
  .delivery-col:last-child {
    float: none;
  }
  .delivery-col__title ~ div {
    margin-top: 20px;
  }
  .check-city {
    min-width: 100%;
  }
}

@media screen and (max-width: 595px) {
  .iframe-wrap {
    position: relative;
    padding-top: 56%;
  }
  .bx-ios .boxberry_content iframe {
    height: 1500px !important;
  }
  .boxberry_overlay {
    display: none !important;
  }
  .main .promo__list {
    display: none;
  }
  .boxbery-opened #page-wr, .boxbery-opened .footer {
    display: none;
  }
  .boxbery-opened .boxberry_container {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: static !important;
  }
  .boxbery-opened .boxberry_content {
    padding: 10px !important;
    margin-top: 0px !important;
  }
  .cart__forms {
    padding: 1rem !important;
  }
  .head-phone {
    display: none;
  }
  .title-block__title {
    font-size: 1.6rem;
  }
  .tovar-buy__add-to-cart, .tovar-buy__one-click {
    padding: 12px 9px 13px 40px;
  }
  .tabs-tab {
    width: 100%;
  }
  .tabs-tab:not(:last-child) {
    border-bottom: 0;
  }
  .bestsellers__cont .new__title {
    font-size: 1.3rem;
    padding: 0;
  }
  .tabs__main {
    padding: 1.4rem 0 !important;
  }
  .cart-item__name-foto img {
    max-height: 300px;
    width: auto;
  }
  .cart-item__price-total {
    align-items: flex-end;
  }
  .cart-item__price {
    align-items: flex-start;
  }
  .tovar-buy__one-click {
    background: url(https://aloesmart.ru/local/templates/main/img/ico-click.svg) left 9px center no-repeat;
  }
  .tovar-buy__add-to-cart {
    background: url(https://aloesmart.ru/local/templates/main/img/ico-cat-cart-added.svg) center left 12px no-repeat, #2cad42;
  }
  .lk__block {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  .lk__block_info {
    order: 3;
    margin-right: 0;
    margin-top: 40px;
    text-align: center;
  }
  .lk__block_img {
    text-align: center;
  }
  div.bonus__advantage_block_item, div.bonus__use_block_item {
    width: 100%;
    margin-bottom: 2rem;
  }
  div.bonus__banner_block {
    flex-direction: column;
  }
  div.bonus__banner_block_text {
    padding-left: 0;
    padding-top: 30px;
  }
  div.bonus__advantage_block_title {
    flex-wrap: wrap;
  }
  div.bonus__advantage_block_title_btn {
    padding-left: 0;
    padding-top: 20px;
  }
  div.bonus__use_block_text {
    flex-direction: column;
    align-items: flex-start;
  }
  div.bonus__use_block_text div {
    width: 100%;
  }
  div.bonus__use_block_text a {
    margin-top: 30px;
  }
  div.bonus__use_block_title {
    margin-bottom: 30px;
  }
  html {
    font-size: 93%;
  }
  .brands .blog__list {
    grid-template-columns: 1fr;
  }
  .contacts__form .forms__title, .contacts__form .forms-wrap {
    padding: 1.4rem;
  }
  .contacts__form .forms-wrap {
    flex-direction: column;
  }
  .contacts__form .forms-input-cont {
    width: auto !important;
  }
  .contacts__form .forms__bottom {
    flex-direction: column-reverse;
  }
  .contacts__form .forms-submit-cont {
    margin: 2rem 0 0;
    width: 100%;
  }
  .contacts__form .forms__submit {
    width: 100%;
  }
  .shop-slider .slick-arrow {
    bottom: calc(50% - 1.25rem);
    height: 2.5rem;
    width: 2.5rem;
  }
  .shop-slider .slick-next {
    right: 0;
  }
  .shop-slider .slick-prev {
    right: auto;
    left: 0;
  }
  .shops__aside {
    flex-direction: column;
  }
  .shops__aside-address, .shops__aside-contact {
    width: auto;
  }
  .shops .contacts__form .forms__title {
    padding: 0 0 10px;
  }
  .page-404__img-cont {
    padding: 0 2rem;
  }
  .page-404__title {
    font-size: 1.375rem;
  }
  .page-404__subtitle {
    font-size: 1rem;
  }
  .bl_contacts_item {
    width: 100%;
  }
  .bl_contacts_item:not(:first-child) {
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
  }
  .doc-panel__header {
    flex-direction: column;
  }
  .doc-panel__header .btn-panel {
    margin: 0 !important;
    border-bottom: 1px solid #ebebeb;
  }
  .doc-panel__header .btn-panel.active {
    order: 1;
    border-bottom: none !important;
  }
  .tovar-buy__add-to-subscribe {
    margin-left: 0 !important;
  }
  .cat2__one-add-to-cart--subscribe {
    text-align: center !important;
  }
  .formoneclick .forms-input-cont {
    width: 100% !important;
  }
  .formoneclick .forms-submit-cont {
    width: 100%;
  }
  .formoneclick .forms-submit-cont .btn-form {
    width: 100%;
  }
  .js__moved-head-link {
    position: relative;
  }
  .js__moved-head-link:before, .js__moved-head-link:after {
    content: "";
    position: absolute;
    right: 15px;
    height: 24px;
    width: 24px;
    top: calc(50% - 12px);
    background-size: contain !important;
  }
  .js__moved-head-link--lc:after {
    background: url(../img/ico-lc.svg) center no-repeat;
  }
  .js__moved-head-link--favorite:after {
    background: url(../img/ico-favorite.png) center no-repeat;
  }
  .recaptcha {
    display: flex;
    justify-content: center;
  }
  .cart-footer {
    padding: 1.4rem;
  }
  .cart-item {
    text-align: center;
    flex-direction: column;
  }
  .cart-item__quantity, .cart-item__price-total {
    margin: 1.4rem 0 0;
  }
  .cart-item__quantity {
    width: 120px;
  }
  .cart-item__name {
    flex-direction: column;
  }
  .cart-item__name-foto {
    width: auto;
  }
  .cart-item__info {
    margin-left: 0;
    width: auto;
    margin-top: 15px;
  }
  .cart__forms {
    padding: 1.4rem;
  }
  .cart__forms .forms-input-cont {
    width: 100%;
  }
  .cart__forms .btn__forms .btn {
    width: 100%;
    text-align: center;
  }
  .blog__list {
    margin: 0 0 -1.4rem -1.4rem;
    grid-template-columns: 1fr;
  }
  .blog__item {
    width: calc((100% - 1.4rem * 1) / 1);
    margin: 0 0 1.4rem 1.4rem;
  }
  .news .blog__item {
    width: 100%;
  }
  .table-wrap {
    overflow: auto;
  }
  .table-wrap table {
    width: auto;
  }
  .image--right {
    width: 100%;
  }
  .new__title {
    font-size: 1.25rem;
  }
  .new__title-link {
    order: 1;
  }
  .bestsellers__cont .slick-prev {
    margin-left: auto;
  }
  .promo {
    flex-direction: column-reverse;
  }
  .promo__new, .promo__list {
    width: auto;
  }
  .promo__list {
    margin-bottom: 1.4rem;
  }
  .promo-list__link {
    text-decoration: none;
    background: #eff0f0;
    display: block;
    padding: 12px 1rem;
    border: 1px solid #e1e1e1;
  }
  .promo-list__link-title {
    font-size: 1rem;
  }
  .promo-list__link:not(:first-child) {
    margin-top: 10px;
  }
  .promo-list__link:not([href]) {
    display: none;
  }
  .promo-list__link-fake-btn {
    margin-top: 0 !important;
    display: none;
  }
  .promo-list__link-img {
    display: none;
  }
  .promo-list__link-desc {
    position: static;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .partners__cont {
    display: none;
  }
  .new__title-cont {
    flex-wrap: wrap;
  }
  .new__title-link {
    margin-left: 0;
    margin-right: auto;
  }
  .catalog {
    flex-direction: column;
  }
  .catalog-filter {
    padding: 1.4rem;
    display: none;
  }
  .catalog-filter__cont, .catalog__cat2 {
    width: auto;
  }
  .catalog__cat2 .paginator__cont {
    margin: 2rem 0 0;
  }
}

@media screen and (max-width: 480px) {
  div.bonus__form .forms-input-cont.sms_code a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: calc(65% - 20px);
  }
  div.bonus__form .forms-input-cont.sms_code input {
    width: 35%;
  }
}

@media screen and (max-width: 370px) {
  .shops-new__item-personal {
    width: 100%;
    margin: 0 0 15px 15px;
  }
  .bonus__banner_block_img {
    margin: 0 auto;
  }
  .bonus__banner_block_text {
    padding-top: 50px;
  }
  .div-recaptcha {
    display: flex;
    justify-content: center;
  }
  .head-links__link:not(:first-child) {
    margin-left: 0;
  }
  .head__menu {
    width: 260px;
  }
  .js-menu-opened .head, .js-menu-opened .content, .js-menu-opened .footer {
    transform: translate3d(260px, 0, 0);
  }
  .tovar-buy__counter {
    width: 100px;
    margin-right: 0;
  }
  .page-404__title, .page-404__subtitle {
    margin: 20px 0 0;
  }
  .page-404__title {
    font-size: 1rem;
  }
  .page-404__subtitle {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 820px) {
  .base-page__news-list {
    display: none;
  }
  .base-page__news-list + .text-page {
    width: 100%;
    text-align: left !important;
  }
}

@media screen and (max-width: 370px) {
  .tovar__buy {
    justify-content: initial !important;
  }
  .tovar__buy .cat2__one-add-to-cart {
    padding: 13px 30px 13px 65px !important;
    min-width: calc(100% - 120px);
    margin-left: auto;
  }
  .tovar__buy .cat2__one-add-to-cart.green {
    background: #39A935 !important;
    text-align: center;
  }
  .tovar__buy .cat2__one-add-to-cart.added, .tovar__buy .cat2__one-add-to-cart.green {
    background-image: none !important;
    padding: 13px 20px 13px !important;
    text-align: center;
  }
  .tovar__buy span {
    font-size: 14px !important;
  }
  .tovar__buy span.countItemInCart[data-count='0'] {
    opacity: 1	!important;
  }
}

@media screen and (max-width: 420px) {
  .cat2 .cat2__one {
    padding-right: 0;
    padding-left: 100px;
  }
  .cat2 .cat2__one-img-cont {
    width: 100px;
  }
  .cat2 .cat2__one-fav-add-cont {
    right: 15px;
  }
  .cat2 .cat2__one-add-to-cart {
    right: 5px;
  }
  .cat2 .cat2__one-description {
    left: 100px;
  }
  .cat2 .cat2__one-quantity {
    left: 137px;
  }
  .catalog-filter__btn {
    right: 5px;
  }
}

@media (max-width: 1550px) {
  .head__deliv ~ .head-links__link:not(:first-child), .head__deliv ~ #header-cart {
    margin-left: 5px;
  }
}

@media (max-width: 1650px) {
  .head-phone {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  .head-phone {
    margin-right: 10px;
  }
  .head-phone {
    font-size: 12px;
  }
}

@media (max-width: 1400px) and (min-width: 1201px) {
  .deliv-type__title {
    font-size: 13px;
    white-space: nowrap;
  }
  .head__left {
    width: 37%;
  }
}

@media (max-width: 1340px) and (min-width: 1200px) {
  .head-phone {
    grid-template-columns: 100%;
    gap: 0;
  }
  .head-phone a:not(:first-child) {
    margin-top: 5px;
  }
}

@media (max-width: 1000px) {
  .head__logo {
    max-width: 152px;
  }
}

@media (max-width: 1000px) and (min-width: 660px) {
  .head-phone {
    margin-right: 10px;
  }
  .head__deliv {
    margin-right: 0;
  }
}

@media (max-width: 1000px) {
  .delivery-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .cities__no-title {
    font-size: 20px !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 660px) {
  .delivery-row:not(.one-delivery) .delivery-col:nth-child(1):not([style]) + .delivery-col .delivery-col__title {
    position: relative;
  }
  .delivery-row:not(.one-delivery) .delivery-col:last-child:not(:nth-child(2)) .delivery-col__title {
    position: relative;
  }
  .delivery-col__title {
    margin-bottom: 0;
  }
  .delivery-row {
    grid-template-columns: 100%;
  }
  .delivery-col:not(:first-child) .delivery-col__title {
    position: static;
  }
  .head {
    padding: 25px 25px 81px;
  }
  .head__deliv {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 25px;
    right: 25px;
  }
  #page-wr {
    padding-top: 137px;
  }
  #selectTypeDelivery .forms-submit-cont {
    display: block;
  }
  #selectTypeDelivery .forms__submit {
    display: block;
    text-align: center;
  }
  #selectTypeDelivery .forms__submit:not(:first-child) {
    margin: 10px 0 0;
  }
  .fancy-active.js__city--open #page-wr {
    display: block;
    z-index: 9999;
  }
  .fancy-active.js__city--open .cities {
    width: 100%;
  }
  .fancy-active.js__city--open .city-btn__close {
    transform: rotate(225deg);
  }
  .subscribe-form .forms__submit {
    width: 49px;
    height: 49px;
    font-size: 0 !important;
    background: url(../img/ico-arrow.svg) no-repeat center, #39A935 !important;
    padding: 0 !important;
  }
  .bonuses__btn .default-btn {
    padding: 12px;
  }
  .bonuses__btn .default-btn:not(:first-child) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 370px) {
  .bonuses__btn .default-btn {
    padding: 10px;
    font-size: 12px;
  }
  .bonuses__btn .default-btn:not(:first-child) {
    margin-left: 5px;
  }
}

.forms__subtitle {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}

.forms__info {
  margin-top: 25px;
  font-size: 14px;
  color: #a6a6a6;
}

.forms__bottom {
  display: flex;
  flex-wrap: wrap;
}

.forms__bottom .forms-submit-cont {
  margin-top: 10px;
  margin-right: 25px;
}

.forms__bottom .forms__text-bottom {
  text-align: left;
}

#product-review .forms-input-cont {
  margin-bottom: 30px;
}

#product-review .forms-input-cont--rating {
  border: 0;
  padding: 0;
  margin-top: 0;
}

.reviews-info {
  font-size: 14px;
  line-height: 1.5;
}

.reviews-info__title {
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  #product-review .forms-input-cont {
    margin-bottom: 20px;
  }
  .reviews-info__title {
    margin-bottom: 10px;
  }
  .reviews-info br {
    display: none;
  }
}

.cart-additional-text {
  padding: 20px 30px;
  background: #F9F9F9;
  margin-bottom: 30px;
}

@media screen and (max-width: 520px) {
  .cart-additional-text {
    padding: 20px 17px;
  }
}

.whatsapp-block {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 1000;
}

.whatsapp-block__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.whatsapp-block:hover .whatsapp-block__text {
  opacity: 1;
}

.whatsapp-block__img {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-block__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 166, 5, 0.08);
}

.whatsapp-block__img::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  border: 1px solid rgba(0, 166, 5, 0.2);
}

.whatsapp-block__img img {
  display: block;
  position: relative;
  top: 2px;
  z-index: 1;
}

.whatsapp-block__text {
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  transform: translate(0, -50%);
  background: #EDFDED;
  padding: 8px;
  font-size: 13px;
  line-height: 1.2;
  width: 145px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s linear;
}

.whatsapp-block__text::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #edfded;
}

@media screen and (max-width: 1000px) {
  .whatsapp-block {
    right: 18px;
    bottom: 60px;
  }
  .whatsapp-block:hover .whatsapp-block__text {
    opacity: 0;
  }
}

.cart-item {
  align-items: flex-start;
}

.cart-item__price, .cart-item__price-total {
  padding-top: 10px;
}

.cart-item__price i.rub, .cart-item__price-total i.rub {
  font-size: 16px;
}

.cart-item__close {
  margin-top: 17px;
}

.cart-item__name {
  align-items: flex-start;
}

.cart-item__shops {
  margin-top: 15px;
}

.cart-item__shops[open] .cart-item__shops-list {
  height: auto;
}

.cart-item__shops-label {
  display: block;
  font-size: 16px;
  color: #2cad42;
  font-weight: 400;
  cursor: pointer;
  appearance: none;
  user-select: none;
}

.cart-item__shops-label::after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 10px;
  height: 12px;
  width: 12px;
  top: 2px;
  background: url(../img/summary.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.cart-item__shops-label::-webkit-details-marker {
  display: none;
}

.cart-item__shops-list {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 300;
  transition: height .5s ease;
  height: 0;
}

.cart-item__shops-item:not(:last-child) {
  margin-bottom: 4px;
}

@media screen and (max-width: 660px) {
  .cart-item__name {
    display: flex;
    margin-bottom: 15px;
  }
  .cart-item__name-foto {
    float: none;
  }
  .cart-item__price {
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: row;
    align-items: center;
  }
  .cart-item__price::before {
    display: none;
  }
  .cart-item__price--current {
    font-size: 16px;
    font-weight: 600;
  }
  .cart-item__price--old {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 300;
  }
  .cart-item__price, .cart-item__price-total {
    padding-top: 0;
    padding-left: 72px;
  }
  .cart-item__close {
    margin-top: 0;
  }
  .cart-item__quantity {
    margin: -15px 18px 0 0 !important;
  }
  .cart-item__price-total {
    font-size: 14px;
    color: #909090;
    margin: 5px 0 0 18px !important;
  }
  .cart-item__price-total::before {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
  .cart-item__name-foto {
    width: 60px !important;
    height: 60px;
    min-height: auto;
  }
  .cart-item__name-foto img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .cart-counter__input {
    font-size: 14px;
  }
  .cart-item .cart-counter-wrapper {
    height: 32px;
  }
  .cart-item__title {
    min-height: auto;
  }
  .cart-item__shops {
    padding-left: 18px;
    padding-right: 18px;
  }
  .cart-item__shops-label, .cart-item__shops-list {
    font-size: 12px;
  }
  .cart-item__price i.rub,
  .cart-item__price-total i.rub {
    font-size: 12px;
  }
  .cart-item__price i.rub {
    font-weight: 500;
  }
  .cart-item__price-total i.rub {
    margin-left: 3px;
    line-height: 1.4;
  }
  .cart-footer i.rub {
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 595px) {
  .cart-item__name {
    flex-direction: row;
  }
  .cart-item__quantity {
    width: 90px;
  }
}

.delivery_yandex-list .list-address {
  top: calc(100% - 1px);
  border: 1px solid #ebebeb;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  scrollbar-color: rgba(188, 189, 192, 0.5) transparent;
  scrollbar-width: thin;
  z-index: 10;
}

.delivery_yandex-list .list-address::-webkit-scrollbar {
  width: 18px;
}

.delivery_yandex-list .list-address::-webkit-scrollbar-thumb, .delivery_yandex-list .list-address::-webkit-scrollbar-track {
  border-left: 10px solid #fff;
}

.delivery_yandex-list .list-address::-webkit-scrollbar-thumb {
  background: rgba(188, 189, 192, 0.5);
}

.delivery_yandex-list .list-address::-webkit-scrollbar-track {
  background: rgba(188, 189, 192, 0.1);
}

.delivery_yandex-list .list-address > li {
  padding: 8px 20px;
  margin-bottom: 0;
  transition: background-color .3s ease;
  cursor: pointer;
}

.delivery_yandex-list .list-address > li:first-child {
  margin-top: 20px;
}

.delivery_yandex-list .list-address > li:last-child {
  margin-bottom: 20px;
}

.delivery_yandex-list .list-address > li:hover {
  background: #f9f9f9;
}

.delivery_yandex-list .list-address:empty {
  display: none;
}

.tovar-info .eyezon {
  padding: 10px 0;
  margin-bottom: 5px;
}

@media (max-width: 660px) {
  .tovar-info .eyezon {
    padding: 5px 0;
    margin: 5px 0;
  }
}

.eyezon_button {
  appearance: none;
  color: #39A935;
  background-color: transparent;
  display: flex;
  align-items: center;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  transition: opacity .3s ease;
}

.eyezon_button::before {
  content: '';
  position: relative;
  width: 20px;
  height: 16px;
  display: block;
  margin-right: 15px;
  background-image: url(../img/eyezon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.eyezon_button:hover {
  opacity: 0.8;
}

.more-props-yandex {
  margin-bottom: 30px;
}

.more-props-yandex .forms-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}

.more-props-yandex .forms-wrap .forms__input-cont {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.more-props-yandex .forms__input-cont {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.more-props-yandex .forms__input-cont .forms__input {
  height: 53px;
}

.cart__empty {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cart__empty-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .cart__empty-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1060px) {
  .cart__empty-title {
    font-size: 28px;
  }
}

.cart__empty-btn {
  margin-top: 20px;
}

.cart__empty-btn .default-btn {
  font-size: 14px;
}

i.rub {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 660px) {
  .head.js__fixed {
    padding-bottom: 25px;
  }
  .head.js__fixed .head__deliv {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 595px) {
  .catalog__sort {
    position: sticky;
    top: 75px;
    z-index: 10;
  }
}

i.rub {
  display: none;
}

@media screen and (max-width: 660px) {
  .tovar-buy {
    grid-template-columns: repeat(2, auto);
    align-items: stretch;
  }
  .tovar-buy .cart-counter-wrapper {
    height: 100%;
  }
  .tovar-buy .cart-counter__input {
    max-width: 40px;
  }
}

.cart-btn {
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  padding: 0 0 0 60px;
  border: 1px solid #2cad42;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: stretch;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background-image: url(../img/ico-cat-cart.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  box-sizing: border-box;
  width: max-content;
}

.cart-btn:not(.added) .cart-btn__link,
.cart-btn:not(.added) .cart-btn__added {
  display: none;
}

.cart-btn.added .cart-btn__text {
  display: none;
}

@media screen and (max-width: 660px) {
  .cart-btn {
    padding-left: 40px;
    background-position: center left 10px;
    background-size: 20px auto;
  }
}

.cart-btn__text {
  display: block;
  flex: none;
  width: 100%;
  text-align: center;
  padding: 12px 25px 13px 0;
}

.cart-btn__added {
  flex: none;
  background-color: #2cad42;
  color: #fff;
  padding: 12px 10px 13px;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

@media screen and (max-width: 660px) {
  .cart-btn__added {
    padding: 10px 8px 11px;
  }
}

.cart-btn__added:hover {
  opacity: 0.7;
}

.cart-btn__link {
  display: flex;
  flex-direction: column;
  color: #2cad42;
  text-decoration: none;
  flex: 1 1 auto;
  align-items: center;
  padding: 7px 10px 7px 0;
  transition: color 0.3s ease;
  text-align: left;
  justify-content: center;
}

.cart-btn__link:hover {
  color: #000;
}

.cart-btn__link span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 660px) {
  .cart-btn__link span {
    font-size: 11px !important;
  }
}

.cart-btn span.cart-btn__count {
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 660px) {
  .cart-btn span.cart-btn__count {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 660px) {
  .new-slider .cat2__one-buy .cart-btn {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .main .bestsellers__cont .cat2__one-buy .cart-btn {
    width: 100%;
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .new-slider .cat2__one-buy .cart-btn {
    width: 100%;
  }
}

.seo-content {
  margin-top: 40px;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.seo-content.js__hidden .seo-text {
  max-height: 88px;
  overflow: hidden;
}

@media screen and (max-width: 520px) {
  .seo-content.js__hidden .seo-text {
    max-height: 80px;
  }
}

.seo-content.js__hidden .seo-text::after {
  opacity: 1;
}

.seo-content.js__hidden .seo-text__toggle::before {
  content: "Подробнее";
}

.seo-content.js__hidden .seo-text__toggle::after {
  transform: rotate(0deg);
}

.seo-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
  transition: max-height .4s ease;
}

@media screen and (max-width: 520px) {
  .seo-text {
    font-size: 14px;
  }
}

.seo-text::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(0deg, #FFFFFF 14.4%, rgba(255, 255, 255, 0.54) 100%);
  transition: opacity .4s ease;
  opacity: 0;
  pointer-events: none;
}

.seo-text h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 520px) {
  .seo-text h2 {
    font-size: 18px;
  }
}

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

.seo-text h2:not(:first-child) {
  margin-top: 30px;
}

.seo-text__toggle {
  cursor: pointer;
  text-align: center;
  font-size: 0;
  color: #2CAD42;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-text__toggle::before {
  content: "Свернуть";
  font-size: 16px;
}

.seo-text__toggle::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 5px;
  background: url(../img/summary.svg) no-repeat center;
  background-size: contain;
  transition: transform .4s ease;
  transform: rotate(180deg);
}

.seo-text ul:not([class]):before, .seo-text ol:not([class]):before {
  display: inline-block;
}

.seo-text ul:not([class]) ul, .seo-text ul:not([class]) ol, .seo-text ol:not([class]) ul, .seo-text ol:not([class]) ol {
  margin-bottom: 20px;
  margin-top: 20px;
}

.seo-text ul:not([class]) li:before, .seo-text ol:not([class]) li:before {
  margin-right: 10px;
}

.seo-text ul:not([class]) li:not(:first-child), .seo-text ol:not([class]) li:not(:first-child) {
  margin-top: 16px;
}

.seo-text ul:not([class]) > li {
  padding-left: 30px;
  position: relative;
}

.seo-text ul:not([class]) > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #2CAD42;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.seo-text ul:not([class]) ul > li:before {
  content: "—";
  margin: 0 16px 2px 0;
  display: inline-block;
  color: #2CAD42;
  border-radius: 0;
  width: auto;
  height: auto;
  background: transparent;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.seo-text ol:not([class]) {
  counter-reset: list;
}

.seo-text ol:not([class]) > li {
  padding-left: 45px;
  position: relative;
}

.seo-text ol:not([class]) > li:before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 30px;
  background-color: #2CAD42;
  font-size: 12px;
  color: #fff;
}

.brend-description ul:not([class]):before, .brend-description ol:not([class]):before {
  display: inline-block;
}

.brend-description ul:not([class]) ul, .brend-description ul:not([class]) ol, .brend-description ol:not([class]) ul, .brend-description ol:not([class]) ol {
  margin-bottom: 20px;
  margin-top: 20px;
}

.brend-description ul:not([class]) li:before, .brend-description ol:not([class]) li:before {
  margin-right: 10px;
}

.brend-description ul:not([class]) li:not(:first-child), .brend-description ol:not([class]) li:not(:first-child) {
  margin-top: 16px;
}

.brend-description ul:not([class]) > li {
  padding-left: 30px;
  position: relative;
}

.brend-description ul:not([class]) > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #2CAD42;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.brend-description ul:not([class]) ul > li:before {
  content: "—";
  margin: 0 16px 2px 0;
  display: inline-block;
  color: #2CAD42;
  border-radius: 0;
  width: auto;
  height: auto;
  background: transparent;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.brend-description ol:not([class]) {
  counter-reset: list;
}

.brend-description ol:not([class]) > li {
  padding-left: 45px;
  position: relative;
}

.brend-description ol:not([class]) > li:before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 30px;
  background-color: #2CAD42;
  font-size: 12px;
  color: #fff;
}

.text-page.brend-description {
  margin-bottom: 40px;
  margin-top: -20px;
}

.text-page.brend-description .brend-description:empty {
  display: none;
}

.brend-catalog {
  width: 100%;
}

.tovar__title a {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid;
  transition: border-color .3s ease;
  margin-bottom: 5px;
}

.tovar__title a:hover {
  border-color: transparent;
}

.tovar-advantges {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

@media screen and (max-width: 520px) {
  .tovar-advantges {
    display: none;
  }
}

.tovar-advantges__item {
  width: calc( 33.3% - 20px);
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tovar-advantges__name {
  font-size: 12px;
}

@media screen and (max-width: 1400px) {
  .tovar-advantges__name {
    font-size: 10px;
  }
}

.tovar-advantges__icon {
  width: 35px;
  height: auto;
  display: block;
  flex: none;
  margin-right: 12px;
}

@media screen and (max-width: 1400px) {
  .tovar-advantges__icon {
    width: 30px;
  }
}

.tovar__info .tovar-advantges {
  display: none;
}

@media screen and (max-width: 520px) {
  .tovar__info .tovar-advantges {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    margin-right: 0;
    padding-top: 20px;
    border-top: 1px solid #EFF0F0;
  }
  .tovar__info .tovar-advantges__item {
    width: 100%;
    margin-right: 0;
  }
  .tovar__info .tovar-advantges__name {
    font-size: 14px;
  }
  .tovar__info .tovar-advantges__icon {
    width: 40px;
  }
}
@media screen and (max-width: 1200px) {
  /* .search__wrap, .head-search {
    width: 150px;
  } */

  .head__left {
    flex-direction: column;
    align-items: flex-start;
  }

  .search__wrap {
    margin-bottom: 20px;
  }

  .head-links {
    flex-wrap: wrap;
  }

  .head__deliv {
    width: 91%;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }

  .bx-touch .cities-mobile {
    display: none;
  }

  .head {
    padding: 30px 0 0;
  }

  .head__menu {
    margin-top: 30px;
  }

  .menu__link {
    font-size: 0.675rem;
  }

  #content {
    overflow: hidden;
  }
}

@media screen and (max-width: 1000px) {
  .head__deliv {
    width: auto;
    margin-bottom: 0;
    margin-right: 0 !important;
  }

  #content {
    overflow: visible;
  }

  .head {
    padding: 25px 25px 81px !important;
  }
}

/*# sourceMappingURL=temp-style.css.map */
