@charset "utf-8";
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
  vertical-align:baseline
}
body,
html {
  min-height:100%;
  height:100%
}
body {
  background-color:#fff;
  color:#222;
  font-size:14px;
  font-size:1rem;
  font-family:var(--font-family);
  font-style:normal;
  line-height:1;
  min-width:320px;
  -webkit-text-decoration-skip:objects;
  text-decoration-skip:objects;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}
img {
  border:0;
  outline:none
}
.lazy-img {
  opacity:0;
  transition:opacity .3s ease-out;
  max-height:1px
}
.lazy-img-active {
  opacity:1;
  max-height:100%
}
b,
strong {
  font-weight:var(--font-weight)
}
.lazy-loading-img,
.lazy-loading-img-scroll {
  opacity:1;
  transition:opacity .2s ease-in-out
}
a {
  outline:none;
  transition:all .3s ease-out
}
a,
a:hover {
  color:var(--cheme-color)
}
a:hover {
  text-decoration:none
}
button,
input,
textarea {
  -moz-appearance:none;
  appearance:none;
  -webkit-appearance:none
}
button,
input,
select,
textarea {
  font-size:14px;
  font-size:.875rem;
  font-family:var(--font-family);
  color:#222;
  outline:none
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  opacity:.5;
  cursor:not-allowed
}
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
  border:1px solid #eee;
  border-radius:5px;
  font-size:14px;
  font-size:.875rem;
  padding:10px 15px;
  transition:background-color .2s ease-out,border .2s ease-out
}
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=phone]:focus,
input[type=phone]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
  border-color:#ccc
}
input[type=email]:focus,
input[type=password]:focus,
input[type=phone]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  background:#fff
}
.ruble {
  letter-spacing:.99px;
  min-width:12px;
  display:inline-block
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:var(--font-weight);
  line-height:1.4
}
h1 {
  font-size:30px;
  font-size:1.875rem;
  margin-bottom:30px
}
h2 {
  font-size:26px;
  font-size:1.625rem;
  margin-bottom:20px
}
h3 {
  font-size:20px;
  font-size:1.25rem
}
h3,
h4 {
  margin-bottom:15px
}
h4 {
  font-size:18px;
  font-size:1.125rem
}
h5 {
  font-size:16px;
  font-size:1rem
}
h5,
h6 {
  margin-bottom:10px
}
h6 {
  font-size:14px;
  font-size:.875rem
}
p {
  line-height:1.8;
  margin:0 0 20px
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
main,
meter,
nav,
output,
progress,
section,
source,
video {
  display:block
}
mark,
rp,
rt,
ruby,
summary,
time {
  display:inline
}
blockquote,
q {
  quotes:none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content:"";
  content:none
}
table {
  border-collapse:collapse;
  border-spacing:0
}
.wrap {
  margin:0 auto;
  max-width:var(--site-max-width);
  padding-right:30px;
  padding-left:30px;
  width:100%
}
.baseBanner__wrap,
.wrap_bg {
  max-width:calc(var(--site-max-width) - 60px)
}
.baseBanner__wrap {
  width:100%;
  text-align:left
}
.m-wrap {
  margin-bottom:50px
}
.clear {
  clear:both
}
.clear-table {
  content:"";
  display:table;
  width:100%
}
::-webkit-input-placeholder {
  color:#9393a1
}
:-moz-placeholder,
::-moz-input-placeholder {
  color:#9393a1
}
:-ms-input-placeholder {
  color:#9393a1
}
.button,
.wa-actions-wrapper .wa-button,
.wa-confirm-signup-button,
.wa-confirmation-code-input-submit,
.wa-dialog-footer .wa-button,
.wa-submit-button,
.wa-variant-actions .wa-button,
input[type=button],
input[type=submit] {
  background:var(--c-b);
  border:0;
  border-radius:5px;
  cursor:pointer;
  color:var(--c-b-c);
  display:inline-block;
  font-size:14px;
  font-size:.875rem;
  padding:0 20px;
  overflow:hidden;
  position:relative;
  height:46px;
  line-height:46px;
  text-align:center;
  text-decoration:none;
  transition:all .2s ease-out
}
.button:hover:not(.in-loading):not(:disabled),
.wa-actions-wrapper .wa-button:hover:not(.in-loading):not(:disabled),
.wa-confirm-signup-button:hover:not(.in-loading):not(:disabled),
.wa-confirmation-code-input-submit:hover:not(.in-loading):not(:disabled),
.wa-dialog-footer .wa-button:hover:not(.in-loading):not(:disabled),
.wa-submit-button:hover:not(.in-loading):not(:disabled),
.wa-variant-actions .wa-button:hover:not(.in-loading):not(:disabled),
input[type=button]:hover:not(.in-loading):not(:disabled),
input[type=submit]:hover:not(.in-loading):not(:disabled) {
  color:var(--c-b-c-h);
  background:var(--c-b-h);
  box-shadow:0 4px 10px rgba(0,0,0,.3)
}
.button:active:not(.in-loading):not(:disabled),
.wa-actions-wrapper .wa-button:active:not(.in-loading):not(:disabled),
.wa-confirm-signup-button:active:not(.in-loading):not(:disabled),
.wa-confirmation-code-input-submit:active:not(.in-loading):not(:disabled),
.wa-dialog-footer .wa-button:active:not(.in-loading):not(:disabled),
.wa-submit-button:active:not(.in-loading):not(:disabled),
.wa-variant-actions .wa-button:active:not(.in-loading):not(:disabled),
input[type=button]:active:not(.in-loading):not(:disabled),
input[type=submit]:active:not(.in-loading):not(:disabled) {
  box-shadow:none
}
.wa-actions-wrapper .wa-button {
  border-radius:4px;
  height:36px;
  line-height:36px
}
.button:hover:not(.in-loading):not(:disabled),
input[type=button]:hover:not(.in-loading):not(:disabled) {
  padding-left:14px;
  padding-right:26px
}
.button:not(.in-loading):not(:disabled):after,
input[type=button]:not(.in-loading):not(:disabled):after {
  content:"›";
  color:#fff;
  display:flex;
  font-size:19px;
  font-size:1.1875rem;
  justify-content:flex-start;
  position:absolute;
  top:-3%;
  right:-20px;
  height:103%;
  padding-left:5px;
  width:30px;
  background-color:hsla(0,0%,100%,.3);
  transform:scaleX(0);
  transform-origin:right center;
  transition:all .2s ease-out
}
.button:hover:not(.in-loading):after,
input[type=button]:hover:not(.in-loading):after {
  transform:scale(1)
}
.button.in-loading:after,
input[type=button].in-loading:after {
  content:"";
  background-color:hsla(0,0%,100%,.3);
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%
}
.button.in-loading:before,
input[type=button].in-loading:before {
  content:"";
  background:url(../img/i-loading.svg) no-repeat 50%;
  animation:fa-spin 1.5s infinite linear;
  position:absolute;
  transition:all .2s ease-out;
  left:50%;
  top:50%;
  margin-top:-10px;
  margin-left:-10px;
  width:20px;
  height:20px
}
.wa-dialog-footer .wa-button:disabled,
.wa-submit-button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
  background:#ccc;
  cursor:not-allowed
}
.wa-dialog-footer .wa-button:disabled:hover,
.wa-submit-button:disabled:hover,
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover {
  background:#ccc
}
.button:disabled,
.button_disabled,
input[type=button].button:disabled,
input[type=button].button_disabled,
input[type=submit].button:disabled,
input[type=submit].button_disabled {
  background:#ccc;
  cursor:not-allowed
}
.button:disabled:hover,
.button_disabled:hover,
input[type=button].button:disabled:hover,
input[type=button].button_disabled:hover,
input[type=submit].button:disabled:hover,
input[type=submit].button_disabled:hover {
  background:#ccc
}
.button-one,
input[type=button].button-one,
input[type=submit].button-one {
  background:#eff4ff;
  border:none;
  border-bottom:1px solid transparent;
  border-radius:4px;
  color:#4e7df1;
  cursor:pointer;
  display:inline-block;
  font-size:13px;
  font-size:.8125rem;
  overflow:hidden;
  transition:all .3s ease-out;
  height:36px;
  line-height:36px;
  padding:0 15px
}
.button-one:hover,
input[type=button].button-one:hover,
input[type=submit].button-one:hover {
  box-shadow:0 4px 10px rgba(0,0,0,.15)
}
.button-one:active,
input[type=button].button-one:active,
input[type=submit].button-one:active {
  box-shadow:none
}
.button_big,
input[type=button].button_big,
input[type=submit].button_big {
  height:56px;
  line-height:56px
}
.button_low,
input[type=button].button_low,
input[type=submit].button_low {
  border-radius:4px;
  height:36px;
  line-height:36px
}
.button_bor,
input[type=button].button_bor,
input[type=submit].button_bor {
  background:#fff;
  border:1px solid #888;
  color:#666
}
.button_bor:hover,
input[type=button].button_bor:hover,
input[type=submit].button_bor:hover {
  background:#fff!important;
  color:#666!important;
  padding:0 20px!important
}
.button_bor:after,
input[type=button].button_bor:after,
input[type=submit].button_bor:after {
  display:none!important
}
input[type=checkbox] {
  background:#fff;
  border:1px solid #ddd;
  border-radius:3px;
  cursor:pointer;
  display:inline-block;
  margin-right:5px;
  position:relative;
  vertical-align:middle;
  transition:all .2s ease-out;
  width:20px;
  height:20px
}
input[type=checkbox]:hover {
  box-shadow:0 0 0 1px #43c16d;
  border-color:#43c16d
}
input[type=checkbox]:before {
  content:"";
  opacity:0;
  visibility:hidden;
  position:absolute;
  top:50%;
  left:50%;
  width:4px;
  height:8px;
  margin-left:-4px;
  margin-top:-1px;
  transform:rotate(45deg) translate(-50%,-50%);
  border:solid #222;
  border-width:0 1px 1px 0;
  transition:all .1s ease-out
}
input[type=checkbox]:checked:before {
  opacity:1;
  visibility:visible
}
input[type=checkbox]:disabled {
  background:#ccc;
  opacity:.5;
  cursor:not-allowed
}
input[type=radio] {
  background:#fff;
  border:1px solid #ddd;
  border-radius:50%;
  cursor:pointer;
  display:inline-block;
  margin-right:5px;
  position:relative;
  vertical-align:middle;
  transition:all .2s ease-out;
  width:20px;
  height:20px
}
input[type=radio]:hover {
  box-shadow:0 0 0 1px #43c16d;
  border-color:#43c16d
}
input[type=radio]:before {
  background:#777;
  border-radius:50%;
  content:"";
  opacity:0;
  visibility:hidden;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  width:7px;
  height:7px;
  transition:all .1s ease-out
}
input[type=radio]:checked:before {
  opacity:1;
  visibility:visible
}
input[type=radio]:disabled {
  background:#ccc;
  opacity:.5;
  cursor:not-allowed
}
.hint {
  color:gray;
  font-size:12px;
  font-size:.75rem
}
.align-right {
  text-align:right
}
.align-center {
  text-align:center
}
.error {
  color:red
}
.show-block .header__bott-block,
.show-block .header__midd-block,
.show-block .header__top-block,
.show-block .in-blocks__item,
.show-block .in-left__item {
  position:relative
}
.show-block .block-info-name {
  opacity:1;
  visibility:visible;
  transition:opacity .3s ease-out,visibility .3s ease-out
}
.show-block .header__top-block .block-info-name {
  left:15px;
  width:calc(100% - 10px)
}
.show-block .header__bott-block .block-info-name,
.show-block .header__midd-block .block-info-name {
  left:20px;
  width:calc(100% - 10px)
}
.show-block .in-blocks__item .block-info-name,
.show-block .in-left__item .block-info-name {
  font-size:34px;
  font-size:2.125rem
}
.block-info-name {
  border-radius:4px;
  position:absolute;
  left:-10px;
  top:-10px;
  right:0;
  bottom:0;
  height:calc(100% + 20px);
  width:calc(100% + 20px);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-size:1rem;
  background:rgba(0,0,0,.65);
  color:#fff;
  z-index:900;
  opacity:0;
  visibility:hidden
}
@media screen and (max-width:1280px) {
  .wrap {
    padding-right:15px;
    padding-left:15px
  }
  .wrap_bg {
    max-width:calc(var(--site-max-width) - 30px)
  }
}
@media screen and (max-width:767px) {
  h1 {
    font-size:20px;
    font-size:1.25rem;
    margin-bottom:20px
  }
  h2 {
    font-size:18px;
    font-size:1.125rem
  }
  h3,
  h4 {
    font-size:16px;
    font-size:1rem
  }
  h5,
  h6 {
    font-size:14px;
    font-size:.875rem
  }
  .button,
  .wa-actions-wrapper .wa-button,
  .wa-confirm-signup-button,
  .wa-confirmation-code-input-submit,
  .wa-dialog-footer .wa-button,
  .wa-submit-button,
  .wa-variant-actions .wa-button,
  input[type=button],
  input[type=submit] {
    transition:none
  }
  .button:hover:not(.in-loading):not(:disabled),
  .wa-actions-wrapper .wa-button:hover:not(.in-loading):not(:disabled),
  .wa-confirm-signup-button:hover:not(.in-loading):not(:disabled),
  .wa-confirmation-code-input-submit:hover:not(.in-loading):not(:disabled),
  .wa-dialog-footer .wa-button:hover:not(.in-loading):not(:disabled),
  .wa-submit-button:hover:not(.in-loading):not(:disabled),
  .wa-variant-actions .wa-button:hover:not(.in-loading):not(:disabled),
  input[type=button]:hover:not(.in-loading):not(:disabled),
  input[type=submit]:hover:not(.in-loading):not(:disabled) {
    background:var(--c-b);
    color:var(--c-b-c);
    box-shadow:none
  }
  .button:hover:not(.in-loading):not(:disabled),
  input[type=button]:hover:not(.in-loading):not(:disabled) {
    padding:0 20px
  }
  .button:not(.in-loading):not(:disabled):after,
  input[type=button]:not(.in-loading):not(:disabled):after {
    display:none
  }
  .button:hover:not(.in-loading):after,
  input[type=button]:hover:not(.in-loading):after {
    transform:none
  }
  .button-one:hover {
    box-shadow:none
  }
}
.icon4,
.icon6,
.icon8,
.icon10,
.icon12,
.icon14,
.icon16,
.icon18,
.icon20,
.icon22,
.icon24,
.icon26,
.icon28,
.icon30,
.icon40 {
  display:inline-block;
  font-style:normal;
  flex:none
}
.icon4 {
  font-size:4px;
  font-size:.25rem;
  top:-2px;
  width:4px;
  height:4px
}
.icon4,
.icon6 {
  position:relative
}
.icon6 {
  font-size:6px;
  font-size:.375rem;
  width:6px;
  height:6px
}
.icon8 {
  font-size:8px;
  font-size:.5rem;
  width:8px;
  height:8px
}
.icon10 {
  font-size:10px;
  font-size:.625rem;
  width:10px;
  height:10px
}
.icon12 {
  font-size:12px;
  font-size:.75rem;
  width:12px;
  height:12px
}
.icon14 {
  font-size:14px;
  font-size:.875rem;
  width:14px;
  height:14px
}
.icon16 {
  font-size:16px;
  font-size:1rem;
  width:16px;
  height:16px
}
.icon18 {
  font-size:18px;
  font-size:1.125rem;
  width:18px;
  height:18px
}
.icon20 {
  font-size:20px;
  font-size:1.25rem;
  width:20px;
  height:20px
}
.icon22 {
  font-size:22px;
  font-size:1.375rem;
  width:22px;
  height:22px
}
.icon24 {
  font-size:24px;
  font-size:1.5rem;
  width:24px;
  height:24px
}
.icon26 {
  font-size:26px;
  font-size:1.625rem;
  width:26px;
  height:26px
}
.icon28 {
  font-size:28px;
  font-size:1.75rem;
  width:28px;
  height:28px
}
.icon30 {
  font-size:30px;
  font-size:1.875rem;
  width:30px;
  height:30px
}
.icon40 {
  font-size:40px;
  font-size:2.5rem;
  width:40px;
  height:40px
}
.fa-star {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23f8d800' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E")
}
.fa-star,
.fa-star.far {
  margin-right:2px;
  background-position:50%;
  background-repeat:no-repeat
}
.fa-star.far {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23e1e1e1' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E")
}
.fa-star-half-alt {
  margin-right:2px;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23e1e1e1' d='M545.3 226L439.6 329l25 145.5c4.5 26.1-23 46-46.4 33.7l-130.7-68.6V0a31.62 31.62 0 0 1 28.7 17.8l65.3 132.4 146.1 21.2c26.2 3.8 36.7 36.1 17.7 54.6z'/%3E%3Cpath fill='%23f8d800' d='M110.4 474.5l25-145.5L29.7 226c-19-18.5-8.5-50.8 17.7-54.6l146.1-21.2 65.3-132.4A31.62 31.62 0 0 1 287.5 0v439.6l-130.7 68.6c-23.4 12.3-50.9-7.6-46.4-33.7z'/%3E%3C/svg%3E")
}
.p-reviews__rating-stars .fas {
  display:inline-block;
  font-style:normal;
  flex:none;
  font-size:18px;
  font-size:1.125rem;
  width:18px;
  height:18px
}
.product__rating .fas {
  display:inline-block;
  font-style:normal;
  flex:none;
  font-size:20px;
  font-size:1.25rem;
  width:20px;
  height:20px
}
.m-products__info-rating.fas,
.p-day__rating .fas,
.products__rating .fas,
.s-products__rating .fas {
  display:inline-block;
  font-style:normal;
  flex:none;
  font-size:16px;
  font-size:1rem;
  width:16px;
  height:16px
}
.star {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23f8d800' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E")
}
.star,
.star-empty {
  margin-right:2px;
  background-repeat:no-repeat
}
.star-empty {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23e1e1e1' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E")
}
.star-half {
  margin-right:2px;
  background-repeat:no-repeat;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23e1e1e1' d='M545.3 226L439.6 329l25 145.5c4.5 26.1-23 46-46.4 33.7l-130.7-68.6V0a31.62 31.62 0 0 1 28.7 17.8l65.3 132.4 146.1 21.2c26.2 3.8 36.7 36.1 17.7 54.6z'/%3E%3Cpath fill='%23f8d800' d='M110.4 474.5l25-145.5L29.7 226c-19-18.5-8.5-50.8 17.7-54.6l146.1-21.2 65.3-132.4A31.62 31.62 0 0 1 287.5 0v439.6l-130.7 68.6c-23.4 12.3-50.9-7.6-46.4-33.7z'/%3E%3C/svg%3E")
}
.icon-m {
  margin:0
}
.i-loading {
  animation:fa-spin 1.5s infinite linear
}
.icon10.color,
.icon12.color,
.icon16.color,
.icon18.color,
.icon20.color,
.icon30.color {
  background-image:none;
  border-radius:50%;
  border:1px solid #e3e3e3;
  vertical-align:middle;
  margin:0 4px 1px 0
}
.icon30.color {
  width:30px;
  height:30px
}
.icon20.color {
  width:20px;
  height:20px
}
.icon16.color {
  width:16px;
  height:16px
}
.icon12.color {
  width:12px;
  height:12px
}
.icon10.color {
  width:11px;
  height:11px
}
.i-down {
  margin-right:5px;
  width:12px
}
.i-down:before {
  content:"\f107"
}
.i-cart-b-add {
  margin-bottom:-2px
}
.a-pulse {
  animation:a-pulse .5s 1 linear
}
@keyframes a-pulse {
  0% {
    transform:scale(1)
  }
  25% {
    transform:scale(1.2)
  }
  50% {
    transform:scale(1.6)
  }
  75% {
    transform:scale(1.2)
  }
  to {
    transform:scale(1)
  }
}
@keyframes fa-spin {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(359deg)
  }
}
.h-promo {
  background:var(--c-ht-b);
  color:var(--c-ht-b-c);
  display:block;
  position:relative;
  width:100%
}
.h-promo__wrap {
  padding:11px 10px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center
}
.h-promo__close {
  cursor:pointer;
  position:absolute;
  right:30px;
  top:50%;
  transform:translateY(-50%);
  z-index:1
}
.h-promo__icon {
  font-size:0;
  margin-right:10px;
  margin-bottom:2px
}
.h-promo__text {
  font-size:14px;
  font-size:.875rem;
  line-height:1.6;
  padding-right:40px
}
.h-promo__link {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
@media screen and (max-width:1080px) {
  .h-promo {
    border-radius:5px;
    margin-bottom:10px
  }
  .h-promo__close {
    right:15px
  }
}
.header__top {
  background:var(--c-h-t);
  position:relative
}
.header__top .header__wrap {
  padding-top:var(--t-p-t);
  padding-bottom:var(--t-p-b);
  margin-left:-20px
}
.header__top-block {
  display:flex;
  align-items:center;
  padding-left:20px
}
.header__top-border {
  border-bottom:1px solid var(--c-h-t-b)
}
.header__top-rad {
  border-radius:6px
}
.header__top-wrap {
  background:var(--c-h-t-w);
  position:relative
}
.header__top-auth+div,
.header__top-icon+div,
.header__top-locale+div,
.header__top-phone_1+div,
.header__top-phone_2+div,
.header__top-region+div,
.header__top-share+div,
.header__top-social+div {
  margin-left:20px;
  position:relative;
  padding-left:20px
}
.header__top-auth+div:before,
.header__top-icon+div:before,
.header__top-locale+div:before,
.header__top-phone_1+div:before,
.header__top-phone_2+div:before,
.header__top-region+div:before,
.header__top-share+div:before,
.header__top-social+div:before {
  background-color:#909294;
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  height:12px;
  width:1px
}
.header__top .c-hicon__name {
  top:auto;
  bottom:-45px
}
.header__top-categories,
.header__top-menu,
.header__top-search {
  flex:1
}
.header__address {
  color:#ccc;
  font-size:12px;
  font-size:.75rem;
  display:flex;
  align-items:center
}
.header__address-icon {
  color:#4e7df1;
  margin-right:5px;
  margin-bottom:-2px
}
.header__address-name {
  cursor:pointer;
  transition:color .3s ease-out
}
.header__address:hover .header__address-name {
  color:#222
}
.h-phone {
  line-height:normal;
  position:relative
}
.h-phone__home {
  display:flex;
  align-items:center
}
.h-phone__home_end {
  align-items:flex-start
}
.h-phone__icon {
  color:#4e7df1;
  margin-right:5px;
  display:flex;
  align-items:center
}
.h-phone__icon_big {
  background-color:#fff;
  box-shadow:0 2px 15px rgba(32,31,36,.1);
  border-radius:50%;
  flex:none;
  justify-content:center;
  margin-right:15px;
  width:45px;
  height:45px
}
.h-phone__icon_big-s {
  width:38px;
  height:38px
}
.h-phone__content {
  display:flex
}
.h-phone__tel {
  color:#222;
  display:block;
  font-weight:var(--font-weight);
  text-decoration:none;
  white-space:nowrap
}
.h-phone__tel:hover {
  color:#222
}
.h-phone__hint {
  color:gray;
  line-height:1.4;
  margin-top:2px
}
.h-phone__call,
.h-phone__hint {
  font-size:12px;
  font-size:.83rem
}
.h-phone__call {
  border-bottom:1px dashed;
  color:var(--cheme-color);
  cursor:pointer;
  display:inline-block;
  transition:all .3s ease-out;
  text-transform:lowercase
}
.h-phone__call:hover {
  border-bottom-color:transparent
}
.h-phone__icon-down {
  color:#222;
  padding-left:5px;
  padding-right:5px
}
.h-phone__icon-down .i-angle-down-b {
  transition:all .3s linear;
  transform:rotateX(0)
}
.h-phone:hover .i-angle-down-b {
  transform:rotateX(180deg)
}
.h-phone_big .h-phone__tel {
  font-size:16px;
  font-size:1.5rem
}
.h-phone_big .h-phone__icon {
  margin-right:8px
}
.h-phone__info {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  color:#222;
  padding:0 20px 20px;
  border-radius:6px;
  position:absolute;
  transition:all .15s linear;
  transition-delay:.1s;
  opacity:0;
  visibility:hidden;
  width:275px;
  left:50%;
  top:calc(100% + 20px);
  transform:translateX(-50%);
  text-align:center;
  z-index:999
}
.h-phone__info-hint {
  font-size:12px;
  font-size:.75rem;
  margin-top:7px
}
.h-phone__info-share {
  align-items:center
}
.h-phone__info-share,
.h-phone__info-tel {
  display:flex;
  justify-content:center;
  margin-top:20px
}
.h-phone__info-tel .h-phone__tel {
  color:#222;
  font-weight:700;
  margin-right:20px
}
.h-phone__info-call {
  font-size:12px;
  font-size:.75rem;
  border-radius:3px;
  margin-top:20px;
  height:30px;
  line-height:30px
}
.h-phone__mode {
  border-top:1px solid #eee;
  margin-top:20px;
  padding-top:20px
}
.h-phone__mode-h {
  font-weight:var(--font-weight);
  margin-bottom:10px
}
.h-phone__mode-t {
  line-height:1.6;
  font-size:13px;
  font-size:.8125rem
}
.h-phone:hover .h-phone__info {
  visibility:visible;
  opacity:1;
  top:calc(100% + 10px)
}
@media screen and (max-width:480px) {
  .h-phone {
    position:static
  }
  .h-phone__home_active+.h-phone__info {
    display:block;
    top:100%!important;
    opacity:1!important;
    visibility:visible!important
  }
  .h-phone__home_active .i-angle-down-b {
    transform:rotateX(180deg)!important
  }
  .h-phone:hover .h-phone__info {
    opacity:0;
    visibility:hidden
  }
  .h-phone:hover .i-angle-down-b {
    transform:rotateX(0)
  }
}
.header__logo {
  font-size:0;
  max-height:80px
}
.header__logo img {
  max-height:80px;
  max-width:100%
}
.header__midd {
  background:var(--c-h-m)
}
.header__midd .header__wrap {
  padding-top:var(--m-p-t);
  padding-bottom:var(--m-p-b);
  margin-left:-30px
}
.header__midd-block {
  display:flex;
  align-items:center;
  padding-left:30px
}
.header__midd-rad {
  border-radius:6px
}
.header__midd-border {
  border-bottom:1px solid var(--c-h-m-b)
}
.header__midd-wrap {
  background-color:var(--c-h-m-w);
  position:relative
}
.header__midd-wrap_center {
  justify-content:center
}
.header__midd-categories,
.header__midd-menu,
.header__midd-search {
  flex:1
}
@media screen and (max-width:1280px) {
  .header__midd .header__wrap {
    margin-left:-20px
  }
  .header__midd-block {
    padding-left:20px
  }
}
.h-info {
  display:flex;
  align-items:flex-start
}
.h-info__icon {
  color:#f50;
  margin-right:8px
}
.h-info__title {
  font-weight:var(--font-weight)
}
.h-info__content {
  font-size:12px;
  font-size:.783rem;
  line-height:1.4;
  margin-top:5px
}
.b-catalog__button {
  background-color:#fff;
  border:1px solid #ebebec;
  border-radius:var(--h-c-r);
  cursor:pointer;
  display:flex;
  align-items:center;
  height:48px;
  padding:0 20px;
  position:relative;
  transition:all .3s ease-out
}
.b-catalog__button_small {
  font-size:12px;
  font-size:.75rem;
  height:38px;
  padding:0 10px
}
.b-catalog__button_small .b-catalog__bars {
  width:16px;
  height:12px
}
.b-catalog__button:hover {
  box-shadow:0 0 0 2px #4e7df1
}
.b-catalog_active {
  z-index:903
}
.b-catalog_active .b-catalog__button {
  box-shadow:0 0 0 2px #4e7df1;
  z-index:903
}
.b-catalog__bars {
  width:20px;
  height:14px
}
.b-catalog__title {
  font-weight:var(--font-weight);
  white-space:nowrap;
  margin-left:10px
}
.b-catalog__icon {
  margin-left:10px;
  transform:rotateX(0);
  transition:transform .6s linear;
  flex:1;
  text-align:right
}
.b-catalog_active .b-catalog__icon {
  transform:rotateX(180deg)
}
.b-catalog .c-menu:before {
  display:none
}
.b-catalog .c-menu__wrap {
  max-height:360px
}
.bars {
  display:block;
  cursor:pointer;
  position:relative;
  height:100%;
  width:100%;
  top:0;
  left:0;
  vertical-align:top
}
.bars_mobile .bars__line {
  height:3px
}
.bars_mobile .bars__line:before {
  height:3px;
  top:-9px
}
.bars_mobile .bars__line:after {
  height:3px;
  bottom:-9px
}
.bars_mobile .bars_active .bars__line:before {
  top:0
}
.bars_mobile .bars_active .bars__line:after {
  bottom:0
}
.bars_small .bars__line:before {
  top:-5px
}
.bars_small .bars__line:after {
  bottom:-5px
}
.bars__line {
  opacity:1;
  top:50%;
  transform:translateY(-50%);
  transition:all .3s ease-out
}
.bars__line,
.bars__line:after,
.bars__line:before {
  background:#4e7df1;
  border-radius:3px;
  display:block;
  position:absolute;
  left:0;
  right:0;
  height:2px;
  width:100%
}
.bars__line:after,
.bars__line:before {
  content:"";
  transition-duration:.3s,.3s,.3s;
  transition-delay:.3s,0s,0s
}
.bars__line:before {
  top:-6px;
  transition-property:top,transform,background
}
.bars__line:after {
  bottom:-6px;
  transition-property:bottom,transform,background
}
.bars_active .bars__line {
  background:none
}
.bars_active .bars__line:after,
.bars_active .bars__line:before {
  transition-delay:0s,.3s
}
.bars_active .bars__line:before {
  top:0;
  transform:rotate(45deg)
}
.bars_active .bars__line:after {
  bottom:0;
  transform:rotate(-45deg)
}
.header__bott {
  background:var(--c-h-b);
  box-shadow:0 10px 10px rgba(30,30,30,.01)
}
.header__bott .header__wrap {
  padding-top:var(--b-p-t);
  padding-bottom:var(--b-p-b);
  margin-left:-30px
}
.header__bott-block {
  display:flex;
  align-items:center;
  padding-left:30px
}
.header__bott-border {
  border-bottom:1px solid var(--c-h-b-b)
}
.header__bott-rad {
  border-radius:6px
}
.header__bott-wrap {
  background:var(--c-h-b-w);
  position:relative
}
.header__bott-wrap_center {
  justify-content:center
}
.header__bott-categories,
.header__bott-menu,
.header__bott-search {
  flex:1
}
@media screen and (max-width:1280px) {
  .header__bott .header__wrap {
    margin-left:-20px
  }
  .header__bott-block {
    padding-left:20px
  }
}
.header {
  position:relative
}
.header__wrap {
  display:flex
}
.header__wrap_center {
  justify-content:center
}
.header__custom-block {
  line-height:1.6
}
.header__links {
  display:flex;
  align-items:center;
  margin-left:-30px
}
.header__links-icon {
  margin-right:8px;
  width:25px;
  height:25px
}
.header__links-icon img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%
}
.header__links-name {
  border-bottom:2px solid #ffd600;
  padding-bottom:4px;
  transition:.2s ease-out
}
.header__links-item {
  display:flex;
  font-weight:var(--font-weight);
  align-items:center;
  margin-left:30px;
  text-decoration:none
}
.header__links-item:hover .header__links-name {
  border-bottom-color:transparent!important
}
.header__links-item_1 {
  color:var(--c-h-li-1)
}
.header__links-item_1:hover {
  color:var(--c-h-li-1-h)
}
.header__links-item_1 .header__links-name {
  border-bottom-color:var(--c-h-m)
}
.header__links-item_2 {
  color:var(--c-h-li-2)
}
.header__links-item_2:hover {
  color:var(--c-h-li-2-h)
}
.header__links-item_2 .header__links-name {
  border-bottom-color:var(--c-h-m)
}
.header__links-item_3 {
  color:var(--c-h-li-3)
}
.header__links-item_3:hover {
  color:var(--c-h-li-3-h)
}
.header__links-item_3 .header__links-name {
  border-bottom-color:var(--c-h-m)
}
.in-auth {
  position:relative
}
.in-auth__drop {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:6px;
  color:#222;
  position:absolute;
  transition:all .15s linear;
  opacity:0;
  visibility:hidden;
  left:50%;
  top:calc(100% + 20px);
  transform:translateX(-50%);
  z-index:999;
  white-space:nowrap;
  min-width:200px
}
.in-auth__drop a {
  background:none!important;
  border:none!important;
  box-shadow:none!important;
  text-decoration:none!important;
  width:auto!important;
  height:auto!important;
  justify-content:left!important
}
.in-auth:hover .in-auth__drop {
  visibility:visible;
  opacity:1;
  top:calc(100% + 10px)
}
.in-auth__bonus {
  display:flex;
  align-items:center;
  padding:15px 20px 2px
}
.in-auth__bonus-title {
  margin-right:10px
}
.in-auth__bonus-icon {
  border:1px solid #f8d800;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
  width:24px;
  height:24px
}
.in-auth__bonus-icon .star {
  margin:0
}
.in-auth__bonus-count {
  font-weight:var(--font-weight)
}
.in-auth__logout {
  border-top:1px solid #eee;
  padding:20px
}
.in-auth__logout a {
  font-size:16px;
  color:#aaa!important
}
.in-auth__logout a:hover {
  color:#777!important
}
.in-auth__links {
  margin:0 20px 20px
}
.in-auth__link {
  margin-top:15px
}
.in-auth__link a {
  display:flex;
  color:#222!important
}
.in-auth__link a:hover {
  color:#4e7df1!important
}
.in-locale {
  position:relative
}
.in-locale__active {
  display:flex;
  align-items:center
}
.in-locale__name {
  color:#ccc;
  margin-left:8px;
  font-size:12px;
  font-size:.75rem
}
.in-locale__drop {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:6px;
  position:absolute;
  transition:all .15s linear;
  transition-delay:.1s;
  opacity:0;
  visibility:hidden;
  left:-20px;
  top:calc(100% + 20px);
  text-align:center;
  z-index:999
}
.in-locale__drop-item {
  color:#222;
  border-bottom:1px solid #eee;
  display:flex;
  align-items:center;
  font-size:12px;
  font-size:.75rem;
  text-decoration:none;
  padding:12px 10px;
  margin:0 10px
}
.in-locale__drop-item:last-child {
  border-bottom:none
}
.in-locale__drop-name {
  margin-left:8px
}
.in-locale:hover .in-locale__drop {
  visibility:visible;
  opacity:1;
  top:calc(100% + 10px)
}
.in-locale__icon-down {
  color:#ccc;
  margin-left:5px
}
.in-locale__icon-down .i-angle-down-b {
  transition:all .3s linear;
  transform:rotateX(0)
}
.in-locale:hover .i-angle-down-b {
  transform:rotateX(180deg)
}
.in-locale__my-lang {
  display:flex;
  align-items:center
}
.in-locale__my-lang>a {
  margin-left:5px
}
.in-locale__my-lang>a:first-child {
  margin-left:0
}
.fl-right {
  justify-content:flex-end
}
.fl-left {
  justify-content:flex-start
}
.fl-center {
  justify-content:center
}
.flex-1 {
  flex:1
}
.fl-1 {
  flex:0 0 10%
}
.fl-2 {
  flex:0 0 20%
}
.fl-3 {
  flex:0 0 30%
}
.fl-4 {
  flex:0 0 40%
}
.fl-5 {
  flex:0 0 50%
}
.fl-6 {
  flex:0 0 60%
}
.fl-7 {
  flex:0 0 70%
}
.fl-8 {
  flex:0 0 80%
}
.fl-9 {
  flex:0 0 90%
}
.fl-10 {
  flex:0 0 100%
}
.h-fix {
  background:var(--c-h-t-f-f);
  box-shadow:0 0 5px rgba(0,0,0,.15);
  opacity:0;
  visibility:hidden;
  transition:all .3s ease-out;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:905
}
.h-fix__wrap {
  position:relative
}
.h-fix__wrap_p {
  position:static
}
.h-fix .header__wrap {
  padding-top:12px;
  padding-bottom:12px;
  margin-left:-30px
}
.h-fix__block {
  display:flex;
  align-items:center;
  padding-left:30px
}
.h-fix_active {
  opacity:1;
  visibility:visible
}
.h-fix__search {
  flex:1
}
.h-fix__logo img {
  max-height:34px
}
.h-fix .c-hicon__name {
  top:auto;
  bottom:-45px
}
@media screen and (max-width:1080px) {
  .h-fix,
  .header {
    display:none
  }
}
.hcount {
  background-color:#e3e3e3;
  border-radius:50%;
  color:#fff;
  font-size:11px;
  font-size:.6875rem;
  text-align:center;
  transition:all .3s ease-out;
  width:18px;
  height:18px;
  line-height:18px
}
.hcount_active {
  background-color:#43c16d
}
.hcount .hicon__name {
  display:none
}
.hicon {
  margin-left:30px
}
.hicon,
.hicon>a {
  position:relative;
  display:flex;
  align-items:center
}
.hicon>a {
  justify-content:center;
  flex-direction:column;
  text-decoration:none;
  height:45px;
  transition:none
}
.hicon>a,
.hicon__cart,
.hicon__cart svg {
  color:#222
}
.hicon:hover .mcart__items {
  opacity:1;
  visibility:visible;
  top:calc(100% + 18px)
}
.hicon:first-child {
  margin-left:0
}
.hicon svg {
  color:#222
}
.hicon__name,
.hicon svg {
  transition:all .3s ease-out
}
.hicon__name {
  font-size:12px;
  font-size:.75rem;
  margin-top:5px;
  text-align:center
}
.hicon:hover,
.hicon:hover>svg {
  color:#5b88f7
}
.hicon:hover .c-hicon__name {
  opacity:1;
  visibility:visible
}
.hicon__count {
  position:absolute;
  left:calc(50% + 5px);
  top:-4px
}
.s-hicon {
  margin-left:30px
}
.s-hicon,
.s-hicon>a {
  position:relative;
  display:flex;
  align-items:center
}
.s-hicon>a {
  color:#222;
  text-decoration:none;
  transition:none
}
.s-hicon:hover .mcart__items {
  opacity:1;
  visibility:visible;
  top:calc(100% + 18px)
}
.s-hicon:first-child {
  margin-left:0
}
.s-hicon svg {
  color:#222;
  transition:all .3s ease-out
}
.s-hicon__name {
  font-size:12px;
  font-size:.75rem;
  margin-left:5px;
  transition:all .3s ease-out
}
.s-hicon:hover,
.s-hicon:hover>svg {
  color:#4e7df1
}
.s-hicon:hover .c-hicon__name {
  opacity:1;
  visibility:visible
}
.s-hicon__count {
  margin-left:8px
}
.c-hicon {
  margin-left:20px
}
.c-hicon,
.c-hicon a {
  display:flex;
  align-items:center
}
.c-hicon a {
  background:#fff;
  border:1px solid #ebebeb;
  border-radius:6px;
  color:#222;
  justify-content:center;
  position:relative;
  text-decoration:none;
  width:48px;
  height:48px
}
.c-hicon_small a {
  width:38px;
  height:38px
}
.c-hicon_rad a {
  border-radius:50%
}
.c-hicon_rad .c-hicon__count {
  top:-4px;
  right:-4px
}
.c-hicon_center {
  margin-left:25px
}
.c-hicon_center .c-hicon__count {
  margin-top:-9px;
  top:50%;
  right:-12px
}
.c-hicon:first-child {
  margin-left:0
}
.c-hicon:hover a {
  color:#222;
  box-shadow:0 0 0 2px #4e7df1
}
.c-hicon__name {
  background:#fff;
  color:#222;
  box-shadow:0 0 9px rgba(0,0,0,.3);
  border-radius:3px;
  padding:10px 15px;
  display:block;
  font-size:11px;
  font-size:.6875rem;
  font-weight:var(--font-weight);
  margin-left:5px;
  opacity:0;
  visibility:hidden;
  position:absolute;
  top:-45px;
  left:50%;
  transform:translateX(-50%);
  z-index:1;
  white-space:nowrap;
  transition:all .3s ease-out
}
.c-hicon:hover .c-hicon__name {
  opacity:1;
  visibility:visible
}
.c-hicon__count {
  position:absolute;
  right:-9px;
  top:-9px
}
@media screen and (max-width:1280px) {
  .s-hicon__name {
    display:none
  }
  .s-hicon__count {
    margin-left:3px
  }
}
@media screen and (max-width:960px) {
  .hicon__name {
    display:none
  }
}
@media screen and (max-width:400px) {
  .hicon {
    margin-left:15px
  }
  .hicon:first-child {
    margin-left:0
  }
}
.mcart {
  position:relative
}
.mcart_small .mcart__empty,
.mcart_small .mcart__title {
  font-size:12px;
  font-size:.75rem
}
.mcart_small .mcart__price {
  font-size:14px;
  font-size:.875rem
}
.mcart_small .mcart__icon {
  width:38px;
  height:38px
}
.mcart_center .mcart__count {
  margin-top:-9px;
  top:50%;
  right:-12px
}
.mcart_center .mcart__info {
  margin-left:25px
}
.mcart__icon {
  background-color:#fff;
  box-shadow:0 2px 15px rgba(32,31,36,.1);
  border-radius:50%;
  color:#929292;
  display:flex;
  flex:none;
  align-items:center;
  justify-content:center;
  position:relative;
  transition:all .2s ease-out;
  width:48px;
  height:48px
}
.mcart_active .mcart__icon {
  color:#5b88f7
}
.mcart__count {
  position:absolute;
  right:-4px;
  top:-4px
}
.mcart_active .mcart__count {
  background-color:#43c16d
}
.mcart__link {
  color:#222;
  display:flex;
  align-items:center;
  text-decoration:none;
  white-space:nowrap
}
.mcart__link:hover {
  color:#222
}
.mcart__info {
  margin-left:15px
}
.mcart__title {
  opacity:.8;
  margin-bottom:8px
}
.mcart__empty,
.mcart__title {
  display:block;
  font-size:13px;
  font-size:.8125rem
}
.mcart__empty {
  font-weight:var(--font-weight)
}
.mcart_active .mcart__empty {
  display:none
}
.mcart__price {
  display:none;
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.mcart_active .mcart__price {
  display:block
}
.mcart__items {
  background:#fff;
  border-radius:6px;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  color:#222;
  line-height:normal;
  opacity:0;
  visibility:hidden;
  padding:20px 10px 20px 20px;
  position:absolute;
  transition:all .2s ease-out;
  transition-delay:.1s;
  right:-20px;
  top:calc(100% + 30px);
  width:360px;
  z-index:999
}
.mcart_active:hover .mcart__items {
  opacity:1;
  visibility:visible;
  top:calc(100% + 18px)
}
.mcart__h {
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight);
  text-align:center
}
.mcart__h-f {
  color:gray;
  font-size:16px;
  font-size:1rem;
  margin-top:20px;
  text-align:center
}
.mcart__items-list {
  margin-top:30px;
  margin-bottom:20px;
  max-height:270px;
  overflow-y:auto;
  padding-right:10px
}
.mcart__items-list::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.mcart__items-list::-webkit-scrollbar-thumb,
.mcart__items-list::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.mcart__item {
  border-bottom:1px solid #eee;
  display:flex;
  position:relative;
  margin-bottom:20px;
  padding-bottom:20px
}
.mcart__item:last-child {
  margin-bottom:0
}
.mcart__item-img {
  flex:none;
  width:60px;
  height:60px;
  text-align:center
}
.mcart__item-img img {
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto
}
.mcart__item-info {
  margin-left:20px;
  padding-right:10px;
  flex:1
}
.mcart__item-name {
  color:#222;
  font-size:13px;
  font-size:.8125rem;
  display:block;
  line-height:1.4;
  text-decoration:none
}
.mcart__item-total {
  display:flex;
  align-items:center;
  margin-top:5px
}
.mcart__item-price {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.mcart__item-price-old {
  color:#888;
  font-size:12px;
  font-size:.75rem;
  margin-top:10px;
  text-decoration:line-through
}
.mcart__item-count {
  margin-left:5px;
  font-weight:var(--font-weight)
}
.mcart__item-delete {
  color:#aaa;
  font-size:12px;
  font-size:.75rem;
  cursor:pointer;
  margin-top:1px;
  transition:color .3s ease-out
}
.mcart__item-delete:hover {
  color:red
}
.mcart__item-service {
  font-size:13px;
  font-size:.8125rem;
  color:#888;
  margin-top:5px
}
.mcart__total {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.mcart__total-text {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight)
}
.mcart__total-price {
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight)
}
.mcart__total-price-old {
  color:#888;
  font-size:16px;
  font-size:1rem;
  font-weight:400;
  text-align:right;
  text-decoration:line-through
}
.mcart__button {
  margin-top:35px;
  width:100%
}
.s-mcart {
  position:relative
}
.s-mcart_small .s-mcart__empty {
  font-size:12px;
  font-size:.75rem
}
.s-mcart_small .s-mcart__price {
  font-size:14px;
  font-size:.875rem
}
.s-mcart_small .s-mcart__link {
  border-radius:4px;
  padding:5px
}
.s-mcart_small .s-mcart__icon {
  border-radius:4px;
  width:26px;
  height:26px
}
.s-mcart_rad .s-mcart__icon {
  border-radius:50%
}
.s-mcart_pos .s-mcart__count {
  position:absolute;
  right:-9px;
  top:-9px;
  opacity:1
}
.s-mcart_circle .s-mcart__icon,
.s-mcart_circle .s-mcart__link {
  border-radius:50%
}
.s-mcart_circle .s-mcart__count {
  right:-4px;
  top:-4px
}
.s-mcart_center .s-mcart__count {
  margin-top:-9px;
  top:50%;
  right:-13px
}
.s-mcart__link {
  background:#fff;
  border:1px solid #ebebeb;
  border-radius:6px;
  padding:6px;
  white-space:nowrap
}
.s-mcart__link,
.s-mcart__link-footer {
  color:#222;
  display:flex;
  align-items:center;
  text-decoration:none
}
.s-mcart_active:hover .s-mcart__link {
  box-shadow:0 0 0 2px #4e7df1
}
.s-mcart__icon {
  background-color:#f3f3f3;
  border-radius:6px;
  color:#9c9c9c;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  width:36px;
  height:36px
}
.s-mcart_active .s-mcart__icon {
  background-color:#4e7df1;
  color:#fff
}
.s-mcart__count {
  opacity:0;
  margin-left:0
}
.s-mcart_active .s-mcart__count {
  opacity:1;
  margin-left:10px
}
.s-mcart__info {
  margin-left:10px;
  display:flex;
  align-items:center
}
.s-mcart__title {
  display:none;
  margin-right:10px;
  font-size:16px;
  font-size:1rem
}
.s-mcart__empty {
  display:block;
  font-size:13px;
  font-size:.9rem;
  font-weight:var(--font-weight)
}
.s-mcart_active .s-mcart__empty {
  display:none
}
.s-mcart__price {
  display:none;
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.s-mcart_active .s-mcart__price,
.s-mcart_active .s-mcart__title {
  display:block
}
.s-mcart_active:hover .mcart__items {
  opacity:1;
  visibility:visible;
  top:calc(100% + 18px)
}
@media screen and (max-width:1080px) {
  .s-mcart__count {
    opacity:1;
    margin-left:10px
  }
}
@media screen and (max-width:960px) {
  .mcart__info,
  .s-mcart__info {
    display:none
  }
}
.soz {
  display:flex;
  gap:5px;
  align-items:center
}
.soz_color .soz__list {
  color:#fff;
  width:30px;
  height:30px;
  flex:none
}
.soz_color .soz__list:hover {
  opacity:.8
}
.soz__list {
  border-radius:50%;
  color:#bbb;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .2s ease-out;
  text-decoration:none;
  width:20px;
  height:20px
}
.soz__list svg {
  margin-bottom:0
}
.soz__list:hover {
  color:#fff
}
.share {
  gap:5px
}
.share,
.share__link {
  display:flex;
  align-items:center
}
.share__link {
  border-radius:50%;
  color:#fff;
  flex:none;
  justify-content:center;
  width:30px;
  height:30px
}
.share__link:hover {
  color:#fff;
  opacity:.8
}
.share_small .share__link {
  width:26px;
  height:26px
}
.search {
  position:relative;
  width:100%
}
.search_small input.search__input {
  border-radius:4px;
  height:38px;
  padding-right:38px
}
.search_small .search__button {
  height:38px;
  width:38px
}
.search_bor-no input.search__input {
  background:none;
  border-radius:0;
  border:none;
  border-bottom:1px solid #eee;
  color:#9393a1;
  height:26px;
  padding-right:26px;
  padding-left:0
}
.search_bor-no input.search__input:focus,
.search_bor-no input.search__input:hover {
  border-color:#ccc
}
.search_bor-no .search__button {
  height:26px;
  width:26px
}
.search__form {
  position:relative;
  width:100%
}
input.search__input {
  background-color:#f6f6f6;
  font-size:14px;
  font-size:.875rem;
  padding-right:50px;
  width:100%;
  height:48px
}
.search__button {
  background:none;
  border:none;
  color:#ccc;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  transition:color .3s ease-out;
  right:0;
  top:-1px;
  width:50px;
  height:48px
}
.search__button .icon20 {
  margin-bottom:-2px
}
.search:hover .search__button {
  color:var(--cheme-color)
}
.search__info {
  line-height:1.4
}
.search__error,
.search__info {
  font-size:12px;
  font-size:.75rem
}
.search__error {
  color:#ff3100;
  display:none
}
.search__query {
  padding-top:1px
}
.search__query-link,
.search__query-text {
  font-size:11px;
  font-size:.6875rem
}
.search__history {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:10px;
  opacity:0;
  left:0;
  top:calc(100% + 10px);
  padding:20px;
  position:absolute;
  visibility:hidden;
  width:100%;
  min-width:320px;
  z-index:11
}
.search__history_active {
  opacity:1;
  visibility:visible;
  transition:all .2s ease-out
}
.search__history-title {
  color:#8c8c8c;
  font-size:16px;
  font-size:1rem;
  margin-bottom:10px
}
.search__history-item {
  color:#222;
  display:block;
  line-height:1.4;
  margin:0 -20px;
  padding:5px 20px;
  text-decoration:none
}
.search__history-item:hover {
  background-color:#f8f8f8;
  color:#4e7df1
}
.search__history-clear {
  margin-top:10px;
  text-align:right
}
.search__history-clear-btn {
  cursor:pointer;
  color:#8c8c8c;
  display:inline-block;
  font-size:12px;
  font-size:.75rem
}
.search-res {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:10px;
  opacity:0;
  left:0;
  top:calc(100% + 10px);
  padding:20px;
  position:absolute;
  visibility:hidden;
  width:100%;
  min-width:320px;
  z-index:11
}
.search-res_active {
  opacity:1;
  visibility:visible;
  transition:all .2s ease-out
}
.search-res__title {
  color:#222;
  margin-right:10px
}
.search-res__link,
.search-res__title {
  display:inline-block;
  font-size:13px;
  font-size:.8125rem
}
.search-res__list {
  border-top:1px solid #eee;
  display:flex;
  align-items:center;
  margin-top:15px;
  padding-top:15px;
  overflow:hidden;
  text-decoration:none
}
.search-res__img {
  flex:none;
  width:60px;
  height:60px;
  text-align:center
}
.search-res__img img {
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto
}
.search-res__info {
  display:block;
  margin-left:20px
}
.search-res__name {
  font-size:13px;
  font-size:.8125rem;
  color:#222;
  display:block;
  line-height:1.4;
  overflow:hidden;
  margin-bottom:8px;
  text-overflow:ellipsis;
  text-decoration:underline
}
.search-res__list:hover .search-res__name,
.search-res__price {
  text-decoration:none
}
.search-res__price {
  color:#2a2a2a;
  display:inline-block;
  font-size:14px;
  font-size:.875rem;
  font-weight:var(--font-weight);
  margin-right:5px
}
.search-res__price-old {
  color:#ccc;
  display:inline-block;
  font-size:12px;
  font-size:.75rem;
  margin-right:10px;
  text-decoration:line-through
}
.h-mobile__top-search-4 .search {
  position:static
}
.h-fix__catalog .b-catalog__button {
  background:var(--c-h-t-f-b-f);
  border-color:var(--c-h-t-f-b-b);
  color:var(--c-h-t-f-b-c)
}
.h-fix__catalog .b-catalog__button:hover {
  background:var(--c-h-t-f-b-f-h);
  border-color:var(--c-h-t-f-b-b-h);
  box-shadow:0 0 0 2px var(--c-h-t-f-b-e);
  color:var(--c-h-t-f-b-c-h)
}
.h-fix__catalog .b-catalog__button:hover .bars__line,
.h-fix__catalog .b-catalog__button:hover .bars__line:after,
.h-fix__catalog .b-catalog__button:hover .bars__line:before {
  background:var(--c-h-t-f-b-h)
}
.h-fix__catalog .b-catalog_active .b-catalog__button {
  background:var(--c-h-t-f-b-f-h);
  border-color:var(--c-h-t-f-b-b-h);
  box-shadow:0 0 0 2px var(--c-h-t-f-b-e);
  color:var(--c-h-t-f-b-c-h)
}
.h-fix__catalog .bars_active .bars__line {
  background:none!important
}
.h-fix__catalog .bars_active .bars__line:after,
.h-fix__catalog .bars_active .bars__line:before {
  background:var(--c-h-t-f-b-h)
}
.h-fix__catalog .bars__line,
.h-fix__catalog .bars__line:after,
.h-fix__catalog .bars__line:before {
  background:var(--c-h-t-f-b)
}
.h-fix__auth .c-hicon a {
  background:var(--c-h-t-f-a-f);
  border-color:var(--c-h-t-f-a-b);
  color:var(--c-h-t-f-a-i)
}
.h-fix__auth .c-hicon:hover a {
  border-color:var(--c-h-t-f-a-b-h);
  box-shadow:0 0 0 2px var(--c-h-t-f-a-e);
  color:var(--c-h-t-f-a-i-h)
}
.h-fix__auth .hicon a {
  color:var(--c-h-t-f-a-t)
}
.h-fix__auth .hicon a:hover {
  color:var(--c-h-t-f-a-t-h)
}
.h-fix__auth .hicon svg {
  color:var(--c-h-t-f-a-i)
}
.h-fix__auth .hicon:hover svg {
  color:var(--c-h-t-f-a-i-h)
}
.h-fix__auth .s-hicon a {
  color:var(--c-h-t-f-a-t)
}
.h-fix__auth .s-hicon a:hover {
  color:var(--c-h-t-f-a-t-h)
}
.h-fix__auth .s-hicon svg {
  color:var(--c-h-t-f-a-i)
}
.h-fix__auth .s-hicon:hover svg {
  color:var(--c-h-t-f-a-i-h)
}
.h-fix__icon .c-hicon a {
  background:var(--c-h-t-f-i-f);
  border-color:var(--c-h-t-f-i-b);
  color:var(--c-h-t-f-i)
}
.h-fix__icon .c-hicon:hover a {
  border-color:var(--c-h-t-f-i-b-h);
  box-shadow:0 0 0 2px var(--c-h-t-f-i-e);
  color:var(--c-h-t-f-i-h)
}
.h-fix__icon .hicon a {
  color:var(--c-h-t-f-i-t)
}
.h-fix__icon .hicon a:hover {
  color:var(--c-h-t-f-i-t-h)
}
.h-fix__icon .hicon svg {
  color:var(--c-h-t-f-i)
}
.h-fix__icon .hicon:hover svg {
  color:var(--c-h-t-f-i-h)
}
.h-fix__icon .s-hicon a {
  color:var(--c-h-t-f-i-t)
}
.h-fix__icon .s-hicon a:hover {
  color:var(--c-h-t-f-i-t-h)
}
.h-fix__icon .s-hicon svg {
  color:var(--c-h-t-f-i)
}
.h-fix__icon .s-hicon:hover svg {
  color:var(--c-h-t-f-i-h)
}
.h-fix__icon .hcount {
  background-color:var(--c-h-t-f-i-c-d);
  color:var(--c-h-t-f-i-c-t)
}
.h-fix__icon .hcount_active {
  background-color:var(--c-h-t-f-i-c)
}
.h-fix__cart .s-mcart__icon {
  background-color:var(--c-h-t-f-c-i-d);
  color:var(--c-h-t-f-c-i-c-d)
}
.h-fix__cart .s-mcart__link {
  background-color:var(--c-h-t-f-c-f-d);
  border-color:var(--c-h-t-f-c-b-d);
  color:var(--c-h-t-f-c-t-d)
}
.h-fix__cart .s-mcart_active .s-mcart__link {
  background-color:var(--c-h-t-f-c-f);
  border-color:var(--c-h-t-f-c-b);
  color:var(--c-h-t-f-c-t)
}
.h-fix__cart .s-mcart_active .s-mcart__icon {
  background-color:var(--c-h-t-f-c-i);
  color:var(--c-h-t-f-c-i-c)
}
.h-fix__cart .s-mcart_active:hover .s-mcart__link {
  box-shadow:0 0 0 2px var(--c-h-t-f-c-e);
  background-color:var(--c-h-t-f-c-f-h);
  border-color:var(--c-h-t-f-c-b-h);
  color:var(--c-h-t-f-c-t-h)
}
.h-fix__cart .hcount {
  background-color:var(--c-h-t-f-c-ic-d);
  color:var(--c-h-t-f-c-ic-c)
}
.h-fix__cart .hcount_active {
  background-color:var(--c-h-t-f-c-ic)
}
.h-fix__cart .mcart__icon {
  background-color:var(--c-h-t-f-c-i-d);
  color:var(--c-h-t-f-c-i-c-d)
}
.h-fix__cart .mcart__link {
  color:var(--c-h-t-f-c-t-d)
}
.h-fix__cart .mcart_active .mcart__link {
  color:var(--c-h-t-f-c-t)
}
.h-fix__cart .mcart_active .mcart__link:hover {
  color:var(--c-h-t-f-c-t-h)
}
.h-fix__cart .mcart_active .mcart__icon {
  background-color:var(--c-h-t-f-c-i);
  color:var(--c-h-t-f-c-i-c)
}
.h-fix__cart .hicon .hicon__cart {
  color:var(--c-h-t-f-c-t-d)
}
.h-fix__cart .hicon .hicon__cart svg {
  color:var(--c-h-t-f-c-i-c-d)
}
.h-fix__cart .hicon .hicon__cart_active {
  color:var(--c-h-t-f-c-t)
}
.h-fix__cart .hicon .hicon__cart_active:hover {
  color:var(--c-h-t-f-c-t-h)
}
.h-fix__cart .hicon .hicon__cart_active svg {
  color:var(--c-h-t-f-c-i-c)
}
.h-fix__cart .hicon:hover .hicon__cart_active svg {
  color:var(--c-h-t-f-c-i-c-h)
}
.h-fix__cart .s-hicon .hicon__cart {
  color:var(--c-h-t-f-c-t-d)
}
.h-fix__cart .s-hicon .hicon__cart svg {
  color:var(--c-h-t-f-c-i-c-d)
}
.h-fix__cart .s-hicon .hicon__cart_active {
  color:var(--c-h-t-f-c-t)
}
.h-fix__cart .s-hicon .hicon__cart_active:hover {
  color:var(--c-h-t-f-c-t-h)
}
.h-fix__cart .s-hicon .hicon__cart_active svg {
  color:var(--c-h-t-f-c-i-c)
}
.h-fix__cart .s-hicon:hover .hicon__cart_active svg {
  color:var(--c-h-t-f-c-i-c-h)
}
.h-block-catalog .b-catalog__button {
  height:var(--h-c-h);
  width:var(--h-c-w);
  background:var(--c-h-b-c-f);
  border-color:var(--c-h-b-c-b);
  color:var(--c-h-b-c-c)
}
.h-block-catalog .b-catalog__button:hover {
  background:var(--c-h-b-c-f-h);
  border-color:var(--c-h-b-c-b-h);
  box-shadow:0 0 0 2px var(--c-h-b-c-e);
  color:var(--c-h-b-c-c-h)
}
.h-block-catalog .b-catalog__button:hover .bars__line,
.h-block-catalog .b-catalog__button:hover .bars__line:after,
.h-block-catalog .b-catalog__button:hover .bars__line:before {
  background:var(--c-h-b-c-bb-h)
}
.h-block-catalog .b-catalog_active .b-catalog__button {
  background:var(--c-h-b-c-f-h);
  border-color:var(--c-h-b-c-b-h);
  box-shadow:0 0 0 2px var(--c-h-b-c-e);
  color:var(--c-h-b-c-c-h)
}
.h-block-catalog .bars_active .bars__line {
  background:none!important
}
.h-block-catalog .bars_active .bars__line:after,
.h-block-catalog .bars_active .bars__line:before {
  background:var(--c-h-b-c-bb-h)
}
.h-block-catalog .bars__line,
.h-block-catalog .bars__line:after,
.h-block-catalog .bars__line:before {
  background:var(--c-h-li-1)
}
.h-block-auth .c-hicon a {
  background:var(--c-h-a-f);
  border-color:var(--c-h-a-b);
  color:var(--c-h-a-i)
}
.h-block-auth .c-hicon:hover a {
  border-color:var(--c-h-a-b-h);
  box-shadow:0 0 0 2px var(--c-h-a-e);
  color:var(--c-h-a-i-h)
}
.h-block-auth .hicon a {
  color:var(--c-h-a-t)
}
.h-block-auth .hicon a:hover {
  color:var(--c-h-a-t-h)
}
.h-block-auth .hicon svg {
  color:var(--c-h-a-i)
}
.h-block-auth .hicon:hover svg {
  color:var(--c-h-a-i-h)
}
.h-block-auth .s-hicon a {
  color:var(--c-h-a-t)
}
.h-block-auth .s-hicon a:hover {
  color:var(--c-h-a-t-h)
}
.h-block-auth .s-hicon svg {
  color:var(--c-h-a-i)
}
.h-block-auth .s-hicon:hover svg {
  color:var(--c-h-a-i-h)
}
.h-block-icon .c-hicon a {
  background:var(--c-h-i-f);
  border-color:var(--c-h-i-b);
  color:var(--c-h-i)
}
.h-block-icon .c-hicon:hover a {
  border-color:var(--c-h-i-b-h);
  box-shadow:0 0 0 2px var(--c-h-i-e);
  color:var(--c-h-i-h)
}
.h-block-icon .hicon a {
  color:var(--c-ht-b-c)
}
.h-block-icon .hicon a:hover {
  color:var(--c-h-i-t-h)
}
.h-block-icon .hicon svg {
  color:var(--c-ht-b-c)
}
.h-block-icon .hicon:hover svg {
  color:var(--c-h-i-h)
}
.h-block-icon .s-hicon a {
  color:var(--c-h-i-t)
}
.h-block-icon .s-hicon a:hover {
  color:var(--c-h-i-t-h)
}
.h-block-icon .s-hicon svg {
  color:var(--c-h-i)
}
.h-block-icon .s-hicon:hover svg {
  color:var(--c-h-i-h)
}
.h-block-icon .hcount {
  background-color:var(--c-h-li-1);
  color:var(--c-h-i-c-t)
}
.h-block-icon .hcount_active {
  background-color:var(--c-h-i-c)
}
.h-block-cart .s-mcart__icon {
  background-color:var(--c-h-c-i-d);
  color:var(--c-h-c-i-c-d)
}
.h-block-cart .s-mcart__link {
  background-color:var(--c-h-c-f-d);
  border-color:var(--c-h-c-b-d);
  color:var(--c-h-c-t-d)
}
.h-block-cart .s-mcart_active .s-mcart__link {
  background-color:var(--c-h-c-f);
  border-color:var(--c-h-c-b);
  color:var(--c-h-c-t)
}
.h-block-cart .s-mcart_active .s-mcart__icon {
  background-color:var(--c-h-c-i);
  color:var(--c-h-c-i-c)
}
.h-block-cart .s-mcart_active:hover .s-mcart__link {
  box-shadow:0 0 0 2px var(--c-h-c-e);
  background-color:var(--c-h-c-f-h);
  border-color:var(--c-h-c-b-h);
  color:var(--c-h-c-t-h)
}
.h-block-cart .hcount {
  background-color:var(--c-h-c-ic-d);
  color:var(--c-h-c-ic-c)
}
.h-block-cart .hcount_active {
  background-color:var(--c-h-c-ic)
}
.h-block-cart .mcart__icon {
  background-color:var(--c-h-c-i-d);
  color:var(--c-h-c-i-c-d)
}
.h-block-cart .mcart__link {
  color:var(--c-h-c-t-d)
}
.h-block-cart .mcart_active .mcart__link {
  color:var(--c-h-c-t)
}
.h-block-cart .mcart_active .mcart__link:hover {
  color:var(--c-h-c-t-h)
}
.h-block-cart .mcart_active .mcart__icon {
  background-color:var(--c-h-c-i);
  color:var(--c-h-c-i-c)
}
.h-block-cart .mcart_active .mcart__count {
  background-color:var(--c-h-c-ic)
}
.h-block-cart .hicon .hicon__cart {
  color:var(--c-h-c-t-d)
}
.h-block-cart .hicon .hicon__cart svg {
  color:var(--c-h-c-i-c-d)
}
.h-block-cart .hicon .hicon__cart_active {
  color:var(--c-h-c-t)
}
.h-block-cart .hicon .hicon__cart_active:hover {
  color:var(--c-h-c-t-h)
}
.h-block-cart .hicon .hicon__cart_active svg {
  color:var(--c-h-c-i-c)
}
.h-block-cart .hicon:hover .hicon__cart_active svg {
  color:var(--c-h-c-i-c-h)
}
.h-block-cart .s-hicon .hicon__cart {
  color:var(--c-h-c-t-d)
}
.h-block-cart .s-hicon .hicon__cart svg {
  color:var(--c-h-c-i-c-d)
}
.h-block-cart .s-hicon .hicon__cart_active {
  color:var(--c-h-c-t)
}
.h-block-cart .s-hicon .hicon__cart_active:hover {
  color:var(--c-h-c-t-h)
}
.h-block-cart .s-hicon .hicon__cart_active svg {
  color:var(--c-h-c-i-c)
}
.h-block-cart .s-hicon:hover .hicon__cart_active svg {
  color:var(--c-h-c-i-c-h)
}
.h-block-phone_1 .h-phone__home .h-phone__tel {
  color:var(--c-h-li-2)
}
.h-block-phone_1 .h-phone__home .h-phone__tel:hover {
  color:var(--c-h-ph-1-h)
}
.h-block-phone_1 .h-phone__home .h-phone__hint {
  color:var(--c-m-i)
}
.h-block-phone_1 .h-phone__home .h-phone__icon {
  color:var(--c-h-li-1)
}
.h-block-phone_1 .h-phone__home .h-phone__icon_big {
  background-color:var(--c-h-ph-1-i-f)
}
.h-block-phone_1 .h-phone__home .h-phone__icon-down {
  color:var(--c-h-li-1)
}
.h-block-phone_1 .h-phone__info .h-phone__icon {
  color:var(--c-h-ph-2-i)
}
.h-block-phone_2 .h-phone__tel {
  color:var(--c-h-ph-3)
}
.h-block-phone_2 .h-phone__tel:hover {
  color:var(--c-h-ph-3-h)
}
.h-block-phone_2 .h-phone__hint {
  color:var(--c-h-ph-3-t)
}
.h-block-phone_2 .h-phone__icon {
  color:var(--c-h-ph-3-i)
}
.h-block-phone_2 .h-phone__icon_big {
  background-color:var(--c-h-ph-3-i-f)
}
.h-block-region .h-info__icon,
.h-block-region .header__address-icon {
  color:var(--c-h-re-i)
}
.h-block-region .h-info__title {
  color:var(--c-h-re-t)
}
.h-block-region .shop-regions-button a {
  color:var(--c-h-re)
}
.h-block-region .shop-regions-button a:hover {
  color:var(--c-h-re-h)
}
.h-block-mode .h-info__icon {
  color:var(--c-h-mo-i)
}
.h-block-mode .h-info__title {
  color:var(--c-h-mo-t)
}
.h-block-mode .h-info__content {
  color:var(--c-h-mo)
}
.h-block-address .h-info__icon {
  color:var(--c-c-l-p-f-f)
}
.h-block-address .h-info__title {
  color:var(--c-h-ad-t)
}
.h-block-address .h-info__content {
  color:var(--c-m-i)
}
.h-block-locale .in-locale__name {
  color:var(--c-h-lo)
}
.h-block-locale .in-locale__icon-down {
  color:var(--c-h-lo-i)
}
.h-block-locale .in-locale:hover .in-locale__name {
  color:var(--c-h-lo-h)
}
.h-block-locale .in-locale:hover .in-locale__icon-down {
  color:var(--c-h-lo-i-h)
}
.h-menu {
  display:flex;
  align-items:center;
  flex:none;
  flex-flow:row wrap;
  opacity:0;
  overflow:hidden;
  width:100%;
  height:100%;
  min-height:26px
}
.h-menu_right {
  justify-content:flex-end
}
.h-menu_center {
  justify-content:center
}
.h-menu_around {
  justify-content:space-around
}
.h-menu_between {
  justify-content:space-between
}
.h-menu__icon {
  font-size:0;
  flex:none;
  width:25px;
  margin-right:8px;
  text-align:center
}
.h-menu__icon img {
  max-width:100%;
  max-height:25px;
  width:auto;
  height:auto
}
.h-menu_over {
  overflow:hidden;
  height:26px
}
.h-menu_active {
  opacity:1;
  overflow:visible
}
.h-menu__item {
  display:flex;
  align-items:center;
  list-style:none;
  position:relative;
  padding-left:20px;
  height:100%
}
.h-menu__item:first-child {
  padding-left:0
}
.h-menu__item-p {
  position:static
}
.h-menu__item .i-angle-down {
  color:var(--c-h-li-1);
  transform:rotateX(0);
  transition:all .3s linear
}
.h-menu__item:hover .i-angle-down {
  transform:rotateX(180deg)
}
.h-menu__link {
  color:var(--c-h-li-1);
  font-size:14px;
  font-size:1.0rem;
  display:flex;
  align-items:center;
  text-decoration:none;
  transition:all .3s ease-out
}
.h-menu__link_active {
  color:var(--c-h-m-c-a)
}
.h-menu__link_active .i-angle-down {
  color:var(--c-h-m-i-c-a)
}
.h-menu__item:hover>.h-menu__link {
  color:var(--c-h-m-c-h)
}
.h-menu__item:hover>.h-menu__link .i-angle-down {
  color:var(--c-h-m-i-c-h)
}
.h-menu__item:hover>.h-menu__link_active {
  color:var(--c-h-m-c-a)
}
.h-menu__item:hover>.h-menu__link_active .i-angle-down {
  color:var(--c-h-m-i-c-a)
}
.h-menu__sub {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:6px;
  opacity:0;
  margin:10px 0;
  position:absolute;
  padding:15px 0;
  left:-5px;
  top:calc(100% + 10px);
  min-width:250px;
  visibility:hidden;
  transition:all .15s ease-out;
  transition-delay:.1s;
  z-index:999
}
.h-menu__sub-2 {
  left:calc(100% - 30px);
  top:50%;
  z-index:2
}
.h-menu__sub-3 {
  right:50%;
  left:auto;
  top:50%;
  z-index:2
}
.h-menu__sub-3:before {
  left:auto;
  right:13px
}
.h-menu__sub-3:after {
  left:auto;
  right:14px
}
.h-menu__sub_right {
  left:auto;
  right:0
}
.h-menu__sub_right:after,
.h-menu__sub_right:before {
  left:auto;
  right:14px
}
.h-menu__sub-item {
  list-style:none;
  position:relative;
  transition:all .2s ease-out
}
.h-menu__sub-item:hover>.h-menu__sub {
  opacity:1;
  visibility:visible
}
.h-menu__sub-item:hover>.h-menu__sub-link>.i-angle-right {
  transform:rotate(90deg)
}
.h-menu__sub-link {
  color:#222;
  font-size:13px;
  font-size:0.9rem;
  display:flex;
  align-items:center;
  line-height:1.2;
  padding:10px 30px;
  position:relative;
  text-decoration:none
}
.h-menu__sub-item:last-child .h-menu__sub-link:after {
  display:none
}
.h-menu__sub-item:hover>.h-menu__sub-link,
.h-menu__sub .h-menu__link_active {
  color:var(--cheme-color)
}
.h-menu .i-angle-right {
  margin-top:-5px;
  position:absolute;
  transition:all .2s linear;
  transform:rotate(0);
  right:26px;
  top:50%
}
.h-menu__item:hover>.c-menu,
.h-menu__item:hover>.h-menu__img,
.h-menu__item:hover>.h-menu__sub {
  opacity:1;
  visibility:visible;
  transition:all .15s ease-out;
  transition-delay:.1s;
  top:100%
}
.h-menu__yet {
  display:none
}
.h-menu__yet .h-menu__link {
  height:100%
}
.h-menu__yet .h-menu__link .icon4 {
  margin:0 2px -2px
}
.h-menu__yet:hover .h-menu__link {
  border-bottom-color:transparent
}
.h-menu__yet .h-menu__img_columns {
  left:auto;
  right:-10px
}
.h-menu__link .i-angle-down {
  margin-left:8px
}
.h-menu_catalog-sb {
  justify-content:space-between
}
.h-menu_catalog .h-menu__item {
  padding-left:30px
}
.h-menu_catalog .h-menu__item:first-child {
  padding-left:0
}
.h-menu_catalog .h-menu__item .i-angle-down {
  color:var(--c-h-li-1)
}
.h-menu_catalog .h-menu__link {
  color:var(--c-h-m-c-c);
  font-weight:var(--font-weight);
  text-transform:uppercase
}
.h-menu_catalog .h-menu__link_active {
  color:var(--c-h-m-c-c-a)
}
.h-menu_catalog .h-menu__link_active .i-angle-down {
  color:var(--c-h-m-c-i-c-a)
}
.h-menu_catalog .h-menu__item:hover>.h-menu__link {
  color:var(--c-h-m-c-c-h)
}
.h-menu_catalog .h-menu__item:hover>.h-menu__link .i-angle-down {
  color:var(--c-h-m-c-i-c-h)
}
.h-menu_catalog .h-menu__item:hover>.h-menu__link_active {
  color:var(--c-h-m-c-c-a)
}
.h-menu_catalog .h-menu__item:hover>.h-menu__link_active .i-angle-down {
  color:var(--c-h-m-c-i-c-a)
}
.h-menu__wrap {
  margin:10px -20px;
  max-height:360px;
  overflow-y:auto
}
.h-menu__wrap::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.h-menu__wrap::-webkit-scrollbar-thumb,
.h-menu__wrap::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.h-menu__img {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:6px;
  margin:10px 0;
  opacity:0;
  visibility:hidden;
  top:calc(100% + 10px);
  white-space:normal;
  z-index:999
}
.h-menu__img,
.h-menu__img:before {
  position:absolute;
  left:0;
  width:100%
}
.h-menu__img:before {
  content:"";
  top:calc(-15px - var(--b-p-t));
  height:calc(15px + var(--b-p-t))
}
.h-menu__img_columns {
  width:600px;
  left:-10px
}
.h-menu__img_columns:before {
  top:-10px;
  height:10px
}
.h-menu__img_columns .h-menu__img-li {
  width:33.33%
}
.h-menu__img-title {
  border-bottom:1px solid #eee;
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight);
  display:flex;
  align-items:center;
  margin-bottom:20px;
  margin-top:20px;
  padding-bottom:10px;
  line-height:1.2
}
.h-menu__img-title-name {
  margin-right:8px
}
.h-menu__img-ul {
  display:flex;
  flex-wrap:wrap;
  padding:0 10px
}
.h-menu__img-li {
  list-style:none;
  flex:none;
  margin:20px 0;
  padding:0 10px;
  width:16.66%
}
.h-menu__img-li-1 {
  list-style:none;
  margin-top:10px
}
.h-menu__img-icon {
  display:flex;
  align-items:center;
  font-size:0;
  margin-bottom:25px;
  height:60px;
  width:100%
}
.h-menu__img-icon_icon {
  margin-bottom:0;
  margin-right:8px;
  width:auto;
  height:25px;
  min-width:25px;
  flex:none
}
.h-menu__img-icon_big {
  height:auto
}
.h-menu__img-icon img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%
}
.h-menu__img-name {
  font-weight:var(--font-weight);
  line-height:1.4;
  display:block
}
.h-menu__img-link {
  color:#222;
  text-decoration:none;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:15px
}
.h-menu__img-link_icon {
  flex-wrap:nowrap;
  align-items:flex-start
}
.h-menu__img-link-1 {
  color:#444;
  font-size:13px;
  font-size:.8125rem;
  line-height:1.2;
  text-decoration:none;
  display:flex;
  align-items:center;
  flex-wrap:wrap
}
.m-brands {
  height:100%;
  min-height:26px
}
.m-brands__link {
  display:flex;
  align-items:center;
  color:var(--c-h-br);
  font-weight:var(--font-weight);
  text-decoration:none
}
.m-brands__link .i-angle-down {
  color:var(--c-h-br-i);
  margin-left:8px
}
.m-brands:hover .m-brands__link {
  color:var(--c-h-br-h)
}
.m-brands:hover .m-brands__link .i-angle-down {
  color:var(--c-h-br-i-h)
}
.m-brands .h-menu__img-icon {
  border:1px solid #eee;
  border-radius:6px;
  padding:10px;
  height:100px;
  justify-content:center
}
.m-brands .h-menu__img-li {
  margin:20px 0 0
}
.m-brands .h-menu__img-link {
  justify-content:center;
  margin-bottom:0
}
.m-brands .h-menu__img-name {
  margin-bottom:20px
}
.m-brands .h-menu__item {
  padding:0
}
.label {
  border-radius:3px;
  display:inline-block;
  font-size:10px;
  font-size:.625rem;
  font-weight:var(--font-weight);
  line-height:1;
  padding:3px 5px;
  vertical-align:middle
}
@media screen and (max-width:1280px) {
  .h-menu__img-li {
    width:20%
  }
  .h-menu__img_columns .h-menu__img-ul {
    margin:0 -10px
  }
}
.c-menu {
  margin:10px 0;
  opacity:0;
  visibility:hidden;
  top:calc(100% + 10px);
  z-index:903
}
.c-menu,
.c-menu:before {
  position:absolute;
  left:0;
  width:100%
}
.c-menu:before {
  content:"";
  top:calc(-15px - var(--b-p-t));
  height:calc(15px + var(--b-p-t))
}
.c-menu_active {
  opacity:1;
  visibility:visible;
  top:100%;
  transition:all .15s ease-out
}
.c-menu__wrap {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:6px;
  overflow:hidden;
  display:flex
}
.c-menu__wrap-left {
  background-color:var(--c-l-c-a-f);
  box-shadow:4px 2px 20px rgba(0,0,0,.1);
  overflow-y:auto;
  width:var(--w-c)
}
.c-menu__wrap-left::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.c-menu__wrap-left::-webkit-scrollbar-thumb,
.c-menu__wrap-left::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.c-menu__left {
  position:relative;
  flex:none;
  width:100%
}
.c-menu__left_big .c-menu__item {
  padding:0 20px
}
.c-menu__left_big .c-menu__item-link {
  font-size:15px;
  font-size:.9375rem
}
.c-menu__left_big .c-menu__item-bl {
  margin:18px 0
}
.c-menu__left_big .c-menu__drop-li {
  padding:0 20px
}
.c-menu__left_big .c-menu__drop-link {
  font-size:15px;
  font-size:.9375rem
}
.c-menu__left_drop .c-menu__item {
  position:relative
}
.c-menu__item {
  list-style:none;
  margin-top:-1px;
  padding:0 15px;
  transition:all .3s ease-out
}
.c-menu__item-bl {
  margin:14px 0
}
.c-menu__item-link {
  border-bottom:1px solid var(--c-l-c-a-f-h);
  color:var(--c-l-c-a-c);
  font-size:13px;
  font-size:.8125rem;
  line-height:1.4;
  display:flex;
  align-items:center;
  text-decoration:none;
  position:relative
}
.c-menu__item-link_brands {
  color:var(--c-l-c-b-c);
  font-weight:var(--font-weight)
}
.c-menu__item-link_brands:hover {
  color:var(--c-l-c-b-c-h)!important
}
.c-menu__item:hover,
.c-menu__item_active {
  background-color:var(--c-l-c-a-f-h)
}
.c-menu__item:hover .c-menu__item-link,
.c-menu__item_active .c-menu__item-link {
  color:var(--c-l-c-a-c-h)
}
.c-menu__item:hover .i-angle-right,
.c-menu__item_active .i-angle-right {
  color:#222
}
.c-menu__item:last-child .c-menu__item-link {
  border-bottom:none
}
.c-menu__item-icon {
  font-size:0;
  flex:none;
  width:25px;
  max-height:25px;
  margin-right:8px;
  text-align:center
}
.c-menu__item-icon img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:25px
}
.c-menu__item .i-angle-right {
  color:#888;
  position:absolute;
  transition:all .2s ease-out;
  right:-5px
}
.c-menu__right {
  flex:1;
  padding-right:20px;
  padding-left:30px;
  margin:20px 10px 20px 0;
  overflow-x:auto
}
.c-menu__right::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.c-menu__right::-webkit-scrollbar-thumb,
.c-menu__right::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.c-menu__content {
  margin:10px;
  overflow-x:auto;
  width:100%
}
.c-menu__content::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.c-menu__content::-webkit-scrollbar-thumb,
.c-menu__content::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.c-menu__items {
  display:none
}
.c-menu__items_active {
  display:block
}
.c-menu__items-title {
  border-bottom:1px solid #eee;
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight);
  display:flex;
  align-items:center;
  margin-bottom:20px;
  margin-left:20px;
  margin-right:20px;
  padding-bottom:10px;
  line-height:1.2
}
.c-menu__items-title-name {
  margin-right:8px
}
.c-menu__items-c {
  display:flex;
  flex-wrap:wrap;
  margin:0 10px
}
.c-menu__items-ul {
  display:flex;
  flex-wrap:wrap;
  padding:0 10px;
  width:100%
}
.c-menu__items-ul .h-menu__img-li {
  width:25%
}
.c-menu__items-content {
  display:flex;
  align-items:flex-start
}
.c-menu__items-left {
  flex:none;
  width:70%
}
.c-menu__items-left .h-menu__img-li {
  width:50%
}
.c-menu__items-right {
  flex:none;
  padding-right:20px;
  padding-left:20px;
  width:30%
}
.c-menu__items-promo {
  position:relative
}
.c-menu__items-promo_col {
  flex:none;
  margin-left:20px;
  width:calc(33.33% - 26.66px)
}
.c-menu__items-promo-link {
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%
}
.c-menu__items-promo-img {
  width:100%
}
.c-menu__items-promo-name {
  color:#222;
  font-size:17px;
  font-size:1.0625rem;
  font-weight:var(--font-weight);
  line-height:1.4;
  margin-top:20px;
  transition:color .2s ease-out
}
.c-menu__items-promo:hover .c-menu__items-promo-name {
  color:#4e7df1
}
.c-menu__items-promo-des {
  color:#222;
  font-size:14px;
  font-size:.875rem;
  line-height:1.4;
  margin-top:10px
}
.c-menu__item:hover>.c-menu__drop {
  opacity:1;
  visibility:visible
}
.c-menu__drop {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  opacity:0;
  visibility:hidden;
  position:absolute;
  transition:all .2s ease-out;
  transition-delay:.1s;
  width:100%;
  max-width:260px;
  left:100%;
  top:0;
  z-index:10
}
.c-menu__drop-li {
  list-style:none;
  position:relative;
  padding:0 15px
}
.c-menu__drop-li:hover>.c-menu__drop {
  opacity:1;
  visibility:visible
}
.c-menu__drop-li:last-child .c-menu__drop-link {
  border-bottom:none
}
.c-menu__drop-link {
  border-bottom:1px solid #eaeaea;
  color:#222;
  font-size:13px;
  font-size:.8125rem;
  display:flex;
  line-height:1.4;
  align-items:center;
  position:relative;
  text-decoration:none
}
.b-catalog_full-width .c-menu {
  margin-top:30px
}
.b-catalog_full-width .h-menu__img,
.h-menu__full-width .h-menu__img {
  box-shadow:0 4px 20px rgba(0,0,0,.1);
  border-radius:0;
  margin-top:10px
}
.b-catalog_full-width .h-menu__img:before,
.h-menu__full-width .h-menu__img:before {
  height:15px;
  top:-15px
}
.b-catalog_full-width .c-menu,
.h-menu__full-width .c-menu {
  top:auto
}
.b-catalog_full-width .c-menu:before,
.h-menu__full-width .c-menu:before {
  height:15px;
  top:-15px
}
.b-catalog_full-width .c-menu_active,
.h-menu__full-width .c-menu_active {
  margin-top:20px;
  top:auto
}
.b-catalog_full-width .c-menu__wrap,
.h-menu__full-width .c-menu__wrap {
  box-shadow:0 5px 25px rgba(0,0,0,.2);
  border-radius:0
}
.b-catalog_full-width .c-menu__items-c,
.h-menu__full-width .c-menu__items-c {
  margin:20px auto;
  max-width:var(--site-max-width);
  padding:0 20px
}
.b-catalog_full-width-2 .c-menu,
.h-menu__full-width .c-menu {
  background:linear-gradient(90deg,var(--c-l-c-a-f) 50%,#fff 0);
  box-shadow:0 4px 20px rgba(0,0,0,.1)
}
.b-catalog_full-width-2 .c-menu__wrap,
.h-menu__full-width .c-menu__wrap {
  box-shadow:none;
  margin:0 auto;
  max-width:var(--site-max-width)
}
.b-catalog_full-width-2 .c-menu__wrap-left,
.h-menu__full-width .c-menu__wrap-left {
  box-shadow:none;
  padding:20px 0 20px 15px
}
.b-catalog_full-width-2 .c-menu__item:hover,
.h-menu__full-width .c-menu__item:hover {
  background-color:initial
}
.b-catalog_full-width-2 .c-menu__item_active,
.h-menu__full-width .c-menu__item_active {
  border-radius:6px 0 0 6px;
  background-color:#fff!important
}
.b-catalog_full-width-2 .c-menu__item-link,
.h-menu__full-width .c-menu__item-link {
  border-bottom:none
}
@media screen and (max-width:1280px) {
  .c-menu__items-ul .h-menu__img-li {
    width:33.33%
  }
  .c-menu__items-left .h-menu__img-li {
    width:50%
  }
  .c-menu__items-c {
    margin:0
  }
  .b-catalog_full-width .c-menu__items-c,
  .h-menu__full-width .c-menu__items-c {
    padding:0
  }
}
.align__subcateg .c-menu__items-c {
  display:block;
  columns:6;
  column-gap:0;
  overflow:hidden
}
.align__subcateg .c-menu__content {
  margin:30px 10px
}
.align__subcateg .b-catalog_full-width .c-menu__content {
  margin:40px 10px
}
.align__subcateg .c-menu__items-ul {
  display:block;
  columns:4;
  column-gap:0
}
.align__subcateg .c-menu__items-left .c-menu__items-ul {
  columns:2
}
.align__subcateg .h-menu__img-ul {
  display:block;
  columns:6;
  column-gap:0;
  padding:20px 10px
}
.align__subcateg .h-menu__img_columns .h-menu__img-ul {
  columns:3
}
.align__subcateg .h-menu__img-li {
  -moz-column-break-inside:avoid;
  break-inside:avoid;
  page-break-inside:avoid;
  margin:0 0 30px;
  width:100%
}
@media screen and (max-width:1280px) {
  .align__subcateg .c-menu__content {
    margin:20px 10px
  }
  .align__subcateg .b-catalog_full-width .c-menu__content {
    margin:30px 10px
  }
  .align__subcateg .c-menu__items-c {
    columns:5
  }
  .align__subcateg .c-menu__items-ul {
    columns:3
  }
}
@-moz-document url-prefix() {
  .align__subcateg .h-menu__img-li {
    display:inline-grid
  }
}
.h-mobile {
  display:none
}
.h-mobile_fix {
  padding-top:80px
}
.h-mobile_fix .h-mobile__top-wrap {
  margin-bottom:0;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:901;
  height:65px
}
.h-mobile_2 .header__logo img {
  max-height:34px
}
.h-mobile_2 .h-mobile__top-logo {
  flex:1;
  margin-left:0
}
.h-mobile_3 .header__logo img {
  max-height:40px;
  max-width:140px
}
.h-mobile_3 .h-mobile__top-logo {
  flex:1;
  justify-content:center
}
.h-mobile_4 .header__logo img {
  max-height:40px
}
.h-mobile_4 .h-mobile__top-search-4 {
  flex:1
}
.h-mobile__top-wrap {
  background-color:var(--c-m-h-f);
  box-shadow:0 0 10px rgba(0,0,0,.2);
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:15px;
  padding-top:10px;
  padding-bottom:10px;
  position:relative;
  max-width:100%;
  z-index:11
}
.h-mobile__top-wrap>div {
  display:flex;
  align-items:center;
  margin-left:20px
}
.h-mobile__top-wrap>div:first-child {
  margin-left:0
}
.h-mobile__top-bars {
  flex:none;
  padding:10px 10px 10px 0;
  width:40px;
  height:42px
}
.h-mobile__top-phone {
  flex:1
}
.h-mobile__top-auth,
.h-mobile__top-icon,
.h-mobile__top-icon_mobile {
  display:flex;
  align-items:center
}
.h-mobile__top-icon_mobile {
  margin-left:30px
}
.h-mobile__top-cart {
  margin-left:40px
}
.h-mobile__top-search {
  justify-content:center;
  width:40px
}
.h-mobile__top-search-icon {
  color:var(--c-m-s)
}
.h-mobile__top-search-bl {
  background:#fff;
  display:flex;
  align-items:center;
  left:0;
  top:0;
  opacity:0;
  visibility:hidden;
  padding:0 10px;
  position:absolute;
  transition:all .3s ease-out;
  width:100%;
  height:100%;
  z-index:1
}
.h-mobile__top-search-bl_active {
  opacity:1;
  visibility:visible
}
.h-mobile__top-search-close {
  flex:none;
  width:40px;
  padding-left:10px
}
.h-mobile__top-search .search_small {
  width:100%
}
.h-mobile__top-search .search-res,
.h-mobile__top-search .search__history {
  left:-40px;
  width:calc(100% + 40px)
}
.h-mobile__bottom-wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:10px;
  padding-bottom:20px;
  position:relative
}
.h-mobile__bottom-wrap>div {
  margin-left:40px
}
.h-mobile__bottom-wrap>div:first-child {
  margin-left:0
}
.h-mobile__bottom-search {
  flex:1
}
.h-mobile__bottom-info {
  white-space:nowrap
}
.h-mobile__bottom-info .shop-regions {
  white-space:normal
}
.h-mobile .h-phone__info-mobile {
  display:none
}
@media screen and (max-width:1080px) {
  .h-mobile {
    display:block
  }
}
@media screen and (max-width:640px) {
  .h-mobile_2 .h-mobile__top-phone {
    flex:none
  }
  .h-mobile__top-phone {
    justify-content:flex-end
  }
  .h-mobile__top-phone .h-phone__content-tel {
    display:none
  }
  .h-mobile__top-phone .h-phone__info-mobile {
    display:block
  }
  .h-mobile__top-wrap .h-phone__icon {
    margin-right:0
  }
  .h-mobile__bottom-search {
    display:none
  }
}
@media screen and (max-width:520px) {
  .h-mobile_2 .h-mobile__top-icon_mobile {
    display:none
  }
  .h-mobile_4 .h-mobile__top-logo {
    max-width:100px
  }
}
@media screen and (max-width:420px) {
  .h-mobile__top-cart {
    margin-left:20px
  }
  .h-mobile__top-wrap>div {
    margin-left:0
  }
  .h-mobile__top-icon {
    margin-left:15px!important
  }
  .h-mobile__bottom-wrap>div,
  .h-mobile__top-icon_mobile {
    margin-left:15px
  }
  .h-mobile_4 .h-mobile__top-logo {
    max-width:80px
  }
  .h-mobile_4 .h-mobile__top-search-4 {
    margin:0 15px
  }
  .h-mobile_4 .h-mobile__top-bars {
    padding-right:0;
    width:30px
  }
}
.bars_mobile .bars__line,
.bars_mobile .bars__line:after,
.bars_mobile .bars__line:before {
  background-color:var(--c-m-b-f)
}
.h-mobile__top-auth .hicon svg,
.h-mobile__top-icon_mobile .hicon svg {
  color:var(--c-m-i)
}
.h-mobile__top-icon_mobile .hcount {
  background-color:var(--c-m-i-c);
  color:var(--c-m-i-t)
}
.h-mobile__top-icon_mobile .hcount_active {
  background-color:var(--c-m-i-c-a)
}
.h-mobile__top-cart .s-mcart_active:hover .s-mcart__link {
  box-shadow:none
}
.h-mobile__top-cart .s-mcart__icon {
  background-color:var(--c-m-c-i-d);
  color:var(--c-m-c-i-c-d)
}
.h-mobile__top-cart .s-mcart__link {
  background-color:var(--c-m-c-f-d);
  border-color:var(--c-m-c-b-d);
  color:var(--c-m-c-t-d)
}
.h-mobile__top-cart .s-mcart_active .s-mcart__link {
  background-color:var(--c-m-c-f);
  border-color:var(--c-m-c-b);
  color:var(--c-m-c-t)
}
.h-mobile__top-cart .s-mcart_active .s-mcart__icon {
  background-color:var(--c-m-c-i);
  color:var(--c-m-c-i-c)
}
.h-mobile__top-cart .hcount {
  background-color:var(--c-m-c-i-co-d);
  color:var(--c-m-c-i-co-c)
}
.h-mobile__top-cart .hcount_active {
  background-color:var(--c-m-c-i-co)
}
.h-mobile__top-cart .mcart__icon {
  background-color:var(--c-m-c-i-d);
  color:var(--c-m-c-i-c-d)
}
.h-mobile__top-cart .mcart__link {
  color:var(--c-m-c-t-d)
}
.h-mobile__top-cart .mcart_active .mcart__link {
  color:var(--c-m-c-t)
}
.h-mobile__top-cart .mcart_active .mcart__icon {
  background-color:var(--c-m-c-i);
  color:var(--c-m-c-i-c)
}
.h-mobile__top-cart .s-hicon a {
  color:var(--c-m-c-t)
}
.h-mobile__top-cart .s-hicon svg {
  color:var(--c-m-c-i-c)
}
.h-mobile .h-phone__home .h-phone__icon {
  color:var(--c-m-p-i)
}
.h-mobile .h-phone__home .h-phone__tel {
  color:var(--c-m-p-t)
}
.h-mobile .h-phone__home .h-phone__icon-down {
  color:var(--c-m-p-d)
}
.h-mobile .h-phone__home .h-phone__hint {
  color:var(--c-m-p-h)
}
.h-mobile .m-menu .h-phone__icon {
  color:var(--c-m-m-p)
}
.m-menu .hicon svg {
  color:var(--c-m-m-i)
}
.m-menu .hcount {
  background-color:var(--c-m-m-i-c);
  color:var(--c-m-m-i-t)
}
.m-menu .hcount_active {
  background-color:var(--c-m-m-i-c-a)
}
.m-menu .c-hicon__name {
  color:var(--c-m-m-i-l)
}
.m-menu {
  background:#fff;
  opacity:0;
  visibility:hidden;
  position:fixed;
  transition:all .3s ease-out;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:999;
  height:calc(100% + 60px);
  padding-bottom:60px
}
.m-menu,
.m-menu-links {
  width:100%
}
.m-menu_active {
  opacity:1
}
.m-menu_active,
.m-menu_active .c-hicon__name {
  visibility:visible
}
.m-menu__wrap {
  padding:65px 0;
  height:100%;
  overflow-y:auto;
  overflow-x:hidden
}
.m-menu__header {
  background:#fff;
  box-shadow:0 0 8px rgba(0,0,0,.1);
  color:#444;
  justify-content:center;
  font-weight:var(--font-weight);
  text-align:center;
  width:100%;
  z-index:1
}
.m-menu__close,
.m-menu__header {
  display:flex;
  align-items:center;
  position:absolute;
  top:0;
  left:0;
  height:65px
}
.m-menu__close {
  cursor:pointer;
  padding:0 19px
}
.m-menu__close_right {
  left:auto;
  right:0
}
.m-menu__region,
.m-menu__s-l {
  border-top:1px solid #eee;
  padding:15px 10px;
  display:flex;
  align-items:center
}
.m-menu__search {
  flex:1
}
.m-menu__search input.search__input {
  height:40px
}
.m-menu__search .search__button {
  height:40px;
  width:40px
}
.m-menu__locale .in-locale {
  margin-left:20px
}
.m-menu__locale .in-locale__drop {
  right:-10px;
  left:auto
}
.m-menu__locale .in-locale__my-lang>a {
  border-radius:4px;
  border:1px solid #eee;
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px
}
.m-menu__contact {
  border-top:1px solid #eee
}
.m-menu__contact .m-menu__ul-1 {
  margin-bottom:0
}
.m-menu__contact .h-phone__info {
  opacity:1;
  visibility:visible;
  position:static;
  transform:none;
  box-shadow:none;
  width:100%
}
.m-menu__title {
  border-top:1px solid #eee;
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight);
  line-height:1.6;
  padding:15px 10px 0
}
.m-menu__info {
  display:flex
}
.m-menu__icon {
  display:flex;
  flex:none;
  align-items:center;
  justify-content:center;
  margin-right:8px;
  width:30px;
  height:30px
}
.m-menu__icon img {
  width:auto;
  height:auto;
  max-height:30px;
  max-width:100%
}
.m-menu__name {
  margin-right:8px
}
.m-menu__down {
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  text-align:center;
  transform:rotate(0);
  transition:all .3s linear;
  margin-right:-10px
}
.m-menu__down_active {
  transform:rotate(90deg)
}
.m-menu__ul-1 {
  margin-bottom:40px
}
.m-menu__li-1 {
  border-bottom:1px solid #eee;
  list-style:none;
  margin:0 10px
}
.m-menu__li-1:last-child,
.m-menu__li-1_active {
  border-bottom:none
}
.m-menu__all {
  font-weight:var(--font-weight)
}
.m-menu__a-1 {
  color:#222;
  display:flex;
  align-items:center;
  flex:1;
  line-height:1.6;
  padding:14px 0;
  text-decoration:none
}
.m-menu__ul-2 {
  background-color:#f1f1f1;
  margin:0 -10px;
  padding:0 10px;
  display:none
}
.m-menu__ul-2 .m-menu__down {
  border-top:none
}
.m-menu__li-2 {
  list-style:none
}
.m-menu__a-2 {
  color:#222;
  display:flex;
  align-items:center;
  flex:1;
  padding:15px 0;
  text-decoration:none
}
.m-menu__ul-3 {
  background-color:#fff;
  display:none;
  padding:10px 20px;
  margin:0 -10px
}
.m-menu__li-3 {
  list-style:none
}
.m-menu__a-3 {
  color:#222;
  display:flex;
  align-items:center;
  flex:1;
  padding:10px 0;
  text-decoration:none
}
.m-menu__ul-4,
.m-menu__ul-5 {
  display:none;
  padding:10px 20px
}
.m-menu__li-4,
.m-menu__li-5 {
  list-style:none
}
.m-menu__a-4,
.m-menu__a-5 {
  color:#222;
  display:flex;
  align-items:center;
  flex:1;
  padding:10px 0;
  text-decoration:none
}
.m-menu-links__dop {
  background:#fff;
  display:none;
  position:fixed;
  overflow:auto;
  padding-top:65px;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:22;
  padding-bottom:65px
}
.m-menu-links__dop .h-phone__info-mobile {
  display:block
}
.m-menu-links__top {
  background:#fff;
  border-bottom:1px solid #eee;
  display:flex;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  height:65px;
  width:100%;
  z-index:22
}
.m-menu-links__title {
  flex:1;
  display:block;
  text-overflow:ellipsis;
  overflow:hidden;
  text-align:center;
  white-space:nowrap;
  padding:26px 0
}
.m-menu-links__close,
.m-menu-links__prev {
  display:flex;
  align-items:center;
  flex:none;
  padding:0 19px;
  height:65px
}
.m-menu-catalog {
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  display:flex;
  align-items:center;
  height:65px;
  margin-bottom:-1px
}
.m-menu-catalog__title {
  flex:1;
  text-transform:uppercase;
  font-weight:500
}
.m-menu-catalog__bars {
  color:var(--c-m-m-c);
  flex:none;
  padding-left:10px;
  padding-right:10px
}
.m-menu-catalog__arrow {
  flex:none;
  padding:0 19px
}
.m-menu-catalog_static {
  background-color:var(--c-m-b-b);
  border-radius:5px;
  border:none;
  color:var(--c-m-b-b-t);
  height:45px;
  margin-bottom:20px
}
.m-menu-catalog_static .m-menu-catalog__bars {
  color:var(--c-m-b-b-th)
}
.m-menu-catalog_static .m-menu-catalog__arrow {
  color:var(--c-m-b-b-s)
}
.owl-carousel {
  display:none;
  width:100%;
  -webkit-tap-highlight-color:transparent;
  position:relative;
  z-index:1
}
.owl-carousel .owl-stage {
  height:100%;
  display:flex;
  position:relative;
  touch-action:manipulation;
  -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
.owl-carousel .owl-stage-outer {
  height:100%;
  position:relative;
  overflow:hidden;
  -webkit-transform:translateZ(0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translateZ(0)
}
.owl-carousel .owl-item {
  position:relative;
  flex:none;
  height:auto;
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none
}
.owl-carousel .owl-item .item {
  height:100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display:none
}
.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
  opacity:.5
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.owl-carousel .owl-dot,
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  background:none;
  color:inherit;
  border:none
}
.owl-carousel.owl-loaded {
  display:block
}
.owl-carousel.owl-loading {
  opacity:0;
  display:block
}
.owl-carousel.owl-hidden {
  opacity:0
}
.owl-carousel.owl-refresh .owl-item {
  visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
  margin-bottom:1px;
  touch-action:pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.owl-carousel.owl-grab {
  cursor:move;
  cursor:grab
}
.owl-carousel.owl-rtl {
  direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
  float:right
}
.no-js .owl-carousel {
  display:block
}
.owl-carousel .animated {
  animation-duration:1s;
  animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
  z-index:0
}
.owl-carousel .owl-animated-out {
  z-index:1
}
.owl-carousel .fadeOut {
  animation-name:fadeOut
}
.owl-height {
  transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity:0;
  transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position:relative;
  height:100%;
  width:100%;
  background:#000
}
.owl-carousel .owl-video-play-icon {
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url(../img/owl.video.play.png) no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  transform:scale(1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display:none
}
.owl-carousel .owl-video-tn {
  opacity:0;
  height:100%;
  background-position:50%;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}
.owl-theme-nav-dots .owl-nav {
  opacity:1;
  font-size:0;
  transition:opacity .2s ease-out
}
.owl-theme-nav-dots:hover .owl-nav {
  opacity:1
}
.owl-theme-nav-dots .owl-next,
.owl-theme-nav-dots .owl-prev {
  display:block;
  margin-top:-25px;
  position:absolute;
  top:50%;
  height:50px;
  width:50px
}
.owl-theme-nav-dots .owl-next:hover span,
.owl-theme-nav-dots .owl-prev:hover span {
  color:var(--cheme-color);
  opacity:1
}
.owl-theme-nav-dots .owl-next span,
.owl-theme-nav-dots .owl-prev span {
  color:#646479;
  display:block;
  font-size:60px;
  opacity:.5;
  position:absolute;
  transition:all .2s ease-out;
  top:0;
  left:0;
  height:50px;
  width:50px;
  line-height:45px
}
.owl-theme-nav-dots .owl-prev {
  left:0
}
.owl-theme-nav-dots .owl-next {
  right:0
}
.owl-theme-nav-dots .owl-dots {
  font-size:0;
  margin-top:25px;
  text-align:center;
  width:100%;
  z-index:10
}
.owl-theme-nav-dots .owl-dots button {
  border:none;
  background:transparent;
  display:inline-block;
  margin:0 8px;
  width:10px;
  height:10px
}
.owl-theme-nav-dots .owl-dots button span {
  display:block;
  border-radius:50%;
  background-color:#ccc;
  opacity:.8;
  transition:all .2s ease-out;
  transform:scale(.7);
  width:100%;
  height:100%
}
.owl-theme-nav-dots .owl-dots button.active span {
  background-color:var(--cheme-color);
  border-color:var(--cheme-color);
  transform:scale(1)
}
.owl-theme-nav .owl-nav {
  position:absolute;
  right:0;
  top:-74px
}
.owl-theme-nav .owl-next span,
.owl-theme-nav .owl-prev span {
  font-size:30px;
  font-size:1.875rem;
  color:#222;
  line-height:22px
}
.owl-theme-nav .owl-next,
.owl-theme-nav .owl-prev {
  border:1px solid #ebebeb;
  background:#fff;
  border-radius:4px;
  width:46px;
  height:46px
}
.owl-theme-nav .owl-next {
  margin-left:10px
}
.owl-theme-nav-2 .owl-next span,
.owl-theme-nav-2 .owl-prev span {
  font-size:30px;
  font-size:1.875rem;
  color:#222;
  line-height:22px
}
.owl-theme-nav-2 .owl-next,
.owl-theme-nav-2 .owl-prev {
  background-color:#fff;
  border:1px solid #ebebeb;
  border-radius:50%;
  box-shadow:0 0 10px rgba(0,0,0,.3);
  width:40px;
  height:40px;
  opacity:.5;
  transition:all .3s ease-out;
  top:50%;
  margin-top:-20px;
  position:absolute
}
.owl-theme-nav-2 .owl-prev {
  left:-20px
}
.owl-theme-nav-2 .owl-next {
  right:-20px
}
.owl-theme-nav-2:hover .owl-next,
.owl-theme-nav-2:hover .owl-prev {
  opacity:1
}
.owl-theme-nav_2 .owl-nav {
  top:-74px
}
@media screen and (max-width:767px) {
  .owl-theme-nav .owl-nav {
    top:-48px
  }
  .owl-theme-nav .owl-next,
  .owl-theme-nav .owl-prev {
    width:36px;
    height:36px
  }
  .owl-theme-nav_2 .owl-nav {
    top:-48px
  }
}
@keyframes fadeOut {
  0% {
    opacity:1
  }
  to {
    opacity:0
  }
}
.sl-promo {
  display:flex;
  overflow:hidden;
  max-height:var(--slider-height);
  width:100%
}
.sl-promo_mb {
  margin-bottom:-20px
}
.sl-promo__left {
  margin-right:30px;
  width:calc(75.7% - 30px)
}
.sl-promo__left,
.sl-promo__right {
  flex:none;
  display:flex;
  align-items:center
}
.sl-promo__right {
  flex-direction:column;
  justify-content:space-between;
  width:24.3%
}
.sl-promo__right_day {
  border-radius:6px;
  align-self:normal;
  overflow:hidden
}
.sl-promo__right_day .owl-carousel.owl-drag .owl-item {
  margin-bottom:0
}
.sl-promo__right-item {
  flex:none;
  position:relative;
  width:100%;
  height:calc(50% - 15px)
}
.sl-promo__right-item a {
  left:0;
  top:0;
  position:absolute;
  display:block;
  width:100%;
  height:100%
}
.sl-promo__right img {
  border-radius:6px;
  width:100%;
  height:100%;
  object-fit:cover
}
.p-day {
  overflow:hidden
}
.p-day,
.p-day .owl-stage,
.p-day .owl-stage-outer {
  height:100%
}
.p-day__item {
  background-color:#f5f5f6;
  border-radius:6px;
  justify-content:space-between;
  padding:20px;
  height:100%
}
.p-day__dis,
.p-day__item {
  display:flex;
  flex-direction:column
}
.p-day__dis {
  background-color:#43c16d;
  border-radius:50%;
  color:#fff;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:20px;
  right:20px;
  text-align:center;
  width:80px;
  height:80px
}
.p-day__dis-percent {
  font-size:26px;
  font-size:1.625rem;
  font-weight:var(--font-weight)
}
.p-day__dis-text {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.p-day__title {
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight)
}
.p-day__timer {
  color:#e31235;
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight)
}
.p-day__img,
.p-day__timer {
  display:flex;
  margin-bottom:20px
}
.p-day__img {
  text-align:center;
  height:200px;
  align-items:center;
  justify-content:center
}
.p-day__img a {
  display:block;
  height:100%
}
.p-day__img img {
  border-radius:0;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  mix-blend-mode:multiply
}
.p-day__name {
  color:#222;
  display:block;
  line-height:1.6;
  text-decoration:none
}
.p-day__rating {
  margin-bottom:20px
}
.p-day__cart {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.p-day__price {
  margin-right:10px;
  white-space:nowrap
}
.p-day__price-old {
  text-decoration:line-through;
  color:gray;
  margin-bottom:2px
}
.p-day__price-new {
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight);
  color:#e31235
}
.h-slider {
  opacity:0;
  overflow:hidden;
  max-height:var(--slider-height);
  height:100%
}
.h-slider.owl-carousel .owl-item {
  height:auto
}
.h-slider_top {
  margin-bottom:40px
}
.h-slider_w {
  border-radius:6px;
  overflow:hidden;
  width:100%;
  min-height:var(--slider-height);
  height:1px
}
.h-slider_w .h-slider {
  width:calc(100% + 2px);
  margin:0 -1px
}
.h-slider_active,
.h-slider_active .h-slider__des {
  opacity:1
}
.h-slider__bg {
  display:block;
  object-fit:cover;
  width:100%;
  height:100%
}
.h-slider__des {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:1;
  width:100%;
  height:100%;
  opacity:0;
  padding:0 60px;
  display:flex;
  align-items:center;
  max-width:var(--site-max-width);
  transition:all .1s ease-out;
  transition-delay:.3s
}
.h-slider__des_reverse {
  flex-direction:row-reverse
}
.h-slider__img {
  flex:none;
  padding:30px 50px 30px 0;
  width:50%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center
}
.h-slider__img img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%
}
.h-slider__content {
  flex:none;
  width:50%
}
.h-slider__brand {
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight);
  margin-bottom:10px
}
.h-slider__title {
  font-size:38px;
  font-size:2.375rem;
  font-weight:700;
  line-height:1
}
.h-slider__info {
  display:block;
  line-height:1.4;
  margin-top:15px;
  opacity:.8
}
.h-slider__price {
  font-size:36px;
  font-size:2.25rem;
  font-weight:var(--font-weight);
  margin-top:20px
}
.h-slider__link {
  margin-top:20px
}
.h-slider__l-mobile {
  display:none
}
.h-slider__l-mobile_active {
  font-size:0;
  display:block;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:1
}
.h-slider__timer {
  margin-top:20px
}
.h-slider .owl-dots {
  position:absolute;
  bottom:20px
}
.h-slider__video {
  position:absolute;
  max-width:100%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.timer {
  display:flex;
  position:relative
}
.timer__item {
  flex-direction:column;
  margin-right:10px
}
.timer__item,
.timer__num {
  display:flex;
  align-items:center
}
.timer__num {
  background:#ffe600;
  color:#222!important;
  border-radius:6px;
  font-size:18px;
  font-size:1.125rem;
  width:45px;
  height:45px;
  justify-content:center
}
.timer__name {
  font-size:12px;
  font-size:.75rem;
  margin-top:10px
}
@media screen and (max-width:1420px) {
  .h-slider_w {
    height:100%;
    min-height:260px
  }
}
@media screen and (max-width:1280px) {
  .p-day__item {
    padding:15px
  }
  .p-day__dis {
    width:40px;
    height:40px
  }
  .p-day__dis-percent {
    font-size:14px;
    font-size:.875rem
  }
  .p-day__dis-text {
    display:none
  }
  .p-day__title {
    font-size:16px;
    font-size:1rem
  }
  .p-day__timer {
    font-size:14px;
    font-size:.875rem;
    margin-bottom:0
  }
  .p-day__img {
    height:150px;
    margin-bottom:0
  }
  .p-day__name {
    font-size:12px;
    font-size:.75rem
  }
  .p-day__rating {
    margin-bottom:0
  }
  .p-day__price-old {
    font-size:12px;
    font-size:.75rem
  }
  .p-day__price-new {
    font-size:16px;
    font-size:1rem
  }
}
@media screen and (max-width:1080px) {
  .sl-promo {
    flex-direction:column;
    max-height:none
  }
  .sl-promo__left {
    margin-right:0;
    margin-bottom:10px;
    width:100%
  }
  .sl-promo__right {
    flex-direction:row;
    width:100%
  }
  .sl-promo__right-item {
    width:calc(50% - 5px);
    height:auto
  }
  .sl-promo .in-blocks__title {
    margin-top:10px;
    width:100%
  }
  .sl-promo .in-blocks__title .p-day__timer {
    font-size:18px;
    font-size:1.125rem
  }
  .p-day_mobile {
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch
  }
  .p-day_mobile::-webkit-scrollbar {
    display:none;
    background-color:transparent
  }
  .p-day_mobile::-webkit-scrollbar-thumb {
    background:0 0
  }
  .p-day_mobile .p-day__item {
    height:auto;
    margin-right:10px;
    padding:10px;
    position:relative;
    flex:none;
    width:200px
  }
  .p-day_mobile .p-day__name {
    line-height:1.4
  }
  .p-day_mobile .p-day__dis {
    top:5px;
    right:5px;
    width:45px;
    height:45px
  }
  .p-day_mobile .p-day__dis-percent {
    font-size:12px;
    font-size:.75rem
  }
  .p-day_mobile .p-day__img {
    height:170px;
    margin:10px 0
  }
  .p-day_mobile .p-day__title {
    margin-bottom:5px
  }
  .p-day_mobile .p-day__price-new {
    font-size:14px;
    font-size:.875rem
  }
  .p-day_mobile .p-day__button button {
    padding:0 10px
  }
  .p-day_mobile .p-day__rating {
    display:none
  }
}
@media screen and (max-width:767px) {
  .timer__num {
    border-radius:4px;
    font-size:12px;
    font-size:.75rem;
    width:26px;
    height:26px
  }
  .timer__name {
    margin-top:5px
  }
  .h-slider_w {
    min-height:162px
  }
  .h-slider__des {
    padding:0 20px
  }
  .h-slider__img {
    padding-right:20px
  }
  .h-slider__brand {
    font-size:16px;
    font-size:1rem
  }
  .h-slider__title {
    font-size:26px;
    font-size:1.625rem
  }
  .h-slider__price {
    font-size:20px;
    font-size:1.25rem;
    margin-top:10px
  }
  .h-slider__timer {
    margin-top:10px
  }
  .h-slider__info {
    font-size:12px;
    font-size:.75rem;
    margin-top:10px
  }
  .h-slider__l-mobile {
    font-size:0;
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1
  }
  .h-slider__link {
    display:none
  }
  .h-slider.owl-carousel .owl-item {
    height:auto
  }
}
@media screen and (max-width:580px) {
  .h-slider_w {
    min-height:160px
  }
  .h-slider__brand {
    font-size:12px;
    font-size:.75rem
  }
  .h-slider__title {
    font-size:18px;
    font-size:1.125rem
  }
  .h-slider__price {
    font-size:16px;
    font-size:1rem
  }
  .h-slider__link {
    display:none
  }
  .h-slider .owl-dots {
    bottom:10px
  }
  .timer__item {
    margin-right:5px
  }
}
@media screen and (max-width:480px) {
  .h-slider_w {
    min-height:137px
  }
}
.p-promo__wrap {
  background-size:cover;
  border-radius:6px;
  overflow:hidden;
  display:flex;
  justify-content:flex-end
}
.p-promo__content {
  background:#fff;
  border-radius:6px 6px 0 0;
  padding:20px;
  margin-right:70px;
  margin-top:100px;
  display:flex;
  align-items:center;
  width:600px
}
.p-promo__content-img {
  width:200px;
  text-align:center;
  margin-right:20px
}
.p-promo__content-img img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:200px
}
.p-promo__content-info {
  flex:1
}
.p-promo__title {
  text-decoration:none;
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight);
  line-height:1.4
}
.p-promo__text {
  color:gray;
  line-height:1.4;
  margin-top:20px
}
.p-promo__price {
  margin-top:30px
}
.p-promo__price-old {
  display:flex;
  align-items:center
}
.p-promo__price-old-th {
  color:gray;
  text-decoration:line-through
}
.p-promo__price-new {
  font-size:30px;
  font-size:1.875rem;
  font-weight:var(--font-weight);
  margin-top:5px
}
.p-promo__cart {
  margin-top:20px;
  display:flex;
  align-items:center
}
.p-promo__cart-next {
  margin-left:20px
}
@media screen and (max-width:767px) {
  .p-promo__content {
    flex-direction:column;
    margin:60px 60px 0;
    width:100%
  }
  .p-promo__content-img {
    margin-right:0;
    margin-bottom:20px;
    width:100%
  }
  .p-promo__content-img img {
    max-height:160px
  }
  .p-promo__title {
    font-size:18px;
    font-size:1.125rem
  }
  .p-promo__text {
    font-size:12px;
    font-size:.75rem
  }
  .p-promo__price-new {
    font-size:20px;
    font-size:1.25rem
  }
}
@media screen and (max-width:580px) {
  .p-promo__content {
    margin:20px 20px 0
  }
}
.f-promo__wrap {
  display:flex;
  align-items:center
}
.f-promo__img {
  flex:none;
  font-size:0;
  width:60%
}
.f-promo__img img {
  border-radius:6px;
  width:100%
}
.f-promo__content {
  background:#fff;
  border-radius:6px;
  flex:none;
  margin-left:-20%;
  padding:60px;
  width:60%
}
.f-promo__title {
  font-size:30px;
  font-size:1.875rem;
  font-weight:var(--font-weight)
}
.f-promo__text {
  font-size:16px;
  font-size:1rem;
  color:gray;
  line-height:1.6
}
.f-promo__next,
.f-promo__text {
  margin-top:30px
}
@media screen and (max-width:767px) {
  .f-promo__content {
    padding:20px
  }
  .f-promo__title {
    font-size:18px;
    font-size:1.125rem
  }
  .f-promo__next,
  .f-promo__text {
    font-size:12px;
    font-size:.75rem;
    margin-top:15px
  }
}
@media screen and (max-width:580px) {
  .f-promo__wrap {
    flex-direction:column
  }
  .f-promo__img {
    width:100%;
    margin-bottom:20px
  }
  .f-promo__content {
    border:1px solid #eee;
    padding:20px;
    width:100%;
    margin-left:0
  }
  .f-promo__title {
    font-size:18px;
    font-size:1.125rem
  }
  .f-promo__next,
  .f-promo__text {
    font-size:12px;
    font-size:.75rem;
    margin-top:15px
  }
}
.bg-p-promo {
  background-size:cover;
  border-radius:6px;
  padding:50px
}
.bg-p-promo__wrap {
  display:flex
}
.bg-p-promo__img {
  flex:none;
  width:240px;
  margin-right:30px;
  position:relative
}
.bg-p-promo__img img {
  width:auto;
  height:auto;
  max-height:100%;
  max-width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.bg-p-promo__content {
  flex:none;
  width:calc(100% - 270px)
}
.bg-p-promo__title {
  font-size:48px;
  font-size:3rem;
  font-weight:var(--font-weight)
}
.bg-p-promo__text {
  font-size:16px;
  font-size:1rem;
  line-height:1.6;
  margin-top:20px
}
.bg-p-promo__price {
  margin-top:30px
}
.bg-p-promo__price-old {
  display:flex;
  align-items:center
}
.bg-p-promo__price-old-th {
  color:gray;
  text-decoration:line-through
}
.bg-p-promo__price-new {
  font-size:30px;
  font-size:1.875rem;
  font-weight:var(--font-weight);
  margin-top:5px
}
.bg-p-promo__next,
.bg-p-promo__timer {
  margin-top:30px
}
@media screen and (max-width:980px) {
  .bg-p-promo__header {
    font-size:18px;
    font-size:1.125rem
  }
  .bg-p-promo__title {
    font-size:28px;
    font-size:1.75rem
  }
  .bg-p-promo__text {
    font-size:14px;
    font-size:.875rem
  }
}
@media screen and (max-width:767px) {
  .bg-p-promo {
    padding:30px 20px
  }
  .bg-p-promo__header {
    font-size:14px;
    font-size:.875rem
  }
  .bg-p-promo__title {
    font-size:18px;
    font-size:1.125rem
  }
  .bg-p-promo__text {
    font-size:12px;
    font-size:.75rem
  }
  .bg-p-promo__price {
    margin-top:20px
  }
  .bg-p-promo__price-new {
    font-size:20px;
    font-size:1.25rem;
    margin-top:10px
  }
}
@media screen and (max-width:580px) {
  .bg-p-promo {
    padding:20px
  }
  .bg-p-promo__wrap {
    flex-direction:column
  }
  .bg-p-promo__img {
    margin-bottom:30px;
    padding-top:60%;
    width:100%
  }
  .bg-p-promo__content {
    width:100%
  }
}
.bg-promo {
  background-size:cover;
  border-radius:6px;
  padding:70px 50px
}
.bg-promo__wrap {
  max-width:60%
}
.bg-promo__header {
  font-size:30px;
  font-size:1.875rem;
  margin-bottom:10px
}
.bg-promo__title {
  font-size:48px;
  font-size:3rem;
  font-weight:var(--font-weight)
}
.bg-promo__text {
  font-size:16px;
  font-size:1rem;
  line-height:1.6;
  margin-top:20px
}
.bg-promo__next,
.bg-promo__timer {
  margin-top:30px
}
@media screen and (max-width:980px) {
  .bg-promo__wrap {
    max-width:70%
  }
  .bg-promo__header {
    font-size:18px;
    font-size:1.125rem
  }
  .bg-promo__title {
    font-size:28px;
    font-size:1.75rem
  }
  .bg-promo__text {
    font-size:14px;
    font-size:.875rem
  }
}
@media screen and (max-width:767px) {
  .bg-promo {
    padding:40px 20px
  }
  .bg-promo__wrap {
    max-width:100%
  }
  .bg-promo__header {
    font-size:14px;
    font-size:.875rem
  }
  .bg-promo__title {
    font-size:18px;
    font-size:1.125rem
  }
  .bg-promo__text {
    font-size:12px;
    font-size:.75rem
  }
}
.b-promo {
  display:flex;
  justify-content:space-between
}
.b-promo img {
  width:100%
}
.b-promo__item {
  border:1px solid #eee;
  border-radius:6px;
  overflow:hidden;
  width:calc(50% - 15px)
}
.b-promo__item-content {
  padding:20px
}
.b-promo__item-name {
  font-size:18px;
  font-size:1.125rem;
  line-height:1.4;
  min-height:50px
}
.b-promo__item-bott {
  margin-top:25px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.b-promo__item-timer {
  border:1px solid #eee;
  border-radius:6px;
  display:flex;
  align-items:center;
  padding:10px
}
.b-promo__item-timer-n {
  color:gray
}
.b-promo__item-timer-d {
  font-weight:var(--font-weight);
  margin-left:5px
}
.promo-img {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-left:-30px
}
.promo-img a {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:2
}
.promo-img img {
  border-radius:6px;
  width:100%
}
.promo-img__item {
  border-radius:6px;
  font-size:0;
  margin-left:30px;
  overflow:hidden;
  position:relative;
  transition:all .3s ease-out;
  width:calc(100% - 30px)
}
.promo-img__item:hover {
  transform:translateY(-5px)
}
@media screen and (max-width:1080px) {
  .b-promo__item {
    width:calc(50% - 10px)
  }
  .promo-img {
    margin-left:-20px
  }
  .promo-img__item {
    margin-left:20px;
    width:calc(100% - 20px)
  }
}
@media screen and (max-width:767px) {
  .b-promo__item {
    width:calc(50% - 5px)
  }
  .b-promo__item-content {
    padding:10px
  }
  .b-promo__item-name {
    font-size:16px;
    font-size:1rem
  }
  .b-promo__item-next {
    font-size:12px;
    font-size:.75rem
  }
  .promo-img {
    margin-left:-10px
  }
  .promo-img__item {
    margin-left:10px;
    width:calc(100% - 10px)
  }
}
@media screen and (max-width:767px) {
  .b-promo {
    flex-wrap:wrap;
    margin-top:-20px
  }
  .b-promo__item {
    margin-top:20px;
    width:100%
  }
}
.promo_bor {
  border:1px solid #eee;
  border-radius:6px
}
.promo_bor .promo__item:after {
  content:"";
  position:absolute;
  right:-15px;
  top:50%;
  transform:translateY(-50%);
  height:50%;
  border-right:1px solid #eee
}
.promo_bor .promo__item:last-child:after {
  display:none
}
.promo_bor-item .promo__item {
  border:1px solid #eee;
  border-radius:6px
}
.promo_top .promo__item {
  align-items:center;
  flex-direction:column
}
.promo_top .promo__icon {
  margin-bottom:10px;
  margin-right:15px
}
.promo_top .promo__info {
  text-align:center
}
.promo-2 {
  border:1px solid #eee;
  border-radius:6px;
  flex-direction:column;
  margin-left:0
}
.promo-2 .promo__item {
  border:none;
  border-bottom:1px solid #eee;
  border-radius:0;
  margin-bottom:0;
  margin-left:0;
  width:100%
}
.promo-2 .promo__item:last-child {
  margin-bottom:0;
  border-bottom:none
}
.promo-2 .promo__icon {
  width:40px;
  height:40px
}
.promo-2 .promo__title {
  font-size:14px;
  font-size:.875rem
}
.promo-2 .promo__text {
  font-size:12px;
  font-size:.75rem
}
.promo__wrap {
  align-items:stretch;
  line-height:1.4;
  margin-left:-30px
}
.promo__item,
.promo__wrap {
  display:flex;
  justify-content:space-between
}
.promo__item {
  color:#222;
  align-items:flex-start;
  padding:15px;
  margin-left:30px;
  position:relative;
  text-decoration:none;
  width:calc(33.33% - 30px)
}
.promo__icon {
  display:flex;
  flex:none;
  align-items:center;
  justify-content:center;
  margin-right:15px;
  width:60px;
  height:60px
}
.promo__icon svg {
  width:100%;
  height:100%
}
.promo__icon img {
  border-radius:4px;
  width:auto;
  height:auto;
  max-height:100%;
  max-width:100%
}
.promo__info {
  flex:1
}
.promo__title {
  display:block;
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-bottom:5px
}
.promo__text {
  color:gray;
  display:block;
  font-size:13px;
  font-size:.8125rem;
  line-height:1.6
}
@media screen and (max-width:1080px) {
  .promo_bor .promo__item:after {
    right:-10px
  }
  .promo__wrap {
    margin-left:-20px
  }
  .promo__item {
    width:calc(33.33% - 20px);
    margin-left:20px;
    align-items:center;
    flex-direction:column;
    text-align:center
  }
  .promo__icon {
    margin-bottom:10px;
    margin-right:0
  }
}
@media screen and (max-width:767px) {
  .promo_bor .promo__item:after {
    border-right:none;
    border-bottom:1px solid #eee;
    width:calc(100% - 30px);
    height:auto;
    transform:none;
    right:auto;
    top:auto;
    left:15px;
    bottom:-5px
  }
  .promo_top .promo__item {
    align-items:center;
    flex-direction:row
  }
  .promo_top .promo__icon {
    margin-bottom:0;
    margin-right:15px
  }
  .promo_top .promo__info {
    text-align:left
  }
  .promo__wrap {
    flex-direction:column;
    margin-left:0
  }
  .promo__item {
    align-items:center;
    flex-direction:row;
    margin-left:0;
    margin-bottom:10px;
    text-align:left;
    width:100%
  }
  .promo__icon,
  .promo__item:last-child {
    margin-bottom:0
  }
  .promo__icon {
    margin-right:15px
  }
  .promo_col .promo__item {
    flex-direction:row;
    margin-left:0;
    margin-bottom:10px;
    text-align:left;
    width:100%
  }
  .promo_col .promo__icon,
  .promo_col .promo__item:last-child {
    margin-bottom:0
  }
  .promo_col .promo__info {
    margin-left:15px;
    text-align:left
  }
}
@media screen and (max-width:480px) {
  .promo__icon {
    width:40px;
    height:40px
  }
  .promo__title {
    font-size:16px;
    font-size:1rem
  }
  .promo__text {
    font-size:13px;
    font-size:.8125rem
  }
}
.in-left {
  flex:none;
  width:var(--w-l);
  margin-right:30px
}
.in-left_right {
  margin-right:0;
  margin-left:30px
}
.in-left__item {
  margin-top:60px
}
.in-left__item:first-child {
  margin-top:0
}
.in-left__item-custom {
  line-height:1.6
}
.in-left__title {
  color:#222;
  font-size:22px;
  font-size:1.375rem;
  font-weight:var(--font-weight);
  margin-bottom:25px
}
.in-left__title_bg {
  background:#f7f7f7;
  padding:20px
}
.in-left__promo {
  border-radius:6px;
  display:block;
  font-size:0;
  overflow:hidden;
  position:relative
}
.in-left__promo a {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%
}
.in-left__promo img {
  width:100%
}
.in-left .h-yet {
  margin-top:25px
}
.l-help {
  border:1px solid #eee;
  border-radius:6px
}
.l-help__content {
  padding:0 20px 20px
}
.l-help__content>div {
  margin-top:20px
}
.l-help__content>div:first-child {
  margin-top:0
}
.l-help__phone {
  font-size:20px;
  font-size:1.25rem
}
.l-help__phone-text {
  color:gray;
  font-size:12px;
  font-size:.75rem;
  line-height:1.4;
  margin-top:5px
}
.l-help__text {
  color:gray;
  font-size:14px;
  font-size:.875rem;
  line-height:1.6
}
.l-help__mail {
  font-size:20px;
  font-size:1.25rem
}
.l-photos {
  font-size:0;
  margin-right:-6px;
  margin-top:-6px
}
.l-photos__items {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:15px
}
.l-photos__item {
  opacity:.8;
  margin-right:6px;
  margin-top:6px;
  transition:opacity .2s ease-out;
  vertical-align:top;
  width:calc(25% - 6px)
}
.l-photos__item:hover {
  opacity:1
}
.l-photos__item:nth-child(12)~.l-photos__item {
  display:none
}
.l-photos__item img {
  border-radius:3px;
  width:100%;
  height:100%
}
.h-hidden-show .l-photos__item:nth-child(12)~.l-photos__item {
  display:inline-block
}
.l-brands ul {
  display:flex;
  flex-wrap:wrap;
  margin-top:-15px
}
.l-brands li {
  list-style-type:none;
  margin-top:15px;
  flex:none;
  width:50%
}
.l-brands li:nth-child(8)~li {
  display:none
}
.l-brands a {
  color:#8c8c8c;
  font-size:16px;
  font-size:1rem;
  line-height:1.4;
  text-decoration:none
}
.l-brands .h-hidden-show li:nth-child(8)~li {
  display:block
}
.l-tags__items {
  margin-right:-10px;
  margin-top:-10px;
  display:flex;
  align-items:center;
  flex-wrap:wrap
}
.l-tags__item {
  background:#f8f8f8;
  border:1px solid #eee;
  border-radius:4px;
  color:#acacac;
  font-size:12px;
  font-size:.75rem;
  list-style-type:none;
  padding:8px 8px 7px;
  margin-right:10px;
  margin-top:10px;
  position:relative;
  transition:all .3s ease-out;
  text-decoration:none
}
.l-tags__item:hover {
  background:var(--cheme-color);
  color:#fff
}
.l-tags__item:nth-child(8)~a {
  display:none
}
.h-hidden-show .l-tags__item:nth-child(8)~a {
  display:inline-block
}
.l-news__item {
  border-bottom:1px solid #eee;
  margin-top:17px;
  padding-bottom:14px
}
.l-news__item:last-child {
  border-bottom:none;
  padding-bottom:0
}
.l-news__item-date {
  color:#8c8c8c;
  font-size:13px;
  font-size:.8125rem;
  margin-bottom:10px
}
.l-news__item-name {
  color:#222;
  font-size:18px;
  font-size:1.125rem;
  line-height:1.2;
  text-decoration:none
}
.l-news__next {
  display:flex;
  align-items:baseline;
  font-size:16px;
  font-size:1rem;
  margin-top:25px;
  text-decoration:none
}
.l-news__next .i-angle-right {
  margin-left:8px
}
.l-products__item {
  color:#222;
  display:flex;
  align-items:center;
  text-decoration:none;
  margin-top:30px
}
.l-products__item-img {
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  width:26%
}
.l-products__item-img img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:80px
}
.l-products__item-info {
  flex:none;
  padding-left:15px;
  width:74%;
  display:flex;
  align-items:baseline;
  flex-wrap:wrap
}
.l-products__item-name {
  display:block;
  line-height:1.4;
  margin-bottom:5px;
  word-wrap:break-word;
  width:100%
}
.l-products__item-price {
  color:#222;
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-right:10px;
  margin-top:5px
}
.l-products__item-price-old {
  color:#8c8c8c;
  text-decoration:line-through;
  margin-top:5px
}
.l-products__next {
  display:flex;
  align-items:baseline;
  font-size:16px;
  font-size:1rem;
  margin-top:25px;
  text-decoration:none
}
.l-products__next .i-angle-right {
  margin-left:8px
}
.l-catalog {
  position:relative
}
.l-catalog.h-menu_open .l-catalog-title {
  z-index:901
}
.l-catalog.h-menu_open .c-menu__wrap-left {
  z-index:904
}
.l-catalog.h-menu_open .c-menu__right {
  z-index:903
}
.l-catalog-title {
  background:var(--c-l-c-t-f);
  color:var(--c-l-c-t-c);
  border-radius:6px 6px 0 0;
  height:54px;
  display:flex;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  position:relative;
  text-transform:uppercase;
  transition:all .2s ease-out
}
.l-catalog-title_big {
  padding-left:20px;
  padding-right:20px
}
.l-catalog-title .bars__line,
.l-catalog-title .bars__line:after,
.l-catalog-title .bars__line:before {
  background-color:var(--c-l-c-t-c)
}
.l-catalog-bars {
  width:20px;
  height:14px;
  margin-right:10px
}
.l-catalog .c-menu__wrap,
.l-catalog .c-menu__wrap-left {
  box-shadow:none;
  overflow:visible
}
.l-catalog .c-menu__wrap-left {
  border-radius:0 0 6px 6px;
  transition:all .3s ease-out;
  width:100%
}
.l-catalog .c-menu__wrap-left_drop {
  overflow:initial
}
.l-catalog .c-menu__right {
  background:#fff;
  box-shadow:4px 2px 20px rgba(0,0,0,.1);
  border-radius:0 6px 6px 0;
  position:absolute;
  top:0;
  left:100%;
  margin:0;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:30px;
  opacity:0;
  visibility:hidden;
  width:300%;
  z-index:99
}
.l-catalog .c-menu__right-wrap {
  overflow-y:auto;
  max-height:360px
}
.l-catalog .c-menu__right-wrap::-webkit-scrollbar {
  background:transparent;
  border:1px solid #fff;
  border-top:20px solid transparent;
  border-bottom:20px solid #fff;
  width:4px
}
.l-catalog .c-menu__right-wrap::-webkit-scrollbar-thumb {
  border-left:2px solid #ddd;
  border-right:2px solid #ddd
}
.l-catalog:hover .l-catalog-title:not(.l-catalog-title_drop) {
  border-top-right-radius:0
}
.l-catalog:hover .c-menu__right {
  opacity:1;
  visibility:visible;
  transition:all .1s ease-out;
  transition-delay:.1s
}
.l-catalog:hover .c-menu__wrap-left {
  box-shadow:4px 2px 20px rgba(0,0,0,.1);
  border-bottom-right-radius:0
}
.l-menu {
  border:1px solid #e8e8e8;
  border-radius:6px;
  padding:20px
}
.l-menu__item {
  border-bottom:1px solid #e8e8e8;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  list-style:none;
  margin-bottom:15px;
  padding-bottom:15px
}
.l-menu__item:last-child {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none
}
.l-menu__link {
  color:#2a2a2a;
  display:flex;
  align-items:center;
  font-size:16px;
  font-size:1rem;
  line-height:1.4;
  font-weight:var(--font-weight);
  flex:1;
  text-decoration:none
}
.l-menu__icon {
  font-size:0;
  flex:none;
  width:25px;
  max-height:25px;
  margin-right:8px;
  text-align:center
}
.l-menu__icon img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:25px
}
.l-menu__angle {
  cursor:pointer;
  transition:all .3s ease-out;
  transform:rotate(0);
  text-align:center;
  width:20px
}
.l-menu__angle_active {
  transform:rotate(90deg)
}
.l-menu__dop {
  display:none;
  width:100%
}
.l-menu__dop .l-menu__dop {
  margin-left:15px
}
.l-menu__dop-item {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  list-style:none;
  margin-top:12px
}
.l-menu__dop-item:first-child {
  margin-top:17px
}
.l-menu__dop-item:last-child {
  margin-bottom:12px
}
.l-menu__dop-link {
  color:#444;
  font-size:13px;
  font-size:.8125rem;
  font-weight:400;
  line-height:1.4;
  flex:1;
  text-decoration:none
}
.l-menu__active {
  color:var(--cheme-color)
}
@media screen and (max-width:1080px) {
  .in-left {
    display:none
  }
}
.in-right {
  width:100%
}
.in-left+.in-right {
  width:calc(100% - (var(--w-l) + 30px))
}
@media screen and (max-width:1080px) {
  .in-left+.in-right {
    width:100%
  }
}
.h-products {
  display:flex;
  margin-left:calc(-1 * var(--c-l-m))
}
.h-products__promo {
  flex:none;
  margin-left:var(--c-l-m);
  padding-bottom:3px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  position:relative
}
.h-products__promo.products__item {
  border:none;
  padding:0
}
.h-products__promo a {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%
}
.h-products__promo-2 {
  width:calc(33.33% - var(--c-l-m))
}
.h-products__promo-3 {
  width:calc(25% - var(--c-l-m))
}
.h-products__promo-4 {
  width:calc(20% - var(--c-l-m))
}
.h-products__promo-5 {
  width:calc(16.66% - var(--c-l-m))
}
.h-products__promo img {
  border-radius:var(--c-l-r);
  width:100%;
  height:auto;
  max-height:100%;
  max-width:100%
}
.h-products__promo-fit {
  padding-left:0!important;
  padding-right:0!important;
  padding-top:0!important
}
.h-products__promo-fit img {
  height:100%;
  object-fit:cover
}
.h-products__right {
  margin-left:var(--c-l-m)
}
.h-products__right-2 {
  width:calc(66.66% - var(--c-l-m))
}
.h-products__right-3 {
  width:calc(75% - var(--c-l-m))
}
.h-products__right-4 {
  width:calc(80% - var(--c-l-m))
}
.h-products__right-5 {
  width:calc(83.33% - var(--c-l-m))
}
@media screen and (max-width:1400px) {
  .h-products {
    margin-left:-20px
  }
  .h-products__promo {
    margin-left:20px
  }
  .h-products__promo-2,
  .h-products__promo-3 {
    width:calc(33.33% - 20px)
  }
  .h-products__promo-4,
  .h-products__promo-5 {
    width:calc(25% - 20px)
  }
  .h-products__right {
    margin-left:20px
  }
  .h-products__right-2,
  .h-products__right-3 {
    width:calc(66.66% - 20px)
  }
  .h-products__right-4,
  .h-products__right-5 {
    width:calc(75% - 20px)
  }
}
@media screen and (max-width:1080px) {
  .in-right {
    width:100%
  }
  .h-products__promo-3,
  .h-products__promo-4,
  .h-products__promo-5 {
    width:calc(25% - 20px)
  }
  .h-products__right-3,
  .h-products__right-4,
  .h-products__right-5 {
    width:calc(75% - 20px)
  }
}
@media screen and (max-width:920px) {
  .h-products__promo-3,
  .h-products__promo-4,
  .h-products__promo-5 {
    width:calc(33.33% - 20px)
  }
  .h-products__right-3,
  .h-products__right-4,
  .h-products__right-5 {
    width:calc(66.66% - 20px)
  }
}
@media screen and (max-width:760px) {
  .h-products__promo-2,
  .h-products__promo-3,
  .h-products__promo-4,
  .h-products__promo-5,
  .h-products__right-2,
  .h-products__right-3,
  .h-products__right-4,
  .h-products__right-5 {
    width:calc(50% - 20px)
  }
}
@media screen and (max-width:580px) {
  .h-products {
    margin-left:-10px
  }
  .h-products__promo {
    margin-left:10px;
    padding-bottom:4px
  }
  .h-products__promo-2,
  .h-products__promo-3,
  .h-products__promo-4,
  .h-products__promo-5 {
    width:calc(50% - 10px)
  }
  .h-products__right {
    margin-left:10px
  }
  .h-products__right-2,
  .h-products__right-3,
  .h-products__right-4,
  .h-products__right-5 {
    width:calc(50% - 10px)
  }
}
.in-modal {
  border-bottom:1px dashed;
  text-decoration:none;
  padding-bottom:2px
}
.in-modal:hover {
  border-bottom-color:transparent
}
.in-effect-glare {
  position:relative;
  overflow:hidden
}
.in-effect-glare:before {
  background:none;
  background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 60%,#fff 80%,hsla(0,0%,100%,0));
  content:"";
  display:block;
  opacity:0;
  position:absolute;
  width:100%;
  height:300%;
  top:0;
  left:0;
  transform:rotate(45deg) translate(-100%,-20%);
  transition:all .6s ease-out;
  filter:blur(10px);
  transform-origin:top;
  z-index:1
}
.in-effect-glare:hover:before {
  opacity:.3;
  transform:rotate(45deg) translate(100%,-20%);
  transition:all .6s ease-out;
  transform-origin:center
}
.in-empty-wrapper {
  background:#fff;
  border:1px solid #ececec;
  border-radius:6px;
  padding:40px;
  text-align:center
}
.in-empty-wrapper__title {
  font-size:22px;
  font-size:1.375rem;
  margin-bottom:0
}
.in-empty-wrapper__text {
  font-size:16px;
  font-size:1rem;
  margin-bottom:0;
  margin-top:20px
}
.in-development {
  background-size:cover;
  background-position:50%;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.in-development__wrap {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  text-align:center
}
.in-development__title {
  color:#fff;
  font-weight:700;
  font-size:60px;
  font-size:3.75rem;
  line-height:1.4
}
.in-development__text {
  background:rgba(45,45,45,.2);
  border-radius:6px;
  color:#fff;
  font-size:26px;
  font-size:1.625rem;
  padding:10px 20px;
  margin-top:40px;
  line-height:1.4
}
.in-development__share,
.in-development__social,
.in-development__timer {
  margin-top:40px;
  display:flex;
  justify-content:center
}
.in-development__timer .timer__item {
  background:rgba(45,45,45,.2);
  border-radius:50%;
  width:160px;
  height:160px;
  overflow:hidden
}
.in-development__timer .timer__num {
  background:none;
  color:#fff!important;
  font-size:40px;
  font-size:2.5rem;
  font-weight:700;
  height:80px;
  align-items:flex-end
}
.in-development__timer .timer__name {
  color:#fff;
  font-size:20px;
  font-size:1.25rem
}
.wrap-fon-bg {
  background:#fff;
  max-width:var(--site-max-width);
  margin:0 auto;
  width:100%
}
.c-main-bg {
  background:rgba(0,0,0,.5);
  content:"";
  opacity:0;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  transition:all .1s ease-out;
  transition-delay:.1s;
  visibility:hidden;
  z-index:900
}
.c-main-bg_active {
  opacity:1;
  visibility:visible
}
.main__wrap {
  display:flex;
  align-items:flex-start;
  position:relative
}
.desc_max {
  max-height:200px;
  position:relative;
  overflow:hidden
}
.desc_max.h-hidden-show {
  max-height:100%
}
.desc_max.h-hidden-show:after {
  display:none
}
.desc_max:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:150px;
  background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)
}
.h-yet {
  margin-top:5px
}
.h-yet_center {
  text-align:center
}
.h-yet__hide,
.h-yet__show {
  background:none;
  border:none;
  color:var(--cheme-color);
  cursor:pointer;
  font-size:16px;
  font-size:1rem;
  text-decoration:none
}
.h-yet__hide:hover,
.h-yet__show:hover {
  color:var(--cheme-color)
}
.h-yet .i-angle-down {
  margin-left:8px
}
.h-yet__hide {
  display:none
}
.h-yet__hide .i-angle-down {
  transform:rotate(-180deg)
}
.h-yet_small {
  margin-top:10px
}
.h-yet_small .h-yet__hide,
.h-yet_small .h-yet__show {
  font-size:13px;
  font-size:.8125rem
}
.in-separator {
  margin-top:30px
}
.in-blocks__item {
  margin-top:70px
}
.in-blocks__item_c {
  text-align:center
}
.in-blocks__item-s {
  margin-top:35px
}
.in-blocks__item-s:first-child,
.in-blocks__item:first-child {
  margin-top:0
}
.in-blocks__item-promo {
  margin-bottom:40px
}
.in-blocks__item_p-bg {
  padding:30px;
  border-radius:6px
}
.in-blocks__title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:35px
}
.in-blocks__title-name {
  color:#222;
  font-size:30px;
  font-size:1.875rem;
  font-weight:var(--font-weight);
  line-height:1.2;
  margin-bottom:0
}
.in-blocks__title-name_s {
  font-size:24px;
  font-size:1.5rem;
  line-height:1.4
}
.in-blocks__title-categ {
  flex:1;
  margin-left:50px
}
.error-404 {
  padding:100px 0 30px;
  text-align:center
}
.error-404 .error-404__img {
  max-width:400px;
  margin-bottom:40px;
  width:100%
}
.error-404__inf {
  font-size:50px;
  font-size:3.125rem;
  font-weight:700;
  margin-bottom:10px
}
.error-404__text {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-bottom:30px
}
@media screen and (max-width:1080px) {
  .main__wrap {
    flex-wrap:wrap
  }
  .in-blocks__item_p-bg {
    padding:20px
  }
}
@media screen and (max-width:767px) {
  .in-development__title {
    font-size:36px;
    font-size:2.25rem
  }
  .in-development__text {
    font-size:16px;
    font-size:1rem
  }
  .in-development__share,
  .in-development__social,
  .in-development__timer {
    margin-top:20px
  }
  .in-development__timer .timer__item {
    width:100px;
    height:100px
  }
  .in-development__timer .timer__num {
    font-size:24px;
    font-size:1.5rem;
    height:50px
  }
  .in-development__timer .timer__name {
    font-size:16px;
    font-size:1rem
  }
  .error-404 {
    padding-top:30px;
    text-align:center
  }
  .error-404 .error-404__img {
    margin-bottom:20px
  }
  .error-404__inf {
    font-size:30px;
    font-size:1.875rem
  }
  .error-404__text {
    font-size:14px;
    font-size:.875rem
  }
  .in-blocks__item {
    margin-top:40px
  }
  .in-blocks__item_p-bg {
    padding:15px
  }
  .in-blocks__title {
    margin-bottom:20px
  }
  .in-blocks__title-name {
    font-size:20px;
    font-size:1.25rem
  }
  .in-blocks__title-name_s {
    font-size:18px;
    font-size:1.125rem
  }
  .in-blocks__title-link {
    font-size:12px;
    font-size:.75rem
  }
  .in-blocks__title-categ {
    display:none
  }
}
@media screen and (max-width:480px) {
  .in-development__title {
    font-size:26px;
    font-size:1.625rem
  }
  .in-development__text {
    font-size:14px;
    font-size:.875rem
  }
  .in-development__timer {
    margin-top:20px
  }
  .in-development__timer .timer__item {
    width:70px;
    height:70px
  }
  .in-development__timer .timer__num {
    font-size:20px;
    font-size:1.25rem;
    height:40px
  }
  .in-development__timer .timer__name {
    font-size:14px;
    font-size:.875rem
  }
  .error-404 .error-404__img {
    max-width:80%
  }
  .error-404__inf {
    font-size:18px;
    font-size:1.125rem
  }
}
.bread {
  margin-top:10px
}
.bread__wrap {
  flex-wrap:wrap;
  margin-top:-15px;
  padding-bottom:10px;
  margin-bottom:5px
}
.bread__list,
.bread__wrap {
  display:flex;
  align-items:center
}
.bread__list {
  position:relative;
  margin-top:15px
}
.bread__link {
  color:#757575;
  text-decoration:none
}
.bread__link_last {
  color:#222
}
.bread__sep {
  color:#757575;
  margin:0 10px
}
.bread__down {
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #bbb;
  border-radius:3px;
  color:#bbb;
  margin-left:10px;
  transition:all .3s ease-out;
  width:18px;
  height:18px
}
.bread__down .i-angle-down {
  transition:all .3s linear;
  transform:rotateX(0)
}
.bread__list:hover .bread__down {
  border-color:var(--cheme-color);
  color:var(--cheme-color)
}
.bread__list:hover .i-angle-down {
  transform:rotateX(-180deg)
}
.bread__sub {
  opacity:0;
  visibility:hidden;
  background:#fff;
  border-radius:6px;
  box-shadow:4px 4px 30px rgba(0,0,0,.1);
  position:absolute;
  padding:10px 0;
  left:25px;
  top:calc(100% + 5px);
  z-index:11;
  min-width:calc(100% - 50px)
}
.bread__sub:before {
  content:"";
  height:5px;
  left:0;
  top:-5px;
  position:absolute;
  width:100%
}
.bread__sub-wrap {
  overflow:auto;
  max-height:490px;
  -webkit-overflow-scrolling:touch
}
.bread__sub-wrap::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.bread__sub-wrap::-webkit-scrollbar-thumb,
.bread__sub-wrap::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.bread__sub-link {
  color:#222;
  display:block;
  padding:10px 20px;
  font-size:13px;
  font-size:.8125rem;
  text-decoration:none;
  white-space:nowrap
}
.bread__list:hover .bread__sub {
  opacity:1;
  visibility:visible;
  transition:all .3s ease-out
}
@media screen and (max-width:767px) {
  .bread__link,
  .bread__sep {
    font-size:12px;
    font-size:.75rem
  }
  .bread__sep {
    margin:0 5px
  }
  .bread__sub {
    left:15px
  }
  .bread__sub-link {
    padding:10px
  }
  .bread__down {
    width:14px;
    height:14px;
    margin-left:5px
  }
}
@media screen and (max-width:580px) {
  .bread {
    position:relative;
    z-index:1
  }
  .bread__wrap {
    flex-wrap:nowrap;
    white-space:nowrap;
    overflow-x:auto;
    overflow-y:hidden
  }
  .bread__wrap::-webkit-scrollbar {
    background:#ededed;
    border:1px solid #fff;
    height:3px
  }
  .bread__wrap::-webkit-scrollbar-thumb,
  .bread__wrap::-webkit-scrollbar-thumb:hover {
    background-color:#ddd
  }
  .bread__list:last-child {
    padding-right:10px
  }
  .bread__down,
  .bread__sub {
    display:none
  }
}
.page {
  line-height:1.8;
  overflow-x:auto
}
.page_mb {
  margin-bottom:20px
}
.page iframe {
  max-width:100%
}
.page ul {
  margin:20px 0
}
.page ul li {
  line-height:1.8;
  list-style-type:none;
  margin:10px 0;
  padding-left:25px;
  position:relative
}
.page ul li:before {
  color:var(--cheme-color);
  content:"\2713";
  font-weight:700;
  position:absolute;
  left:0;
  top:0
}
.page ol {
  margin:20px 0 20px 20px
}
.page ol li {
  margin:10px 0;
  line-height:1.8
}
.page table {
  margin-bottom:30px;
  width:100%
}
.page td,
.page th {
  border:1px solid #eee;
  padding:15px 12px;
  line-height:1.6;
  vertical-align:top
}
.page th {
  font-weight:var(--font-weight)
}
.page tr:nth-child(2n) {
  background:#f7f7f7
}
.page sup {
  position:relative;
  top:-.5em
}
.page sub {
  position:relative;
  bottom:-.5em
}
.page img {
  max-width:100%
}
.over-scroll {
  overflow:auto
}
.in-quote {
  border-left:2px solid #4e7df1;
  font-style:italic;
  margin:0 30px 30px;
  padding-left:20px
}
.d-promo__wrap {
  display:flex;
  align-items:center
}
.d-promo__wrap_reverse {
  flex-direction:row-reverse
}
.d-promo__wrap_reverse .d-promo__content {
  padding-right:5%;
  padding-left:0
}
.d-promo__img {
  width:47%;
  flex:none
}
.d-promo__img img {
  border-radius:6px;
  width:100%
}
.d-promo__content {
  width:53%;
  flex:none;
  padding-left:6%
}
.d-promo__name {
  line-height:1.4;
  font-size:30px;
  font-size:1.875rem;
  font-weight:var(--font-weight);
  margin-bottom:20px
}
.d-promo__text {
  line-height:1.8
}
@media screen and (max-width:1080px) {
  .d-promo__name {
    font-size:20px;
    font-size:1.25rem
  }
}
@media screen and (max-width:767px) {
  .d-promo__name {
    font-size:16px;
    font-size:1rem
  }
  .d-promo__text {
    font-size:12px;
    font-size:.75rem
  }
}
@media screen and (max-width:580px) {
  .d-promo__wrap {
    flex-wrap:wrap
  }
  .d-promo__img {
    margin-bottom:20px;
    width:100%
  }
  .d-promo__content {
    width:100%;
    padding-left:0
  }
}
.p-contacts-maps {
  border-radius:6px;
  margin-bottom:40px;
  overflow:hidden
}
.p-contacts-v1 {
  border:1px solid #e6e6e6;
  border-radius:6px;
  padding:20px;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:50px
}
.p-contacts-v1__left {
  border-right:1px solid #e6e6e6;
  flex:none;
  width:50%;
  padding-right:20px
}
.p-contacts-v1__left .f-contact__item-text a,
.p-contacts-v1__left .f-contact__item-text a:hover {
  color:#4e7df1
}
.p-contacts-v1__left .f-contact__item-phone a {
  color:#222;
  text-decoration:none
}
.p-contacts-v1__right {
  flex:none;
  padding-left:20px;
  width:50%
}
.p-contacts-v1__right .p-contacts-maps {
  margin-bottom:0
}
.p-contacts-v1__title {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight);
  margin-bottom:10px
}
.p-contacts-v1 .f-contact__item-text {
  font-size:14px;
  font-size:.875rem
}
.p-contacts-v1 .f-contact__item {
  margin-top:4px
}
.p-contacts-v1 .f-contact__item-icon {
  color:#fd7e14
}
.p-contacts-v1 .share {
  margin-top:15px
}
.p-contacts-v1__text {
  line-height:1.8
}
@media screen and (max-width:767px) {
  .p-contacts-v1 {
    flex-direction:column
  }
  .p-contacts-v1__left {
    border-right:none;
    border-bottom:1px solid #e6e6e6;
    flex:none;
    width:100%;
    padding-right:0;
    padding-bottom:20px
  }
  .p-contacts-v1__right {
    flex:none;
    padding-left:0;
    padding-top:20px;
    width:100%
  }
}
@media screen and (max-width:480px) {
  .p-contacts-v1 {
    padding:10px 15px
  }
  .p-contacts-v1__left {
    padding-bottom:15px
  }
  .p-contacts-v1__right {
    padding-top:15px
  }
  .p-contacts-v1 .f-contact__item-text {
    font-size:13px;
    font-size:.8125rem
  }
  .p-contacts-v1__title {
    margin-bottom:5px
  }
  .p-contacts-v1__text {
    font-size:13px;
    font-size:.8125rem
  }
}
.p-contacts-v2 {
  background:#fafafa;
  border:1px solid #e6e6e6;
  border-radius:6px;
  display:flex;
  margin-bottom:40px;
  padding:20px 20px 20px 0
}
.p-contacts-v2__item {
  display:flex;
  margin-left:20px;
  width:calc(33.33% - 20px)
}
.p-contacts-v2__icon {
  color:#fd7e14;
  margin-right:10px;
  padding-top:5px
}
.p-contacts-v2__title {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.p-contacts-v2__phone a {
  color:#222;
  text-decoration:none
}
@media screen and (max-width:767px) {
  .p-contacts-v2 {
    flex-wrap:wrap;
    padding:0 20px 20px
  }
  .p-contacts-v2__item {
    margin-top:20px;
    width:calc(50% - 20px)
  }
}
@media screen and (max-width:480px) {
  .p-contacts-v2 {
    flex-direction:column;
    padding:20px
  }
  .p-contacts-v2__item {
    border-top:1px solid #e6e6e6;
    display:flex;
    margin-left:0;
    margin-top:20px;
    padding-top:20px;
    width:100%
  }
  .p-contacts-v2__item:first-child {
    border-top:none;
    margin-top:0;
    padding-top:0
  }
}
.p-shops {
  margin-bottom:40px
}
.p-shops__item {
  border-top:1px solid #f2f2f2;
  padding:20px 0;
  display:flex;
  flex-wrap:wrap
}
.p-shops__item:first-child {
  border-top:0;
  padding-top:0
}
.p-shops__item:last-child {
  padding-bottom:0
}
.p-shops__img {
  font-size:0;
  flex:none;
  width:28%;
  padding-right:25px
}
.p-shops__img img {
  border-radius:6px
}
.p-shops__content {
  flex:none;
  display:flex;
  flex-direction:column;
  padding-right:25px;
  width:42%
}
.p-shops__contact {
  border-left:1px solid #f2f2f2;
  flex:none;
  padding-left:25px;
  width:30%
}
.p-shops__title {
  font-weight:var(--font-weight);
  font-size:16px;
  font-size:1rem;
  margin-bottom:10px
}
.p-shops__mode {
  margin-top:15px;
  color:#888
}
.p-shops__phones a {
  color:#222;
  text-decoration:none
}
.p-shops__maps {
  display:none;
  border-radius:6px;
  margin-top:20px;
  overflow:hidden;
  width:100%;
  flex:none
}
.p-shops__maps-hide,
.p-shops__maps-show {
  cursor:pointer;
  color:#2891e6;
  display:flex;
  margin-top:20px;
  flex:1;
  justify-content:flex-end;
  flex-direction:column;
  transition:all .2s ease-out
}
.p-shops__maps-hide {
  display:none
}
@media screen and (max-width:767px) {
  .p-shops__img {
    width:45%
  }
  .p-shops__content {
    padding-right:0;
    width:55%
  }
  .p-shops__contact {
    padding-left:45%;
    padding-top:25px;
    width:100%
  }
}
@media screen and (max-width:480px) {
  .p-shops {
    flex-direction:column
  }
  .p-shops__img {
    padding-right:0;
    margin-bottom:10px;
    width:100%
  }
  .p-shops__content {
    width:100%
  }
  .p-shops__contact {
    border-left:none;
    padding-left:0;
    padding-top:15px
  }
  .p-shops__maps-hide,
  .p-shops__maps-show,
  .p-shops__mode {
    margin-top:10px
  }
}
.p-accordion {
  margin-bottom:40px
}
.p-accordion__item {
  border-bottom:1px solid #eee
}
.p-accordion__item:first-child {
  border-top:1px solid #eee
}
.p-accordion__icon {
  background:#eee;
  border-radius:50%;
  color:#888;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  right:0;
  top:50%;
  transition:all .3s ease-out;
  margin-top:-20px;
  width:40px;
  height:40px
}
.p-accordion__icon:hover {
  color:#222
}
.p-accordion__icon .i-plus {
  transform:rotate(0);
  transition:all .3s ease-out
}
.p-accordion__title {
  cursor:pointer;
  color:#888;
  font-size:20px;
  font-size:1.25rem;
  position:relative;
  padding:20px 50px 20px 0;
  transition:all .3s ease-out
}
.p-accordion__title:hover {
  color:#000
}
.p-accordion__title:hover .i-plus {
  color:#222
}
.p-accordion__title_active {
  color:#000
}
.p-accordion__title_active .i-plus {
  color:#fd7e14;
  transform:rotate(-45deg)
}
.p-accordion__title_active:hover .i-plus {
  color:#fd7e14
}
.p-accordion__content {
  display:none;
  font-size:15px;
  font-size:.9375rem;
  line-height:1.8;
  padding-bottom:20px
}
@media screen and (max-width:767px) {
  .p-accordion__icon {
    margin-top:-17px;
    width:34px;
    height:34px
  }
  .p-accordion__title {
    font-size:16px;
    font-size:1rem;
    padding:15px 50px 15px 0
  }
  .p-accordion__content {
    font-size:14px;
    font-size:.875rem
  }
}
.p-l-accordion {
  margin-bottom:40px;
  display:flex
}
.p-l-accordion__left {
  flex:none;
  width:300px
}
.p-l-accordion__right {
  flex:1
}
.p-l-accordion__title {
  background:#fff;
  border:1px solid #eee;
  border-radius:4px;
  cursor:pointer;
  font-size:16px;
  font-size:1rem;
  margin-top:10px;
  padding:14px 20px;
  transition:all .15s ease-out;
  width:100%
}
.p-l-accordion__title:first-child {
  margin-top:0
}
.p-l-accordion__title:hover,
.p-l-accordion__title_active {
  background:rgba(253,126,20,.7);
  color:#fff
}
.p-l-accordion__title-mobile {
  display:none;
  margin-bottom:10px
}
.p-l-accordion__item_active .p-l-accordion__content {
  display:block
}
.p-l-accordion__content {
  padding-left:30px;
  display:none
}
@media screen and (max-width:767px) {
  .p-l-accordion__left {
    display:none
  }
  .p-l-accordion__right {
    flex:none;
    width:100%
  }
  .p-l-accordion__title {
    display:none
  }
  .p-l-accordion__title_active {
    margin-bottom:20px
  }
  .p-l-accordion__title-mobile {
    display:block
  }
  .p-l-accordion__content {
    padding:0 15px;
    margin-bottom:40px
  }
}
.p-work {
  display:flex;
  flex-wrap:wrap;
  margin-top:-40px;
  margin-left:-50px;
  margin-bottom:40px
}
.p-work__item {
  flex:none;
  margin-top:40px;
  margin-left:50px;
  width:calc(33.33% - 50px)
}
.p-work__img {
  position:relative;
  margin-bottom:20px
}
.p-work__img img {
  border-radius:50%;
  max-width:100%
}
.p-work__num {
  font-size:30px;
  font-size:1.875rem;
  font-weight:700;
  color:#414555;
  position:absolute;
  left:0;
  bottom:0
}
.p-work__text {
  font-size:16px;
  font-size:1rem;
  color:#414555;
  line-height:1.4
}
@media screen and (max-width:767px) {
  .p-work__item {
    width:calc(50% - 50px)
  }
}
@media screen and (max-width:480px) {
  .p-work {
    margin-left:-20px
  }
  .p-work__item {
    margin-left:20px;
    width:calc(50% - 20px)
  }
  .p-work__text {
    font-size:14px;
    font-size:.875rem
  }
}
.p-l-work {
  margin-bottom:60px
}
.p-l-work__item {
  display:flex;
  align-items:flex-start;
  padding-bottom:60px;
  position:relative
}
.p-l-work__item:last-child {
  padding-bottom:0
}
.p-l-work__item:last-child:after {
  display:none
}
.p-l-work__item:after {
  background:#dff7ea;
  content:"";
  position:absolute;
  left:60px;
  top:5px;
  width:2px;
  height:100%
}
.p-l-work__img {
  flex:none;
  margin-right:30px;
  position:relative;
  width:120px;
  z-index:2
}
.p-l-work__img img {
  border-radius:50%;
  max-width:100%
}
.p-l-work__num {
  font-size:30px;
  font-size:1.875rem;
  font-weight:700;
  color:#414555;
  position:absolute;
  left:0;
  bottom:0
}
.p-l-work__title {
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight);
  margin-bottom:20px
}
.p-l-work__text {
  color:#414555;
  font-size:15px;
  font-size:.9375rem
}
@media screen and (max-width:480px) {
  .p-l-work {
    margin-bottom:40px
  }
  .p-l-work__item {
    padding-bottom:40px
  }
  .p-l-work__item:after {
    left:40px
  }
  .p-l-work__img {
    margin-right:20px;
    width:80px
  }
  .p-l-work__title {
    font-size:15px;
    font-size:.9375rem;
    margin-bottom:10px
  }
  .p-l-work__text {
    font-size:14px;
    font-size:.875rem
  }
  .p-l-work__num {
    font-size:24px;
    font-size:1.5rem
  }
}
.p-ship-pay {
  margin-bottom:40px
}
.p-ship-pay__item {
  border:1px solid #e8e8e8;
  border-radius:6px;
  display:flex;
  align-items:center;
  margin-top:20px;
  padding:20px
}
.p-ship-pay__item:first-child {
  margin-top:0
}
.p-ship-pay__item ul,
.p-ship-pay__item ul li {
  margin:0
}
.p-ship-pay__img {
  flex:none;
  font-size:0;
  margin-right:30px;
  text-align:center;
  width:80px
}
.p-ship-pay__img img {
  max-width:100%
}
.p-ship-pay__title {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight);
  margin-bottom:5px
}
@media screen and (max-width:480px) {
  .p-ship-pay__item {
    padding:15px
  }
  .p-ship-pay__img {
    margin-right:20px;
    width:60px
  }
}
.p-team {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin-left:-40px;
  margin-top:-40px;
  margin-bottom:40px
}
.p-team__item {
  flex:none;
  display:flex;
  margin-left:40px;
  margin-top:40px;
  width:calc(50% - 40px)
}
.p-team__img {
  margin-right:30px;
  width:160px
}
.p-team__img img {
  border-radius:50%;
  max-width:100%
}
.p-team__name {
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight)
}
.p-team__position {
  color:#888;
  margin-bottom:10px
}
.p-team__email,
.p-team__phone {
  display:flex;
  align-items:center
}
.p-team__email svg,
.p-team__phone svg {
  color:#fd7e14;
  margin-right:5px
}
.p-team__email a {
  color:#222
}
.p-team__phone a {
  color:#222;
  text-decoration:none
}
@media screen and (max-width:980px) {
  .p-team {
    margin-left:-20px
  }
  .p-team__item {
    margin-left:20px;
    width:calc(50% - 20px)
  }
  .p-team__img {
    margin-right:20px;
    width:100px
  }
}
@media screen and (max-width:767px) {
  .p-team__img {
    width:80px
  }
  .p-team__name {
    font-size:16px;
    font-size:1rem
  }
}
@media screen and (max-width:580px) {
  .p-team {
    margin-left:0
  }
  .p-team__item {
    margin-left:0;
    width:100%
  }
  .p-team__img {
    width:110px
  }
}
.p-services {
  margin-bottom:40px
}
.p-services__item {
  background:#f4f4f4;
  border-radius:4px;
  display:flex;
  align-items:center;
  margin-top:20px;
  padding:40px 100px
}
.p-services__item:first-child {
  margin-top:0
}
.p-services__content {
  flex:1
}
.p-services__link {
  font-size:0;
  margin-left:60px
}
.p-services__title {
  font-size:22px;
  font-size:1.375rem;
  font-weight:var(--font-weight);
  margin-bottom:10px
}
@media screen and (max-width:767px) {
  .p-services__item {
    padding:40px
  }
  .p-services__link {
    margin-left:20px
  }
}
@media screen and (max-width:580px) {
  .p-services__item {
    padding:30px;
    flex-wrap:wrap
  }
  .p-services__title {
    font-size:18px;
    font-size:1.125rem
  }
  .p-services__link {
    margin-left:0;
    margin-top:20px;
    width:100%
  }
  .p-services__link .button {
    width:100%
  }
}
.p-info-block {
  display:flex;
  align-items:center;
  margin-bottom:40px
}
.p-info-block_reverse {
  flex-direction:row-reverse
}
.p-info-block_reverse .p-info-block__content {
  padding-right:40px;
  padding-left:0
}
.p-info-block__img {
  flex:none;
  width:45%
}
.p-info-block__img img {
  border-radius:4px;
  width:100%
}
.p-info-block__content {
  padding-left:40px
}
.p-info-block__title {
  font-size:30px;
  font-size:1.875rem;
  margin-bottom:20px
}
.p-info-block__text {
  font-size:16px;
  font-size:1rem
}
.p-info-block__link {
  margin-top:40px
}
@media screen and (max-width:767px) {
  .p-info-block_reverse .p-info-block__content {
    padding-right:20px
  }
  .p-info-block__img {
    width:40%
  }
  .p-info-block__content {
    padding-left:20px
  }
  .p-info-block__title {
    font-size:22px;
    font-size:1.375rem;
    margin-bottom:10px
  }
  .p-info-block__text {
    font-size:14px;
    font-size:.875rem
  }
  .p-info-block__link {
    margin-top:20px
  }
}
@media screen and (max-width:480px) {
  .p-info-block {
    flex-wrap:wrap
  }
  .p-info-block_reverse .p-info-block__content {
    padding-right:0
  }
  .p-info-block__img {
    width:100%
  }
  .p-info-block__content {
    padding-left:0
  }
  .p-info-block__title {
    font-size:18px;
    font-size:1.125rem
  }
  .p-info-block__link .button {
    width:100%
  }
}
.p-picture {
  background-size:cover;
  background-position:50%;
  background-repeat:no-repeat;
  text-align:center;
  padding:100px 0;
  margin-bottom:40px
}
.p-picture__wrap {
  background:#fff;
  margin:0 auto;
  padding:40px;
  width:500px
}
.p-picture__title {
  font-size:30px;
  font-size:1.875rem;
  margin-bottom:10px
}
.p-picture__text {
  font-size:15px;
  font-size:.9375rem
}
.p-picture .button {
  margin-top:30px
}
.p-picture a:not(.button) {
  color:#222
}
@media screen and (max-width:767px) {
  .p-picture {
    padding:60px
  }
  .p-picture__wrap {
    width:100%
  }
}
@media screen and (max-width:580px) {
  .p-picture,
  .p-picture__wrap {
    padding:20px
  }
  .p-picture__title {
    font-size:22px;
    font-size:1.375rem
  }
  .p-picture__text {
    font-size:14px;
    font-size:.875rem
  }
}
.h-categ-mobile {
  background:#f5f5f5;
  margin:0 -15px 20px;
  position:relative
}
.h-categ-mobile__wrap {
  padding:15px 0;
  flex-wrap:nowrap;
  white-space:nowrap;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch
}
.h-categ-mobile__wrap::-webkit-scrollbar {
  display:none;
  background-color:transparent
}
.h-categ-mobile__wrap::-webkit-scrollbar-thumb {
  background:0 0
}
.h-categ-mobile__item {
  color:#333;
  font-size:13px;
  font-size:.8125rem;
  font-weight:var(--font-weight);
  margin-right:10px;
  text-decoration:none;
  text-transform:uppercase
}
.h-categ-mobile__item:first-child {
  margin-left:10px
}
.bg-categ a {
  text-decoration:none;
  line-height:1.4
}
.bg-categ a:hover {
  text-decoration:underline
}
.bg-categ__wrap {
  display:flex;
  flex-wrap:wrap;
  margin-top:-20px;
  margin-left:-20px
}
.bg-categ__list {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  flex:none;
  margin-left:20px;
  width:calc(33.33% - 20px)
}
.bg-categ__list_home .bg-categ__row {
  background-position:bottom;
  background-repeat:no-repeat;
  background-size:80%;
  padding:25px 25px 340px;
  border-radius:6px
}
.bg-categ__row {
  border-radius:6px;
  background-position:100%;
  background-repeat:no-repeat;
  flex:1;
  padding:25px;
  margin-top:20px;
  display:flex;
  flex-direction:column
}
.bg-categ__title {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-bottom:25px
}
.bg-categ__title a {
  color:#222
}
.bg-categ__items_col {
  display:flex;
  flex-wrap:wrap;
  margin-left:-10px
}
.bg-categ__items_col .bg-categ__item {
  margin-left:10px;
  width:calc(50% - 10px)
}
.bg-categ__item {
  margin-bottom:15px
}
.bg-categ__item a {
  color:gray
}
.c-categ__wrap {
  display:flex;
  flex-wrap:wrap;
  margin:-30px -15px 0
}
.c-categ__slider {
  overflow:hidden;
  flex-wrap:nowrap
}
.c-categ__slider_active {
  margin:0!important;
  overflow:visible
}
.c-categ__slider_active .owl-stage-outer {
  margin:-20px;
  padding:20px
}
.c-categ__slider_active .c-categ__item {
  width:100%!important;
  height:100%;
  margin:0
}
.c-categ__item {
  border:1px solid #eee;
  border-radius:6px;
  overflow:hidden;
  display:flex;
  flex:none;
  flex-wrap:wrap;
  flex-direction:column;
  margin:30px 15px 0;
  position:relative;
  transition:box-shadow .3s ease-out;
  width:calc(25% - 30px)
}
.c-categ__item:hover {
  box-shadow:0 5px 20px rgba(61,61,61,.1)
}
.c-categ__no-left .c-categ__item {
  width:calc(20% - 30px)
}
.c-categ__link {
  color:#222;
  display:block;
  text-decoration:none;
  width:100%
}
.c-categ__img {
  display:block;
  padding-top:100%;
  position:relative
}
.c-categ__img img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  max-width:90%;
  max-height:90%;
  width:auto;
  height:auto
}
.c-categ__name {
  display:block;
  font-size:16px;
  font-size:1rem;
  line-height:1.4;
  padding:20px;
  text-align:center
}
.c-categ__sub {
  display:flex;
  flex-direction:column;
  flex:1;
  padding:0 20px 20px
}
.c-categ__sub-item {
  margin-top:15px
}
.c-categ__sub-item:first-child {
  margin-top:0
}
.c-categ__sub-link {
  color:gray;
  text-decoration:none;
  line-height:1.4
}
.c-categ__sub-next {
  flex:1;
  display:flex;
  align-items:flex-end;
  font-size:16px;
  font-size:1rem;
  margin-top:30px
}
.h-categ_c .h-categ__wrap {
  margin:-20px -10px 0
}
.h-categ_c .h-categ__item {
  margin:20px 10px 0;
  width:calc(12.5% - 20px)
}
.h-categ_c .h-categ__name {
  font-size:14px;
  font-size:.875rem
}
.h-categ_c .h-categ__count-st {
  font-size:12px;
  font-size:.75rem
}
.h-categ_c-r .h-categ__wrap {
  margin:-20px -10px 0
}
.h-categ_c-r .h-categ__item {
  margin:20px 10px 0;
  width:calc(16.66% - 20px)
}
.h-categ_c-r .h-categ__name {
  font-size:14px;
  font-size:.875rem
}
.h-categ_c-r .h-categ__count-st {
  font-size:12px;
  font-size:.75rem
}
.h-categ__wrap {
  display:flex;
  flex-wrap:wrap;
  margin:-30px -15px 0
}
.h-categ__slider {
  overflow:hidden;
  flex-wrap:nowrap
}
.h-categ__slider_active {
  margin:0!important;
  overflow:visible
}
.h-categ__slider_active .owl-item {
  padding-bottom:2px
}
.h-categ__slider_active .owl-stage-outer {
  margin:-20px;
  padding:21px 20px
}
.h-categ__slider_active .h-categ__item {
  width:100%;
  height:100%;
  margin:0
}
.h-categ__item {
  border:1px solid #eee;
  border-radius:6px;
  flex:none;
  flex-wrap:wrap;
  margin:30px 15px 0;
  position:relative;
  transition:box-shadow .3s ease-out;
  width:calc(20% - 30px)
}
.h-categ__item:hover {
  box-shadow:0 5px 20px rgba(61,61,61,.1)
}
.h-categ__link {
  color:#222;
  text-decoration:none;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column
}
.h-categ__img {
  display:block;
  padding-top:100%;
  position:relative
}
.h-categ__img img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  max-width:90%;
  max-height:90%;
  width:auto;
  height:auto
}
.h-categ__name {
  display:block;
  flex:1;
  font-size:16px;
  font-size:1rem;
  line-height:1.4;
  padding:20px 10px;
  text-align:center;
  word-wrap:break-word
}
.h-categ__count {
  background:#4e7df1;
  border-radius:4px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-size:.75rem;
  position:absolute;
  right:15px;
  top:15px;
  padding:0 5px;
  min-width:32px;
  height:32px
}
.h-categ__count-st {
  color:gray;
  display:block;
  text-align:center;
  padding:0 10px 20px
}
.h-categ_mobile {
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch
}
.h-categ_mobile::-webkit-scrollbar {
  display:none;
  background-color:transparent
}
.h-categ_mobile::-webkit-scrollbar-thumb {
  background:0 0
}
.h-categ_mobile .h-categ__wrap {
  flex-wrap:nowrap;
  margin:0!important
}
.h-categ_mobile .h-categ__wrap .h-categ__item {
  border-radius:4px;
  margin:0 10px 0 0;
  width:160px
}
.h-categ_mobile .h-categ__wrap .h-categ__item:hover {
  box-shadow:none
}
.h-categ_mobile .h-categ__wrap .h-categ__item:last-child {
  margin-left:-1px
}
.h-categ_mobile .h-categ__wrap .h-categ__item:first-child {
  margin-left:0
}
.h-categ_mobile.h-categ_small .h-categ__wrap .h-categ__item {
  width:auto
}
.h-categ_small .h-categ__wrap {
  margin:-10px -5px 0
}
.h-categ_small .h-categ__item {
  border-radius:4px;
  margin:10px 5px 0;
  width:auto
}
.h-categ_small .h-categ__name {
  padding:5px 10px
}
.b-categ__wrap {
  display:flex;
  flex-wrap:wrap;
  margin-left:-15px;
  margin-top:-15px
}
.b-categ__item {
  border:1px solid #eee;
  border-radius:5px;
  margin-left:15px;
  margin-top:15px;
  overflow:hidden;
  width:calc(25% - 15px);
  transition:box-shadow .3s ease-out
}
.b-categ__item:hover {
  box-shadow:0 10px 50px rgba(61,61,61,.1)
}
.b-categ__link {
  color:#222;
  display:flex;
  align-items:center;
  position:relative;
  height:120px;
  text-decoration:none
}
.b-categ__name {
  font-size:16px;
  font-size:1rem;
  padding-left:15px;
  line-height:1.6;
  width:65%
}
.b-categ__count {
  color:#8e8e8e;
  display:block;
  font-size:13px;
  font-size:.8125rem;
  margin-top:5px
}
.b-categ__img {
  position:absolute;
  height:100%;
  right:0;
  top:0;
  z-index:-1
}
.b-categ__img img {
  height:100%
}
@media screen and (max-width:1280px) {
  .h-categ__wrap {
    margin:-20px -10px 0
  }
  .h-categ__item {
    margin:20px 10px 0;
    width:calc(25% - 20px)
  }
  .c-categ__wrap {
    margin:-20px -10px 0
  }
  .c-categ__item {
    margin:20px 10px 0;
    width:calc(33.33% - 20px)
  }
  .c-categ__no-left .c-categ__item {
    width:calc(25% - 30px)
  }
  .h-categ_c .h-categ__item {
    width:calc(16.66% - 20px)
  }
  .h-categ_c-r .h-categ__item {
    width:calc(25% - 20px)
  }
  .h-categ_small .h-categ__wrap {
    margin:-10px -5px 0
  }
  .h-categ_small .h-categ__item {
    margin:10px 5px 0;
    width:auto
  }
}
@media screen and (min-width:1080px) {
  .b-categ_col-3 .b-categ__item {
    width:calc(33.33% - 15px)
  }
}
@media screen and (max-width:1080px) {
  .c-categ__wrap.c-categ__slider .owl-stage-outer,
  .h-categ__wrap.h-categ__slider .owl-stage-outer {
    margin-left:-10px;
    margin-right:-10px;
    padding-right:10px;
    padding-left:10px
  }
  .h-categ_c .h-categ__item {
    width:calc(25% - 20px)
  }
  .h-categ_small .h-categ__item {
    margin:10px 5px 0;
    width:auto
  }
  .b-categ__item {
    width:calc(33.33% - 15px)
  }
  .b-categ__link {
    height:100px
  }
  .b-categ__name {
    font-size:14px;
    font-size:.875rem;
    line-height:1.4
  }
  .b-categ__count {
    font-size:12px;
    font-size:.75rem
  }
}
@media screen and (max-width:767px) {
  .h-categ__item,
  .h-categ_c-r .h-categ__item,
  .h-categ_c .h-categ__item {
    width:calc(33.33% - 20px)
  }
  .h-categ_small .h-categ__item {
    margin:10px 5px 0;
    width:auto
  }
  .c-categ__sub-next {
    font-size:12px;
    font-size:.75rem
  }
  .c-categ__sub-next .i-angle-right {
    width:8px;
    height:8px
  }
  .c-categ__no-left .c-categ__item {
    width:calc(33.33% - 20px)
  }
  .bg-categ__wrap {
    flex-wrap:wrap;
    margin-top:-10px;
    margin-left:-10px
  }
  .bg-categ__list {
    width:calc(50% - 10px);
    margin-left:10px
  }
  .bg-categ__list_row {
    flex-direction:row;
    margin-left:0;
    width:100%
  }
  .bg-categ__list_row .bg-categ__row {
    margin-left:10px
  }
  .bg-categ__row {
    margin-top:10px
  }
  .b-categ__item {
    width:calc(50% - 15px)
  }
}
@media screen and (max-width:580px) {
  .h-categ__wrap {
    margin:-10px -5px 0
  }
  .h-categ__item {
    margin:10px 5px 0;
    width:calc(50% - 10px)
  }
  .h-categ_c .h-categ__wrap {
    margin:-10px -5px 0
  }
  .h-categ_c .h-categ__item {
    margin:10px 5px 0;
    width:calc(50% - 10px)
  }
  .h-categ_c-r .h-categ__wrap {
    margin:-10px -5px 0
  }
  .h-categ_c-r .h-categ__item {
    margin:10px 5px 0;
    width:calc(50% - 10px)
  }
  .h-categ_small .h-categ__wrap {
    margin:-10px -5px 0
  }
  .h-categ_small .h-categ__item {
    margin:10px 5px 0;
    width:auto
  }
  .c-categ__wrap {
    margin:-10px -5px 0
  }
  .c-categ__item {
    margin:10px 5px 0
  }
  .c-categ__item,
  .c-categ__no-left .c-categ__item {
    width:calc(50% - 10px)
  }
  .bg-categ__wrap {
    margin:-15px 0 0;
    flex-direction:column
  }
  .bg-categ__list {
    margin:0;
    width:100%
  }
  .bg-categ__list_row,
  .bg-categ__list_row .bg-categ__row {
    margin-left:0
  }
  .bg-categ__list_home .bg-categ__row {
    background-size:20%;
    background-position:100% 100%;
    padding-bottom:25px
  }
  .bg-categ__list_row {
    flex-direction:column
  }
  .bg-categ__row {
    background-size:20%;
    background-position:100% 100%;
    margin-top:15px
  }
  .bg-categ__items_col .bg-categ__item {
    width:100%
  }
  .b-categ__wrap {
    margin-left:-10px;
    margin-top:-10px
  }
  .b-categ__item {
    margin-top:10px;
    margin-left:10px;
    width:calc(50% - 10px)
  }
  .b-categ__name {
    font-size:13px;
    font-size:.8125rem;
    padding-left:10px
  }
}
@media screen and (max-width:480px) {
  .h-categ__name {
    font-size:14px;
    font-size:.875rem
  }
  .h-categ__count-st {
    font-size:12px;
    font-size:.75rem
  }
  .c-categ__name {
    font-size:14px;
    font-size:.875rem
  }
  .c-categ__sub {
    padding:0 10px 15px
  }
  .c-categ__sub-link {
    font-size:12px;
    font-size:.75rem
  }
}
@media screen and (max-width:420px) {
  .b-categ__wrap {
    margin-left:0;
    margin-top:-10px
  }
  .b-categ__item {
    margin-top:10px;
    margin-left:0;
    width:100%
  }
  .b-categ__link {
    height:75px
  }
}
.p-our-work {
  display:flex;
  flex-wrap:wrap;
  margin-left:-30px;
  margin-top:-40px;
  margin-bottom:40px
}
.p-our-work__img {
  font-size:0;
  margin-bottom:15px
}
.p-our-work__img img {
  border-radius:4px
}
.p-our-work__item {
  margin-left:30px;
  margin-top:40px;
  text-align:center;
  width:calc(33.33% - 30px)
}
.p-our-work__title {
  font-size:22px;
  font-size:1.375rem;
  font-weight:var(--font-weight);
  margin-bottom:10px
}
.p-our-work__text {
  font-size:15px;
  font-size:.9375rem
}
@media screen and (max-width:767px) {
  .p-our-work__img {
    margin-bottom:10px
  }
  .p-our-work__title {
    font-size:16px;
    font-size:1rem
  }
  .p-our-work__text {
    font-size:14px;
    font-size:.875rem
  }
}
@media screen and (max-width:680px) {
  .p-our-work {
    margin-left:-20px;
    margin-top:-30px
  }
  .p-our-work__item {
    margin-left:20px;
    margin-top:30px;
    width:calc(50% - 20px)
  }
}
@media screen and (max-width:480px) {
  .p-our-work__title {
    font-size:14px;
    font-size:.875rem
  }
  .p-our-work__text {
    font-size:12px;
    font-size:.75rem
  }
}
.r-reviews .owl-item {
  padding-bottom:2px
}
.r-reviews__item {
  background:#fff;
  border:1px solid #eee;
  border-radius:6px;
  height:100%;
  display:flex;
  flex-direction:column
}
.r-reviews__item-header {
  border-bottom:1px solid #eee;
  padding:20px;
  display:flex;
  align-items:center;
  min-height:110px
}
.r-reviews__item-content {
  padding:20px;
  flex:1;
  display:flex;
  flex-direction:column
}
.r-reviews__item-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
  text-decoration:none
}
.r-reviews__item-img {
  font-size:0;
  flex:none;
  text-align:center;
  width:85px
}
.r-reviews__item-img img {
  width:100%
}
.r-reviews__item-info {
  flex:1;
  margin-left:20px
}
.r-reviews__item-name {
  font-size:16px;
  font-size:1rem;
  line-height:1.2
}
.r-reviews__item-name a {
  color:#222;
  text-decoration:none;
  text-overflow:ellipsis;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2
}
.r-reviews__item-name a:hover {
  color:#4e7df1
}
.r-reviews__item-user {
  display:flex;
  align-items:flex-start;
  justify-content:space-between
}
.r-reviews__item-user-name {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.r-reviews__item-user-date {
  color:gray;
  font-size:12px;
  font-size:.75rem
}
.r-reviews__item-rating {
  margin-top:9px
}
.r-reviews__item-rating_mt {
  margin-top:2px
}
.r-reviews__item-text {
  line-height:1.4;
  margin-top:15px;
  margin-bottom:15px;
  color:#444;
  flex:1;
  word-wrap:break-word
}
.r-reviews_all {
  display:flex;
  flex-wrap:wrap;
  margin-left:-20px;
  margin-top:-20px
}
.r-reviews_all .r-reviews__item {
  height:auto;
  margin-left:20px;
  margin-top:20px;
  flex:none;
  width:calc(33.33% - 20px)
}
@media screen and (max-width:820px) {
  .r-reviews_all .r-reviews__item {
    width:calc(50% - 20px)
  }
}
@media screen and (max-width:767px) {
  .r-reviews__item-next {
    font-size:12px;
    font-size:.75rem
  }
}
@media screen and (max-width:580px) {
  .r-reviews_all .r-reviews__item {
    width:calc(100% - 20px)
  }
}
@media screen and (max-width:480px) {
  .r-reviews__item-header {
    min-height:80px
  }
  .r-reviews__item-name {
    font-size:14px;
    font-size:.875rem
  }
  .r-reviews__item-img {
    width:50px
  }
  .r-reviews__item-price-new {
    font-size:16px;
    font-size:1rem;
    font-weight:var(--font-weight);
    margin-right:10px
  }
  .r-reviews__item-price-old {
    font-size:12px;
    font-size:.75rem
  }
}
.b-letters {
  display:flex;
  flex-wrap:wrap;
  margin:-20px -10px 40px
}
.b-letters__item {
  padding:0 10px;
  margin-top:20px
}
.b-letters__item_active .b-letters__lett {
  border-bottom-color:transparent;
  color:#4e7df1
}
.b-letters__lett {
  border-bottom:1px solid;
  cursor:pointer;
  font-size:20px;
  font-size:1.25rem;
  transition:all .3s ease-out
}
.b-letters__lett:hover {
  border-bottom-color:transparent;
  color:#4e7df1
}
.h-brands__wrap {
  display:flex;
  flex-wrap:wrap;
  margin:-30px -15px 0
}
.h-brands__item {
  border:1px solid #eee;
  border-radius:6px;
  margin:30px 15px 0;
  padding:15px;
  transition:box-shadow .3s ease-out;
  width:calc(20% - 30px)
}
.h-brands__item:hover {
  box-shadow:0 10px 50px rgba(61,61,61,.1)
}
.h-brands__link {
  font-size:0;
  display:block;
  text-decoration:none
}
.h-brands__img {
  display:flex;
  align-items:center;
  justify-content:center;
  height:80px
}
.h-brands__img img {
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto
}
.h-brands__name {
  color:#222;
  display:block;
  text-align:center;
  font-size:16px;
  font-size:1rem;
  margin-top:20px;
  line-height:1.4
}
@media screen and (max-width:1280px) {
  .h-brands__item {
    width:calc(25% - 30px)
  }
}
@media screen and (max-width:1080px) {
  .h-brands__wrap {
    margin:-10px -10px 0
  }
  .h-brands__item {
    margin:10px;
    width:calc(33.33% - 20px)
  }
}
@media screen and (max-width:767px) {
  .h-brands__wrap {
    margin:-10px -5px 0
  }
  .h-brands__item {
    margin:10px 5px 0;
    width:calc(25% - 10px);
    width:calc(33.33% - 10px)
  }
}
@media screen and (max-width:480px) {
  .h-brands__item {
    width:calc(50% - 10px)
  }
  .h-brands__img {
    height:60px
  }
  .h-brands__name {
    font-size:14px;
    font-size:.875rem;
    margin-top:10px
  }
}
.h-news__wrap {
  display:flex;
  flex-wrap:wrap;
  margin-top:-40px;
  margin-left:-30px
}
.h-news__item {
  flex:none;
  flex-basis:calc(33.33% - 30px);
  margin-left:30px;
  margin-top:40px
}
.h-news__item-img {
  margin-bottom:15px
}
.h-news__item-img img {
  border-radius:6px;
  width:100%
}
.h-news__item-date {
  color:#8c8c8c;
  font-size:13px;
  font-size:.8125rem;
  margin-bottom:10px
}
.h-news__item-name {
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight);
  line-height:1.2;
  margin-bottom:10px
}
.h-news__item-name a {
  color:#222;
  text-decoration:none
}
.h-news__item-text {
  line-height:1.4;
  margin-bottom:15px
}
@media screen and (max-width:767px) {
  .h-news__wrap {
    margin-left:-10px;
    margin-top:-20px
  }
  .h-news__item {
    flex-basis:calc(50% - 10px);
    margin-left:10px;
    margin-top:20px
  }
  .h-news__item-next {
    font-size:12px;
    font-size:.75rem
  }
}
@media screen and (max-width:580px) {
  .h-news__wrap {
    margin-left:0
  }
  .h-news__item {
    border:1px solid #eee;
    border-radius:6px;
    padding:15px;
    flex-basis:100%;
    margin-left:0
  }
  .h-news__item-img {
    display:none
  }
  .h-news__item-name {
    font-size:16px;
    font-size:1rem
  }
}
.h-stock__wrap {
  background-color:#4e7df1;
  border-radius:6px;
  padding:30px
}
.h-stock__header {
  display:flex;
  align-items:center;
  margin-bottom:30px;
  position:relative
}
.h-stock__title {
  font-size:30px;
  font-size:1.875rem;
  font-weight:700;
  margin-right:50px
}
.h-stock__categ {
  flex:1
}
.h-stock__content {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.h-stock__left {
  flex:none;
  width:280px
}
.h-stock__left-title {
  font-size:24px;
  font-size:1.5rem
}
.h-stock__left-date {
  font-size:40px;
  font-size:2.5rem;
  font-weight:700;
  margin-top:10px
}
.h-stock__left-text {
  font-size:16px;
  font-size:1rem;
  margin-top:15px;
  line-height:1.4
}
.h-stock__left-timer {
  margin-top:40px
}
.h-stock__left-timer-title {
  margin-bottom:15px
}
.h-stock__right {
  width:calc(100% - 310px);
  position:relative
}
.h-stock__right .owl-stage-outer {
  border-radius:6px;
  overflow:hidden
}
.h-stock__item {
  background:#fff;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:30px;
  height:100%
}
.h-stock__item-left {
  flex:none;
  width:60%
}
.h-stock__item-link {
  color:#222;
  text-decoration:none
}
.h-stock__item-link:hover {
  color:var(--cheme-color)
}
.h-stock__item-name {
  font-size:18px;
  font-size:1.125rem;
  line-height:1.4
}
.h-stock__item-price {
  margin-top:30px
}
.h-stock__item-price-old {
  display:flex;
  align-items:center
}
.h-stock__item-price-old-th {
  color:gray;
  text-decoration:line-through
}
.h-stock__item-price-new {
  font-size:30px;
  font-size:1.875rem;
  font-weight:var(--font-weight);
  margin-top:5px
}
.h-stock__item-cart {
  display:flex;
  align-items:center;
  margin-top:30px
}
.h-stock__item-button {
  height:40px;
  line-height:40px
}
.h-stock__item-next {
  margin-left:40px;
  white-space:nowrap
}
.h-stock__item-right {
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(40% - 20px);
  position:relative
}
.h-stock__item-right img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%
}
@media screen and (max-width:980px) {
  .h-stock__wrap {
    padding:20px
  }
  .h-stock__left {
    width:210px
  }
  .h-stock__left-date {
    font-size:30px;
    font-size:1.875rem
  }
  .h-stock__right {
    width:calc(100% - 230px)
  }
}
@media screen and (max-width:767px) {
  .h-stock__content {
    flex-direction:column
  }
  .h-stock__left {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:30px;
    width:100%
  }
  .h-stock__left-timer {
    margin-top:0
  }
  .h-stock__right {
    width:100%
  }
}
@media screen and (max-width:580px) {
  .h-stock__title {
    font-size:18px;
    font-size:1.125rem
  }
  .h-stock__content {
    flex-direction:column
  }
  .h-stock__left-item {
    max-width:calc(50% - 10px)
  }
  .h-stock__left-date,
  .h-stock__left-title {
    font-size:16px;
    font-size:1rem
  }
  .h-stock__left-text {
    font-size:12px;
    font-size:.75rem
  }
  .h-stock__left-timer-title {
    display:none
  }
  .h-stock__item {
    padding:15px;
    flex-direction:column-reverse
  }
  .h-stock__item-right {
    margin-bottom:20px;
    width:100%
  }
  .h-stock__item-right img {
    max-height:160px
  }
  .h-stock__item-left {
    width:100%
  }
  .h-stock__item-name {
    font-size:16px;
    font-size:1rem
  }
  .h-stock__item-price {
    margin-top:20px
  }
  .h-stock__item-price-new {
    font-size:24px;
    font-size:1.5rem
  }
  .h-stock__item-cart {
    align-items:flex-start;
    flex-direction:column
  }
  .h-stock__item-next {
    margin-left:0;
    margin-top:15px
  }
  .h-stock .h-menu__item {
    position:static
  }
  .h-stock .h-menu__sub_right {
    left:0
  }
}
.filter {
  background:#fafafa;
  border:1px solid #eee;
  border-radius:6px;
  padding:20px
}
.filter__link {
  color:#222;
  text-decoration:none
}
.filter__param {
  display:block;
  position:relative;
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:1px solid #eaeaea
}
.filter__name {
  cursor:pointer;
  font-weight:var(--font-weight);
  line-height:1.4;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-direction:row-reverse
}
.filter__name-b {
  border-bottom:1px dashed transparent;
  transition:all .3s ease-out
}
.filter__name_active .filter__name-b {
  border-bottom-color:#222
}
.filter__name-icon {
  display:flex;
  align-items:center;
  margin-right:10px;
  margin-left:4px
}
.filter__name .i-angle-down {
  transition:transform .2s ease-out;
  transform:rotate(-90deg)
}
.filter__name_active .i-angle-down {
  transform:none
}
.filter__check {
  display:none;
  margin-top:20px
}
.filter__check-columns {
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap
}
.filter__check-columns .filter__label {
  padding-right:10px;
  flex:none;
  width:50%
}
.filter__check-scroll {
  padding:2px 0 2px 2px;
  max-height:234px;
  overflow-x:hidden;
  overflow-y:auto
}
.filter__check-scroll::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.filter__check-scroll::-webkit-scrollbar-thumb,
.filter__check-scroll::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.filter__check-scroll .filter__label:last-child {
  margin-bottom:0
}
.filter__check-scroll.h-hidden-show+.h-yet {
  margin-top:15px
}
.filter__check .h-yet {
  margin-top:0
}
.filter__check .h-yet button {
  font-size:12px;
  font-size:.75rem
}
.filter__check_color {
  margin-top:15px;
  margin-left:-5px
}
.filter__check_color input[type=checkbox] {
  opacity:0;
  visibility:hidden;
  position:absolute
}
.filter__check_color .in-checkbox {
  display:none
}
.filter__check_color .filter__label {
  display:inline-block;
  margin-left:5px;
  margin-top:5px;
  margin-bottom:0;
  vertical-align:top;
  width:30px;
  height:30px
}
.filter__check_color .filter__label_active .i-check-l {
  opacity:1;
  visibility:visible
}
.filter__check_color .i-check-l {
  opacity:0;
  position:absolute;
  top:50%;
  left:50%;
  transition:all .2s ease-out;
  transform:translate(-50%,-50%);
  visibility:hidden
}
.filter__label {
  cursor:pointer;
  display:flex;
  align-items:center;
  margin-bottom:15px;
  position:relative;
  transition:color .3s ease-out;
  vertical-align:top;
  width:100%
}
.filter__label_disabled {
  cursor:not-allowed;
  opacity:.5
}
.filter__label-color {
  background-color:#555;
  border-radius:4px;
  color:#fff;
  font-size:12px;
  font-size:.75rem;
  opacity:0;
  line-height:normal;
  position:absolute;
  padding:7px 12px;
  transition:all .2s ease-out;
  transition-delay:.05s;
  visibility:hidden;
  top:-35px;
  left:50%;
  transform:translateX(-50%);
  z-index:4;
  white-space:nowrap
}
.filter__label:hover .filter__label-color {
  opacity:1;
  visibility:visible
}
.filter .h-hidden-show .h-hidden,
.filter__sr {
  display:flex
}
.filter__sr {
  align-items:center;
  flex-wrap:wrap
}
.filter__button.button {
  display:none
}
.filter__button-submit {
  width:100%;
  flex:none;
  margin-bottom:10px
}
.filter__reset {
  background:#fff;
  border:1px solid #ccc;
  border-radius:6px;
  cursor:pointer;
  text-align:center;
  width:100%;
  height:32px;
  line-height:32px;
  text-decoration:none;
  color:#222
}
.filter__reset:hover {
  opacity:.9
}
input.filter__inp {
  background:#fff;
  border-color:#ccc;
  flex:none;
  font-size:12px;
  font-size:.75rem;
  margin-top:4px;
  margin-bottom:20px;
  padding:0 10px;
  width:calc(50% - 7.5px);
  height:36px
}
.filter__inp+.filter__inp {
  margin-left:15px
}
.filter__sliders {
  margin-top:20px;
  margin-bottom:10px;
  position:relative;
  display:flex;
  align-items:center;
  flex-wrap:wrap
}
.filter .ui-slider-horizontal {
  height:3px;
  border:none
}
.filter .ui-slider-horizontal .ui-slider-handle,
.filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  background-color:var(--cheme-color);
  border-radius:3px;
  border:4px solid #fff;
  box-shadow:0 0 0 2px var(--cheme-color);
  top:-6px;
  margin-left:-7px;
  outline:none;
  height:14px;
  width:14px;
  z-index:0
}
.filter .ui-slider-horizontal.ui-widget-content {
  background:#e3e3e3;
  border-color:#e3e3e3;
  clear:both;
  height:3px;
  margin-left:5px;
  width:calc(100% - 10px)
}
.filter .ui-slider-horizontal .ui-widget-header {
  background:var(--cheme-color);
  height:3px;
  position:relative;
  top:0;
  z-index:0
}
.filter .ui-corner-all {
  transition:none
}
.filter__date {
  display:flex;
  justify-content:space-between
}
.filter__date .filter__inp {
  margin:5px 0 0;
  width:100%
}
.filter__date-item {
  flex:none;
  width:calc(50% - 8px)
}
.filter__values-search {
  position:relative;
  margin-bottom:10px
}
.filter__values-search input {
  padding-right:45px;
  width:100%
}
.filter__values-search-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ccc;
  position:absolute;
  width:40px;
  height:40px;
  top:0;
  right:0;
  z-index:1
}
.f-mobile {
  background:#fff;
  opacity:0;
  visibility:hidden;
  position:fixed;
  transition:all .3s ease-out;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:999
}
.f-mobile_active {
  opacity:1;
  visibility:visible
}
.f-mobile__wrap {
  height:100%;
  padding-top:65px;
  padding-bottom:60px;
  overflow:auto
}
.f-mobile .filter {
  background:#fff;
  border-radius:0;
  border:none
}
.f-mobile .filter__param:last-child {
  border-bottom:none
}
.f-mobile .filter__sr {
  background:#fff;
  border-top:1px solid #eee;
  position:absolute;
  padding:15px 20px;
  bottom:0;
  left:0;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.f-mobile .filter__button {
  display:block;
  font-size:12px;
  font-size:.75rem;
  height:32px;
  line-height:32px;
  width:calc(60% - 10px)
}
.f-mobile .filter__reset {
  font-size:12px;
  font-size:.75rem;
  width:calc(40% - 10px)
}
.f-mobile__header {
  background:#fff;
  border-bottom:1px solid #eee;
  color:#444;
  justify-content:center;
  font-weight:var(--font-weight);
  text-align:center;
  width:100%;
  z-index:1
}
.f-mobile__close,
.f-mobile__header {
  display:flex;
  align-items:center;
  position:absolute;
  top:0;
  left:0;
  height:65px
}
.f-mobile__close {
  cursor:pointer;
  padding:0 20px
}
.f-finds .icon10.color,
.f-finds .icon16.color {
  margin-bottom:0;
  margin-right:5px;
  width:11px;
  height:11px
}
.f-finds__result {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.f-finds__wrap {
  margin-left:-20px;
  flex-wrap:wrap
}
.f-finds__list,
.f-finds__wrap {
  display:flex;
  align-items:center
}
.f-finds__list {
  font-size:13px;
  font-size:.8125rem;
  cursor:pointer;
  margin-left:20px;
  margin-top:20px
}
.f-finds__name {
  position:relative
}
.f-finds__name:before {
  background:#222;
  content:"";
  opacity:0;
  position:absolute;
  transition:opacity .3s ease-out;
  top:50%;
  width:100%;
  height:1px
}
.f-finds__list:not(.f-finds__button):hover .f-finds__name:before {
  opacity:1
}
.f-finds__remove {
  margin-left:5px;
  border-radius:50%;
  border:1px solid #ddd;
  color:#ddd;
  width:15px;
  height:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .3s ease-out
}
.f-finds__list:not(.f-finds__button):hover .f-finds__remove {
  color:red;
  border-color:red
}
.f-finds__button {
  color:#222;
  border-bottom:1px dashed;
  transition:border .3s ease-out;
  text-decoration:none
}
.f-finds__button:hover {
  border-bottom-color:transparent
}
.filters-title {
  background:var(--c-l-f-t-f);
  color:var(--c-l-f-t-c);
  border-radius:6px;
  cursor:pointer;
  height:54px;
  display:flex;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  position:relative;
  text-transform:uppercase;
  transition:all .2s ease-out
}
.filters-title:hover {
  background:var(--c-l-f-t-f-h);
  color:var(--c-l-f-t-c-h)
}
.filters-title:hover .bars__line,
.filters-title:hover .bars__line:after,
.filters-title:hover .bars__line:before {
  background-color:var(--c-l-f-t-c-h)
}
.filters-title+.filters {
  display:none
}
.filters-title_active {
  border-radius:6px 6px 0 0
}
.filters-title_active+.filters {
  border-radius:0 0 6px 6px;
  display:block
}
.filters-title__bars {
  width:20px;
  height:14px;
  margin-right:10px
}
.filters-title .bars__line,
.filters-title .bars__line:after,
.filters-title .bars__line:before {
  background-color:var(--c-l-f-t-c)
}
.d-filter {
  background-color:#fafafa;
  border:1px solid #eee;
  border-radius:6px;
  padding:20px
}
.d-filter-fix {
  position:sticky;
  top:0;
  padding-bottom:1px;
  z-index:10
}
.d-filter-fix_h {
  top:80px
}
.d-filter__link {
  color:#222;
  text-decoration:none
}
.d-filter__wrap {
  display:flex;
  flex-wrap:wrap;
  transition:all .3s ease-out;
  margin-top:-20px;
  margin-left:-20px
}
.d-filter__param {
  position:relative;
  margin-top:20px;
  margin-left:20px
}
.d-filter__name {
  cursor:pointer;
  display:flex;
  align-items:center;
  line-height:1.2;
  position:relative
}
.d-filter__name-n {
  font-weight:var(--font-weight)
}
.d-filter__name-v {
  background:var(--cheme-color-dop);
  border-radius:50%;
  color:#fff;
  font-size:10px;
  font-size:.625rem;
  position:absolute;
  top:-10px;
  left:-10px;
  text-align:center;
  width:15px;
  height:15px;
  line-height:15px;
  transform:scale(0);
  transition:transform .3s ease-out
}
.d-filter__name-icon {
  margin-left:5px
}
.d-filter__name .i-angle-down {
  transition:transform .3s ease-out;
  transform:rotateX(0)
}
.d-filter__clear {
  color:red;
  cursor:pointer;
  display:none
}
.d-filter__values {
  background-color:#fff;
  border:1px solid #eee;
  border-radius:6px;
  box-shadow:0 0 20px rgba(0,0,0,.1);
  opacity:0;
  padding:0 15px;
  position:absolute;
  transition:all .2s ease-out;
  transition-delay:.01s;
  top:40px;
  left:-15px;
  visibility:hidden;
  white-space:nowrap;
  min-width:200px;
  z-index:11
}
.d-filter__param_click .i-angle-down {
  transform:rotateX(180deg)
}
.d-filter__param_click .d-filter__values {
  opacity:1;
  top:25px;
  visibility:visible
}
.d-filter__param_active .d-filter__name-v {
  transform:scale(1)
}
.d-filter__param_active .i-angle-down {
  display:none
}
.d-filter__param_active .d-filter__clear {
  display:block
}
.d-filter__check {
  display:block;
  margin:15px 0;
  width:100%;
  overflow-y:auto;
  overflow-x:hidden;
  max-height:214px
}
.d-filter__check .i-color {
  border-radius:50%
}
.d-filter__check::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.d-filter__check::-webkit-scrollbar-thumb,
.d-filter__check::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.d-filter__check-columns {
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap;
  min-width:300px;
  white-space:normal
}
.d-filter__check-columns .d-filter__label {
  padding-right:10px;
  margin-top:0;
  margin-bottom:10px;
  flex:none;
  width:50%
}
.d-filter__check-columns .d-filter__label:last-child,
.d-filter__check-columns .d-filter__label:nth-last-child(2) {
  margin-bottom:0
}
.d-filter__label {
  cursor:pointer;
  display:flex;
  align-items:center;
  font-size:13px;
  font-size:.8125rem;
  margin-top:10px;
  position:relative;
  padding-right:15px;
  padding-left:1px;
  transition:color .3s ease-out;
  height:22px
}
.d-filter__label:first-child {
  margin-top:0
}
input.d-filter__inp {
  border:1px solid #e3e3e3;
  border-radius:3px;
  float:left;
  font-size:12px;
  font-size:.75rem;
  margin-bottom:20px;
  padding:0 10px;
  width:calc(50% - 8px);
  height:36px
}
.d-filter__inp+.d-filter__inp {
  float:right
}
.d-filter__sliders {
  display:block;
  font-size:0;
  margin:15px 0;
  padding-bottom:2px;
  min-width:200px
}
.d-filter .ui-slider-horizontal {
  height:3px;
  border:none
}
.d-filter .ui-slider-horizontal .ui-slider-handle,
.d-filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  background-color:var(--cheme-color);
  border-radius:3px;
  border:4px solid #fff;
  box-shadow:0 0 0 2px var(--cheme-color);
  top:-6px;
  margin-left:-7px;
  outline:none;
  height:14px;
  width:14px;
  z-index:0
}
.d-filter .ui-slider-horizontal.ui-widget-content {
  background:#e3e3e3;
  border-color:#e3e3e3;
  clear:both;
  height:3px;
  margin-left:5px;
  width:calc(100% - 10px)
}
.d-filter .ui-slider-horizontal .ui-widget-header {
  background:var(--cheme-color);
  height:3px;
  position:relative;
  top:0;
  z-index:0
}
.d-filter .ui-corner-all {
  transition:none
}
.d-filter__date {
  display:flex;
  justify-content:space-between;
  width:200px
}
.d-filter__date .d-filter__inp {
  margin:5px 0 0;
  width:100%
}
.d-filter__date-item {
  flex:none;
  width:calc(50% - 7.5px)
}
@media screen and (max-width:1080px) {
  .d-filter {
    display:none
  }
}
.d-filter_col {
  background-color:transparent
}
.d-filter_col .d-filter__param {
  flex:none;
  width:calc(25% - 20px)
}
.d-filter_col .d-filter__values {
  background-color:transparent;
  border:none;
  box-shadow:none;
  opacity:1;
  padding:0;
  position:static;
  visibility:visible;
  min-width:auto;
  width:100%
}
.d-filter_col .d-filter__name .i-angle-down {
  display:none
}
.d-filter_col .d-filter__sliders {
  width:100%
}
@media screen and (max-width:1280px) {
  .d-filter_col .d-filter__param {
    flex:none;
    width:calc(33.33% - 20px)
  }
}
.d-filter_row {
  background-color:transparent
}
.d-filter_row .d-filter__wrap {
  display:block;
  margin-left:0
}
.d-filter_row .d-filter__param {
  border-bottom:1px solid #eee;
  margin-left:0;
  padding-bottom:20px;
  display:flex;
  align-items:center;
  width:100%
}
.d-filter_row .d-filter__param:last-child {
  border-bottom:none
}
.d-filter_row .d-filter__name {
  border-right:1px solid #eee;
  justify-content:flex-end;
  margin-right:15px;
  padding-right:15px;
  text-align:right;
  width:260px
}
.d-filter_row .d-filter__name .i-angle-down {
  display:none
}
.d-filter_row .d-filter__name-icon {
  margin-left:0
}
.d-filter_row .d-filter__name-v {
  right:25px;
  top:-15px;
  left:auto
}
.d-filter_row .d-filter__clear {
  margin-left:15px
}
.d-filter_row .d-filter__values {
  background-color:transparent;
  border:none;
  box-shadow:none;
  opacity:1;
  padding:0;
  position:static;
  visibility:visible;
  min-width:auto;
  width:100%
}
.d-filter_row .d-filter__sliders {
  margin:0;
  max-width:460px;
  width:100%
}
.d-filter_row .d-filter__check {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  margin:-15px 0 0 -15px
}
.d-filter_row .d-filter__label {
  margin:15px 0 0 15px;
  padding-right:0
}
.homeFilter_top {
  margin-bottom:40px
}
.bg-filter {
  background-size:cover;
  background-position:50%;
  border-radius:6px;
  padding:30px
}
.bg-filter__title {
  font-size:60px;
  font-size:3.75rem;
  font-weight:var(--font-weight);
  margin-bottom:30px
}
.bg-filter__des {
  font-size:18px;
  font-size:1.125rem;
  margin-bottom:30px
}
.bg-filter__wrap {
  display:flex;
  flex-wrap:wrap;
  margin-left:-4px;
  margin-top:-4px
}
.bg-filter__param {
  background:#fff;
  border-radius:4px;
  border:1px solid #eee;
  display:flex;
  align-items:center;
  margin-left:4px;
  margin-top:4px;
  position:relative;
  flex:none;
  height:50px
}
.bg-filter__icon {
  font-size:0;
  padding-left:10px;
  flex:none;
  width:46px
}
.bg-filter__icon img {
  width:36px;
  max-height:36px
}
.bg-filter__icon+.bg-filter__name {
  width:calc(100% - 46px)
}
.bg-filter__name {
  cursor:pointer;
  display:flex;
  align-items:center;
  line-height:1.2;
  padding:10px;
  position:relative;
  flex:none;
  width:100%;
  height:50px
}
.bg-filter__name-n {
  font-weight:var(--font-weight);
  font-size:16px;
  font-size:1rem;
  padding-right:15px;
  transform:translateZ(0)
}
.bg-filter__name-n,
.bg-filter__name-v {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  transition:all .3s ease-out
}
.bg-filter__name-v {
  font-size:13px;
  font-size:.8125rem;
  position:absolute;
  bottom:8px;
  left:10px;
  width:calc(100% - 25px);
  padding-right:25px;
  transform:scale(0);
  transform-origin:left bottom
}
.bg-filter__name-icon {
  position:absolute;
  right:10px
}
.bg-filter__name .i-angle-down {
  transition:transform .3s ease-out;
  transform:rotateX(0)
}
.bg-filter__clear {
  color:red;
  cursor:pointer;
  display:none
}
.bg-filter__values {
  background-color:#fff;
  border:1px solid #eee;
  border-radius:6px;
  box-shadow:0 0 20px rgba(0,0,0,.1);
  opacity:0;
  padding:0 15px;
  position:absolute;
  transition:all .2s ease-out;
  transition-delay:.01s;
  top:70px;
  left:-1px;
  visibility:hidden;
  white-space:nowrap;
  min-width:calc(100% + 2px);
  z-index:11
}
.bg-filter__param_click .i-angle-down {
  transform:rotateX(180deg)
}
.bg-filter__param_click .bg-filter__values {
  opacity:1;
  top:52px;
  visibility:visible
}
.bg-filter__param_active .bg-filter__name-n {
  transform:translate3d(0,-10px,0)
}
.bg-filter__param_active .bg-filter__name-v {
  transform:scale(1)
}
.bg-filter__param_active .i-angle-down {
  display:none
}
.bg-filter__param_active .bg-filter__clear {
  display:block
}
.bg-filter__check {
  display:block;
  margin:15px 0;
  width:100%;
  overflow:auto;
  max-height:214px
}
.bg-filter__check .i-color {
  border-radius:50%
}
.bg-filter__check::-webkit-scrollbar {
  background:#ededed;
  border:1px solid #fff;
  width:3px
}
.bg-filter__check::-webkit-scrollbar-thumb,
.bg-filter__check::-webkit-scrollbar-thumb:hover {
  background-color:#ddd
}
.bg-filter__check-columns {
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap
}
.bg-filter__check-columns .bg-filter__label {
  padding-right:10px;
  margin-top:0;
  margin-bottom:10px;
  flex:none;
  width:50%
}
.bg-filter__check-columns .bg-filter__label:last-child,
.bg-filter__check-columns .bg-filter__label:nth-last-child(2) {
  margin-bottom:0
}
.bg-filter__label {
  cursor:pointer;
  display:flex;
  align-items:center;
  font-size:13px;
  font-size:.8125rem;
  padding-left:1px;
  margin-top:10px;
  position:relative;
  padding-right:15px;
  transition:color .3s ease-out;
  height:22px
}
.bg-filter__label:first-child {
  margin-top:0
}
input.bg-filter__inp {
  border:1px solid #e3e3e3;
  border-radius:3px;
  float:left;
  font-size:12px;
  font-size:.75rem;
  margin-bottom:20px;
  padding:0 10px;
  width:calc(50% - 8px);
  height:36px
}
.bg-filter__inp+.bg-filter__inp {
  float:right
}
.bg-filter__sliders {
  display:block;
  font-size:0;
  margin:15px 0;
  padding-bottom:2px
}
.bg-filter .ui-slider-horizontal {
  height:3px;
  border:none
}
.bg-filter .ui-slider-horizontal .ui-slider-handle,
.bg-filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  background-color:var(--cheme-color);
  border-radius:3px;
  border:4px solid #fff;
  box-shadow:0 0 0 2px var(--cheme-color);
  top:-6px;
  margin-left:-7px;
  outline:none;
  height:14px;
  width:14px;
  z-index:0
}
.bg-filter .ui-slider-horizontal.ui-widget-content {
  background:#e3e3e3;
  border-color:#e3e3e3;
  clear:both;
  height:3px;
  margin-left:5px;
  width:calc(100% - 10px)
}
.bg-filter .ui-slider-horizontal .ui-widget-header {
  background:var(--cheme-color);
  height:3px;
  position:relative;
  top:0;
  z-index:0
}
.bg-filter .ui-corner-all {
  transition:none
}
.bg-filter__date {
  display:flex;
  justify-content:space-between;
  width:200px
}
.bg-filter__date .bg-filter__inp {
  margin:5px 0 0;
  width:100%
}
.bg-filter__date-item {
  flex:none;
  width:calc(50% - 7.5px)
}
@media screen and (min-width:980px) {
  .bg-filter__wrap_3 .bg-filter__param {
    width:calc(33.33% - 4px)
  }
  .bg-filter__wrap_4 .bg-filter__param {
    width:calc(25% - 4px)
  }
  .bg-filter__wrap_5 .bg-filter__param {
    width:calc(20% - 4px)
  }
}
@media screen and (max-width:980px) {
  .bg-filter {
    padding:15px
  }
  .bg-filter_mobile {
    margin-bottom:-20px
  }
  .bg-filter_mobile .bg-filter__des {
    margin-bottom:0
  }
  .bg-filter__title {
    font-size:20px;
    font-size:1.25rem;
    line-height:1.2;
    margin-bottom:10px
  }
  .bg-filter__des {
    font-size:14px;
    font-size:.875rem;
    margin-bottom:15px
  }
  .bg-filter__param {
    width:calc(33.33% - 4px)
  }
}
@media screen and (max-width:680px) {
  .bg-filter__param {
    width:calc(50% - 4px)
  }
}
@media screen and (max-width:480px) {
  .bg-filter__param {
    width:calc(100% - 4px)
  }
}
.f-pr-units,
.filter__price-sort {
  display:flex;
  align-items:center
}
.f-pr-units_ml {
  margin-left:10px
}
.f-pr-units_mt {
  margin-top:15px
}
.f-pr-units__divider {
  margin-right:5px
}
.f-pr-units__drop {
  position:relative
}
.f-pr-units__drop_active .f-pr-units__drop-icon {
  transform:rotateX(180deg)
}
.f-pr-units__drop_active .f-pr-units__drop-body {
  opacity:1;
  top:25px;
  visibility:visible
}
.f-pr-units__drop-toggle {
  cursor:pointer;
  display:flex;
  align-items:center
}
.f-pr-units__drop-name {
  color:var(--cheme-color);
  font-weight:var(--font-weight)
}
.f-pr-units__drop-icon {
  margin-left:5px;
  transition:transform .3s ease-out;
  transform:rotateX(0)
}
.f-pr-units__drop-body {
  background-color:#fff;
  border:1px solid #eee;
  border-radius:6px;
  box-shadow:0 0 20px rgba(0,0,0,.1);
  opacity:0;
  padding:15px 20px;
  position:absolute;
  transition:all .2s ease-out;
  transition-delay:.01s;
  top:40px;
  left:-20px;
  visibility:hidden;
  white-space:nowrap;
  min-width:160px;
  z-index:11
}
.f-pr-units__drop-item {
  cursor:pointer;
  display:flex;
  align-items:center;
  font-size:13px;
  font-size:.8125rem;
  height:34px;
  transition:all .2s ease-out
}
.f-pr-units__drop-item:hover {
  color:var(--cheme-color)
}
.f-pr-units__drop-item_active {
  color:var(--cheme-color);
  font-weight:var(--font-weight)
}
.f-pr-units__button {
  color:#999;
  cursor:pointer;
  background:none;
  border:none;
  margin-left:5px;
  transition:all .2s ease-out
}
.f-pr-units__button:hover {
  color:var(--cheme-color)
}
.f-pr-units__button_active {
  color:var(--cheme-color);
  font-weight:var(--font-weight)
}
.c-products {
  position:relative
}
.c-products_loading .l-products,
.c-products_loading .m-products,
.c-products_loading .products {
  opacity:.3
}
.c-products_loading .c-products__loading {
  opacity:1;
  visibility:visible
}
.c-products__loading {
  color:#222;
  padding-top:220px;
  top:0;
  opacity:0;
  position:absolute;
  text-align:center;
  transition:all .3s ease-out;
  visibility:hidden;
  width:100%;
  height:100%;
  z-index:20
}
.c-products__loading .icon30 {
  width:60px;
  height:60px
}
.c-products_home .c-products__loading {
  padding-top:0;
  margin-top:-33px
}
.c-products_home .icon30 {
  width:30px;
  height:30px
}
.category h1 {
  margin-bottom:0
}
.c-tags {
  margin-left:-15px;
  margin-top:-15px;
  display:flex;
  flex-wrap:wrap
}
.c-tags+.h-yet {
  margin-top:20px
}
.c-tags_button {
  margin-left:-10px;
  margin-top:-10px
}
.c-tags__item {
  color:#222;
  margin-left:15px;
  margin-top:15px
}
.c-tags__item:hover {
  color:#222
}
.c-tags__item_button {
  background:#f8f8f8;
  border:1px solid #eee;
  border-radius:4px;
  color:#acacac;
  font-size:12px;
  font-size:.75rem;
  list-style-type:none;
  padding:8px 8px 7px;
  margin-left:10px;
  margin-top:10px;
  position:relative;
  transition:all .3s ease-out;
  text-decoration:none
}
.c-tags__item_button:hover {
  background:var(--cheme-color);
  color:#fff
}
@media screen and (max-width:980px) {
  .c-products_home .c-products__loading {
    padding-top:56px;
    margin-top:0
  }
}
.pagin {
  display:flex;
  align-items:center;
  justify-content:center
}
.pagin li {
  color:#222;
  list-style-type:none;
  margin:0 5px
}
.pagin div {
  cursor:pointer
}
.pagin a,
.pagin div,
.pagin span {
  color:#222;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:5px
}
.pagin .selected {
  font-weight:700
}
.sorting {
  justify-content:space-between;
  border:1px solid #eee;
  border-radius:6px;
  padding:15px
}
.sorting,
.sorting__left,
.sorting__right {
  display:flex;
  align-items:center
}
.sorting__switch {
  border:1px solid #eee;
  border-radius:4px;
  color:#ddd;
  font-size:0;
  padding:6px;
  margin-right:10px;
  cursor:pointer;
  transition:all .3s ease-out
}
.sorting__switch_active {
  box-shadow:0 0 0 1px var(--cheme-color-dop);
  color:var(--cheme-color-dop)
}
.sorting__switch:hover,
.sorting__switch_active {
  border-color:var(--cheme-color-dop)
}
.sorting__switch:last-child {
  margin-right:0
}
.sorting__filter {
  border:1px solid #eee;
  border-radius:4px;
  color:#aaa;
  display:none;
  font-size:0;
  padding:6px;
  margin-left:10px;
  cursor:pointer;
  transition:all .3s ease-out
}
.sorting__filter:hover {
  border-color:var(--cheme-color-dop)
}
.sorting__sort {
  position:relative;
  margin-left:20px
}
.sorting__sort-name {
  border:1px solid #eee;
  border-radius:4px;
  cursor:pointer;
  display:flex;
  height:32px
}
.sorting__sort-name-n {
  padding:0 10px;
  display:flex;
  align-items:center
}
.sorting__sort-down {
  border-left:1px solid #eee;
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px
}
.sorting__sort-block {
  background-color:#fff;
  border:1px solid #eee;
  border-radius:6px;
  box-shadow:0 0 20px rgba(0,0,0,.1);
  opacity:0;
  padding:20px 0;
  position:absolute;
  transition:all .2s ease-out;
  transition-delay:.01s;
  top:56px;
  right:0;
  visibility:hidden;
  white-space:nowrap;
  min-width:200px;
  z-index:11
}
.sorting__sort-block_active {
  opacity:1;
  top:44px;
  visibility:visible
}
.sorting__sort-list {
  display:flex;
  text-decoration:none;
  transition:all .3s ease-out
}
.sorting__sort-list a {
  color:#222;
  display:flex;
  align-items:center;
  font-size:14px;
  font-size:.875rem;
  padding:8px 30px;
  text-decoration:none;
  width:100%
}
.sorting__sort-list a:hover {
  color:var(--cheme-color)
}
.sorting__sort-list_active a {
  font-weight:var(--font-weight)
}
.sorting__sort .sort-desc {
  transform:scaleY(-1)
}
.sorting__sort .sort-asc,
.sorting__sort .sort-desc {
  display:block;
  margin-left:5px;
  float:left;
  width:10px;
  height:11px;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url('data:image/svg+xml;charset=utf-8,<svg width="10" height="10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23222" d="M10 8v2H0V8h10zM8 4v2H0V4h8zM6 2V0H0v2h6z"/></svg>')
}
.sorting__page {
  display:flex;
  font-size:13px;
  font-size:.8125rem
}
.sorting__page-item {
  color:gray;
  cursor:pointer;
  font-size:13px;
  font-size:.8125rem
}
.sorting__page-item:hover {
  color:#222
}
.sorting__page-item_sel {
  color:#222;
  font-weight:var(--font-weight)
}
.sorting__page-sep {
  color:#8e8e8e;
  margin:0 10px
}
@media screen and (max-width:1080px) {
  .sorting__filter {
    display:block
  }
}
@media screen and (max-width:980px) {
  .sorting-fix {
    background:#fff;
    position:sticky;
    top:0;
    z-index:10
  }
  .sorting-fix_head {
    top:65px
  }
}
@media screen and (max-width:767px) {
  .sorting {
    margin-bottom:20px
  }
  .sorting__sort {
    margin-left:0
  }
  .sorting__page {
    display:none
  }
}
@media screen and (max-width:580px) {
  .sorting {
    border:none;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    border-radius:0;
    padding:10px;
    margin:0 -10px
  }
  .sorting__sort-name-n {
    padding:0 7px
  }
}
.products {
  display:flex;
  flex-wrap:wrap;
  margin-top:calc(-1 * var(--c-l-m));
  margin-left:calc(-1 * var(--c-l-m));
  position:relative;
  transition:opacity .3s ease-out;
  width:calc(100% + var(--c-l-m))
}
.products__lazy {
  opacity:0;
  transition:opacity .2s ease-out
}
.products__lazy_active {
  opacity:1
}
.products_col-3 .products__item {
  width:calc(33.33% - var(--c-l-m))
}
.products_col-5 .products__item {
  width:calc(20% - var(--c-l-m))
}
.products a {
  color:#222;
  text-decoration:none
}
.products a:hover .products__item-info-name {
  color:var(--cheme-color)
}
.products__img {
  opacity:0;
  transition:opacity .3s ease-out;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0
}
.products__img_active {
  opacity:1
}
.products__img img {
  width:auto;
  height:auto;
  max-height:100%;
  max-width:100%
}
.products_low .products__item-info-name {
  font-size:13px;
  font-size:.8125rem
}
.products__item {
  background:var(--c-c-l-p-f);
  border:1px solid var(--c-c-l-p-b);
  border-radius:var(--c-l-r);
  flex:none;
  margin-left:var(--c-l-m);
  margin-top:var(--c-l-m);
  padding:15px;
  position:relative;
  top:0;
  transition:box-shadow .2s ease-out;
  width:calc(25% - var(--c-l-m));
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  z-index:1
}
.products__item a {
  text-decoration:none
}
.products__item:hover {
  box-shadow:0 5px 20px rgba(61,61,61,.1);
  z-index:9
}
.products__item:hover .p-tile__items {
  opacity:1
}
.products__item .badges {
  left:15px;
  top:15px
}
.products__item_banner-link {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%
}
.products__item_banner-col {
  padding:0!important
}
.products__item_banner-col-img {
  border-radius:var(--c-l-r);
  height:100%;
  object-fit:cover
}
.products__item_banner-row {
  padding:0!important;
  width:calc(100% - var(--c-l-m))!important
}
.products__item_banner-row-img {
  border-radius:var(--c-l-r);
  width:100%
}
.products__item-video {
  color:red;
  line-height:normal;
  position:absolute;
  left:0;
  bottom:0;
  z-index:2
}
.products__item-img,
.products__item-tile {
  display:block;
  position:relative
}
.products__item-img {
  width:100%;
  padding-top:100%
}
.products__item-img-full {
  display:block;
  border-radius:var(--c-l-r) var(--c-l-r) 0 0;
  overflow:hidden;
  margin:-15px -15px 0;
  position:relative;
  width:calc(100% + 30px);
  padding-top:calc(var(--cat-p-p) + 30px)
}
.products__item-img-full img {
  object-fit:cover;
  width:100%;
  height:100%
}
.products__item-img-full .products__item-video {
  left:15px
}
.products__item-color {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin-top:20px;
  min-height:15px
}
.products__item-info {
  display:block;
  margin-top:20px
}
.products__item-info-rating {
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:20px
}
.products__item-info-name {
  display:block;
  line-height:1.6;
  transition:color .3s ease-out;
  margin-top:10px;
  word-wrap:break-word
}
.products__item-info-summary {
  display:block;
  color:gray;
  font-size:12px;
  font-size:.75rem;
  margin-top:10px;
  line-height:1.4
}
.products__item-info-features {
  display:block;
  margin-top:10px;
  margin-bottom:5px
}
.products__item-fav-remove {
  background:#fff;
  border:1px solid #ececec;
  border-radius:4px;
  color:#bbb;
  font-size:0;
  padding:5px;
  cursor:pointer;
  position:absolute;
  transition:all .3s ease-out;
  top:10px;
  left:10px;
  z-index:3
}
.products__item-fav-remove:hover {
  border-color:#ff3100;
  color:#ff3100
}
.products__code {
  color:gray;
  display:flex;
  font-size:12px;
  font-size:.75rem;
  height:14px;
  margin-top:10px
}
.products__code-v,
.products__count {
  margin-left:5px
}
.products__available {
  font-size:13px;
  font-size:.8125rem;
  display:flex;
  line-height:1.2;
  margin-top:10px
}
.products__available-in-stock {
  color:#43c16d;
  display:flex;
  align-items:center
}
.products__available-in-stock .i-check {
  margin-right:5px
}
.products__available-low {
  color:#f4a51b
}
.products__available-out-of-stock {
  color:#ff3100
}
.products__rating-count,
.products__rating-images {
  color:#8c8c8c;
  font-size:12px;
  font-size:.75rem;
  display:flex;
  align-items:center
}
.products__zero-text {
  color:#ff3100;
  font-size:14px;
  font-size:.875rem
}
.products__price {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  margin-top:20px
}
.products__price-range {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-top:5px
}
.products__price-new {
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight);
  margin-right:10px
}
.products__price-new_low {
  font-size:16px;
  font-size:1rem
}
.products__price-old {
  color:gray;
  text-decoration:line-through;
  margin-top:5px
}
.products__price-old_low {
  font-size:12px;
  font-size:.75rem
}
.products__label {
  margin-top:5px;
  width:100%
}
.products__vfc {
  display:flex;
  align-items:center
}
.products__vfc .view-fav-com__item {
  width:26px;
  height:26px;
  margin-left:5px;
  margin-bottom:0
}
.products__view {
  margin-left:15px
}
.products__view .view-fav-com__item {
  color:#999;
  width:46px;
  height:46px;
  margin-left:0;
  margin-bottom:0;
  border-radius:6px
}
.products__view_low .view-fav-com__item {
  width:36px;
  height:36px
}
.products__addtocart {
  width:100%
}
.products__cart-flex {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:20px
}
.products__cart-flex .counter {
  margin-left:10px
}
.products__cart-flex .counter input {
  width:30px
}
.products__cart-flex .counter__minus,
.products__cart-flex .counter__plus {
  padding:0 5px
}
.products__cart-options {
  margin-top:20px
}
.products__cart-options select {
  font-size:12px;
  font-size:.75rem;
  padding:10px;
  width:100%
}
.products__cart-skus {
  margin-top:20px
}
.products__cart-skus .skus li {
  border-bottom:1px dotted #ccc;
  padding-bottom:10px
}
.products__cart-skus .skus li:last-child {
  padding-bottom:0;
  border-bottom:none
}
.products__cart-skus .skus label {
  display:flex;
  align-items:center
}
.products__cart-skus .skus .s-radio {
  margin-bottom:0
}
.products__cart-skus .skus__name {
  flex:1;
  line-height:1.4
}
.products__cart-skus .skus__price {
  display:block
}
.products__cart-skus .skus__price-bl {
  text-align:right
}
.products__cart-drop {
  box-shadow:0 5px 20px rgba(61,61,61,.1);
  border-bottom:1px solid var(--c-c-l-p-b);
  border-radius:0 0 var(--c-l-r) var(--c-l-r);
  margin-top:20px;
  margin-bottom:-100%;
  opacity:0;
  visibility:hidden;
  padding:0 15px 15px;
  transition:all .1s ease-out;
  width:calc(100% + 2px);
  z-index:11
}
.products__cart-drop,
.products__cart-drop:before {
  background:#fff;
  border-left:1px solid var(--c-c-l-p-b);
  border-right:1px solid var(--c-c-l-p-b);
  left:-1px;
  position:absolute
}
.products__cart-drop:before {
  content:"";
  top:-15px;
  right:-1px;
  height:15px
}
.products__cart-drop .products__cart-flex,
.products__cart-drop .products__cart-options,
.products__cart-drop .products__cart-skus {
  margin-top:0
}
.products__cart-drop .products__cart-options+.products__cart-flex,
.products__cart-drop .products__cart-skus+.products__cart-flex {
  margin-top:20px
}
.products__item:hover .products__cart-drop {
  opacity:1;
  visibility:visible
}
.products__button {
  padding:0;
  width:100%;
  white-space:nowrap
}
.products__button .i-check {
  margin-right:3px;
  margin-bottom:-1px
}
.products__counter {
  margin-left:10px
}
.products__one {
  border-top:1px solid #eee;
  margin-top:10px;
  padding-top:10px;
  text-align:center
}
.products__one_no-border {
  border-top:none;
  margin-top:20px;
  padding-top:0
}
.products__one .button-one,
.products__one button {
  width:100%
}
.products_slider {
  flex-wrap:nowrap;
  overflow:hidden;
  width:100%!important
}
.products_slider_active {
  overflow:visible;
  margin:0!important
}
.products_slider_active .owl-item {
  padding-bottom:2px
}
.products_slider_active .owl-item:hover {
  z-index:9
}
.products_slider_active .owl-stage-outer {
  margin:-2px -1px;
  padding:2px 1px
}
.products_slider_active .products__item {
  margin:0!important;
  width:100%!important;
  height:100%!important
}
.products_slider_active .products__item:hover {
  box-shadow:0 0 8px rgba(61,61,61,.1)
}
.products__item:hover .view-fav-com {
  opacity:1;
  visibility:visible
}
.products__img-dop {
  background:#fff;
  border:1px solid #eee;
  box-shadow:0 0 20px rgba(0,0,0,.1);
  border-radius:6px;
  font-size:0;
  padding:20px 90px 20px 20px;
  visibility:hidden;
  opacity:0;
  transition:all .3s ease-out;
  position:absolute;
  left:calc(100% + 15px);
  top:50%;
  transform:translateY(-50%);
  z-index:11
}
.products__img-dop-home {
  width:300px;
  height:300px;
  display:flex;
  align-items:center;
  justify-content:center
}
.products__img-dop-home img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%
}
.products__img-yet {
  position:absolute;
  top:10px;
  right:20px
}
.products__img-yet-item {
  border:1px solid #eee;
  border-radius:4px;
  cursor:pointer;
  display:block;
  line-height:normal;
  margin-top:10px;
  padding:4px;
  width:52px;
  height:52px
}
.products__img-yet-item_active {
  box-shadow:0 0 0 2px var(--cheme-color)
}
.products__img-yet-item img {
  width:100%
}
.products__sep {
  text-align:center;
  position:relative
}
.products__sep:before {
  background:#eee;
  content:"";
  height:1px;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto 0;
  position:absolute
}
.products__sep-title {
  background:#fff;
  color:#999;
  padding:0 15px;
  position:relative
}
.products__bonus {
  margin-top:15px
}
.h-products_col-3 .products__item {
  width:calc(33.33% - var(--c-l-m))
}
.h-products_col-5 .products__item {
  width:calc(20% - var(--c-l-m))
}
.view-fav-com__item.p-favorit_active {
  background:var(--c-c-l-p-f-f);
  border-color:var(--c-c-l-p-f-f);
  color:var(--c-c-l-p-f-i)
}
.view-fav-com__item.p-favorit_active:hover {
  box-shadow:0 0 0 1px var(--c-c-l-p-f-f);
  border-color:var(--c-c-l-p-f-f);
  color:var(--c-c-l-p-f-i)
}
.view-fav-com__item.p-compare_active {
  background:var(--c-c-l-p-c-f);
  border-color:var(--c-c-l-p-c-f);
  color:var(--c-c-l-p-c-i)
}
.view-fav-com__item.p-compare_active:hover {
  box-shadow:0 0 0 1px var(--c-c-l-p-c-f);
  border-color:var(--c-c-l-p-c-f);
  color:var(--c-c-l-p-c-i)
}
.p-tile__items {
  display:flex;
  opacity:0;
  transition:opacity .2s ease-out;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:2
}
.p-tile__items_full {
  left:-15px;
  right:-15px
}
.p-tile__item {
  flex:1;
  position:relative
}
.p-tile__item:after {
  background-color:#ccc;
  content:"";
  left:1px;
  right:1px;
  bottom:-5px;
  position:absolute;
  transition:background-color .3s ease-out;
  height:3px
}
.p-tile__item_active:after {
  background-color:var(--cheme-color)
}
.p-tile-img .products__img {
  opacity:1;
  transition:opacity .2s ease-out;
  transition-delay:.1s
}
.p-tile-img .products__img+.products__img,
.p-tile-img_active .products__img {
  opacity:0
}
.p-tile-img_active .products__img+.products__img {
  opacity:1
}
.s-favorite_count-remove-all,
.s-last_count-remove-all {
  color:var(--cheme-color-dop);
  cursor:pointer;
  font-size:12px;
  font-size:.75rem;
  border-bottom:1px dashed;
  transition:border .2s ease-out
}
.s-favorite_count-remove-all:hover,
.s-last_count-remove-all:hover {
  border-bottom-color:transparent
}
.view-fav-com {
  opacity:0;
  visibility:hidden;
  position:absolute;
  top:15px;
  right:15px;
  transition:all .2s ease-out;
  z-index:3
}
.view-fav-com__item {
  background:#fff;
  border-radius:50%;
  border:1px solid #eee;
  cursor:pointer;
  color:#222;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:5px;
  position:relative;
  transition:all .3s ease-out;
  width:36px;
  height:36px;
  flex:none
}
.view-fav-com__item:hover {
  border-color:var(--c-c-l-i-f);
  box-shadow:0 0 0 1px var(--c-c-l-i-f)
}
.view-fav-com__item svg {
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  max-width:100%;
  max-height:100%
}
.p-features {
  display:block;
  font-size:12px;
  font-size:.75rem;
  line-height:1.6
}
.p-features__item {
  border-bottom:1px solid #eee;
  color:#999;
  display:flex;
  align-items:center;
  padding:5px 0
}
.p-features__item:last-child {
  border-bottom:none
}
.p-features__item-name {
  color:#999;
  padding-right:10px
}
.p-features__item-color {
  position:relative
}
.p-features__item-color-name {
  background-color:#555;
  border-radius:4px;
  color:#fff;
  font-size:12px;
  font-size:.75rem;
  opacity:0;
  line-height:normal;
  position:absolute;
  padding:7px 12px;
  transition:all .2s ease-out;
  transition-delay:.05s;
  visibility:hidden;
  top:-35px;
  left:50%;
  transform:translateX(-50%);
  z-index:4;
  white-space:nowrap
}
.p-features__item-color:hover .p-features__item-color-name {
  opacity:1;
  visibility:visible
}
.p-features__item-val {
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
.p-features__all {
  border-bottom:1px dashed;
  cursor:pointer;
  color:var(--cheme-color);
  display:inline-block;
  font-size:13px;
  font-size:.8125rem;
  line-height:1.4;
  margin-top:10px;
  transition:border .2s ease-out
}
.p-features__all:hover {
  border-bottom-color:transparent
}
.badges {
  color:#fff;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:3
}
.badges .badge {
  border-radius:4px;
  display:block;
  font-size:12px;
  font-size:.75rem;
  padding:5px 10px;
  margin-bottom:10px
}
.badges .new {
  background-color:var(--c-b-n)
}
.badges .low-price {
  background-color:var(--c-b-l)
}
.badges .bestseller {
  background-color:var(--c-b-b)
}
@media screen and (max-width:1700px) {
  .in-right_center .products__item {
    width:calc(33.33% - var(--c-l-m))
  }
}
@media screen and (max-width:1400px) {
  .products_col-3 .products__item {
    width:calc(33.33% - var(--c-l-m))
  }
  .products_col-5 .products__item {
    width:calc(20% - var(--c-l-m))
  }
  .products__item {
    width:calc(33.33% - var(--c-l-m))
  }
  .h-products_col-3 .products__item {
    width:calc(50% - var(--c-l-m))
  }
  .h-products_col-5 .products__item,
  .in-right_center .products__item {
    width:calc(33.33% - var(--c-l-m))
  }
}
@media screen and (max-width:1300px) {
  .products_col-5 .products__item {
    width:calc(25% - var(--c-l-m))
  }
  .in-right_center .products__item {
    width:calc(50% - var(--c-l-m))
  }
}
@media screen and (max-width:1080px) {
  .products {
    margin-top:calc(-1 * var(--c-l-m-m));
    margin-left:calc(-1 * var(--c-l-m-m));
    width:calc(100% + var(--c-l-m-m))
  }
  .products__item {
    margin-left:var(--c-l-m-m);
    margin-top:var(--c-l-m-m);
    width:calc(25% - var(--c-l-m-m))
  }
  .products__item_banner-row {
    width:calc(100% - var(--c-l-m-m))!important
  }
  .h-products_col-3 .products__item,
  .h-products_col-5 .products__item {
    width:calc(33.33% - var(--c-l-m))
  }
  .in-right_center .products__item {
    width:calc(25% - var(--c-l-m-m))
  }
}
@media screen and (max-width:920px) {
  .products__item,
  .products_col-5 .products__item {
    width:calc(33.33% - var(--c-l-m-m))
  }
  .h-products_col-3 .products__item,
  .h-products_col-5 .products__item {
    width:calc(50% - var(--c-l-m))
  }
  .in-right_center .products__item {
    width:calc(33.33% - var(--c-l-m-m))
  }
}
@media screen and (max-width:760px) {
  .products__item,
  .products_col-3 .products__item,
  .products_col-5 .products__item {
    width:calc(50% - var(--c-l-m-m))
  }
  .products__item:hover {
    box-shadow:none!important
  }
  .products__price {
    margin-top:10px
  }
  .h-products_col-3 .products__item,
  .h-products_col-5 .products__item {
    width:calc(100% - var(--c-l-m))
  }
  .in-right_center .products__item {
    width:calc(50% - var(--c-l-m-m))
  }
}
@media screen and (max-width:580px) {
  .products__item,
  .products_col-3 .products__item,
  .products_col-5 .products__item {
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    width:calc(50% - var(--c-l-m-m))
  }
  .products__item-img-full,
  .products_col-3 .products__item-img-full,
  .products_col-5 .products__item-img-full {
    margin:-10px -10px 0;
    width:calc(100% + 20px);
    padding-top:calc(var(--cat-p-p) + 20px)
  }
  .products__item .view-fav-com,
  .products__vfc,
  .products__view,
  .products_col-3 .products__item .view-fav-com,
  .products_col-5 .products__item .view-fav-com {
    display:none
  }
  .products__price-new,
  .products__price-range {
    font-size:16px;
    font-size:1rem
  }
  .products__price-old {
    font-size:12px;
    font-size:.75rem
  }
  .products__price-new {
    margin-right:5px
  }
  .products__price-new_low {
    font-size:15px;
    font-size:.9375rem
  }
  .in-right_center .products__item {
    width:calc(50% - var(--c-l-m-m))
  }
  .p-tile__items_full {
    left:-10px;
    right:-10px
  }
}
@media screen and (max-width:480px) {
  .products__price-old {
    font-size:12px;
    font-size:.75rem;
    justify-content:space-between
  }
  .products_low .products__price-old {
    justify-content:left
  }
  .products__cart-flex {
    flex-direction:column-reverse;
    margin-top:15px
  }
  .products__cart-flex .counter {
    margin-left:0;
    margin-bottom:10px;
    height:36px;
    width:100%
  }
  .products__cart-flex .counter__minus,
  .products__cart-flex .counter__plus {
    height:36px
  }
  .products__button {
    height:36px;
    line-height:36px
  }
  .products__rating .icon16 {
    width:12px;
    height:12px;
    margin:0
  }
}
.s-products {
  position:relative;
  transition:opacity .3s ease-out
}
.s-products a {
  color:#222;
  text-decoration:none
}
.s-products a:hover {
  color:var(--cheme-color)
}
.s-products .badges {
  left:20px;
  top:20px
}
.s-products__item {
  background:var(--c-c-l-p-f);
  border:1px solid var(--c-c-l-p-b);
  border-radius:6px;
  display:flex;
  margin-top:30px;
  padding:20px;
  position:relative;
  transition:all .3s ease-out;
  width:100%
}
.s-products__item:first-child {
  margin-top:0
}
.s-products__item:hover {
  box-shadow:0 5px 20px rgba(61,61,61,.1)
}
.s-products__left {
  flex:none;
  text-align:center;
  position:relative
}
.s-products__img {
  position:relative;
  width:170px;
  height:150px;
  line-height:150px
}
.s-products__img:hover .products__img-dop {
  visibility:visible;
  opacity:1
}
.s-products__img a img {
  width:auto;
  height:auto;
  max-height:100%;
  max-width:100%;
  vertical-align:middle
}
.s-products__view-fav-com {
  margin-top:20px
}
.s-products__view-fav-com .products__vfc {
  justify-content:center;
  margin-left:-10px
}
.s-products__view-fav-com .products__vfc .view-fav-com__item {
  width:34px;
  height:34px
}
.s-products__right {
  flex:1;
  display:flex
}
.s-products__right-l {
  padding:0 20px;
  flex:1
}
.s-products__right-r {
  width:220px
}
.s-products__name {
  font-size:16px;
  font-size:1rem;
  line-height:1.4;
  transition:color .3s ease-out
}
.s-products__video {
  display:inline-block;
  color:red;
  line-height:normal;
  margin-left:5px;
  vertical-align:middle
}
.s-products__code {
  color:gray;
  margin-top:10px;
  font-size:12px;
  font-size:.75rem
}
.s-products__color {
  display:flex;
  align-items:center;
  margin-top:10px
}
.s-products__summary {
  margin-top:15px;
  font-size:12px;
  font-size:.75rem;
  color:gray;
  line-height:1.6
}
.s-products__features {
  margin-top:10px
}
.s-products__features .p-features__item {
  border-bottom:none;
  padding:0;
  margin-top:2px
}
.s-products__rating {
  margin-top:5px;
  display:flex;
  align-items:center
}
.s-products__available {
  display:flex;
  font-size:13px;
  font-size:.8125rem;
  line-height:1.4
}
.s-products__price {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  margin-top:15px
}
.s-products__price-range {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-top:5px
}
.s-products__price-new {
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight);
  margin-right:10px;
  margin-top:5px
}
.s-products__price-old {
  color:gray;
  text-decoration:line-through;
  margin-top:5px
}
.s-products__addtocart {
  margin-top:20px
}
.s-products__counter {
  display:flex;
  align-items:center
}
.s-products__counter-title {
  font-size:12px;
  font-size:.75rem;
  color:gray;
  margin-right:10px
}
.s-products__counter .counter {
  width:90px
}
.s-products__button {
  margin-top:15px;
  width:100%
}
.s-products__button .i-check {
  margin-right:3px;
  margin-bottom:-1px
}
.s-products__one {
  margin-top:10px
}
.s-products__one_no-border {
  margin-top:20px
}
.s-products__one button {
  width:100%
}
@media screen and (max-width:1080px) {
  .s-products .products__img-dop {
    display:none
  }
}
@media screen and (max-width:767px) {
  .s-products__item {
    padding:15px
  }
  .s-products__left {
    width:40%
  }
  .s-products__img {
    width:100%
  }
  .s-products__right {
    flex-direction:column
  }
  .s-products__right-l {
    padding:0;
    margin-bottom:10px
  }
  .s-products__right-r {
    width:100%
  }
  .s-products__available {
    margin-top:10px
  }
  .s-products .p-view {
    display:none
  }
}
@media screen and (max-width:580px) {
  .s-products__item {
    padding:10px;
    flex-direction:column
  }
  .s-products__left {
    width:100%;
    margin-bottom:20px
  }
  .s-products__img {
    height:auto;
    line-height:normal
  }
  .s-products__img a img {
    max-width:100%;
    max-height:360px
  }
  .s-products__view-fav-com .products__vfc {
    display:flex
  }
}
.m-products {
  position:relative;
  transition:opacity .3s ease-out
}
.m-products a {
  color:#222;
  text-decoration:none
}
.m-products a:hover {
  color:var(--cheme-color)
}
.m-products__item {
  background:var(--c-c-l-p-f);
  border:1px solid var(--c-c-l-p-b);
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:30px 0 0;
  padding:15px;
  position:relative;
  width:100%;
  transition:all .3s ease-out
}
.m-products__item:first-child {
  margin-top:0
}
.m-products__item:hover {
  box-shadow:0 5px 20px rgba(61,61,61,.1)
}
.m-products__img {
  flex:none;
  position:relative
}
.m-products__img:hover .products__img-dop {
  visibility:visible;
  opacity:1
}
.m-products__img-block {
  display:block;
  text-align:center;
  vertical-align:middle;
  width:60px;
  height:60px;
  line-height:60px
}
.m-products__img-block img {
  vertical-align:middle;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%
}
.m-products__info {
  flex:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  vertical-align:top;
  width:calc(100% - 60px)
}
.m-products__info-block {
  flex:1;
  padding:0 20px
}
.m-products__info-name {
  line-height:1.4
}
.m-products__info-fl {
  display:flex;
  align-items:center;
  flex-wrap:wrap
}
.m-products__info-available {
  display:flex;
  font-size:13px;
  font-size:.8125rem;
  line-height:1.4;
  margin-top:10px;
  margin-right:15px
}
.m-products__info-badges,
.m-products__info-rating {
  display:flex;
  align-items:center;
  margin-top:10px;
  margin-right:15px;
  vertical-align:middle
}
.m-products__info-badges .badges {
  display:flex;
  align-items:center;
  position:static;
  margin-left:-10px
}
.m-products__info-badges .badges .badge {
  font-size:12px;
  font-size:.75rem;
  height:20px;
  line-height:20px;
  margin:0 0 0 10px;
  padding:0 10px
}
.m-products__info-badges .badges .badge:last-child {
  margin-right:0
}
.m-products__info-video {
  margin-top:10px;
  color:#ff3100;
  display:flex;
  align-items:center
}
.m-products__info-price-range {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight);
  margin-top:5px
}
.m-products__info-price-new {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  display:block;
  margin-right:10px;
  margin-top:5px
}
.m-products__info-price-old {
  color:gray;
  font-size:12px;
  font-size:.75rem;
  margin-top:5px;
  text-decoration:line-through
}
.m-products__info-addcart {
  flex:none;
  display:flex;
  align-items:center;
  margin-left:30px
}
.m-products__info-count {
  flex:none;
  width:80px
}
.m-products__price {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin-top:-5px
}
.m-products__button {
  margin-left:20px;
  width:140px
}
.m-products__button .i-check {
  margin-right:3px;
  margin-bottom:-1px
}
@media screen and (max-width:1080px) {
  .m-products .products__img-dop {
    display:none
  }
}
@media screen and (max-width:767px) {
  .m-products__item {
    align-items:flex-start
  }
  .m-products__img {
    width:100px
  }
  .m-products__info {
    flex-direction:column;
    padding-left:20px
  }
  .m-products__info-block {
    padding:0;
    width:100%
  }
  .m-products__info-price {
    margin-top:15px;
    width:100%
  }
  .m-products__info-addcart {
    margin-top:20px;
    margin-left:0;
    width:100%
  }
  .m-products__info-count {
    margin-top:0
  }
  .m-products__price {
    justify-content:flex-start
  }
  .m-products__button {
    width:100%
  }
}
@media screen and (max-width:580px) {
  .m-products__item {
    padding:10px
  }
  .m-products__img {
    width:80px
  }
  .m-products__img-block {
    width:100%;
    height:100px;
    line-height:normal
  }
  .m-products__info {
    padding-left:10px
  }
  .m-products__info-addcart {
    gap:20px;
    flex-wrap:wrap
  }
  .m-products__button {
    margin-left:0;
    width:100%
  }
}
.products__pr-price {
  display:flex;
  flex-direction:column;
  margin-top:20px;
  width:100%
}
.products__pr-price_list {
  margin-top:0!important
}
.products__pr-price_mini {
  align-items:flex-end;
  margin-top:0!important
}
.products__pr-price_mini .products__pr-price-label,
.products__pr-price_mini .products__pr-price-wrap {
  justify-content:flex-end
}
.products__pr-price-wrap {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap
}
.products__pr-price-new {
  font-size:16px;
  font-size:1rem;
  margin-right:10px
}
.products__pr-price-new .price {
  font-size:24px;
  font-size:1.5rem;
  font-weight:var(--font-weight)
}
.products__pr-price-new_low {
  font-size:14px;
  font-size:.875rem
}
.products__pr-price-new_low .price {
  font-size:18px;
  font-size:1.125rem
}
.products__pr-price-old {
  color:gray;
  font-size:12px;
  font-size:.75rem;
  text-decoration:line-through;
  margin-top:5px
}
.products__pr-price-old .price {
  font-size:14px;
  font-size:.875rem
}
.products__pr-price-old_low {
  font-size:11px;
  font-size:.6875rem
}
.products__pr-price-old_low .price {
  font-size:13px;
  font-size:.8125rem
}
.products__pr-price-label {
  margin-top:5px
}
.products__pr-price-base {
  color:#777;
  font-size:13px;
  font-size:.8125rem;
  margin-top:15px
}
.products__pr-price-base_mt {
  margin-top:8px
}
.products__pr-price-base .price {
  font-weight:var(--font-weight)
}
.products__pr-price-ratio {
  color:#777;
  font-size:13px;
  font-size:.8125rem;
  margin-top:5px
}
@media screen and (max-width:767px) {
  .products__pr-price_mini {
    align-items:flex-start
  }
}
@media screen and (max-width:480px) {
  .products__pr-price {
    margin-top:15px
  }
  .products__pr-price-new {
    font-size:12px;
    font-size:.75rem
  }
  .products__pr-price-new .price {
    font-size:18px;
    font-size:1.125rem
  }
  .products__pr-price-base,
  .products__pr-price-new_low,
  .products__pr-price-ratio {
    font-size:12px;
    font-size:.75rem
  }
}
.product__counter_bg {
  background:#f7f7f7;
  margin:0 -20px;
  padding:20px
}
.counter-pr {
  background:#fff;
  border:1px solid #eee;
  border-radius:6px;
  align-items:center;
  display:flex;
  height:46px
}
.counter-pr_big {
  height:56px
}
.counter-pr_big .counter-pr__unit {
  font-size:14px;
  font-size:.875rem
}
.counter-pr_big input.counter-pr__input {
  font-size:15px;
  font-size:.9375rem;
  max-width:38px
}
.counter-pr_big .counter-pr__minus,
.counter-pr_big .counter-pr__plus {
  font-size:12px;
  font-size:.75rem;
  width:48px
}
.counter-pr_low {
  border-radius:4px;
  height:36px
}
.counter-pr_low .counter-pr__unit {
  font-size:11px;
  font-size:.6875rem
}
.counter-pr_low input.counter-pr__input {
  font-size:12px;
  font-size:.75rem
}
.counter-pr__icon svg {
  transition:all .2s ease-out
}
.counter-pr .is-locked .counter-pr__icon,
.counter-pr .is-near-limit .counter-pr__icon {
  display:none
}
.counter-pr__count {
  display:flex;
  align-items:center;
  flex-direction:column
}
input.counter-pr__input {
  background:transparent;
  border:none;
  border-radius:0;
  font-size:13px;
  font-size:.8125rem;
  font-weight:var(--font-weight);
  padding:0;
  text-align:center;
  max-width:28px
}
.counter-pr__unit {
  color:#666;
  font-size:12px;
  font-size:.75rem;
  font-weight:var(--font-weight)
}
.counter-pr__minus,
.counter-pr__plus {
  background:none;
  border:none;
  color:#777;
  font-size:11px;
  font-size:.6875rem;
  cursor:pointer;
  display:flex;
  align-items:center;
  flex-direction:column;
  width:40px
}
.counter-pr__minus:hover,
.counter-pr__plus:hover {
  color:#222
}
.counter-pr__des {
  display:flex;
  align-items:center;
  flex-direction:column;
  transition:all .2s ease-out
}
.counter-pr__des .s-step {
  margin-top:2px
}
.products__counter .counter-pr__minus,
.products__counter .counter-pr__plus {
  width:28px
}
.stock-label {
  display:flex;
  flex-wrap:wrap
}
.stock-label_center {
  justify-content:center
}
.stock-label__percent {
  justify-content:center;
  background-color:var(--s-l-n);
  color:var(--s-l-n-c);
  font-weight:var(--font-weight);
  margin-right:5px;
  width:40px
}
.stock-label__percent,
.stock-label__price {
  border-radius:3px;
  display:flex;
  align-items:center;
  font-size:11px;
  font-size:.6875rem;
  margin-top:5px;
  height:20px
}
.stock-label__price {
  background:var(--s-l-p);
  color:var(--s-l-p-c);
  padding:0 10px
}
.product h1 {
  margin-bottom:0
}
.product__pages {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin-left:-30px;
  margin-top:-20px;
  margin-bottom:30px
}
.product__pages-item {
  margin-left:30px;
  margin-top:20px;
  text-decoration:none
}
.product__pages-item:hover {
  text-decoration:underline
}
.product__pages-item_active {
  color:#222
}
.product__wrap {
  display:flex;
  flex-wrap:wrap
}
.product__wrap-1 {
  border:1px solid #eee;
  border-radius:6px
}
.product__wrap-1 .product__content-left {
  border-right:1px solid #eee
}
.product__wrap-1 .product__content-left,
.product__wrap-1 .product__content-right {
  padding:30px 20px 20px;
  width:50%
}
.product__wrap-2 {
  border:1px solid #eee;
  border-radius:6px
}
.product__wrap-3 .product__content-left {
  padding-right:30px;
  width:54%
}
.product__wrap-3 .product__content-right {
  box-shadow:0 0 20px 0 hsla(0,0%,87%,.7);
  border-radius:8px;
  padding:20px;
  width:46%
}
.product__wrap_modal {
  background:#fff;
  border-radius:6px;
  padding:30px;
  max-width:1400px
}
.product__wrap_modal .in-blocks__title {
  margin-bottom:20px;
  width:100%;
  flex:none
}
.product__top {
  display:flex;
  gap:25px;
  align-items:center;
  flex-wrap:nowrap;
  margin-top:20px;
  padding-bottom:20px
}
.product__top-3 {
  border-bottom:1px solid #eee;
  margin-bottom:30px
}
.product__top-brand {
  color:#777;
  display:flex;
  gap:5px;
  align-items:center
}
.product__top .p-compare,
.product__top .p-favorit {
  background:none;
  border:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:5px
}
.product__top .p-compare:hover,
.product__top .p-favorit:hover {
  color:var(--cheme-color)
}
.product__top .p-favorit_active {
  color:#ff3100!important
}
.product__top .p-compare_active {
  color:#43c16d!important
}
.product__top-share {
  position:relative
}
.product__top-share-name {
  color:#888;
  display:flex;
  align-items:center;
  gap:5px
}
.product__top-share-icon {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  color:#222;
  padding:10px;
  border-radius:6px;
  position:absolute;
  transition:all .15s linear;
  transition-delay:.1s;
  opacity:0;
  visibility:hidden;
  width:240px;
  left:50%;
  top:calc(100% + 20px);
  transform:translateX(-50%);
  text-align:center;
  white-space:nowrap;
  z-index:999
}
.product__top-share-icon:before {
  content:"";
  position:absolute;
  top:-10px;
  left:0;
  height:10px;
  width:100%
}
.product__top-share:hover .product__top-share-icon {
  visibility:visible;
  opacity:1;
  top:calc(100% + 10px)
}
.product__rating {
  align-items:center;
  display:flex;
  gap:10px
}
.product__rating-star {
  display:flex;
  align-items:center;
  gap:5px;
  font-weight:var(--font-weight)
}
.product__rating-link {
  color:gray;
  text-decoration:none
}
.product__rating-link-name {
  cursor:pointer;
  transition:all .2s ease-out
}
.product__rating-link-name:hover {
  color:var(--cheme-color)
}
.product__content-1 {
  width:56%;
  display:flex;
  flex-wrap:wrap
}
.product__content-1 .product__content-tabs {
  border-top:1px solid #eee;
  padding:30px 20px 20px
}
.product__content-2 {
  background:#f9f9f9;
  width:46%;
  padding:30px
}
.product__content-2 .product__cart {
  border-top:2px solid #eee;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin:30px -30px 0;
  padding:10px 30px 0
}
.product__content-2 .product__counter {
  margin-right:20px;
  margin-top:20px
}
.product__content-2 .product__button {
  margin-right:20px;
  margin-top:20px;
  width:auto;
  min-width:140px
}
.product__content-2 .button-one {
  height:46px;
  line-height:46px;
  width:auto;
  min-width:140px;
  margin-top:20px
}
.product__content-3 {
  width:56%;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start
}
.product__content-tabs {
  padding-top:30px;
  flex:none;
  width:100%
}
.product__item {
  margin-top:25px
}
.product__item:first-child {
  margin-top:0
}
.product__item-title {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight);
  line-height:1.4;
  margin-bottom:10px
}
.product__summary {
  color:gray;
  line-height:1.6
}
.product__features {
  font-size:13px;
  font-size:.8125rem;
  line-height:1.6;
  display:flex;
  flex-wrap:wrap
}
.product__features_2 {
  margin-left:-20px
}
.product__features_2 .product__features-item {
  margin-top:0;
  margin-bottom:8px;
  margin-left:20px;
  width:calc(50% - 20px)
}
.product__features_2 .product__features-all {
  width:100%;
  margin-bottom:0;
  margin-top:0;
  margin-left:20px
}
.product__features_columns .product__features-item {
  display:flex;
  flex:none
}
.product__features_columns .product__features-value {
  margin-left:5px
}
.product__features-item {
  margin-top:10px;
  width:100%;
  flex:none
}
.product__features-item:first-child {
  margin-top:0
}
.product__features-name {
  color:gray
}
.product__features-all {
  color:var(--cheme-color);
  cursor:pointer;
  margin-top:14px
}
.product__stocks {
  display:flex;
  line-height:1.4;
  margin-left:-20px;
  flex-direction:row-reverse
}
.product__stocks_row {
  display:block
}
.product__stocks_row .product__code {
  margin-bottom:20px;
  width:calc(100% - 20px)
}
.product__stocks_row .stocks {
  width:calc(100% - 20px)
}
.product__stocks_row .stocks strong {
  margin-left:5px;
  text-transform:lowercase
}
.product__stocks_row .stocks__stock {
  display:flex
}
.product__code {
  color:gray;
  font-size:13px;
  font-size:.8125rem;
  width:calc(50% - 20px);
  flex:none;
  margin-left:20px
}
.product__code span {
  display:none;
  word-break:break-all
}
.product__category {
  line-height:1.6
}
.product__category-item {
  color:gray;
  font-size:13px;
  font-size:.8125rem
}
.product__add2cart {
  border-top:2px solid #f1f1f1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  margin-right:-50px;
  margin-left:-50px;
  padding:40px 50px 0
}
.product__prices {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  margin-top:-10px
}
.product__price {
  display:block;
  font-size:30px;
  font-size:1.875rem;
  font-weight:700;
  margin-right:10px;
  margin-top:10px
}
.product__price-old {
  font-size:20px;
  font-size:1.25rem;
  color:gray;
  margin-top:10px;
  font-weight:var(--font-weight);
  text-decoration:line-through
}
.product__price-dis {
  margin-top:5px
}
.product__cart {
  margin-top:30px
}
.product__counter {
  display:flex;
  align-items:center
}
.product__counter-title {
  margin-right:10px
}
.product__counter .counter {
  width:100px
}
.product__counter .product__fav-com-item {
  margin-left:20px;
  margin-right:0
}
.product__button,
.product__button-one {
  width:100%
}
.product__button-fix {
  background:#fff;
  box-shadow:0 2px 10px 0 rgba(0,0,0,.12);
  display:flex;
  gap:20px;
  padding:10px;
  position:fixed;
  bottom:60px;
  left:-1px;
  right:-1px;
  z-index:900
}
.product__button-fix .product__button {
  margin:0;
  width:100%
}
.product__button-fix .product__counter {
  margin:0
}
.product__contact {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  line-height:1.6
}
.product__contact svg {
  color:#4e7df1;
  margin-right:5px
}
.product__contact strong {
  margin-left:5px
}
.product__plugins {
  font-size:14px;
  font-size:.875rem;
  margin-top:10px;
  width:100%
}
.product__plugins .button-one {
  width:100%
}
.product__t-info,
.product__t-info-item {
  display:flex;
  align-items:center
}
.product__t-info-item:first-child {
  margin-right:20px
}
.product__t-info-icon {
  color:#00ad5d;
  margin-right:5px
}
.product .ya-share2__container_size_m .ya-share2__icon {
  background-size:30px!important;
  width:30px!important;
  height:30px!important
}
.product .ya-share2__container_size_m .ya-share2__item {
  margin-right:5px!important
}
.product__tab-right {
  display:flex;
  justify-content:space-between
}
.product__tab-right .in-left {
  margin-right:0
}
.product__bonus,
.product__bonus-icon {
  display:flex;
  align-items:center
}
.product__bonus-icon {
  border:1px solid #f8d800;
  color:#fff;
  border-radius:50%;
  justify-content:center;
  margin-right:10px;
  width:24px;
  height:24px
}
.product__bonus-icon .star {
  margin-right:0
}
.product__bonus-count {
  margin-right:10px
}
.product__bonus-count-num {
  color:#43c16d;
  font-weight:var(--font-weight);
  margin-right:5px
}
.product__bonus-info {
  position:relative
}
.product__bonus-info-icon {
  border:1px solid #ccc;
  border-radius:50%;
  cursor:pointer;
  color:#a8a8a8;
  display:flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  font-size:10px;
  font-size:.625rem;
  font-weight:var(--font-weight);
  line-height:16px;
  transition:all .2s ease-out
}
.product__bonus-info:hover .product__bonus-info-icon {
  border-color:#999;
  color:#888
}
.product__bonus-info-drop {
  background:#fff;
  box-shadow:4px 4px 20px rgba(0,0,0,.1);
  border-radius:6px;
  color:#222;
  line-height:1.6;
  padding:20px;
  position:absolute;
  transition:all .15s linear;
  opacity:0;
  visibility:hidden;
  left:50%;
  top:calc(100% + 20px);
  transform:translateX(-50%);
  z-index:12;
  width:300px
}
.product__bonus-info-drop:before {
  background:none;
  content:"";
  position:absolute;
  left:0;
  top:-10px;
  height:10px;
  width:100%
}
.product__bonus-info:hover .product__bonus-info-drop {
  opacity:1;
  visibility:visible;
  top:calc(100% + 10px)
}
.product__reviews-info {
  background:#f9f9f9;
  border-radius:6px;
  font-size:15px;
  font-size:.9375rem;
  line-height:1.8;
  margin-bottom:40px;
  padding:20px
}
.stocks {
  font-size:13px;
  font-size:.8125rem;
  margin-left:20px;
  margin-top:-5px;
  width:calc(50% - 20px);
  flex:1
}
.stocks strong {
  font-weight:400;
  display:flex;
  align-items:center
}
.stocks strong svg {
  margin-right:5px
}
.stocks__stock {
  margin-top:5px
}
.stocks .stock-high {
  color:#00ad5d
}
.stocks .stock-low {
  color:orange
}
.stocks .stock-critical,
.stocks .stock-none {
  color:#e9545d
}
.counter {
  background:#fff;
  border:1px solid #eee;
  border-radius:6px;
  align-items:center;
  display:flex;
  font-size:0;
  text-align:center;
  vertical-align:middle;
  height:46px
}
.counter__count {
  flex:1
}
.counter__count input {
  background:transparent;
  border:none;
  font-size:14px;
  font-size:.875rem;
  font-weight:var(--font-weight);
  padding:0;
  text-align:center;
  width:100%
}
.counter__minus,
.counter__plus {
  background:none;
  border:none;
  font-size:12px;
  font-size:.75rem;
  cursor:pointer;
  padding:0 10px;
  height:46px;
  display:flex;
  align-items:center
}
.counter_big,
.counter_big .counter__minus,
.counter_big .counter__plus {
  height:56px
}
.counter_low {
  border-radius:4px;
  height:36px
}
.counter_low .counter__count input {
  font-size:12px;
  font-size:.75rem
}
.counter_low .counter__minus,
.counter_low .counter__plus {
  height:36px;
  padding:0 6px
}
@media screen and (max-width:1080px) {
  .product__content-1,
  .product__content-2,
  .product__content-3 {
    width:50%
  }
  .product__content-1,
  .product__content-3 {
    flex-direction:column
  }
  .product__wrap {
    padding-bottom:0
  }
  .product__wrap-1 .product__content-left {
    border-right:0;
    width:100%;
    padding:20px
  }
  .product__wrap-1 .product__content-right {
    padding-top:0;
    width:100%
  }
  .product__wrap-3 .product__content-left {
    width:100%;
    padding:0 0 20px
  }
  .product__wrap-3 .product__content-right {
    width:100%
  }
  .product__item-mobile {
    display:none
  }
  .product__top {
    white-space:nowrap;
    overflow-y:hidden;
    overflow-x:auto;
    position:relative;
    margin-bottom:10px;
    padding-bottom:10px
  }
  .product__top::-webkit-scrollbar {
    background:#ededed;
    border:1px solid #fff;
    height:3px
  }
  .product__top::-webkit-scrollbar-thumb,
  .product__top::-webkit-scrollbar-thumb:hover {
    background-color:#ddd
  }
}
@media screen and (max-width:767px) {
  .product__wrap_modal {
    padding:20px
  }
  .product__item {
    margin-top:15px
  }
  .product__content-1,
  .product__content-2,
  .product__content-3 {
    width:100%
  }
  .product__content-2 {
    padding:20px
  }
  .product__content-2 .product__cart {
    margin:30px -20px 0;
    padding:10px 20px 0
  }
  .product__content-2 .product__button {
    margin-right:0;
    width:100%
  }
  .product__content-2 .button-one {
    margin-top:10px;
    width:100%
  }
  .product__wrap-1 .product__content-left,
  .product__wrap-1 .product__content-right {
    padding:0 20px 20px
  }
}
@media screen and (max-width:480px) {
  .product__reviews-info {
    border-radius:0;
    font-size:13px;
    font-size:.8125rem;
    margin:0 -10px 25px;
    padding:10px
  }
}
.p-images {
  flex:none;
  width:44%
}
.p-images-1 {
  border-right:1px solid #eee
}
.p-images-1 .p-images__wrap {
  padding:30px
}
.p-images-1 .p-images__right,
.p-images-1 .p-images__slider-item {
  height:500px
}
.p-images-1 .p-images__right_des {
  height:540px
}
.p-images-2 {
  width:54%
}
.p-images-2 .p-images__wrap {
  padding:30px
}
.p-images-2 .p-images__right,
.p-images-2 .p-images__slider-item {
  height:600px
}
.p-images-2 .p-images__right_des {
  height:640px
}
.p-images-3 .p-images__right,
.p-images-3 .p-images__slider-item {
  height:500px
}
.p-images-3 .p-images__right_des {
  height:540px
}
.p-images__wrap {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  flex-direction:row;
  padding-right:30px
}
.p-images__wrap .owl-carousel .owl-item {
  padding:1px
}
.p-images__wrap_rev {
  flex-direction:row-reverse;
  justify-content:space-between
}
.p-images__wrap_rev-2 {
  flex-direction:row
}
.p-images__wrap_rev .p-images__left {
  width:65px;
  position:relative
}
.p-images__wrap_rev .p-images__dop {
  margin-top:0;
  width:300px;
  transform:rotate(90deg);
  transform-origin:left top;
  position:absolute;
  top:30px;
  left:67px
}
.p-images__wrap_rev .p-images__dop-link {
  transform:rotate(-90deg)
}
.p-images__wrap_rev .p-images__right {
  width:calc(100% - 95px)
}
.p-images__left {
  width:100%
}
.p-images__right {
  width:100%;
  position:relative
}
.p-images__right .owl-next,
.p-images__right .owl-prev {
  box-shadow:none
}
.p-images__right .owl-prev {
  left:30px
}
.p-images__right .owl-next {
  right:30px
}
.p-images__description {
  line-height:1.6;
  text-align:center;
  margin-top:20px;
  padding:0 5px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden
}
.p-images__slider-item {
  display:flex;
  align-items:center;
  justify-content:center
}
.p-images__slider-item img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  vertical-align:middle
}
.p-images__slider iframe {
  border:none;
  width:100%;
  height:100%
}
.p-images__dop {
  font-size:0;
  margin:20px auto 0;
  width:calc(100% - 80px)
}
.p-images__dop .owl-next,
.p-images__dop .owl-prev {
  box-shadow:none;
  border:none
}
.p-images__dop .owl-prev {
  left:-40px
}
.p-images__dop .owl-next {
  right:-40px
}
.p-images__dop-link {
  box-shadow:inset 0 0 0 1px #ececec;
  border-radius:4px;
  cursor:pointer;
  display:block;
  padding-top:100%;
  transition:all .3s ease-out;
  text-align:center
}
.p-images__dop-link_active {
  box-shadow:inset 0 0 0 2px var(--cheme-color-dop)
}
.p-images__dop-video {
  color:#ececec
}
.p-images__dop-video .icon30 {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.p-images__dop-link_active.p-images__dop-video {
  color:var(--cheme-color-dop)
}
.p-images__dop-img {
  width:auto;
  height:auto;
  max-width:80%;
  max-height:80%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.p-images__dop-block {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  width:calc(100% + 10px);
  flex:1;
  margin:20px -5px 0
}
.p-images__dop-block .p-images__dop-link {
  margin:10px 5px 0;
  position:relative;
  padding:10px;
  width:64px;
  height:64px
}
.p-images__brand {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px
}
.p-images__brand-logo {
  font-size:0;
  margin-right:10px
}
.p-images__brand-logo img {
  width:100%;
  max-width:100px
}
.p-images__brand-name {
  display:flex;
  align-items:center
}
.p-images__brand-title {
  margin-right:10px
}
@media screen and (max-width:1280px) {
  .p-images-1 .p-images__wrap {
    padding:20px
  }
  .p-images-1 .p-images__right,
  .p-images-1 .p-images__slider-item {
    height:360px
  }
  .p-images-1 .p-images__right_des {
    height:400px
  }
  .p-images-2 .p-images__wrap {
    padding:20px
  }
  .p-images-2 .p-images__right,
  .p-images-2 .p-images__slider-item {
    height:360px
  }
  .p-images-2 .p-images__right_des {
    height:400px
  }
  .p-images-3 .p-images__wrap {
    padding:20px
  }
  .p-images-3 .p-images__right,
  .p-images-3 .p-images__slider-item {
    height:360px
  }
  .p-images-3 .p-images__right_des {
    height:400px
  }
  .p-images__wrap_rev .p-images__right {
    width:calc(100% - 85px)
  }
  .p-images__brand {
    padding:20px
  }
}
@media screen and (max-width:1080px) {
  .p-images-1,
  .p-images-2,
  .p-images-3 {
    width:50%
  }
  .p-images__dop-block .p-images__dop-link {
    width:calc(20% - 10px)
  }
}
@media screen and (max-width:767px) {
  .p-images {
    border-right:none;
    float:none;
    margin-bottom:20px;
    width:100%
  }
  .p-images-3 .p-images__wrap {
    padding:0
  }
  .p-images__brand {
    padding:10px
  }
  .p-images__wrap {
    padding:0
  }
  .p-images__wrap_rev {
    flex-direction:row
  }
  .p-images__wrap_rev .p-images__left {
    width:100%
  }
  .p-images__wrap_rev .p-images__dop {
    margin-top:20px;
    width:calc(100% - 60px);
    transform:rotate(0deg);
    position:static
  }
  .p-images__wrap_rev .owl-carousel .owl-item {
    padding:1px
  }
  .p-images__wrap_rev .p-images__dop-link {
    transform:rotate(0deg)
  }
  .p-images__wrap_rev .p-images__right {
    width:100%
  }
  .p-images__right .owl-prev {
    left:10px
  }
  .p-images__right .owl-next {
    right:10px
  }
  .p-images__dop {
    width:calc(100% - 60px)
  }
  .p-images__dop-block {
    width:calc(100% + 6px);
    margin:10px -3px 0
  }
  .p-images__dop-block .p-images__dop-link {
    padding:5px;
    margin:6px 3px 0;
    width:calc(16.66% - 6px)
  }
}
@media screen and (max-width:580px) {
  .p-images__brand-logo img {
    max-width:40px
  }
}
.options__list {
  margin-top:20px
}
.options__list:first-child {
  margin-top:0
}
.options__list .i-check-l {
  opacity:0;
  position:absolute;
  transform:translate(-50%,-50%);
  left:50%;
  top:50%;
  visibility:hidden;
  transition:all .2s ease-out
}
.options__list .selected .i-check-l {
  opacity:1;
  visibility:visible
}
.options__list-wrap {
  display:flex;
  flex-wrap:wrap;
  margin-top:-15px;
  margin-left:-15px
}
.options .options__list:not(.color) a {
  border:1px solid #eee;
  background:#fff;
  border-radius:10px;
  color:#222;
  margin-top:15px;
  margin-left:15px;
  padding:11px 15px 9px;
  position:relative;
  transition:all .2s ease-out;
  text-decoration:none
}
.options .options__list:not(.color) a.selected,
.options .options__list:not(.color) a.selected:hover {
  border-color:var(--cheme-color-dop);
  box-shadow:0 0 0 1px var(--cheme-color-dop)
}
.options .options__list:not(.color) a:hover {
  border-color:var(--cheme-color-dop)
}
.options__name {
  font-size:13px;
  font-size:.8125rem
}
.options .color a {
  box-shadow:0 0 0 1px rgba(0,0,0,.1);
  border-radius:50%;
  margin-top:15px;
  margin-left:15px;
  padding:0;
  position:relative;
  transition:all .2s ease-out;
  text-decoration:none;
  width:34px;
  height:34px
}
.options .color a:hover .options__name {
  opacity:1;
  visibility:visible
}
.options .color a.selected {
  border:3px solid #fff;
  box-shadow:0 0 0 3px var(--cheme-color-dop)
}
.options .color .options__name {
  background-color:#555;
  border-radius:4px;
  color:#fff;
  font-size:12px;
  font-size:.75rem;
  opacity:0;
  position:absolute;
  padding:7px 12px;
  transition:all .2s ease-out;
  transition-delay:.05s;
  visibility:hidden;
  top:-35px;
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}
.options .color .options__disabled .options__name {
  display:none
}
.options__disabled {
  cursor:not-allowed;
  opacity:.6
}
.options__disabled:hover {
  border-color:#eee!important
}
.options__disabled:after,
.options__disabled:before {
  background-color:red;
  content:"";
  width:25px;
  position:absolute;
  height:1px;
  left:50%;
  top:50%;
  transform-origin:left
}
.options__disabled:after {
  transform:rotate(-45deg) translate(-50%,-50%)
}
.options__disabled:before {
  transform:rotate(45deg) translate(-50%,-50%)
}
.skus li {
  font-size:14px;
  font-size:.875rem;
  list-style-type:none;
  margin-top:10px
}
.skus li:first-child {
  margin-top:0
}
.skus label {
  cursor:pointer
}
.skus__art,
.skus__name {
  margin-right:10px
}
.skus__price {
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.skus__price-old {
  color:gray;
  font-size:12px;
  font-size:.75rem;
  display:block;
  margin-top:2px;
  text-decoration:line-through
}
.skus__disabled {
  opacity:.4;
  text-decoration:line-through
}
.services__list {
  margin-bottom:15px
}
.services__list:last-child {
  margin-bottom:0
}
.services label {
  cursor:pointer;
  font-size:13px;
  font-size:.8125rem;
  margin-right:5px
}
.services select {
  background:#fff;
  margin-top:10px
}
.product__pr-price {
  display:flex;
  flex-direction:column;
  width:100%
}
.product__pr-price-wrap {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap
}
.product__pr-price-new {
  font-size:18px;
  font-size:1.125rem;
  font-weight:700;
  margin-right:10px
}
.product__pr-price-new .price {
  font-size:30px;
  font-size:1.875rem
}
.product__pr-price-old {
  color:gray;
  text-decoration:line-through;
  margin-top:5px
}
.product__pr-price-old .price {
  font-size:20px;
  font-size:1.25rem
}
.product__pr-price-label {
  margin-top:5px
}
.product__pr-price-base {
  color:#777;
  margin-top:15px
}
.product__pr-price-base .price {
  font-weight:var(--font-weight)
}
.product__pr-price-ratio {
  color:#777;
  margin-top:5px
}
.product__calc {
  background:#f7f7f7;
  margin:30px -20px 0;
  padding:30px 20px
}
.product__content-2 .product__calc {
  margin:20px 20px 0 0;
  padding:0
}
@media screen and (max-width:767px) {
  .product__calc {
    margin:30px -20px 0
  }
}
@media screen and (max-width:480px) {
  .product__content-2 .product__calc {
    width:100%
  }
}
.counter-pr+.calc-pr {
  margin-left:20px;
  flex:1
}
.calc-pr {
  display:flex;
  flex-direction:column;
  text-align:center
}
.calc-pr__title {
  font-size:20px;
  font-size:1.25rem;
  font-weight:700
}
.calc-pr__title+div {
  margin-top:10px
}
.calc-pr__wrap {
  display:flex;
  flex-direction:column
}
.calc-pr__ratio {
  color:#777
}
.calc-pr__ratio+div {
  margin-top:10px
}
.calc-pr__prices {
  align-items:baseline;
  display:flex;
  flex-wrap:wrap;
  justify-content:center
}
.calc-pr__price-new {
  font-size:30px;
  font-size:1.875rem;
  font-weight:700;
  margin:0 5px
}
.calc-pr__price-new_low {
  font-size:16px;
  font-size:1rem;
  margin:0 2px
}
.calc-pr__price-old {
  font-size:20px;
  font-size:1.25rem;
  color:gray;
  text-decoration:line-through;
  margin:5px 5px 0
}
.calc-pr__price-old_low {
  font-size:14px;
  font-size:.875rem;
  margin:2px 2px 0
}
.calc-pr__label {
  margin-top:5px
}
.no-currency .currency,
.reviews h1 {
  display:none
}
.reviews__wrap {
  display:flex
}
.reviews__left {
  flex:none;
  width:calc(100% - 350px)
}
.reviews__right {
  margin-left:50px;
  width:300px
}
.reviews__right .products {
  margin:0
}
.reviews__right .products__item {
  margin:0;
  position:sticky;
  top:20px;
  width:100%
}
.reviews__right_h .products__item {
  top:90px
}
.p-rating {
  margin-bottom:30px
}
.p-rating__all {
  margin-bottom:10px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  line-height:1.8
}
.p-rating__all-star {
  display:flex;
  align-items:center;
  margin-right:5px
}
.p-rating__all-hint {
  color:gray;
  font-size:12px;
  font-size:.75rem;
  margin-right:5px
}
.p-rating__wrap {
  display:flex;
  align-items:center
}
.p-rating__dis td {
  padding-top:5px;
  padding-bottom:5px
}
.p-rating__dis-2 {
  padding-left:15px;
  padding-right:15px
}
.p-rating__dis-3 {
  font-size:12px;
  font-size:.75rem;
  color:gray
}
.p-rating__dis-bar {
  background:#eee;
  border-radius:5px;
  width:120px;
  height:8px
}
.p-rating__dis-fill {
  border-radius:5px;
  background:var(--cheme-color-dop);
  height:8px;
  width:0
}
.p-rating__rate:not(.p-rating__rate_disabled) {
  border-bottom:1px solid;
  cursor:pointer;
  display:inline-block;
  transition:color,border-bottom-color .2s ease-out
}
.p-rating__rate:not(.p-rating__rate_disabled):hover {
  color:#4e7df1;
  border-bottom-color:transparent
}
.p-rating__right {
  margin-left:50px;
  flex:1
}
.p-rating__circle {
  position:relative;
  width:140px;
  height:140px
}
.p-rating__circle,
.p-rating__circle-c {
  display:flex;
  align-items:center;
  justify-content:center
}
.p-rating__circle-c {
  border:8px solid #eee;
  border-radius:50%;
  width:135px;
  height:135px
}
.p-rating__circle-num {
  font-size:30px;
  font-size:1.875rem
}
.p-rating__circle svg {
  left:0;
  top:0;
  position:absolute;
  width:100%;
  height:100%;
  transform:rotateX(180deg) rotate(90deg)
}
.p-reviews__header {
  background:#f9f9f9;
  border-radius:6px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  padding:30px;
  margin-left:30px
}
.p-reviews__header-title {
  font-size:20px;
  font-size:1.25rem;
  line-height:1.4;
  margin-bottom:40px;
  text-align:center
}
.p-reviews__header-button,
.p-reviews__header-button .button {
  width:100%
}
.p-reviews__form {
  display:none;
  background:#f9f9f9;
  border:1px solid #eee;
  border-radius:6px;
  padding:25px;
  margin:0 auto;
  max-width:600px
}
.p-reviews__form_act {
  display:block
}
.p-reviews__form-good {
  display:none;
  color:#43c16d;
  text-align:center
}
.p-reviews__form-wrap {
  background:#fff;
  border:1px solid #eee;
  border-radius:6px;
  padding:30px
}
.p-reviews__form-no-user {
  line-height:1.6
}
.p-reviews__form-user {
  line-height:1.6;
  margin-bottom:20px;
  display:flex;
  align-items:center
}
.p-reviews__form-user-name {
  margin:0 10px
}
.p-reviews__form-title {
  font-size:20px;
  font-size:1.25rem;
  margin-bottom:30px;
  text-align:center
}
.p-reviews__form-item {
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  line-height:1.4
}
.p-reviews__form-item .wa-captcha p {
  margin-bottom:0;
  display:flex;
  align-items:center
}
.p-reviews__form-item .wa-captcha strong {
  margin:0 10px
}
.p-reviews__form-errors {
  color:red;
  line-height:1.8;
  flex-direction:column;
  align-items:flex-start
}
.p-reviews__form-t {
  font-size:15px;
  font-size:.9375rem;
  margin-right:10px
}
.p-reviews__form-rates .star {
  cursor:pointer
}
.p-reviews__form input[type=text],
.p-reviews__form select,
.p-reviews__form textarea {
  width:100%
}
.p-reviews__form-recommend {
  display:flex;
  margin-top:10px;
  width:100%
}
.p-reviews__form-recommend-item {
  margin-right:20px
}
.p-reviews__form-button {
  width:100%
}
.p-reviews__items {
  position:relative
}
.p-reviews__items-title {
  font-size:20px;
  font-size:1.25rem;
  line-height:1.6
}
.p-reviews__items_loading {
  opacity:.3
}
.p-reviews__items_loading .p-reviews__items-loading {
  opacity:1;
  visibility:visible
}
.p-reviews__items-loading {
  color:#222;
  padding-top:220px;
  top:0;
  opacity:0;
  position:absolute;
  text-align:center;
  transition:all .3s ease-out;
  visibility:hidden;
  width:100%;
  height:100%;
  z-index:20
}
.p-reviews__items-loading .icon30 {
  width:60px;
  height:60px
}
.p-reviews__items_all {
  cursor:pointer;
  color:#4e7df1;
  display:inline-block;
  line-height:1.2;
  font-size:14px;
  font-size:.875rem;
  border-bottom:1px dashed;
  transition:border .2s ease-out
}
.p-reviews__items_all:hover {
  border-bottom-color:transparent
}
.p-reviews__item {
  margin-top:70px;
  display:flex
}
.p-reviews__item-fl {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:20px
}
.p-reviews__item_reply {
  margin-left:70px;
  margin-top:40px;
  position:relative
}
.p-reviews__item_reply:before {
  background:#f0f3f9;
  content:"";
  position:absolute;
  left:25px;
  top:60px;
  bottom:0;
  width:2px;
  height:calc(100% - 60px)
}
.p-reviews__item_reply .p-reviews__item-content {
  padding-top:16px
}
.p-reviews__item-icon {
  width:50px;
  margin-right:20px
}
.p-reviews__item-icon-text {
  background:#f0f3f9;
  border-radius:50%;
  color:#4e7df1;
  font-weight:var(--font-weight);
  font-size:18px;
  font-size:1.125rem;
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px
}
.p-reviews__item-content {
  flex:1
}
.p-reviews__item-header {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.p-reviews__item-rating {
  margin-top:10px
}
.p-reviews__item-name {
  font-size:16px;
  font-size:1rem;
  display:flex;
  align-items:center
}
.p-reviews__item-company {
  background:var(--cheme-color);
  border-radius:4px;
  color:#fff;
  margin-left:10px;
  padding:5px 10px;
  font-size:12px;
  font-size:.75rem
}
.p-reviews__item-date {
  font-size:12px;
  font-size:.75rem;
  color:gray
}
.p-reviews__item-likes {
  display:flex;
  align-items:center;
  font-weight:var(--font-weight)
}
.p-reviews__item-likes svg {
  margin-right:5px
}
.p-reviews__item-like {
  color:#00ae00;
  display:flex;
  align-items:center
}
.p-reviews__item-dislike {
  color:#ee3a00;
  display:flex;
  align-items:center;
  white-space:nowrap
}
.p-reviews__item-title {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-top:20px
}
.p-reviews__item-text {
  margin-top:15px;
  line-height:1.6
}
.p-reviews__item-dignity {
  color:#00ae00
}
.p-reviews__item-limitations {
  color:#ee3a00
}
.p-reviews__item-reply {
  cursor:pointer;
  color:#4e7df1;
  font-size:13px;
  font-size:.8125rem;
  display:flex;
  align-items:center;
  width:100px
}
.p-reviews__item-reply-name {
  margin-left:10px;
  border-bottom:1px dashed;
  transition:all .2s ease-out
}
.p-reviews__item-reply:hover .p-reviews__item-reply-name {
  border-bottom-color:transparent
}
.p-reviews__rating {
  display:flex;
  align-items:center
}
.p-reviews__rating-rate {
  color:#fb7b34;
  font-size:45px;
  font-size:2.8125rem;
  letter-spacing:-1px;
  font-weight:700;
  margin-right:5px
}
.p-reviews__rating-rate_small {
  font-size:30px;
  font-size:1.875rem
}
.p-reviews__rating-recommend {
  margin-top:5px
}
.p-reviews__images {
  margin-bottom:40px;
  display:none
}
.p-reviews__images a {
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0;
  border:2px solid #eee;
  border-radius:4px;
  margin:2px;
  padding:7px;
  transition:border .2s ease-out;
  width:95px;
  height:95px
}
.p-reviews__images a:hover {
  border-color:var(--cheme-color-dop)
}
.p-reviews__images a img {
  max-width:100%;
  max-height:100%
}
.p-reviews__images-slider {
  margin-top:20px;
  overflow:hidden
}
.p-reviews__images-slider_active {
  overflow:visible
}
.p-reviews__votes {
  display:flex;
  align-items:center
}
.p-reviews__votes-text {
  color:#888;
  font-size:12px;
  font-size:.75rem;
  margin-right:30px
}
.p-reviews__votes-button {
  background-color:#f0f3f9;
  border-radius:15px;
  border:none;
  color:#5a6c7d;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all .3s ease-out;
  width:56px;
  height:30px
}
.p-reviews__votes-button:hover,
.p-reviews__votes-button_active {
  background-color:#e2e7ec
}
.p-reviews__votes-like {
  margin-right:10px
}
.p-reviews__votes-like svg {
  margin-top:-1px
}
.p-reviews__votes-count {
  font-size:12px;
  font-size:.75rem;
  margin-left:5px
}
@media screen and (max-width:1080px) {
  .reviews__left {
    width:100%
  }
  .reviews__right {
    display:none
  }
  .p-reviews__images .owl-theme-nav-2 .owl-prev {
    left:-10px
  }
  .p-reviews__images .owl-theme-nav-2 .owl-next {
    right:-10px
  }
}
@media screen and (max-width:767px) {
  .p-rating__wrap {
    flex-wrap:wrap
  }
  .p-reviews__header {
    margin-left:0;
    margin-top:30px;
    padding:20px;
    width:100%
  }
  .p-reviews__header-title {
    margin-bottom:20px
  }
}
@media screen and (max-width:580px) {
  .p-rating__dis-bar {
    width:100px
  }
  .p-rating__right {
    display:none
  }
  .p-reviews__header-title {
    font-size:16px;
    font-size:1rem
  }
  .p-reviews__items-title {
    font-size:15px;
    font-size:.9375rem
  }
  .p-reviews__item {
    border:1px solid #eee;
    border-radius:6px;
    padding:15px;
    margin-top:40px
  }
  .p-reviews__item_reply {
    margin-left:15px;
    margin-top:20px
  }
  .p-reviews__item_reply:before {
    left:-14px;
    top:0;
    height:100%
  }
  .p-reviews__item_reply .p-reviews__item-content {
    padding-top:0
  }
  .p-reviews__item-icon {
    display:none
  }
  .p-reviews__item-content {
    flex:none;
    width:100%
  }
  .p-reviews__item-title {
    font-size:15px;
    font-size:.9375rem
  }
  .p-reviews__item-text {
    font-size:12px;
    font-size:.75rem
  }
  .p-reviews__item-name {
    font-size:14px;
    font-size:.875rem
  }
  .p-reviews__form,
  .p-reviews__form-wrap {
    padding:10px
  }
  .p-reviews__votes {
    flex-wrap:wrap;
    justify-content:flex-end;
    width:140px
  }
  .p-reviews__votes-text {
    margin-right:0;
    margin-bottom:10px
  }
  .p-reviews__votes-button {
    width:46px;
    height:24px
  }
}
.tab__names .h-menu {
  border-left:1px solid #eee;
  border-top-left-radius:6px;
  height:56px;
  margin-left:0;
  position:relative
}
.tab__names .h-menu__item {
  padding:0
}
.tab__names .h-menu__item:first-child .h-menu__link {
  border-top-left-radius:6px
}
.tab__names .h-menu__name {
  transition:all .3s ease-out
}
.tab__names .h-menu__link {
  color:#222!important;
  background:#f9f9f9;
  border-right:1px solid #eee;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding:0 30px;
  height:56px
}
.tab__names .h-menu__link:hover {
  background:#efefef
}
.tab__names .h-menu__link_active-tab {
  background:#fff;
  border-bottom-color:var(--cheme-color);
  border-bottom-width:2px
}
.tab__names .h-menu__link_active-tab:hover {
  background:#fff
}
.tab__names .h-menu__link_active-tab .h-menu__name {
  margin-bottom:-1px
}
.tab__names .h-menu__sub {
  display:none;
  opacity:1;
  visibility:visible;
  top:100%
}
.tab__names .h-menu__item:hover .h-menu__sub {
  top:100%
}
.tab__blocks {
  padding-top:30px
}
.tab__block {
  display:none
}
.tab__block:first-child {
  display:block
}
.tab__block .products_slider {
  margin-bottom:0
}
.tabs {
  border-bottom:1px solid #eee;
  display:flex;
  list-style:none
}
.tabs__item {
  margin-bottom:-1px
}
.tabs__name {
  color:#888;
  cursor:pointer;
  font-size:16px;
  font-size:1rem;
  padding:20px;
  transition:color .3s ease-out
}
.tabs__name:hover {
  color:#222
}
.tabs__name_active {
  border-bottom:1px solid var(--cheme-color);
  box-shadow:0 -1px 0 0 var(--cheme-color) inset;
  color:#222
}
.p-left {
  width:calc(100% - (var(--w-l) + 50px))
}
.features {
  line-height:1.4;
  width:100%
}
.features td {
  border-bottom:1px solid #eee;
  padding:12px 0;
  width:35%
}
.features td+td {
  padding-left:10px;
  width:65%
}
.features tr:last-child td {
  border-bottom:none
}
.features__name {
  color:gray
}
.features__color {
  margin-top:5px
}
.features__color:first-child {
  margin-top:0
}
.features .divider .features__name {
  color:#222;
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight)
}
.features .divider td {
  padding-top:40px
}
.features .divider:first-child td {
  padding-top:0
}
.features-two .divider {
  color:#222;
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight);
  margin-bottom:25px
}
.features-two__values {
  gap:20px;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:35px
}
.features-two__block {
  align-items:flex-start;
  display:flex;
  flex:none;
  width:calc(50% - 10px);
  margin-top:-5px
}
.features-two__name,
.features-two__value {
  width:50%
}
.features-two__value {
  padding-left:10px
}
.features-two__name {
  position:relative
}
.features-two__name span {
  color:gray;
  background:#fff;
  padding:5px 5px 5px 0;
  position:relative
}
.features-two__name:before {
  content:"";
  border-bottom:1px dashed #dedee2;
  position:absolute;
  bottom:0;
  width:100%
}
.features-two-val {
  display:flex;
  gap:30px;
  align-items:flex-start
}
.features-two-val__col {
  flex:auto;
  width:100%
}
.features-two-val .divider {
  color:#222;
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight);
  margin-top:35px;
  margin-bottom:15px
}
.features-two-val .divider:first-child {
  margin-top:0
}
.features-two-val__values {
  gap:20px;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:35px
}
.features-two-val__block {
  align-items:flex-start;
  display:flex;
  margin-top:15px
}
.features-two-val__name,
.features-two-val__value {
  width:50%
}
.features-two-val__value {
  padding-left:10px
}
.features-two-val__name {
  position:relative
}
.features-two-val__name span {
  color:gray;
  background:#fff;
  padding:5px 5px 5px 0;
  position:relative
}
.features-two-val__name:before {
  content:"";
  border-bottom:1px dashed #dedee2;
  position:absolute;
  bottom:0;
  width:100%
}
.p-tabs__items {
  border:1px solid #eee;
  border-radius:4px;
  overflow:hidden;
  display:flex
}
.p-tabs__item {
  background:#f9f9f9;
  cursor:pointer;
  flex:none;
  font-size:16px;
  font-size:1rem;
  padding:10px;
  text-align:center;
  width:50%
}
.p-tabs__item_active {
  background:#fff
}
.p-tabs__item:first-child {
  border-right:1px solid #eee
}
.p-tabs__blocks {
  padding-top:20px
}
.p-tabs__block {
  display:none
}
.p-tabs__block:first-child {
  display:block
}
.product__content-2 .product__content-tabs {
  padding:30px 0 20px
}
@media screen and (max-width:1080px) {
  .p-left {
    width:100%
  }
}
@media screen and (max-width:767px) {
  .tab__names .h-menu {
    height:40px
  }
  .tab__names .h-menu__link {
    font-size:12px;
    font-size:.75rem;
    height:40px;
    padding:0 12px
  }
  .tab__names .h-menu__item {
    position:static
  }
  .tab .h-menu__sub {
    width:100%
  }
  .features-two .divider {
    margin-bottom:20px
  }
  .features-two__values {
    margin-bottom:25px
  }
  .features-two__block {
    width:100%
  }
  .features-two-val {
    display:flex;
    gap:25px;
    flex-wrap:wrap
  }
  .features-two-val .divider {
    margin-top:25px
  }
}
.news-v-1 {
  display:flex;
  flex-wrap:wrap;
  margin-top:-30px;
  margin-left:-30px
}
.news-v-1 a {
  color:#222;
  text-decoration:none
}
.news-v-1__item {
  flex:none;
  margin-left:30px;
  margin-top:30px;
  transition:all .3s ease-out;
  width:calc(25% - 30px)
}
.news-v-1__item:hover {
  transform:translateY(-5px)
}
.news-v-1__item_w {
  width:calc(50% - 30px)
}
.news-v-1__item_w .news-v-1__content {
  background-color:#555;
  min-height:300px
}
.news-v-1__item_w .news-v-1__content:before {
  background:rgba(0,0,0,.2);
  border-radius:4px;
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0
}
.news-v-1__item_w .news-v-1__post {
  color:#fff;
  padding:20px;
  position:absolute;
  bottom:0;
  left:0;
  width:100%
}
.news-v-1__item_w .news-v-1__name {
  font-size:20px;
  font-size:1.25rem
}
.news-v-1__item_w .news-v-1__des {
  color:#eee
}
.news-v-1__item_bg .news-v-1__content {
  background-color:#555;
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.news-v-1__item_bg .news-v-1__content:before {
  background:rgba(0,0,0,.2);
  border-radius:4px;
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0
}
.news-v-1__item_bg .news-v-1__info {
  position:static;
  padding:20px
}
.news-v-1__item_bg .news-v-1__post {
  padding:80px 20px 20px;
  position:relative
}
.news-v-1__item_bg .news-v-1__name {
  color:#fff
}
.news-v-1__item_bg .news-v-1__des {
  color:#eee
}
.news-v-1__content {
  height:100%
}
.news-v-1__content,
.news-v-1__img {
  border-radius:4px;
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover;
  position:relative
}
.news-v-1__img {
  margin-bottom:15px;
  padding-top:160px
}
.news-v-1__img:before {
  background:rgba(0,0,0,.2);
  border-radius:4px;
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0
}
.news-v-1__name {
  font-size:16px;
  font-size:1rem;
  line-height:1.4
}
.news-v-1__des {
  color:#666;
  margin-top:15px;
  line-height:1.6
}
.news-v-1__info {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  position:absolute;
  left:20px;
  top:20px;
  right:20px;
  z-index:2
}
.news-v-1__author {
  margin-top:-12px;
  position:relative
}
.news-v-1__author-img img {
  border-radius:50%;
  width:30px
}
.news-v-1__author-name {
  background:#fff;
  color:#222;
  box-shadow:0 0 9px rgba(0,0,0,.3);
  border-radius:3px;
  padding:10px 15px;
  display:block;
  font-size:11px;
  font-size:.6875rem;
  font-weight:var(--font-weight);
  margin-left:5px;
  opacity:0;
  visibility:hidden;
  position:absolute;
  bottom:-35px;
  left:50%;
  transform:translateX(-50%);
  z-index:1;
  white-space:nowrap;
  transition:all .2s ease-out
}
.news-v-1__author:hover .news-v-1__author-name {
  opacity:1;
  visibility:visible
}
.news-v-1__date {
  font-size:13px;
  font-size:.8125rem;
  color:#eee
}
.news-v-1__blog {
  color:#eee;
  font-size:12px;
  font-size:.75rem;
  flex:none;
  font-weight:var(--font-weight);
  margin-bottom:10px;
  width:100%
}
@media screen and (max-width:815px) {
  .news-v-1 {
    margin-top:-10px;
    margin-left:-10px
  }
  .news-v-1__item {
    margin-left:10px;
    margin-top:10px;
    width:calc(50% - 10px)
  }
  .news-v-1__item:hover {
    transform:translateY(0)
  }
  .news-v-1__item_w {
    width:calc(100% - 10px)
  }
  .news-v-1__author-name {
    display:none
  }
}
@media screen and (max-width:480px) {
  .news-v-1__name {
    font-size:14px;
    font-size:.875rem
  }
  .news-v-1__des {
    font-size:12px;
    font-size:.75rem
  }
  .news-v-1__item_w .news-v-1__content {
    min-height:260px
  }
  .news-v-1__item_w .news-v-1__post {
    padding:10px
  }
  .news-v-1__item_w .news-v-1__name {
    font-size:15px;
    font-size:.9375rem
  }
  .news-v-1__item_w .news-v-1__author {
    margin-top:-12px;
    width:auto
  }
  .news-v-1__item_bg .news-v-1__info {
    padding:10px
  }
  .news-v-1__item_bg .news-v-1__post {
    padding:60px 10px 20px
  }
  .news-v-1__info {
    left:10px;
    right:10px;
    top:15px
  }
  .news-v-1__author {
    flex:none;
    margin-top:10px;
    width:100%
  }
}
.footer {
  background:var(--c-f-b);
  color:var(--c-f-c);
  padding-top:40px;
  margin-top:100px
}
.footer_pb {
  padding-bottom:60px
}
.footer__wrap {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  padding-bottom:40px
}
.footer__logo {
  font-size:0
}
.footer__logo img {
  max-width:100%;
  max-height:80px
}
.footer__item {
  display:block;
  flex:none;
  padding-left:40px;
  width:25%
}
.footer__item:first-child {
  padding-left:0
}
.footer__item-logo {
  margin-bottom:25px
}
.footer__item-desc {
  font-size:12px;
  font-size:.75rem;
  padding-right:40px
}
.footer__item-currency {
  margin-bottom:40px
}
.footer__item-pay,
.footer__item-policy {
  margin-bottom:20px
}
.footer__item-copy {
  font-size:11px;
  font-size:.6875rem;
  padding:20px 0
}
.footer__item-copy,
.footer__item-title {
  display:flex;
  align-items:center;
  margin-bottom:20px
}
.footer__item-title {
  color:var(--c-f-t);
  font-weight:var(--font-weight);
  line-height:1.4;
  margin-top:10px;
  justify-content:space-between
}
.footer__item-name {
  margin-right:10px
}
.footer__item-down {
  display:none;
  transition:all .3s ease-out;
  transform:rotate(0);
  width:20px;
  height:20px
}
.footer__item-down_active {
  transform:rotate(90deg)
}
.footer__item-contact,
.footer__item-soz {
  margin-bottom:40px
}
.footer__copy {
  border-top:1px solid var(--c-f-c)
}
.footer__copy-wrap {
  color:var(--c-f-c);
  font-size:12px;
  font-size:.75rem;
  line-height:1.4;
  padding:30px 0;
  text-align:center
}
.f-contact__item {
  margin-top:14px;
  display:flex;
  align-items:flex-start;
  line-height:1.6
}
.f-contact__item:first-child {
  margin-top:0
}
.f-contact__item-icon {
  color:var(--c-f-i-c);
  flex:none;
  display:flex;
  align-items:center;
  margin-right:10px;
  margin-top:2px
}
.f-contact__item-text {
  font-size:12px;
  font-size:.75rem
}
.f-contact__item-text a {
  color:var(--c-f-a)
}
.f-contact__item-text a:hover {
  color:var(--c-f-a-h)
}
.policy__link {
  color:var(--c-f-a);
  font-size:12px;
  font-size:.75rem
}
.policy__link:hover {
  color:var(--c-f-a-h)
}
.policy__sep {
  color:var(--c-f-a);
  margin:0 10px
}
.f-pay {
  font-size:0;
  margin-left:-5px
}
.f-pay-list {
  display:inline-block;
  margin-left:5px
}
.f-pay img {
  height:30px;
  margin-right:5px
}
.webasyst {
  margin-left:20px
}
.f-currency {
  margin-bottom:20px
}
.f-currency_di {
  display:inline-block;
  margin-left:20px
}
.f-currency select {
  background:#f9f9f9;
  font-size:12px;
  font-size:.75rem;
  height:30px;
  padding:0 10px
}
.f-menu {
  margin-bottom:40px
}
.f-menu__list {
  margin-top:14px
}
.f-menu__list:first-child {
  margin-top:0
}
.f-menu a {
  color:var(--c-f-a-m);
  font-size:13px;
  font-size:.8125rem;
  line-height:1.4;
  text-decoration:none
}
.f-menu a:hover {
  color:var(--c-f-a-m-h)
}
.upTop {
  background:#fff;
  border:1px solid #ddd;
  border-radius:50%;
  color:#666;
  cursor:pointer;
  font-size:20px;
  font-size:1.25rem;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  position:fixed;
  left:-50px;
  bottom:68px;
  text-align:center;
  transition:all .3s ease-out;
  visibility:hidden;
  width:50px;
  height:50px;
  line-height:50px;
  z-index:900
}
.upTop .i-angle-down {
  margin-bottom:0;
  transform:rotate(-180deg)
}
.upTop_active {
  opacity:.5;
  left:10px;
  visibility:visible
}
.upTop_active:hover {
  opacity:1
}
@media screen and (max-width:1024px) {
  .footer__item {
    width:50%;
    padding-left:0
  }
}
@media screen and (max-width:767px) {
  .footer {
    margin-top:40px
  }
  .footer__item {
    width:100%;
    padding-left:0
  }
  .footer__item-title {
    margin-top:0
  }
  .footer__item-down {
    display:flex;
    align-items:center;
    justify-content:center
  }
  .footer__item-contact {
    display:none;
    margin-bottom:0
  }
  .footer__item-soz {
    margin-bottom:0;
    margin-top:40px
  }
  .f-menu {
    display:none;
    margin-bottom:0;
    padding-bottom:20px
  }
}
.f-panel {
  background:var(--c-f-p-f);
  box-shadow:0 0 5px rgba(0,0,0,.15);
  bottom:0;
  left:0;
  position:fixed;
  width:100%;
  z-index:900
}
.f-panel-2 {
  background:none;
  border-top:none;
  bottom:10px;
  box-shadow:none
}
.f-panel-2 .f-panel__wrap {
  justify-content:flex-start;
  align-items:stretch
}
.f-panel-2 .f-panel__icon {
  display:flex;
  align-items:center;
  border-left:none
}
.f-panel-2 .f-panel__cart,
.f-panel-2 .f-panel__icon-bars,
.f-panel-2 .f-panel__icon-filter {
  background:#fff;
  border-radius:6px;
  box-shadow:0 0 10px rgba(0,0,0,.5);
  margin-right:10px;
  border-right:none;
  padding:7px;
  height:40px;
  width:40px;
  display:flex;
  align-items:center;
  justify-content:center
}
.f-panel-2 .f-panel__cart {
  padding:0
}
.f-panel-2 .f-panel__cart .s-hicon {
  margin:0 10px
}
.f-panel-2 .f-panel__cart .mcart,
.f-panel-2 .f-panel__cart .s-mcart_circle,
.f-panel-2 .f-panel__cart .s-mcart_small {
  margin:5px
}
.f-panel-2 .s-mcart_active:hover .s-mcart__link {
  box-shadow:none
}
.f-panel__wrap {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.f-panel__wrap_center {
  justify-content:center
}
.f-panel-1 .f-panel__icon {
  border-left:1px solid var(--c-f-p-b);
  display:flex;
  align-items:center
}
.f-panel-1 .f-panel__icon-bars {
  background:var(--c-f-p-i-f);
  display:none;
  border-right:1px solid var(--c-f-p-b);
  flex:none;
  padding:0;
  width:60px;
  height:54px;
  padding:10px 15px
}
.f-panel-1 .f-panel__icon-bars .bars__line,
.f-panel-1 .f-panel__icon-bars .bars__line:after,
.f-panel-1 .f-panel__icon-bars .bars__line:before {
  background:var(--c-f-p-m)
}
.f-panel-1 .f-panel__icon-filter {
  color:var(--c-f-p-m);
  cursor:pointer;
  display:none;
  align-items:center;
  justify-content:center;
  width:60px;
  transition:all .3s ease-out
}
.f-panel-1 .f-panel__icon-filter,
.f-panel-1 .f-panel__icon .s-hicon {
  background:var(--c-f-p-i-f);
  border-right:1px solid var(--c-f-p-b);
  height:54px
}
.f-panel-1 .f-panel__icon .s-hicon {
  margin:0
}
.f-panel-1 .f-panel__icon .s-hicon a {
  display:flex;
  padding:0 25px;
  height:100%
}
.f-panel-1 .f-panel__icon .s-hicon__name {
  color:var(--c-f-p-i-c)
}
.f-panel-1 .f-panel__icon .s-hicon:hover .s-hicon__name {
  color:var(--c-f-p-i-c-h)
}
.f-panel-1 .f-panel__icon .s-hicon svg {
  color:var(--c-f-p-i)
}
.f-panel-1 .f-panel__icon .s-hicon:hover svg {
  color:var(--c-f-p-i-h)
}
.f-panel-1 .f-panel__icon .hcount {
  background-color:var(--c-f-p-c-bg);
  color:var(--c-f-p-c-c)
}
.f-panel-1 .f-panel__icon .hcount_active {
  background-color:var(--c-f-p-c-bg-a)
}
.f-panel-1 .f-panel__cart .s-mcart__link-footer {
  background:var(--c-f-p-c-f);
  color:var(--c-f-p-c);
  display:flex;
  align-items:center;
  border-left:1px solid var(--c-f-p-b);
  border-right:1px solid var(--c-f-p-b);
  padding:0 15px;
  height:54px
}
.f-panel-1 .f-panel__cart .s-mcart__link-footer:hover {
  color:var(--c-f-p-c-h)
}
.f-panel-1 .f-panel__cart .s-mcart__link {
  background:var(--c-f-p-c-f);
  border-color:#101fb3
}
.f-panel-1 .f-panel__cart .s-mcart__icon {
  background-color:var(--c-f-p-c-i-d);
  color:var(--c-f-p-c-i-c-d)
}
.f-panel-1 .f-panel__cart .s-mcart_active .s-mcart__icon {
  background-color:var(--c-f-p-c-i);
  color:var(--c-f-p-c-i-c)
}
.f-panel-1 .f-panel__cart .hcount {
  background-color:var(--c-f-p-c-c-bg-d);
  color:var(--c-f-p-c-c-c)
}
.f-panel-1 .f-panel__cart .hcount_active {
  background-color:var(--c-f-p-c-c-bg)
}
@media screen and (max-width:1080px) {
  .f-panel-1 .f-panel__icon-bars,
  .f-panel-1 .f-panel__icon-filter,
  .f-panel-2 .f-panel__cart {
    display:flex
  }
}
@media screen and (max-width:960px) {
  .f-panel-1 .f-panel__icon .s-hicon a {
    padding:0 15px
  }
}
@media screen and (max-width:480px) {
  .f-panel-1 .f-panel__icon-bars {
    width:44px;
    height:46px;
    padding:8px
  }
  .f-panel-1 .f-panel__icon-filter {
    height:46px;
    width:44px
  }
  .f-panel-1 .f-panel__icon .s-hicon {
    height:46px
  }
  .f-panel-1 .f-panel__icon .s-hicon a {
    padding:0 12px
  }
  .f-panel-1 .f-panel__icon .s-hicon__count {
    position:absolute;
    top:4px;
    right:3px
  }
  .f-panel-1 .f-panel__cart .s-mcart__link-footer {
    height:46px;
    border:none;
    padding:0
  }
}
.f-panel-2 .f-panel__icon-bars {
  background-color:var(--c-m-p-b)
}
.f-panel-2 .bars__line,
.f-panel-2 .bars__line:after,
.f-panel-2 .bars__line:before {
  background-color:var(--c-m-p-b-i)
}
.f-panel-2 .f-panel__icon-filter {
  background-color:var(--c-m-p-f);
  color:var(--c-m-p-f-i)
}
.f-panel-2 .f-panel__cart {
  background-color:var(--c-m-p-c)
}
.f-panel-2 .mcart__icon {
  background:none;
  box-shadow:none;
  color:var(--c-m-p-c-i-d)
}
.f-panel-2 .mcart_active .mcart__icon {
  color:var(--c-m-p-c-i)
}
.f-panel-2 .mcart__info {
  display:none
}
.f-panel-2 .hcount {
  background-color:var(--c-m-p-c-c-d);
  color:var(--c-m-p-c-c-c)
}
.f-panel-2 .hcount_active {
  background-color:var(--c-m-p-c-c)
}
.footerPanel {
  background:#fff;
  box-shadow:0 2px 10px 0 rgba(0,0,0,.12);
  position:fixed;
  right:0;
  left:0;
  bottom:0;
  z-index:900
}
.footerPanel a {
  color:#222;
  text-decoration:none
}
.footerPanel .hcount {
  display:block;
  background-color:var(--c-m-p-c-c-d);
  color:var(--c-m-p-c-c-c);
  opacity:0;
  position:absolute;
  right:-10px;
  top:-4px
}
.footerPanel .hcount_active {
  background-color:var(--c-m-p-c-c);
  opacity:1
}
.footerPanel__wrap {
  display:flex;
  height:60px
}
.footerPanel__item {
  flex:auto;
  width:100%
}
.footerPanel__fl {
  gap:5px;
  flex-direction:column;
  height:100%
}
.footerPanel__fl,
.footerPanel__icon {
  display:flex;
  align-items:center;
  justify-content:center
}
.footerPanel__icon {
  color:#888;
  position:relative;
  flex:none;
  height:22px
}
.footerPanel__name {
  color:#777;
  font-size:11px;
  font-size:.6875rem;
  font-weight:var(--font-weight)
}
.footerPanel__item_active .footerPanel__icon,
.footerPanel__item_active .footerPanel__name {
  color:var(--cheme-color)
}
.subscribe__wrap {
  background:#fff;
  border-radius:6px;
  border:1px solid #eee;
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.subscribe__info {
  width:50%;
  padding-right:5%
}
.subscribe__icon,
.subscribe__info {
  flex:none;
  display:flex;
  align-items:center
}
.subscribe__icon {
  background:#43c16d;
  border:1px solid #eee;
  border-radius:50%;
  color:#fff;
  justify-content:center;
  width:60px;
  height:60px
}
.subscribe__content {
  margin-left:20px
}
.subscribe__title {
  font-size:20px;
  font-size:1.25rem;
  line-height:1.2;
  font-weight:var(--font-weight);
  margin-bottom:10px
}
.subscribe__des {
  line-height:1.4
}
.subscribe__form {
  flex:none;
  width:50%
}
.subscribe__form form {
  position:relative
}
input.subscribe__input {
  display:inline-block;
  padding-right:150px;
  vertical-align:top;
  height:48px;
  width:100%
}
.subscribe__button {
  margin-top:0;
  position:absolute;
  right:0;
  top:0;
  height:48px;
  line-height:48px
}
.subscribe__label {
  margin-top:10px;
  margin-bottom:0
}
.subscribe label {
  font-size:12px;
  font-size:.75rem
}
label.subscribe_error {
  color:red
}
input.subscribe_error {
  border-color:red
}
.subscribe__thank {
  color:green;
  font-weight:var(--font-weight);
  font-size:14px;
  font-size:.875rem
}
.subscribe_lite .subscribe__input {
  font-size:13px;
  font-size:.8125rem;
  height:34px
}
.subscribe_lite .subscribe__button {
  height:28px;
  line-height:28px
}
@media screen and (max-width:767px) {
  .subscribe__wrap {
    padding:20px;
    flex-wrap:wrap
  }
  .subscribe__info {
    flex-direction:row-reverse;
    margin-bottom:20px;
    padding-right:0;
    width:100%
  }
  .subscribe__content {
    margin-left:0;
    margin-right:5%
  }
  .subscribe__title {
    font-size:18px;
    font-size:1.125rem
  }
  .subscribe__form {
    width:100%
  }
}
.f-cookies {
  display:flex;
  justify-content:center;
  position:fixed;
  bottom:65px;
  left:0;
  right:0;
  width:100%;
  z-index:99
}
.f-cookies__wrap {
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
  box-shadow:2px 2px 6px hsla(240,9%,43%,.3);
  font-size:0;
  padding:12px 24px;
  max-width:calc(100% - 20px)
}
.f-cookies__text {
  color:#222;
  font-size:12px;
  font-size:.75rem;
  font-weight:var(--font-weight);
  line-height:1.2;
  padding-right:20px
}
.f-cookies__button button {
  color:#e05a2d;
  cursor:pointer;
  font-weight:var(--font-weight);
  border:none;
  background:none
}
.in-modal-content {
  padding:30px
}
.ss-modal {
  font-size:0;
  overflow:auto;
  position:fixed;
  top:0;
  left:0;
  visibility:hidden;
  width:100%;
  height:100%;
  z-index:9999;
  -webkit-tap-highlight-color:transparent;
  backface-visibility:hidden
}
.ss-modal_active {
  visibility:visible
}
.ss-modal_active .ss-modal__popup {
  opacity:1;
  transform:scale(1)
}
.ss-modal-wrap {
  background-color:rgba(0,0,0,.5);
  opacity:0;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  transition:all .25s ease-in-out;
  visibility:hidden;
  width:100%;
  height:100%;
  z-index:9999
}
.ss-modal-wrap_active {
  opacity:1;
  visibility:visible
}
.ss-modal-loading {
  color:#eee;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.ss-modal-loading .icon30 {
  width:60px;
  height:60px
}
.ss-modal__popup {
  background:#fff;
  border-radius:6px;
  display:inline-block;
  font-size:14px;
  font-size:.875rem;
  margin:30px;
  opacity:0;
  overflow:hidden;
  position:relative;
  transform:scale(1.1);
  transition:all .25s ease-in-out;
  vertical-align:middle;
  max-width:calc(100% - 62px);
  text-align:left
}
.ss-modal__close {
  cursor:pointer;
  font-size:12px;
  font-size:.75rem;
  position:absolute;
  right:10px;
  top:10px
}
.ss-modal__content {
  height:100%;
  text-align:center;
  overflow:auto
}
.ss-modal__content:before {
  content:"";
  display:inline-block;
  height:100%;
  vertical-align:middle
}
.addCart {
  text-align:left;
  padding:30px
}
.addCart.s-cart-page {
  margin-bottom:0
}
.addCart .c-item {
  border-bottom:1px solid #eee;
  padding-bottom:20px;
  min-width:640px;
  max-width:700px
}
.addCart .c-item__price-old,
.addCart .c-item__remove,
.addCart .c-item__service {
  display:none
}
.addCart__title {
  font-size:20px;
  font-size:1.25rem;
  font-weight:var(--font-weight);
  margin-bottom:30px;
  line-height:1.2
}
.addCart__button {
  margin-top:30px;
  text-align:right
}
.addCart__button_center {
  text-align:center
}
.addCart__button .button {
  font-size:13px;
  font-size:.8125rem;
  font-weight:400;
  padding:0;
  width:180px
}
.addCart__button .button+.button {
  margin-left:10px
}
.addCart__upselling {
  border-top:1px solid #eee;
  font-size:0;
  margin-top:30px;
  padding-top:20px
}
.addCart__u {
  display:flex;
  max-width:700px
}
.addCart__u .owl-nav {
  top:-60px
}
.addCart__u .owl-next,
.addCart__u .owl-prev {
  width:36px;
  height:36px
}
.addCart__u-link {
  text-decoration:none
}
.addCart__u-list {
  width:100%
}
.addCart__u-img {
  display:block;
  width:60px;
  height:60px;
  margin-bottom:10px
}
.addCart__u-img img {
  height:100%
}
.addCart__u-name {
  display:block;
  font-size:13px;
  font-size:.8125rem;
  font-weight:var(--font-weight);
  margin-bottom:10px;
  max-width:280px;
  line-height:1.4
}
.addCart__u-price {
  display:inline-block;
  font-size:16px;
  font-size:1rem;
  font-weight:var(--font-weight);
  margin-right:10px
}
.addCart__u-price-old {
  display:inline-block;
  color:#ccc;
  font-size:14px;
  font-size:.875rem;
  text-decoration:line-through
}
.c-item {
  display:flex;
  align-items:center;
  position:relative
}
.c-item_loading {
  opacity:.8
}
.c-item_loading .c-item__loading {
  opacity:1;
  visibility:visible
}
.c-item a {
  color:#222;
  font-size:16px;
  font-size:1rem
}
.c-item a:hover {
  color:var(--cheme-color)
}
.c-item__loading {
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:all .2s ease-out;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0
}
.c-item__img {
  font-size:0;
  flex:none;
  text-align:center;
  width:70px
}
.c-item__img img {
  max-width:100%;
  max-height:60px
}
.c-item__info {
  flex:1;
  padding:0 20px;
  width:calc(100% - 330px)
}
.c-item__name {
  font-size:14px;
  font-size:.875rem;
  line-height:1.4
}
.c-item__name-service {
  color:#888;
  font-size:13px;
  font-size:.8125rem;
  margin-top:5px
}
.c-item__sku {
  color:#888;
  margin-top:5px;
  font-size:12px;
  font-size:.75rem
}
.c-item__service {
  font-size:13px;
  font-size:.8125rem
}
.c-item__prices {
  margin-top:10px
}
.c-item__count {
  flex:none;
  text-align:center;
  width:100px
}
.c-item__count-pr {
  display:flex;
  align-items:flex-end;
  flex-direction:column;
  flex:none;
  max-width:200px
}
.c-item__total {
  flex:none;
  text-align:right;
  vertical-align:top;
  width:160px
}
.c-item__price {
  font-size:18px;
  font-size:1.125rem;
  font-weight:var(--font-weight);
  margin-bottom:5px
}
.c-item__price-count,
.c-item__price-old {
  color:gray;
  font-size:13px;
  font-size:.8125rem
}
.c-item__price-old {
  text-decoration:line-through
}
.c-item__remove {
  border-bottom:1px dashed;
  color:gray;
  cursor:pointer;
  display:inline-block;
  font-size:12px;
  font-size:.75rem;
  margin-top:20px;
  padding-bottom:2px;
  transition:all .1s ease-out
}
.c-item__remove:hover {
  color:#222;
  border-bottom-color:transparent
}
@media screen and (max-width:767px) {
  .addCart {
    padding:20px
  }
  .addCart .c-item {
    min-width:100%
  }
  .addCart__button .button {
    width:100%
  }
  .addCart__button .button+.button {
    margin-left:0;
    margin-top:10px
  }
  .addCart__upselling {
    display:none
  }
  .c-item {
    flex-wrap:wrap
  }
  .c-item__img,
  .c-item__info {
    margin-bottom:20px
  }
  .c-item__info {
    padding-right:0;
    width:calc(100% - 70px)
  }
  .c-item__total {
    padding-left:90px;
    text-align:left;
    width:100%
  }
}
@media screen and (max-width:580px) {
  .ss-modal__popup {
    margin:15px;
    max-width:calc(100% - 32px)
  }
  .c-item__img {
    align-self:flex-start;
    text-align:center;
    width:110px
  }
  .c-item__img img {
    max-width:110px;
    max-height:100%
  }
  .c-item__name {
    font-weight:var(--font-weight)
  }
  .c-item__info {
    flex:none;
    width:calc(100% - 110px)
  }
  .c-item__count,
  .c-item__total {
    padding-left:0
  }
  .c-item__count,
  .c-item__count-pr {
    width:110px
  }
  .c-item__total {
    width:calc(100% - 110px);
    text-align:right
  }
  .c-item__service select {
    margin-top:4px;
    width:100%
  }
}
@media screen and (max-width:480px) {
  .in-modal-content {
    padding:30px 20px
  }
}
div.my-nav,
ul.my-nav {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin-left:-20px;
  margin-bottom:40px;
  margin-top:-10px
}
div.my-nav a,
ul.my-nav a {
  display:block;
  margin-left:20px;
  margin-top:10px
}
.my-nav__active,
.my-nav__active a {
  color:#222;
  text-decoration:none
}
.is-hidden {
  display:none
}
.profile {
  max-width:800px
}
.profile__read .wa-field {
  border-top:1px solid #eee;
  padding-top:15px
}
.profile__read .wa-field:first-child {
  border-top-color:transparent;
  padding-top:0
}
.profile__read .wa-value {
  line-height:1.6
}
.profile__edit .wa-value {
  position:relative
}
.profile__photo-rem {
  background:#fff;
  box-shadow:0 0 5px rgba(0,0,0,.5);
  border-radius:50%;
  color:red;
  cursor:pointer;
  padding:5px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:-8px;
  left:52px
}
.profile__auth {
  margin-top:40px;
  border-top:1px solid #eee;
  padding-top:20px
}
.profile__auth-type {
  margin-bottom:20px;
  display:flex;
  align-items:center
}
.profile__auth-type li {
  list-style:none;
  margin-right:10px
}
.profile .wa-value img {
  border-radius:4px;
  max-width:60px;
  margin-bottom:5px
}
.profile .wa-value img+img {
  display:none
}
@media screen and (max-width:580px) {
  .profile__button-edit {
    width:100%
  }
  .profile__button-cancel {
    margin-top:10px
  }
}
.in-pr-bonus {
  background:#eff3f6;
  border-radius:6px;
  padding:30px
}
.in-pr-bonus__item {
  background:var(--c-c-l-p-f);
  border:1px solid var(--c-c-l-p-b);
  border-radius:var(--c-l-r);
  flex:none;
  display:flex;
  flex-direction:column;
  margin:0;
  position:relative;
  top:0;
  transition:box-shadow .2s ease-out;
  width:100%;
  height:100%
}
.in-pr-bonus__item:hover {
  box-shadow:0 5px 20px rgba(61,61,61,.1);
  z-index:9
}
.in-pr-bonus__link {
  border-bottom:1px solid #eee;
  display:flex;
  align-items:center;
  padding:15px;
  min-height:90px;
  width:100%
}
.in-pr-bonus__img {
  flex:none;
  font-size:0;
  width:60px;
  text-align:center
}
.in-pr-bonus__img img {
  max-height:60px;
  max-width:100%
}
.in-pr-bonus__name {
  font-size:15px;
  font-size:.9375rem;
  margin-left:15px;
  line-height:1.4;
  -webkit-line-clamp:2;
  text-overflow:ellipsis;
  display:-webkit-box;
  overflow:hidden
}
.in-pr-bonus__content {
  flex:1;
  padding:15px
}
.in-pr-bonus__info {
  display:flex;
  color:#777;
  font-size:13px;
  font-size:.8125rem;
  line-height:1.2;
  margin-top:15px
}
.in-pr-bonus__info_red {
  color:red
}
.in-pr-bonus__info-icon {
  color:#999;
  margin-right:5px;
  text-align:center;
  width:20px
}
.in-pr-bonus__info-text span {
  color:#555;
  font-weight:var(--font-weight)
}
.in-pr-bonus__link-rate {
  padding:15px
}
.in-pr-bonus__link-rate a {
  color:#4e7df1;
  text-decoration:underline
}
.in-pr-bonus__link-rate a:hover {
  text-decoration:none
}
@media screen and (max-width:580px) {
  .in-pr-bonus {
    border-radius:0;
    margin:0 -10px;
    padding:15px 10px
  }
  .in-pr-bonus__link {
    min-height:50px;
    padding:10px
  }
  .in-pr-bonus__img {
    width:30px
  }
  .in-pr-bonus__img img {
    max-height:30px
  }
  .in-pr-bonus__name {
    margin-left:10px
  }
  .in-pr-bonus__info,
  .in-pr-bonus__name {
    font-size:12px;
    font-size:.75rem
  }
  .in-pr-bonus__content,
  .in-pr-bonus__link-rate {
    padding:10px
  }
}
.wa-form input[type=email],
.wa-form input[type=password],
.wa-form input[type=text],
.wa-form select,
.wa-form textarea {
  width:100%
}
.wa-form p {
  margin-bottom:0
}
.wa-form .error,
.wa-form .wa-error {
  border-color:red
}
.wa-form .wa-field.wa-required .wa-name:after {
  content:" *";
  color:#faa
}
.wa-form .wa-field {
  display:flex;
  align-items:center;
  margin-top:15px
}
.wa-form .wa-field:first-child {
  margin-top:0
}
.wa-form .wa-field .field {
  display:block;
  margin-top:5px
}
.wa-form .wa-field .field:first-child {
  margin-top:0
}
.wa-form .wa-field .field span {
  color:gray;
  font-size:12px;
  font-size:.75rem
}
.wa-form .wa-name {
  font-weight:var(--font-weight);
  line-height:1.6;
  flex:none;
  margin-right:30px;
  width:30%
}
.wa-form .wa-field-address {
  align-items:flex-start
}
.wa-form .wa-value {
  flex:1
}
.wa-form .errormsg,
.wa-form .wa-error-msg,
.wa-form em.error {
  display:block;
  font-size:12px;
  font-size:.75rem;
  font-style:normal;
  color:red;
  margin-top:3px
}
.wa-form .wa-field-birthday .wa-value {
  display:flex;
  align-items:center;
  margin-left:-20px
}
.wa-form .wa-field-birthday .wa-value>* {
  width:calc(33.33% - 20px)!important;
  margin-left:20px
}
.wa-form .wa-captcha-field {
  padding-bottom:25px
}
@media screen and (max-width:580px) {
  .wa-form .wa-field {
    flex-direction:column
  }
  .wa-form .wa-name {
    width:100%;
    margin-right:0;
    margin-bottom:5px
  }
  .wa-form .wa-value {
    width:100%
  }
  .wa-form .wa-field-birthday .wa-value {
    margin-left:-10px;
    width:calc(100% + 10px)
  }
  .wa-form .wa-field-birthday .wa-value>* {
    width:calc(33.33% - 10px)!important;
    margin-left:10px
  }
  .wa-form .button-block .button {
    width:100%
  }
}
.wa-signup-form-wrapper {
  line-height:1.6
}
.wa-confirm-signup-button {
  margin-top:20px;
  width:100%
}
.wa-field-confirmation-code {
  flex-wrap:wrap
}
.wa-confirmation-code-input-submit {
  width:100%
}
.wa-confirmation-code-input-submit-wrapper {
  flex:none!important;
  width:100%;
  margin-top:20px
}
.l-auth {
  border:1px solid #eee;
  border-radius:6px;
  margin:0 auto;
  padding:30px;
  max-width:500px
}
.l-auth__social {
  border-bottom:1px solid #eee;
  text-align:center;
  margin-bottom:20px;
  padding-bottom:10px
}
.l-auth__social p {
  margin-bottom:10px;
  line-height:1.4;
  color:gray
}
.l-auth__social ul {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:-10px
}
.l-auth__social li {
  list-style-type:none;
  margin-left:10px
}
.l-auth .wa-form .wa-field {
  margin-top:25px;
  position:relative
}
.l-auth .wa-form .wa-value {
  position:relative
}
.l-auth .wa-form .wa-field-password {
  padding-bottom:25px
}
.l-auth .wa-login-forgotpassword-url {
  font-size:12px;
  font-size:.75rem;
  position:absolute;
  left:0;
  bottom:-20px
}
.l-auth .wa-uncaught-errors {
  margin-top:10px
}
.l-auth .wa-buttons-wrapper {
  margin-top:20px
}
.l-auth input[type=submit] {
  width:100%
}
.l-auth .wa-login-url,
.l-auth .wa-signup-url {
  color:gray;
  font-size:13px;
  font-size:.8125rem;
  margin-top:25px;
  text-align:center
}
.l-auth .wa-forgotpassword-form-fields .wa-field-login {
  padding-bottom:60px
}
.l-auth .wa-forgotpassword-form-fields .wa-field-login .wa-value {
  position:static
}
.l-auth .wa-forgotpassword-button {
  position:absolute;
  left:0;
  right:0;
  bottom:0
}
.l-auth .wa-signup-form-fields .wa-field-password {
  padding-bottom:0
}
.l-auth .wa-field-terms-accepted {
  font-size:12px;
  font-size:.75rem
}
.l-auth__form .wa-captcha-section {
  display:flex;
  align-items:flex-start;
  flex-direction:row-reverse
}
.l-auth__form .wa-captcha-section .wa-error-msg {
  position:absolute;
  right:0;
  bottom:-20px
}
.l-auth__form .wa-captcha-section .wa-captcha-code {
  margin-right:10px;
  position:relative
}
.l-auth__form .wa-captcha-section .wa-captcha-code img {
  border-radius:4px
}
.l-auth__form .wa-captcha-section .wa-captcha-refresh-wrapper {
  font-size:12px;
  font-size:.75rem;
  position:absolute;
  bottom:-20px
}
@media screen and (max-width:580px) {
  .l-auth {
    padding:20px
  }
}
@media screen and (max-width:360px) {
  .l-auth {
    padding:15px 10px
  }
}
.st-compare {
  font-size:13px;
  font-size:.8125rem
}
.st-compare__fix {
  background:#fff;
  transition:box-shadow .3s ease-out;
  padding-top:10px;
  width:100%
}
.st-compare__fix_active {
  box-shadow:0 5px 5px rgba(0,0,0,.1);
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:903
}
.st-compare__fix-wrap {
  margin-bottom:40px
}
.st-compare__fix .owl-stage-outer {
  padding:20px 0;
  margin:0
}
.st-compare__fix .owl-theme-nav .owl-nav {
  right:10px;
  top:-54px
}
.st-compare__features {
  display:flex;
  align-items:flex-start
}
.st-compare__f-name {
  flex:none;
  width:20%
}
.st-compare__f-name .st-compare__f-item {
  font-weight:var(--font-weight)
}
.st-compare__f-vals {
  flex:none;
  width:80%
}
.st-compare__f-item {
  display:flex;
  line-height:1.4;
  padding:20px 10px;
  align-items:center
}
.st-compare__f-item:nth-child(odd) {
  background:#f9f9f9
}
.st-compare__f-sl,
.st-compare__f-sl-pr {
  display:flex;
  flex-wrap:nowrap;
  margin:0;
  width:100%
}
.st-compare__f-sl-pr {
  margin-top:-20px
}
.st-compare__f-col {
  width:284px
}
.st-compare__f-remove {
  background:#fff;
  border:1px solid #ececec;
  border-radius:4px;
  color:#bbb;
  font-size:0;
  padding:5px;
  cursor:pointer;
  position:absolute;
  transition:all .3s ease-out;
  top:-10px;
  right:-10px;
  z-index:3
}
.st-compare__f-remove:hover {
  border-color:#ff3100;
  color:#ff3100
}
.st-compare__f-select {
  cursor:pointer;
  margin-top:10px
}
.st-compare__f-radio {
  color:#888;
  display:flex;
  align-items:center
}
.st-compare__f-radio_active {
  color:#222
}
.st-compare__f-clear {
  cursor:pointer;
  display:flex;
  align-items:center;
  margin-top:30px
}
.st-compare__f-clear-icon {
  background:#fff;
  border:1px solid #ececec;
  border-radius:4px;
  color:#bbb;
  font-size:0;
  margin-right:10px;
  padding:5px;
  cursor:pointer;
  transition:all .3s ease-out
}
.st-compare__f-clear-text {
  color:#888;
  transition:all .3s ease-out
}
.st-compare__f-clear:hover .st-compare__f-clear-icon {
  border-color:#ff3100;
  color:#ff3100
}
.st-compare__f-clear:hover .st-compare__f-clear-text {
  color:#222
}
.st-compare .owl-item .st-compare__f-col {
  width:100%
}
.st-compare .products__item {
  padding:10px;
  height:100%;
  width:calc(100% - 20px);
  max-width:210px;
  margin:0 auto
}
.st-compare .products__item-tile {
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
.st-compare .products__item-img {
  padding-top:30%;
  width:30%;
  flex:none
}
.st-compare .products__item-info {
  margin-top:0;
  padding-left:10px;
  width:70%;
  flex:none
}
.st-compare .products__item-info-name {
  margin-top:0
}
.st-compare .products__cart-flex,
.st-compare .products__item-info-rating {
  margin-top:10px
}
@media screen and (max-width:767px) {
  .st-compare__fix .owl-theme-nav .owl-nav {
    right:10px;
    top:-34px
  }
}
@media screen and (max-width:580px) {
  .st-compare {
    font-size:12px;
    font-size:.75rem
  }
  .st-compare .products__rating-count {
    display:none
  }
  .st-compare__f-name {
    width:120px
  }
  .st-compare__f-vals {
    width:calc(100% - 120px)
  }
  .st-compare__f-vals .products__item {
    margin:0 5px;
    width:110px
  }
  .st-compare__f-item {
    width:120px
  }
  .st-compare__fix-wrap {
    margin-bottom:20px
  }
  .st-compare__fix .st-compare__f-name {
    margin-top:-10px
  }
  .st-compare__fix .owl-theme-nav .owl-nav {
    right:0
  }
  .st-compare .products__item-tile {
    display:block
  }
  .st-compare .products__item-img {
    padding-top:100%;
    width:100%
  }
  .st-compare .products__item-info {
    margin-top:5px;
    padding-left:0;
    width:100%
  }
  .st-compare .products__item-info-name {
    margin-top:0
  }
  .st-compare .products__cart-flex {
    display:none
  }
}
.wa-auth-adapters ul {
  display:flex
}
.wa-auth-adapters li {
  list-style-type:none;
  margin-right:10px
}
.w-box-sh {
  background:#fff;
  border:1px solid #f1f1f1;
  border-radius:4px;
  padding:20px;
  transition:box-shadow .3s ease-out
}
.w-box-sh:hover {
  box-shadow:0 5px 30px rgba(0,0,0,.08)
}
.cart__item {
  background:#fff;
  border:1px solid #f1f1f1;
  margin-bottom:40px;
  padding:20px;
  transition:all .3s ease-out
}
.cart__item:hover {
  box-shadow:0 5px 30px rgba(0,0,0,.08)
}
@media screen and (max-width:580px) {
  .cart__item {
    padding:10px
  }
}
.s-checkout-result {
  margin-top:30px
}
.s-checkout-result.error {
  color:red
}
.s-cart-page-left form {
  overflow:hidden
}
.s-cart-page-left .cart-left {
  float:right;
  margin-right:0
}
.s-cart-header {
  margin:0
}
.s-cart-page {
  margin-bottom:100px
}
.s-cart-page .s-empty-cart {
  margin:1em 0 0
}
.s-cart-products {
  margin-bottom:20px
}
.cart-left {
  display:inline-block;
  margin-right:60px;
  width:calc(100% - 480px)
}
.s-cart-product {
  border:2px solid #f5f5f5;
  border-radius:5px;
  margin:0 0 20px;
  display:table;
  width:100%;
  table-layout:fixed;
  padding:20px;
  overflow:hidden
}
.s-cart-product>.left-column,
.s-cart-product>.right-column {
  display:table-cell;
  vertical-align:top
}
.s-cart-product>.left-column {
  width:96px
}
.s-cart-product>.right-column {
  padding:0 0 0 20px
}
.s-product-image {
  display:block
}
.s-product-image img {
  width:100%;
  overflow:hidden;
  border-radius:4px
}
.s-delete-wrapper {
  margin:1em 0 0;
  text-align:center
}
.s-delete-button {
  display:inline-block
}
.s-product-name {
  margin:0
}
.s-cart-page .s-buttons-wrapper {
  float:right;
  clear:right
}
.s-product-quantity {
  border-radius:4px;
  font-size:12px;
  width:50px;
  height:24px;
  text-align:center
}
.s-product-quantity+.s-button {
  margin-right:0
}
.s-cart-page .s-buttons-wrapper .s-button {
  background:none;
  border:0;
  cursor:pointer;
  font-size:16px;
  font-weight:700;
  margin:0 8px
}
.s-product-services {
  margin:1em 0 0
}
.s-product-services .s-service {
  margin:.5em 0 0
}
.s-product-total {
  float:right;
  font-size:18px;
  font-weight:600;
  margin-bottom:20px;
  margin-left:10px
}
.s-cart-page-left .s-cart-total {
  float:left
}
.s-cart-total {
  background:#fff;
  border-radius:4px;
  border:1px solid #f1f1f1;
  display:inline-block;
  vertical-align:top;
  margin-bottom:40px;
  padding:20px;
  width:420px;
  transition:all .3s ease-out
}
.s-cart-total:hover {
  box-shadow:0 5px 30px rgba(0,0,0,.08)
}
.s-affiliate-bonus-wrapper {
  font-size:13px;
  font-size:.8125rem;
  margin:1em 0 0
}
.s-affiliate-bonus-wrapper .s-affiliate-discount,
.s-affiliate-bonus-wrapper .s-button-block,
.s-affiliate-bonus-wrapper .s-text-block {
  margin:1em 0 0
}
.s-affiliate-bonus-wrapper .s-affiliate-discount:first-child,
.s-affiliate-bonus-wrapper .s-button-block:first-child,
.s-affiliate-bonus-wrapper .s-text-block:first-child {
  margin-top:0
}
.s-affiliate-hint-wrapper {
  margin:1em 0 0;
  font-size:13px;
  font-size:.8125rem
}
.s-coupon-wrapper {
  overflow:hidden;
  text-align:center
}
.s-coupon-header {
  display:block;
  font-size:12px;
  margin-bottom:5px;
  text-align:left
}
.s-coupon-wrapper input {
  float:right;
  height:30px;
  line-height:30px
}
.s-coupon-wrapper .s-text {
  border-radius:4px;
  background:#f5f5f5;
  font-size:12px;
  font-size:.75rem;
  width:55%;
  height:46px;
  float:left
}
.s-coupon-wrapper .error-message {
  margin:0 0 1em;
  color:red;
  font-size:12px;
  font-size:.75rem;
  padding-top:5px;
  clear:both;
  text-align:left
}
.s-total-wrapper {
  border-top:1px solid #f5f5f5;
  overflow:hidden;
  margin:30px 0 20px;
  padding-top:20px;
  text-align:center
}
.s-total-wrapper .s-total-header {
  display:block;
  font-size:18px;
  margin-bottom:10px
}
.s-total-wrapper .s-total {
  font-size:36px;
  font-weight:700
}
.s-cart-checkout input {
  width:100%
}
.s-cart-checkout-one {
  opacity:.85;
  margin-top:10px
}
.s-cart-checkout-one button,
.s-cart-checkout-one input {
  width:100%
}
.s-checkout-page {
  margin-bottom:100px
}
.s-checkout-featured {
  margin:0 0 40px;
  display:block;
  vertical-align:baseline
}
.s-checkout-featured img {
  margin:0 0 10px 10px
}
.s-checkout-featured img:first-child {
  margin-left:0
}
.s-cartprice {
  overflow:hidden;
  margin-bottom:15px;
  padding:2px 0
}
.s-cartprice-name {
  float:left;
  width:70%
}
.s-cartprice-price {
  float:right;
  font-weight:600;
  width:30%;
  text-align:right
}
.s-cart-info {
  border-top:2px solid #f4f5fb;
  margin:20px 0 0;
  padding-top:20px;
  text-align:center
}
.s-cart-info p {
  margin-bottom:0
}
@media screen and (max-width:1024px) {
  .s-cart-total {
    margin-top:40px;
    width:100%
  }
  .cart-left {
    width:100%
  }
}
@media screen and (max-width:767px) {
  .cart-left,
  .s-cart-total {
    float:none;
    width:100%
  }
  .cart-left {
    margin-bottom:0;
    margin-right:0
  }
}
.s-auth-wrapper li {
  list-style:none;
  margin:0 0 10px
}
.s-auth-wrapper li:last-child {
  margin-bottom:0
}
.s-checkout-nav {
  background:#fff;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap
}
.s-nav-item {
  vertical-align:top;
  list-style:none;
  flex:1 1 0
}
.s-nav-item:first-child a {
  border-left:none
}
.s-nav-item-num {
  display:inline-block;
  line-height:30px;
  vertical-align:middle;
  text-align:center
}
.s-nav-item a {
  color:#2a2a2a;
  background:#fff;
  border-left:1px solid #c1c1c1;
  display:block;
  display:flex;
  align-items:center;
  font-weight:var(--font-weight);
  font-size:16px;
  font-size:1rem;
  opacity:.2;
  margin-bottom:4px;
  padding:10px 15px 7px;
  text-decoration:none
}
.s-nav-item.is-done a {
  color:#838383;
  cursor:pointer
}
.s-nav-item.is-current a,
.s-nav-item.is-done a {
  border-left-color:#eee;
  opacity:1
}
.s-steps-wrapper {
  margin-top:30px
}
.s-authorized-user {
  display:table;
  width:100%
}
.s-authorized-user .left-column,
.s-authorized-user .right-column {
  display:table-cell;
  vertical-align:middle
}
.s-authorized-user .left-column {
  width:50px;
  padding-right:20px;
  line-height:0
}
.s-authorized-user .left-column img {
  border-radius:50%;
  box-shadow:0 0 4px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1)
}
.s-authorized-wrapper .s-hint {
  margin:10px 0 0
}
.s-contact-form .wa-form {
  width:100%;
  max-width:767px
}
.s-payment-item.has-error {
  border-color:red
}
.s-step-content {
  margin:0
}
.s-payment-item,
.s-shipping-item {
  list-style:none;
  margin-bottom:40px;
  transition:all .2s ease-out
}
.s-payment-item.is-selected,
.s-shipping-item.is-selected {
  border-color:var(--cheme-color)
}
.s-payment-header,
.s-shipping-header {
  border-bottom:2px solid #f5f5f5;
  font-size:16px;
  padding-bottom:15px
}
.s-payment-header .s-radio,
.s-shipping-header .s-radio {
  margin:0 10px 0 0
}
.s-payment-image,
.s-shipping-image {
  margin-right:10px;
  max-width:60px;
  vertical-align:middle
}
.s-shipping-select {
  width:100%
}
.s-payment-description,
.s-shipping-description {
  font-size:13px;
  margin-bottom:10px
}
.s-shipping-options .wa-address {
  margin-top:20px
}
.s-shipping-controls {
  margin-bottom:10px
}
.s-price-wrapper {
  font-weight:700
}
.s-price {
  margin-left:10px
}
.s-comment {
  margin-top:10px
}
.s-delivery-wrapper {
  font-size:13px;
  line-height:1.6;
  margin-top:15px
}
.s-delivery {
  font-weight:700;
  margin-left:10px;
  white-space:nowrap
}
.s-shipping-options .error,
.s-shipping-options .s-shipping-error,
.wa-error-msg.c-error {
  color:red;
  margin-bottom:0
}
.s-contact-block {
  background:#fff;
  display:inline-block;
  margin:10px 0 30px;
  padding:15px;
  border-radius:4px;
  box-shadow:0 0 4px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1)
}
.s-contact-block .s-userpic {
  display:inline-block;
  border-radius:50%;
  vertical-align:middle
}
.s-contact-block .s-user-name {
  margin-left:10px;
  font-weight:700
}
.s-address-wrapper {
  margin-top:10px;
  line-height:1.4
}
.s-cart-list {
  margin-top:20px
}
.s-confirm-wrapper .s-cart-item {
  background:#fff;
  display:table;
  table-layout:fixed;
  width:100%;
  padding:20px 10px;
  margin:0;
  border-bottom:1px solid rgba(0,0,0,.1);
  line-height:1.5em
}
.s-cart-item .s-image-column,
.s-cart-item .s-text-column {
  display:table-cell;
  vertical-align:top
}
.s-cart-item .s-image-column {
  width:96px;
  line-height:0;
  text-align:center
}
.s-cart-item .s-image-column img {
  max-width:100%
}
.s-cart-item .s-name {
  font-weight:700;
  margin-bottom:15px
}
.s-cart-item .s-total {
  font-weight:600;
  font-size:16px;
  margin-top:5px
}
.s-cart-item .bold {
  font-weight:700
}
.s-confirm-wrapper .s-services {
  margin-top:20px
}
.s-confirm-wrapper .s-service {
  list-style:none;
  font-size:12px
}
.s-confirm-wrapper .s-service:first-child {
  margin-left:0
}
.s-confirm-wrapper .s-service-name,
.s-confirm-wrapper .s-service-ornament {
  margin:10px 0 0
}
.s-confirm-wrapper .s-service-price {
  margin:0 10px;
  font-weight:700
}
.s-confirm-wrapper .s-service-info {
  color:#ccc
}
.s-textarea-wrapper {
  margin-top:20px
}
.s-textarea-wrapper textarea {
  height:100px;
  background:#fff;
  border-radius:4px;
  font-size:12px;
  font-size:.75rem;
  width:100%
}
.s-terms-wrapper .error {
  color:red
}
.s-terms-wrapper {
  margin-top:20px
}
.s-plugin-wrapper {
  margin:20px 0 0
}
.s-plugin-wrapper input {
  width:auto;
  margin-bottom:10px
}
@media screen and (max-width:767px) {
  .s-nav-item {
    border-bottom:1px solid #fff;
    flex:1 1 100%
  }
}
@media screen and (max-width:480px) {
  .s-cart-item .s-image-column {
    width:60px
  }
}
.bellLightOver,
.clickliteOver,
.pnoticeOver,
.reqpriceOver {
  padding-right:17px
}
@media screen and (max-width:767px) {
  .bellLightOver,
  .clickliteOver,
  .pnoticeOver,
  .reqpriceOver {
    padding-right:0
  }
}
.bellLightB {
  bottom:90px!important;
  z-index:99
}
.bellLight__h,
.clicklite__h,
.pnotice__h,
.reqprice__h {
  font-size:18px!important;
  margin-bottom:20px!important
}
.bellLight,
.clicklite,
.pnotice,
.reqprice {
  box-shadow:none!important;
  background-color:transparent!important;
  max-width:460px!important;
  width:100%!important;
  height:100%!important;
  left:calc(50% - 230px)!important;
  top:0!important;
  display:flex;
  align-items:center;
  justify-content:center
}
.bellLight__w,
.clicklite__w,
.pnotice__w,
.reqprice__w {
  background-color:#fff;
  border-radius:6px;
  padding:30px!important;
  max-width:460px!important
}
.bellLight__buttonView,
.clicklite__buttonView,
.pnotice__buttonView,
.reqprice__buttonView {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.bellLight__close,
.clicklite__close,
.pnotice__close,
.reqprice__close {
  right:10px!important;
  top:10px!important
}
.bellLight__input,
.bellLight__mess,
.clicklite__input,
.pnotice__input,
.pnotice__select,
.reqprice__input,
.reqprice__textarea {
  border:1px solid #eee!important;
  height:44px!important;
  width:100%!important;
  margin:0 0 20px!important
}
.clicklite__product {
  display:flex;
  align-items:center;
  flex-wrap:wrap
}
.clicklite__img,
.pnotice__img {
  width:45px!important;
  margin-right:0!important
}
.clicklite__name,
.pnotice__name {
  padding-left:10px!important;
  font-size:13px!important;
  width:calc(100% - 45px)!important
}
.clicklite__price,
.clicklite__totalPrice {
  font-weight:var(--font-weight)!important;
  white-space:nowrap!important;
  margin-top:10px!important
}
.clicklite__price {
  margin-left:55px!important
}
.clicklite__counter {
  width:100px!important;
  margin-top:10px!important
}
.clicklite__counterCount input {
  background:none!important;
  padding:0!important
}
.bellLight__politika,
.clicklite__politika,
.pnotice__select~.pnotice__politika,
.reqprice__politika {
  font-size:12px!important;
  line-height:1.4!important
}
.bellLight__thank {
  font-size:14px!important;
  line-height:1.4!important
}
.bellLightW,
.clickliteW,
.pnoticeW,
.reqpriceW {
  background-color:#000!important
}
.bellLight__button,
.bellLight__submit,
.clicklite__button,
.clicklite__buttonClose,
.pnotice__button,
.pnotice__buttonClose,
.reqprice__button,
.reqprice__buttonClose {
  border-radius:4px!important;
  color:var(--c-b-c)!important;
  background:var(--c-b)!important;
  line-height:44px!important;
  height:44px!important;
  width:100%!important
}
.bellLight__button,
.bellLight__submit:hover,
.clicklite__button:hover,
.clicklite__buttonClose:hover,
.pnotice__button:hover,
.pnotice__buttonClose:hover,
.reqprice__button:hover,
.reqprice__buttonClose:hover {
  background:var(--c-b-h)!important;
  color:var(--c-b-c-h)!important;
  transition:all .3s ease-out!important
}
.clicklite__policyCheckbox,
.pnotice__policyCheckbox,
.reqprice__policyCheckbox {
  -webkit-appearance:checkbox
}
@media screen and (max-width:460px) {
  .bellLight,
  .clicklite,
  .pnotice,
  .reqprice {
    left:0!important
  }
  .bellLight__w,
  .clicklite__w,
  .pnotice__w,
  .reqprice__w {
    padding:20px!important
  }
}
.sub-categories {
  display:flex;
  flex-wrap:wrap;
  padding:40px 0;
  overflow:hidden;
  width:100%
}
.sub-categories a {
  margin-right:20px
}
.theme-brand {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin-left:-10px;
  margin-top:-20px
}
.theme-brand .brand {
  width:calc(25% - 10px);
  margin-top:20px;
  margin-left:10px;
  text-align:center
}
@media screen and (max-width:767px) {
  .theme-brand .brand {
    width:calc(33.33% - 10px)
  }
}
@media screen and (max-width:480px) {
  .theme-brand .brand {
    width:calc(50% - 10px)
  }
}
.shop-regions-ip-analyzer__wrapper,
.shop-regions-window_show {
  z-index:9999!important
}
.shop-regions__button-close {
  top:20px!important;
  right:20px!important
}
.shop-regions-ip-analyzer__triggers {
  display:flex
}
.h-mobile__bottom-info .shop-regions__ip-analyzer-variants {
  position:absolute
}
.h-mobile__bottom-info .shop-regions-ip-analyzer__wrapper {
  right:calc(100% - 70px)
}
.shop-regions__window {
  line-height:1.8
}
.shop-regions-button {
  font-size:0
}
.shop-regions-button a {
  color:#ccc;
  font-size:12px;
  font-size:.75rem
}
.shop-regions-button a:hover {
  color:#ccc
}
.product__plugins .buy1click-button,
.products__one .buy1click-button,
.s-cart-checkout-one .buy1click-button,
.s-products__one .buy1click-button {
  width:100%!important
}
.brand-plugin-catalog-header-brand__image-column {
  padding-left:0!important
}
.brand-plugin-pages__item {
  border:1px solid #e0e0e0!important;
  padding-left:0!important;
  transition:all .3s ease-out!important;
  line-height:1.8
}
.brand-plugin-pages__item:hover {
  background-color:#fff!important;
  border-color:#828282!important
}
.brand-plugin-pages__item:before {
  display:none!important
}
.brand-plugin-pages-item,
.brand-plugin-pages-item:link,
.brand-plugin-pages-item:visited {
  padding:5px 10px!important
}
.searchpro__page-sidebar input[type=radio] {
  -webkit-appearance:radio
}
.searchpro__page-sidebar input[type=checkbox] {
  -webkit-appearance:checkbox
}
.autobadge-pl,
.searchpro__field .searchpro__field-container {
  z-index:10!important
}
.searchpro__field-container {
  display:none
}
.js-searchpro__field-wrapper,
.searchpro__field {
  width:100%!important
}
.searchpro__rest-parsed-content_wrapper .c-products {
  margin-top:0
}
.shop-sk-callback {
  width:480px
}
.shop-sk-callback input,
.shop-sk-callback select,
.shop-sk-callback textarea {
  width:100%
}
.shop-sk-callback__title {
  font-size:20px;
  font-size:1.25rem;
  margin-bottom:20px;
  text-align:center
}
.shop-sk-callback__pole {
  margin-top:20px
}
.shop-sk-callback__name {
  margin-bottom:5px
}
.shop-sk-callback__textarea {
  height:100px
}
.shop-sk-callback__pole_submit {
  position:relative;
  font-size:0
}
.shop-sk-callback__error {
  font-size:13px;
  font-size:.8125rem;
  color:red;
  display:none;
  margin-top:4px
}
.shop-sk-callback__pole._error .shop-sk-callback__label {
  color:red
}
.shop-sk-callback__pole._error input {
  border-color:red
}
.shop-sk-callback__pole._error .shop-sk-callback__error {
  display:block
}
.shop-sk-callback__preloader {
  background-color:hsla(0,0%,100%,.3);
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%
}
.shop-sk-callback__preloader i {
  background:url(../img/i-loading.svg) no-repeat 50%;
  animation:fa-spin 1.5s infinite linear;
  position:absolute;
  transition:all .2s ease-out;
  left:50%;
  top:50%;
  margin-top:-10px;
  margin-left:-10px;
  width:20px;
  height:20px
}
.shop-sk-callback__pole .wa-captcha p {
  display:flex;
  align-items:center;
  margin:0
}
.shop-sk-callback__pole .wa-captcha strong {
  margin:0 5px
}
@media screen and (max-width:620px) {
  .shop-sk-callback {
    width:320px
  }
}
@media screen and (max-width:360px) {
  .shop-sk-callback {
    width:100%
  }
}
.buy1click-payment__input,
.buy1click-shipping__input {
  display:none!important
}
.h-hidden,
.in-microdata {
  display:none
}
.h-hidden-show .h-hidden {
  display:inline-block
}
