@charset "UTF-8";
/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
:root {
  --gray: #c6c6c6;
  --soft-gray: #EBEBEB;
  --dark-gray: #616161;
  --black: #191919;
  --soft-blue: #E2D8FF;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }
sup.snoska {
  vertical-align: super;
  font-size: smaller; }


sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
.break {
  flex-basis: 100%;
  height: 0;
}
.header {
  color: #3a3e43;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10; }
header.header-main {
  /*border-bottom: 1px solid #e3e3e3bf;*/
  box-shadow: 0 1rem 2rem rgb(0 0 0 /6%);
}
.container__wrapper{
  background: #F7F7F7;
}
.header-delimetr{
  width: 100%;
  background: #fff;
  height: 5px;}
.header-top__row{
  font-size: 16px;
  font-weight: 500;
}
.header__wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
.header__box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  /*display: table;*/
  /*table-layout: fixed;*/
  width: 100%;
  height: 70px; }
/*.header__left, .header__center, .header__right {*/
/*  display: table-cell;*/
/*  vertical-align: middle; }*/
.header__left {
  width: 180px; }
.header__center {
  position: relative;
  padding: 0 315px 0 75px; }
.header__right {
  width: 270px; }
.header__phone a {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none; }
.header__phone div {
  display: none; }
.inner-header {
  background-image: url(/local/templates/peptid/img/background.png);
}
.header__cart {
  position: relative; }
.header__cart-count {
  position: absolute;
  top: -4px;
  right: -13px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #8258FC;
  font-size: 13px;
  color: white;}
.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.header__buttons_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.header__button {
  position: relative; }
.header a.header__btn, .header__btn {
  display: block;
  text-decoration: none;
  color: inherit; }
.header a.header__btn svg, .header__btn svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }
.header a.header__btn:hover, .header__btn:hover {
  text-decoration: underline; }
.header__icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;}
.header__caption {
  font-size: 14px;
  text-align: center; }
.header__search {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 50px;
  top: 0;
  bottom: 0;
  width: 170px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
.header__search.active {
  width: auto;
  left: 0; }
.header__logo {
  display: block; }
.header__go-main {
  color: inherit; }
.header__go-main:before {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  width: 1px;
  background: #E8F2E8;
  content: ''; }
.header-top {
  background: #E2D8FF;
  font-size: 14px;
  color: white;
  /*letter-spacing: 0.5px;*/}
.header__search_new {
  display: none;
  margin-top: 3px;
  margin-right: 20px;
}
.header__search_new div {
  display: none;
}
.logo-mobile{display: none;}
.header-top__wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
.header-top__box {
  display: table;
  width: 100%;
  height: 40px; }
.header-top__left, .header-top__right {
  display: table-cell;
  vertical-align: middle; }
.header-top__left {
  width: 40%; }
.header-top__right {
  width: 60%; }
@media all and (max-width: 1400px) {
  .header__center {
    padding: 0 75px 0 30px; }
  .header__search {
    width: 0;
    right: 10px; } }
@media all and (max-width: 1250px) {
  .header__left {
    width: 160px; }
  .header__right {
    width: 170px;
    padding: 34px 0 0; }
  .header__phone {
    position: absolute;
    top: 7px;
    right: 0; }
  .header__phone a {
    font-size: 18px; }
  .header__buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header__button {
    margin-left: 20px; }
  .header__button:first-child {
    margin-left: 0; }
  .header a.header__btn:hover, .header__btn:hover {
    text-decoration: none; }
  .header__caption, .header__icon {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }
  .header__box {
    height: 64px; }
  .header-top {
    font-size: 12px; }
  .header-top__box {
    height: 30px; } }
@media all and (max-width: 1024px) {
  .header__search_new{
    display: block;
    margin-right: 0;
  }
  .main-banner {
    display: none;}
  .header-top {
    display: none; }
  .header__center {
    display: none; }
  .header__box {
    display: block;
    height: 50px; }
  .header__phone {
    position: static;
    display: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .header__phone span {
    display: none; }
  .header__phone div {
    display: block; }
  .header__search_new div {
    display: block; }
  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100%;
    margin: 0 15%; }
  .header__wrap {
    padding: 0 15px;}
  .header__left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 1; }
  .header__right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    padding: 0 5px 0 0;
    width: 100px; }
  .header__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .header__button {
    margin: 0 0 0 20px; }
  .header__button:first-child {
    margin: 0 0 0 20px; }
  .header__button_cart {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .header__button_lk {
    display: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .header__caption {
    display: none; }
  .header-main{
    background:#fff;}
}

.top-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.top-menu li {
  margin: 0 0 0 30px; }

.top-menu a {
  color: #3a3e43 !important;
  text-decoration: none;
  color: inherit;
  font-size: inherit; }
.top-menu a:hover {
  text-decoration: underline; }

.main-menu {
  font-size: 14px; }
.main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  gap: 3rem;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.main-menu a {
  position: relative;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  color: #3a3e43; }
.main-menu a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2B2B2B;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  content: ''; }
.main-menu a:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.search {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
.search input.search__input, .search__input {
  display: block;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--soft-gray);
  line-height: 32px;
  padding: 0 50px 0 25px;
  font-size: 14px; }
input[type=text]:focus {
  background-color: #fff;}
.search button.search__button, .search__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px; }
.search button.search__button svg, .search__button svg {
  display: block;
  width: 100%;
  height: auto; }
.search__icon {
  position: absolute;
  top: 48%;
  right: 50%;
  width: 19px;
  height: 19px;
  margin: -8px -8px 0 0; }
.search__toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11; }
.search.active .search__row {
  opacity: 1;
  width: 100%; }
.search.active .search input.search.active .search__input, .search.active .search__input {
  background: #fff;
  padding: 0 50px 0 25px; }
.search.active .search button.search.active .search__button, .search.active .search__button {
  /*        width:24px;
        background-position:45px 0;

        span{
          opacity: 0;
        } */ }
@media all and (max-width: 1400px) {
  .search input.search__input, .search__input {
    padding: 0; }
  .search__row {
    width: 0;
    opacity: 0; } }

.header__button_cart.active .h-cart {
  display: block; }

.h-cart {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -205px;
  width: 410px;
  height: 370px;
  border: 1px solid #E3E3E3;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 11; }
.h-cart:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -12px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #f2f2f2;
  content: ''; }
.h-cart input::-webkit-outer-spin-button,
.h-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.h-cart input[type='number'] {
  -moz-appearance: textfield; }
.h-cart__items {
  height: 100%; }

.h-cart__items .mCSB_inside > .mCSB_container {
  margin-right: 15px; }
.h-cart__items .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #E3E3E3; }
.h-cart__items .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  display: none; }
.h-cart__item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #E3E3E3; }
.h-cart__item:last-child {
  border-bottom: 0; }
.h-cart__left, .h-cart__center, .h-cart__right {
  display: table-cell;
  vertical-align: top;
  position: relative; }
.h-cart__left {
  width: 90px;
  padding: 0 10px; }
.h-cart__center {
  padding: 0 10px 24px; }
.h-cart__right {
  width: 80px;
  text-align: right;
  padding: 0 0 24px; }
.h-cart__title {
  font-size: 14px; }
.h-cart__pack {
  font-size: 12px;
  color: #646464;
  padding: 4px 0 0; }
.h-cart__min, .h-cart__max {
  cursor: pointer; }
.h-cart__cost {
  white-space: nowrap;
  font-size: 16px; }
.h-cart__discount {
  text-decoration: line-through;
  color: #646464;
  font-size: 12px;
  font-weight: 400; }
.h-cart__count {
  position: absolute;
  bottom: 0;
  left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px; }
.h-cart input.h-cart__num,
.h-cart .h-cart__num {
  border: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 24px; }
.h-cart a.h-cart__delete, .h-cart__delete {
  position: absolute;
  bottom: 0;
  right: 5px;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  line-height: 18px;
  height: 18px; }
.h-cart a.h-cart__delete:hover, .h-cart__delete:hover {
  text-decoration: none; }
.h-cart__image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 70px;
  object-fit: contain;
  height: auto; }
