/*!
 * CUSTOM STYLES
 * Copyright 2018 Panov A.P.
 * Copyright 2018 magwai.ru
 * Licensed
 */

.slick-initialized .slick-slide.sl-centered {
    display: inline-block;
    vertical-align: middle;
	float: none;
	height: auto;
	min-height: none;
}

.amount__minus, .amount__plus, .soc__item, .btn-s, .catalog-info__link, .actions-product__link, .nav-cabinet__link, .content-cabinet__edit-link {
  cursor: pointer;
}
.amount__minus:active, .amount__plus:active, .soc__item:active, .btn-s:active, .catalog-info__link:active, .actions-product__link:active, .nav-cabinet__link:active, .content-cabinet__edit-link:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.g-col, .g-col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
}

label.novalidate:after,
label.error:after, .mail-form__input-box.error:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal__close, .cart-widget__close {
  position: absolute;
  top: 34px;
  right: 80px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}
.modal__close:before, .cart-widget__close:before {
  display: block;
}

img[data-object-fit="contain"] {
  -o-object-fit: contain;
     object-fit: contain;
}

img[data-object-fit="cover"] {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fit-img > img {
  opacity: 0;
}

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

.responsive-img {
  position: relative;
}
.responsive-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.responsive-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100% !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.g-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px;
}

.g-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.g-col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.g-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.g-align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.g-justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.g-justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.g-justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.g-col .row-form {
  width: 100%;
  margin-bottom: 5px;
}
.row-form--w-100 {
  width: 100%;
}

