@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic");

p {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

header {
  position: relative;
}

.header--inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
}

.header__info {
  background: #f5f5f5;
}

.header-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: auto;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-info__link {
  font: 400 12px "Open Sans", sans-serif;
  color: #181818;
  text-decoration: none;
  margin-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-info__link:last-of-type {
  padding-right: 0;
}

.header-info__link:hover {
  text-transform: none;
  color: #cd274b;
}

.header-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 400 12px/16px "Open Sans", sans-serif;
  color: #181818;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-info__social:hover {
  text-transform: none;
  color: #cd274b;
}

.header-info__icon {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-image: url("/img/ico/instagram.svg");
  background-size: 100%;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: auto;
  height: 115px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-main__mob {
  display: none;
}

.header-main__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-info__phone {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  text-decoration: none;
}

.header-info__phone:hover {
  text-decoration: none;
}

.header-info__hours {
  font: 400 11px "Open Sans", sans-serif;
  color: #000;
  margin-top: 5px;
}

.header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo__img {
  display: block;
  height: 60px;
}

.header-logo__text {
  font: 400 12px "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #e3000f;
  text-transform: uppercase;
}

.header-main__controls {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-controls__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 15px;
}

.header-controls__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  -webkit-transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.header-controls__link:hover:after,
.header-controls__link.active:after {
  width: 100%;
}

.controls-link__icon {
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.controls-link__icon.controls-link__icon--search {
  width: 16px;
  background-image: url("/img/ico/search.svg");
  background-size: 16px 15px;
}

.controls-link__icon.controls-link__icon--profile {
  width: 18px;
  background-image: url("/img/ico/profile.svg");
  background-size: 18px 18px;
}

.controls-link__icon.controls-link__icon--cart {
  width: 16px;
  background-image: url("/img/ico/cart.svg");
  background-size: 16px 18px;
}

.controls-link__icon.controls-link__icon--favorite {
  width: 20px;
  background-image: url("/img/ico/fav.png");
  background-size: 20px 17px;
}

.controls-link__text {
  font: 400 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}

.controls-link__qty {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 3px;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e65281;
  color: #fff;
  font: 600 11px "Open Sans", sans-serif;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 1120px;
  margin: 0 auto;
}

.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__item {
  display: inline-block;
  position: relative;
}

.menu__item:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  -webkit-transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.menu__item:hover:after,
.menu__item.active:after {
  width: 100%;
}

.menu__link {
  font: 400 14px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}

.mob-menu {
  display: none;
  position: fixed;
  width: 480px;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  overflow-y: scroll;
}

.show-mob .mob-menu {
  display: block;
}

.show-mob {
  overflow: hidden;
}

.main h1.catalog_h1 {
  font: 400 30px/30px "Open Sans", sans-serif;
}

.mob-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 85px;
  border-bottom: 1px solid #ccc;
}

.mob-menu__close {
  position: absolute;
  cursor: pointer;
  left: 20px;
  top: 27px;
  width: 30px;
  height: 30px;
}

.mob-menu__close:before,
.mob-menu__close:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 27px;
  background-color: #adadad;
  left: 15px;
  top: 2px;
}

.mob-menu__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mob-menu__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mob-menu__body {
  position: relative;
}

.mob-menu__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.mob-menu__title:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
}

.mob-menu__list {
  list-style-type: none;
}

.mob-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
}

.mob-menu__link {
  position: relative;
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.mob-menu__link:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  -webkit-transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.mob-menu__link:hover:after,
.mob-menu__link.active:after {
  width: 100%;
}

.mob-menu__cart {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -40px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e65281;
  color: #fff;
  font: 600 11px "Open Sans", sans-serif;
}

.mob-submenu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.mob-submenu.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mob-submenu__title {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  padding-left: 25px;
}

.mob-submenu__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
}

.mob-submenu__title:before {
  content: '';
  position: absolute;
  border: solid rgba(0, 0, 0, 0.6);
  border-width: 0 1px 1px 0;
  padding: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 6px;
}

.mob-submenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 25px;
  border-bottom: 1px solid #dbdbdb;
}

.mob-submenu__link {
  position: relative;
  font: 300 12px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.mob-submenu__link:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  -webkit-transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.mob-submenu__link:hover:after,
.mob-submenu__link.active:after {
  width: 100%;
}

@media (max-width: 1200px) {
  .header-info__inner {
    margin: 0 20px;
  }

  .header__main {
    margin: 0 20px;
  }

  .header__menu {
    margin: 0 20px;
  }
}

@media (max-width: 900px) {
  .header__main {
    height: 85px;
  }

  .header__menu {
    display: none;
  }

  .header__info {
    display: none;
  }

  .header-main__info {
    display: none;
  }

  .header-main__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-mob__wrapper {
    width: 26px;
    height: 16px;
    cursor: pointer;
    outline: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd65a), color-stop(48%, #f34675), to(#00a6fc));
    background: linear-gradient(to right, #ffd65a 0, #f34675 48%, #00a6fc 100%);
  }

  .menu-mob {
    display: block;
    cursor: pointer;
    width: 26px;
    margin: 2px 0;
    height: 12px;
    position: relative;
    background-color: #ffffff;
    border: 0;
  }

  .menu-mob:after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd65a), color-stop(48%, #f34675), to(#00a6fc));
    background: linear-gradient(to right, #ffd65a 0, #f34675 48%, #00a6fc 100%);
  }

  .menu-mob:focus {
    outline: 0;
  }

  .header-logo__img {
    width: 89px;
  }

  .header-logo__text {
    font-size: 7.4px;
  }

  .header-controls__link {
    margin: 0 7px;
  }

  .header-controls__link--search {
    display: none;
  }

  .controls-link__text {
    display: none;
  }

  .controls-link__qty {
    width: 20px;
    height: 20px;
    right: -13px;
    top: 13px;
  }
}

@media (max-width: 480px) {
  .mob-menu {
    width: 100%;
  }
}

* {
  min-width: 0;
  min-height: 0;
}

body * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:active,
a:hover {
  outline: none;
}

.main {
  width: 1120px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}

.products__list {
  margin: 100px auto;
  max-width: 1120px;
  text-align: center;
}

.products-list__title {
  position: relative;
  display: inline-block;
  font: 400 32px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.products-list__title:before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 3px;
  height: 24px;
  background: #f16b90;
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-list .slick-list {
  margin: 0 -15px;
}

.products__item {
  position: relative;
  width: calc(25% - 12px);
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 1px;
  background-color: #b5b5b5;
  text-align: left;
}

.products__item:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
}

.product__label {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  padding: 2px;
}

.product__label+.product__label {
  right: 55px;
}

.product-label__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 600 11px "Open Sans", sans-serif;
  color: #cd274b;
  text-transform: uppercase;
}

.products-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  background-color: #fff;
  height: 100%;
}

.products-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 250px;
}

.products-item__top img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.products-item__title {
  margin: 20px 0 5px;
  border-top: 1px solid #b5b5b5;
  padding-top: 15px;
  font: 400 14px/18px "Open Sans", sans-serif;
  color: #7a7a7a;
}

.products-item__short {
  font: 600 16px/22px "Open Sans", sans-serif;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.products-item__descr {
  font: 400 12px/14px "Open Sans", sans-serif;
  color: #7a7a7a;
  margin-bottom: 15px;
}

.products-item__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.products-item__volume {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
}

.products-item__price {
  font: 400 16px "Open Sans", sans-serif;
  color: #cd274b;
}

.products-item__price.products-item__price--old {
  font-size: 14px;
  color: #606060;
  text-decoration: line-through;
  margin-right: 5px;
}

.products-item__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.item-cart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  background-image: url("/img/ico/cart.svg");
  background-size: 16px 22px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item-cart__btn:hover {
  border-color: #000;
}

.main__banners {
  max-width: 1120px;
  margin: 100px auto 90px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 66px;
  column-gap: 66px;
}

.banners__img {
  display: block;
  width: 100%;
}

.banners__img:nth-child(odd) {
  margin-bottom: 66px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs a {
  font: 400 12px/16px "Open Sans", sans-serif;
  color: #696969;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff;
  word-wrap: normal;
  white-space: nowrap;
}

.breadcrumbs a:hover {
  color: #000;
  border-bottom: 1px solid #696969;
}

.breadcrumbs span {
  font: 400 12px/16px "Open Sans", sans-serif;
  color: #696969;
  display: block;
  margin: auto 10px;
}

.breadcrumbs p {
  font: 400 12px/16px "Open Sans", sans-serif;
  color: #000000;
  word-wrap: normal;
  white-space: nowrap;
}

.main-title {
  position: relative;
  font: 400 32px "Open Sans", sans-serif;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.main-title:before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 3px;
  height: 24px;
  background: #f16b90;
}

.main-title.main-title--noline:before {
  display: none;
}

#mobbrand,
#mobbrand .clicker {
  display: none;
}

.clicker {
  display: none;
}

.product__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.cat__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cat__holder .img__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 15px;
}

.cat__holder .img__holder img {
  margin: auto auto 0;
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: auto;
}

.cat__holder:hover .img__holder img,
.cat__holder.current .img__holder img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.cat__holder p {
  font: 400 15px/18px "Open Sans", sans-serif;
  color: #5a5a5a;
  margin: 0 auto 20px;
  text-align: center;
  width: 130px;
  max-width: 100%;
}