.h-cart__box {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 80px; }
.h-cart__bot {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 15px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: #F7F7F7;
  border-top: 1px solid #E3E3E3; }
.h-cart__bot .btn {
  line-height: 50px;
  height: 50px;
  width: 100%; }
.h-cart__r {
  width: 220px; }
.h-cart__sum {
  font-size: 20px;
  font-weight: bold;
  padding: 2px 0; }
.h-cart__caption {
  font-size: 12px;
  padding: 2px 0; }
.h-cart-noitems {
  height: 55px; }
.basket-no-items{
  margin: 0 7px 16px;
  padding: 3px;
  border-radius: 3px;
  background: #ebebeb;
  text-align: center;
  white-space: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
@media all and (max-width: 1400px) {
  .h-cart {
    top: 5px;
    right: -90px;
    left: auto; }
  .h-cart:before {
    left: auto;
    right: 147px;
    margin: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #e3e3e3; } }

/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
.footer {
  margin-top: auto;
  border-radius: 2.5rem 2.5rem 0 0;
  padding: 2.5rem 4rem 1rem 4rem;
  background: var(--black); }
.footer a {
  color: inherit; }
.footer__logo {
  display: block;
  width: 190px; }
.footer__col svg {
  max-width: 100%;
  width: 250px;
}
.footer__col svg path{
  fill: white;
}
.footer__logo img {
  display: block;
  width: 100%; }
.footer__box {
  display: table;
  width: 100%;
  table-layout: fixed; }
.flex-grow-1{flex-grow: 1;}
.footer__left {
  width: 100%; }
.footer__center {
  width: 30%;
  padding: 0 30px; }
.footer__right {
  padding: 0 0 0 30px; }
.footer__title {
  color: var(--dark-gray);
  font-weight: 600;
  padding-bottom: 6px; }
.footer__title2 {
  padding: 0 0 5px;
  line-height: 22px; }
.footer__row {
  color: #7D7D7D;
  display: flex;
  flex-direction: column;}
.footer__row a {
  text-decoration: none;
}
.footer__row span {
  padding: 6px 0;
  color: var(--soft-gray);
}
.footer__social, .footer__email, .footer__phone {
  padding: 4px 0 0; }
.footer__social a, .footer__email a, .footer__phone a {
  font-size: 14px;
  color: inherit;
  text-decoration: none; }
.footer__col:first-child{
  flex-basis: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.footer__contacts li {
  padding: 0 0 20px;
  white-space: nowrap; }
.footer__contacts li:last-child {
  padding: 0; }
.footer__contacts li div {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }
.footer__contacts li span {
  vertical-align: middle; }
.footer__contacts li.phone a {
  display: inline-block;
  margin-left: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 24px;
  vertical-align: middle; }
.footer__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.footer__col img {
  max-width: 80%;
  max-width: 100%;
  width: 250px;}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.footer__menu li {
  padding: 6px 0;
  white-space: nowrap;
}

.footer__menu li div {
  display: inline-block;
  margin-left: 10px; }
.footer__menu li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  color: var(--soft-gray);}
.footer__menu li a:hover {
  text-decoration: underline; }
@media all and (max-width: 1250px) {
  .footer__cols {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .footer__center {
    width: 45%; }
  .footer__right {
    padding: 0 0 0 50px; }
  .footer__right .footer__cols {
    display: block; }
  .footer__contacts {
    padding: 0; } }
@media all and (max-width: 1024px) {

  .footer__logo {
    width: auto; }
  .footer__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__left {
    width: 100%; }
  .footer__center {
    width: 75%;
    padding: 0 0px 50px; }
  .footer__right {
    width: 100%;
    padding-left: 25%; }
  .footer__right .footer__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  .footer__title{text-transform: none;}
}
@media all and (max-width: 768px) {
  .footer{
    padding: 3rem 0;
    border-radius: 1rem 1rem 0 0;
  }
  .footer__menu li{
    padding: 0;
  }
  .footer__col svg{
    width: 200px;
    margin-bottom: 1.2rem;
  }
  .footer__cols{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2.2rem 2rem;
  }
  .footer__col:first-child, .footer__col:last-child {
    grid-column: span 2;
  }
  .footer__title{
    font-size: 16px;
    padding-bottom: 0.8rem;
  }
  .footer__menu ul{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .footer_accardion:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url('/local/templates/peptid/i/arrow-down.svg');}

  .order-4{order: 4; }
  .accardion{display: none;}
  .footer_accardion.active:after {
    transform: rotate(180deg);
  }
  .footer_subscribe .footer__title{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
  .footer_subscribe{
    border-top: 2px solid #e8e8e8;
    margin: 15px 0;
    border-bottom: 2px solid #e8e8e8;
    border-radius: 2px;
  }
}

@media all and (max-width: 480px) {
  .footer__right .footer__cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__right .footer__col {
    width: 100%; } }

:focus {
  outline: none; }

input {
  outline: none; }

a img {
  border: none; }

img {
  outline: none; }

strong {
  font-weight: bold; }

p {
  padding-bottom: 12px; }
p:empty {
  display: none; }

textarea,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none; }

html,
body {
  font-size: 16px;
  font-family: Manrope, sans-serif;
  color: #3a3e43;
  height: 100%;
  font-weight: 500; }

@media all and (max-width: 1400px) {
  p {
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;}
}

.wrapper {
  height: 100%;
  padding-top: 70px;}

.wrapper__box {
  overflow: hidden;
  padding: 0 0 0px;
  min-height: 100%;
  display: flex;
  flex-direction: column; }

.container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  overflow: hidden; }

.index-page .main-content {
  padding: 26px 0 16px 0;
}
.index-page .main-content h1 {
  text-align: left;
  font-size: 28px;
  padding: 0;
  color: #3a3e43;
  margin: 0;
  font-weight: 500;}
.index-page .main-content__header {
  padding: 0px 40% 30px 0;
}
.header-hp-main{
  background: #f0f0eea6;
}
.index-page .main-content__show {
  display: none;
  text-align: center;
  text-decoration: underline; }
.index-page .main-content__show:hover {
  text-decoration: none; }
.index-page .main-content .active .index-page .main-content__show {
  display: none; }
@media all and (max-width: 1400px) {
  .index-page .main-content {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-color: #F3F3F3; } }
@media all and (max-width: 1250px) {

  .index-page .main-content__show {
    display: block; } }
@media all and (max-width: 1024px) {
  .index-page .main-content h1 {
    font-size: 24px; }
  .wrapper {
    padding-top: 50px;}}
@media all and (max-width: 768px) {
  .index-page .main-content {
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto; }
  .index-page .main-content__header {
    padding: 0 0 16px 0; } }

.text-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap:2rem}
.text-cols__left {
  width: 97%; }
.text-cols__right {
  width: 45%; }
@media all and (max-width: 1250px) {
  .text-cols {
    padding: 0 0 30px; } }
@media all and (max-width: 1024px) {
  .text-cols {
    display: block;
    padding: 0;
    margin: 0 0 30px;
    height: 200px;
    overflow: hidden;
    position: relative; }
  .active .text-cols {
    height: auto; }
  .active .text-cols:after {
    display: none; }
  .text-cols:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    content: '';
    z-index: 5;
    background-image: -webkit-linear-gradient(top, rgba(243, 243, 243, 0), #f3f3f3);
    background-image: -o-linear-gradient(top, rgba(243, 243, 243, 0), #f3f3f3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 243, 0)), to(#f3f3f3));
    background-image: -moz-linear-gradient(top, rgba(243, 243, 243, 0), #f3f3f3);
    background-image: linear-gradient(top, rgba(243, 243, 243, 0), #f3f3f3); }
  .text-cols__right, .text-cols__left {
    width: 100%; } }

.social a {
  display: inline-block;
  margin: 0 6px 0 0; }

.main {
  padding: 20px 0 20px; }
@media all and (max-width: 1024px) {
  .main {
    padding: 0; } }

.sidebar {
  float: left;
  width: 200px;
  margin: 0 20px 0 0;

}
.sidebar__block {
  padding: 0 0 32px; }
@media all and (max-width: 1024px) {
  .sidebar {
    display: none; } }

.content {
  overflow: hidden; }
@media all and (max-width: 1024px) {
  .content {
    overflow: visible; } }

.inner-header {
  height: 200px;
  background-position: 50% 0;
  margin-bottom: 10px;
}
.inner-header .container {
  height: 100%; }
.inner-header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
/*  .inner-header__breadcrumbs, .inner-header__title {
    padding: 5px 0; }*/
.inner-header__title .h1, .inner-header__title h1 {
  padding: 0;
  font-size: 48px;
  padding: 0;
  font-size: 30px;
  color: #3a3e43;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .inner-header {
    height: auto;
    padding: 0 0 40px;
    background-position: 20% 0; }
  .inner-header__title .h1, .inner-header__title h1 {
    font-size: 26px; } }

.form-tabs {
  padding: 0 0 45px; }
.form-tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px; }
.form-tabs__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 70px;
  text-align: center;
  background: #F7F7F7;
  color: #646464;
  font-weight: bold;
  border-bottom: 2px solid transparent; }
.form-tabs__btn.active {
  color: #006D00;
  background: #fff; }
.form-tabs__btn.active span {
  display: inline-block;
  border-bottom: 2px solid #006D00; }
.form-tabs__tab {
  display: none; }
.form-tabs__tab.active {
  display: block; }

/*
a - Arial Regular
b - Arial Italic
c - Arial Bold
d - Arial Bold Italic
e - Georgia Regular
f - Georgia Italic
g - Georgia Bold
h - Georgia Bold Italic
i - Tahoma Regular
j - Tahoma Bold
k - Times Regular
l - Times Italic
m - Times Bold
n - Times Bold Italic
o - Lucida Regular
p - Verdana Regular
q - Verdana Italic
r - Verdana Bold
s - Verdana Bold Italic
*/



/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
button.btn,
a.btn,
.btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 20px;
  background: #8258FC;
  white-space: nowrap;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.1s background;
  -o-transition: 0.1s background;
  -moz-transition: 0.1s background;
  transition: 0.1s background;
  border: 0; }
button.btn:hover,
a.btn:hover,
.btn:hover {
  background: #8258FCc7; }
.btn-light{
  font-weight: 500;
  padding: 0px 10px;
}
button.btn_lime,
a.btn_lime,
.btn_lime {
  background: #E2D8FF; }
button.btn_lime:hover,
a.btn_lime:hover,
.btn_lime:hover {
  background: #9ac27a; }
.one-click{
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #8258FC;
  font-weight: 700;
}
button.btn-cart:disabled{
  background:#ccc;
}
button.btn-cart,
a.btn-cart,
.btn-cart {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border:0;
  color: #fff;
  background: #8258FC;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  text-decoration: none;
  padding: 0 35px;
  font-weight: 600;
  font-family: inherit;

  width: 100%; }
button.btn-cart i,
a.btn-cart i,
.btn-cart i {
  margin: 0 12px 0 0; }
.in-cart {
  background: linear-gradient(360deg, #8258FC, #6f5aaa);   }
button.loadmore,
a.loadmore,
.loadmore {
  display: block;
  cursor: pointer;
  position: relative;
  color: #2B2B2B;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0px 20px;
  background: #8258FC26;
  white-space: nowrap;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.1s background;
  -o-transition: 0.1s background;
  -moz-transition: 0.1s background;
  transition: 0.1s background; }
button.loadmore:hover,
a.loadmore:hover,
.loadmore:hover {
  background: #8258FC26; }

.nav-arrow-left, .nav-arrow-right {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  width: 44px;
  height: 26px; }
.nav-arrow-left:before, .nav-arrow-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px; }
.nav-arrow-left.slick-disabled, .nav-arrow-right.slick-disabled {
  cursor: default; }
.nav-arrow-left.slick-disabled:before, .nav-arrow-right.slick-disabled:before {
  opacity: 0.5; }
@media all and (max-width: 480px) {
  .btn-light{
    display: none !important;

  }}

/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */

.i-cat-1:before,
.i-cat-2:before,
.i-cat-3:before,
.i-cat-4:before,
.i-cat-5:before,
.i-cat-6:before,
.i-cat-7:before,
.i-cat-8:before,
.i-cat-9:before,
.i-cat-10:before,
.i-cat-11:before,
.i-cat-12:before,
.i-cat-13:before,
.i-cat-14:before,
.i-cat-15:before,
.i-cat-16:before,
.i-cat-17:before,
.i-cat-18:before,
.i-cat-19:before,
.i-arr-l:before,
.i-arr-r:before,
.i-cart:before,
.i-in-cart:before,
.i-discount:before,
.i-fb:before,
.i-ig:before,
.i-plus:before,
.i-minus:before,
.i-car:before,
.i-alarm:before,
.i-sertificate:before,
.i-gmp:before,
.i-exl:before,
.i-arr-up:before,
.i-arr-down:before,
.i-arr-left:before,
.i-arr-right:before,
.i-checked:before,
.i-filter:before,
.i-close:before,
.i-dropdown-toggle:before,
.i-crown:before,
.i-menu:before,
.i-ok:before,
.i-error:before,
.i-lk:before,
.i-search:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/sprite.svg") 0 0 no-repeat;
  content: ''; }

.i-cat-1:before {
  background-position: 0 0; }

.i-cat-2:before {
  background-position: -24px 0; }

.i-cat-3:before {
  background-position: -48px 0; }

.i-cat-4:before {
  background-position: -72px 0; }

.i-cat-5:before {
  background-position: -96px 0; }

.i-cat-6:before {
  background-position: -120px 0; }

.i-cat-7:before {
  background-position: -144px 0; }

.i-cat-8:before {
  background-position: -168px 0; }

.i-cat-9:before {
  background-position: -192px 0; }

.i-cat-10:before {
  background-position: -216px 0; }
.i-cat-11:before {
  background-position: -289px -47px; }
.i-cat-12:before {
  background-position: -239px -91px; }
.i-cat-13:before {
  background-position: -311px -91px; }
.i-cat-14:before {
  background-position: -240px -114px; }
.i-cat-15:before {
  background-position: -216px 0; }
.i-cat-16:before {
  background-position: -216px 0; }
.i-cat-18:before {
  background-position: -351px -114px; }
.i-cat-19:before {
  background-position: -407px -113px; }
.i-cat-1.green:before {
  background-position: 0 -48px; }

.i-cat-2.green:before {
  background-position: -24px -48px; }

.i-cat-3.green:before {
  background-position: -48px -48px; }

.i-cat-4.green:before {
  background-position: -72px -48px; }

.i-cat-5.green:before {
  background-position: -96px -48px; }

.i-cat-6.green:before {
  background-position: -120px -48px; }

.i-cat-7.green:before {
  background-position: -144px -48px; }

.i-cat-8.green:before {
  background-position: -168px -48px; }

.i-cat-9.green:before {
  background-position: -192px -48px; }

.i-cat-10.green:before {
  background-position: -216px -48px; }
.i-cat-11.green:before {
  background-position: -289px -90px; }

.i-cat-12.green:before {
  background-position: -264px -91px; }

.i-cat-13.green:before {
  background-position: -352px -91px; }

.i-cat-14.green:before {
  background-position: -264px -114px; }

.i-cat-15.green:before {
  background-position: -192px -48px; }

.i-cat-16.green:before {
  background-position: -216px -48px; }
.i-cat-17.green:before {
  background-position: -216px -48px; }
.i-cat-19.green:before {
  background-position: -288px -113px; }
.i-cat-18.green:before {
  background-position: -310px -113px; }
.cats {
  /*  a:hover > .i-cat{
    &-1:before{background-position: 0 -48px;}
    &-2:before{background-position: -24px -48px;}
    &-3:before{background-position: -48px -48px;}
    &-4:before{background-position: -72px -48px;}
    &-5:before{background-position: -96px -48px;}
    &-6:before{background-position: -120px -48px;}
    &-7:before{background-position: -144px -48px;}
    &-8:before{background-position: -168px -48px;}
    &-9:before{background-position: -192px -48px;}
    &-10:before{background-position: -216px -48px;}
  } */ }
/* .cats a > .i-cat-1:before,
  .cats a.active > .i-cat-1:before,
  .cats a.active > .i-cat-1:before {
    background-position: 0 -24px; }
  .cats a > .i-cat-2:before,
  .cats a.active > .i-cat-2:before,
  .cats a.active > .i-cat-2:before {
    background-position: -24px -24px; }
  .cats a > .i-cat-3:before,
  .cats a.active > .i-cat-3:before,
  .cats a.active > .i-cat-3:before {
    background-position: -48px -24px; }
  .cats a > .i-cat-4:before,
  .cats a.active > .i-cat-4:before,
  .cats a.active > .i-cat-4:before {
    background-position: -72px -24px; }
  .cats a > .i-cat-5:before,
  .cats a.active > .i-cat-5:before,
  .cats a.active > .i-cat-5:before {
    background-position: -96px -24px; }
  .cats a > .i-cat-6:before,
  .cats a.active > .i-cat-6:before,
  .cats a.active > .i-cat-6:before {
    background-position: -120px -24px; }
  .cats a > .i-cat-7:before,
  .cats a.active > .i-cat-7:before,
  .cats a.active > .i-cat-7:before {
    background-position: -144px -24px; }
  .cats a > .i-cat-8:before,
  .cats a.active > .i-cat-8:before,
  .cats a.active > .i-cat-8:before {
    background-position: -168px -24px; }
  .cats a > .i-cat-9:before,
  .cats a.active > .i-cat-9:before,
  .cats a.active > .i-cat-9:before {
    background-position: -192px -24px; }
  .cats a > .i-cat-10:before,
  .cats a.active > .i-cat-10:before,
  .cats a.active > .i-cat-10:before {
     background-position: -216px -24px;}


  .cats a > .i-cat-11:before,
  .cats a.active > .i-cat-11:before,
  .cats a.active > .i-cat-11:before {
     background-position: -287px -70px;}

  .cats a > .i-cat-12:before,
  .cats a.active > .i-cat-12:before,
  .cats a.active > .i-cat-12:before {
     background-position: -215px -91px;}

  .cats a > .i-cat-13:before,
  .cats a.active > .i-cat-13:before,
  .cats a.active > .i-cat-13:before {
     background-position: -330px -91px;}

  .cats a > .i-cat-14:before,
  .cats a.active > .i-cat-14:before,
  .cats a.active > .i-cat-14:before {
     background-position:-215px -114px;}

  .cats a > .i-cat-15:before,
  .cats a.active > .i-cat-15:before,
  .cats a.active > .i-cat-15:before {
     background-position:-215px -114px;}

  .cats a > .i-cat-16:before,
  .cats a.active > .i-cat-16:before,
  .cats a.active > .i-cat-16:before {
     background-position:-215px -114px;}
  .cats a > .i-cat-17:before,
  .cats a.active > .i-cat-17:before,
  .cats a.active > .i-cat-17:before {
     background-position:-215px -114px;}

  .cats a > .i-cat-18:before,
  .cats a.active > .i-cat-18:before,
  .cats a.active > .i-cat-18:before {
     background-position:-329px -114px;}
  .cats a > .i-cat-19:before,
  .cats a.active > .i-cat-19:before,
  .cats a.active > .i-cat-19:before {
     background-position:-375px -112px;}*/

.cats a:hover > .i-cat-1:before,
.cats a.active:hover > .i-cat-1:before,
.cats a.active > .i-cat-1:before {
  background-position: 0 -24px; }
.cats a:hover > .i-cat-2:before,
.cats a.active:hover > .i-cat-2:before,
.cats a.active > .i-cat-2:before {
  background-position: -24px -24px; }
.cats a:hover > .i-cat-3:before,
.cats a.active:hover > .i-cat-3:before,
.cats a.active > .i-cat-3:before {
  background-position: -48px -24px; }
.cats a:hover > .i-cat-4:before,
.cats a.active:hover > .i-cat-4:before,
.cats a.active > .i-cat-4:before {
  background-position: -72px -24px; }
.cats a:hover > .i-cat-5:before,
.cats a.active:hover > .i-cat-5:before,
.cats a.active > .i-cat-5:before {
  background-position: -96px -24px; }
.cats a:hover > .i-cat-6:before,
.cats a.active:hover > .i-cat-6:before,
.cats a.active > .i-cat-6:before {
  background-position: -120px -24px; }
.cats a:hover > .i-cat-7:before,
.cats a.active:hover > .i-cat-7:before,
.cats a.active > .i-cat-7:before {
  background-position: -144px -24px; }
.cats a:hover > .i-cat-8:before,
.cats a.active:hover > .i-cat-8:before,
.cats a.active > .i-cat-8:before {
  background-position: -168px -24px; }
.cats a:hover > .i-cat-9:before,
.cats a.active:hover > .i-cat-9:before,
.cats a.active > .i-cat-9:before {
  background-position: -192px -24px; }
.cats a:hover > .i-cat-10:before,
.cats a.active:hover > .i-cat-10:before,
.cats a.active > .i-cat-10:before {
  background-position: -216px -24px;}


.cats a:hover > .i-cat-11:before,
.cats a.active:hover > .i-cat-11:before,
.cats a.active > .i-cat-11:before {
  background-position: -287px -70px;}

.cats a:hover > .i-cat-12:before,
.cats a.active:hover > .i-cat-12:before,
.cats a.active > .i-cat-12:before {
  background-position: -215px -91px;}

.cats a:hover > .i-cat-13:before,
.cats a.active:hover > .i-cat-13:before,
.cats a.active > .i-cat-13:before {
  background-position: -330px -91px;}

.cats a:hover > .i-cat-14:before,
.cats a.active:hover > .i-cat-14:before,
.cats a.active > .i-cat-14:before {
  background-position:-215px -114px;}

.cats a:hover > .i-cat-15:before,
.cats a.active:hover > .i-cat-15:before,
.cats a.active > .i-cat-15:before {
  background-position:-215px -114px;}

.cats a:hover > .i-cat-16:before,
.cats a.active:hover > .i-cat-16:before,
.cats a.active > .i-cat-16:before {
  background-position:-215px -114px;}
.cats a:hover > .i-cat-17:before,
.cats a.active:hover > .i-cat-17:before,
.cats a.active > .i-cat-17:before {
  background-position:-215px -114px;}
.i-arr-l:before {
  background-position: 0 -72px; }

.i-arr-r:before {
  background-position: -24px -72px; }

.i-cart:before {
  background-position: -264px 0; }
.i-in-cart:before {
  background-position: -237px 0; }

.i-cart.white:before {
  background: url(/local/templates/peptid/img/white_cart.svg);}
.i-in-cart.white:before {
  background-position: -238px -24px; }
.i-discount:before {
  width: 58px;
  background-position: 0 -120px; }

.i-fb:before {
  background-position: -98px -124px;
  width: 27px;
  height: 27px; }

.i-ig:before {
  background-position: -65px -124px;
  width: 27px;
  height: 27px; }

.i-fb:hover:before {
  /*background-position: -72px -96px; */}

.i-ig:hover:before {
  /*background-position: -48px -96px;*/ }

.i-plus:before {
  background-position: -96px -72px; }

.i-minus:before {
  background-position: -120px -72px; }

.i-car:before {
  background-position: -336px 0; }

.i-alarm:before {
  background-position: -360px 0; }

.i-sertificate:before {
  background-position: -360px -25px; }
.i-exl:before {
  background-position: -309px -25px; }
.i-gmp:before {
  background-position: -359px -50px; }
.i-arr-up:before {
  background-position: 0 -96px; }

.i-arr-down:before {
  background-position: -24px -96px; }

.i-arr-left:before {
  background-position: 0 -72px; }

.i-arr-left.white:before {
  background-position: 0px -73px; }
/*background-position: -264px -72px; }*/

.i-arr-right:before {
  background-position: -24px -72px; }

.i-arr-right.white:before {
  background-position: -240px -72px; }

.i-checked:before {
  background-position: -196px -72px; }

.i-filter:before {
  background-position: -168px -72px; }

.i-close:before {
  background-position: -144px -72px; }

.i-crown:before {
  background-position: -384px 0px; }

.i-menu:before {
  background-position: -408px 0px; }

.i-ok:before {
  background-position: -192px -72px; }

.i-error:before {
  background-position: -144px -96px; }

.i-lk:before {
  background-position: -288px -24px; }

.i-search:before {
  background-position: -432px 0; }

/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
.clr1 {
  color: #FFD204; }

.clr2 {
  color: #005EA7; }

a.clr-red, .clr-red {
  color: #F42F2F; }

a.clr-grey, .clr-grey {
  color: #646464; }

a.clr-lime, .clr-lime {
  color: #8258FC; }

a.clr-green, .clr-green {
  color: #8258fc; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 16px; }

.fs24 {
  font-size: 24px; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.al-c {
  text-align: center; }

.al-r {
  text-align: right; }

a {
  color: #005ea7; }
a:hover {
  text-decoration: none; }

.text {
  text-align: left;
  line-height: 160%; }
.text a {
  font-weight: 400; }
.text ul, .text ol {
  line-height: 160%; }
.text ul {
  padding: 0 0 20px 20px;
  list-style-position: outside;
  list-style-type: disc; }
.text ul li {
  list-style-position: outside;
  list-style-type: inherit; }
.text ol {
  padding-left: 25px; }

.index-page h1 {
  text-align: center; }

.index-page h2, .index-page .h2, .title-hp {
  font-size: 25px;
  font-weight: 500;
  padding: 14px 0 0 0; }

@media all and (max-width: 1024px) {
  .index-page h2, .index-page .h2, .title-hp {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    line-height: 37px; } }

h1, .h1 {
  position: relative;
  font-size: 28px;
  text-align: left;
  padding: 16px 0 36px 0px;
  color: inherit;
  clear: both; }

h2, .h2 {
  padding: 16px 0 16px 0px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  clear: both; }

h3, .h3 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 0 16px 0px; }

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  padding: 16px 0 16px 0px; }

@media all and (max-width: 768px) {
  h1, .h1 {
    font-size: 24px; }
  h2, .h2 {
    font-size: 22px; }
  h3, .h3 {
    font-size: 19px; }
  h4, .h4 {
    font-size: 17px; } }

img.fl-r {
  float: right;
  clear: both;
  margin: 0 0 10px 15px; }

img.fl-l {
  float: left;
  clear: both;
  margin: 0 0 10px 15px; }

ul.plus-list {
  padding: 18px 0 24px 0;
  background: #F7F7F7;}
ul.plus-list li {
  position: relative;
  padding: 4px 0 4px 20px;
  font-weight: 300; }
ul.plus-list li:before {
  content: "\2022";
  color: #8258fc;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -1em;}
@media all and (max-width: 480px) {
  ul.plus-list {
    padding: 10px;
    margin: 0 0 10px; } }

ul.arrow-list {
  margin: 0 0 20px; }
ul.arrow-list li {
  position: relative;
  padding: 10px 0 10px 35px; }
ul.arrow-list li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/sprite.svg") -240px -72px no-repeat #E2D8FF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: ''; }
@media all and (max-width: 480px) {
  ul.arrow-list {
    padding: 10px; } }
.product-card__info{
  padding-bottom: 20px;}
.table-desc {
  padding: 10px 0;
  margin: 0 0 10px;
  font-size: 16px; }
.table-desc__cell_linked{
  text-decoration: underline;
  color: #8258FC;  }
.table-desc__row {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 1px;
  font-weight: 300; }
.table-desc__cell {
  display: table-cell;
  position: relative;
  vertical-align: bottom; }
.table-desc__cell span {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 5; }
.table-desc__cell:first-child {
  text-align: left;
  width: 50%; }
.table-desc__cell:first-child span {
  padding: 0 15px 0 0; }
.table-desc__cell:first-child:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 1000px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDUuMzc1IDUwIDEiPjxnIGZpbGw9IiNFM0UzRTMiPjxwYXRoIGQ9Ik0wIDUuMzc1aDV2MUgwek0xMCA1LjM3NWg1djFoLTV6TTQwIDUuMzc1aDV2MWgtNXpNMzAgNS4zNzVoNXYxaC01ek0yMCA1LjM3NWg1djFoLTV6Ii8+PC9nPjwvc3ZnPg==");
  content: '';
  z-index: 1; }
.table-desc__cell:last-child {
  text-align: right;
  width: 40%; }
.table-desc__cell:last-child span {
  padding: 0 0 0 15px; }
@media all and (max-width: 780px) {
  .table-desc__cell:first-child {
    text-align: left;
    width: 80%;
  }}
  .table-desc-2 {
    padding: 30px 25px;
    margin: 0 0 30px;
    font-size: 16px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #646464; }
  .table-desc-2 a {
    color: inherit; }
  .table-desc-2__row {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #646464; }
  .table-desc-2__row:last-child {
    margin-bottom: 0; }
  .table-desc-2__cell {
    display: table-cell;
    position: relative;
    vertical-align: bottom; }
  .table-desc-2__cell:first-child {
    text-align: left;
    width: 60%; }
  .table-desc-2__cell:last-child {
    text-align: right;
    width: 40%; }

  .title-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 20px; }
  .title-split * {
    padding: 0;
    margin: 0; }
  .title-split span {
    font-size: 14px; }
  @media all and (max-width: 480px) {
    .table-desc {
      padding: 0;
      margin: 0; }
    .table-desc-2{
      padding: 16px;
      margin: 0 0 26px;
      font-size: 15px;} }
  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .advantages {
    padding: 55px 0; }
  .advantages h1.advantages__header, .advantages__header {
    text-align: center;
    font-size: 28px;
    padding: 0 0 40px;
    margin: 0; }
  .advantages__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .advantages__item {
    position: relative;
    width: 30%;
    padding: 20px 0 0 33px;
    line-height: 160%;
    margin: 0 0 40px;
    min-height: 105px; }
  .advantages__num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    font-weight: bold;
    z-index: 1; }
  .advantages__title {
    position: relative;
    z-index: 5;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 10px; }
  .advantages__text {
    position: relative;
    z-index: 5;
    font-size: 14px; }
  .container-with-search{
    display: none;
  }
  .hp-products{
    margin-top:15px;
  }
  .no-margin{
    margin-top:0;
  }
  @media all and (max-width: 1024px) {
    .no-padding-mobile{
      padding: 0;
    }
    .advantages__item {
      width: 100%; }
    .container-with-search{
      display: block;
      padding: 16px;}


  }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */

  .main-products {
    background: #F7F7F7;
    padding: 20px 0}
  .main-products h2.main-products__header, .main-products__header {
    padding: 5px 0 25px; }
  .main-products__header a{
    color: var(--dark-gray);
    text-decoration: none;
    border-bottom: 1px solid var(--gray);
  }
  .main-products__header-new{
    padding-top: 14px; }
  .main-products__title-container{
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .main-products__wrap {
    padding: 20px 0;
    overflow: hidden; }
  .main-products__right {
    padding: 8px 0 0 10px; }
  /*  .main-products__r{
    margin-right: 20px;
    padding-top: 14px;}*/
  .main-products__r .btn{
    font-size: 14px;
    font-weight: normal;
    padding: 7px 12px;
    height: auto;
    background: #8258fc;
    line-height: normal;}
  .main-products__left {
    float: left;
    margin-right: 30px;
    width: 200px;
    padding: 0; }
  .main-products__right {
    overflow: hidden; }
  .main-products__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px; }
  .main-products__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main-products__item {
    padding: 0 0 5px; }
  .main-products__item .card {
    margin: 0 auto; }
  @media all and (max-width: 1024px) {
    .main-products__nav {
      display: none; }
    .main-products__header-new{
      padding-top: 0; }
    .main-products__top {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 35px 0 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .main-products__items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: scroll;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main-products__items_sale {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: scroll;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .main-products__item {
      display: inline-block;
      margin-right: 10px;
      vertical-align: top; }
    .main-products__right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px 0 0; }
    .main-products__left {
      float: none;
      width: 100%; }
    .main-products .card {
      width: 280px;
      height: 100%; }
    .main-products .cats__header {
      display: none; }
    .main-products .cats__list {
      white-space: nowrap;
      overflow-x: scroll; }
    .main-products .cats li {
      display: inline-block;
      margin-right: 30px; } }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .card {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    width: 310px;
    height: 445px;
    padding: 20px;
    -webkit-transition: 0.3s -webkit-box-shadow;
    transition: 0.3s -webkit-box-shadow;
    -o-transition: 0.3s box-shadow;
    -moz-transition: 0.3s box-shadow, 0.3s -moz-box-shadow;
    transition: 0.3s box-shadow;
    transition: 0.3s box-shadow, 0.3s -webkit-box-shadow, 0.3s -moz-box-shadow; }
  .card:hover {
    box-shadow: rgb(0 0 0 / 12%) 0px 0.35rem 1.1rem 0px, rgb(0 0 0 / 12%) 0px 0.0425rem 0.105rem 0px;
    -moz-box-shadow: rgb(0 0 0 / 12%) 0px 0.35rem 1.1rem 0px, rgb(0 0 0 / 12%) 0px 0.0425rem 0.105rem 0px;
    -webkit-box-shadow: rgb(0 0 0 / 12%) 0px 0.35rem 1.1rem 0px, rgb(0 0 0 / 12%) 0px 0.0425rem 0.105rem 0px;
    transform: translateY(-0.125rem);
  }

  .card .card__link, .card__link {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    z-index: 4; }
  /*    .card .card__link:hover, .card__link:hover {
      z-index: 11; }*/
  .card__cont {
    position: relative;
    height: 100%;
    padding: 0 0 100px; }
  .card__image {
    position: relative;
    margin: 0 0 15px; }
  .card__image img {
    display: block;
    position: relative;
    width: auto;
    height: 180px;
    margin: 0 auto;
    z-index: 1;
    max-width: 75%;
    object-fit: contain;}
  .card__discount {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 58px;
    text-align: right;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding: 0 6px 0 0;
    z-index: 5; }
  .card__discount span {
    position: relative;
    z-index: 5; }
  .card__discount:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .card__title {
    font-weight: 600;
    font-size: 16px;
    color: black;
    margin: 0 0 10px; }
  .card_new__title {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px; }
  .card__tags {
    padding: 0 0 5px; }
  .card__tags > div, .card__tags > a {
    display: inline-block; }
  .card__tags > div:hover .card__tooltip {
    display: block; }
  .card__tags > div:nth-child(1) .card__tooltip {
    left: -15px; }
  .card__tags > div:nth-child(1) .card__tooltip span:before {
    left: 20px;
    margin-left: 0; }
  .card__tags > div:nth-child(2) .card__tooltip {
    left: -24px; }
  .card__tags > div:nth-child(2) .card__tooltip span:before {
    left: 48px;
    margin-left: 0; }
  .card__tags > div:nth-child(3) .card__tooltip {
    left: 4px; }
  .card__tags > div:nth-child(4) .card__tooltip {
    left: 32px; }
  .card__tags > div:nth-child(5) .card__tooltip {
    left: 60px; }
  .card__tags > div:nth-child(6) .card__tooltip {
    left: 89px; }
  .card__desc {
    position: relative;
    padding: 0 0 10px;
    height: 55px;
    overflow: hidden; }
  .card__desc * {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #7D7D7D; }
  .card__desc li,
  .card__desc ul {
    list-style-position: outside;
    list-style-type: disc; }
  .card__hidden li {
    margin-left: 15px;
  }
  .card__desc:hover {
    overflow: visible; }
  .card__desc:hover:before {
    display: none; }
  .card__desc:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), white);
    content: ''; }
  .card__box {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 0;
    border-top: 1px solid #e3e3e3bf; }
  .card__box-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 0;
    width: 100%;
  }

  .card__cart {
    display: block;
    border:0;
    cursor:pointer;
    position: relative;
    background: #eeeeff;
    width: 90px;
    height: 46px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    button.card__cart.card__na {
      font-family: Manrope, sans-serif;
      background: none;
      color: var(--black);
    }
  .card__cart span:before {
    position: absolute;
    top: 50%;
    background: url(/local/templates/peptid/img/cart.svg);
    left: 50%;
    margin: -14px 0 0 -12px; }
  .to-cart:before {
    background: url(/local/templates/peptid/i/into_cart.svg) !important;}
  .card__cart.green {
    background: #006D00; }
  .card__count {
    font-size: 14px;     }
  .card__cost {
    font-size: 18px;
    color: #333;
    font-weight: 600; }
  .card__oldcost {
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    color: #9fabb7;
    text-decoration: line-through; }
  .card__cart svg{
    width: 22px;
    height: 22px;}
  .card__cart svg path {
    stroke: #3a3e43;}
  .card__bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    z-index: 5; }
  .card__hidden {
    background: #fff;
    padding: 0 0 8px; }
  .card__tooltip {
    position: absolute;
    display: none;
    bottom: 100%;
    left: 50%;
    text-align: center;
    width: 130px;
    margin: 0 0 7px 0; }
  .card__tooltip span {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    background: #8258FC;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px; }
  .card__tooltip span:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #8258FC; }
  @media all and (max-width: 1024px) {
    .card:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  @media all and (max-width: 480px) {
    .card__box {
      padding: 10px 0 0;
      flex-basis: 180px;
      border-top: none;
    }
    .card__cost{font-size: 18px;}
    .card__oldcost{font-size: 12px;}
    .card__title{
      font-size: 15px;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      -ms-line-clamp: 3;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      display: -webkit-box;
      display: box;
      word-wrap: break-word;
      -webkit-box-orient: vertical;
      box-orient: vertical;}
  }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .types {
    padding: 40px 0 10px; }
  .types__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .types__item {
    position: relative;
    width: 31%;
    padding: 30px 30px 80px;
    min-height: 360px;
    line-height: 160%;
    margin: 0 0 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(149, 83, 180, 0.08); }
  .types__image {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    z-index: 1; }
  .types__title {
    position: relative;
    z-index: 5;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 15px;
    color: #3a3e43;}
  .types__text {
    z-index: 5;
    font-size: 16px;
    padding: 0 0 15px; }
  .types a.types__link, .types__link {
    position: absolute;
    /*bottom: 30px;*/
    left: 30px;
    z-index: 5;
    line-height: 44px;
    display: inline-block;
    padding: 0 20px;
    color: inherit;
    text-decoration: none;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  @media all and (max-width: 1024px) {
    .types {
      padding: 0 0 0px; }
    .types .container {
      padding: 0; }
    .types__item {
      width: 100%;
      min-height: 180px;
      padding: 30px 190px 80px 20px;
      margin: 0 0 15px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .types a.types__link, .types__link {
      left: 20px;
      bottom: 20px; } }
  @media all and (max-width: 480px) {
    .types__item {
      width: 100%;
      min-height: 180px;
      padding: 20px 20px 80px 20px;
      margin: 0 0 15px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .types__image {
      position: static;
      float: right;
      width: 100px; }
    .types__image img {
      width: 100%;
      height: auto; } }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .cats__header {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px; }

  .cats__icon {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px; }
  .cats__icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px; }

  .cats__item {
    padding: 6px 0; }
  .cats__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit; }
  .cats__item a:hover {
    color: #8258FC;
    /*        .cats__title:before{
          display: block;
          position: absolute;
          top:100%;
          left:0;
          height:2px;
          width:100%;
          background: $color2;
          content:'';
        } */ }
  .cats__item a:hover .cats__icon {
    background: #8258FC;
  }
  .cats__icon svg path{
    stroke: #3a3e43;
  }

  .cats__item a:hover .cats__icon svg path{
    stroke: white;
  }
  .cats__icon svg{
    max-width: 16px;
    max-height: 16px;
  }

  /* .cats__item a .cats__icon {
        background: #006D00; }*/

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

  .cats li.active,
  .cats a.active {
    color: #8258FC;
    font-weight: 600; }
  .cats li.active .cats__icon,
  .cats a.active .cats__icon {
    background: #8258FC; }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .brands {
    padding: 40px 0 80px; }
  .brands h2.brands__header, .brands__header {
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px; }
  .brands__box {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .brands__left, .brands__right {
    display: table-cell;
    vertical-align: middle; }
  .brands__left {
    width: 34%; }
  .brands__right {
    width: 66%; }
  .brands__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .brands__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .brands a.brands__link, .brands__link {
    color: inherit; }
  @media all and (max-width: 1024px) {
    .brands {
      padding: 40px 0 40px; }
    .brands__box {
      display: block; }
    .brands__left {
      padding: 0 0 30px; }
    .brands__left, .brands__right {
      display: block;
      width: 100%; }
    .brands__items {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media all and (max-width: 768px) {
    .brands__item {
      width: 50%; }
    .cats__title {
      border-bottom: 1px solid var(--gray);}}
  @media all and (max-width: 480px) {
    .brands__item {
      width: auto; } }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .catalog {
    margin: 0 0 70px; }
  .catalog__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .catalog__item {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .catalog__item:nth-child(3n) {
    margin-right: 0; }
  @media all and (max-width: 1400px) {
    .catalog__item {
      width: 31%;
      margin-right: 3%; }
    .catalog__item .card {
      padding: 10px;
      width: 100%;
      height: 390px; }
    .catalog__item .card__image img {
      height: 150px; } }
  @media all and (max-width: 768px) {
    .catalog {
      margin: 0 0 50px; }
    .catalog__item {
      width: 47%;
      margin-right: 6%;
      margin-bottom: 15px; }
    .catalog__item:nth-child(3n) {
      margin-right: 6%; }
    .catalog__item:nth-child(2n) {
      margin-right: 0; } }
  @media all and (max-width: 480px) {

    .card__cart{
      width: 60px;
      height: 40px;
    }
    .catalog__item {
      width: 100%;
      margin-right: 0; }
    .catalog__item:nth-child(3n) {
      margin-right: 0; }
    .catalog__item .card {
      padding: 0;
      height: 215px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border-bottom: 1px solid #E3E3E3; }
    .catalog__item .card__image {
      max-width: 40%;
      min-width: 40%;

      float: left;
      margin: 0 20px 15px 0; }
    .catalog__item .card__image img {
      height: 130px;
      width: 100%;
      object-fit: cover; }
    .catalog__item .card__link {
      height: 100%; }
    .catalog__item .card__bot {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-bottom: 15px;
      height: 75px;
      justify-content: space-between; }
    .catalog__item .card__box .card__box-new {
      border: 0;
      padding: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .catalog__item .card__tags {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 130px;
      margin: 0 10px 0 0; }
    .catalog__item .card__tags > div:nth-child(5) .card__tooltip {
      left: -15px;
      top: -4px; }
    .catalog__item .card__tags > div:nth-child(5) .card__tooltip span:before {
      left: 20px;
      margin-left: 0; }
    .catalog__item .card__tags > div:nth-child(6) .card__tooltip {
      left: -14px;
      top: -4px; }
    .catalog__item .card__tags > div:nth-child(6) .card__tooltip span:before {
      left: 48px;
      margin-left: 0; }
    .catalog__item .card__cont {
      padding: 0 0 75px; }
    .catalog__item .card__cart {
      width: 60px;
      height: 40px; }
    .catalog__item .card__desc {
      height: 75px; } }
  .catalog-filter {
    border-bottom: 1px solid #e3e3e3bf; }
  .catalog-filter .container {
    overflow: visible; }
  .catalog-filter__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px; }
  @media all and (max-width: 1024px) {
    .catalog-filter {
      margin-bottom: 20px;
    }
    .catalog-filter__left {
      display: none; }
    .catalog-filter__box{
      padding: 0}
    .catalog-filter__right {
      width: 336px;
      margin: 0 auto;
      text-align: right;
      padding: 20px 0 0; } }

  .delivery-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: 0 70px 0 0;
    width: 280px;
    align-items: center;}
  .delivery-info__item_detail{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 0;
    line-height: 1.2;}
  .delivery-info_detail{
    display: none;
  }
  .delivery-info__text_detail{
    font-size: 16px;
    font-weight: 600;
    color: #64707e;
  }
  .delivery-info__icon {
    position: relative;
    width: 36px;
    height: 30px;
    padding: 3px 0 0;
    margin: 0 15px 0 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .delivery-info__icon:before {
    position: relative;
    z-index: 5; }
  .delivery-info__icon:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    background: #E2D8FF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: ''; }

  .delivery-info__text {
    font-size: 14px; }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .mobile-panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    color: #322d2d; }
  .mobile-panel__wrap {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    z-index: 11; }
  .mobile-panel__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(78, 78, 78, 0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .mobile-panel__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    bottom: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background: #fff;
    /*    &:before{
      position: absolute;
      top:0;
      left:0;
      right:0;
      height:100%;
      background: #646464;
      content:'';
      transform:translateY(100%);
    } */ }
  .mobile-panel.h-auto .mobile-panel__box {
    bottom: auto; }
  .mobile-panel__logo {
    display: block;
    margin: 0 0 15px; }
  .mobile-panel__go-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
  }
  .mobile-panel__go-back span {
    display: block;
    line-height: 22px;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #8258FC; }
  .mobile-panel__results {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 11;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 0 16px; }
  .mobile-panel__results.active {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .mobile-panel__h {
    overflow: hidden; }
  .mobile-panel__header {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .mobile-panel__header.pos-2 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .mobile-panel__hbox {
    padding: 16px 16px 14px;
    border-bottom: 1px solid rgb(153, 153, 153); }
  .mobile-panel__header-2 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%; }
  .mobile-panel__footer, .mobile-panel__body {
    padding: 0 16px 10px; }
  .mobile-panel__lk {
    display: flex;
    align-items: center;
    top: 30px;
    right: 20px;
    color: #322d2d;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal; }
  .mobile-panel__lk span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #8258FC; }
  .mobile-panel__lk span:before {
    display: block;
    margin: 0 auto; }
  .mobile-panel__phone {
    padding: 0 0 10px; }
  .mobile-panel__phone a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 16px; }
  .mobile-panel__search {
    padding: 10px 0 0; }

  .mobile-panel__links a {
    display: block;
    color: #322d2d;
    text-decoration: none;
    padding: 8px 0;
    font-weight: normal; }
  .mobile-panel__menu {
    position: relative;
    padding: 4px 0 14px;
    overflow: hidden; }
  .mobile-panel__close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 45px;
    height: 38px;
    background: #FFDF5A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .mobile-panel__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -4px;
    width: 2px;
    height: 28px;
    background: #3b3b3b;
    content: '';
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .mobile-panel__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -4px;
    width: 2px;
    height: 28px;
    background: #3b3b3b;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .mobile-panel__close-field {
    position: absolute;
    top: 0;
    z-index: 11; }
  .mobile-panel.slide-top {
    right: 0;
    bottom: 100%; }
  .mobile-panel.slide-top.active {
    bottom: 0; }
  .mobile-panel.open {
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }
  .mobile-panel.slide-left {
    right: 100%;
    bottom: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
  .mobile-panel.slide-left .mobile-panel__box {
    left: -100%;
    right: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .mobile-panel.slide-left.active {
    right: 0; }
  .mobile-panel.slide-left.active .mobile-panel__overlay {
    background: rgba(78, 78, 78, 0.5); }
  .mobile-panel.slide-left.active .mobile-panel__box {
    left: 0;
    right: 20%;
    /*      &:before{
        position: absolute;
        top:0;
        left:100%;
        bottom:0;
        width:7px;
        background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.4));
        background-image: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.4));
        background-image: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.4));
        background-image: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.4));
        background-image: linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.4));
        content:'';
      } */ }
  .mobile-panel.slide-left.active .mobile-panel__close-field {
    top: 0;
    left: 300px;
    right: 0;
    bottom: 0; }
  .mobile-panel.slide-left.unactive {
    right: 0;
    bottom: 0; }

  .mobile-menu {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 5; }
  .mobile-menu.pos-2 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .mobile-menu.pos-1 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .mobile-menu__box {
    padding: 0 16px; }
  .mobile-menu__link, .mobile_burger_link {
    /*    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #322d2d;
    text-decoration: none;
    text-align: left;
    min-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #fff;*/
    font-weight: 600;
    color: #322d2d;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 0;
  }
  .mobile-menu__level-2 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%; }
  .mobile-menu__submenu {
    display: none; }
  .mobile-menu__submenu.active {
    display: block; }

  .m-search__row {
    position: relative; }

  .m-search input.m-search__input, .m-search__input {
    display: block;
    padding: 0 40px 0 10px;
    border: 1px solid #492d9b78;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    line-height: 40px; }

  .m-search__icon {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0; }
  .m-search__icon.hide {
    display: none; }
  .m-search__icon:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0 0; }

  .menu-toggle {
    position: absolute;
    top: 50%;
    left: 0px;
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    display: none;
    z-index: 133; }
  .menu-toggle__lines {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
    height: 2px;
    width: 24px;
    background: #2B2B2B;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .menu-toggle__lines:before {
    position: absolute;
    background: #2B2B2B;
    height: 100%;
    width: 100%;
    top: -8px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    content: '';
    -webkit-transition: 0.3s top, 0.3s 0.3s transform;
    -o-transition: 0.3s top, 0.3s 0.3s transform;
    -moz-transition: 0.3s top, 0.3s 0.3s transform;
    transition: 0.3s top, 0.3s 0.3s transform; }
  .menu-toggle__lines:after {
    position: absolute;
    background: #2B2B2B;
    height: 100%;
    width: 100%;
    bottom: -8px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    content: '';
    -webkit-transition: 0.3s bottom, 0.3s 0.3s transform;
    -o-transition: 0.3s bottom, 0.3s 0.3s transform;
    -moz-transition: 0.3s bottom, 0.3s 0.3s transform;
    transition: 0.3s bottom, 0.3s 0.3s transform; }
  .menu-toggle_active {
    position: absolute; }
  .menu-toggle_active__lines {
    background: rgba(18, 142, 150, 0); }
  .menu-toggle_active__lines:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg); }
  .menu-toggle_active__lines:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg); }
  .menu-toggle_unactive:before {
    -webkit-transition: 0.3s 0.3s top, 0.3s -webkit-transform;
    transition: 0.3s 0.3s top, 0.3s -webkit-transform;
    -o-transition: 0.3s transform, 0.3s 0.3s top;
    -moz-transition: 0.3s transform, 0.3s 0.3s top, 0.3s -moz-transform;
    transition: 0.3s transform, 0.3s 0.3s top;
    transition: 0.3s transform, 0.3s 0.3s top, 0.3s -webkit-transform, 0.3s -moz-transform; }
  .menu-toggle_unactive:after {
    -webkit-transition: 0.3s 0.3s bottom, 0.3s -webkit-transform;
    transition: 0.3s 0.3s bottom, 0.3s -webkit-transform;
    -o-transition: 0.3s transform, 0.3s 0.3s bottom;
    -moz-transition: 0.3s transform, 0.3s 0.3s bottom, 0.3s -moz-transform;
    transition: 0.3s transform, 0.3s 0.3s bottom;
    transition: 0.3s transform, 0.3s 0.3s bottom, 0.3s -webkit-transform, 0.3s -moz-transform; }
  @media all and (max-width: 1024px) {
    .menu-toggle {
      display: flex;
      justify-content: center;
      align-items: center;} }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  body.pop-up-enabled {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-right: 16px; }

  @media all and (max-width: 1024px) {
    body.pop-up-enabled {
      margin-right: 0; } }

  .popup-win {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    overflow: hidden;
    opacity: 0; }
  .popup-win__wrap {
    position: relative;
    color: #fff;
    height: 100%;
    overflow-y: scroll;
    z-index: 11;
    padding: 50px 20px; }
  .popup-win__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  .popup-win__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%; }
  .popup-win__error {
    color: red; }
  .popup-win__close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 45px;
    height: 38px;
    background: #441A56;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .popup-win__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -4px;
    width: 2px;
    height: 28px;
    background: #FFFFFF;
    content: '';
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .popup-win__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -4px;
    width: 2px;
    height: 28px;
    background: #FFFFFF;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .popup-win__close-field {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11; }
  .popup-win.active {
    opacity: 1;
    bottom: 0; }
  .popup-win.unactive {
    opacity: 0;
    bottom: 0; }
  .popup-win.unactive .popup-win__wrap {
    overflow: hidden; }
  @media all and (max-width: 640px) {
    .popup-win__wrap {
      padding: 0; } }

  .popup-form {
    display: none;
    position: relative;
    padding: 0px;
    background: #fff;
    color: #3b3b3b;
    width: 100%;
    max-width: 320px;
    font-family: inherit;
    margin: 0 auto;
    z-index: 111; }
  .popup-form.active {
    display: block; }
  .popup-form-new, .popup-form-password, .popup-form-auth {
    max-width: 410px; }
  .popup-form-question {
    max-width: 480px; }
  .popup-form-review {
    max-width: 480px; }
  .popup-form-map {
    max-width: 640px; }
  .popup-form-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    background: #fff; }
  .popup-form__box {
    padding: 0px 0px; }
  .popup-form__form {
    padding: 0px; }
  .popup-form__header {
    position: relative;
    background: #fff;
    padding: 35px 45px 20px;
    text-align: center; }
  .popup-form__title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px; }
  .popup-form__body {
    padding: 0px 45px 20px; }
  .popup-form__footer {
    position: relative;
    padding: 0px 45px 35px; }
  .popup-form__error {
    color: red; }
  .popup-form__row {
    margin: 0 0 10px; }
  .popup-form__row:empty {
    height: 40px; }
  .popup-form__cell {
    position: relative; }
  .popup-form__cell:before {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 6px solid transparent;
    border-top: 6px solid #3b3b3b;
    content: ''; }
  .popup-form__caption {
    font-size: 12px;
    padding: 0 0 10px; }
  .popup-form__text {
    padding: 10px 0; }
  .popup-form__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11; }
  .popup-form__close span {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle; }
  .popup-form__close div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .popup-form__close div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -1px;
    width: 2px;
    height: 26px;
    background: #3b3b3b;
    content: '';
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .popup-form__close div:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -1px;
    width: 2px;
    height: 26px;
    background: #3b3b3b;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .popup-form__close:hover {
    color: #FF004B; }
  .popup-form__close:hover div:after {
    background: #005EA7; }
  .popup-form__close:hover div:before {
    background: #005EA7; }
  .popup-form__success {
    padding: 20px 0;
    line-height: 160%; }
  .popup-form__success * {
    text-align: center; }
  .popup-form__footnote {
    padding: 20px 0 0; }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .inner-header__breadcrumbs, .inner-header__title {
    padding: 5px 0;
  }
  .breadcrumbs {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 10px auto; }
  .breadcrumbs ul.breadcrumbs__list {
    margin: 0;
    padding: 0;
    line-height: 22px; }
  .breadcrumbs__home {
    display: inline-block;
    text-decoration: none;
    font-size: 16px; }
  .breadcrumbs__home:before {
    display: none; }
  .breadcrumbs__item {
    display: inline-block;
    text-decoration: none;
    font-size: 16px; }
  .breadcrumbs__item:last-child {
    text-decoration: none; }
  .breadcrumbs__current {
    display: inline-block;
    vertical-align: middle;
    color: #B2B2B2;
    font-size: 14px; }
  .breadcrumbs__current:before {
    display: inline-block;
    margin: 0 6px 0 4px;
    content: '—';
    position: relative;
    font-weight: normal; }
  .breadcrumbs__link {
    text-decoration: inherit;
    font-size: inherit;
    color: #7D7D7D;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400; }
  .breadcrumbs__link:before {
    display: inline-block;
    margin: 0 6px 0 7px;
    content: '-';
    position: relative; }
  .breadcrumbs__link_home:before {
    display: none; }
  span.breadcrumbs__link_span {
    border-bottom: 1px solid var(--gray);
  }
  .breadcrumbs a.breadcrumbs__go-back, .breadcrumbs__go-back {
    display: none;
    font-size: 14px;
    color: #646464;
    text-decoration: none; }
  .breadcrumbs a.breadcrumbs__go-back:before, .breadcrumbs__go-back:before {
    margin-right: 5px;
    vertical-align: middle; }
  .breadcrumbs a.breadcrumbs__go-back span, .breadcrumbs__go-back span {
    display: inline-block;
    vertical-align: middle; }
  @media all and (max-width: 768px) {
    .breadcrumbs  {
      padding: 10px 0; }
    .breadcrumbs a.breadcrumbs__go-back, .breadcrumbs__go-back {
      display: block; } }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .filter {
    font-size: 16px; }
  .filter .cats__header {
    font-size: 16px;
    height: 60px;
    line-height: 60px; }
  .filter__cats {
    padding: 20px 0 0; }
  .filter__header {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px; }
  .filter__sheader {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    line-height: 60px; }
  .filter__sheader i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px; }
  .filter__sheader i:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0 0; }
  .filter__up, .filter__down {
    width: 12px;
    height: 12px; }
  .filter__up:before, .filter__down:before {
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px; }
  .filter__sort {
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    padding: 5px 0; }
  .filter__dropdown {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 21;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  .filter__sort.active .filter__dropdown {
    display: block; }
  .filter__option {
    border:0;
    width:100%;
    background: #fff;
    line-height: 44px;
    height: 44px;
    white-space: nowrap;
    display: block;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 5px 0 15px;
    text-align: left; }
  .filter__option:last-child {
    border-bottom: 0; }
  .filter__option > div {
    display: inline-block;
    margin: 0 0 0 15px; }
  .filter__option > div:before {
    position: relative;
    top: 5px; }
  .filter__arrows {
    display: inline-block;
    position: relative;
    margin: 0 0 0 3px;
    width: 12px;
    height: 24px;
    vertical-align: middle; }
  .filter__checkbox {
    position: relative;
    display: block;
    min-height: 18px;
    padding-left: 28px;
    margin: 8px 0; }
  input.filter__checkbox-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    padding: 0; }
  input.filter__checkbox-input:checked ~ label:before {
    background-color: #006D00; }
  label.filter__checkbox-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  label.filter__checkbox-label:before {
    position: absolute;
    top: 2px;
    left: 1px;
    display: block;
    width: 12px;
    height: 12px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff; }
  label.filter__checkbox-label:after {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 1px solid #E3E3E3; }
  .filter__link {
    display: flex;
    color: inherit;
    margin: 10px 0;
    text-decoration: none;}
  .filter-show {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    display: none; }
  .filter-show__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #8258FC;
    white-space: nowrap; }
  .filter-show__btn > i {
    margin-top: 4px;
    margin-left: 15px; }
  @media all and (max-width: 1024px) {
    .filter-show {
      display: block; } }
  .filter__hidden {
    display: none;
    padding: 0 0 10px; }
  .filter__spoiler {
    border-bottom: 1px solid #E3E3E3; }
  .filter__spoiler .i-dropdown-toggle:before {
    background-position: -24px -96px; }
  .filter__spoiler.active .i-dropdown-toggle:before {
    background-position: 0 -96px; }
  .filter__spoiler.active .filter__hidden {
    display: block; }

  .filter-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 151; }
  .filter-menu.active {
    display: block; }
  .filter-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .filter-menu__wrap {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 5; }
  .filter-menu__header {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #F7F7F7;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .filter-menu__header:before {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #E3E3E3;
    margin: -1px 0 0;
    content: ''; }
  .filter-menu__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 90px;
    background: #F7F7F7; }
  .filter-menu__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F7F7F7;
    padding: 20px; }
  .filter-menu__footer:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 15px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    content: ''; }
  .filter-menu__scroll {
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px; }
  .filter-menu__content {
    padding: 0 0 20px; }
  .filter-menu__close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    height: 24px;
    width: 24px;
    margin: -12px 0 0 0; }
  .filter-menu__submit {
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative;
    color: var(--black);
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0px 20px;
    background: #E2D8FF;
    white-space: nowrap;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.1s background;
    -o-transition: 0.1s background;
    -moz-transition: 0.1s background;
    transition: 0.1s background;
    border: 0; }
  .filter-menu__submit:hover {
    background: rgba(213, 119, 252, 0.13); }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  form.form__cols-2, form.form__cols-3,
  .form__cols-2,
  .form__cols-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    justify-content: space-between; }

  form.form__col-2,
  .form__col-2 {
    width: 48%; }

  form.form__cell-3, form.form__col-3,
  .form__cell-3,
  .form__col-3 {
    width: 30%; }

  form.form__title,
  .form__title {
    padding: 0px 0 12px; }
  form.form__title *,
  .form__title * {
    padding: 0;
    margin: 0; }

  form.form__control,
  .form__control {
    margin: 0 0 15px; }

  form.form labelform.form, form.form .form__label, form.form__label,
  .form labelform.form,
  .form .form__label,
  .form__label {
    display: block;
    color: #7D7D7D;
    font-size: 14px;
    margin: 0 0 8px; }

  form.form__input,
  .form__input {
    position: relative; }
  form.form__input input,
  .form__input input,
  .form__input textarea {
    display: block;
    width: 100%;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    line-height: 38px;
    background: #F7F7F7;
    padding: 0 20px; }

  form.form__inline,
  .form__inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  form.form__checkbox,
  .form__checkbox {
    position: relative;
    display: block;
    min-height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 28px;
    margin: 4px 0; }
  form.form__checkbox + form.form__checkbox,
  .form__checkbox + form.form__checkbox, form.form__checkbox +
  .form__checkbox,
  .form__checkbox +
  .form__checkbox {
    margin-left: 30px; }
  inputform.form__checkbox, .form__checkbox-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    padding: 0; }
  inputform.form__checkbox:checked ~ label:before, .form__checkbox-input:checked ~ label:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/sprite.svg") -192px -72px no-repeat;
    content: ''; }
  inputform.form__checkbox:checked ~ label:after, .form__checkbox-input:checked ~ label:after {
    border-color: #8258FC; }
  labelform.form__checkbox, .form__checkbox-label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  labelform.form__checkbox:before, .form__checkbox-label:before {
    position: absolute;
    top: 0px;
    left: -1px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  labelform.form__checkbox:after, .form__checkbox-label:after {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #E3E3E3; }

  form.form__radio,
  .form__radio {
    position: relative;
    display: block;
    min-height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 28px;
    margin: 4px 0; }
  form.form__radio + form.form__radio,
  .form__radio + form.form__radio, form.form__radio +
  .form__radio,
  .form__radio +
  .form__radio {
    margin-left: 30px; }
  inputform.form__radio, .form__radio-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    padding: 0; }
  inputform.form__radio:checked ~ label:before, .form__radio-input:checked ~ label:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/sprite.svg") -192px -72px no-repeat;
    content: ''; }
  inputform.form__radio:checked ~ label:after, .form__radio-input:checked ~ label:after {
    border-color: #006D00; }
  labelform.form__radio, .form__radio-label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  labelform.form__radio:before, .form__radio-label:before {
    position: absolute;
    top: 0px;
    left: -1px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  labelform.form__radio:after, .form__radio-label:after {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #E3E3E3; }

  form.form__radio2,
  .form__radio2 {
    position: relative;
    display: block;
    padding-left: 40px;
    margin: 4px 0; }
  form.form__radio2 + form.form__radio2,
  .form__radio2 + form.form__radio2, form.form__radio2 +
  .form__radio2,
  .form__radio2 +
  .form__radio2 {
    margin-top: 10px; }
  inputform.form__radio2, .form__radio2-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    padding: 0; }
  inputform.form__radio2:checked ~ label:before, .form__radio2-input:checked ~ label:before {
    width: 16px;
    height: 16px;
    background: #8258FC;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: ''; }
  inputform.form__radio2:checked ~ label:after, .form__radio2-input:checked ~ label:after {
    border-color: #8258FC;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  labelform.form__radio2, .form__radio2-label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    color: inherit;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: center;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 0;
    flex-direction: column; }
  labelform.form__radio2:before, .form__radio2-label:before {
    position: absolute;
    top: 4px;
    left: 3px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  labelform.form__radio2:after, .form__radio2-label:after {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: "";
    border: 1px solid #E3E3E3; }
  .delivery-label:after,.delivery-label:before{
    display: none;
  }
  form.form__br,
  .form__br {
    display: block;
    height: 5px;
    width: 100%; }

  form.form__section,
  .form__section {
    padding: 0 0 20px; }

  form.form__submit .btn,
  .form__submit .btn {
    width: 100%; }

  form.form__submit_big .btn,
  .form__submit_big .btn {
    height: 48px;
    line-height: 48px;}

  form.form__submit .btn + .btn,
  .form__submit .btn + .btn {
    margin-top: 10px; }

  form.form__footnote,
  .form__footnote {
    padding: 10px 0;
    font-size: 12px; }
  form.form__footnote a,
  .form__footnote a {
    color: #8258FC; }

  form.form__footer,
  .form__footer {
    padding: 20px 0; }

  form.form__link,
  .form__link {
    display: block;
    color: inherit; }
  form.form__link + form.form__link,
  .form__link + form.form__link, form.form__link +
  .form__link,
  .form__link +
  .form__link {
    margin-top: 15px; }

  @media all and (max-width: 768px) {
    form.form__cols-2, form.form__cols-3,
    .form__cols-2,
    .form__cols-3 {
      display: block; }
    form.form__col-2, form.form__col-3, form.form__cell-3,
    .form__col-2,
    .form__col-3,
    .form__cell-3 {
      width: 100%; } }

  .input-bithday {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .input-bithday input {
    padding: 0;
    text-align: center; }
  .input-bithday input + input {
    margin-left: 20px; }
  .input-bithday input[name="year"] {
    width: 90px; }
  .input-bithday input::-webkit-outer-spin-button,
  .input-bithday input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input-bithday input[type='number'] {
    -moz-appearance: textfield; }
  @media all and (max-width: 768px) {
    .input-bithday {
      width: 309px; } }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .articles-page {
    position: relative;
    background: #FAFAFA;
  }

  .article {
    overflow: hidden;
    margin: 0 0 90px; }
  @media all and (max-width: 768px) {
    .article-page .inner-header {
      padding: 0; }
    .article-page .inner-header__title .h1, .article-page .inner-header__title h1 {
      font-size: 24px; }
    .inner-header.section{padding: 0;} }

  .articles {
    margin: 0 0 45px; }
  .articles__title {
    font-size: 34px;
    font-weight: bold;
    padding: 0 0 20px; }
  .articles__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .articles__item {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 31%;
    margin-right: 3%; }
  .articles__item:nth-child(3n) {
    margin-right: 0; }
  @media all and (max-width: 1400px) {
    .articles__item {
      width: 31%;
      margin-right: 3%; } }
  @media all and (max-width: 768px) {
    .articles {
      margin: 0 0 50px; }
    .articles__item {
      width: 47%;
      margin-right: 6%;
      margin-bottom: 15px; }
    .articles__item:nth-child(3n) {
      margin-right: 6%; }
    .articles__item:nth-child(2n) {
      margin-right: 0; } }
  @media all and (max-width: 480px) {
    .articles__item {
      width: 100%;
      margin-right: 0; }
    .articles__item:nth-child(3n) {
      margin-right: 0; } }

  .article-preview {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #E7E7E7;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    height: 100%;
    background: #fff; }
  .article-preview:hover .article-preview__title {
    text-decoration: underline; }
  .article-preview__image {
    margin: 0 0 10px; }
  .article-preview__image img {
    display: block;
    width: 100%; }
  .article-preview__date {
    font-size: 14px;
    margin: 0 0 15px; }
  .article-preview__title {
    font-size: 16px;
    color: #000000; }
  .article-preview__desc {
    padding: 0 20px 20px; }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .main-banner {
    height: 350px;

    background-size: auto 100%; }
  .main-banner .container {
    height: 100%; }
  .main-banner__box {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: 460px;
    margin: 0 0 0 -280px; }
  .main-banner__title {
    font-size: 20px;
    color: #8258fc;
    font-weight: bold;
    padding: 5px 0; }
  .main-banner__text {
    font-size: 48px;
    color: #2B2B2B;
    font-weight: bold;
    padding: 5px 0; }
  @media all and (max-width: 1024px) {
    .main-banner {
      height: 230px; }
    .main-banner__text {
      font-size: 28px; }
    .main-banner__box {
      width: 360px;
      margin: 0 0 0 -180px; } }
  @media all and (max-width: 480px) {
    .catalog__item:first-child{
      margin-top:15px;    }
    .container__wrapper {
      background: none;}
    .main-products__r{
      margin-right: 0;
      margin-top: 0;}
    .main-banner__box {
      width: 280px;
      margin: 0 0 0 -140px; } }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .pagination {
    padding: 0 0 0px; }
  .pagination__wrap {
    text-align: center; }
  .pagination ul.pagination__items, .pagination__items {
    padding: 0; }
  .pagination__item {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    text-align: center;
    margin: 0 2px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400; }
  .pagination__item a {
    display: block;
    text-decoration: none;
    color: #333; }
  .pagination__item span {
    display: block; }
  .pagination__item.current {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #8258FC;
    color: #fff; }
  .pagination__item:hover a {
    text-decoration: underline; }
  .pagination__prev, .pagination__next {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: middle; }
  .pagination__prev:before, .pagination__next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    border-left: 1px solid #757575;
    border-bottom: 1px solid #757575;
    content: ''; }
  .pagination__prev a, .pagination__next a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .pagination__prev {
    display: inline-block; }
  .pagination__prev:before {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    margin: -6px 0 0 -6px; }
  .pagination__next {
    display: inline-block; }
  .pagination__next:before {
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotateZ(-135deg);
    margin: -6px 0 0 -6px; }

  .pagi {
    max-width: 880px;
    margin: 0 auto;
    padding: 10px 0; }
  .pagi__wrap {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .pagi__left, .pagi__right {
    display: table-cell;
    vertical-align: middle; }
  .pagi__left {
    width: 346px;
    padding: 0 54px 0 0; }
  @media all and (max-width: 1024px) {
    .pagi__left, .pagi__right, .pagi__wrap {
      display: block;
      width: 100%; }
    .pagi__left {
      padding: 0 0 15px; } }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .product-desc__box, .product-card__box {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .product-desc__left, .product-desc__right, .product-card__left, .product-card__right {
    display: table-cell;
    vertical-align: top; }
  .product-desc__left > .tab-content {
    padding-top: 16px;
  }
  .product-desc__left, .product-card__left {
    width: 50%;
    padding-right: 5%; }

  .product-desc__right, .product-card__right {
    width: 50%; }

  .product-card {
    padding: 0 0 16px; }
  .product-card__left {
    padding-top: 5px; }

  .product-desc {
    background: #F7F7F7;
    padding: 45px 0; }
  .product-desc__left h1:first-child,
  .product-desc__left h2:first-child,
  .product-desc__left h3:first-child {
    padding-top: 0; }
  .product-desc__showmore {
    display: none; }
  .product-slider__slide img {
    display: block;
    width: 100%; }
  @media all and (max-width: 1024px) {
    .product-desc__left, .product-desc__right, .product-card__left, .product-card__right {
      display: block;
      width: 100%;
      padding-right: 0; }
    .product-page .breadcrumbs {
      display: none; }
    .product-page .main {
      padding-top: 0; }
    .product-desc__showmore {
      display: block;
      margin: 0 0 30px;
      text-decoration: underline;
      text-align: center; }
    .product-desc__hidden {
      display: block;
      padding: 0;
      height: 400px;
      overflow: hidden;
      position: relative; }
    .active .product-desc__hidden {
      height: auto; }
    .active .product-desc__hidden:after {
      display: none; }
    .product-desc__hidden:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100px;
      content: '';
      z-index: 5;
      background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7);
      background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7);
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#f7f7f7));
      background-image: -moz- oldlinear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7);
      background-image: linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7); } }


  @media all and (min-width: 1070px) {

    .product-cost__left, .product-cost__center{
      flex-grow: 1;}
    .product-cost__cost,.product-cost__discount{
      display: inline-block;}
    .product-cost__cost{margin-right: 10px;}
  }


  .product-cost {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 30px;
  }
  .product-cost__left, .product-cost__center, .product-cost__right {
    display: table-cell;
    vertical-align: middle;
  }
  .product-cost__min, .product-cost__max {
    position: relative;
    background:none;
    border:0;
    cursor: pointer;
    width: 37px; }
  .product-cost__min:before, .product-cost__max:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px; }
  .product-cost__num {
    border: 0;
    width: 30px;
    text-align: center;
    font-weight: bold; }
  .product-cost__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    height: 52px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E3E3E3; }
  .product-cost__count input::-webkit-outer-spin-button,
  .product-cost__count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .product-cost__count input[type='number'] {
    -moz-appearance: textfield; }
  .product-cost__cost {
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
    white-space: nowrap; }

  .product-cost__discount {
    font-size: 18px;
    color: #9fabb7;
    font-weight: 300;
    text-decoration: line-through;
    white-space: nowrap; }
  .product-cost__footnote {
    display: none; }
  @media all and (max-width: 1024px) {
    .one-click{
      order: 2;
      margin-top: 25px;
    }
    .product-cost {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .product-cost__left {
    }
    .product-cost__cost_percnet{
      margin-top: 20px;
    }
    .product-cost__right {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 20px; }
    .product-cost__footnote {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: block;
      text-align: right;
      font-size: 12px;
      width: 50%; }
    .product-cost__footnote span {
      display: inline-block;
      width: 120px; }
    .product-cost__cost {
      font-size: 26px;
      margin-right: 10px; }
    .product-cost__discount {
      font-size: 16px; }
  }
  @media all and (max-width: 780px) {
    .product-cost__left{
      padding: 0;
      margin: 0;}
    .product-cost__cost{
      font-size: 26px;
    }
  }
  @media all and (max-width: 320px) {
    .product-cost{
      padding: 15px 10px 10px 10px;}
    .product-cost__cost{
      font-size: 27px;
    }
  }
  .product-card__header {
    padding: 0 0 30px; }
  .product-card__header * {
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0; }

  .product-card__box {
    padding: 5px 0 0; }

  .product-card__cats {
    display: flex;
    padding: 0 0 20px;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none; }
  .product-card__cats::-webkit-scrollbar {
    display: none; }

  .product-card__cat {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 22px;
    color: #8258fc;
    border-bottom: 1px solid var(--gray);}
  .product-card__cat:hover {
    text-decoration: underline; }
  .product-card__svg {
    width: 16px;
    margin-right: 12px
  }
  .product-card__footnote {
    text-align: right; }

  .product-card__delivery {
    display: none;
    position: relative;
    background: #E8F2E8;
    padding: 20px 0;
    margin: 0 0 25px; }
  .product-card__delivery:after, .product-card__delivery:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    content: '';
    background: #E8F2E8; }
  .product-card__delivery:after {
    left: 100%; }
  .product-card__delivery:before {
    right: 100%; }
  .product-card__delivery .delivery-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product-card__delivery .delivery-info__item {
    float: none;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 0 0; }
  .product-card__delivery .delivery-info__text {
    font-size: 12px; }
  .product-card__delivery .delivery-info__icon {
    margin: 0 14px 0 0; }

  @media all and (max-width: 1024px) {
    .product-card {
      padding: 0 0 30px; }
    .product-card .container {
      overflow: visible; }
    .product-card__header * {
      font-size: 24px; }
    .product-card__left {
      padding-top: 5px;
      padding-right: 0; }
    .product-card__footnote {
      display: none; }
    .product-card__right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .product-card__cats {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 8;
      -moz-box-ordinal-group: 8;
      -ms-flex-order: 8;
      order: 8; }
    .product-card__header {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 1;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 1;
      order: 1; }
    .product-card__info {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 6;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 6;
      order: 6;
      padding: 0; }
    .offers_wrapper {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 4;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 4;
      order: 4;}
    .product-card__desc {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 9;
      -moz-box-ordinal-group: 8;
      -ms-flex-order: 9;
      order: 9; }
    .product-card__cost {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      margin-top: 14px; }
    .product-exlsv{
      -webkit-order: 3;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 3;
      order: 3;    }

    .product-card__footnote {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .product-card__delivery {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
      display: block; }
    .product-slider__slide img {
      display: block;
      width: 70%;
      margin: 0 auto; } }
  @media all and (max-width: 480px) {
    .button.btn-cart, a.btn-cart, .btn-cart{
      font-size: 18px;
    }
    .product-desc__right:last-child{
      padding-bottom: 20px;}
    .product-card__delivery{
      padding: 16px 0;
      margin: 0 0 15px;}
    .product-card__left {
      padding-top: 0;}
    .product-card{padding: 0 0 16px;}
  }
  .product-card__header{
    padding: 0 0 10px;}
  .product-cost{
    margin: 0 0 16px;}
  .product-slider {
    min-height: 470px;
    position: relative;
    padding: 0 0 0 120px; }

  .product-slider__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    bottom: 0; }
  .product-slider__thumbnail {
    width: 110px;
    margin: 0 0 10px 0; }
  .product-slider__thumbnail.slick-current .product-slider__img {
    border-color: #8258FC; }
  .product-slider__img {
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    height: 100px;}
  .product-slider__img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: contain;}
  .product-slider__dots {
    display: none;
    margin: 0 0 20px; }
  .product-slider__dots ul {
    text-align: center; }
  .product-slider__dots ul li {
    display: inline-block;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background: #B2B2B2; }
  .product-slider__dots ul li.slick-active {
    background: #8258FC; }
  .product-slider__dots ul button {
    font-size: 0;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    background: none; }
  @media all and (max-width: 1024px) {
    .product-slider {
      padding: 0;
      min-height: 0;
      margin: 0 0 20px; }
    .product-slider__nav {
      display: none; }
    .product-slider__dots {
      display: block; } }

  .product-deli {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 30px 25px;
    margin: 0 0 25px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0.1rem 1rem #8258fc1f;
    background: white; }
  .product-deli__left, .product-deli__right {
    display: table-cell;
    vertical-align: middle;
  }
  .product-deli__left{
    border-right: 1px solid #e8e8e8;
    border-radius: 4px;}
  .product-deli__left {
    width: 65%; }
  .product-deli__contacts{
    margin-left: 15px;  }
  .product-deli__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 0 0;
    width: 380px; }
  .product-deli__item + .product-deli__item {
    padding-top: 15px; }
  .product-deli__icon{
    position: relative;
    width: 36px;
    height: 30px;
    padding: 3px 0 0;
    margin: 0 20px 0 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .product-rock__icon {
    position: relative;
    width: 14px;
    height: 28px;
    padding: 3px 0 0;
    margin: 0 20px 0 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .product-deli__icon:before {
    position: relative;
    z-index: 5; }
  .product-rock:before {
    position: relative;
    z-index: 5;
    font-size: 17px;
    color: black;
    bottom: 3px; }
  .product-rock-1:before{
    content: "1.";}
  .product-rock-2:before{
    content: "2.";}
  .product-rock-3:before{
    content: "3.";}
  .product-rock-4:before{
    content: "4.";}
  .product-rock-5:before{
    content: "5.";}
  .product-deli__icon:after{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    background: #E2D8FF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: ''; }
  .product-deli__text {
    font-size: 16px;
    font-weight: 400; }
  .product-deli__caption {
    padding: 0 0 10px; }
  .product-deli__phone a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600; }
  @media all and (max-width: 1024px) {
    .product-deli {
      display: none; }
    .delivery-info_detail {
      display: block;
      border-top: 1px solid #e8e8e8;
      margin-top: 10px; } }

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

  .product-certs__item {
    width: 80px;
    margin: 0 15px 20px 0; }

  .product-certs a {
    display: block; }

  .product-certs img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto; }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .product-similar {
    padding: 90px 0px 0; }
  .product-similar__nav {
    display: inline-block;
    width: 110px;
    padding: 5px 0;
    margin-left: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .product-similar__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px; }
  .product-similar h2.product-similar__title, .product-similar__title {
    padding: 5px 0;
    margin: 0;
    font-size: 34px; }
  .product-similar__prev, .product-similar__next {
    display: inline-block;
    margin: 0 3px; }
  .product-similar__item {
    padding: 5px 5px 10px; }
  .product-similar__item .card {
    width: 100%; }
  @media all and (max-width: 768px) {
    .product-similar h2.product-similar__title, .product-similar__title {
      font-size: 22px;
      padding: 30px 0px 0; }
    .product-similar{padding: 20px 0px 0;}
  }

  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .account-page {
    position: relative;
    background: #FAFAFA;
    padding: 30px 0; }
  .account-page .main {
    padding: 0; }
  .account-page .sidebar {
    padding: 0 5px 5px; }
  @media all and (max-width: 768px) {
    .account-page {
      padding: 60px 0 30px; }
    .account-page .container {
      overflow: visible; } }

  .p-menu {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    display: none; }
  .p-menu__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 336px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 60px;
    color: #fff;
    background: #8258FC;
    white-space: nowrap; }
  .p-menu__btn > i {
    margin-top: 4px;
    margin-left: 15px; }
  @media all and (max-width: 1024px) {
    .p-menu {
      display: block; } }

  .p-block {
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin: 0 5px 30px;
    padding: 15px 30px; }
  @media all and (max-width: 768px) {
    .p-block {
      padding: 15px 13px;
      margin: 0 0 30px; } }

  .p-side-nav a.p-side-nav__link, .p-side-nav__link {
    display: block;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    border-left: 3px solid transparent;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 16px 20px 18px;
    margin: 0 0 20px;
    background: #fff; }
  .p-side-nav a.p-side-nav__link.active, .p-side-nav a.p-side-nav__link:hover, .p-side-nav__link.active, .p-side-nav__link:hover {
    border-left: 3px solid #e2d8ff;
    color: #8258fc;
    font-weight: 600;}

  .p-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-header__left {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 16px 0; }
  .p-header__left > * {
    padding: 0;
    margin: 0; }
  .p-header__right span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .p-header__right span:before {
    margin-right: 10px; }
  .p-header__right a {
    color: inherit; }
  @media all and (max-width: 768px) {
    .p-header {
      display: block; }
    .p-header__left {
      white-space: normal;
      padding: 5px 0 16px; }
    .p-header__right {
      margin: 0 0 30px; }
    .p-header__right_m-h {
      display: none; }
    .p-header__right .i-crown {
      display: block;
      position: relative;
      padding-left: 30px;
      line-height: 24px; }
    .p-header__right .i-crown:before {
      position: absolute;
      top: 0;
      left: 0; } }

  .p-content {
    padding: 20px 0 0; }
  @media all and (max-width: 768px) {
    .p-content {
      padding: 0; } }

  .p-bonus {
    padding: 20px 0; }
  .p-bonus__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .p-bonus__col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .p-bonus__col:last-child {
    width: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .p-bonus__caption {
    font-size: 14px;
    color: #646464; }
  .p-bonus__points {
    color: #006D00;
    font-size: 34px;
    font-weight: bold; }
  @media all and (max-width: 768px) {
    .p-bonus {
      padding: 0; }
    .p-bonus__cols {
      display: block; }
    .p-bonus__col {
      margin: 0 0 20px; } }

  .p-orders {
    padding: 20px 0 10px; }
  .p-orders table.p-orders__table {
    width: 100%;
    table-layout: fixed; }
  .p-orders table.p-orders__table th {
    font-weight: bold;
    color: #3a3e43;
    padding: 8px 10px; }
  .p-orders table.p-orders__table th:last-child {
    width: 130px; }
  .p-orders table.p-orders__table td {
    padding: 8px 10px; }
  .p-orders table.p-orders__table td a {
    color: inherit; }
  .p-orders table.p-orders__table td:first-child {
    color: #8258FC; }
  .p-orders table.p-orders__table tr {
    border-bottom: 1px solid #E3E3E3; }
  .p-orders table.p-orders__table tr:last-child {
    border-bottom: 0; }
  @media all and (max-width: 768px) {
    .p-orders {
      padding: 0px 0 10px; }
    .p-orders table.p-orders__table {
      font-size: 14px;
      table-layout: auto; }
    .p-orders table.p-orders__table th {
      padding: 8px 0; }
    .p-orders table.p-orders__table th:last-child {
      width: auto; }
    .p-orders table.p-orders__table td {
      padding: 8px 0; } }

  .p-faq {
    padding: 0 0 10px; }
  .p-faq a {
    color: inherit; }

  .p-loyalty {
    margin: 0 5px 30px; }
  .p-loyalty__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .p-loyalty__left > div, .p-loyalty__right > div {
    height: 100%; }
  .p-loyalty__left {
    width: 55%; }
  .p-loyalty__right {
    width: 45%;
    padding-left: 5%; }
  @media all and (max-width: 768px) {
    .p-loyalty {
      margin: 0; }
    .p-loyalty__table {
      display: block; }
    .p-loyalty__left, .p-loyalty__right {
      width: 100%;
      padding: 0;
      margin: 0 0 30px; } }

  .p-bank {
    padding: 20px 30px;
    background: #006D00;
    color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .p-bank__header {
    font-size: 24px;
    font-weight: bold;
    color: #E2D8FF; }
  .p-bank__content {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 25px 0 30px; }
  .p-bank__footer {
    color: #fff;
    font-size: 14px; }
  @media all and (max-width: 768px) {
    .p-bank {
      padding: 15px 13px; } }

  .p-status {
    padding: 20px 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .p-status__header {
    font-size: 24px;
    font-weight: bold;
    color: #646464; }
  .p-status__content {
    font-size: 36px;
    font-weight: bold;
    color: #006D00;
    padding: 25px 0; }
  .p-status__footer {
    font-size: 14px;
    text-align: right;
    color: #006D00; }
  .p-status__status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .p-status__status:before {
    margin: 0 10px 0 0;
    width: 72px;
    height: 72px;
    -webkit-background-size: 1500px 1500px;
    -moz-background-size: 1500px;
    background-size: 1500px;
    background-position: -1152px 0; }
  @media all and (max-width: 768px) {
    .p-status {
      padding: 15px 13px; }
    .p-status__header {
      text-align: center; }
    .p-status__content {
      text-align: center; }
    .p-status__status {
      display: block; }
    .p-status__status:before {
      display: block;
      margin: 0 auto -6px; }
    .p-status__footer {
      text-align: center; } }

  .p-cols-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 20px; }
  .p-cols-2__col:first-child {
    padding-right: 50px;
    min-width: 350px; }
  .p-cols-2__col:last-child {
    min-width: 340px; }
  @media all and (max-width: 768px) {
    .p-cols-2 {
      display: block; }
    .p-cols-2__col {
      width: 100%;
      margin: 0 0 30px; }
    .p-cols-2__col:last-child {
      margin: 0; } }

  .p-cols-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-cols-3__col {
    width: 31%; }
  @media all and (max-width: 768px) {
    .p-cols-3 {
      display: block; }
    .p-cols-3__col {
      width: 100%;
      margin: 0 0 30px; }
    .p-cols-3__col:last-child {
      margin: 0; } }

  .p-code {
    text-align: right; }
  .p-code input.p-code__input, .p-code__input {
    display: inline-block;
    width: 335px;
    font-size: 28px;
    color: #006D00;
    font-weight: bold;
    border: 2px dashed #E2D8FF;
    background: #fff;
    padding: 2px 5px;
    text-align: center;
    margin: 0 0 12px; }
  .p-code__copy {
    cursor: pointer;
    color: #E2D8FF;
    font-size: 16px; }
  .p-code__copy.active {
    color: #006D00;
  }
  .p-code__copy:hover {
    text-decoration: underline; }
  @media all and (max-width: 768px) {
    .p-code {
      text-align: left; } }

  .p-points__title {
    padding: 0 0 5px; }

  .p-points__point {
    font-size: 34px;
    font-weight: bold;
    color: #006D00; }

  .p-level {
    padding: 20px 30px;
    background: #fff;
    color: inherit;
    text-align: center;
    border: 2px solid #000; }
  .p-level.active {
    color: #006D00;
    border: 2px solid #006D00; }
  .p-level.active .p-level__icon:before {
    background-position: -1152px -144px; }
  .p-level__title {
    font-size: 24px;
    font-weight: bold;
    margin: -6px 0 10px; }
  .p-level__icon {
    display: inline-block; }
  .p-level__icon:before {
    width: 72px;
    height: 72px;
    -webkit-background-size: 1500px 1500px;
    -moz-background-size: 1500px;
    background-size: 1500px;
    background-position: -1152px 0; }
  .p-level__caption {
    font-size: 14px; }

  .p-order-info table.p-order-info__details {
    margin: 0 0 30px;
    width: 100%;
    table-layout: fixed; }
  .p-order-info table.p-order-info__details th {
    font-weight: bold;
    padding: 9px 12px;
    border-bottom: 1px solid #F7F7F7; }
  .p-order-info table.p-order-info__details th:first-child {
    width: 200px; }
  .p-order-info table.p-order-info__details td {
    padding: 9px 12px;
    width: 100%; }
  .p-order-info table.p-order-info__details td:first-child {
    width: 200px; }

  .p-order-info table.p-order-info__total {
    margin: 0 0 30px;
    width: 100%;
    border-top: 2px solid #F7F7F7; }
  .p-order-info table.p-order-info__total a {
    color: #E2D8FF; }
  .p-order-info table.p-order-info__total th {
    font-weight: bold;
    padding: 13px 20px;
    border: 1px solid #F7F7F7; }
  .p-order-info table.p-order-info__total th:first-child {
    border-left: 0;
    padding: 13px 12px; }
  .p-order-info table.p-order-info__total th:last-child {
    border-right: 0; }
  .p-order-info table.p-order-info__total td {
    padding: 13px 20px;
    border: 1px solid #F7F7F7; }
  .p-order-info table.p-order-info__total td:first-child {
    border-left: 0;
    padding: 13px 12px; }
  .p-order-info table.p-order-info__total td:last-child {
    border-right: 0; }
  .p-order-info table.p-order-info__total tr:last-child td {
    border: 0; }

  @media all and (max-width: 768px) {
    .p-order-info__scroll {
      width: 100%; }
    .p-order-info table.p-order-info__total {
      font-size: 14px;
      width: 760px; }
    .p-order-info table.p-order-info__total th:first-child, .p-order-info table.p-order-info__total td:first-child {
      padding: 13px 6px; }
    .p-order-info table.p-order-info__details {
      font-size: 14px; }
    .p-order-info table.p-order-info__details th {
      padding: 9px 6px; }
    .p-order-info table.p-order-info__details th:first-child {
      width: auto; }
    .p-order-info table.p-order-info__details td {
      padding: 9px 6px; }
    .p-order-info table.p-order-info__details td:first-child {
      width: auto; } }

  .account-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 151; }
  .account-menu.active {
    display: block; }
  .account-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .account-menu__wrap {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 5; }
  .account-menu__header {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #F7F7F7;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .account-menu__header:before {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #E3E3E3;
    margin: -1px 0 0;
    content: ''; }
  .account-menu__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 90px;
    background: #F7F7F7; }
  .account-menu__scroll {
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px; }
  .account-menu__content {
    padding: 0 0 20px; }
  .account-menu__close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    height: 24px;
    width: 24px;
    margin: -12px 0 0 0; }
  .account-menu__title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    line-height: 60px; }
  .account-menu__title i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px; }
  .account-menu__title i:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0 0; }
  .account-menu__link {
    display: block;
    border-bottom: 1px solid #E3E3E3;
    text-decoration: none;
    color: inherit; }
  .account-menu__link.active {
    color: #8258FC; }
  .account-menu__link.active .i-arr-right {
    display: none; }

  .mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; }

  .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto; }

  .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr; }

  .mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto; }

  .mCSB_inside > .mCSB_container {
    margin-right: 30px; }

  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; }

  .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px; }

  .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0; }

  .mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }

  .mCSB_outside + .mCSB_scrollTools {
    right: -26px; }

  .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0; }

  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px; }

  .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto; }

  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0; }

  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; }

  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1; }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center; }

  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px; }

  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px; }

  .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer; }

  .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0; }

  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px; }

  .mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%; }

  .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }

  .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto; }

  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto; }

  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0; }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0; }

  .mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px; }

  .mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px; }

  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px; }

  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0; }

  .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0; }

  .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px; }

  .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0; }

  .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px; }

  .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0; }

  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0; }

  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0; }

  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0; }

  .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

  .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"; }

  .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }

  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }

  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"; }

  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; }

  .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; }

  .mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0; }

  .mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px; }

  .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px; }

  .mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px; }

  .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }

  .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; }

  .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15); }

  .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }

  .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0; }

  .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px; }

  .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px; }

  .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }

  .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto; }

  .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85); }

  .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }

  .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0; }

  .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px; }

  .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px; }

  .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px; }

  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0; }

  .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto; }

  .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85); }

  .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }

  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0; }

  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px; }

  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px; }

  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px; }

  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px; }

  .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px; }

  .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%; }

  .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto; }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15); }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0; }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px; }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px; }

  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px; }

  .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15); }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px; }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px; }

  .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px; }

  .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0; }

  .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0; }

  .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px; }

  .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px; }

  .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0; }

  .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px; }

  .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px; }

  .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px; }

  .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px; }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15); }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px; }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px; }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px; }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px; }

  .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px; }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center; }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"; }

  .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x; }

  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px; }

  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px; }

  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px; }

  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px; }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px; }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px; }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px; }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

  .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px; }

  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px; }

  .mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px; }

  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto; }

  .mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }

  .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }

  .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }

  .mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }

  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }

  .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"; }

  .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

  .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px; }

  .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 12px;
    width: auto; }

  .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555; }

  .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

  .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent; }

  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }

  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }

  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }

  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }

  .mCS-3d-thick-dark.mCSB_scrollTools {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777; }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent; }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }

  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }

  .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0; }

  .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px; }

  .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto; }

  .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px; }

  .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px; }

  .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; }

  .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"; }

  .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; }

  .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"; }

  .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2); }

  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px; }

  .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0; }

  .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px; }

  .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0; }

  .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }

  .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }

  .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }

  .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }

  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }

  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1); }

  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }

  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }

  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }

  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2); }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0; }

  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }

  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }

  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }

  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1); }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2); }

  .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6); }

  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6); }

  .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }

  .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

  .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }

  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75); }

  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85); }

  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }

  .fancybox-enabled {
    overflow: hidden; }

  .fancybox-enabled body {
    overflow: visible;
    height: 100%; }

  .fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden; }

  .fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0); }

  .fancybox-container ~ .fancybox-container {
    z-index: 99992; }

  .fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  .fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

  .fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

  .fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s,visibility 0s linear .25s;
    -o-transition: opacity .25s,visibility 0s linear .25s;
    -moz-transition: opacity .25s,visibility 0s linear .25s;
    transition: opacity .25s,visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s,visibility 0s;
    -o-transition: opacity .25s,visibility 0s;
    -moz-transition: opacity .25s,visibility 0s;
    transition: opacity .25s,visibility 0s; }

  .fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px; }

  .fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased; }

  .fancybox-toolbar {
    top: 0;
    right: 0; }

  .fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0); }

  .fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    -moz-transition-property: transform,opacity,-moz-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform,-moz-transform;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }

  .fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block; }

  .fancybox-slide--image {
    overflow: visible; }

  .fancybox-slide--image:before {
    display: none; }

  .fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000; }

  .fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df; }

  .fancybox-slide--next {
    z-index: 99995; }

  .fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

  .fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out; }

  .fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

  .fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }

  .fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }

  .fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none; }

  .fancybox-spaceball {
    z-index: 1; }

  .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    max-height: -webkit-calc(100% - 88px);
    max-height: -moz-calc(100% - 88px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff; }

  .fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%; }

  .fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff; }

  .fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default; }

  .fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

  .fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer; }

  .fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    -moz-transition: background .25s;
    transition: background .25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2; }

  .fancybox-close-small:focus:after {
    outline: 1px dotted #888; }

  .fancybox-close-small:hover:after {
    color: #555;
    background: #eee; }

  .fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px; }

  .fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa; }

  .fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff; }

  .fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none; }

  .fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none; }

  .fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all; }

  .fancybox-caption a {
    color: #fff;
    text-decoration: underline; }

  .fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none; }

  .fancybox-button[disabled] {
    cursor: default;
    pointer-events: none; }

  .fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, 0.6); }

  .fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }

  .fancybox-button:after, .fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block; }

  .fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
    opacity: .3; }

  .fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor; }

  .fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .fancybox-button--left {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px; }

  .fancybox-button--right {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px; }

  .fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px); }

  .fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s; }

  .fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px; }

  .fancybox-arrow--right {
    right: 0; }

  .fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

  .fancybox-arrow--left:after, .fancybox-arrow--right:after {
    left: 0; }

  .fancybox-show-nav .fancybox-arrow {
    opacity: .6; }

  .fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3; }

  .fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    -moz-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999; }

  @-webkit-keyframes a {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg); } }

  @-moz-keyframes a {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(359deg);
      -moz-transform: rotate(359deg);
      transform: rotate(359deg); } }

  @keyframes a {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(359deg);
      -moz-transform: rotate(359deg);
      transform: rotate(359deg); } }

  .fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

  .fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0; }

  .fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }

  .fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }

  .fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

  .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1; }

  .fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -moz-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0; }

  .fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0; }

  .fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1; }

  .fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0; }

  .fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0; }

  .fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }

  .fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0; }

  .fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0; }

  .fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1; }

  .fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

  .fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

  .fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }

  @media (max-width: 800px) {
    .fancybox-infobar {
      left: 0;
      margin-left: 0; }
    .fancybox-button--left, .fancybox-button--right {
      display: none !important; }
    .fancybox-caption {
      padding: 20px 0;
      margin: 0; } }

  .fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: -webkit-calc(50% - 7px);
    left: -moz-calc(50% - 7px);
    left: calc(50% - 7px);
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none; }

  .fancybox-button--pause:before, .fancybox-button--play:before {
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: -webkit-calc(50% - 4px);
    left: -moz-calc(50% - 4px);
    left: calc(50% - 4px);
    background: transparent; }

  .fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }

  .fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px; }

  .fancybox-button--thumbs, .fancybox-thumbs {
    display: none; }

  @media (min-width: 800px) {
    .fancybox-button--thumbs {
      display: inline-block; }
    .fancybox-button--thumbs span {
      font-size: 23px; }
    .fancybox-button--thumbs:before {
      width: 3px;
      height: 3px;
      top: -webkit-calc(50% - 2px);
      top: -moz-calc(50% - 2px);
      top: calc(50% - 2px);
      left: -webkit-calc(50% - 2px);
      left: -moz-calc(50% - 2px);
      left: calc(50% - 2px);
      -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
      -moz-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
      box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }
    .fancybox-thumbs {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      width: 220px;
      margin: 0;
      padding: 5px 5px 0 0;
      background: #fff;
      word-break: normal;
      -webkit-tap-highlight-color: transparent;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 99995; }
    .fancybox-show-thumbs .fancybox-thumbs {
      display: block; }
    .fancybox-show-thumbs .fancybox-inner {
      right: 220px; }
    .fancybox-thumbs > ul {
      list-style: none;
      position: absolute;
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      overflow-y: auto;
      font-size: 0; }
    .fancybox-thumbs > ul > li {
      float: left;
      overflow: hidden;
      max-width: 50%;
      padding: 0;
      margin: 0;
      width: 105px;
      height: 75px;
      position: relative;
      cursor: pointer;
      outline: none;
      border: 5px solid transparent;
      border-top-width: 0;
      border-right-width: 0;
      -webkit-tap-highlight-color: transparent;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    li.fancybox-thumbs-loading {
      background: rgba(0, 0, 0, 0.1); }
    .fancybox-thumbs > ul > li > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      max-height: none;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .fancybox-thumbs > ul > li:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 4px solid #4ea7f9;
      z-index: 99991;
      opacity: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
      opacity: 1; } }

  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }

  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;}
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .product-card__left img.product-slider__image {
    height: 300px;
    width: auto;
  }
  .product-card__left .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-arrow.slick-hidden {
    display: none; }
  @media all and (max-width: 1024px) {
    .slick-slide {
      width: 300px;}
  }
  /* Цвет шрифта */
  /* Цвет ссылок */
  /* Основной цвет border */
  /* Основной цвет */
  /* Цвет текста на фоне*/
  /* Цвет текста на фоне*/
  /* Дополнительный цвет */
  /* Цвет текста на фоне*/
  /* Доп цвет border */
  .header__search .autocomplete-box-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 410px;
    z-index: 51; }
  .header__search .autocomplete-box-menu__scroll {
    display: block;
    max-height: 250px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  .header__search .autocomplete-box-menu__scroll .mCSB_scrollTools_vertical {
    top: 5px;
    bottom: 5px; }
  .header__search .autocomplete-box-menu__result {
    width: 100%; }

  .header__search .autocomplete-suggestions {
    position: static !important;
    max-height: none !important;
    width: 100% !important;
    height: auto;
    padding: 5px 20px 5px 0;
    background: #fff; }
  .header__search .autocomplete-suggestions > div {
    border-bottom: 1px solid #E3E3E3; }
  .header__search .autocomplete-suggestions > div:last-child {
    border-bottom: 0; }

  .header__search .autocomplete-no-suggestion {
    font-style: italic;
    padding: 15px 30px; }

  .header__search .autocomplete-group {
    color: #E3E3E3;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 30px; }

  .header__search .autocomplete-suggestion {
    position: relative;
    padding: 15px 44px 15px 30px; }
  .header__search .autocomplete-suggestion:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    background: url("../img/sprite.svg") -24px -72px no-repeat;
    content: ''; }

  .header__search .mCSB_inside > .mCSB_container {
    margin-right: 0px; }

  .mobile-panel .autocomplete-no-suggestion {
    font-style: italic;
    padding: 15px 0px; }

  .mobile-panel .autocomplete-group {
    display: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 0px; }

  .mobile-panel .autocomplete-suggestions {
    display: block !important;
    position: static !important;
    max-height: none !important;
    width: 100% !important;
    height: auto;
    color: black; }
  .mobile-panel .autocomplete-suggestions > div:last-child {
    border-bottom: 0; }

  .mobile-panel .autocomplete-suggestion {
    padding: 12px 0;
    margin-bottom: -1px;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    position: relative;
    font-size: 16px;
    color: rgb(51, 51, 51); }
  /*  .mobile-panel .autocomplete-suggestion:after {
    position: absolute;
    right: -6px;
    top: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    background: url("../img/sprite.svg") -240px -72px no-repeat;
    content: ''; }*/
  @media all and (min-width: 1400px) {
    .card{
      height: 470px;}
    .card__desc {
      height: 100px;}

  }

  @media all and (max-width: 360px) {
    .card__desc{
      display: none;
    }
    .card__box{
      border: none;
      margin-top: -30px;
    }
    .card__box-new{
      flex-direction: column;
      margin-top: -20px;
    }
    .catalog__item .card__cart {
      margin-top: 5px;
    }
    .card__right{
      display: none;
    }
    .card__count {
      padding-bottom: 5px;
    }
    .catalog__item .card__box{
      display: flex;
      align-items: flex-end;
    }
    .card__title{
      font-size: 13px;
    }}
  .m10 li{
    margin-bottom: 10px;}

  @media all and (max-width: 1240px) {
    .menu-toggle__lines,.menu-toggle__lines:before,.menu-toggle__lines:after {
      background: #3a3e43;
      border-radius: 5px;
    }
    .header__cart-count{
      background: #E2D8FF;
      color: #3a3e43;
    }
    .logo-desctop{display:none;}
    .logo-mobile{display: block;    max-width: 150px;}
    .hp-products{
      border-bottom: 10px solid #f5f5f5;
      background: #fff; }
    .main-products__title-container{
      padding: 12px 0;}
    .hp-products{margin-top: 0;}
    .main-products__items_sale{padding: 12px 0;}
    .card_new:hover{box-shadow: none;}
    .card_new{height: 260px;padding: 11px; margin-bottom: 0;}
    .card__image-new img{    height: 120px;}
    .card__bot-new{height: 66px;}
    .card-cart-new{width: 62px;
      height: 37px;}
    .card__box-new{
      width: 100%;
    }
  }
  .header__wrap-fluid{
    z-index: 500;
  }

  .button__gradient{
    background: linear-gradient(45deg, #a271b7, #3b174a);
    background-size: 200% 200%;
    animation: gradient 5s ease infinite;
    position: fixed;
    bottom: 20px;
    left: 10px;
    padding: 7px;
    color: white;
    border: 1px solid #c5b9ca;
    font-size: 17px;
    border-radius: 5px;
    z-index: 300;
    cursor: pointer;
    display: none;
  }
  .button__gradient_top{
    display: none;
    background: linear-gradient(45deg, #729e00, #006d00);
    background-size: 200% 200%;
    animation: gradient 5s ease infinite;
    position: absolute;
    bottom: -15px;
    right: 40px;
    padding: 2px 5px;
    color: white;
    border: 1px solid #c5b9ca;
    font-size: 17px;
    border-radius: 5px;
    z-index: 300;
    cursor: pointer;
  }
  @media all and (max-width: 1024px){
    .button__gradient{
      display: block;}
  }
  @media all and (min-width: 1250px) {
    .button__gradient_top{
      display: block;
    }}
  @media all and (min-width: 1024px) and (max-width: 1250px) {
    .button__gradient_top{
      bottom: -27px;
      right: 18px;
      display: block;}
  }
  @keyframes gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }

  .form-partnership {
    margin: 40px 0;
    width: 100%;
  }

  @media screen and (max-width: 992px) {
    .form-partnership {
      margin: 20px 0;
    }
  }

  .form-partnership__body {
    width: 100%;
    padding: 80px;
    background: #F7F7F7;
  }

  @media screen and (max-width: 992px) {
    .form-partnership__body {
      padding: 50px;
    }
  }

  @media screen and (max-width: 576px) {
    .form-partnership__body {
      padding: 30px 20px;
    }
  }

  .form-partnership__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  @media screen and (max-width: 768px) {
    .form-partnership__inner {
      flex-direction: column;
      justify-content: flex-start;
    }
  }

  .form-partnership__text {
    flex: 0 0 40%;
    color: #060606;
    line-height: 1.5;
  }

  @media screen and (max-width: 768px) {
    .form-partnership__text {
      text-align: center;
      margin-bottom: 40px;
    }
  }

  @media screen and (max-width: 768px) {
    .form-partnership__text {
      flex: auto;
      width: 100%;
    }
  }

  .form-partnership__text span {
    display: block;
    font-size: 38px;
    margin: 0 0 30px;
  }

  @media screen and (max-width: 992px) {
    .form-partnership__text span {
      font-size: 30px;
    }
  }

  .form-partnership__text p {
    display: block;
    font-size: 18px;
  }



  .form-partnership__field {
    display: flex;
    flex: 0 0 55%;
    justify-content: space-between;
  }

  @media screen and (max-width: 576px) {
    .form-partnership__field {
      flex-direction: column;
    }
  }

  @media screen and (max-width: 768px) {
    .form-partnership__field {
      flex: auto;
      width: 100%;
    }
  }

  .form-partnership__col {
    display: flex;
    flex-direction: column;
    flex: 0 0 48%;
    font-size: 14px;
  }

  @media screen and (max-width: 576px) {
    .form-partnership__col {
      flex: auto;
      width: 100%;
    }

    .form-partnership__col:last-child {
      margin-top: 20px;
    }
  }

  .form-partnership__input-container {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }

  .form-partnership__input-container_with-textarea {
    height: 109px;
  }

  .form-partnership__col .form-partnership__input-container:last-child {
    margin-bottom: 0;
  }

  .form-partnership__input-container input,
  .form-partnership__input-container textarea {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px 10px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #E9E9E9;
    color: #060606;
  }

  @media screen and (max-width: 992px) {
    .form-partnership__input-container input,
    .form-partnership__input-container textarea {
      font-size: 16px;
    }
  }

  .form-partnership__input-container input::placeholder,
  .form-partnership__input-container textarea::placeholder {
    font-size: 14px;
    text-align: center;
  }

  .form-partnership__input-container input:focus-visible,
  .form-partnership__input-container textarea:focus-visible {
    outline: none;
  }

  .form-partnership__input-container textarea {
    resize: none;
  }

  .form-partnership__col button {
    width: 100%;
    min-height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;

    border: none;
    outline: none;
    transition: all .3s linear;
  }

  .loader {
    z-index: 10000 !important;
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.55);
  }

  .loader-bar {
    width: 56px;
    height: 56px;
    border: 8px solid #8258FC;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0; }
  .loader-bar::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #8258FC;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 33px; }

  @keyframes loader-rotate {
    0% {
      transform: rotate(0); }
    100% {
      transform: rotate(360deg); }
  }

  #card__delivery-cdek-pvz,#card__delivery-cdek-postamat{
    font-size: 13px;
  }


  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-color: #8258FC;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #8258FC;
  }

  .location-choose-block-wrapper .bx-sls .dropdown-block {
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    line-height: 38px;
    padding: 7px 30px;
  }

  .location-choose-block-wrapper .bx-sls .dropdown-icon,
  .location-choose-block-wrapper .bx-sls .bx-ui-sls-clear {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
  }

  .location-choose-block-wrapper .bx-sls .bx-ui-sls-fake,
  .location-choose-block-wrapper .bx-sls .bx-ui-sls-route {
    height: 100%;
  }

  .location-choose-block-wrapper .bx-ui-sls-pane {
    overflow: unset;
    padding: 0;
    top: 100%;
    border: 1px solid #E3E3E3;
  }

  .location-choose-block-wrapper .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
  .location-choose-block-wrapper .bx-sls .bx-ui-sls-variant-active {
    background-color: #F7F7F7;
  }

  .location-choose-block-wrapper .bx-sls .dropdown-fade2white{
    background:none!important;
    background-color: #F7F7F7;
  }


  .product-card__left img.product-slider__image {
    height: 300px;
    max-width: 100%;
    object-fit: cover;
  }

  .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 1024px) {
    .product-slider__slide img {
      display: block;
      width: 100%;
      height: 300px;
      margin: 0 auto;
      object-fit: cover;
    }
  }