.icon-cross {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.icon-cross:before, .icon-cross:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.icon-cross:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon-cross:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.amount--pos-cart {
  margin-top: 32px;
}
.amount--inline-block {
  display: inline-block;
}
.amount__minus, .amount__plus {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}
.amount__minus:before, .amount__plus:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.amount__minus--sm, .amount__plus--sm {
  width: auto;
}
.amount__minus {
  text-align: right;
}
.amount__minus:before {
  border-width: 6px 8px 6px 0;
  border-color: transparent #000 transparent transparent;
}
.amount__plus {
  text-align: left;
}
.amount__plus:before {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
}
.amount__input {
  display: inline-block;
  vertical-align: middle;
  width: 59px;
  height: 34px;
  font-size: 24px;
}
.amount__input--hollow { 
  border: none;
  width: 60px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.amount__input--hollow:focus, .amount__input--hollow:hover {
  background: none;
}

.style-input.error, .style-input.novalidate {
  border-color: #aa0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffdddd));
  background: linear-gradient(to bottom, #fff 0%, #ffdddd 100%);
}

label.novalidate,
label.error {
  display: block;
  position: relative;
  color: #aa0000;
}
label.novalidate:after,
label.error:after {
  content: "\f06a";
  position: absolute;
  right: 8px;
  bottom: 10px;
  font-size: 18px;
}

.ajax-loader {
  position: relative;
}
.ajax-loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/css/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ajax-loader--active:after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.soc__inner {
  margin: 0 -6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.soc__item {
  margin: 10px 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#ebebeb));
  background: linear-gradient(to bottom, #fff 0, #ebebeb 100%);
  border: 1px solid #a9a9a9;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
  color: #000;
  font-size: 24px;
  text-decoration: none;
}
.soc__item:hover {
  text-decoration: none;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

.ik_select_link_disabled {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(60%, #fff));
  background: linear-gradient(to bottom, #ebebeb 0, #fff 60%);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e4e4e4;
  color: #c7c7c7;
}

.custom-info-window.si-wrapper-top {
  margin-top: -20px;
  margin-left: -10px;
}
.custom-info-window .si-shadow-wrapper-top {
  display: none;
}
.custom-info-window .si-content-wrapper {
  width: 382px;
  padding-top: 40px;
  padding-bottom: 90px;
  border: none;
  background: url("/img/info-cloud.png") center no-repeat;
  background-size: 100% 100%;
}
.custom-info-window .si-content {
  width: 100%;
  height: 100%;
  min-height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-info-window .si-pointer-border-top {
  display: none;
}
.custom-info-window .si-pointer-bg-top {
  display: none;
}

.datepicker {
  position: relative;
}
.datepicker:before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.datepicker input {
  padding-right: 35px;
}

.header__favorites:after, .header__login:before {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 1px;
  background: #959390;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bebdbb), to(#959390));
  background: linear-gradient(to bottom, #bebdbb 0, #959390 100%);
  margin: 0 10px;
}

.header__bot-row {
  height: 70px;
}
.header__favorites {
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
}
.header__favorites-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header__favorites-link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
}
.header__favorites-link:hover {
  color: inherit;
  text-decoration: underline;
}
.header__favorites:after {
  content: '';
}
.header__cart-icon-active {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  margin: -1px 7px 0 0;
  display: none;
}
.cart-showed .header__cart-icon-active {
  display: inline-block;
}
.header__login {
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
}
.header__login:before {
  content: '';
}
.header__login-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header__login-link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
}
.header__login-link:hover {
  color: inherit;
  text-decoration: underline;
}
.header__user {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header__user-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.header__user-title span {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header__user-title.active .header__user-icon {
  display: none;
}
.header__user-icon-active {
  display: none;
}
.header__user-title.active .header__user-icon-active {
  display: inline-block;
}
.header__user-dd {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: -65px;
  padding: 33px;
  /*background: #fff;*/
}

.header__user-dd .header__user-dd-a  {
	display: inline-block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.header__user-dd a:hover, .header__user-dd a:active {
	color:#e8337f;
}

.cart-showed .cart-h:before {
  display: none;
}
.cart-h:after {
  display: none;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 22px;
  height: 26px;
  background: #000;
  border-radius: 5px;
}
.cart-showed .cart-h:after {
  display: block;
}

.ui-checkbox,
.ui-radiobox {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 26px;
  margin: 0;
  cursor: pointer;
  min-height: 26px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: left;
}
.ui-checkbox__icon, .ui-radiobox__icon {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #a9a9a9;
  background: #fff;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
}
.ui-checkbox__icon:before,
.ui-radiobox__icon:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  width: 8px;
  height: 8px;
  background: #33302c;
  -webkit-transition: border-color 0.15s ease-in-out, opacity 0.1s;
  transition: border-color 0.15s ease-in-out, opacity 0.1s;
}
.ui-checkbox__icon--white,
.ui-radiobox__icon--white {
  background: #fff;
}
.ui-checkbox:hover .ui-checkbox__icon:before, .ui-radiobox:hover .ui-checkbox__icon:before,
.ui-checkbox:hover .ui-radiobox__icon:before, .ui-radiobox:hover .ui-radiobox__icon:before {
  opacity: 0.3;
}
.ui-checkbox__input:checked + .ui-checkbox__icon:before, .ui-radiobox__input:checked + .ui-checkbox__icon:before, .ui-checkbox__input:checked + .ui-radiobox__icon:before, .ui-radiobox__input:checked + .ui-radiobox__icon:before {
  opacity: 1;
}
.ui-checkbox__text,
.ui-radiobox__text {
  margin-left: 1em;
  display: inline-block;
}

.ui-radiobox__icon {
  border-radius: 50%;
}
.ui-radiobox__icon:before {
  border-radius: 50%;
}

.arcticmodal-overlay,
.arcticmodal-container {
  z-index: 1040;
}

.arcticmodal-container_i {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.arcticmodal-container_i2 {
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 40px 10px 20px;
}
@media (min-width: 768px) {
  .arcticmodal-container_i2 {
    padding: 25px 40px;
  }
}

.arcticmodal-error,
.arcticmodal-loading {
  display: inline-block;
}

.modal {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 730px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  font-family: "helveticaneuecyrCond";
}
.modal--wide {
  max-width: 910px;
}
.modal:before {
  content: '';
  display: block;
  padding-bottom: 6.71%;
  background: url("/img/modal-top.png") center no-repeat;
  background-size: 100% 100%;
}
.modal:after {
  content: '';
  display: block;
  padding-bottom: 14.93%;
  background: url("/img/modal-bot.png") center no-repeat;
  background-size: 100% 100%;
}
.modal--wide .modal__close {
  right: 100px;
}
.modal__content {
  padding: 1px 13.7%;
  background: url("/img/modal-body.png") top center repeat-y;
  background-size: 100% auto;
}
.modal__title {
  font-size: 30px;
  font-family: "helveticaneuecyrCond";
  font-weight: 600;
  margin: 0 0 20px;
}
.modal__link {
  font-size: 20px;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  text-transform: uppercase;
}
.modal__forget {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.modal__form-result p {
  margin-bottom: 10px;
}
.modal__agreement {
  color: #585858;
  line-height: 1.33em;
}
.modal__col-1-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.modal__col-2-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.b-oneclick__preview {
  width: 198px;
  margin-bottom: 25px;
  border: 1px solid #fff;
}
.b-oneclick__price {
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  color: #6e4285;
  font-size: 26px;
}
.b-oneclick__count {
  margin-bottom: 25px;
}
.b-oneclick__textarea {
  resize: vertical;
  min-height: 70px;
  max-height: 300px;
  height: 70px;
}
.b-oneclick__result {
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.b-oneclick__result p {
  margin-bottom: 5px;
}
.b-oneclick__summ {
  font-size: 24px;
  text-decoration: underline;
  margin-right: 0.3em;
}
.b-oneclick__summ:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 37px;
  background-color: #b8b8b8;
  margin-right: 15px;
}
.b-oneclick__info {
  font-weight: 200;
  line-height: 1.33em;
}

.btn, .btn-s {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-family: "helveticaneuecyrCond";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.1s, color 0.1s;
  transition: background 0.1s, color 0.1s;
}

.btn {
  height: 54px;
  padding: 0 23px;
  min-width: 215px;
  color: #e8337f;
  font-size: 21px;
  border-radius: 15px;
  background: #ffffbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffbb), to(#ffdd44));
  background: linear-gradient(to bottom, #ffffbb 0%, #ffdd44 100%);
  -webkit-box-shadow: 0 8px 0 #d7aa2f, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 0 #d7aa2f, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
}
.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffa2), to(#ffd82b));
  background: linear-gradient(to bottom, #ffffa2 0%, #ffd82b 100%);
}
.btn:active {
  -webkit-box-shadow: 0 3px 0 #d7aa2f, 0px 8px 6px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0 3px 0 #d7aa2f, 0px 8px 6px 0px rgba(0, 0, 0, 0.26);
}
.btn:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.btn--color-2 {
  color: #d588a3;
  -webkit-box-shadow: 0 8px 0 #602a8b, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 0 #602a8b, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
  background: #9c66bc;
  background: -webkit-gradient(linear, left top, left bottom, from(#9c66bc), to(#300e57));
  background: linear-gradient(to bottom, #9c66bc 0%, #300e57 100%);
}
.btn--color-2:active {
  -webkit-box-shadow: 0 3px 0 #602a8b, 0px 8px 6px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0 3px 0 #602a8b, 0px 8px 6px 0px rgba(0, 0, 0, 0.26);
}
.btn--color-2:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a778c4), to(#3c126d));
  background: linear-gradient(to bottom, #a778c4 0%, #3c126d 100%);
}
.btn[disabled], .btn--disabled {
  color: #fff;
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999));
  background: linear-gradient(to bottom, #ddd 0%, #999 100%);
  -webkit-box-shadow: 0 8px 0 #818181, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 0 #818181, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
}
.btn[disabled]:active, .btn--disabled:active {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: 0 8px 0 #818181, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 0 #818181, 0px 15px 6px 0px rgba(0, 0, 0, 0.26);
}

.btn-s {
  height: 45px;
  padding: 0 35px;
  min-width: 170px;
  font-size: 20px;
  border-radius: 15px;
  border-radius: 5px;
}
.btn-s--color-1 {
  background: #00b2b4;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b2b4), to(#0e6356));
  background: linear-gradient(to bottom, #00b2b4 0%, #0e6356 100%);
  color: #3ddae8;
}
.btn-s--color-1:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#00cbce), to(#117969));
  background: linear-gradient(to bottom, #00cbce 0%, #117969 100%);
}
.btn-s--color-2 {
  background: #7400b4;
  background: -webkit-gradient(linear, left top, left bottom, from(#7400b4), to(#450e63));
  background: linear-gradient(to bottom, #7400b4 0%, #450e63 100%);
  color: #b784d3;
}
.btn-s--color-2:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#8400ce), to(#551179));
  background: linear-gradient(to bottom, #8400ce 0%, #551179 100%);
}
.btn-s--color-3 {
  background: #ea1d72;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea1d72), to(#a82d6c));
  background: linear-gradient(to bottom, #ea1d72 0%, #a82d6c 100%);
  color: #e68fb6;
}
.btn-s--color-3:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ec3481), to(#bc3279));
  background: linear-gradient(to bottom, #ec3481 0%, #bc3279 100%);
}
.btn-s[disabled], .btn-s--disabled {
  color: #fff;
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999));
  background: linear-gradient(to bottom, #ddd 0%, #999 100%);
}

.mail-form-wrap {
  position: relative;
  width: 860px;
  margin: 45px auto 0;
}
.mail-form-wrap .mail-form {
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.15);
}
.mail-form-wrap__close {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  width: 45px;
  height: 45px;
  border: none;
  background: #440e62;
  color: #fff;
  font-family: sans-serif;
  font-size: 34px;
  line-height: 1;
}

.mail-form__col-2-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.mail-form__col-1-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.mail-form__delivery-date, .mail-form__agreement {
  font-family: "helveticaneuecyr";
  font-weight: 200;
  font-size: 18px;
}
.mail-form__agreement {
  margin: 25px 0;
  color: #585858;
}
.mail-form__textarea {
  height: 70px;
  resize: vertical;
}
.mail-form__input-box.error {
  position: relative;
  color: #aa0000;
}
.mail-form__input-box.error:after {
  content: "\f06a";
  position: absolute;
  right: 8px;
  bottom: 10px;
  font-size: 18px;
}
.mail-form__input-box.error input {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNcy8LyHwAD0QG22AI7EQAAAABJRU5ErkJggg==");
}
.mail-form__click-btn i {
  display: none;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 34px;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.mail-form__click-btn.active i {
  display: inline-block;
}
.mail-form__one-click {
  margin-top: 60px;
  display: none;
}
.mail-form__price {
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  color: #6e4285;
  font-size: 30px;
}
.mail-form__text-bold, .mail-form__result {
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}
.mail-form__result {
  margin-top: 10px;
  margin-bottom: 15px;
}
.mail-form__result p {
  margin-bottom: 5px;
}
.mail-form__summ {
  font-size: 30px;
  text-decoration: underline;
  margin-right: 0.3em;
}
.mail-form__summ:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 37px;
  background-color: #b8b8b8;
  margin-right: 15px;
}

.glow {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-animation: glow 15s linear 0s infinite forwards;
          animation: glow 15s linear 0s infinite forwards;
  background: url("/img/glow.png");
  background-size: contain;
}

.particles {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}

.rotate {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  -webkit-animation: rotate 20s linear 0s infinite alternate;
          animation: rotate 20s linear 0s infinite alternate;
}
.rotate .angle:nth-child(1) {
  -webkit-animation: angle 10s steps(5) 0s infinite;
          animation: angle 10s steps(5) 0s infinite;
}
.rotate .angle:nth-child(1) .size {
  -webkit-animation: size 10s steps(5) 0s infinite;
          animation: size 10s steps(5) 0s infinite;
}
.rotate .angle:nth-child(1) .particle {
  -webkit-animation: particle 6s linear infinite alternate;
          animation: particle 6s linear infinite alternate;
}
.rotate .angle:nth-child(1) .position {
  -webkit-animation: position 2s linear 0s infinite;
          animation: position 2s linear 0s infinite;
}
.rotate .angle:nth-child(2) {
  -webkit-animation: angle 4.95s steps(3) -1.65s infinite;
          animation: angle 4.95s steps(3) -1.65s infinite;
}
.rotate .angle:nth-child(2) .size {
  -webkit-animation: size 4.95s steps(3) -1.65s infinite alternate;
          animation: size 4.95s steps(3) -1.65s infinite alternate;
}
.rotate .angle:nth-child(2) .particle {
  -webkit-animation: particle 4.95s linear -3.3s infinite alternate;
          animation: particle 4.95s linear -3.3s infinite alternate;
}
.rotate .angle:nth-child(2) .position {
  -webkit-animation: position 1.65s linear 0s infinite;
          animation: position 1.65s linear 0s infinite;
}
.rotate .angle:nth-child(3) {
  -webkit-animation: angle 13.76s steps(8) -6.88s infinite;
          animation: angle 13.76s steps(8) -6.88s infinite;
}
.rotate .angle:nth-child(3) .size {
  -webkit-animation: size 6.88s steps(4) -5.16s infinite alternate;
          animation: size 6.88s steps(4) -5.16s infinite alternate;
}
.rotate .angle:nth-child(3) .particle {
  -webkit-animation: particle 5.16s linear -1.72 infinite alternate;
          animation: particle 5.16s linear -1.72 infinite alternate;
}
.rotate .angle:nth-child(3) .position {
  -webkit-animation: position 1.72s linear 0s infinite;
          animation: position 1.72s linear 0s infinite;
}
.rotate .angle:nth-child(5) .position {
  -webkit-animation: position 2.45s linear 0s infinite;
          animation: position 2.45s linear 0s infinite;
}

.angle {
  position: absolute;
  top: 0;
  left: 0;
}

.size {
  position: absolute;
  top: 0;
  left: 0;
}

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

.pulse {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pulse 1.5s linear 0s infinite alternate;
          animation: pulse 1.5s linear 0s infinite alternate;
}

.particle {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 30px;
  height: 30px;
  background: url("/img/shine-light-bright.png");
  background-size: contain;
}

@-webkit-keyframes glow {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(150%) saturate(50%) hue-rotate(0deg) opacity(100%);
            filter: brightness(150%) saturate(50%) hue-rotate(0deg) opacity(100%);
  }
  25% {
    -webkit-transform: scale(0.8) rotate(90deg);
            transform: scale(0.8) rotate(90deg);
    -webkit-filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
            filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
    -webkit-filter: brightness(100%) saturate(100%) hue-rotate(0deg) opacity(100%);
            filter: brightness(100%) saturate(100%) hue-rotate(0deg) opacity(100%);
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    -webkit-filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
            filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    -webkit-filter: brightness(150%) saturate(100%) hue-rotate(0deg) opacity(100%);
            filter: brightness(150%) saturate(100%) hue-rotate(0deg) opacity(100%);
  }
}

@keyframes glow {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(150%) saturate(50%) hue-rotate(0deg) opacity(100%);
            filter: brightness(150%) saturate(50%) hue-rotate(0deg) opacity(100%);
  }
  25% {
    -webkit-transform: scale(0.8) rotate(90deg);
            transform: scale(0.8) rotate(90deg);
    -webkit-filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
            filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
    -webkit-filter: brightness(100%) saturate(100%) hue-rotate(0deg) opacity(100%);
            filter: brightness(100%) saturate(100%) hue-rotate(0deg) opacity(100%);
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    -webkit-filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
            filter: brightness(100%) saturate(50%) hue-rotate(50deg) opacity(100%);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    -webkit-filter: brightness(150%) saturate(100%) hue-rotate(0deg) opacity(100%);
            filter: brightness(150%) saturate(100%) hue-rotate(0deg) opacity(100%);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes angle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes angle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes size {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@keyframes size {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@-webkit-keyframes position {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100px, 100px, 0);
            transform: translate3d(100px, 100px, 0);
    opacity: 0;
  }
}
@keyframes position {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100px, 100px, 0);
            transform: translate3d(100px, 100px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes particle {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(200%) hue-rotate(0deg);
            filter: brightness(200%) hue-rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(100%) hue-rotate(50deg);
            filter: brightness(100%) hue-rotate(50deg);
  }
}
@keyframes particle {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(200%) hue-rotate(0deg);
            filter: brightness(200%) hue-rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(100%) hue-rotate(50deg);
            filter: brightness(100%) hue-rotate(50deg);
  }
}
.cart-widget {
  position: absolute;
  z-index: 1050;
  top: 100%;
  margin-top: 30px;
  right: -50px;
  width: 640px;
}
.cart-widget:before {
  content: '';
  display: block;
  padding-bottom: 6.71%;
  background: url("/img/modal-top.png") center no-repeat;
  background: url("/img/cart-widget-top.png") center no-repeat;
  background-size: 100% 100%;
}
.cart-widget:after {
  content: '';
  display: block;
  padding-bottom: 14.93%;
  background: url("/img/modal-bot.png") center no-repeat;
  background-size: 100% 100%;
}
.cart-widget__inner {
  padding: 1px 15% 25px;
  background: url("/img/modal-body.png") top center repeat-y;
  background-size: 100% auto;
}
.cart-widget__title {
  margin: 0 0 20px;
}
.cart-widget__scroll {
  max-height: 255px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 -28px 20px;
}
.cart-widget__scroll::-webkit-scrollbar {
  width: 11px;
}
.cart-widget__scroll::-webkit-scrollbar-track {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAQAAACx6dw/AAAADUlEQVR42mNksGcAAgABSQBBHB8AtQAAAABJRU5ErkJggg==") center top repeat-y;
}
.cart-widget__scroll::-webkit-scrollbar-thumb {
  background-color: #33302c;
  border-radius: 5px;
}
.cart-widget__list {
  padding: 0;
  margin: 0;
}
.cart-widget__item {
  list-style: none;
  margin: 15px 0 0;
}
.cart-widget__amount {
  margin-right: 10px;
}

.item-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-widget__preview {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0;
}
.item-widget__img-wrap {
  width: 110px;
}
.item-widget__img-wrap img {
  display: block;
  width: 100%;
}
.item-widget__action-btn {
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 26px;
}
.item-widget__action-btn:hover:after {
  line-height: 27px;
}
.item-widget__content {
  padding: 0 0 0 15px;
}
.item-widget__title {
  /*display: block;*/
  font-size: 20px;
  line-height: 1.4em;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  color: inherit;
}
.item-widget__title:hover, .item-widget__title:focus {
  color: inherit;
}
.item-widget__price {
  font-family: "helveticaneuecyr";
  font-weight: 300;
  font-size: 18px;
}
.item-widget__price span {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  font-family: "helveticaneuecyrCond";
  color: #904040;
}

.top-slider__slide {
  position: relative;
}
.top-slider__slide {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-initialized .top-slider__slide {
  opacity: 1;
}
.top-slider__slide-img {
  width: 830px;
}
.top-slider__slide-img--dimmed:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.58)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#94000000',GradientType=0 );
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.slick-active .top-slider__slide-img--dimmed:after {
  opacity: 1;
}
.top-slider__slide-img:before {
  height: calc(100vh - 300px);
  padding-bottom: 0;
  min-height: 420px;
}
.top-slider__content {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  max-width: 60%;
  padding: 0 85px;
  color: #fff;
  text-transform: uppercase;
  font-family: "helveticaneuecyrCond";
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.slick-active .top-slider__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-slider__link {
  color: inherit;
  text-decoration: none;
}
.top-slider__title {
  font-size: 36px;
  line-height: 1.111;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
  font-weight: bolder;
  margin-bottom: 10px;
}
.top-slider__descr {
  font-size: 16px;
  line-height: 1.5em;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
}
.top-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
.top-slider .slick-dots li {
  display: inline-block;
  list-style: none;
}
.top-slider .slick-dots button {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 0;
}
.top-slider .slick-dots button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.top-slider .slick-dots button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}
.top-slider .slick-dots .slick-active button:before {
  background: #e8337f;
}
.top-slider .slick-dots .slick-active button:after {
  width: 18px;
  height: 18px;
  border: 1px solid #e8337f;
}
.top-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.top-slider .slick-arrow:active {
  margin-top: 1px;
}
.top-slider .slick-prev {
  left: 0;
}
.top-slider .slick-next {
  right: 0;
}

.map-pop {
  padding: 0;
  margin: 0;
}
.map-pop__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map-pop__item + .map-pop__item {
  margin-top: 2px;
}
.map-pop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 210px;
  width: 100%;
}
.map-pop__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 15px;
  height: 20px;
  margin-right: 10px;
}
.map-pop__text {
  width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.map-pop__text a {
  color: inherit;
}

.catalog-info {
  position: relative;
  padding: 45px 60px 50px 30px;
  background: #fbfbf7 url("/img/paper-bg.jpg") left top repeat;
}
.catalog-info--shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.catalog-info--shadow:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 13px;
  height: 100%;
  background: url("/img/catalog-item-left-shadow.png") no-repeat;
  background-size: 100% 100%;
}
.catalog-info--shadow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 37px;
  height: 100%;
  background: url("/img/shadow_item.png") no-repeat;
  background-size: 100% 100%;
}
.catalog-info__blot-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.catalog-info__blot-1:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -8px;
  width: 40px;
  border-radius: 50%;
  height: 4px;
  width: 45px;
  background: #000;
}
.catalog-info__blot-2 {
  position: absolute;
  right: 27px;
  bottom: 0;
}
.catalog-info__blot-2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -7px;
  right: 70px;
  width: 18px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}
.catalog-info__inkwell {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: -30px;
}
.catalog-info__title {
  font-size: 24px;
  font-weight: 400;
  font-family: "helveticaneuecyrCond";
  color: #6e4285;
  margin: 0 0 15px;
}
.catalog-info__text p:last-child {
  margin-bottom: 0;
}
.catalog-info__link {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 0;
  margin-bottom: 30px;
}

.product__title {
  margin: 5px 0 30px;
  text-transform: uppercase;
}
.product__info-col {
  padding-left: 41px;
}
.product__big-pic {
  float: none;
  margin-bottom: 15px;
}
.product__preview {
  padding: 0 30px;
  width: 300px;
  margin: 0 0 35px;
}
.product__preview .photo-item {
  background-size: 100% 100%;
  font-size: 75px;
  width: 1em;
  height: 1em;
  padding: 0.14em 0.15em 0.15em;
  margin: 0 3px;
  cursor: pointer;
}
.product__preview .photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__preview .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  background: none;
  border: none;
  font-size: 0;
  width: 27px;
  height: 46px;
}
.product__preview .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.8) translate(-60%, -60%);
          transform: scale(0.8) translate(-60%, -60%);
}
.product__preview .slick-arrow:active {
  margin-top: -22px;
}
.product__preview .slick-next {
  right: 0;
}
.product__preview .slick-prev {
  left: 0;
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 70px;
  padding-top: 10px;
  margin-bottom: 10px;
  background: url("/img/decorate_bg.png") no-repeat;
  background-position: -6px 0;
  white-space: nowrap;
  font-size: 18px;
  text-align: center;
  font-family: "helveticaneuecyrCond", sans-serif;
}
.product__price span {
  font-size: 30px;
  margin-left: 5px;
  color: #6e4285;
  font-weight: 600;
  vertical-align: middle;
}
.product__actions {
  margin: 30px 0;
}
.product__descr {
  font-size: 13px;
  line-height: 1.54em;
}
.product__descr-title {
  margin: 0 0 15px;
  color: #6e4285;
  font-weight: 300;
  font-family: "helveticaneuecyrCond", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.product__descr p {
  margin: 0;
}

.actions-product {
  width: 405px;
}
.actions-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: -16px -20px 0;
}
.actions-product__item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  list-style: none;
  padding: 0 20px;
  margin-top: 16px;
}
.actions-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.actions-product__icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  line-height: 45px;
  text-align: center;
  font-size: 0;
  background: #b2bef4;
  border-radius: 50%;
}
.actions-product__icon--color-1 {
  background: #b2bef4;
}
.actions-product__icon--color-2 {
  background: #d1b2f4;
}
.actions-product__icon--color-3 {
  background: #efb2f4;
}
.actions-product__icon--color-4 {
  background: #ffaae6;
}
.actions-product__icon:before {
  display: inline-block;
  vertical-align: middle;
}

.tabs-prod--offset {
  margin: 40px 0 50px;
}
.tabs-prod__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  font-family: "helveticaneuecyrCond";
}
.tabs-prod__item {
  list-style: none;
  color: #000;
}
.tabs-prod__item:after {
  content: '/';
  display: inline-block;
  margin: 0 0.7em;
  color: #000;
}
.tabs-prod__item:last-child:after {
  display: none;
}
.tabs-prod__item.active {
  color: #585652;
}
.tabs-prod__link {
  color: inherit;
  text-decoration: underline;
}
.tabs-prod__link:focus, .tabs-prod__link:hover {
  text-decoration: none;
  color: inherit;
}
.tabs-prod__item.active .tabs-prod__link {
  text-decoration: none;
}

.prod-advs {
  margin: 30px 0 0;
}
.prod-advs__item {
  padding: 0 0 0 20px;
  font-family: "helveticaneuecyrCond";
}
.prod-advs__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #a5e19e;
  margin: 0 0 -20px -20px;
}
.prod-advs__item-title {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #940d50;
  text-transform: uppercase;
}
.prod-advs__item-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43em;
  text-transform: uppercase;
}

.b-shelf--full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 180px 0 200px;
  background: url("/img/slider-bg.png") center repeat-x;
}
.b-shelf__title {
  text-transform: uppercase;
  margin-top: 0;
}
.b-shelf__wrap {
  position: relative;
}
.b-shelf__slider {
  position: relative;
  padding: 0 30px 22px;
  background: url(/img/row_bg.png) repeat-x 0 100%;
  margin: 0 30px 50px;
  font-size: 13px;
}
.b-shelf__slider:before {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 30px;
  height: 29px;
  background: url(/img/row_c_l.png) no-repeat;
}
.b-shelf__slider:after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 30px;
  height: 29px;
  background: url(/img/row_c_r.png) no-repeat;
}
.b-shelf__shadow {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 23px;
  background: url(/img/shadow_row.png) no-repeat 50% 0;
  background-size: 100%;
  z-index: 2;
}
.b-shelf .slick-list {
  position: relative;
  left: 15px;
}
.b-shelf .slick-initialized .slick-slide {
	display: inline-block;
	float: none;
}
.b-shelf .slick-slide {
  margin: 0 30px 0 0;
}
.b-shelf .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: none;
  padding: 0;
  border: none;
  font-size: 0;
}
.b-shelf .slick-arrow:active {
  margin-top: -39px;
}
.b-shelf .slick-prev {
  left: 0;
}
.b-shelf .slick-next {
  right: 0;
}
.b-shelf .slick-dots {
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.b-shelf .slick-dots li {
  display: inline-block;
  list-style: none;
}
.b-shelf .slick-dots button {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 6px;
  font-size: 0;
}
.b-shelf .slick-dots button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.b-shelf .slick-dots button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.b-shelf .slick-dots .slick-active button:before {
  background: #e8337f;
}
.b-shelf .slick-dots .slick-active button:after {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}

.cabinet__header {
  margin: 40px 0 30px;
}
.cabinet__title {
  margin: 0;
}
.cabinet__user {
  margin: 0;
}
.cabinet__status sup {
  color: #32b2aa;
  font-weight: 700;
  font-family: "helveticaneuecyrCond";
}
.cabinet__nav {
  margin-bottom: 40px;
}

.nav-cabinet__list {
  margin: -15px 0 0 -15px;
  padding: 0;
}
.nav-cabinet__item {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 15px 0 0 15px;
}
.nav-cabinet__link {
  position: relative;
  display: block;
  height: 38px;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.13);
}
.nav-cabinet__item.active .nav-cabinet__link:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #32b2aa;
}