.products .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.products .brands .brand__holder {
  width: calc(50% - 27px);
  min-height: 360px;
  padding: 1px;
  background-color: #b5b5b5;
  margin-bottom: 50px;
}

.products .brands .brand__holder:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
}

.products .brands .brand__holder a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products .brands .brand__holder .img__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
}

.products .brands .brand__holder .img__holder img {
  margin: auto;
  max-height: 130px;
  max-width: 240px;
  display: block;
}

.products .brands .brand__holder div:not(.img__holder) p {
  font: 400 14px/22px "Open Sans", sans-serif;
  color: #7a7a7a;
  width: 100%;
}

.fullline {
  margin: 0 -20px;
  height: 1px;
  display: block;
  background-color: #d2d2d2;
}

.product__subcats {
  padding-top: 40px;
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__subcats a {
  font: 600 14px/14px "Open Sans", sans-serif;
  color: #696969;
  padding: 0 10px;
  margin: 10px 30px 10px 0;
  border-left: 3px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__subcats a:hover {
  color: #ff0e51;
}

.product__subcats.fixed {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 1120px;
  max-width: 100%;
  left: calc(50% - 560px);
  background-color: #fff;
}

.products__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products__holder .brands,
.products__holder .cats {
  width: 160px;
  padding-right: 20px;
}

.products__holder .brands .content,
.products__holder .cats .content {
  max-width: 140px;
}

.products__holder .brands .content.fixed,
.products__holder .cats .content.fixed {
  position: fixed;
}

.products__holder .brands a,
.products__holder .cats a {
  display: block;
  font: 400 18px/24px "Open Sans", sans-serif;
  color: #7a7a7a;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products__holder .brands a:hover,
.products__holder .brands a.active,
.products__holder .cats a:hover,
.products__holder .cats a.active {
  color: #000;
}

.products__block {
  width: calc(100% - 160px);
}

.products__block .cat__title {
  font: 400 30px/30px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 40px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid;
}

.products__block .subcat__block {
  padding-bottom: 55px;
  margin-bottom: 60px;
  border-bottom: 1px solid #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.products__block .subcat__block:last-child {
  margin-bottom: 25px;
  border-width: 0;
}

.products__block .subcat__block .product {
  position: relative;
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 1px;
  background-color: #b5b5b5;
}

.products__block .subcat__block .product.hide {
  display: none;
}

.products__block .subcat__block .product:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  background-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
}

.products__block .subcat__block .product .inner {
  padding: 20px 15px;
  background-color: #fff;
  height: 100%;
}

.products__block .subcat__block .product .img__holder {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products__block .subcat__block .product .img__holder img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.products__block .subcat__block .product .title {
  margin: 20px 0 5px;
  border-top: 1px solid #b5b5b5;
  padding-top: 15px;
  font: 400 14px/18px "Open Sans", sans-serif;
  color: #7a7a7a;
}

.products__block .subcat__block .product .short {
  font: 600 16px/22px "Open Sans", sans-serif;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.products__block .subcat__block .product .descr {
  margin-bottom: 15px;
  font: 400 12px/14px "Open Sans", sans-serif;
  color: #7a7a7a;
}

.products__block .subcat__block .product .volume {
  font: 400 italic 16px/18px "Open Sans", sans-serif;
  color: #000;
}

.tax-brand .brands {
  position: relative;
  margin-bottom: 40px;
}

.tax-brand .brands .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tax-brand .brands .content .img__holder {
  margin: auto 15px;
  width: 135px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tax-brand .brands .content .img__holder img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tax-brand .brands .content .img__holder img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tax-brand .aboutbrand {
  padding: 40px 0 20px;
  border-top: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

.tax-brand .aboutbrand .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tax-brand .aboutbrand .inner .descr {
  width: calc(100% - 300px);
}

.tax-brand .aboutbrand .inner .descr p {
  font: 400 14px/22px "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.tax-brand .aboutbrand .inner .img__holder {
  width: 250px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tax-brand .aboutbrand .inner .img__holder img {
  margin: 0px auto auto;
  max-width: 200px;
  max-height: 150px;
}

.tax-brand .products__holder {
  margin-top: 65px;
}

.tax-brand .products__holder .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tax-brand .products__holder .cats a {
  font: 400 14px/24px "Open Sans", sans-serif;
}

.tax-brand .products__holder .cats .content.fixed {
  top: 50px;
}

.tax-brand .products__holder .cats .content.btm {
  position: relative;
  margin: auto 0 0;
  top: 0;
}

.product-catalog .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-catalog .brands .content.btm {
  position: relative;
  margin: auto 0 0;
  top: 0;
}

.info__page {
  margin: 50px 0;
}

.info__page p {
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  margin: 10px 0;
}

.info__page h1 {
  position: relative;
  font: 400 32px "Open Sans", sans-serif;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.info__page h1:before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 3px;
  height: 24px;
  background: #f16b90;
}

.info__page h1.noline:before {
  display: none;
}

.info__page h2 {
  font: 400 20px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 30px 0;
}

.info__page h2:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 3px;
  height: 16px;
  background: #f16b90;
}

.info__page h2.noline:before {
  display: none;
}

@media (max-width: 1200px) {
  .main__banners {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }

  .banners__img:nth-child(odd) {
    margin-bottom: 30px;
  }
}

@media (max-width: 1140px) {
  .product__subcats.fixed {
    left: 20px;
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 900px) {
  body {
    width: 480px;
    margin: 0 auto;
  }

  .main-title {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 20px;
  }

  .main-title:before {
    height: 14px;
  }

  .info__page p {
    font-size: 15px;
  }

  .info__page h1 {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 20px;
  }

  .info__page h1:before {
    height: 14px;
  }

  .info__page h2 {
    font-size: 18px;
    text-transform: none;
    margin: 20px 0;
  }

  .info__page h2:before {
    height: 12px;
  }

  .products__list {
    margin: 40px auto;
  }

  .products__item {
    margin-bottom: 0;
  }

  .main__banners {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .banners__img {
    margin-bottom: 10px;
  }

  .banners__img:nth-child(odd) {
    margin-bottom: 10px;
  }

  .breadcrumbs {
    margin: 20px auto;
  }

  .breadcrumbs a,
  .breadcrumbs p {
    font: 400 9px/20px "Open Sans", sans-serif;
  }

  .breadcrumbs span {
    font: 400 9px/20px "Open Sans", sans-serif;
    margin: auto 5px;
  }

  .fullline {
    display: none;
  }

  .clicker {
    display: block !important;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font: 400 14px/48px "Open Sans", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    margin: 0 -20px;
  }

  .clicker:before,
  .clicker:after {
    background-color: #5a5a5a;
    width: 10px;
    height: 1px;
    content: '';
    opacity: 1;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 25px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .clicker:before {
    right: 31px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .clicker:after {
    right: 38px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .clicker.active:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .clicker.active:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .product__cats {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .product__cats .cat__holder {
    width: 100%;
    padding: 0;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 20px;
  }

  .product__cats .cat__holder a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
  }

  .product__cats .cat__holder .img__holder {
    height: 60px;
    width: 40px;
    margin: 0;
  }

  .product__cats .cat__holder .img__holder img {
    max-height: 60px !important;
    max-width: 40px;
    margin: auto;
  }

  .product__cats .cat__holder p {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: calc(100% - 40px);
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: auto 0;
    font-size: 14px;
  }

  .product__subcats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 30px;
    position: relative !important;
    max-width: 100% !important;
    left: 0 !important;
    padding-top: 0;
  }

  .product__subcats a {
    margin: 0 auto 15px 0;
  }

  .products .brands {
    margin-top: 30px;
  }

  .products .brands .brand__holder {
    width: 100%;
    margin-bottom: 20px;
    min-height: unset;
  }

  .products .brands .brand__holder a {
    padding: 10px;
  }

  .products .brands .brand__holder .img__holder {
    height: unset;
    margin: 20px 30px;
    width: calc(100% - 60px);
  }

  .products .brands .brand__holder .img__holder img {
    max-width: 100%;
  }

  .products .brands .brand__holder div:not(.img__holder) {
    margin-bottom: 10px;
  }

  .products .brands .brand__holder div:not(.img__holder) p {
    font: 400 12px/16px "Open Sans", sans-serif;
  }

  #mobbrand {
    display: block;
  }

  #mobbrand .clicker {
    border-top-width: 0;
  }

  #mobbrand .mobbrands {
    display: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
    margin: 0 -20px;
  }

  #mobbrand .mobbrands a {
    display: block;
    font: 400 14px/36px "Open Sans", sans-serif;
    color: #7a7a7a;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 20px;
  }

  #mobbrand .mobbrands a.active,
  #mobbrand .mobbrands a:hover {
    color: #000;
  }

  .products__holder {
    padding-top: 0 !important;
  }

  .products__holder .brands {
    display: none !important;
  }

  .products__holder .products__block {
    width: 100%;
  }

  .products__holder .products__block .cat__title {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 24px;
  }

  .products__holder .products__block .subcat__block {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .products__holder .products__block .product {
    width: calc(50% - 19px);
    margin-bottom: 16px;
    margin-right: 8px;
    margin-left: 10px;
  }

  .products__holder .products__block .product .inner {
    padding: 15px 10px;
  }

  .products__holder .products__block .product .title {
    margin: 15px 0 5px;
    padding-top: 10px;
    font: 400 12px/14px "Open Sans", sans-serif;
  }

  .products__holder .products__block .product .short {
    font: 600 13px/18px "Open Sans", sans-serif;
    margin-bottom: 10px;
  }

  .products__holder .products__block .product .descr {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .products__holder .products__block .product .volume {
    font: 400 italic 12px/12px "Open Sans", sans-serif;
  }

  .tax-brand .brands {
    margin-bottom: 50px;
  }

  .tax-brand .brands .content .slick-dots {
    bottom: -30px;
    line-height: 0;
  }

  .tax-brand .brands .content .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
  }

  .tax-brand .brands .content .slick-dots li button {
    border-radius: 50%;
    display: block;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }

  .tax-brand .brands .content .slick-dots li button:before {
    display: none;
  }

  .tax-brand .brands .content li.slick-active button,
  .tax-brand .brands .content .slick-dots li:hover button {
    background-color: #b5b5b5;
  }

  .tax-brand .aboutbrand {
    padding: 30px 0 20px;
  }

  .tax-brand .aboutbrand .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tax-brand .aboutbrand .inner .descr {
    width: 100%;
  }

  .tax-brand .aboutbrand .inner .img__holder {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tax-brand .aboutbrand .inner .img__holder img {
    margin: 0 auto;
  }

  .tax-brand .products__holder {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tax-brand .products__holder .cats {
    width: 100%;
    padding-right: 0;
  }

  .tax-brand .products__holder .cats .content {
    max-width: unset;
    position: relative !important;
    top: unset !important;
    margin-bottom: 15px;
  }

  .tax-brand .products__holder .products__block {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body {
    width: 100%;
  }
}

footer:before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(74%, #7a76b9), color-stop(96%, #00a6fc));
  background: linear-gradient(90deg, #ffd65a 0%, #f34675 48%, #7a76b9 74%, #00a6fc 96%);
}

.footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 0;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 45px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu__section {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu__item {
  display: block;
  margin: 10px 0 0;
}

.footer-menu__link {
  font: 400 12px "Open Sans", sans-serif;
  color: #000;
}

.footer-menu__title {
  font: 600 14px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 10px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info__logo {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
}

.footer-info__payment {
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
  text-align: right;
}

.footer-payment__img {
  max-width: 100%;
}

.footer-info__contact {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
}

.footer-info__hours {
  margin-bottom: 15px;
}

.footer-hours__title {
  font: 600 14px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.footer-hours {
  font: 400 13px "Open Sans", sans-serif;
  color: #000;
}

.footer-info__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.footer-contacts__phone {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 5px;
}

.footer-contacts__email {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
}

.footer-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
}

.footer-social__link {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  margin: 0 10px;
}

.footer-social__link.footer-social__link--facebook {
  width: 17px;
  height: 17px;
  background-image: url("/img/ico/facebook.png");
  background-size: 100%;
}

.footer-social__link.footer-social__link--instagram {
  width: 16px;
  height: 16px;
  background-image: url("/img/ico/instagram.svg");
  background-size: 100%;
}

.footer-social__link.footer-social__link--youtube {
  width: 16px;
  height: 16px;
  background-image: url("/img/ico/youtube.svg");
  background-size: 100%;
}

.footer-info__legal {
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
  text-align: left;
}

.footer-info__legal p {
  font: 400 12px "Open Sans", sans-serif;
  color: #666;
}

.footer-info__legal p+p {
  margin-top: 5px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__development {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.development__text {
  font: 400 13px "Open Sans", sans-serif;
  color: #666;
}

.development__link {
  margin-left: 17px;
  margin-top: 3px;
}

.development__img {
  display: block;
}

.footer__copyright {
  font: 400 12px "Open Sans", sans-serif;
  color: #474747;
}

.footer-logo__mob {
  display: none;
}

@media (max-width: 1200px) {
  .footer__inner {
    margin: 0 20px;
  }
}

@media (max-width: 900px) {
  .footer__inner {
    padding-top: 30px;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo__mob {
    display: block;
    text-align: center;
  }

  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px -20px 40px;
  }

  .footer-menu__section {
    border-bottom: 1px solid #c1c1c1;
  }

  .footer-menu__title {
    position: relative;
    cursor: pointer;
    font: 400 12px "Open Sans", sans-serif;
    padding: 9px 20px;
  }

  .footer-menu__title:after,
  .footer-menu__title:before {
    background-color: #5a5a5a;
    width: 7px;
    height: 1px;
    content: '';
    opacity: 1;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 17px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .footer-menu__title:after {
    right: 25px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .footer-menu__title:before {
    right: 20px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .footer-menu__title.active:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .footer-menu__title.active:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .footer-menu__list {
    display: none;
  }

  .footer-menu__item {
    padding: 6px 35px;
    margin: 0;
  }

  .footer-menu__item:last-of-type {
    padding-bottom: 15px;
  }

  .footer-info__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
  }

  .footer-info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-info__social {
    margin-bottom: 35px;
  }

  .footer-info__legal {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__copyright {
    margin-bottom: 5px;
  }

  .footer-info__logo {
    display: none;
  }
}

.slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list .slick-track .slick-slide {
  height: auto;
}

.main__sliders .slick-arrow {
  width: 20px;
  height: 35px;
  position: absolute;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.main__sliders .slick-arrow:hover {
  opacity: 0.7;
}

.main__sliders .slick-arrow:before,
.main__sliders .slick-arrow:after {
  background-color: #ffffff;
  width: 25px;
  height: 2px;
  content: '';
  opacity: 1;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
}

.main__sliders .slick-prev:before {
  top: 25px;
  left: -3px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main__sliders .slick-prev:after {
  bottom: 25px;
  left: -3px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.main__sliders .slick-next:before {
  top: 25px;
  left: -3px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.main__sliders .slick-next:after {
  bottom: 25px;
  left: -3px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main__sliders .slick-prev {
  left: 25px;
}

.main__sliders .slick-next {
  right: 25px;
}

.main__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.main__sliders .slick-list,
.main__sliders .slick-slide,
.main__sliders .slick-track {
  height: 100%;
}

.main-sliders__left {
  visibility: hidden;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

.main-sliders__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}

.main-sliders__left .slick-dots {
  bottom: -30px;
}

.main-sliders__left .slick-dots li {
  width: 11px;
  height: 11px;
}

.main-sliders__left .slick-dots li button {
  border: 2px solid #b5b5b5;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  padding: 0;
}

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

.main-sliders__left .slick-dots li.slick-active button {
  background: #b5b5b5;
}

.main-sliders__right {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  visibility: hidden;
}

.main-sliders__right.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-sliders__right .slick-dots {
  bottom: 30px;
}

.main-sliders__right .slick-dots li {
  width: 9px;
  height: 9px;
}

.main-sliders__right .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  padding: 0;
}

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

.main-sliders__right .slick-dots li.slick-active button {
  background: #fff;
}

.slider-right__item {
  width: 100%;
  height: 100%;
  padding: 20px 20px 50px;
}

.slider-right__item:focus {
  outline: none;
}

.slick-initialized .slick-slide.slider-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.right-item__top {
  font: 400 40px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.right-item__bottom {
  font: 300 36px "Open Sans", sans-serif;
  color: #fff;
}

.main__brands {
  position: relative;
  margin: 100px auto;
  padding: 50px 0 60px;
}

.main__brands:before,
.main__brands:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(74%, #7a76b9), color-stop(96%, #00a6fc));
  background: linear-gradient(90deg, #ffd65a 0%, #f34675 48%, #7a76b9 74%, #00a6fc 96%);
}

.main__brands:before {
  top: 0;
}

.main__brands:after {
  bottom: 0;
}

.main__brands .brands__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1120px;
}

.main__brands .brands__list .slick-list {
  margin: 0 30px;
}

.main__brands .brands__list .brands__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90px;
  width: 135px;
  margin: auto 15px;
}

.brands__img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.brands__img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.main__brands .brands__list .slick-dots {
  bottom: -65px;
  line-height: 0;
}

.main__brands .brands__list .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  cursor: pointer;
}

.main__brands .brands__list .slick-dots li button {
  border-radius: 50%;
  display: block;
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border: 1px solid #b5b5b5;
  padding: 0;
  margin: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.main__brands .brands__list .slick-dots li.slick-active button,
.main__brands .brands__list .slick-dots li:hover button {
  background-color: #b5b5b5;
  -webkit-transform: scale(1.66666);
  transform: scale(1.66666);
}

.main__brands .brands__list .slick-dots li button:before {
  display: none;
}

.product__slider .slick-arrow {
  width: 17px;
  height: 28px;
  position: absolute;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.product__slider .slick-prev {
  left: -40px;
}

.product__slider .slick-next {
  right: -40px;
}

.product__slider .slick-arrow:hover:before,
.product__slider .slick-arrow:hover:after {
  opacity: 1;
}

.product__slider .slick-arrow:focus:before,
.product__slider .slick-arrow:focus:after {
  opacity: 1;
}

.product__slider .slick-arrow:before,
.product__slider .slick-arrow:after {
  background-color: #000;
  width: 18px;
  height: 1px;
  content: '';
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
}

.product__slider .slick-prev:before {
  top: 20px;
  left: -1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.product__slider .slick-prev:after {
  bottom: 20px;
  left: -1px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.product__slider .slick-next:before {
  top: 20px;
  left: -1px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.product__slider .slick-next:after {
  bottom: 20px;
  left: -1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.product__slider .slick-arrow.slick-disabled:before,
.product__slider .slick-arrow.slick-disabled:after {
  opacity: 0.1;
}

.products-list .slick-arrow {
  width: 17px;
  height: 28px;
  position: absolute;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.products-list .slick-prev {
  left: -40px;
}

.products-list .slick-next {
  right: -40px;
}

.products-list .slick-arrow:hover:before,
.products-list .slick-arrow:hover:after {
  opacity: 1;
}

.products-list .slick-arrow:focus:before,
.products-list .slick-arrow:focus:after {
  opacity: 1;
}

.products-list .slick-arrow:before,
.products-list .slick-arrow:after {
  background-color: #000;
  width: 18px;
  height: 1px;
  content: '';
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
}

.products-list .slick-prev:before {
  top: 20px;
  left: -1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.products-list .slick-prev:after {
  bottom: 20px;
  left: -1px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.products-list .slick-next:before {
  top: 20px;
  left: -1px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.products-list .slick-next:after {
  bottom: 20px;
  left: -1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.products-list .slick-arrow.slick-disabled:before,
.products-list .slick-arrow.slick-disabled:after {
  opacity: 0.1;
}

.product-slider__item {
  position: relative;
}

.product-slider__item:focus {
  outline: none;
}

.product-slider__img {
  width: 100%;
  max-width: 100%;
  max-height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider__nav {
  margin-top: 20px;
  margin: 20px -10px 0;
}

.slider-nav__img {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-nav__img:focus {
  outline: none;
}

.slider__nav .slick-list .slick-track .slick-slide.slider-nav__img {
  height: 100px;
}

.slick-initialized {
  visibility: visible;
}

.main__brands .slick-arrow,
.brands .slick-arrow{
  width: 17px;
  height: 28px;
  position: absolute;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.main__brands .slick-prev {
  left: 10px;
}

.main__brands .slick-next {
  right: 10px;
}

.main__brands .slick-arrow:hover:before,
.main__brands .slick-arrow:hover:after {
  opacity: 1;
}

.main__brands .slick-arrow:focus:before,
.main__brands .slick-arrow:focus:after,
.brands .slick-arrow:focus:before,
.brands .slick-arrow:focus:after{
  opacity: 1;
}

.main__brands .slick-arrow:before,
.main__brands .slick-arrow:after,
.brands .slick-arrow:before,
.brands .slick-arrow:after {
  background-color: #000;
  width: 18px;
  height: 1px;
  content: '';
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
}

.main__brands .slick-prev:before,
.brands .slick-prev:before{
  top: 20px;
  left: -1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main__brands .slick-prev:after,
.brands .slick-prev:after
{
  bottom: 20px;
  left: -1px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.main__brands .slick-next:before,
.brands .slick-next:before {
  top: 20px;
  left: -1px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.main__brands .slick-next:after,
.brands .slick-next:after {
  bottom: 20px;
  left: -1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main__brands .slick-arrow.slick-disabled:before,
.main__brands .slick-arrow.slick-disabled:after {
  opacity: 0.1;
}

@media (max-width: 1240px) {
  .products-list.products-list {
    padding: 0 40px;
  }

  .products-list.products-list .slick-prev {
    left: 0;
  }

  .products-list.products-list .slick-next {
    right: 0;
  }
}

@media (max-width: 900px) {
  .main__brands {
    margin: 50px auto 65px;
    padding: 35px 0 40px;
  }

  .main__brands .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .main__brands .brands__list .brands__link {
    height: 60px;
  }

  .main__brands .brands__list .slick-dots {
    bottom: -70px;
  }

  .main__brands .brands__list .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
  }

  .main__brands .brands__list .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0;
  }

  .main__brands .brands__list .slick-dots li.slick-active button,
  .main__brands .brands__list .slick-dots li:hover button {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .main__sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .main-sliders__right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 210px;
  }

  .main-sliders__left.slick-dotted.slick-slider {
    margin-bottom: 60px;
  }

  .main-sliders__right .slick-dots {
    bottom: 20px;
  }

  .main-sliders__right .slick-dots li {
    width: 11px;
    height: 11px;
  }

  .main-sliders__right .slick-dots li button {
    width: 11px;
    height: 11px;
  }

  .right-item__top {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
  }

  .right-item__bottom {
    font: 300 22px "Open Sans", sans-serif;
  }

  .products__list .products-list.slick-dotted.slick-slider {
    margin-bottom: 90px;
  }

  .products__list .products-list.slick-dotted.slick-slider .slick-dots {
    bottom: -35px;
    left: 0;
  }

  .products__list .products-list.slick-dotted.slick-slider li {
    width: 11px;
    height: 11px;
  }

  .products__list .products-list.slick-dotted.slick-slider li button {
    border: 2px solid #b5b5b5;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    padding: 0;
  }

  .products__list .products-list.slick-dotted.slick-slider li button:before {
    display: none;
  }

  .products__list .products-list.slick-dotted.slick-slider li.slick-active button {
    background: #b5b5b5;
  }

  .products-list__title {
    font-size: 30px;
  }

  .products-list__title:before {
    left: -17px;
  }
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail__images {
  margin-right: 150px;
  margin-left: 40px;
  margin-top: 40px;
  width: calc(45% - 190px);
}

.product-detail__images.product-detail__images--mob {
  display: none;
}

.product-detail__info {
  width: 55%;
}

.product-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 5px;
}

.product-header__title {
  width: 50%;
  margin-right: 50px;
}

.product-header__title h1 {
  font: 400 30px/40px "Open Sans", sans-serif;
  color: #7a7a7a;
  margin-bottom: 0;
}

.product-header__title p {
  font: 600 28px/30px "Open Sans", sans-serif;
  color: #2a2a2a;
}

.product-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 50px);
}

.product-logo__holder {
  margin: auto;
}

.product-logo__holder img {
  display: block;
  max-width: 125px;
}

.product-detail__subtitle {
  font: 400 12px "Open Sans", sans-serif;
  color: #7a7a7a;
  margin-bottom: 5px;
}

.product-detail__subtitle.product-detail__subtitle--mob {
  display: none;
}

.product-detail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  border-top: 1px solid #b5b5b5;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-body__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.product-body__price {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-align: right;
}

.product-detail__mob {
  display: none;
}

.product-detail__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.buy-btn__holder {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.product__favorite {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.product-control__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.control-item__title {
  font: 600 16px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 15px;
}

.select__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qty__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  border: 1px solid #dcdcdc;
}

.qty__item+.qty__item {
  border-left: none;
}

.qty__item.qty__minus,
.qty__item.qty__plus {
  cursor: pointer;
  color: #696969;
}

.qty__item.qty__minus:hover,
.qty__item.qty__plus:hover {
  background: #e5e5e5;
}

.select__vol {
  display: block;
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  line-height: 1.3;
  padding: 9px 40px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 1px solid #dcdcdc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAeElEQVQ4je3OTQ7BYBCA4cd9LCpENLHRhTQNIunJXMGRHAJpL2Ez34KgpUvezWR+3pnhT+KIoudsEfN3LNFg2yGv0WL1rDnDBbsXcokr8ncXprFk/1CvQl50fAgmOKOOfBPyvI+cyGLJIWL2iZwY4xTxa0ZD5F/hBmoiERCUvVEaAAAAAElFTkSuQmCC);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.select__vol:focus {
  outline: none;
}

.buy__btn {
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  background: #cd274b;
  border: 0;
  font: 300 14px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy__btn:hover {
  background: #d93558;
}

.product__price {
  margin-top: 30px;
}

.product__price span {
  white-space: nowrap;
}

.product-price__num {
  font: 400 36px "Open Sans", sans-serif;
  color: #cd274b;
}

.product-price__num.product-price__num--old {
  font: 400 20px "Open Sans", sans-serif;
  text-decoration: line-through;
  color: #ccc;
}

.product-price__cy {
  font: 400 24px "Open Sans", sans-serif;
  color: #cd274b;
}

.product-price__cy.product-price__cy--old {
  font: 400 20px "Open Sans", sans-serif;
  color: #ccc;
  text-decoration: line-through;
  margin-right: 5px;
}

.product__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10px;
}

.product__favorite:hover .favorite__btn {
  background-image: url("/img/ico/fav-on.png");
}

.favorite__text {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  margin-right: 15px;
  text-align: right;
}

.favorite__btn {
  content: '';
  width: 25px;
  height: 22px;
  background: url("/img/ico/fav.png");
  background-size: 25px 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.favorite__btn.favorite__btn--active {
  background-image: url("/img/ico/fav-on.png");
}

.product-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0 40px;
  border-top: 1px solid #b5b5b5;
  padding-top: 50px;
}

.product-descr__left {
  width: calc(45% - 110px);
  margin: 0 70px 30px 40px;
}

.product-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-icons__item {
  width: calc(25% - 20px);
  padding: 0 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-icons__item img {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
  height: 45px;
}

.product-icons__item p {
  font: 400 13px/18px "Open Sans", sans-serif;
  text-align: center;
}

.product-descr__right {
  width: 55%;
}

.product-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b5b5b5;
  margin-top: -1px;
}

.tabs__link {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 400 14px "Open Sans", sans-serif;
  color: #5b5b5b;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.tabs__link.active {
  border-color: #ccc;
}

.product-tabs__content {
  display: none;
  margin-top: 20px;
  font: 300 14px/24px "Open Sans", sans-serif;
  color: #010101;
}

.product-tabs__content.active {
  display: block;
}

.product-tabs__content h2 {
  font: 600 16px "Open Sans", sans-serif;
  color: #010101;
}

.product-tabs__content p {
  font: 300 14px/24px "Open Sans", sans-serif;
  color: #010101;
  margin: 20px 0;
}

.product-video {
  position: relative;
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
  line-height: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
}

.videoClick {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 90, 0.17)), color-stop(35%, rgba(240, 116, 150, 0.17)), to(rgba(24, 13, 57, 0.17)));
  background: linear-gradient(180deg, rgba(255, 214, 90, 0.17) 0%, rgba(240, 116, 150, 0.17) 35%, rgba(24, 13, 57, 0.17) 100%);
}

.videoClick span {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.videoClick:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.videoClick.hide {
  opacity: 0;
  pointer-events: none;
}

.item-review {
  margin: 35px 0;
}

.item-review .item-review__name {
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  margin: 0 0 5px;
}

.item-review .item-review__date {
  font: 400 12px "Open Sans", sans-serif;
  color: #ccc;
  margin: 0 0 10px;
}

.review-comment__item .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-comment__item .form-label .form-label__text {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 5px;
}

.review-comment__item .personal-textarea {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  border: 1px solid #ddd;
  padding: 9px 10px 10px;
  width: 100%;
  resize: none;
}

.item-review__comment .review-comment__required {
  font: 400 12px "Open Sans", sans-serif;
  color: #000;
  margin: 0;
}

.review-comment__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 12px "Open Sans", sans-serif;
  color: #fff;
  background: #e65281;
  text-transform: uppercase;
  border: 0;
  margin: 25px 0;
  padding: 0 30px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.review-comment__button:hover,
.review-comment__button:active {
  background: #eb759a;
}

@media (max-width: 900px) {
  .product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-detail__images {
    display: none;
  }

  .product-detail__info {
    width: auto;
  }

  .product-detail__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-header__logo {
    width: auto;
    margin-bottom: 20px;
  }

  .product-header__title {
    width: auto;
    margin-right: 0;
    text-align: center;
  }

  .product-header__title h1 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .product-header__title p {
    font-size: 24px;
    line-height: 28px;
  }

  .product-detail__images.product-detail__images--mob {
    display: block;
    width: auto;
    margin: 35px 0;
  }

  .product-detail__images .product__slider {
    margin: 0 25px;
  }

  .product-detail__images .product__slider .slick-prev {
    left: -25px;
  }

  .product-detail__images .product__slider .slick-next {
    right: -25px;
  }

  .product-detail__subtitle {
    display: none;
  }

  .product-detail__subtitle.product-detail__subtitle--mob {
    display: block;
    text-align: center;
  }

  .product-detail__body {
    margin-left: -20px;
    margin-right: -20px;
    padding: 25px 20px 0;
  }

  .product-detail__body .product-body__price {
    display: none;
  }

  .product-detail__body .product-body__controls {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .product-control__item {
    margin-bottom: 30px;
  }

  .product-detail__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }

  .product-detail__mob .product__favorite {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
  }

  .product-detail__mob .product__favorite .favorite__text {
    max-width: 90px;
    text-align: left;
  }

  .product-detail__mob .product__price {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right;
    margin-top: 0;
  }

  .product-detail__footer {
    margin-top: 20px;
  }

  .product-detail__footer .product__favorite {
    display: none;
  }

  .product-detail__footer .buy-btn__holder {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .product-descr {
    margin: 45px 0;
    padding-top: 0;
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-descr__left {
    width: auto;
    margin: 0 -20px 40px;
    padding: 35px 20px 0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .product-icons__item {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 21%;
    flex: 1 0 21%;
    padding: 0;
    margin: 0 10px 30px;
  }

  .product-descr__right {
    width: auto;
  }

  .product-video {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 35px 45px 35px 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.cart__item+.cart__item {
  border-top: none;
}

.cart-item__delete {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.cart-item__delete:after,
.cart-item__delete:before {
  content: '';
  height: 16px;
  border-left: 1px solid #7d7d7d;
  position: absolute;
  left: 12px;
  top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-item__delete:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-item__delete:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart-item__delete:hover:before,
.cart-item__delete:hover:after {
  border-color: #000;
}

.cart-item__left,
.cart-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item__right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 165px;
  height: 155px;
  margin-right: 80px;
}

.cart-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-item__info {
  max-width: 170px;
}

.cart-item__name {
  font: 400 16px "Open Sans", sans-serif;
  color: #7a7a7a;
  margin-bottom: 15px;
}

.cart-item__descr {
  font: 600 16px/24px "Open Sans", sans-serif;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.cart-item__vol {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
}

.cart-item__price {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.item-price {
  font: 400 20px "Open Sans", sans-serif;
  color: #cd274b;
}

.item-price.item-price--old {
  color: #6c6c6c;
  text-decoration: line-through;
  margin-right: 30px;
}

.cart__footer {
  padding: 45px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__bonus {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.bonus-radio {
  border: 1px solid #dcdcdc;
  max-width: 440px;
}

.bonus-radio+.bonus-radio {
  margin-top: 50px;
}

.bonus-radio__legend {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 400 16px/20px "Open Sans", sans-serif;
  color: #000;
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 30px;
}

.bonus-radio__legend:before {
  content: '';
  width: 3px;
  height: 12px;
  background: #fed354;
  position: absolute;
  left: 15px;
  top: 14px;
}

.radio-legend__toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
}

.radio-legend__toggle:after,
.radio-legend__toggle:before {
  background-color: #5a5a5a;
  width: 7px;
  height: 1px;
  top: 7px;
  content: '';
  opacity: 1;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radio-legend__toggle:after {
  right: 5px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.radio-legend__toggle:before {
  right: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.bonus-radio__legend.active .radio-legend__toggle:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.bonus-radio__legend.active .radio-legend__toggle:before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.bonus-radio__list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  max-height: 200px;
  overflow-y: auto;
}

.bonus-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 25px 10px 45px;
}

.bonus-radio__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.bonus-radio__label input:checked~.radio__checkbox:before {
  border-color: #b01a2e;
}

.radio-label__text {
  font: 300 14px "Open Sans", sans-serif;
  color: #000;
}

.radio__checkbox {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
}

.radio__checkbox:before {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cart-total__text {
  font: 400 18px "Open Sans", sans-serif;
  color: #cd274b;
  text-transform: uppercase;
}

.cart-total__num {
  font: 600 20px "Open Sans", sans-serif;
  color: #cd274b;
}

.cart-buy__holder {
  max-width: 350px;
  width: 100%;
  margin-top: 80px;
}

.cart__block {
  border: 1px solid #b5b5b5;
  padding: 55px 60px;
  margin-bottom: 100px;
}

.cart-block__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-block__info {
  -ms-flex-preferred-size: calc(65% - 110px);
  flex-basis: calc(65% - 110px);
  margin-right: 110px;
}

.cart-block__delivery {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.cart-block__title {
  position: relative;
  font: 600 18px "Open Sans", sans-serif;
  letter-spacing: 1.8px;
  color: #000;
  text-transform: uppercase;
  padding-left: 18px;
  margin-bottom: 30px;
}

.cart-block__title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: 14px;
}

.cart-block__info .cart-block__title:before {
  background: #f16b90;
}

.cart-block__delivery .cart-block__title:before {
  background: #fed354;
}

.cart-block__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
}

.cart-block__group .bx-sls .dropdown-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 6px 22px 7px 30px;
}

.cart-block__group .bx-sls .dropdown-icon {
  top: 13px;
}

.cart-block__group .bx-sls .bx-ui-sls-clear {
  top: 3px;
}

.cart-block__group .bx-sls .bx-ui-sls-fake,
.cart-block__group .bx-sls .bx-ui-sls-route {
  font: 400 14px "Open Sans", sans-serif;
  top: -4px;
}

.cart-block__label {
  -ms-flex-preferred-size: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #000;
  margin-top: 6px;
  margin-right: 15px;
}

.cart-block__input {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  border: 1px solid #ddd;
  padding: 9px 10px 10px;
  resize: none;
}

.cart-radio {
  border: 1px solid #dcdcdc;
  max-width: 440px;
}

.cart-radio+.cart-radio {
  margin-top: 50px;
}

.cart-radio .radio-label__text {
  font: 400 14px "Open Sans", sans-serif;
}

.cart-radio.cart-radio--payment {
  margin-top: 50px;
}

.cart-radio__legend {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 400 16px/20px "Open Sans", sans-serif;
  color: #000;
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 22px;
}

.radio-legend__toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
}

.radio-legend__toggle:after,
.radio-legend__toggle:before {
  background-color: #5a5a5a;
  width: 7px;
  height: 1px;
  top: 7px;
  content: '';
  opacity: 1;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radio-legend__toggle:after {
  right: 5px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.radio-legend__toggle:before {
  right: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.cart-radio__legend.active .radio-legend__toggle:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.cart-radio__legend.active .radio-legend__toggle:before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.cart-radio__list {
  float: left;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding: 14px 0;
}

.cart-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 22px;
}

.cart-radio__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cart-radio__label input:checked~.radio__checkbox:before {
  border-color: #b01a2e;
}

.delivery__block {
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-top: none;
}

.delivery__block .cart-block__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.delivery__block .cart-block__group:last-of-type {
  margin-top: 15px;
}

.delivery__block .cart-block__group .cart-block__label {
  margin-top: 0;
  margin-right: 0;
  width: 100%;
}

.delivery__block .cart-block__group .cart-block__input {
  width: 100%;
  margin-top: 5px;
}

.input__descr {
  font: 300 13px "Open Sans", sans-serif;
  color: #4a4a4a;
  margin: 10px 22px;
}

.input__descr+.input__descr {
  margin-top: 5px;
}

.cart-block__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}

.cart__buy {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 190px;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 14px "Open Sans", sans-serif;
  color: #fff;
  background: #e65281;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart__buy:hover,
.cart__buy:active {
  background: #eb759a;
}

.sale_order_full_table {
  font: 400 16px "Open Sans", sans-serif;
}

.basket__button {
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  background: #cd274b;
  border: 0;
  font: 300 14px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.basket__button:hover {
  background: #d93558;
}

@media (max-width: 900px) {
  .cart__item {
    margin-left: -20px;
    margin-right: -20px;
    padding: 55px 15px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-item__delete {
    top: 5px;
    right: 5px;
  }

  .cart-item__right,
  .cart-item__left {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .cart-item__left {
    margin-bottom: 25px;
  }

  .cart-item__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cart-item__image {
    width: auto;
    max-height: 150px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 0;
    padding-right: 20px;
  }

  .cart-item__info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: none;
  }

  .cart-item__name,
  .cart-item__descr {
    font-size: 15px;
  }

  .product-control__item {
    margin-bottom: 0;
  }

  .control-item__title {
    font-size: 15px;
  }

  .cart-item__price {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    margin-right: 25px;
  }

  .item-price {
    display: block;
  }

  .item-price.item-price--old {
    margin-right: 0;
  }

  .cart__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }

  .cart__result {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 25px;
  }

  .cart-buy__holder {
    margin-top: 25px;
  }

  .cart__bonus {
    margin: 30px -15px 40px;
  }

  .cart__block {
    padding: 25px;
  }

  .cart-block__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-block__info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0;
  }

  .cart-block__delivery {
    margin-top: 55px;
  }

  .cart-block__label {
    -ms-flex-preferred-size: calc(35% - 15px);
    flex-basis: calc(35% - 15px);
  }

  .cart-block__input {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
}

@media (max-width: 480px) {
  .cart-block__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-block__label {
    margin-right: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }

  .cart-block__input {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.personal__menu {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 70px;
}

.personal__menu .personal-menu__btn+.personal-menu__btn {
  margin-top: 30px;
}

.personal-menu__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font: 300 14px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #010101;
  background: #fff;
  border: 2px solid #b5b5b5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.personal-menu__btn:hover,
.personal-menu__btn.active {
  -o-border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image-slice: 1;
  font-weight: 400;
}

.personal__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 55px;
  padding-right: 55px;
  border-right: 1px solid #b5b5b5;
}

.personal__data .personal__title:before {
  background: #f16b90;
}

.personal__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.personal__delivery .personal__title:before {
  background: #fed354;
}

.personal__title {
  position: relative;
  font: 400 18px/18px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 40px;
}

.personal__title:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -15px;
  width: 3px;
  height: 13px;
}

.personal__group+.personal__group {
  margin-top: 5px;
}

.personal-group__name {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  margin-right: 5px;
}

.personal-group__data {
  font: 400 14px "Open Sans", sans-serif;
  color: #5b5b5b;
}

.personal__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.control__link {
  font: 300 14px "Open Sans", sans-serif;
  color: #cd274b;
}

.control__link.control__link--bold {
  font-weight: 600;
}

.personal__doubled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.personal__doubled .personal__group {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-top: 0;
}

.profile {
  margin-bottom: 100px;
}

.profile>p {
  max-width: 500px;
  margin: 0 auto 10px;
}

.errortext {
  font: 400 14px "Open Sans", sans-serif;
}

.profile__form {
  border: 1px solid #b5b5b5;
  padding: 55px;
  max-width: 500px;
  margin: auto;
}

.profile-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile-form__group+.profile-form__group {
  margin-top: 15px;
}

.profile-form__group.profile-form__group--info+.profile-form__group {
  margin-top: 5px;
}

.profile-form__label {
  width: 100%;
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #000;
}

.profile-input__block {
  width: 100%;
}

.profile-form__input {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  border: 1px solid #ddd;
  padding: 9px 10px 10px;
  width: 100%;
  resize: none;
}

.profile-password__annotation {
  font: 400 12px "Open Sans", sans-serif;
  color: #000;
}

.profile-form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.profile-btn__submit {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 12px "Open Sans", sans-serif;
  color: #fff;
  background: #e65281;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profile-btn__submit:hover,
.profile-btn__submit:active {
  background: #eb759a;
}

.profile-btn__cancel {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  font: 400 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #464646;
  border: 1px solid #bfbfbf;
  background: #eee;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profile-btn__cancel:hover,
.profile-btn__cancel.active {
  background: #e1e1e1;
  border-color: #b2b2b2;
}

.orders {
  margin-bottom: 100px;
}

.orders__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.orders__item+.orders__item {
  border-top: none;
}

.order__num,
.order__date,
.order__sum,
.order__status,
.order__details {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  margin: 0 10px;
}

.order__num,
.order__details {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.order-date__title,
.order-sum__title,
.order-status__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.order-details__link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 12px "Open Sans", sans-serif;
  color: #fff;
  background: #e65281;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.order-details__link:hover,
.order-details__link:active {
  background: #eb759a;
}

.bx-auth,
form[name="bform"] {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.bx-auth b,
form[name="bform"] b {
  font-weight: normal;
}

.bx-auth a,
form[name="bform"] a {
  display: block;
  font: 400 14px "Open Sans", sans-serif;
  color: #181818;
  text-decoration: none;
  margin-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  margin-bottom: 5px;
}

.bx-auth a:last-of-type,
form[name="bform"] a:last-of-type {
  padding-right: 0;
}

.bx-auth a:hover,
form[name="bform"] a:hover {
  text-decoration: none;
  text-transform: none;
  color: #cd274b;
}

.bx-auth-table td.bx-auth-label {
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #000;
}

table.bx-auth-table tr td,
table.bx-forgotpass-table tr td,
table.bx-registration-table tr td {
  padding: 9px;
}

table.bx-auth-table tr td label,
table.bx-forgotpass-table tr td label,
table.bx-registration-table tr td label {
  font-size: 14px;
}

table.bx-auth-table tr td [type="checkbox"],
table.bx-forgotpass-table tr td [type="checkbox"],
table.bx-registration-table tr td [type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #bfbfbf;
  margin-right: 10px;
  background: #fff;
  outline: none;
}

table.bx-auth-table tr td [type="checkbox"]:after,
table.bx-forgotpass-table tr td [type="checkbox"]:after,
table.bx-registration-table tr td [type="checkbox"]:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

table.bx-auth-table tr td [type="checkbox"]:checked:after,
table.bx-forgotpass-table tr td [type="checkbox"]:checked:after,
table.bx-registration-table tr td [type="checkbox"]:checked:after {
  background: #cd274b;
}

div.bx-auth input.bx-auth-input,
.bx-forgotpass-table input[type="text"] {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  border: 1px solid #ddd;
  padding: 9px 10px 10px;
  width: 100%;
  resize: none;
}

.btn.btn-primary,
.bx-registration-table input[type="submit"],
.bx-forgotpass-table input[type="submit"],
form.restore-password input[type="submit"]{
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 12px "Open Sans", sans-serif;
  color: #fff;
  background: #e65281;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.bx-registration-table input[type="submit"]:hover,
.bx-registration-table input[type="submit"]:active,
.bx-forgotpass-table input[type="submit"]:hover,
.bx-forgotpass-table input[type="submit"]:active {
  background: #eb759a;
}

.bx-auth div.bx-auth-note {
  margin: 20px 0;
}

table.bx-auth-table {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .personal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
  }

  .personal__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #ccc;
  }

  .personal__menu .personal-menu__btn+.personal-menu__btn {
    margin-top: 0;
  }

  .personal__menu .personal-menu__btn {
    height: 22px;
    width: auto;
    border: 0;
    padding: 0 20px 0 10px;
    border-left: 1px solid #cccccc;
    font: 400 14px "Open Sans", sans-serif;
    color: #6f6f6f;
    text-transform: none;
  }

  .personal__menu .personal-menu__btn.active,
  .personal__menu .personal-menu__btn:hover {
    -o-border-image: linear-gradient(to bottom, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
    border-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
    border-image: linear-gradient(to bottom, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
    border-image-slice: 1;
    color: #171717;
  }

  .personal__title {
    text-align: center;
    margin-bottom: 25px;
  }

  .personal__title:before {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    margin-right: 10px;
  }

  .personal__control {
    margin-top: 25px;
  }

  .personal__data {
    margin: 0 -20px 30px;
    padding: 0 20px 30px;
    border-bottom: 1px solid #b5b5b5;
    border-right: none;
  }

  .orders__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }

  .order__num,
  .order__date,
  .order__sum,
  .order__status,
  .order__details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    font: 400 14px "Open Sans", sans-serif;
    margin: 10px 0;
  }

  .order__num {
    text-align: center;
  }

  .order-date__title,
  .order-sum__title,
  .order-status__title {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .profile__form {
    padding: 25px;
  }
}

.faq .qa-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.faq .qa-holder .nav-holder {
  width: 300px;
  padding: 30px 25px 20px 25px;
  background-color: #f4f4f4;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq .qa-holder .nav-holder p {
  font: 400 20px/30px "Open Sans", sans-serif;
  color: #010101;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  padding-bottom: 25px;
}

.faq .qa-holder .nav-holder ul {
  list-style: none;
  padding-bottom: 10px;
  display: none;
}

.faq .qa-holder .nav-holder li {
  margin: 0 0 20px 10px;
  font: 400 16px/20px "Open Sans", sans-serif;
  color: #767575;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq .qa-holder .nav-holder li:hover,
.faq .qa-holder .nav-holder li.active {
  font-weight: 700;
}

.faq .qa-holder .nav-holder #articles {
  padding-top: 20px;
  border-top: 1px solid #b5b5b5;
  margin-top: 10px;
}

.faq .qa-holder .qa-area {
  width: calc(100% - 370px);
}

.faq .qa-holder .qa-area .item {
  margin-bottom: 24px;
}

.faq .qa-holder .qa-area .item .qaclicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq .qa-holder .qa-area .item .qaclicker .title {
  font: 400 18px/31px "Open Sans", sans-serif;
  color: #000;
  padding: 3px 0 7px;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq .qa-holder .qa-area .item .num {
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #bfbfbf;
  border-radius: 50%;
  margin-right: 25px;
  cursor: pointer;
}

.faq .qa-holder .qa-area .item .num p {
  width: 35px;
  height: 35px;
  margin: 1px;
  display: block;
  border-radius: 50%;
  font: 400 16px/35px "Open Sans", sans-serif;
  text-align: center;
  background-color: #fff;
}

.faq .qa-holder .qa-area .item.visible .qaclicker .num,
.faq .qa-holder .qa-area .item:not(.visible) .qaclicker:hover .num {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd65a), color-stop(48%, #f34675), color-stop(91%, #00a6fc));
  background-image: linear-gradient(left, #ffd65a 0, #f34675 48%, #00a6fc 91%);
}

.faq .qa-holder .qa-area .item .txt {
  display: none;
  margin-left: 62px;
}

.faq .qa-holder .qa-area .item .txt p {
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #5b5b5b;
}

.faq .qa-holder .qa-area .q-answers,
.faq .qa-holder .qa-area .a-answers {
  display: none;
}

.faq .qa-holder .qa-area .q-answers .cat,
.faq .qa-holder .qa-area .a-answers .cat {
  display: none;
}

@media (max-width: 900px) {
  .faq .qa-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .faq .qa-holder .nav-holder {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px;
  }

  .faq .qa-holder .nav-holder p {
    text-align: center;
    font: 400 18px/24px "Open Sans", sans-serif;
    padding-bottom: 20px;
  }

  .faq .qa-holder .nav-holder li {
    text-align: center;
    font: 400 14px/20px "Open Sans", sans-serif;
    margin: 0 0 5px;
  }

  .faq .qa-holder .qa-area {
    width: 100%;
  }

  .faq .qa-holder .qa-area .item .num {
    margin: 0 auto 10px;
  }

  .faq .qa-holder .qa-area .item .qaclicker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px;
  }

  .faq .qa-holder .qa-area .item .qaclicker .title {
    font: 400 15px/20px "Open Sans", sans-serif;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .faq .qa-holder .qa-area .item .txt {
    margin: 0;
  }

  .faq .qa-holder .qa-area .item .txt p {
    font: 400 12px/18px "Open Sans", sans-serif;
  }
}

.delivery__item {
  margin-bottom: 80px;
}

.delivery__item+.delivery__item {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

.delivery__item:nth-child(3) .delivery__title:before {
  background: #f16b90;
}

.delivery__item:nth-child(4) .delivery__title:before {
  background: #fed354;
}

.delivery__item:nth-child(5) .delivery__title:before {
  background: #00a6fc;
}

.delivery__title {
  font: 400 20px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-left: 37px;
  margin-bottom: 40px;
}

.delivery__title:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 3px;
  height: 16px;
}

.delivery__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f4f4;
  padding: 18px 18px 18px 55px;
}

.delivery__shop:nth-child(2) .shop__name {
  color: #fed354;
}

.delivery__shop:nth-child(3) .shop__name {
  color: #00a5fb;
}

.delivery__shop+.delivery__shop {
  margin-top: 40px;
}

.address__info {
  -ms-flex-preferred-size: calc(35% - 75px);
  flex-basis: calc(35% - 75px);
  margin-right: 75px;
}

.shop__name {
  font: 400 18px "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.shop__address,
.shop__time,
.shop__tel {
  position: relative;
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
}

.shop__address .shop__icon,
.shop__time .shop__icon,
.shop__tel .shop__icon {
  position: absolute;
  left: -25px;
  top: 2px;
}

.shop__address {
  margin-bottom: 15px;
}

.shop__time {
  margin-bottom: 5px;
}

.shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.shop__info p {
  font: 400 12px "Open Sans", sans-serif;
  color: #000;
}

.address__map {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  height: 260px;
  border: 2px solid #fff;
}

.delivery__info {
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #000;
  margin: 50px 30px 20px 55px;
}

.delivery__box {
  padding: 35px 55px 60px;
  background: #f4f4f4;
}

.delivery-box__top {
  font: 400 18px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 30px;
}

.delivery-box__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-box__prices {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.delivery-price__pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.delivery-price__range {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  width: 100px;
}

.delivery-price__num {
  font: 600 14px "Open Sans", sans-serif;
  color: #000;
}

.red {
  color: #d22835;
}

.delivery-box__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.time__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  background: #f4f4f4;
  padding: 35px 30px;
  text-align: center;
}

.time-box__title {
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.time-box__days {
  font: 400 18px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.time-box__time {
  font: 400 24px "Open Sans", sans-serif;
  color: #000;
}

.delivery-box__bottom {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  margin-top: 15px;
}

.delivery-box__p {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
}

.delivery-box__p+.delivery-box__p {
  margin-top: 15px;
}

.delivery-box__p .big {
  font-size: 16px;
}

.delivery__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  background: #f4f4f4;
  margin: 40px 40px 0;
  padding: 40px 30px;
  text-align: center;
}

.price__box .price-box__top {
  font: 400 16px "Open Sans", sans-serif;
}

.price__box .price-box__bottom {
  font: 600 24px "Open Sans", sans-serif;
  margin-top: 25px;
}

.price__box:first-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  padding: 20px 30px;
}

.price__box:first-of-type .price-box__left {
  text-align: left;
}

.price__box:first-of-type .price-box__left p {
  font: 400 16px "Open Sans", sans-serif;
  color: #000;
  white-space: nowrap;
}

.price__box:first-of-type .price-box__left p+p {
  margin-top: 10px;
}

.price__box:first-of-type .price-box__right {
  text-align: right;
  font: 600 24px "Open Sans", sans-serif;
}

.price__box:last-of-type {
  margin-right: 0;
}

.price__box:last-of-type .price-box__top b {
  font-size: 18px;
}

.price__box:last-of-type .price-box__bottom {
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .delivery__item {
    margin-bottom: 40px;
  }

  .delivery__title {
    font-size: 16px;
    text-transform: none;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .delivery__title:before {
    height: 12px;
  }

  .delivery__shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }

  .address__info {
    margin-right: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .shop__name {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .shop__time .shop__icon,
  .shop__tel .shop__icon {
    left: -20px;
  }

  .shop__address .shop__icon {
    left: -18px;
  }

  .address__map {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    margin-top: 20px;
  }

  .delivery__info {
    margin: 20px 10px;
  }

  .delivery__box {
    padding: 25px;
  }

  .delivery-box__top {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .delivery-box__double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price__box {
    margin: 15px 0;
  }

  .price__box:last-of-type {
    margin-bottom: 0;
  }
}

.jquery-modal.blocker {
  z-index: 999;
}

.auth__modal.modal {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  max-width: 812px;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__tab {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #000;
  margin: 1px;
  margin-bottom: 0;
}

.modal__tab:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.modal__tab.active:after {
  content: none;
}

.modal__tab.modal__tab--login .modal-tab__line {
  background: #fed354;
}

.modal__tab.modal__tab--reg .modal-tab__line {
  background: #f16b90;
}

.modal-tab__name {
  position: relative;
  font: 400 16px/16px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.modal-tab__line {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 3px;
  height: 16px;
}

.modal__body {
  margin: 1px;
  background: #fff;
  max-width: 812px;
}

.modal__content {
  display: none;
  max-width: 350px;
  height: 570px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__content .modal__enter {
  margin-top: 50px;
}

.modal__content.modal__register {
  max-width: 100%;
  margin: 0 70px 0 120px;
}

.modal__input {
  width: 100%;
  padding: 9px 20px;
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  border: 1px solid #aaa;
}

.modal__input::-webkit-input-placeholder {
  font: 300 14px "Open Sans", sans-serif;
  color: #686868;
}

.modal__input:-ms-input-placeholder {
  font: 300 14px "Open Sans", sans-serif;
  color: #686868;
}

.modal__input::-ms-input-placeholder {
  font: 300 14px "Open Sans", sans-serif;
  color: #686868;
}

.modal__input::placeholder {
  font: 300 14px "Open Sans", sans-serif;
  color: #686868;
}

.modal__input+.modal__input {
  margin-top: 30px;
}

.modal__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}

.modal__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.modal__checkbox input:checked~.modal__checkmark:after {
  background: #cd274b;
}

.modal-checkbox__text {
  font: 400 12px/12px "Open Sans", sans-serif;
  color: #686868;
}

.modal__checkmark {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #bfbfbf;
  margin-right: 10px;
  background: #fff;
}

.modal__checkmark:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal__forgot {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  height: 40px;
  font: 400 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #464646;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image-slice: 1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal__forgot:hover,
.modal__forgot.active {
  border-color: #bfbfbf;
  -o-border-image: none;
  border-image: none;
  background: #eee;
}

.modal__enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font: 400 12px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #e65281;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal__enter:hover {
  opacity: 0.8;
}

.modal__social {
  margin-top: 55px;
}

.modal__social--mob {
  display: none;
}

.modal-social__text {
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  margin-right: 5px;
}

.modal-social__link {
  display: inline-block;
  margin: 0 5px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-social__link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.modal-social__link.modal-social__link--gm {
  background: url("/img/ico/gm.svg");
  width: 21px;
  height: 17px;
  background-size: 21px 17px;
}

.modal-social__link.modal-social__link--ok {
  background: url("/img/ico/ok.svg");
  width: 13px;
  height: 22px;
  background-size: 13px 22px;
}

.modal-social__link.modal-social__link--fb {
  background: url("/img/ico/fb.svg");
  width: 9px;
  height: 20px;
  background-size: 9px 20px;
}

.modal-social__link.modal-social__link--vk {
  background: url("/img/ico/vk.svg");
  width: 21px;
  height: 12px;
  background-size: 21px 12px;
}

.modal-reg__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-reg__top .modal__input+.modal__input {
  margin-top: 15px;
}

.modal-reg__top .modal__reg {
  margin-top: 45px;
}

.modal-reg__left {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  margin-right: 30px;
}

.modal-reg__right {
  -ms-flex-preferred-size: 170px;
  flex-basis: 170px;
  text-align: center;
  margin-top: 40px;
}

.modal-reg__right p {
  font: 300 18px "Open Sans", sans-serif;
  color: #000;
}

.modal__reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 50px;
  outline: none;
  background: #fff;
  -o-border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffd65a), color-stop(48%, #f34675), color-stop(76%, #7a76b9), to(#00a6fc));
  border-image: linear-gradient(to right, #ffd65a 0%, #f34675 48%, #7a76b9 76%, #00a6fc 100%);
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  font: 300 14px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0 20px;
}

.modal__reg:hover {
  background: #cd274b;
  color: #fff;
  -o-border-image: linear-gradient(to right, #cd274b 0%, #cd274b 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#cd274b), to(#cd274b));
  border-image: linear-gradient(to right, #cd274b 0%, #cd274b 100%);
}

.modal-reg__soc {
  margin-top: 20px;
}

.modal-reg__bottom {
  margin-top: 65px;
}

.modal-reg__conditions {
  font: 300 12px/18px "Open Sans", sans-serif;
  color: #838383;
}

.reg-conditions__link {
  color: #e32f4e;
}

.reg-conditions__link:hover {
  text-decoration: underline;
}

.modal.auth__modal a.close-modal {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 80px;
  cursor: pointer;
  background: none;
}

.modal.auth__modal a.close-modal:after,
.modal.auth__modal a.close-modal:before {
  content: '';
  height: 16px;
  border-left: 1px solid #7d7d7d;
  position: absolute;
  left: 12px;
  top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal.auth__modal a.close-modal:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal.auth__modal a.close-modal:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal.auth__modal a.close-modal:hover:before,
.modal.auth__modal a.close-modal:hover:after {
  border-color: #000;
}

.modal-title__mob {
  display: none;
}

.modal-reg__text {
  display: none;
}

.loader {
  display: none;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.loader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinner {
  content: '';
  background: url("/img/logosmall.svg");
  width: 60px;
  height: 60px;
  -webkit-animation: rotate 1.7s linear infinite;
  animation: rotate 1.7s linear infinite;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .modal__header {
    display: none;
  }

  .modal__content {
    height: auto;
    padding: 35px 10px 25px;
  }

  .modal__login .modal-title__mob span:before {
    background: #fed354;
  }

  .modal__login .modal__enter {
    margin-top: 35px;
  }

  .modal__register .modal-title__mob span:before {
    background: #f16b90;
  }

  .modal-title__mob {
    display: block;
    position: relative;
    font: 400 16px/16px "Open Sans", sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
  }

  .modal-title__mob span:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    left: -10px;
    top: 1px;
  }

  .modal__control {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal__control .modal__forgot {
    margin-top: 30px;
  }

  .modal-reg__text {
    display: inline-block;
    text-align: center;
    font: 400 13px "Open Sans", sans-serif;
    color: #666;
    margin-top: 25px;
  }

  .modal-reg__text a {
    color: #b01a2e;
  }

  .modal__social {
    margin-top: 25px;
  }

  .modal__social--mob {
    display: block;
  }

  .modal-social__text {
    display: block;
    margin-bottom: 5px;
  }

  .modal__content.modal__register {
    max-width: 350px;
    margin: auto;
  }

  .modal-reg__left {
    margin-right: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .modal-reg__left .modal__input+.modal__input {
    margin-top: 30px;
  }

  .modal-reg__left .modal__reg {
    margin-top: 35px;
  }

  .modal-reg__right {
    display: none;
  }

  .modal-reg__bottom {
    margin-top: 20px;
  }

  .modal.auth__modal a.close-modal {
    top: 15px;
  }
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  font: 400 14px "Open Sans", sans-serif;
  color: #000;
  border: 1px solid #ddd;
  padding: 9px 10px 10px;
  width: 350px;
  resize: none;
  margin-right: 15px;
}

.search__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 12px "Open Sans", sans-serif;
  color: #fff;
  background: #e65281;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search__btn:hover,
.search__btn:active {
  background: #eb759a;
}

.search-page__settings {
  max-width: 500px;
  text-align: left;
  font: 400 14px "Open Sans", sans-serif;
  margin: 20px auto;
}

@media (max-width: 900px) {
  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search__input {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .search__btn {
    width: 100%;
  }
}

#forgotpass .info {
  margin: 20px 0px;
}

#forgotpass input[type="text"] {
  width: 400px;
}

@media (max-width: 900px){
  #forgotpass input[type="text"] {
    width: 100%;
  }
}

#forgotpass input[type="submit"] {
  margin-bottom: 20px;
}

#forgotpass .msg {
  margin: 20px 0px;
}

form.restore-password input[type="submit"] {
  max-width: 150px;
  margin: 20px 0px;
}

form.restore-password input[type="text"], form.restore-password input[type="password"] {
  width: 400px;
}

form.restore-password table {
  margin-top: 20px;
}

.cart-block__main .msg {
  margin: 10px 0px;
  font: 14px "Open Sans", sans-serif;
}

.cart-block__main .msg h3 {
  margin-bottom: 5px;
}

.pwd-msg {
  font-size: 14px;
}

.bx-auth {
  max-width: 1000px !important;
}

.data-table.bx-changepass-table {
  margin-left: 10px;
}

.data-table.bx-changepass-table td p.mobil {
  display: none;
}

@media (max-width: 900px){
  .data-table.bx-changepass-table td p.mobil {
    display: block;
  }

  .data-table.bx-changepass-table td.full {
    display: none;
  }

  .data-table.bx-changepass-table td input {
    width: 100%;
    margin-bottom: 10px;
  }

  .data-table.bx-changepass-table td.pwd-msg {
    display: none;
  }

}

.bx-forgotpass-table td p.mobile {
  display: none;
}
.sort-price{
    border: none;
}
@media (max-width: 900px){
  .bx-forgotpass-table td p.mobile {
    display: block;
  }
  .bx-forgotpass-table td.full {
    display: none;
  }
    /*.prod_property {*/
    /*    display: none;*/
    /*}*/
    .new-smart-filter-wrap.active{
        overflow-x: hidden;
    }

}

@media (max-width: 480px) {
    .main{
        height: 180vh;
        overflow: auto;
        overflow-x: hidden;
    }
}

.prod_property {
  display: none;
}

.prod_property.active {
  display: block;
}
@media (min-width: 930px) {
  .smart-filter-title{
    display: none;
  }
}
.smart-filter-title{
  font-size: 18px;
  color: #2a2a2a;
  padding-top: 10px;
  text-transform: unset;
}
i.fa.fa-close.filter-close{
  right: 12px;
  top: 18px;
}
.fa{
  color: #2a2a2a;
}
.filter-item{
  border-color: #7a7a7a;
  border-left: none;
  border-right: none;
}
.filter-item:first-of-type{
  border-top: none;
}
.filter-item:last-of-type{
  border-bottom: none;
}
.filter-item-name{
  font: 600 16px "Open Sans", sans-serif;
  color: #2a2a2a;
}
.filter-item-name::after{
  border-bottom: 5px solid #2a2a2a;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  width: 5px;
  height: 5px;
}
.mobile-filter-buttons .smart-filter-show{
  font-size: 18px;
}
.filters_item_label.bx-filter-param-label.label-ckecked * {
  color: #2a2a2a!important;
}

.filters_item_label .input-checkbox::before {
  border: solid 1px;
  width: 21px;
  height: 21px;
  padding-left: 2px;
  line-height: 18px;
  content: "" !important;
}

.filters_item_label.label-ckecked .input-checkbox::before {
  line-height: 20px;
}

.label-ckecked .input-checkbox::before {
  content: "\f00c" !important;
}

@media (max-width: 930px) {
  .new-smart-filter-wrap{
    display: unset;
  }
  .new-smart-filter-wrap{
    position: absolute;
    left: -300%!important;
    top:  0!important;
    transition: 1s;
  }
  .new-smart-filter-wrap.active{
    left: 0!important;
    top:  0!important;
  }

}



/*# sourceMappingURL=main.css.map */