* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: hsla(0, 0%, 100%, 0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
:active,
:focus,
:hover {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1b1b1a;
}
body {
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 800px) {
  body {
    padding-top: 58px;
  }
}
.ambasador__in,
.cart__in,
.catalog__in,
.footer__in,
.header__in,
.header_menu_second,
.in,
.inner__in,
.main-advantages__in,
.main-instagram__in,
.main-popular__in,
.main__in,
.news__in,
.product__in,
.purchase__in,
.similar__in {
  margin: auto;
 /* min-width: 320px;
  width: 1170px; Alex*/
    min-width: 320px;
    width: 1170px;
    max-width: 100%;
}
@media only screen and (max-width: 800px) {
  .ambasador__in,
  .cart__in,
  .catalog__in,
  .footer__in,
  .header__in,
  .header_menu_second,
  .in,
  .inner__in,
  .main-advantages__in,
  .main-instagram__in,
  .main-popular__in,
  .main__in,
  .news__in,
  .product__in,
  .purchase__in,
  .similar__in {
    width: 320px;
  }
}
.flex-row,
.flex-row .flex-col {
  display: -ms-flexbox;
  display: flex;
}
.flex-row .flex-col {
  -ms-flex: 1;
  flex: 1;
}
.flex-row .flex-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row .flex-center {
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  display: -ms-flexbox;
  display: flex;
}
.flex-row .flex-center .flex-content {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media only screen and (max-width: $tM px) {
  .flex-row .flex-center {
    display: none;
  }
}
.flex-row .flex-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-row .flex-left .flex-content {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-row .flex-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-row .flex-right .flex-content {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.clearboth {
  clear: both;
}
.btn {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  height: 60px;
  padding-top: 18px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-decoration: none;
  color: #1b1b1a;
  background-color: #fff;
  transition: margin 0.2s;
}
.btn._temporary._animate {
  animation: a 1.5s;
}
.btn:active {
  margin: 5px 0 0 5px;
}
.btn:active:after {
  bottom: -1px;
  right: -1px;
}
.btn:after {
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #fff;
  transition: bottom 0.2s, right 0.2s;
}
.btn.disabled {
  opacity: 0.3;
}
.btn.btn-white {
  border: 1px solid #1b1b1a;
}
.btn.btn-white i {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
}
.btn.btn-white i:first-child {
  width: 100%;
  height: 5px;
}
.btn.btn-white i:last-child {
  width: 5px;
  height: 100%;
}
.btn.btn-white:after {
  border-color: #1b1b1a;
}
.btn.btn-black {
  color: #fff;
  background-color: #1b1b1a;
}
.btn.btn-black:after {
  border-color: #1b1b1a;
}
.btn.btn-ico:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-ico-right {
  padding-right: 68px;
}
.btn.btn-ico-right:before {
  right: 40px;
}
.btn.btn-ico-full {
  padding: 0;
  width: 60px;
}
.btn.btn-ico-full:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn._ico_arrow_right:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -248px -184px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn._ico_arrow_right:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.btn._ico_arrow_left:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -248px -120px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn._ico_arrow_left:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.btn._ico_arrow_right_white:before {
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn._ico_arrow_right_white:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.btn._ico_favorite_white:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -128px -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn._ico_favorite_white:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.hidden {
  display: none;
}
.resp-image img {
  max-width: 100%;
  height: auto;
}
.cart_header h1,
.header_common h1,
.inner_header h1,
.news_header h1,
.purchase_header h1 {
  margin: 0 0 33px;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-transform: uppercase;
  text-align: center;
  color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .cart_header h1,
  .header_common h1,
  .inner_header h1,
  .news_header h1,
  .purchase_header h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.cart_header h2,
.header_common h2,
.inner_header h2,
.news_header h2,
.purchase_header h2 {
  margin: 0 0 33px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .cart_header h2,
  .header_common h2,
  .inner_header h2,
  .news_header h2,
  .purchase_header h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.ambasador_wysiwyg,
.inner_wysiwyg,
.news_wysiwyg,
.product_description_item_content,
.wysiwyg_common {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg img,
  .inner_wysiwyg img,
  .news_wysiwyg img,
  .product_description_item_content img,
  .wysiwyg_common img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.ambasador_wysiwyg h2,
.inner_wysiwyg h2,
.news_wysiwyg h2,
.product_description_item_content h2,
.wysiwyg_common h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg h2,
  .inner_wysiwyg h2,
  .news_wysiwyg h2,
  .product_description_item_content h2,
  .wysiwyg_common h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ambasador_wysiwyg h2._ico,
.inner_wysiwyg h2._ico,
.news_wysiwyg h2._ico,
.product_description_item_content h2._ico,
.wysiwyg_common h2._ico {
  position: relative;
  padding-left: 46px;
}
.ambasador_wysiwyg h2._ico:before,
.inner_wysiwyg h2._ico:before,
.news_wysiwyg h2._ico:before,
.product_description_item_content h2._ico:before,
.wysiwyg_common h2._ico:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "";
}
.ambasador_wysiwyg h2._icob,
.inner_wysiwyg h2._icob,
.news_wysiwyg h2._icob,
.product_description_item_content h2._icob,
.wysiwyg_common h2._icob {
  position: relative;
  margin-bottom: 30px;
  padding-left: 80px;
}
.ambasador_wysiwyg h2._icob:before,
.inner_wysiwyg h2._icob:before,
.news_wysiwyg h2._icob:before,
.product_description_item_content h2._icob:before,
.wysiwyg_common h2._icob:before {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  content: "";
}
.ambasador_wysiwyg h2._ico_everrest:before,
.inner_wysiwyg h2._ico_everrest:before,
.news_wysiwyg h2._ico_everrest:before,
.product_description_item_content h2._ico_everrest:before,
.wysiwyg_common h2._ico_everrest:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -114px -136px;
  width: 36px;
  height: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_everrest:before,
  .inner_wysiwyg h2._ico_everrest:before,
  .news_wysiwyg h2._ico_everrest:before,
  .product_description_item_content h2._ico_everrest:before,
  .wysiwyg_common h2._ico_everrest:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_cdek:before,
.inner_wysiwyg h2._ico_cdek:before,
.news_wysiwyg h2._ico_cdek:before,
.product_description_item_content h2._ico_cdek:before,
.wysiwyg_common h2._ico_cdek:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -158px -136px;
  width: 36px;
  height: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_cdek:before,
  .inner_wysiwyg h2._ico_cdek:before,
  .news_wysiwyg h2._ico_cdek:before,
  .product_description_item_content h2._ico_cdek:before,
  .wysiwyg_common h2._ico_cdek:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_russpost:before,
.inner_wysiwyg h2._ico_russpost:before,
.news_wysiwyg h2._ico_russpost:before,
.product_description_item_content h2._ico_russpost:before,
.wysiwyg_common h2._ico_russpost:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -204px 0;
  width: 36px;
  height: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_russpost:before,
  .inner_wysiwyg h2._ico_russpost:before,
  .news_wysiwyg h2._ico_russpost:before,
  .product_description_item_content h2._ico_russpost:before,
  .wysiwyg_common h2._ico_russpost:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_ems:before,
.inner_wysiwyg h2._ico_ems:before,
.news_wysiwyg h2._ico_ems:before,
.product_description_item_content h2._ico_ems:before,
.wysiwyg_common h2._ico_ems:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -204px -44px;
  width: 36px;
  height: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_ems:before,
  .inner_wysiwyg h2._ico_ems:before,
  .news_wysiwyg h2._ico_ems:before,
  .product_description_item_content h2._ico_ems:before,
  .wysiwyg_common h2._ico_ems:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_membrana:before,
.inner_wysiwyg h2._ico_membrana:before,
.news_wysiwyg h2._ico_membrana:before,
.product_description_item_content h2._ico_membrana:before,
.wysiwyg_common h2._ico_membrana:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -68px -68px;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_membrana:before,
  .inner_wysiwyg h2._ico_membrana:before,
  .news_wysiwyg h2._ico_membrana:before,
  .product_description_item_content h2._ico_membrana:before,
  .wysiwyg_common h2._ico_membrana:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_slatex:before,
.inner_wysiwyg h2._ico_slatex:before,
.news_wysiwyg h2._ico_slatex:before,
.product_description_item_content h2._ico_slatex:before,
.wysiwyg_common h2._ico_slatex:before {
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -68px;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_slatex:before,
  .inner_wysiwyg h2._ico_slatex:before,
  .news_wysiwyg h2._ico_slatex:before,
  .product_description_item_content h2._ico_slatex:before,
  .wysiwyg_common h2._ico_slatex:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_ykk:before,
.inner_wysiwyg h2._ico_ykk:before,
.news_wysiwyg h2._ico_ykk:before,
.product_description_item_content h2._ico_ykk:before,
.wysiwyg_common h2._ico_ykk:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -68px 0;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_ykk:before,
  .inner_wysiwyg h2._ico_ykk:before,
  .news_wysiwyg h2._ico_ykk:before,
  .product_description_item_content h2._ico_ykk:before,
  .wysiwyg_common h2._ico_ykk:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_cordura:before,
.inner_wysiwyg h2._ico_cordura:before,
.news_wysiwyg h2._ico_cordura:before,
.product_description_item_content h2._ico_cordura:before,
.wysiwyg_common h2._ico_cordura:before {
  background-image: url(../images/sprites/icons.png);
  background-position: 0 0;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_cordura:before,
  .inner_wysiwyg h2._ico_cordura:before,
  .news_wysiwyg h2._ico_cordura:before,
  .product_description_item_content h2._ico_cordura:before,
  .wysiwyg_common h2._ico_cordura:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h2._ico_coats:before,
.inner_wysiwyg h2._ico_coats:before,
.news_wysiwyg h2._ico_coats:before,
.product_description_item_content h2._ico_coats:before,
.wysiwyg_common h2._ico_coats:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -136px 0;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg h2._ico_coats:before,
  .inner_wysiwyg h2._ico_coats:before,
  .news_wysiwyg h2._ico_coats:before,
  .product_description_item_content h2._ico_coats:before,
  .wysiwyg_common h2._ico_coats:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg h3,
.inner_wysiwyg h3,
.news_wysiwyg h3,
.product_description_item_content h3,
.wysiwyg_common h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.ambasador_wysiwyg p,
.inner_wysiwyg p,
.news_wysiwyg p,
.product_description_item_content p,
.wysiwyg_common p {
  margin-bottom: 15px;
}
.ambasador_wysiwyg a,
.inner_wysiwyg a,
.news_wysiwyg a,
.product_description_item_content a,
.wysiwyg_common a {
  text-decoration: none;
  color: #1b1b1a;
  border-bottom: 1px solid #1b1b1a;
}
.ambasador_wysiwyg a.btn,
.inner_wysiwyg a.btn,
.news_wysiwyg a.btn,
.product_description_item_content a.btn,
.wysiwyg_common a.btn {
  text-decoration: none;
}
.ambasador_wysiwyg b,
.ambasador_wysiwyg strong,
.inner_wysiwyg b,
.inner_wysiwyg strong,
.news_wysiwyg b,
.news_wysiwyg strong,
.product_description_item_content b,
.product_description_item_content strong,
.wysiwyg_common b,
.wysiwyg_common strong {
  font-weight: 500;
}
.ambasador_wysiwyg ul li,
.inner_wysiwyg ul li,
.news_wysiwyg ul li,
.product_description_item_content ul li,
.wysiwyg_common ul li {
  position: relative;
  padding-left: 20px;
}
.ambasador_wysiwyg ul li:before,
.inner_wysiwyg ul li:before,
.news_wysiwyg ul li:before,
.product_description_item_content ul li:before,
.wysiwyg_common ul li:before {
  left: 5px;
  display: block;
  width: 2px;
  height: 2px;
  content: "";
  background-color: #1b1b1a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ambasador_wysiwyg ul li.block,
.inner_wysiwyg ul li.block,
.news_wysiwyg ul li.block,
.product_description_item_content ul li.block,
.wysiwyg_common ul li.block {
  padding: 5px 0 5px 40px;
  font-weight: 500;
}
.ambasador_wysiwyg ul li.block:before,
.inner_wysiwyg ul li.block:before,
.news_wysiwyg ul li.block:before,
.product_description_item_content ul li.block:before,
.wysiwyg_common ul li.block:before {
  display: none;
}
.ambasador_wysiwyg ol,
.inner_wysiwyg ol,
.news_wysiwyg ol,
.product_description_item_content ol,
.wysiwyg_common ol {
  margin-left: 20px;
}
.ambasador_wysiwyg ol li,
.inner_wysiwyg ol li,
.news_wysiwyg ol li,
.product_description_item_content ol li,
.wysiwyg_common ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: decimal;
}
.ambasador_wysiwyg hr,
.inner_wysiwyg hr,
.news_wysiwyg hr,
.product_description_item_content hr,
.wysiwyg_common hr {
  margin: 30px 0;
  display: block;
}
.ambasador_wysiwyg .map_box,
.inner_wysiwyg .map_box,
.news_wysiwyg .map_box,
.product_description_item_content .map_box,
.wysiwyg_common .map_box {
  margin-bottom: 30px;
}
.ambasador_wysiwyg .box,
.inner_wysiwyg .box,
.news_wysiwyg .box,
.product_description_item_content .box,
.wysiwyg_common .box {
  margin: 0 auto;
}
.ambasador_wysiwyg .box_770,
.inner_wysiwyg .box_770,
.news_wysiwyg .box_770,
.product_description_item_content .box_770,
.wysiwyg_common .box_770 {
  width: 770px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .box_770,
  .inner_wysiwyg .box_770,
  .news_wysiwyg .box_770,
  .product_description_item_content .box_770,
  .wysiwyg_common .box_770 {
    width: 100%;
  }
}
.ambasador_wysiwyg .box_400,
.inner_wysiwyg .box_400,
.news_wysiwyg .box_400,
.product_description_item_content .box_400,
.wysiwyg_common .box_400 {
  width: 400px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .box_400,
  .inner_wysiwyg .box_400,
  .news_wysiwyg .box_400,
  .product_description_item_content .box_400,
  .wysiwyg_common .box_400 {
    width: 100%;
  }
}
.ambasador_wysiwyg .flex_columns,
.inner_wysiwyg .flex_columns,
.news_wysiwyg .flex_columns,
.product_description_item_content .flex_columns,
.wysiwyg_common .flex_columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .flex_columns,
  .inner_wysiwyg .flex_columns,
  .news_wysiwyg .flex_columns,
  .product_description_item_content .flex_columns,
  .wysiwyg_common .flex_columns {
    display: block;
  }
}
.ambasador_wysiwyg .flex_columns_top,
.inner_wysiwyg .flex_columns_top,
.news_wysiwyg .flex_columns_top,
.product_description_item_content .flex_columns_top,
.wysiwyg_common .flex_columns_top {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.ambasador_wysiwyg .flex_columns_center,
.inner_wysiwyg .flex_columns_center,
.news_wysiwyg .flex_columns_center,
.product_description_item_content .flex_columns_center,
.wysiwyg_common .flex_columns_center {
  -ms-flex-pack: center;
  justify-content: center;
}
.ambasador_wysiwyg .flex_column,
.inner_wysiwyg .flex_column,
.news_wysiwyg .flex_column,
.product_description_item_content .flex_column,
.wysiwyg_common .flex_column {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .flex_column img:first-child,
  .inner_wysiwyg .flex_column img:first-child,
  .news_wysiwyg .flex_column img:first-child,
  .product_description_item_content .flex_column img:first-child,
  .wysiwyg_common .flex_column img:first-child {
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.ambasador_wysiwyg .flex_column_padding,
.inner_wysiwyg .flex_column_padding,
.news_wysiwyg .flex_column_padding,
.product_description_item_content .flex_column_padding,
.wysiwyg_common .flex_column_padding {
  padding: 0 20px;
}
.ambasador_wysiwyg .flex_column_40,
.inner_wysiwyg .flex_column_40,
.news_wysiwyg .flex_column_40,
.product_description_item_content .flex_column_40,
.wysiwyg_common .flex_column_40 {
  width: 38%;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .flex_column_40,
  .inner_wysiwyg .flex_column_40,
  .news_wysiwyg .flex_column_40,
  .product_description_item_content .flex_column_40,
  .wysiwyg_common .flex_column_40 {
    width: 100%;
  }
}
.ambasador_wysiwyg .flex_column_50,
.inner_wysiwyg .flex_column_50,
.news_wysiwyg .flex_column_50,
.product_description_item_content .flex_column_50,
.wysiwyg_common .flex_column_50 {
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .flex_column_50,
  .inner_wysiwyg .flex_column_50,
  .news_wysiwyg .flex_column_50,
  .product_description_item_content .flex_column_50,
  .wysiwyg_common .flex_column_50 {
    width: 100%;
  }
}
.ambasador_wysiwyg .flex_column_60,
.inner_wysiwyg .flex_column_60,
.news_wysiwyg .flex_column_60,
.product_description_item_content .flex_column_60,
.wysiwyg_common .flex_column_60 {
  width: 58%;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .flex_column_60,
  .inner_wysiwyg .flex_column_60,
  .news_wysiwyg .flex_column_60,
  .product_description_item_content .flex_column_60,
  .wysiwyg_common .flex_column_60 {
    width: 100%;
  }
}
.ambasador_wysiwyg .gray,
.inner_wysiwyg .gray,
.news_wysiwyg .gray,
.product_description_item_content .gray,
.wysiwyg_common .gray {
  color: #828282;
}
.ambasador_wysiwyg .mgr_left,
.inner_wysiwyg .mgr_left,
.news_wysiwyg .mgr_left,
.product_description_item_content .mgr_left,
.wysiwyg_common .mgr_left {
  padding-left: 20px;
  display: block;
}
.ambasador_wysiwyg .size_12,
.inner_wysiwyg .size_12,
.news_wysiwyg .size_12,
.product_description_item_content .size_12,
.wysiwyg_common .size_12 {
  font-size: 12px;
  line-height: 18px;
}
.ambasador_wysiwyg .size_14,
.inner_wysiwyg .size_14,
.news_wysiwyg .size_14,
.product_description_item_content .size_14,
.wysiwyg_common .size_14 {
  font-size: 14px;
  line-height: 21px;
}
.ambasador_wysiwyg .size_20,
.inner_wysiwyg .size_20,
.news_wysiwyg .size_20,
.product_description_item_content .size_20,
.wysiwyg_common .size_20 {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .size_20,
  .inner_wysiwyg .size_20,
  .news_wysiwyg .size_20,
  .product_description_item_content .size_20,
  .wysiwyg_common .size_20 {
    font-size: 18px;
    line-height: 26px;
  }
}
.ambasador_wysiwyg .size_24,
.inner_wysiwyg .size_24,
.news_wysiwyg .size_24,
.product_description_item_content .size_24,
.wysiwyg_common .size_24 {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .size_24,
  .inner_wysiwyg .size_24,
  .news_wysiwyg .size_24,
  .product_description_item_content .size_24,
  .wysiwyg_common .size_24 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ambasador_wysiwyg .size_32,
.inner_wysiwyg .size_32,
.news_wysiwyg .size_32,
.product_description_item_content .size_32,
.wysiwyg_common .size_32 {
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .size_32,
  .inner_wysiwyg .size_32,
  .news_wysiwyg .size_32,
  .product_description_item_content .size_32,
  .wysiwyg_common .size_32 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ambasador_wysiwyg a.whatsapp,
.inner_wysiwyg a.whatsapp,
.news_wysiwyg a.whatsapp,
.product_description_item_content a.whatsapp,
.wysiwyg_common a.whatsapp {
  position: relative;
  margin-top: 10px;
  padding: 15px 15px 15px 58px;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-color: #1b1b1a;
  border-radius: 4px;
}
.ambasador_wysiwyg a.whatsapp:before,
.inner_wysiwyg a.whatsapp:before,
.news_wysiwyg a.whatsapp:before,
.product_description_item_content a.whatsapp:before,
.wysiwyg_common a.whatsapp:before {
  left: 10px;
  display: block;
  content: "";
  background-image: url(../images/sprites/icons.png);
  background-position: -58px -136px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_wysiwyg a.whatsapp:before,
  .inner_wysiwyg a.whatsapp:before,
  .news_wysiwyg a.whatsapp:before,
  .product_description_item_content a.whatsapp:before,
  .wysiwyg_common a.whatsapp:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_wysiwyg a.whatsapp span,
.inner_wysiwyg a.whatsapp span,
.news_wysiwyg a.whatsapp span,
.product_description_item_content a.whatsapp span,
.wysiwyg_common a.whatsapp span {
  display: block;
}
.ambasador_wysiwyg a.whatsapp span:first-child,
.inner_wysiwyg a.whatsapp span:first-child,
.news_wysiwyg a.whatsapp span:first-child,
.product_description_item_content a.whatsapp span:first-child,
.wysiwyg_common a.whatsapp span:first-child {
  font-size: 12px;
  line-height: 18px;
}
.ambasador_wysiwyg a.whatsapp span:nth-child(2),
.inner_wysiwyg a.whatsapp span:nth-child(2),
.news_wysiwyg a.whatsapp span:nth-child(2),
.product_description_item_content a.whatsapp span:nth-child(2),
.wysiwyg_common a.whatsapp span:nth-child(2) {
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}
@media only screen and (max-width: 800px) {
  .ambasador_wysiwyg .compare_box,
  .inner_wysiwyg .compare_box,
  .news_wysiwyg .compare_box,
  .product_description_item_content .compare_box,
  .wysiwyg_common .compare_box {
    width: 100%;
    overflow-x: scroll;
  }
}
.ambasador_wysiwyg table.compare,
.inner_wysiwyg table.compare,
.news_wysiwyg table.compare,
.product_description_item_content table.compare,
.wysiwyg_common table.compare {
  width: 100%;
  border: none;
  border-spacing: 15px;
  border-collapse: separate;
}
.ambasador_wysiwyg table.compare th,
.inner_wysiwyg table.compare th,
.news_wysiwyg table.compare th,
.product_description_item_content table.compare th,
.wysiwyg_common table.compare th {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.ambasador_wysiwyg table.compare th img,
.inner_wysiwyg table.compare th img,
.news_wysiwyg table.compare th img,
.product_description_item_content table.compare th img,
.wysiwyg_common table.compare th img {
  margin: 0 auto 10px;
  display: block;
  width: 159px;
  max-width: unset !important;
}
.ambasador_wysiwyg table.compare tbody tr:nth-child(n + 2) td,
.inner_wysiwyg table.compare tbody tr:nth-child(n + 2) td,
.news_wysiwyg table.compare tbody tr:nth-child(n + 2) td,
.product_description_item_content table.compare tbody tr:nth-child(n + 2) td,
.wysiwyg_common table.compare tbody tr:nth-child(n + 2) td {
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.ambasador_wysiwyg table.compare tbody tr:nth-child(n + 2) td strong,
.inner_wysiwyg table.compare tbody tr:nth-child(n + 2) td strong,
.news_wysiwyg table.compare tbody tr:nth-child(n + 2) td strong,
.product_description_item_content
  table.compare
  tbody
  tr:nth-child(n + 2)
  td
  strong,
.wysiwyg_common table.compare tbody tr:nth-child(n + 2) td strong {
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}
.ambasador_wysiwyg table.compare tbody tr:nth-child(n + 2) td:first-child,
.inner_wysiwyg table.compare tbody tr:nth-child(n + 2) td:first-child,
.news_wysiwyg table.compare tbody tr:nth-child(n + 2) td:first-child,
.product_description_item_content
  table.compare
  tbody
  tr:nth-child(n + 2)
  td:first-child,
.wysiwyg_common table.compare tbody tr:nth-child(n + 2) td:first-child {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.ambasador_wysiwyg table.compare tbody tr:nth-child(2n) td,
.inner_wysiwyg table.compare tbody tr:nth-child(2n) td,
.news_wysiwyg table.compare tbody tr:nth-child(2n) td,
.product_description_item_content table.compare tbody tr:nth-child(2n) td,
.wysiwyg_common table.compare tbody tr:nth-child(2n) td {
  background-color: #f7f7f7;
}
.paging_common {
  margin-top: 20px;
}
.paging_common ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .paging_common ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.paging_common ul li {
  margin: 0 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 800px) {
  .paging_common ul li {
    margin-bottom: 30px;
  }
}
.paging_common ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #1b1b1a;
}
.paging_common ul li a:hover {
  color: #13ac83;
}
.paging_common ul li._active {
  padding-top: 11px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #13ac83;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 10px 10px rgba(24, 176, 135, 0.2);
}
@media only screen and (max-width: 800px) {
  .paging_common ul li._active {
    padding-top: 6px;
    width: 40px;
    height: 40px;
  }
}
.paging_common ul li._next a:before,
.paging_common ul li._prev a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.paging_common ul li._prev {
  margin-right: 25px;
}
.paging_common ul li._prev a {
  padding-left: 30px;
}
.paging_common ul li._prev a:before {
  left: 0;
  background-image: url(../images/sprites/icons.png);
  background-position: -248px -120px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .paging_common ul li._prev a:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.paging_common ul li._prev a:hover:before {
  background-image: url(.);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .paging_common ul li._prev a:hover:before {
    background-image: url(.);
  }
}
.paging_common ul li._next {
  margin-left: 25px;
}
.paging_common ul li._next a {
  padding-right: 30px;
}
.paging_common ul li._next a:before {
  right: 0;
  background-image: url(../images/sprites/icons.png);
  background-position: -248px -184px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .paging_common ul li._next a:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.paging_common ul li._next a:hover:before {
  background-image: url(.);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .paging_common ul li._next a:hover:before {
    background-image: url(.);
  }
}
@media only screen and (min-width: 800px) {
  .__mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .__no_mobile {
    display: none !important;
  }
}
@keyframes a {
  0% {
    opacity: 1;
    transform: scale(1);
    transform-origin: top left;
  }
  to {
    opacity: 0.1;
    transform: scale(0.1);
    transform-origin: top left;
  }
}
@keyframes b {
  to {
    transform: translateX(-220px);
  }
}
@keyframes c {
  to {
    transform: translateX(220px);
  }
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #1b1b1a;
  opacity: 0.2;
  filter: alpha(opacity = 20);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
  padding: 0;
}
#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat 50%;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}
#cboxPrevious {
  left: 0;
  top: 47%;
  width: 38px;
  height: 38px;
  background: #000;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
}
#cboxNext {
  right: 0;
  top: 47%;
  width: 38px;
  height: 38px;
  background: #000;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
}
#cboxClose {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #000;
  text-indent: 0;
}
.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_on #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.irs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs,
.irs-line {
  position: relative;
  display: block;
}
.irs-line {
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  display: block;
}
.irs-bar,
.irs-shadow {
  position: absolute;
  left: 0;
  width: 0;
}
.irs-shadow {
  display: none;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-max,
.irs-min {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 35px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #13ac83;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #13ac83;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-max,
.irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #13ac83;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #13ac83;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: linear-gradient(180deg, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(180deg, #fff 0, #428bca 30%, #b9d4ec);
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(180deg, #fff 0, #b4b9be 30%, #fff);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(180deg, #fff 0, #919ba5 30%, #fff);
}
.irs--big .irs-max,
.irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(180deg, #428bca 0, #3071a9);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern,
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(180deg, #e0e4ea 0, #d1d6e0);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(180deg, #20b426 0, #18891d);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(180deg, #fff 0, #e9e6e6);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(180deg, #fff 0, #919ba5 30%, #fff);
}
.irs--modern .irs-handle.state_hover > i:first-child,
.irs--modern .irs-handle:hover > i:first-child {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-max,
.irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000;
}
.irs--sharp .irs-max,
.irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-max,
.irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 20px;
  height: 2px;
  background-color: #9d9ba2;
}
.irs--square .irs-bar {
  top: 20px;
  height: 2px;
  background-color: #302f2b;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 12px;
  width: 18px;
  height: 18px;
  border: 4px solid #f7f7f7;
  border-radius: 20px;
  background-color: #302f2b;
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  border-color: #302f2b;
}
.irs--square .irs-max,
.irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: #fff;
}
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  color: #302f2b;
}
.irs--square .irs-from:after,
.irs--square .irs-single:after,
.irs--square .irs-to:after {
  content: " ₽";
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}
.slick-arrow.slick-hidden {
  display: none;
}
.ambasador {
  padding: 100px 0;
  display: block;
}
@media only screen and (max-width: 800px) {
  .ambasador {
    padding: 40px 0;
  }
}
.ambasador:nth-child(odd) {
  color: #fff;
  background-color: #1b1b1a;
}
.ambasador:nth-child(2n) .ambasador_photo {
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 800px) {
  .ambasador:nth-child(2n) .ambasador_photo {
    -ms-flex-order: 1;
    order: 1;
  }
}
.ambasador:nth-child(2n) .ambasador_info {
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 800px) {
  .ambasador:nth-child(2n) .ambasador_info {
    -ms-flex-order: 2;
    order: 2;
  }
}
.ambasador:nth-child(2n) .ambasador_social a {
  filter: invert(1);
}
.ambasador_list {
  display: block;
}
.ambasador_layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .ambasador_layout {
    display: block;
  }
}
.ambasador_photo {
  width: 300px;
}
@media only screen and (max-width: 800px) {
  .ambasador_photo {
    margin-bottom: 20px;
    width: 100%;
  }
}
.ambasador_photo img {
  max-width: 300px !important;
  height: auto !important;
}
@media only screen and (max-width: 800px) {
  .ambasador_photo img {
    max-width: 100% !important;
  }
}
.ambasador_info {
  width: 770px;
}
@media only screen and (max-width: 800px) {
  .ambasador_info {
    width: 100%;
  }
}
.ambasador_info > h3 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
}
.ambasador_social {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.ambasador_social a {
  margin-right: 5px;
  display: block;
}
.ambasador_social a.link_fb {
  background-image: url(../images/sprites/icons.png);
  background-position: -40px -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_social a.link_fb {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_social a.link_vk {
  background-image: url(../images/sprites/icons.png);
  background-position: -120px -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_social a.link_vk {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.ambasador_social a.link_inst {
  background-image: url(../images/sprites/icons.png);
  background-position: -200px -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ambasador_social a.link_inst {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.breadcrumbs {
  padding: 20px 0 40px;
  display: block;
}
.breadcrumbs_list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs_list li {
  position: relative;
  padding-right: 20px;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumbs_back {
  padding-left: 25px;
}
@media only screen and (max-width: 800px) {
  .breadcrumbs_back {
    display: none;
  }
}
.breadcrumbs_back:before {
  left: 0;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/sprites/icons.png);
  background-position: -272px -266px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumbs_back:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.breadcrumbs_back a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #1b1b1a;
  border-bottom: 1px solid #1b1b1a;
}
.breadcrumbs_item:after {
  right: 8px;
  display: block;
  width: 2px;
  height: 2px;
  content: "";
  background-color: #1b1b1a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs_item:last-child:after {
  display: none;
}
.breadcrumbs_item a {
  text-decoration: none;
  color: #1b1b1a;
}
.breadcrumbs_item a:hover {
  border-bottom: 1px solid #1b1b1a;
}
.breadcrumbs_item_first {
  font-weight: 500;
}
.cart {
  display: block;
}
.cart_layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .cart_layout {
    display: block;
  }
}
.cart_main {
  width: 770px;
}
@media only screen and (max-width: 800px) {
  .cart_main {
    width: 100%;
  }
}
.cart_sidebar {
  width: 350px;
}
@media only screen and (max-width: 800px) {
  .cart_sidebar {
    width: 100%;
  }
}
.cart_items {
  margin-bottom: 40px;
}
.cart_item {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .cart_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cart_item_image {
  display: block;
  border-bottom: none !important;
}
.cart_item_image img {
  display: block;
  width: 144px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .cart_item_image img {
    width: 100px;
  }
}
.cart_item_desc {
  padding: 20px 0;
  width: 250px;
}
@media only screen and (max-width: 800px) {
  .cart_item_desc {
    padding-top: 10px;
    width: 210px;
  }
}
.cart_item_title {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #1b1b1a;
  border-bottom: none !important;
}
@media only screen and (max-width: 800px) {
  .cart_item_title {
    font-size: 14px;
    line-height: 21px;
  }
}
.cart_item_optioned_one {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}
.cart_item_amount {
  padding: 20px 0;
  width: 110px;
}
@media only screen and (max-width: 800px) {
  .cart_item_amount {
    padding: 10px 0;
    width: 100px;
  }
}
.cart_item_amount_box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: 110px;
  border: 1px solid #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .cart_item_amount_box {
    width: 100px;
    border-left: none;
  }
}
.cart_item_amount_box a {
  display: block;
}
.cart_item_amount_box input {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border: none;
}
.cart_item_amount_plus {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -224px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cart_item_amount_plus {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.cart_item_amount_minus {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -64px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cart_item_amount_minus {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.cart_item_prices {
  padding: 20px 0;
  width: 100px;
}
@media only screen and (max-width: 800px) {
  .cart_item_prices {
    padding: 10px 0;
  }
}
.cart_item_price {
  text-align: right;
}
.cart_item_price:after {
  content: " ₽";
}
.cart_item_price_current {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
}
.cart_item_price_old {
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #9d9ba2;
}
.cart_item_control {
  padding: 20px 0;
  width: 44px;
}
@media only screen and (max-width: 800px) {
  .cart_item_control {
    padding: 10px 0 0;
  }
}
.cart_item_remove {
  display: block;
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cart_item_remove {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.cart_promocode {
  position: relative;
  margin-bottom: 45px;
  padding: 13px 50px 13px 13px;
  border: 1px solid #1b1b1a;
}
.cart_promocode.error {
  border-color: red;
}
.cart_promocode span {
  display: block;
  font-size: 12px;
  color: red;
}
.cart_promocode input {
  width: 100%;
  height: 22px;
  font-size: 16px;
  border: none;
}
.cart_promocode_plus {
  right: 13px;
  display: block;
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -224px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cart_promocode_plus {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.cart_total {
  padding-bottom: 5px;
}
.cart_total_row {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.cart_total_row span:nth-child(2) {
  text-align: right;
}
.cart_total_row span:nth-child(2):after {
  content: " ₽";
}
.cart_total_discount {
  font-size: 16px;
  line-height: 24px;
}
.cart_total_discount span:nth-child(2) {
  font-weight: 500;
}
.cart_total_summ {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.cart_total_summ span:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
.cart_order .btn {
  width: 100%;
  text-align: center;
}
.cart_present_header {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 800px) {
  .cart_present_header {
    font-size: 22px;
  }
}
.cart_present_container {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
}
.cart_present_container .slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cart_present_container .slider-controls_arrow {
  margin-top: -60px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .cart_present_container .slider-controls_arrow {
    display: none;
  }
}
.cart_present_container .slider-controls_arrow_prev {
  left: 0;
}
.cart_present_container .slider-controls_arrow_next {
  right: 0;
}
.cart_present_container .slider-controls_dots_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cart_present_list_item .catalog-item {
  margin: 0 auto;
}
.catalog-item {
  display: block;
  width: 370px;
}
@media only screen and (max-width: 800px) {
  .catalog-item {
    width: 320px;
  }
}
.catalog-item_small {
  width: 250px;
}
@media only screen and (max-width: 800px) {
  .catalog-item_small {
    width: 320px;
  }
}
.catalog-item_small .catalog-item_wrapper {
  height: 344px;
}
@media only screen and (max-width: 800px) {
  .catalog-item_small .catalog-item_wrapper {
    height: 466px;
  }
}
.catalog-item_small .catalog-item_name a {
  font-size: 14px;
  line-height: 21px;
}
.catalog-item:hover .catalog-item_controls {
  display: block;
}
.catalog-item_wrapper {
  position: relative;
  display: block;
  height: 466px;
}
.catalog-item_wrapper_in {
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  bottom: 8px;
}
.catalog-item_image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.catalog-item_image img {
  top: 0;
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.catalog-item_meta {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.catalog-item_meta_item {
  padding: 4px;
  color: #fff;
  background-color: #1b1b1a;
}
.catalog-item_meta_credit {
  font-size: 10px;
  line-height: 14px;
}
.catalog-item_meta_sale {
  font-size: 16px;
  line-height: 24px;
}
.catalog-item_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: none !important;
}
.catalog-item_controls {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 0;
  display: none;
  width: 100%;
  text-align: center;
  color: #9d9ba2;
  background-color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .catalog-item_controls {
    display: block;
  }
}
.catalog-item_controls_label {
  font-size: 10px;
  line-height: 14px;
}
.catalog-item_controls_list {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-item_controls_list a {
  margin: 0 5px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}
.catalog-item_name {
  margin-top: 10px;
  text-align: center;
}
.catalog-item_name a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #302f2b;
  border: none;
}
.catalog-item_prices {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-item_price {
  margin: 0 5px;
}
.catalog-item_price:after {
  content: " ₽";
}
.catalog-item_price_old {
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #9d9ba2;
}
.catalog-item_price_current {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #302f2b;
}
.catalog-item_clinks {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-item_clinks a {
  position: relative;
  padding-left: 20px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #1b1b1a;
  border: none;
}
.catalog-item_clinks a:hover {
  border-bottom: 1px solid #1b1b1a;
}
.catalog-item_clinks a:before {
  left: 0;
  display: block;
  content: "";
  background-image: url(../images/sprites/icons.png);
  background-position: -320px -108px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog-item_clinks a:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.catalog {
  display: block;
}
.catalog_poster img {
  width: 100%;
  height: auto;
}
.catalog_tools {
  position: relative;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .catalog_tools {
    padding-bottom: 10px;
    display: block;
  }
}
.catalog_filter {
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  padding: 50px 50px 0 120px;
  display: none;
  width: 540px;
  height: 100%;
  background-color: #f7f7f7;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
  .catalog_filter {
    padding: 80px 20px 50px;
    overflow-x: hide;
    overflow-y: scroll;
    width: 90%;
  }
}
.catalog_filter_shadow {
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background-color: #1b1b1a;
  opacity: 0.3;
}
.catalog_filter_header {
  margin-bottom: 50px;
}
.catalog_filter_close {
  position: absolute;
  top: 80px;
  right: 50px;
  display: block;
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_filter_close {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
@media only screen and (max-width: 800px) {
  .catalog_filter_close {
    right: 20px;
  }
}
.catalog_filter_item {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .catalog_filter_item._filter_item_range .catalog_filter_item_content {
    margin: 0 20px;
  }
}
.catalog_filter_item_title {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
}
.catalog_filter_item_title.no_margin {
  margin-bottom: 0;
}
.catalog_filter_item_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog_filter_item_list li {
  margin: 0 10px 10px 0;
  padding: 14px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f7f7fa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.catalog_filter_item_list_text li.active {
  color: #fff;
  background-color: #1b1b1a;
}
.catalog_filter_item_list_color li {
  padding: 2px;
}
.catalog_filter_item_list_color li.active {
  border-color: #fb4141;
}
.catalog_filter_item_list_color span {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 4px;
}
.catalog_filter_handler,
.catalog_filter_header {
  position: relative;
  padding-left: 34px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1b1b1a;
}
.catalog_filter_handler:before,
.catalog_filter_header:before {
  left: 0;
  display: block;
  content: "";
  background-image: url(../images/sprites/icons.png);
  background-position: -320px 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_filter_handler:before,
  .catalog_filter_header:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
@media only screen and (max-width: 800px) {
  .catalog_filter_handler {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #1b1b1a;
    border-bottom: 1px solid #1b1b1a;
  }
}
.catalog_filter_summary {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .catalog_filter_summary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.catalog_filter_summary_item {
  position: relative;
  margin-right: 10px;
  padding: 4px 25px 4px 4px;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  color: #1b1b1a;
  background-color: #f7f7fa;
}
@media only screen and (max-width: 800px) {
  .catalog_filter_summary_item {
    margin-bottom: 10px;
  }
}
.catalog_filter_summary_item:after {
  right: 8px;
  display: block;
  content: "";
  background-image: url(../images/sprites/icons.png);
  background-position: -320px -108px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_filter_summary_item:after {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.catalog_filter_summary_all {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
  color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .catalog_sort {
    padding-top: 10px;
  }
}
.catalog_sort_header {
  position: relative;
  padding-right: 34px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #1b1b1a;
}
.catalog_sort_header:after {
  right: 0;
  display: block;
  content: "";
  background-image: url(../images/sprites/icons.png);
  background-position: -320px -56px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_sort_header:after {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.catalog_sort_header span {
  margin-left: 10px;
}
.catalog_sort._open .catalog_sort_header:after {
  background-image: url(../images/sprites/icons.png);
  background-position: -320px -28px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_sort._open .catalog_sort_header:after {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.catalog_sort._open .catalog_sort_items {
  display: block;
}
.catalog_sort_items {
  position: absolute;
  z-index: 100;
  top: 80%;
  right: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .catalog_sort_items {
    top: 96%;
  }
}
.catalog_sort_items a {
  padding: 13px 16px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #1b1b1a;
}
.catalog_sort_items a.active {
  font-weight: 500;
}
.catalog_sort_items a:nth-child(2n) {
  background-color: #f7f7f7;
}
.catalog_list {
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 800px) {
  .catalog_list {
    display: block;
  }
}
.catalog_list .catalog-item {
  margin-right: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .catalog_list .catalog-item {
    margin-right: 0;
  }
}
.catalog_list .catalog-item:nth-child(3n) {
  margin-right: 0;
}
.catalog_paging_list {
  display: none;
}
.catalog_paging_more {
  text-align: center;
}
.catalog_paging_summary {
  margin-top: 15px;
  font-size: 10px;
  line-height: 14px;
}
.footer {
  display: block;
}
.footer__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .footer__in {
    display: block;
  }
}
.footer_top {
  padding: 50px 0;
  color: #fff;
  background-color: #1b1b1a;
}
.footer_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .footer_menu {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer_menu_item {
  margin-right: 50px;
}
@media only screen and (max-width: 800px) {
  .footer_menu_item {
    margin-right: 0;
    margin-bottom: 30px;
    width: 45%;
  }
}
.footer_menu_item:last-child {
  margin-right: 0;
}
.footer_menu_item_header {
  font-size: 20px;
  line-height: 28px;
}
.footer_menu_item ul {
  margin-top: 20px;
}
.footer_menu_item ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.footer_menu_item ul li:last-child {
  margin-bottom: 0;
}
.footer_menu_item ul li a {
  text-decoration: none;
  color: #c8c6ce;
}
.footer_contacts {
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .footer_contacts {
    text-align: left;
  }
}
.footer_contacts_phone {
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
}
.footer_contacts_address {
  font-size: 14px;
  line-height: 30px;
}
.footer_contacts_social {
  margin-top: 30px;
  margin-right: -1.3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .footer_contacts_social {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer_contacts_social li {
  margin-left: 5px;
}
.footer_contacts_social a {
  display: block;
}
.footer_contacts_social a:hover {
  background-color: #1b1b1a;
  filter: invert(100%);
}
.footer_contacts_social a._fb {
  background-image: url(../images/sprites/icons.png);
  background-position: -40px -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_contacts_social a._fb {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_contacts_social a._vk {
  background-image: url(../images/sprites/icons.png);
  background-position: -120px -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_contacts_social a._vk {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_contacts_social a._inst {
  background-image: url(../images/sprites/icons.png);
  background-position: -200px -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_contacts_social a._inst {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_contacts_social a._youtube {
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_contacts_social a._youtube {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_contacts_social a._whatsapp {
  background-image: url(../images/sprites/icons.png);
  background-position: -80px -194px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_contacts_social a._whatsapp {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_contacts_social a._pinterest {
  background-image: url(../images/sprites/icons.png);
  background-position: -248px 0;
  width: 32px;
  height: 32px;
}

.footer_contacts_social a._telegram {
  background-image: url(../images/sprites/icons@2x.png);
    background-position: -430px -344px;
    width: 44px;
    height: 44px;
    transform: scale(0.7) translateX(-9px);
}

.footer_contacts_social a._zen {
  background-image: url( ../images//yandex-zen.png);
  background-position: center;
  background-size: auto;
    width: 32px;
    height: 32px;    
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_contacts_social a._pinterest {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
 

}
.footer_bottom {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #1b1b1a;
}
.footer_copyright {
  font-size: 12px;
  line-height: 18px;
}
.footer_links {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .footer_links {
    display: block;
  }
}
.footer_links a {
  margin: 0 15px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .footer_links a {
    margin: 10px 0;
  }
}
.footer_payments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.footer_payments li {
  margin-left: 8px;
}
.footer_payments li._mastercard {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px 0;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_payments li._mastercard {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_payments li._visa {
  background-image: url(../images/sprites/icons.png);
  background-position: -256px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_payments li._visa {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_payments li._google_pay {
  background-image: url(../images/sprites/icons.png);
  background-position: -160px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_payments li._google_pay {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.footer_payments li._apple_pay {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -192px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_payments li._apple_pay {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form,
.purchase_form {
  display: block;
}
.form_center,
.purchase_form_center {
  text-align: center;
}
.form_result,
.purchase_form_result {
  padding: 40px 0 20px;
  display: none;
  text-align: center;
}
.form_error,
.purchase_form_error {
  display: none;
}
.form_section,
.purchase_form_section {
  margin-bottom: 40px;
}
.form_section_header,
.purchase_form_section_header {
  margin-bottom: 20px;
}
.form_section_header h3,
.purchase_form_section_header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (max-width: 800px) {
  .form_section_header h3,
  .purchase_form_section_header h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.form_section_header h4,
.purchase_form_section_header h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.form_row,
.purchase_form_row {
  margin-bottom: 20px;
}
.form_row_full,
.purchase_form_row_full {
  display: block;
}
.form_row_full .form_input,
.purchase_form_row_full .form_input {
  width: 100%;
}
.form_row_columns,
.purchase_form_row_columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .form_row_columns,
  .purchase_form_row_columns {
    display: block;
  }
}
.form_row_columns_two .form_input,
.purchase_form_row_columns_two .form_input {
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .form_row_columns_two .form_input,
  .purchase_form_row_columns_two .form_input {
    margin-bottom: 20px;
    width: 100%;
  }
}
.form_input,
.purchase_form_input {
  position: relative;
}
.form_input input[type="number"],
.form_input input[type="password"],
.form_input input[type="text"],
.form_input select,
.form_input textarea,
.purchase_form_input input[type="number"],
.purchase_form_input input[type="password"],
.purchase_form_input input[type="text"],
.purchase_form_input select,
.purchase_form_input textarea {
  position: relative;
  padding: 0 13px;
  width: 100%;
  height: 50px;
  text-align: left;
  border: 1px solid #1b1b1a;
}
.form_input select,
.purchase_form_input select {
  z-index: 11;
  background: transparent;
}
.form_input textarea,
.purchase_form_input textarea {
  padding: 13px;
  height: 100px;
}
.form_input label,
.purchase_form_input label {
  position: absolute;
  z-index: 10;
  top: 13px;
  left: 10px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  transition: top 0.5s, font-size 0.5s;
}
.form_input span,
.purchase_form_input span {
  margin-top: 5px;
  display: none;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
  color: red;
}
.form_input b,
.purchase_form_input b {
  position: absolute;
  z-index: 10;
  top: 13px;
  right: 10px;
  font-size: 16px;
  line-height: 24px;
}
.form_input.number input[type="number"],
.purchase_form_input.number input[type="number"] {
  padding-right: 40px;
}
.form_input.error span,
.purchase_form_input.error span {
  display: block;
}
.form_input.error input,
.form_input.error select,
.form_input.error textarea,
.purchase_form_input.error input,
.purchase_form_input.error select,
.purchase_form_input.error textarea {
  border-bottom: 2px solid red;
}
.form_input.required label:after,
.purchase_form_input.required label:after {
  content: " *";
  color: red;
}
.form_input.typed label,
.purchase_form_input.typed label {
  z-index: 12;
  top: -8px;
  font-size: 12px;
  line-height: 18px;
}
.form_input.readonly,
.purchase_form_input.readonly {
  opacity: 0.4;
}
.form_radio,
.purchase_form_radio {
  position: relative;
  padding-left: 23px;
  display: inline-block;
}
.form_radio i,
.purchase_form_radio i {
  display: none;
}
.form_radio span,
.purchase_form_radio span {
  font-size: 16px;
  line-height: 24px;
}
.form_radio:before,
.purchase_form_radio:before {
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #1b1b1a;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form_radio.checked:after,
.purchase_form_radio.checked:after {
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #1b1b1a;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form_radio._dict_item_856,
.form_radio._dict_item_857,
.form_radio._dict_item_1989,
.form_radio._dict_item_1990,
.form_radio._dict_item_1991,
.form_radio._dict_item_1993,
.form_radio._dict_item_1994,
.form_radio._dict_item_1995,
.form_radio._dict_item_1996,
.form_radio._dict_item_1997,
.form_radio._dict_item_3058,
.form_radio._dict_item_3756,
.form_radio._dict_item_6610,
.form_radio._dict_item_7967,
.form_radio._dict_item_7973,
.form_radio._dict_item_7975,
.purchase_form_radio._dict_item_856,
.purchase_form_radio._dict_item_857,
.purchase_form_radio._dict_item_1989,
.purchase_form_radio._dict_item_1990,
.purchase_form_radio._dict_item_1991,
.purchase_form_radio._dict_item_1993,
.purchase_form_radio._dict_item_1994,
.purchase_form_radio._dict_item_1995,
.purchase_form_radio._dict_item_1996,
.purchase_form_radio._dict_item_1997,
.purchase_form_radio._dict_item_3058,
.purchase_form_radio._dict_item_3756,
.purchase_form_radio._dict_item_6610,
.purchase_form_radio._dict_item_7967,
.purchase_form_radio._dict_item_7973,
.purchase_form_radio._dict_item_7975 {
  padding-left: 53px;
}
.form_radio._dict_item_856 i,
.form_radio._dict_item_857 i,
.form_radio._dict_item_1989 i,
.form_radio._dict_item_1990 i,
.form_radio._dict_item_1991 i,
.form_radio._dict_item_1993 i,
.form_radio._dict_item_1994 i,
.form_radio._dict_item_1995 i,
.form_radio._dict_item_1996 i,
.form_radio._dict_item_1997 i,
.form_radio._dict_item_3058 i,
.form_radio._dict_item_3756 i,
.form_radio._dict_item_6610 i,
.form_radio._dict_item_7967 i,
.form_radio._dict_item_7973 i,
.form_radio._dict_item_7975 i,
.purchase_form_radio._dict_item_856 i,
.purchase_form_radio._dict_item_857 i,
.purchase_form_radio._dict_item_1989 i,
.purchase_form_radio._dict_item_1990 i,
.purchase_form_radio._dict_item_1991 i,
.purchase_form_radio._dict_item_1993 i,
.purchase_form_radio._dict_item_1994 i,
.purchase_form_radio._dict_item_1995 i,
.purchase_form_radio._dict_item_1996 i,
.purchase_form_radio._dict_item_1997 i,
.purchase_form_radio._dict_item_3058 i,
.purchase_form_radio._dict_item_3756 i,
.purchase_form_radio._dict_item_6610 i,
.purchase_form_radio._dict_item_7967 i,
.purchase_form_radio._dict_item_7973 i,
.purchase_form_radio._dict_item_7975 i {
  left: 23px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form_radio._dict_item_857 i,
.form_radio._dict_item_1989 i,
.form_radio._dict_item_3756 i,
.purchase_form_radio._dict_item_857 i,
.purchase_form_radio._dict_item_1989 i,
.purchase_form_radio._dict_item_3756 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -64px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_857 i,
  .form_radio._dict_item_1989 i,
  .form_radio._dict_item_3756 i,
  .purchase_form_radio._dict_item_857 i,
  .purchase_form_radio._dict_item_1989 i,
  .purchase_form_radio._dict_item_3756 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_1990 i,
.form_radio._dict_item_1991 i,
.purchase_form_radio._dict_item_1990 i,
.purchase_form_radio._dict_item_1991 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -160px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_1990 i,
  .form_radio._dict_item_1991 i,
  .purchase_form_radio._dict_item_1990 i,
  .purchase_form_radio._dict_item_1991 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_1993 i,
.purchase_form_radio._dict_item_1993 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -96px -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_1993 i,
  .purchase_form_radio._dict_item_1993 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_1994 i,
.purchase_form_radio._dict_item_1994 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -32px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_1994 i,
  .purchase_form_radio._dict_item_1994 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_1995 i,
.purchase_form_radio._dict_item_1995 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px 0;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_1995 i,
  .purchase_form_radio._dict_item_1995 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_1996 i,
.purchase_form_radio._dict_item_1996 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -96px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_1996 i,
  .purchase_form_radio._dict_item_1996 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_856 i,
.purchase_form_radio._dict_item_856 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -64px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_856 i,
  .purchase_form_radio._dict_item_856 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_1997 i,
.form_radio._dict_item_6610 i,
.form_radio._dict_item_7967 i,
.purchase_form_radio._dict_item_1997 i,
.purchase_form_radio._dict_item_6610 i,
.purchase_form_radio._dict_item_7967 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -64px -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_1997 i,
  .form_radio._dict_item_6610 i,
  .form_radio._dict_item_7967 i,
  .purchase_form_radio._dict_item_1997 i,
  .purchase_form_radio._dict_item_6610 i,
  .purchase_form_radio._dict_item_7967 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_3058 i,
.purchase_form_radio._dict_item_3058 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -96px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_3058 i,
  .purchase_form_radio._dict_item_3058 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_7973 i,
.purchase_form_radio._dict_item_7973 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -128px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_7973 i,
  .purchase_form_radio._dict_item_7973 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio._dict_item_7975 i,
.purchase_form_radio._dict_item_7975 i {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -128px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_radio._dict_item_7975 i,
  .purchase_form_radio._dict_item_7975 i {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.form_radio_group.error .form_radio_group_message,
.purchase_form_radio_group.error .form_radio_group_message {
  display: block;
}
.form_radio_group_message,
.purchase_form_radio_group_message {
  margin-bottom: 20px;
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: red;
}
.header {
  position: relative;
  display: block;
  border-bottom: 1px solid #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .header {
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}
.header__in {
  padding: 20px 0;
}
@media only screen and (max-width: 800px) {
  .header__in {
    padding: 7px 0;
  }
}
.header_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .header_top_logo img {
    width: 55px;
  }
}
.header_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.header_menu {
  width: 700px;
}
@media only screen and (max-width: 800px) {
  .header_menu {
    position: fixed;
    top: 58px;
    left: 0;
    bottom: 0;
    display: none;
    overflow-y: scroll;
    width: 100%;
    background-color: #fff;
  }
}
.header_menu_first {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .header_menu_first {
    margin: 0 auto;
    padding-top: 40px;
    display: block;
    width: 320px;
  }
}
.header_menu_first > li {
  margin-right: 25px;
}
@media only screen and (max-width: 800px) {
  .header_menu_first > li {
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .header_menu_first > li:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    background-image: url(../images/sprites/icons.png);
    background-position: -320px -56px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 800px) and (min-resolution: 192dpi) {
  .header_menu_first > li:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
@media only screen and (max-width: 800px) {
  .header_menu_first > li.open:before {
    background-image: url(../images/sprites/icons.png);
    background-position: -320px -28px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 800px) and (min-resolution: 192dpi) {
  .header_menu_first > li.open:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_menu_first > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 800px) {
  .header_menu_first > li:hover .header_menu_wrapper {
    display: block;
  }
}
.header_menu_first > li > a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #302f2b;
}
@media only screen and (max-width: 800px) {
  .header_menu_first > li > a {
    display: block;
  }
}
.header_menu_first > li > a.active,
.header_menu_first > li > a:hover {
  border-bottom: 1px solid #302f2b;
}
@media only screen and (max-width: 800px) {
  .header_menu_first > li > a.active,
  .header_menu_first > li > a:hover {
    border-bottom: none;
  }
}
.header_menu_second {
  padding-left: 172px;
  display: -ms-flexbox;
  display: grid;
  gap:20px;
  grid-template-columns:1fr 1fr 1fr 1fr;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .header_menu_second {
    padding-left: 0;
    display: block;
  }
}
.header_menu_second > li {
  margin-right: 45px;
}
.header_menu_second > li > a {
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .header_menu_second > li > a {
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline;
  }
}
.header_menu_second > li > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  .header_menu_second > li > a:hover {
    text-decoration: none;
  }
}
.header_menu_third > li {
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (max-width: 800px) {
  .header_menu_third > li {
    margin-top: 12px;
    margin-left: 10px;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .header_menu_third > li:last-child {
    margin-bottom: 25px;
  }
}
.header_menu_third > li a {
  text-decoration: none;
  color: #302f2b;
}
.header_menu_third > li a.active,
.header_menu_third > li a:hover {
  border-bottom: 1px solid #302f2b;
}
.header_menu_wrapper {
  position: absolute;
  z-index: 9990;
  left: 0;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .header_menu_wrapper {
    position: relative;
    left: unset;
  }
}
.header_menu_wrapper_in {
  padding: 40px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 800px) {
  .header_menu_wrapper_in {
    padding: 20px 0 0;
    background-color: transparent;
  }
}
.header_tools_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.header_tools_list.__mobile {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header_tools_item {
  position: relative;
  margin-right: 15px;
  display: block;
}
@media only screen and (max-width: 800px) {
  .header_tools_item {
    margin-right: 20px;
  }
}
.header_tools_item._mobile_menu {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -32px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._mobile_menu {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item._mobile_menu.open {
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._mobile_menu.open {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item._lang_en {
  margin-right: 40px;
  display: none !important;
  background-image: url(../images/sprites/icons.png);
  background-position: -192px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._lang_en {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item._lang_ru {
  margin-right: 40px;
  background-image: url(../images/sprites/icons.png);
  background-position: -224px -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._lang_ru {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item._search {
  background-image: url(../images/sprites/icons.png);
  background-position: -216px -266px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._search {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item._profile {
  background-image: url(../images/sprites/icons.png);
  background-position: -188px -266px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._profile {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item._favorites {
  background-image: url(../images/sprites/icons.png);
  background-position: -244px -266px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._favorites {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item._cart {
  margin-right: 0;
  background-image: url(../images/sprites/icons.png);
  background-position: -160px -266px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_tools_item._cart {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.header_tools_item span {
  top: -8px;
  right: -8px;
  padding-top: 3px;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 11px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}
.header_search,
.header_tools_item span {
  position: absolute;
  background-color: #1b1b1a;
}
.header_search {
  z-index: 1;
  top: 100%;
  padding: 40px 0 30px;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .header_search {
    padding: 30px 0;
  }
}
.header_search.open {
  display: block;
}
.header_search_input {
  position: relative;
  margin: 0 auto;
  padding-right: 50px;
  width: 400px;
  height: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 800px) {
  .header_search_input {
    width: 320px;
  }
}
.header_search_input input[type="text"] {
  padding-left: 15px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.header_search_input input[type="submit"] {
  right: 15px;
  display: block;
  background-color: transparent;
  border: none;
  background-image: url(../images/sprites/icons.png);
  background-position: -216px -266px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_search_input input[type="submit"] {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.icon {
  object-fit: contain;
}
.icon__search {
  width: 24px;
  height: 24px;
}
.icon__search_medium {
  width: 40px;
  height: 40px;
}
.icon__attention,
.icon__lighting,
.icon__translation,
.icon__video {
  width: 24px;
  height: 24px;
}
.icon__lighting__big {
  width: 57px;
  height: 96px;
}
.icon__close_medium,
.icon__menu_medium,
.icon__social {
  width: 40px;
  height: 40px;
}
.icon__down,
.icon__up {
  width: 24px;
  height: 24px;
}
.inner {
  display: block;
}
.inner_gray {
  background-color: #f7f7f7;
}
.inner__in h1 {
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .inner__in h1 {
    text-align: center;
  }
}
.inner__in h1.center {
  text-align: center;
}
.inner_layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 800px) {
  .inner_layout {
    display: block;
  }
}
.inner_sidebar {
  position: relative;
  padding-right: 40px;
  width: 270px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 800px) {
  .inner_sidebar {
    display: none;
  }
}
.inner_sidebar_box {
  position: absolute;
  top: 0;
  right: 0;
  left: -300%;
  bottom: 0;
  background-color: #f7f7f7;
}
.inner_sidebar .breadcrumbs_list {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner_sidebar .breadcrumbs_item {
  margin-bottom: 10px;
}
.inner_sidebar_navigation {
  position: relative;
  margin-bottom: 40px;
  text-align: right;
}
.inner_sidebar_navigation a {
  margin-right: -40px;
  margin-bottom: 10px;
  padding: 10px 40px 10px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #1b1b1a;
}
.inner_sidebar_navigation a:hover {
  color: #fff;
  background-color: #1b1b1a;
}
.inner_sidebar_whatsapp {
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #9e9e9e;
  border-top: 1px solid #1b1b1a;
}
.inner_sidebar_whatsapp a {
  position: relative;
  margin-top: 10px;
  padding: 15px 10px 15px 58px;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-color: #1b1b1a;
  border-radius: 4px;
}
.inner_sidebar_whatsapp a:before {
  left: 10px;
  display: block;
  content: "";
  background-image: url(../images/sprites/icons.png);
  background-position: -58px -136px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .inner_sidebar_whatsapp a:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.inner_sidebar_whatsapp a span {
  display: block;
}
.inner_sidebar_whatsapp a span:first-child {
  font-size: 12px;
  line-height: 18px;
}
.inner_sidebar_whatsapp a span:nth-child(2) {
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}
.inner_main {
  padding-top: 70px;
  padding-bottom: 50px;
  width: 770px;
}
@media only screen and (max-width: 800px) {
  .inner_main {
    padding-top: 50px;
    width: 100%;
  }
}
.inner_content {
  padding-bottom: 50px;
}
.inner_content_def {
  padding-top: 40px;
}
.inner_content_def2 {
  padding-top: 60px;
}
.inner_content_600 {
  margin: 0 auto;
  width: 600px;
}
@media only screen and (max-width: 800px) {
  .inner_content_600 {
    width: 100%;
  }
}
.inner_wysiwyg ul li {
  margin-bottom: 10px;
}
body._curr_USD .cart_item_price:after,
body._curr_USD .cart_total_row span:nth-child(2):after,
body._curr_USD .catalog-item_price:after,
body._curr_USD .irs--square .irs-from:after,
body._curr_USD .irs--square .irs-single:after,
body._curr_USD .irs--square .irs-to:after,
body._curr_USD .look_item_price:after,
body._curr_USD .look_summary_total:after,
body._curr_USD .look_total_summ:after,
body._curr_USD .product_price:after,
body._curr_USD .purchase_total_row span:nth-child(2):after {
  content: " $";
}
.look {
  margin-top: 40px;
  display: block;
}
.look_header {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media only screen and (max-width: 800px) {
  .look_header {
    font-size: 18px;
    line-height: 26px;
  }
}
.look_items {
  margin-top: 20px;
}
.look_item {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.look_item.checked .look_item_image:after {
  background-image: url(../images/sprites/icons.png);
  background-position: -320px -84px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .look_item.checked .look_item_image:after {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.look_item_image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.look_item_image:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #1b1b1a;
}
.look_item_image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.look_item_desc {
  width: 280px;
}
@media only screen and (max-width: 800px) {
  .look_item_desc {
    width: 230px;
  }
}
.look_item_name {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  color: #1b1b1a;
}
.look_item_name:hover {
  text-decoration: underline;
}
.look_item_prices {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.look_item_price {
  margin-right: 10px;
}
.look_item_price:after {
  content: " ₽";
}
.look_item_price_old {
  font-size: 12px;
  line-height: 18px;
  text-decoration: line-through;
  color: #9d9ba2;
}
.look_item_price_current,
.look_item_sizes_label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.look_item_sizes_label.error {
  color: red;
}
.look_item_sizes_list {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.look_item_sizes_list li {
  position: relative;
  margin: 0 5px 5px 0;
  padding-top: 13px;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1px solid #1b1b1a;
  border-radius: 4px;
}
.look_item_sizes_list li.unavailable {
  cursor: auto;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.look_item_sizes_list li.unavailable:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150%;
  height: 0;
  content: "";
  border-bottom: 1px solid #9d9ba2;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.look_item_sizes_list li.active {
  color: #fff;
  background-color: #1b1b1a;
}
.look_summary {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #1b1b1a;
}
.look_summary_title {
  width: 210px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.look_summary_total {
  font-size: 24px;
  line-height: 34px;
}
.look_summary_total:after {
  content: " ₽";
}
.look_buttons {
  margin-top: 15px;
}
.look_total_label {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.look_total_summ {
  font-size: 24px;
  line-height: 34px;
}
.look_total_summ:after {
  content: " ₽";
}
.look_modal .look_item {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .look_modal .look_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.look_modal .look_item:first-child {
  border-top: 1px solid #1b1b1a;
}
.look_modal .look_item_desc {
  width: 400px;
}
@media only screen and (max-width: 800px) {
  .look_modal .look_item_desc {
    width: 210px;
  }
}
.look_modal .look_item_sizes {
  width: 400px;
}
.look_modal .look_item_image:after {
  display: none;
}
.main-advantages {
  padding: 40px 0;
  display: block;
  color: #fff;
  background-color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .main-advantages {
    padding-bottom: 20px;
  }
}
.main-advantages_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .main-advantages_list {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-advantages_list li {
  position: relative;
  padding-left: 48px;
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (max-width: 800px) {
  .main-advantages_list li {
    margin-bottom: 20px;
    width: 45%;
    font-size: 12px;
    line-height: 18px;
  }
}
.main-advantages_list li:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}
@media only screen and (min-width: 800px) {
  .main-advantages_list li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 800px) {
  .main-advantages_list li:before {
    top: 0;
  }
}
.main-advantages_list li._present:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -248px -80px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-advantages_list li._present:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.main-advantages_list li._credit:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -204px -130px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-advantages_list li._credit:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.main-advantages_list li._warranty:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -248px -40px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-advantages_list li._warranty:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.main-advantages_list li._delivery:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -204px -88px;
  width: 32px;
  height: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-advantages_list li._delivery:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.main-catalog {
  display: block;
}
.main-catalog_wrapper {
  position: relative;
  padding-top: 50%;
}
@media only screen and (max-width: 800px) {
  .main-catalog_wrapper {
    padding-top: 0;
  }
}
.main-catalog_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .main-catalog_container {
    position: relative;
    top: unset;
    left: unset;
  }
}
.main-catalog_item {
  position: absolute;
  height: 50%;
}
@media only screen and (max-width: 800px) {
  .main-catalog_item {
    position: relative;
    height: auto;
  }
}
.main-catalog_item_image img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .main-catalog_item_image img {
    border-bottom: 1px solid #fff;
  }
}
.main-catalog_item_content {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .main-catalog_item_content {
    bottom: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.main-catalog_item_content .btn {
  margin: 0 12px;
}
@media only screen and (max-width: 800px) {
  .main-catalog_item_content .btn {
    margin: 0 0 20px;
    min-width: 51%;
  }
}
.main-catalog_item_header {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .main-catalog_item_header {
    font-size: 24px;
    line-height: 29px;
  }
}
.main-catalog_top {
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .main-catalog_top {
    top: unset;
    left: unset;
    overflow: hidden;
    height: 320px;
  }
}
@media only screen and (max-width: 800px) {
  .main-catalog_top .main-catalog_item_image img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}
.main-catalog_left {
  top: 50%;
  left: 0;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .main-catalog_left {
    top: unset;
    left: unset;
    width: 100%;
    height: 50%;
  }
}
.main-catalog_right {
  top: 50%;
  right: 0;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .main-catalog_right {
    top: unset;
    left: unset;
    width: 100%;
    height: 50%;
  }
}
.main-instagram {
  display: block;
}
.main-instagram__in {
  padding: 40px 0;
}
@media only screen and (max-width: 800px) {
  .main-instagram__in {
    padding: 20px 0;
  }
}
.main-instagram_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .main-instagram_header {
    display: block;
  }
}
.main-instagram_hash {
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .main-instagram_hash {
    font-size: 24px;
    line-height: 29px;
  }
}
.main-instagram_subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .main-instagram_subscribe {
    display: block;
  }
}
.main-instagram_subscribe_item {
  margin-left: 20px;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 800px) {
  .main-instagram_subscribe_item {
    margin: 10px 0;
  }
}
.main-instagram_subscribe_item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  color: #1b1b1a;
}
.main-instagram_widget_wrapper {
  position: relative;
  padding-top: 44%;
  display:none;
}
@media only screen and (max-width: 800px) {
  .main-instagram_widget_wrapper {
    padding-top: 100%;
  }
}
.main-instagram_widget_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-instagram_widget_container iframe {
  overflow-y: hidden !important;
  width: 100%;
  height: 100% !important;
}
.main-popular {
  padding-top: 100px;
  padding-bottom: 80px;
  display: block;
}
@media only screen and (max-width: 800px) {
  .main-popular {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.main-popular_header {
  text-align: center;
}
.main-popular_header h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-transform: uppercase;
  color: #302f2b;
}
@media only screen and (max-width: 800px) {
  .main-popular_header h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.main-popular_nav {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .main-popular_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-popular_nav li {
  margin-right: 10px;
  display: block;
}
@media only screen and (max-width: 800px) {
  .main-popular_nav li {
    margin-bottom: 10px;
  }
}
.main-popular_nav li:after {
  padding-left: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  content: "/";
  color: #1b1b1a;
}
.main-popular_nav li:last-child {
  margin-right: 0;
}
.main-popular_nav li:last-child:after {
  display: none;
}
.main-popular_nav a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  color: #1b1b1a;
}
.main-popular_nav a.active,
.main-popular_nav a:hover {
  border-bottom: 1px solid #1b1b1a;
}
.main-popular_nav a.active {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.main-popular_container {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
  display: none;
}
.main-popular_container .slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-popular_container .slider-controls_arrow {
  margin-top: -60px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .main-popular_container .slider-controls_arrow {
    display: none;
  }
}
.main-popular_container .slider-controls_arrow_prev {
  left: 0;
}
.main-popular_container .slider-controls_arrow_next {
  right: 0;
}
.main-popular_container .slider-controls_dots_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-popular_list_item .catalog-item {
  margin: 0 auto;
}
.main-slider {
  display: block;
}
.main-slider_wrapper {
  position: relative;
  padding-top: 41.6%;
}
.main-slider_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider_container .slider-controls {
  display: none;
}
.main-slider_container .slider-controls_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .main-slider_container .slider-controls_arrow {
    display: none !important;
  }
}
.main-slider_container .slider-controls_arrow_prev {
  left: 0;
}
.main-slider_container .slider-controls_arrow_next {
  right: 0;
}
.main-slider_container:hover .slider-controls {
  display: block;
}
.main-slider_item,
.main-slider_item_image {
  position: relative;
}
.main-slider_item_image img {
  width: 100%;
}
.main-slider_item_description {
  top: 0;
  left: 0;
  padding: 135px;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .main-slider_item_description {
    display: none;
  }
}
.main {
  display: block;
}
.main__in {
  margin-top: 40px;
}
.messages {
  padding: 0 0 20px;
  text-align: center;
}
.messages_errors {
  color: red;
}
.messages_one {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.modal {
  position: fixed;
  z-index: 11000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
@media only screen and (max-width: 800px) {
  .modal {
    overflow-y: scroll;
  }
}
.modal_open_body {
  overflow: hidden;
}
.modal_backdrop {
  position: absolute;
  z-index: 11001;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  opacity: 0.7;
}
.modal_container {
  position: absolute;
  z-index: 11002;
  padding: 40px;
  display: none;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(49, 102, 165, 0.15);
}
@media only screen and (max-width: 800px) {
  .modal_container {
    padding: 10px;
    width: 320px !important;
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}
@media only screen and (min-width: 800px) {
  .modal_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal_container.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/sprites/icons.png);
  background-position: -136px -68px;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modal_close {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
@media only screen and (max-width: 800px) {
  .modal_close {
    top: -9px;
    right: -9px;
    transform: scale(0.7);
  }
}
.modal_header h1 {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
.modal_header h1,
.modal_header h2 {
  margin-bottom: 10px;
  text-align: center;
}
.modal_header h2 {
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 800px) {
  .modal_header h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }
}
.modal_content {
  font-size: 16px;
  line-height: 22px;
}
.modal_content_center {
  text-align: center;
}
.modal_content_padding {
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 800px) {
  .modal_content_padding {
    padding-left: 10px;
  }
}
.modal_message {
  font-size: 16px;
  line-height: 22px;
}
.modal_buttons {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_buttons a.btn {
  margin: 0 5px;
}
.modal_buttons_left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal_buttons_left a.btn {
  margin: 0;
}
.modal_buttons_flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal__callback {
  width: 500px;
}
.modal__table_size {
  width: 1000px;
}
.modal__sizes_guide {
  padding-left: 400px;
  width: 1000px;
  min-height: 640px;
}
@media only screen and (max-width: 800px) {
  .modal__sizes_guide {
    padding-left: 0;
  }
}
.modal__look {
  width: 1000px;
}
@media only screen and (max-width: 800px) {
  .modal__look .modal_buttons .btn {
    padding-left: 10px;
  }
}
.modal__partners {
  width: 720px;
}
.modal_man {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background-color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .modal_man {
    display: none;
  }
}
.modal_cnt__size_sex {
  display: none;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 800px) {
  .modal_cnt__size_sex {
    font-size: 18px;
    line-height: 25px;
  }
}
.modal_cnt__size_picture {
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal_cnt__size_picture img {
  width: 570px;
}
@media only screen and (max-width: 800px) {
  .modal_cnt__size_picture img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.modal_cnt__logo_guide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.modal_cnt__logo_guide h5 {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 800px) {
  .modal_cnt__logo_guide h5 {
    margin-left: 10px;
    font-size: 14px;
  }
}
.modal_cnt__big_header {
  display: none;
}
.modal_cnt__big_header h1 {
  margin-top: -48px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .modal_cnt__big_header h1 {
    margin-top: 10px;
    font-size: 23px;
    line-height: 27px;
  }
}
.modal_cnt__params_header {
  margin: 20px 0;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  border-bottom: 2px solid #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .modal_cnt__params_header {
    padding-bottom: 10px;
    font-size: 23px;
    line-height: 27px;
    border-bottom-width: 1px;
  }
}
.modal_cnt__params_desc {
  font-size: 13px;
  line-height: 21px;
}
.modal_cnt__params_form {
  margin: 40px 0;
}
.modal_cnt__size_recommend {
  display: none;
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 800px) {
  .modal_cnt__size_recommend {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
.modal_cnt__size_recommend span {
  margin-left: 10px;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .modal_cnt__size_recommend span {
    font-size: 24px;
    line-height: 28px;
  }
}
.modal_cnt__size_different {
  margin-top: 15px;
  display: none;
  font-size: 14px;
  line-height: 21px;
}
.modal_cnt__size_error {
  margin-top: 20px;
  display: none;
  font-size: 14px;
  line-height: 21px;
  color: red;
}
.news-item {
  display: block;
  width: 570px;
}
.news-item_poster {
  position: relative;
  margin-bottom: 20px;
  display: block;
  height: 310px;
}
.news-item_poster img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news-item_title {
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  color: #1b1b1a;
}
.news {
  display: block;
}
.news_poster {
  margin-bottom: 50px;
}
.news_poster img {
  width: 100%;
  height: auto;
}
.news_header h1 {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
}
.news_list {
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news_list .news-item {
  margin-right: 30px;
  margin-bottom: 40px;
}
.news_list .news-item:nth-child(2n) {
  margin-right: 0;
}
.news_paging_list {
  display: none;
}
.news_paging_more {
  text-align: center;
}
.news_paging_summary {
  margin-top: 15px;
  font-size: 10px;
  line-height: 14px;
}
.news_box {
  margin: 0 auto;
  width: 770px;
}
.news_date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #9e9e9e;
}
.news_share {
  margin: 30px 0 20px;
}
.product {
  display: block;
}
.product__in {
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .product__in {
    padding-top: 20px;
    display: block;
  }
}
.product_media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 740px;
}
@media only screen and (max-width: 800px) {
  .product_media {
    display: block;
    width: 100%;
  }
}
.product_media_container {
  position: relative;
}
.product_media_container .slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 800px) {
  .product_media_container .slider-controls {
    display: none;
  }
}
.product_media_container .slider-controls_arrow {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product_media_container .slider-controls_arrow_prev {
  left: 0;
}
.product_media_container .slider-controls_arrow_next {
  right: 0;
}
.product_media_item {
  position: relative;
  margin-bottom: 26px;
}
@media only screen and (max-width: 800px) {
  .product_media_item {
    margin-bottom: 0;
    display: block;
  }
}
.product_media_item:first-child {
  width: 100%;
}
.product_media_item:nth-child(2),
.product_media_item:nth-child(3) {
  width: 48% !important;
}
@media only screen and (max-width: 800px) {
  .product_media_item:nth-child(2),
  .product_media_item:nth-child(3) {
    width: 100% !important;
  }
}
.product_media_item:nth-child(2) {
  margin-right: 4%;
}
@media only screen and (max-width: 800px) {
  .product_media_item:nth-child(2) {
    margin-right: 0;
  }
}
.product_media_item:nth-child(n + 4) {
  margin-right: 3.5%;
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .product_media_item:nth-child(n + 4) {
    margin-right: 0;
    width: 100%;
  }
}
.product_media_item:nth-child(3n + 3) {
  margin-right: 0;
}
.product_media_item img {
  max-width: 100%;
}
.product_media_item video {
  width: 100%;
}
.product_media_video {
  position: relative;
}
.product_content {
  padding-top: 60px;
  width: 370px;
}
@media only screen and (max-width: 800px) {
  .product_content {
    padding-top: 20px;
    width: 100%;
  }
}
.product_header {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media only screen and (max-width: 800px) {
  .product_header {
    font-size: 22px;
    line-height: 29px;
  }
}
.product_articul {
  font-size: 14px;
  line-height: 21px;
  color: #9e9e9e;
}
@media only screen and (max-width: 800px) {
  .product_articul {
    margin-top: 10px;
  }
}
.product_description_short {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}
.product_description_short p {
  margin: 0;
}
.product_description_photo {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #9e9e9e;
}
.product_description_list {
  margin-top: 30px;
}
.product_description_list_link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #1b1b1a;
  border-bottom: 2px dashed #1b1b1a;
}
.product_description_list_link:hover {
  border-bottom: none;
}
.product_description_item {
  padding: 15px 0;
  border-top: 1px solid #1b1b1a;
}
.product_description_item_title {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
}
.product_description_item_title:after {
  right: 0;
  display: block;
  content: "";
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -224px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_description_item_title:after {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.product_description_item_title.open:after {
  background-image: url(../images/sprites/icons.png);
  background-position: -288px -64px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_description_item_title.open:after {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.product_description_item_content {
  margin-top: 10px;
  display: none;
}
.product_description_item_content p:last-child {
  margin-bottom: 0;
}
.product_description_item.open .product_description_item_content {
  display: block;
}
.product_prices {
  margin-top: 30px;
  padding: 10px 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #1b1b1a;
  border-bottom: 1px solid #1b1b1a;
}
.product_prices,
.product_prices_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product_prices_block {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product_prices_delivery {
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  color: #1b1b1a;
}
.product_prices_delivery span {
  display: block;
}
.product_prices_delivery span:nth-child(2) {
  color: #9e9e9e;
}
.product_price {
  white-space: nowrap;
}
.product_price:after {
  content: " ₽";
}
.product_price_current {
  margin-right: 10px;
  font-size: 24px;
  line-height: 34px;
}
.product_price_old {
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #9d9ba2;
}
.product_collection {
  margin-top: 30px;
}
.product_collection_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.product_collection_title span:nth-child(2) {
  margin-left: 10px;
  color: #9e9e9e;
}
.product_collection_list {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product_collection_list a {
  position: relative;
  margin: 0 5px 5px 0;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.product_collection_list a.active {
  border: 1px solid #1b1b1a;
}
.product_collection_list a img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product_sizes {
  margin-top: 30px;
}
.product_sizes_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #1b1b1a;
  border-bottom: 2px dashed #1b1b1a;
}
.product_sizes_title:hover {
  border-bottom: none;
}
.product_sizes_list {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product_sizes_list li {
  position: relative;
  margin: 0 5px 5px 0;
  padding-top: 13px;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1px solid #1b1b1a;
  border-radius: 4px;
}
.product_sizes_list li.error {
  color: red;
  border-color: red;
}
.product_sizes_list li.unavailable {
  cursor: auto;
  color: #9e9e9e;
  border-color: #9e9e9e !important;
}
.product_sizes_list li.unavailable:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150%;
  height: 0;
  content: "";
  border-bottom: 1px solid #9d9ba2;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product_sizes_list li.active {
  color: #fff;
  background-color: #1b1b1a;
}
.product_addtocart {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product_addtocart .btn {
  margin-right: 20px;
}
.product_credit {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.product_credit_text {
  font-size: 16px;
  font-weight: 400px;
  line-height: 24px;
  white-space: nowrap;
}
.product_credit_text strong {
  font-weight: 500;
}
.product_credit_info {
  position: relative;
  margin-left: 10px;
}
.product_credit_info_ico {
  display: block;
  cursor: pointer;
  background-image: url(../images/sprites/icons.png);
  background-position: -32px -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_credit_info_ico {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.product_credit_info_block {
  position: absolute;
  left: -82px;
  bottom: 35px;
  padding: 20px 30px 20px 20px;
  display: none;
  width: 260px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  box-shadow: 0 1px 20px rgba(4, 6, 28, 0.102);
}
.product_credit_info_block a {
  color: #1b1b1a;
}
.product_credit_info_block:before {
  left: 85px;
  bottom: -8px;
  width: 14px;
  border: 1px solid #9e9e9e;
  transform: rotate(-45deg);
}
.product_credit_info_block:after,
.product_credit_info_block:before {
  position: absolute;
  display: block;
  height: 14px;
  content: "";
  background-color: #fff;
}
.product_credit_info_block:after {
  left: 80px;
  bottom: 0;
  width: 24px;
}
.product_credit_info_close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -266px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_credit_info_close {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.product_instagramm {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #1b1b1a;
}
.product_instagramm_title {
  position: relative;
  font-size: 20px;
  line-height: 28px;
}
.product_instagramm_desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
  color: #9d9ba2;
}
.product_instagramm_list {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product_instagramm_list a {
  margin: 0 0 10px;
  display: block;
  overflow: hidden;
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 800px) {
  .product_instagramm_list a {
    width: 48%;
    height: auto;
  }
}
.product_instagramm_list a:nth-child(2n) {
  margin-right: 0;
}
.product_instagramm_list a img {
  width: 100%;
}
.product_instagramm_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product_instagramm_links span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 800px) {
  .product_instagramm_links .btn {
    padding-right: 54px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .product_instagramm_links .btn:before {
    right: 20px;
  }
}
.product_advantages {
  margin-top: 30px;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #1b1b1a;
  border-bottom: 1px solid #1b1b1a;
}
.product_advantages_item {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 10px;
  line-height: 14px;
}
.product_advantages_item:before {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #1b1b1a;
  border-radius: 10px;
}
.product_advantages_item:after,
.product_advantages_item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product_advantages_item:after {
  left: 2px;
  background-image: url(../images/sprites/icons.png);
  background-position: -320px -84px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_advantages_item:after {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.profile {
  display: block;
}
.profile_info {
  margin-bottom: 45px;
}
.profile_info_row {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1a;
}
.profile_info_row div:first-child {
  width: 180px;
  color: #828282;
}
.purchase {
  display: block;
}
.purchase_layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .purchase_layout {
    display: block;
  }
}
.purchase_main {
  width: 600px;
}
@media only screen and (max-width: 800px) {
  .purchase_main {
    width: 100%;
  }
}
.purchase_cart {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 470px;
}
@media only screen and (max-width: 800px) {
  .purchase_cart {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .purchase_cart_items {
    display: none;
  }
}
.purchase_cart_items .cart_item_image img {
  width: 80px;
}
.purchase_cart_items .cart_item_desc {
  padding: 10px 0 0;
}
.purchase_cart_items .cart_item_title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}
.purchase_cart_items .cart_item_optioned_one {
  font-size: 12px;
  line-height: 18px;
}
.purchase_cart_items .cart_item_amount {
  padding: 10px 0;
  width: 30px;
  font-size: 14px;
  line-height: 21px;
}
.purchase_cart_items .cart_item_prices {
  padding: 10px 10px 10px 0;
  width: 80px;
}
.purchase_cart_items .cart_item_price_current {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.purchase_cart_items .cart_item_price_old {
  font-size: 12px;
  line-height: 18px;
  color: #1b1b1a;
}
.purchase_total {
  margin-top: 26px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
.purchase_total_row {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.purchase_total_row span:nth-child(2) {
  text-align: right;
}
.purchase_total_row span:nth-child(2):after {
  content: " ₽";
}
.purchase_total_row.no_sign span:nth-child(2):after {
  content: "";
}
.purchase_total_full {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #1b1b1a;
}
.purchase_total_full span {
  font-weight: 500;
}
.purchase_total_full span:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (max-width: 800px) {
  .purchase_order .btn {
    width: 100%;
    text-align: center;
  }
}
.scroll-line {
  padding: 40px 0;
  display: block;
}
.scroll-line_section {
  overflow: hidden;
  width: 100%;
  height: 32px;
  white-space: nowrap;
}
.scroll-line_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 3080px;
}
.scroll-line_container span {
  display: block;
  width: 220px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
.scroll-line_container._left {
  animation: b 3.5s infinite linear;
}
.scroll-line_container._left_slow {
  animation: b 5.5s infinite linear;
}
.scroll-line_container._right_direct {
  margin-left: -220px;
  animation: c 5.5s infinite linear;
}
.scroll-line_container._right_transform {
  margin-left: -220px;
  animation: c 6.5s infinite linear;
}
.scroll-line_container._right_transform span {
  transform: scale(-1);
}
.similar {
  display: block;
  background-color: #f7f7fa;
}
.similar__in {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 800px) {
  .similar__in {
    padding-top: 30px;
  }
}
.similar_header {
  text-align: center;
}
.similar_header h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  color: #302f2b;
}
@media only screen and (max-width: 800px) {
  .similar_header h3 {
    font-size: 23px;
    line-height: 28px;
  }
}
.similar_container {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
}
.similar_container .slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.similar_container .slider-controls_arrow {
  margin-top: -60px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .similar_container .slider-controls_arrow {
    display: none;
  }
}
.similar_container .slider-controls_arrow_prev {
  left: 0;
}
.similar_container .slider-controls_arrow_next {
  right: 0;
}
.similar_container .slider-controls_dots_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.similar_list_item .catalog-item {
  margin: 0 auto;
}
.slider-controls {
  display: block;
}
.slider-controls_arrow {
  position: absolute;
  z-index: 10000;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1b1b1a;
}
@media only screen and (max-width: 800px) {
  .slider-controls_arrow {
    width: 40px;
    height: 40px;
  }
}
.slider-controls_arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-controls_arrow_prev:before {
  background-image: url(../images/sprites/icons.png);
  background-position: -248px -152px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slider-controls_arrow_prev:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.slider-controls_arrow_next:before {
  background-image: url(../images/sprites/icons.png);
  background-position: 0 -234px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slider-controls_arrow_next:before {
    background-image: url(../images/sprites/icons@2x.png);
    background-size: 340px 290px;
  }
}
.slider-controls_dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slider-controls_dots li {
  padding: 0 2px;
}
.slider-controls_dots li button {
  display: block;
  width: 15px;
  height: 1px;
  text-indent: -9999px;
  background-color: #1b1b1a;
  border: none;
}
.slider-controls_dots li.slick-active button {
  height: 4px;
}
.catalog_h1 {
  padding: 20px 0px;
  font-size: 40px;
}

h2 {
  font-size: 35px;
  margin: 30px 0px 0px;
}

p {
  line-height: 1.4;
  font-size: 18px;
  margin: 20px 0px;
}
.multiple_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}
.multiple_images img {
    width:100%;
    height:100%;
}