.content-cabinet__inner {
  position: relative;
  background: #fff;
  padding: 35px 30px;
  margin-bottom: 20px;
  border: 40px solid #ececea;
  -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABRCAIAAAAl7d1hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI0REI5QjY2NTZCQzExRThCMTRDREYyNEFGNThFRjhFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI0REI5QjY3NTZCQzExRThCMTRDREYyNEFGNThFRjhFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjREQjlCNjQ1NkJDMTFFOEIxNENERjI0QUY1OEVGOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjREQjlCNjU1NkJDMTFFOEIxNENERjI0QUY1OEVGOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6sc/v7AAAVG0lEQVR42tRc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") 40 repeat repeat;
     border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABRCAIAAAAl7d1hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI0REI5QjY2NTZCQzExRThCMTRDREYyNEFGNThFRjhFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI0REI5QjY3NTZCQzExRThCMTRDREYyNEFGNThFRjhFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjREQjlCNjQ1NkJDMTFFOEIxNENERjI0QUY1OEVGOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjREQjlCNjU1NkJDMTFFOEIxNENERjI0QUY1OEVGOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6sc/v7AAAVG0lEQVR42tRc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") 40 repeat repeat;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.33);
}
.content-cabinet__col-1-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.content-cabinet__col-1-2, .content-cabinet__col-2-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.content-cabinet__col-1-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.content-cabinet__col-2-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.content-cabinet__title {
  margin: 0 0 20px;
}
.content-cabinet__subtitle {
  margin-bottom: 10px;
}
.content-cabinet__edit {
  margin-top: 10px;
}
.content-cabinet__edit-icon {
  vertical-align: middle;
  margin-right: 0.5em;
}
.content-cabinet__edit-link {
  display: inline-block;
  font-size: 14px;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  color: #000;
}
.content-cabinet__edit-link:focus, .content-cabinet__edit-link:hover {
  color: #000;
}

.addr-cabinet {
  margin-bottom: 10px;
}
.addr-cabinet__text {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-size: 18px;
  font-family: "helveticaneuecyrCond";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.addr-cabinet__actions {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.addr-cabinet__action {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.addr-cabinet__del {
  font-size: 15px;
}
.addr-cabinet__del:hover:before, .addr-cabinet__del:hover:after {
  background: #aa0000;
}

.history-cabinet__h-col:nth-child(1), .item-history__h-col:nth-child(1) {
  width: 36.45%;
}

.history-cabinet__h-col:nth-child(2), .item-history__h-col:nth-child(2) {
  width: 35.97%;
}

.history-cabinet__h-col:nth-child(3), .item-history__h-col:nth-child(3), .item-history__b-col:nth-child(2) {
  width: 27.58%;
}

.history-cabinet__h-row, .item-history__h-row, .item-history__b-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.history-cabinet__head {
  font-size: 20px;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  color: #000;
}
.history-cabinet__h-row {
  margin: 0;
}
.history-cabinet__h-col {
  list-style: none;
  padding: 0 15px 10px;
  line-height: 1;
  text-align: center;
}
.history-cabinet__h-col:nth-child(1) {
  text-align: left;
}
.history-cabinet__body {
  padding: 0;
  margin: 0;
}
.history-cabinet__item {
  list-style: none;
  margin-bottom: 5px;
}

.item-history__head {
  position: relative;
  background: #eeeeee;
  border-radius: 5px;
  color: #585858;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.item-history__head-icon {
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  right: 0;
}
.item-history__head-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 10px;
  height: 10px;
  border: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.item-history.active .item-history__head-icon:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 17px;
}
.item-history.active .item-history__head {
  background: #8d34bf;
  color: #fff;
}
.item-history__h-col {
  list-style: none;
  padding: 10px 15px;
  line-height: 1;
}
.item-history__h-col:nth-child(2), .item-history__h-col:nth-child(3) {
  text-align: center;
}
.item-history__date {
  font-weight: 200;
  font-family: "helveticaneuecyr";
}
.item-history__status--delivered {
  color: #32b2aa;
}
.item-history__status--transit {
  color: #6e4285;
}
.item-history.active .item-history__status {
  color: inherit;
}
.item-history__body {
  display: none;
  padding: 20px 0 10px;
}
.item-history__b-row {
  margin-bottom: 10px;
}
.item-history__b-col {
  list-style: none;
  padding: 0 10px;
}
.item-history__b-col:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 25px;
}
.item-history__b-col:nth-child(2) {
  text-align: center;
}

.cart__title {
  margin: 35px 0 25px 50px;
}
.cart__inner {
  width: 790px;
  margin: 0 auto;
}
.cart__row {
  margin: 0 -20px;
}
.cart__col-1-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.cart__rack {
  margin-top: 45px;
}
.cart__mustache {
  margin: -20px 0 40px;
}
.cart__selects {
  margin: 0 0 20px;
}
.cart__subtitle {
  margin: 0 0 10px;
}
.cart__descr {
  font-family: "helveticaneuecyrCond";
  color: #555555;
  line-height: 1.4;
  margin-bottom: 10px;
}
.cart__descr p {
  margin: 0;
}
.cart__agreement {
  color: #585858;
  font-size: 18px;
  line-height: 1.33em;
  font-family: "helveticaneuecyr";
  font-weight: 200;
}

.items-cart__header {
  font-weight: 300;
  line-height: 1;
  font-size: 18px;
}
.items-cart__body {
  font-family: "helveticaneuecyrCond";
  margin-bottom: 25px;
}
.items-cart__row {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #969696;
  -webkit-box-shadow: 0 1px #fff;
          box-shadow: 0 1px #fff;
}
.items-cart__footer .items-cart__row {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.items-cart__col {
  padding: 15px 5px;
  list-style: none;
}
.items-cart__col:nth-child(1) {
  width: 21%;
  padding-left: 0;
}
.items-cart__col:nth-child(2) {
  width: 43%;
}
.items-cart__col:nth-child(3) {
  width: 12%;
  text-align: center;
}
.items-cart__col:nth-child(4) { 
  width: 17%;
  text-align: center;
}
.items-cart__col:nth-child(5) {
  width: 12%;
  text-align: right;
  padding-right: 0;
}
.items-cart__col--align-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.items-cart__row.removed .items-cart__col:nth-child(n+3) {
  opacity: 0.5;
  position: relative;
}
.items-cart__row.removed .items-cart__col:nth-child(n+3):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.items-cart__preview {
  position: relative;
}
.items-cart__img-wrap {
  width: 110px;
  margin-left: 50px;
  -webkit-box-shadow: 4px 0 5px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 0 5px -4px rgba(0, 0, 0, 0.5);
}
.items-cart__img-wrap > img {
  display: block;
  width: 100%;
}

.items-cart__img-wrap > a {
  display: block;
  width: 100%;
}

.items-cart__img-wrap > a > img {
  display: block;
  width: 100%;
}

.items-cart__row.removed .items-cart__img-wrap {
  opacity: 0.5;
}
.items-cart__action-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.items-cart__action-btn:focus, .items-cart__action-btn:hover {
  position: absolute;
}
.items-cart__row.removed .items-cart__action-btn--del {
  display: none;
}
.items-cart__action-btn--restore {
  display: none;
  vertical-align: top;
  width: 38px;
  height: 38px;
  border: 1px solid #7a7a7a;
  background: #fff;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  color: #6f6f6f;
  font-size: 18px;
}
.items-cart__action-btn--restore:hover {
  background: #58aa5c;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.items-cart__action-btn--restore:hover:after {
  content: attr(data-text);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 100%;
  margin-left: 1px;
  background: #58aa5c;
  font-size: 18px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 600;
  font-family: "helveticaneuecyrCond";
}
.items-cart__row.removed .items-cart__action-btn--restore {
  display: block;
}
.items-cart__item-title {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 15px;
  font-weight: 700;
}
.items-cart__item-title a {
  color: #000;
}
.items-cart__row.removed .items-cart__item-title {
  opacity: 0.5;
}
.items-cart__item-removed {
  display: none;
  font-size: 18px;
  color: #aa0000;
}
.items-cart__row.removed .items-cart__item-removed {
  display: block;
}
.items-cart__item-info {
  font-size: 18px;
}
.items-cart__row.removed .items-cart__item-info {
  display: none;
}
.items-cart__info-title {
  cursor: pointer;
}
.items-cart__info-title i {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.items-cart__item-info.active .items-cart__info-title i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.items-cart__info-content {
  display: none;
}
.items-cart__info-content dl {
  margin: 0;
}
.items-cart__info-content dt {
  display: inline-block;
  font-weight: 700;
}
.items-cart__info-content dd {
  display: inline-block;
}
.items-cart__info-edit > i {
  vertical-align: middle;
  margin-right: 0.5em;
}
.items-cart__info-edit > a {
  display: inline-block;
  font-size: 14px;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
  color: #000;
}
.items-cart__price, .items-cart__summ {
  display: inline-block;
  font-size: 30px;
  margin-top: 30px;
  font-weight: 600;
}
.items-cart__price {
  color: #6e4285;
}
.items-cart__summ {
  color: #904040;
}

.footer-cart {
  font-family: "helveticaneuecyrCond";
  font-size: 24px;
  line-height: 1.2;
}
.footer-cart__title {
  margin: 2px 0 0;
}
.footer-cart__title--cart-fix {
  width: 160px;
  text-align: right;
  margin-right: 33px;
}
.footer-cart__price, .footer-cart__summ {
  margin: 0 0 7px;
}
.footer-cart__price span, .footer-cart__summ span {
  color: #904040;
  font-weight: 700;
}
.footer-cart__price span {
  font-size: 30px;
}
.footer-cart__summ {
  margin-top: -10px;
}
.footer-cart__summ span {
  font-size: 40px;
}

.rack {
  position: relative;
  padding-bottom: 165px;
  min-height: 236px;
}
.rack:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1042px;
  height: 236px;
  background: url("/img/rack.png") center bottom no-repeat;
}
.rack__inner {
  width: 820px;
  margin: 0 auto;
}
.rack__row {
  margin: 0 -20px;
}
.rack__col {
  padding: 0 20px;
}
.rack__ball {
  position: relative;
  padding: 0 0 0 150px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rack__ball:before {
  position: absolute;
  top: 0;
  left: -27px;
}
.rack__text {
  position: relative;
  font-size: 24px;
  font-family: "helveticaneuecyrCond";
  line-height: 1;
  margin-bottom: 40px;
  max-width: 265px;
}
.rack__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  width: 136px;
  height: 136px;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.rack__icon:before {
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
  position: relative;
  z-index: 1;
}
.rack__col:nth-child(odd) .rack__icon:before {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.rack__col:nth-child(even) .rack__icon:before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fast-reg__dl {
  overflow: hidden;
  line-height: 22px;
  margin: 0 0 5px;
}
.fast-reg__dt {
  float: left;
  margin-right: 10px;
  font-weight: 700;
  font-family: "helveticaneuecyrCond";
  font-size: 20px;
  line-height: inherit;
}
.fast-reg__dd {
  font-size: 18px;
  font-family: "helveticaneuecyr";
  font-weight: 200;
  line-height: inherit;
}
.fast-reg__text {
  margin: 20px 0;
  font-family: "helveticaneuecyr";
  font-weight: 300;
  font-size: 18px;
}
.fast-reg__footnote {
  font-size: 14px;
}
.fast-reg__text-colored {
  color: #6e4285;
  font-family: "helveticaneuecyrCond";
  font-weight: 700;
}
.fast-reg__link {
  font-weight: 700;
  font-family: "helveticaneuecyrCond";
  font-size: 16px;
  color: inherit;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(5px);
            transform: translatey(5px);
  }
  50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
  }
  100% {
    -webkit-transform: translatey(5px);
            transform: translatey(5px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(5px);
            transform: translatey(5px);
  }
  50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
  }
  100% {
    -webkit-transform: translatey(5px);
            transform: translatey(5px);
  }
}

.item-type1 a .podrobnee {
	margin-top: -40px;
}

.item-type1 a .pvk-sep {
   margin-top: -13px;
}

.item-type1 a .vkorzinu {
    margin-top: -4px;
}

.btn-favorite-add {
	display: none;
	padding: 5px;
	background: #fff;
	border-radius: 50%;
    margin-left: -14px;
    margin-top: 21px;
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 50%;
	cursor: pointer;
}

.btn-favorite-add:before {
	position: relative;
    top: 1px;
}

.item-type1 a:hover .btn-favorite-add {
	display: inline-block;
}

/*# sourceMappingURL=new-style.css.map */

.form-cont .lbl.error {
	color: #aa0000;
}

.status-prod-wrap {
	width: 90px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.status-prod-wrap img {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}

.event-frm {
	width: 100%;
}

.datepicker-event {
	width: 100%;
}

.txt-day-mail {
	display: inline-block;
    padding-top: 5px;
}

.wrp-day-sel {
    padding-left: 0;
}

.event-usr-item {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #eee;
}

.event-usr-item-act {
	padding-top: 8px;
	padding-bottom: 8px;
}

.event-usr-row {
	margin-bottom: 5px;
}

.cust-p-frm .row-form+.row-form {
    margin-top: 4px;
}

.in-cart-check:before {
	display: inline-block;
	position: absolute;
	left: -17px;
	top: 2px;
	content: '✓';
}

.items-cart__price_old {
	display: block;
	margin-top: 0;
    font-size: 24px;
    text-decoration: line-through;
    color: #696464;
    font-weight: normal;
    line-height: 24px;
}

.items-cart__price_old_oneclick {
	text-decoration: line-through;
}

.rack__inner .slick-list {
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 100%;
}

.rack__inner .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: none;
  padding: 0;
  border: none;
  font-size: 0;
}
.rack__inner .slick-arrow:active {
  margin-top: -39px;
}
.rack__inner .slick-prev {
  left: -55px;
}
.rack__inner .slick-next {
  right: -55px;
}

.rack__text {
	font-size: 21px;
}


#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 5px;
  display: none;
  color: #fff;
	  max-width: 300px;
}

#preview img {
	width: 100%;
}

.ik_select_nothing_found {
	background: #fff;
}

.cart-h {
	overflow: hidden;
    max-width: 164px;
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-info-window .si-close-button {
    top: 16px;
    right: 60px;
}

.cart-h:before {
	background: url(/img/cart_i.svg) 0 0 no-repeat;
}
.cart-showed .cart-h:after {
	display: none;
}

.sp-icon-cart-active:before {
	background: url(/img/cart_ia.svg) 0 0 no-repeat;
}

.item-type1 a .status-prod-wrap img {
	width: 50px;
	position: absolute;
	left: -10px;
	bottom: 0;
}

.item-type1 a .status-prod-wrap img:first-child {
	top: 0;
	bottom: auto;
}


.status-prod-wrap {
    width: 44px;
    left: 0px;
    height: 70px;
}

.b-shelf .slick-initialized .slick-slide {
	padding-left: 4px;
}



.modal__title.modal__title_catalog {
	text-align: center;
	font-size: 36px;
}

.amount-fld {
	border-radius: 3px;
}

.input-fld.anonim-disabled .lbl {
	color: #ccc;
}

.form-cont.form-cont-success:before {
	display: none;
}

.success-txt {
	font-size: 34px;
	color: #440e62;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
    font-family: "helveticaneuecyrCond";
	margin-bottom: 5px;
}

.shops-item-content .shops-item-txt.no-with-pic {
	margin-left: 60px;
}

.amount-fld {
	line-height: 34px;
}

.amount__input--hollow.amount-fld {
	line-height: 30px;
}
