

/* Start:/bitrix/templates/svc_special/app.css?1672069615201596*/
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-weight: 300;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-Light.ttf);
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-style: italic;
  font-weight: 300;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-LightIt.ttf);
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-Regular.ttf);
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-style: italic;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-RegularIt.ttf);
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-weight: 600;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-Semibold.ttf);
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-style: italic;
  font-weight: 600;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-SemiboldIt.ttf);
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-weight: 700;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-Bold.ttf);
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-style: italic;
  font-weight: 700;
  src: url(/bitrix/templates/svc_special/./fonts/ProximaNova-BoldIt.ttf);
}
html {
  height: 100%;
  min-height: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #37283c;
  font-weight: 700;
}
h1 {
  font-size: 36px;
  line-height: 0.888;
  line-height: 40px;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 22px;
  }
}
h2 {
  color: #37283c;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 20px;
}
h2 + p {
  margin-top: 20px !important;
}
@media (max-width: 960px) {
  h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  color: #37283c;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 29px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  color: #a0a3bd;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 29px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  h4 {
    font-size: 16px;
  }
}
body {
  color: #000;
  font-family: ProximaNova, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.625;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}
a {
  color: #37283c;
}
img {
  max-width: 100%;
}
.overflowHidden {
  overflow: hidden !important;
}
.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.arrow-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 8px 5px 10px 68px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  vertical-align: top;
}
.arrow-link:before {
  background: #eaeaea;
  border: 1px solid transparent;
  bottom: 0;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 34px;
}
.arrow-link:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.354 4.354a.5.5 0 0 0 0-.708L21.172.464a.5.5 0 1 0-.707.708L23.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h24v-1H0v1Z' fill='%2337283C'/%3E%3C/svg%3E")
    0 0 no-repeat;
  content: "";
  height: 8px;
  left: 22px;
  position: absolute;
  top: 12px;
  transition: 0.2s;
  width: 25px;
}
.arrow-link:hover {
  color: #fc9f48;
}
.arrow-link:hover:before {
  background: none;
  border-color: #d4d4d4;
}
.arrow-link:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.354 4.354a.5.5 0 0 0 0-.708L21.172.464a.5.5 0 1 0-.707.708L23.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h24v-1H0v1Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  left: 26px;
}
.select-wrap {
  align-items: center;
  display: flex;
}
.select-wrap .title {
  color: #37283c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 11px;
}
.select-wrap .jq-selectbox .jq-selectbox__select {
  background: none !important;
  border-color: #d3d2d2 !important;
  border-radius: 0;
  padding-right: 30px;
}
.select-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  color: #5c5c5c;
  font-size: 14px;
}
.select-wrap .jq-selectbox .jq-selectbox__trigger {
  border: none;
  z-index: 5;
}
.select-wrap .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7 .87.25h11.26L6.5 7Z' fill='%23A0A3BD'/%3E%3C/svg%3E")
    0 0 no-repeat;
  border: none !important;
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 13px;
}
.select-wrap .jq-selectbox.opened .jq-selectbox__dropdown {
  border-color: transparent;
  border-radius: 0;
  bottom: auto !important;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
  margin: 0;
  top: 0 !important;
}
.select-wrap .jq-selectbox.opened .jq-selectbox__dropdown li {
  border-radius: 0;
  font-size: 14px;
}
.select-wrap .jq-selectbox.opened .jq-selectbox__dropdown li.sel,
.select-wrap .jq-selectbox.opened .jq-selectbox__dropdown li.selected,
.select-wrap .jq-selectbox.opened .jq-selectbox__dropdown li:hover {
  background: none;
  color: #fc9f48;
}
.buy-button {
  background: #37283c
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M21.661 14.703V6.45L5.403 3.514V2.5c0-1.103-.897-2-2-2H1.338v1.355h2.065c.356 0 .645.29.645.645v12.51a2.622 2.622 0 0 0 2.62 2.619h.541v1.544a2.26 2.26 0 0 0-3.161 2.069A2.26 2.26 0 0 0 6.306 23.5a2.261 2.261 0 0 0 2.247-2.032h.011v-3.84h11.742v1.545a2.26 2.26 0 0 0-3.161 2.069 2.26 2.26 0 0 0 2.258 2.258 2.261 2.261 0 0 0 2.247-2.032h.011v-5.194H6.667a1.266 1.266 0 0 1-1.264-1.264v-.533l16.258.226ZM6.306 22.145a.904.904 0 0 1 0-1.806.904.904 0 0 1 0 1.806Zm13.097 0a.904.904 0 0 1 0-1.806.904.904 0 0 1 0 1.806Zm-7.226-8.929-2.71-.037V5.624l2.71.49v7.101Zm1.355-6.857 2.484.448v6.462l-2.484-.034V6.359Zm-5.42 6.8-2.709-.037V4.891l2.71.49v7.779Zm12.194.17-2.935-.04V7.051l2.936.53v5.747Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h23v23H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: 1px solid #37283c;
  cursor: pointer;
  font-size: 0;
  min-height: 46px;
  min-width: 46px;
  outline: none;
  padding: 0;
  transition: 0.2s;
}
.buy-button:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M21.661 14.703V6.45L5.403 3.514V2.5c0-1.103-.897-2-2-2H1.338v1.355h2.065c.356 0 .645.29.645.645v12.51a2.622 2.622 0 0 0 2.62 2.619h.541v1.544a2.26 2.26 0 0 0-3.161 2.069A2.26 2.26 0 0 0 6.306 23.5a2.261 2.261 0 0 0 2.247-2.032h.011v-3.84h11.742v1.545a2.26 2.26 0 0 0-3.161 2.069 2.26 2.26 0 0 0 2.258 2.258 2.261 2.261 0 0 0 2.247-2.032h.011v-5.194H6.667a1.266 1.266 0 0 1-1.264-1.264v-.533l16.258.226ZM6.306 22.145a.904.904 0 0 1 0-1.806.904.904 0 0 1 0 1.806Zm13.097 0a.904.904 0 0 1 0-1.806.904.904 0 0 1 0 1.806Zm-7.226-8.929-2.71-.037V5.624l2.71.49v7.101Zm1.355-6.857 2.484.448v6.462l-2.484-.034V6.359Zm-5.42 6.8-2.709-.037V4.891l2.71.49v7.779Zm12.194.17-2.935-.04V7.051l2.936.53v5.747Z' fill='%2337283C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%2337283C' transform='translate(0 .5)' d='M0 0h23v23H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.header.inner {
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.header.inner .header__email a,
.header.inner .header__logo--text,
.header.inner .header__menu > li > a,
.header.inner .header__phones,
.header.inner .header__phones a {
  color: #000;
}
.header__inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1239px) {
  .header__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .header__inner {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.header__logo {
  align-items: center;
  display: flex;
  font-size: 0;
  margin-right: 25px;
  max-width: 280px;
  min-width: 280px;
  padding-top: 7px;
  text-decoration: none;
}
.header__logo img {
  margin-right: 2px;
}
.header__logo--text {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}
@media (max-width: 1239px) {
  .header__logo {
    margin-top: 42px;
    max-width: 230px;
    min-width: 230px;
    padding-top: 0;
  }
  .header__logo img {
    margin-right: 10px;
    max-height: 55px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    margin-right: auto;
    max-width: 160px;
    min-width: 160px;
  }
  .header__logo--text {
    font-size: 11px;
    line-height: 13px;
  }
  .header__logo img {
    margin-right: 2px;
  }
}
.header__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1239px) {
  .header__right {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .header__right {
    align-items: flex-end;
  }
}
.header__top {
  background: #37283c;
  display: flex;
  margin-bottom: 11px;
  padding: 8px 0;
}
@media (max-width: 1239px) {
  .header__top {
    justify-content: flex-end;
    margin-bottom: 0;
    min-height: 55px;
  }
}
.header__bottom {
  align-items: center;
}
.header__bottom,
.header__categories {
  display: flex;
}
.header__categories {
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0 0 0 4px;
}
.header__categories > li {
  margin-right: 4px;
}
.header__categories > li > a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 16px 18px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
/*
.header__categories > li > a:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.126 5.47a1 1 0 0 1-1.585 0L.954 2.11A1 1 0 0 1 1.746.5H6.92a1 1 0 0 1 .793 1.61L5.126 5.47Z' fill='%23fff' fill-opacity='.33'/%3E%3C/svg%3E")
    0 50% no-repeat;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
}*/
.header__categories > li:hover > a {
  color: #a0a3bd;
}
@media (max-width: 1239px) {
  .header__categories {
    display: none;
  }
}
.header__search {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  border-left: 1px solid hsla(0, 0%, 100%, 0.14);
  border-right: 1px solid hsla(0, 0%, 100%, 0.14);
  display: flex;
  justify-content: flex-end;
  margin: 0;
  max-width: 240px;
  min-width: 240px;
  position: relative;
  transition: 0.2s;
}
.header__search:before {
  border-left: transparent;
  border-right: transparent;
}
.header__search:hover input[type="text"] {
  background: #fff;
  color: #000;
  max-width: 325px;
  min-width: 325px;
}
.header__search:hover input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.header__search:hover input[type="text"]::-moz-placeholder {
  color: #000;
}
.header__search:hover input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.header__search:hover input[type="text"]::-ms-input-placeholder {
  color: #000;
}
.header__search:hover input[type="text"]::placeholder {
  color: #000;
}
.header__search:hover button[type="reset"] {
  background: #fff;
  max-width: 35px;
  min-width: 35px;
  padding: 10px;
}
.header__search:hover button[type="submit"] {
  background: #fff;
  padding: 0;
}
.header__search:hover button[type="submit"]:before {
  border-color: #eaeaea;
}
.header__search:hover button[type="submit"] svg {
  stroke: #14142a;
}
.header__search input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  background: none;
  border: none;
  color: #d4d4d450;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 14px;
  height: 48px;
  margin: 0;
  max-width: 195px;
  min-width: 195px;
  outline: none;
  padding: 0 10px 0 19px;
  transition: 0.2s;
}
.header__search input[type="text"]::-webkit-input-placeholder {
  color: #d4d4d450;
}
.header__search input[type="text"]::-moz-placeholder {
  color: #d4d4d450;
}
.header__search input[type="text"]:-ms-input-placeholder {
  color: #d4d4d450;
}
.header__search input[type="text"]::-ms-input-placeholder {
  color: #d4d4d450;
}
.header__search input[type="text"]::placeholder {
  color: #d4d4d450;
}
.header__search input[type="text"]:focus {
  background: #fff;
  color: #000;
  max-width: 325px;
  min-width: 325px;
}
.header__search input[type="text"]:focus::-webkit-input-placeholder {
  color: #000;
}
.header__search input[type="text"]:focus::-moz-placeholder {
  color: #000;
}
.header__search input[type="text"]:focus:-ms-input-placeholder {
  color: #000;
}
.header__search input[type="text"]:focus::-ms-input-placeholder {
  color: #000;
}
.header__search input[type="text"]:focus::placeholder {
  color: #000;
}
.header__search input[type="text"]:focus ~ button[type="reset"] {
  background: #fff;
  max-width: 35px;
  min-width: 35px;
  padding: 10px;
}
.header__search input[type="text"]:focus ~ button[type="submit"] {
  background: #fff;
  padding: 0;
}
.header__search input[type="text"]:focus ~ button[type="submit"]:before {
  border-color: #eaeaea;
}
.header__search input[type="text"]:focus ~ button[type="submit"] svg {
  stroke: #14142a;
}
.header__search button[type="reset"] {
  background: none;
  border: none;
  cursor: pointer;
  height: 48px;
  margin: 0;
  max-width: 0;
  min-width: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  transition: 0.2s;
}
.header__search button[type="reset"] svg {
  stroke: #a0a3bd;
}
.header__search button[type="submit"] {
  background: none;
  border: none;
  cursor: pointer;
  height: 48px;
  margin: 0;
  max-width: 44px;
  min-width: 44px;
  outline: none;
  padding: 0 10px 0 0;
  position: relative;
  transition: 0.2s;
}
.header__search button[type="submit"]:before {
  border-left: 1px solid transparent;
  bottom: 7px;
  content: "";
  left: 0;
  position: absolute;
  top: 7px;
  transition: 0.2s;
}
.header__search button[type="submit"] svg {
  stroke: #fcfcfc;
  transition: 0.2s;
}
@media (max-width: 940px) {
  .header__search {
    display: none;
  }
}
.header__cart {
  border-left: 1px solid #544759;
  border-right: 1px solid #544759;
  cursor: pointer;
  display: none;
  min-width: 63px;
}
.header__cart svg {
  margin: auto;
}
@media (max-width: 1239px) {
  .header__cart {
    display: flex;
  }
}
@media (max-width: 360px) {
  .header__cart {
    max-width: 54px;
    min-width: 54px;
  }
}
@media (max-width: 340px) {
  .header__cart {
    max-width: 48px;
    min-width: 48px;
  }
}
.header__compare {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 66px;
  min-width: 66px;
  position: relative;
  text-decoration: none;
}
.header__compare .text {
  background: #fff;
  border-radius: 18px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  height: 14px;
  left: 50%;
  line-height: 14px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
}
.header__compare .text,
.header__compare svg {
  transition: 0.2s;
}
.header__compare svg {
  stroke: #fff;
}
.header__compare:hover .text {
  background: #a0a3bd;
}
.header__compare:hover svg {
  stroke: #a0a3bd;
}
@media (max-width: 1239px) {
  .header__compare .text {
    display: none;
  }
}
@media (max-width: 360px) {
  .header__compare {
    max-width: 54px;
    min-width: 54px;
  }
}
@media (max-width: 340px) {
  .header__compare {
    max-width: 48px;
    min-width: 48px;
  }
}
.header__menu-toggle {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M0 1h24M0 11h24M0 21h24'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  cursor: pointer;
  display: none;
  min-width: 63px;
  transition: 0.1s;
}
.header__menu-toggle.active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.105 10 8.666-8.666A.781.781 0 1 0 18.666.23L10 8.896 1.333.23A.781.781 0 1 0 .23 1.334l8.666 8.667-8.666 8.666a.781.781 0 1 0 1.105 1.105L10 11.106l8.666 8.666a.779.779 0 0 0 1.105 0 .781.781 0 0 0 0-1.105l-8.666-8.666Z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 1239px) {
  .header__menu-toggle {
    display: flex;
  }
}
@media (max-width: 360px) {
  .header__menu-toggle {
    max-width: 54px;
    min-width: 54px;
  }
}
@media (max-width: 340px) {
  .header__menu-toggle {
    max-width: 48px;
    min-width: 48px;
  }
}
.header__menu-toggle.active + .header__menu-mobile {
  opacity: 1;
  visibility: visible;
}
.header__menu-mobile {
  background: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
  display: none;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 2px 15px 20px;
  position: absolute;
  right: 20px;
  top: 110px;
  visibility: hidden;
  width: 291px;
}
@media (max-width: 1239px) {
  .header__menu-mobile {
    display: flex;
    flex-direction: column;
  }
  .header__menu-mobile > li {
    display: block;
  }
  .header__menu-mobile > li > a {
    color: #37283c;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 10px 19px 8px;
    text-decoration: none;
  }
  .header__menu-mobile > li + li {
    border-top: 1px solid #c4c4c4;
  }
  .header__menu-mobile > li:hover > a {
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .header__menu-mobile {
    right: 8px;
  }
}
.header__menu {
  display: flex;
  list-style: none;
  margin: 0 auto 0 0;
  min-width: 320px;
  padding: 0;
}
.header__menu > li {
  padding: 0 0 0 3px;
}
.header__menu > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 8px;
  text-decoration: none;
}
.header__menu > li:hover > a {
  text-decoration: underline;
}
@media (max-width: 1239px) {
  .header__menu {
    display: none;
  }
}

.header__tmenu{
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.header__tmenu ul {
  display: flex;
  list-style-type: none;
  padding: 5px 0;
  margin: 0; 
  width: 170px;
}
.header__tmenu-item {
  position: relative;
  margin-left: 20px;
}
.header__tmenu-link {
  padding: 7px 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.header__tmenu-link:not(.link--drop):hover {
   color: #FC9F48;
}
.header__tmenu-link.link--drop:after {
  width: 8px; height: 6px;
  margin-left: 7px;
  background: url(/bitrix/templates/svc_special/images/drop-menu.svg) no-repeat center;
  content: '';
}
.header__tmenu-item ul {
  position: absolute;
  top: 100%; left: 0;
  background: #fff;
  z-index: 5;
  display: block;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
}
.header__tmenu-item:hover ul {
  opacity: 1; visibility: visible;
}
.header__tmenu-item li {
  margin: 0;
}
.header__tmenu-item li a {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px
}
.header__tmenu-item li a:hover {
    color: #FC9F48;
}
@media (max-width: 1239px) {
  .header__tmenu {
    display: none;
  }
}

.header__schedule {
  color: #FC9F48;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 auto;
  white-space: nowrap;
}
.header.inner .header__schedule {
  /*color: #a0a3bd;*/
}
@media (max-width: 1239px) {
  .header__schedule {
    display: none;
  }
}
.header__phones {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 0 10px;
  white-space: nowrap;
}
.header__phones a {
  color: #fff;
  margin-left: 5px;
  text-decoration: none;
}
@media (max-width: 1239px) {
  .header__phones {
    background: #eee;
    color: #000;
    left: 0;
    margin-left: 0;
    padding: 5px 0 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
  .header__phones a {
    color: #000;
  }
}
.header__email {
  font-size: 14px;
  margin-left: 15px;
}
.header__email a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1239px) {
  .header__email {
    display: none;
  }
}
.footer {
  background: #37283c;
  border-top: 8px solid #fff;
}
@media (max-width: 480px) {
  .footer {
    border-top: none;
  }
}
.footer__container {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1200px;
  padding: 35px 0;
}
@media (max-width: 1239px) {
  .footer__container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .footer__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .footer__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .footer__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer__logo {
  align-items: center;
  display: flex;
  font-size: 0;
  margin-right: 18px;
  max-width: 280px;
  min-width: 280px;
  text-decoration: none;
}
.footer__logo img {
  margin-right: 2px;
}
.footer__logo--text {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}
@media (max-width: 1200px) {
  .footer__logo {
    margin-bottom: 40px;
    margin-right: auto;
  }
}
@media (max-width: 840px) {
  .footer__logo {
    max-width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 640px) {
  .footer__logo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .footer__logo {
    max-width: none;
    min-width: 100%;
  }
}
.footer__menu {
  list-style: none;
  margin: 0 40px 0 0;
  max-width: 240px;
  min-width: 240px;
  padding: 0;
}
.footer__menu > li {
  display: block;
}
.footer__menu > li:not(:last-child) {
  margin-bottom: 4px;
}
@media (max-width: 640px) {
  .footer__menu > li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 425px) {
  .footer__menu > li:not(:last-child) {
    margin-bottom: 11px;
  }
}
.footer__menu > li > a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  vertical-align: top;
  text-transform: uppercase;
}
.footer__menu > li:hover > a {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .footer__menu {
    margin-bottom: 40px;
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 960px) {
  .footer__menu {
    margin-left: auto;
    margin-right: 0;
    max-width: 400px;
    min-width: 400px;
    text-align: right;
  }
}
@media (max-width: 840px) {
  .footer__menu {
    max-width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 640px) {
  .footer__menu {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .footer__menu {
    max-width: none;
    min-width: 100%;
    text-align: left;
  }
}
.footer__contacts {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  max-width: 300px;
  min-width: 300px;
}
.footer__contacts--address {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0A4.35 4.35 0 0 0 .654 4.346c0 2.974 3.89 7.34 4.055 7.524a.391.391 0 0 0 .582 0c.166-.184 4.055-4.55 4.055-7.524A4.35 4.35 0 0 0 5 0Zm0 6.532a2.189 2.189 0 0 1-2.187-2.186c0-1.206.981-2.187 2.187-2.187s2.186.981 2.186 2.187S6.207 6.532 5 6.532Z' fill='%23fff'/%3E%3C/svg%3E")
    0 3px no-repeat;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 20px 21px;
}
a.footer__contacts--address {
  text-decoration: none;
}
a.footer__contacts--address:hover {
  text-decoration: underline;
}
.footer__contacts--social {
  font-size: 0;
  margin-top: auto;
  padding-left: 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__contacts--social a {
  margin-right: 10px;
  transition: 0.2s;
}
.footer__contacts--social a:hover {
  opacity: 0.7;
}
@media (max-width: 425px) {
  .footer__contacts--social a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .footer__contacts--social {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .footer__contacts {
    margin-bottom: 40px;
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 960px) {
  .footer__contacts {
    margin: 0 auto 0 0;
    max-width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 840px) {
  .footer__contacts {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 640px) {
  .footer__contacts {
    align-items: center;
    margin-bottom: 40px;
    margin-left: auto;
  }
}
@media (max-width: 425px) {
  .footer__contacts {
    align-items: flex-start;
    max-width: none;
    min-width: 100%;
  }
}
.footer__info {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 260px;
  min-width: 260px;
}
.footer__info--phones {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.97 7.031c-1.146-1.145-1.405-2.29-1.463-2.75a.411.411 0 0 1 .118-.344l.927-.926a.414.414 0 0 0 .058-.512L3.134.207a.414.414 0 0 0-.536-.15L.23 1.171a.412.412 0 0 0-.228.411C.126 2.763.64 5.661 3.49 8.511c2.849 2.849 5.747 3.363 6.927 3.487a.412.412 0 0 0 .411-.228l1.116-2.369a.414.414 0 0 0-.15-.535L9.502 7.39a.414.414 0 0 0-.513.058l-.926.927a.411.411 0 0 1-.344.118c-.46-.058-1.605-.317-2.75-1.462Z' fill='%23fff'/%3E%3Cpath d='M9.517 6.414A.414.414 0 0 1 9.103 6 3.107 3.107 0 0 0 6 2.896a.414.414 0 1 1 0-.827 3.935 3.935 0 0 1 3.931 3.93.414.414 0 0 1-.414.415Z' fill='%23fff'/%3E%3Cpath d='M11.586 6.414A.414.414 0 0 1 11.172 6 5.178 5.178 0 0 0 6 .828.414.414 0 1 1 6 0a6.007 6.007 0 0 1 6 6 .414.414 0 0 1-.414.414Z' fill='%23fff'/%3E%3C/svg%3E")     0 3px no-repeat, 
    url(/bitrix/templates/svc_special/images/whatsapp.svg) no-repeat 24px 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 10px 44px;
}
.footer__info--phones a {
  color: #fff;
  text-decoration: none;
}
.footer__info--email {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.991 1.585c0-.014.01-.027.009-.04L8.338 5.073l3.658 3.416c.002-.025-.005-.05-.005-.074v-6.83ZM7.779 5.616 6.284 7.055a.39.39 0 0 1-.538.004l-1.49-1.39L.574 9.22c.09.031.186.056.286.056h10.306c.15 0 .29-.045.411-.113L7.78 5.616Z' fill='%23fff'/%3E%3Cpath d='M6.009 6.234 11.597.851a.847.847 0 0 0-.431-.126H.86a.85.85 0 0 0-.54.202l5.689 5.307ZM0 1.716v6.699a.85.85 0 0 0 .037.222l3.636-3.501L0 1.716Z' fill='%23fff'/%3E%3C/svg%3E")
    0 4px no-repeat;
  font-size: 12px;
  padding: 0 0 20px 24px;
}
.footer__info--email a {
  color: #fff;
  text-decoration: none;
}
.footer__info--copyright {
  margin-bottom: 5px;
  margin-top: auto;
}
.footer__info--copyright,
.footer__info--copyright1 {
  color: #7d7d7d;
  font-size: 12px;
  
}
.footer__info--copyright1 a {
  color: #7d7d7d;
  text-decoration: none;
}
.footer__info--copyright1 a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .footer__info {
    align-items: center;
    margin-right: auto;
    max-width: 300px;
    min-width: 300px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .footer__info {
    align-items: flex-end;
    margin-left: auto;
    margin-right: 0;
    max-width: 400px;
    min-width: 400px;
    text-align: right;
  }
}
@media (max-width: 840px) {
  .footer__info {
    max-width: 260px;
    min-width: 260px;
  }
}
@media (max-width: 640px) {
  .footer__info {
    align-items: center;
    margin-right: auto;
  }
}
@media (max-width: 425px) {
  .footer__info {
    align-items: flex-start;
    max-width: none;
    min-width: 100%;
  }
}
.breadcrumbs {
  margin-bottom: 32px;
  overflow: auto;
  white-space: nowrap;
}
.breadcrumbs__item {
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 0 0 0 18px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
.breadcrumbs__item:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M5.307 3.808 2.074.576a.27.27 0 0 0-.38.38l3.041 3.042L1.693 7.04a.27.27 0 0 0 .381.381L5.307 4.19a.27.27 0 0 0 0-.381Z' fill='%2337283C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h7v7H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    0 0 no-repeat;
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 7px;
}
.breadcrumbs__item:hover {
  text-decoration: underline;
}
.breadcrumbs__item:first-child {
  font-size: 0;
  height: 12px;
  padding: 0;
  text-decoration: none;
  top: -3px;
  width: 14px;
}
.breadcrumbs__item:first-child:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3.035 2.185 6.74v4.964h3.869V8.066h2.055v3.638h3.706V6.74L7 3.035Z' fill='%2337283C'/%3E%3Cpath d='M12.017 3.86V1.32H9.99V2.3L7 0 0 5.385l.966 1.256L7 1.998l6.034 4.643L14 5.385 12.017 3.86Z' fill='%2337283C'/%3E%3C/svg%3E");
  height: 12px;
  width: 14px;
}
.breadcrumbs__item:nth-child(2) {
  color: #37283c;
  margin-left: 10px;
  padding: 0;
}
.breadcrumbs__item:nth-child(2):before {
  display: none;
}
.product {
  margin: 0 38px 33px 0;
  max-width: calc(33.33% - 38px);
  min-width: calc(33.33% - 38px);
  text-decoration: none;
}
@media (max-width: 1024px) {
  .product {
    max-width: calc(50% - 38px);
    min-width: calc(50% - 38px);
  }
}
@media (max-width: 930px) {
  .product {
    max-width: calc(33.33% - 38px);
    min-width: calc(33.33% - 38px);
  }
}
@media (max-width: 740px) {
  .product {
    max-width: calc(50% - 38px);
    min-width: calc(50% - 38px);
  }
}
@media (max-width: 446px) {
  .product {
    max-width: calc(100% - 38px);
    min-width: calc(100% - 38px);
  }
}
.product .image {
  font-size: 0;
  margin-bottom: 13px;
  position: relative;
  transition: 0.2s;
  padding-bottom: 90%;
  overflow: hidden;
}
.product .image img {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.product .top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product .material {
  color: #37283c;
  font-size: 16px;
}
.product .price {
  color: #fc9f48;
  font-size: 18px;
  font-weight: 600;
}
.product .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
.product:hover .image {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.product:hover .title {
  text-decoration: underline;
}
.product:hover .arrow-link {
  color: #fc9f48;
}
.product:hover .arrow-link:before {
  background: none;
  border-color: #d4d4d4;
}
.product:hover .arrow-link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.354 4.354a.5.5 0 0 0 0-.708L21.172.464a.5.5 0 1 0-.707.708L23.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h24v-1H0v1Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  left: 26px;
}
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px;
}
.pagination__item {
  color: #37283c;
  font-size: 18px;
  margin: 0 8px;
  text-decoration: none;
  transition: 0.2s;
}
.pagination__item.active {
  color: #a0a3bd;
  cursor: default;
  font-weight: 700;
}
.pagination__item[href]:hover:not(.active) {
  color: #fc9f48;
}
.pagination__item--prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m2.42 5.274 4.617 4.618a.385.385 0 0 0 .544-.544L3.235 5.002 7.581.657a.385.385 0 0 0-.544-.544L2.419 4.73a.385.385 0 0 0 0 .544Z' fill='%237D7D7D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-180 5 5)' d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    0 50% no-repeat;
  color: #7d7d7d;
  font-size: 14px;
  margin: 0 34px 0 0;
  padding: 0 0 0 16px;
}
.pagination__item--prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m2.42 5.274 4.617 4.618a.385.385 0 0 0 .544-.544L3.235 5.002 7.581.657a.385.385 0 0 0-.544-.544L2.419 4.73a.385.385 0 0 0 0 .544Z' fill='%23a0a3bd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23a0a3bd' transform='rotate(-180 5 5)' d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  color: #a0a3bd !important;
}
@media (max-width: 440px) {
  .pagination__item--prev {
    background-size: auto 20px;
    font-size: 0;
    min-height: 22px;
  }
}
.pagination__item--next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M8.351 4.726 3.734.108a.385.385 0 0 0-.544.544l4.345 4.346L3.19 9.343a.385.385 0 0 0 .544.544L8.35 5.27a.385.385 0 0 0 0-.544Z' fill='%237D7D7D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.77)' d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    100% 50% no-repeat;
  color: #7d7d7d;
  font-size: 14px;
  margin: 0 0 0 34px;
  padding: 0 16px 0 0;
}
.pagination__item--next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M8.351 4.726 3.734.108a.385.385 0 0 0-.544.544l4.345 4.346L3.19 9.343a.385.385 0 0 0 .544.544L8.35 5.27a.385.385 0 0 0 0-.544Z' fill='%23A0A3BD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.77)' d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  color: #a0a3bd !important;
}
@media (max-width: 440px) {
  .pagination__item--next {
    background-size: auto 20px;
    font-size: 0;
    min-height: 22px;
  }
}
.viewed {
  margin-bottom: 70px;
}
@media (max-width: 490px) {
  .viewed {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.viewed__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  padding: 0 0 33px;
}
@media (max-width: 490px) {
  .viewed__title {
    padding-bottom: 20px;
    text-align: center;
  }
}
.viewed .slick-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.083 8.674 28.98 20.57 17.083 32.465' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 41px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: -70px;
  transition: 0.2s;
  width: 41px;
  z-index: 1;
}
.viewed .slick-arrow.slick-prev {
  margin-right: 53px;
  transform: rotate(180deg);
}
.viewed .slick-arrow:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.083 8.674 28.98 20.57 17.083 32.465' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 490px) {
  .viewed .slick-arrow {
    bottom: -50px;
    right: calc(50% - 41px);
    top: auto;
  }
}
.viewed__item .item {
  align-items: center;
  border-top: 1px solid #eaeaea;
  display: flex;
  padding: 8px 8px 8px 13px;
  transition: 0.2s;
}
@media (max-width: 1100px) {
  .viewed__item .item {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.viewed__item .item a {
  text-decoration: none;
}
.viewed__item .item .image {
  font-size: 0;
  margin-right: 18px;
}

@media (min-width: 961px) {
  .viewed__item .item .image {
    max-width: 20%;
  }
}
@media (max-width: 1000px) {
  .viewed__item .item .image {
    margin-right: 10px;
  }
}
@media (max-width: 960px) {
  .viewed__item .item .image {
    margin-right: 8px;
  }
  .viewed__item .item .image img {
    max-width: 86px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .image img {
    max-width: 55px;
  }
}
@media (max-width: 490px) {
  .viewed__item .item .image {
    margin-right: 6px;
  }
  .viewed__item .item .image img {
    max-width: 50px;
  }
}
@media (max-width: 350px) {
  .viewed__item .item .image {
    display: none;
  }
}
.viewed__item .item .name {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 960px) {
  .viewed__item .item .name {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .name {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .viewed__item .item .name {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .viewed__item .item .name {
    font-size: 14px;
  }
}
.viewed__item .item .left {
  align-items: center;
  display: flex;
  margin-right: auto;
  max-width: 330px;
  min-width: 330px;
}
@media (max-width: 1000px) {
  .viewed__item .item .left {
    max-width: 290px;
    min-width: 290px;
  }
}
@media (max-width: 960px) {
  .viewed__item .item .left {
    max-width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .left {
    max-width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 490px) {
  .viewed__item .item .left {
    max-width: 160px;
    min-width: 160px;
  }
}
@media (max-width: 350px) {
  .viewed__item .item .left {
    max-width: 120px;
    min-width: 120px;
  }
}
.viewed__item .item .amount {
  font-size: 16px;
  max-width: 100px;
  min-width: 100px;
}
@media (max-width: 960px) {
  .viewed__item .item .amount {
    font-size: 15px;
    max-width: 75px;
    min-width: 75px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .amount {
    font-size: 14px;
    max-width: 55px;
    min-width: 55px;
  }
}
@media (max-width: 590px) {
  .viewed__item .item .amount {
    display: none;
  }
}
.viewed__item .item .square {
  font-size: 16px;
  margin-left: 36px;
  max-width: 110px;
  min-width: 110px;
}
@media (max-width: 1100px) {
  .viewed__item .item .square {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .viewed__item .item .square {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .viewed__item .item .square {
    font-size: 15px;
    max-width: 90px;
    min-width: 90px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .square {
    font-size: 14px;
    margin-left: 10px;
    max-width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 590px) {
  .viewed__item .item .square {
    display: none;
  }
}
.viewed__item .item .square2 {
  font-size: 16px;
  margin-left: 39px;
  max-width: 110px;
  min-width: 110px;
}
@media (max-width: 1100px) {
  .viewed__item .item .square2 {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .viewed__item .item .square2 {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .viewed__item .item .square2 {
    font-size: 15px;
    max-width: 90px;
    min-width: 90px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .square2 {
    font-size: 14px;
    margin-left: 10px;
    max-width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 590px) {
  .viewed__item .item .square2 {
    display: none;
  }
}
.viewed__item .item .price {
  font-size: 16px;
  margin-left: 32px;
  max-width: 104px;
  min-width: 104px;
}
@media (max-width: 1100px) {
  .viewed__item .item .price {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .viewed__item .item .price {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .viewed__item .item .price {
    font-size: 15px;
    max-width: 90px;
    min-width: 90px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .price {
    font-size: 14px;
    margin-left: 10px;
    max-width: 75px;
    min-width: 75px;
  }
}
@media (max-width: 590px) {
  .viewed__item .item .price {
    margin-right: auto;
  }
}
@media (max-width: 490px) {
  .viewed__item .item .price {
    font-size: 13px;
    margin-left: 0;
    max-width: 70px;
    min-width: 70px;
  }
}
.viewed__item .item .link {
  background: #37283c;
  border: 1px solid #37283c;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-left: 38px;
  min-width: 140px;
  padding: 13px 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.viewed__item .item .link:hover {
  background: none;
  color: #37283c;
}
@media (max-width: 1100px) {
  .viewed__item .item .link {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .viewed__item .item .link {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .viewed__item .item .link {
    font-size: 15px;
    max-width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 800px) {
  .viewed__item .item .link {
    font-size: 14px;
    margin-left: 10px;
    max-width: 80px;
    min-width: 80px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 490px) {
  .viewed__item .item .link {
    font-size: 13px;
    margin-left: 0;
    max-width: 75px;
    min-width: 75px;
  }
}
.viewed__item .item:hover {
  background: #eaeaea;
}
.similar-products {
  margin-bottom: 85px;
}
@media (max-width: 490px) {
  .similar-products {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.similar-products__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  padding: 0 0 33px;
}
@media (max-width: 490px) {
  .similar-products__title {
    padding-bottom: 20px;
    text-align: center;
  }
}
.similar-products .slick-list {
  margin-left: -30px;
}
.similar-products .slick-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.083 8.674 28.98 20.57 17.083 32.465' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 41px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: -70px;
  transition: 0.2s;
  width: 41px;
  z-index: 1;
}
.similar-products .slick-arrow.slick-prev {
  margin-right: 53px;
  transform: rotate(180deg);
}
.similar-products .slick-arrow:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.083 8.674 28.98 20.57 17.083 32.465' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 490px) {
  .similar-products .slick-arrow {
    bottom: -50px;
    right: calc(50% - 41px);
    top: auto;
  }
}
.similar-products .product {
  margin: 0 0 0 30px;
  max-width: none;
  min-width: 0;
}
.text-block {
  margin-bottom: 120px;
}
@media (max-width: 960px) {
  .text-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 360px) {
  .text-block {
    margin-bottom: 40px;
  }
}
.text-block__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 25px;
}
@media (max-width: 360px) {
  .text-block__title {
    font-size: 28px;
  }
}
.text-block__body {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 360px) {
  .text-block__body {
    font-size: 15px;
    line-height: 24px;
  }
}
.text-block__body p {
  margin: 1.5em 0;
}
.text-block__body p:first-child {
  margin-top: 0;
}
.text-block__body p:last-child {
  margin-bottom: 0;
}
.labels {
  display: flex;
  flex-wrap: wrap;
  left: 8px;
  position: absolute;
  top: 9px;
  z-index: 1;
}
.labels .label {
  background: #32bb69;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 6px 1px 5px;
  text-align: center;
  width: 80px;
}
.labels .label.label-sale {
  background: #fc9f48;
}
.labels .label.label-order {
  background: #37283c;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  position: relative;
}
.main__bg {
  bottom: 0;
  content: "";
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.main__container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: auto auto 0;
  max-width: 1200px;
  padding-top: 140px;
  position: relative;
  width: 100%;
}
@media (max-width: 1239px) {
  .main__container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100vw - 40px);
  }
}
@media (max-width: 940px) {
  .main__container {
    align-items: center;
    flex-direction: column;
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  .main__container {
    display: block;
    max-width: 100%;
  }
}
.main__blocks {
  max-width: 470px;
  min-width: 390px;
  padding-bottom: 74px;
}
.main__blocks--item {
  /*align-items: center;*/
  display: flex;
  margin-bottom: 20px;
  min-height: 65px;
}
.main__blocks--item .icon {
  margin-right: 20px;
  max-width: 45px;
  min-width: 45px;
}
@media (max-width: 480px) {
  .main__blocks--item .icon {
    margin-right: 10px;
  }
}
.main__blocks--item .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  max-width: 350px
}
@media (max-width: 380px) {
  .main__blocks--item .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.main__blocks--item .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}
@media (max-width: 940px) {
  .main__blocks {
    max-width: 471px;
    min-width: 471px;
    padding-bottom: 10px;
  }
}
@media (max-width: 520px) {
  .main__blocks {
    max-width: 100%;
    min-width: 100%;
  }
}
.main__slider {
  background: #fff;
  max-width: 471px;
  min-width: 471px;
  padding: 28px 28px 0;
}
.main__slider .slick-track {
  display: flex;
}
.main__slider .slick-initialized .slick-slide {
  display: flex !important;
  height: auto;
}
.main__slider--item {
  color: #37283c;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 88px;
  position: relative;
}
.main__slider--item .image {
  font-size: 0;
  margin-bottom: 14px;
}
.main__slider--item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 9px;
}
.main__slider--item .body {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 380px) {
  .main__slider--item .body {
    font-size: 15px;
    line-height: 23px;
  }
}
.main__slider--item .link {
  bottom: 19px;
  left: 0;
  position: absolute;
}
.main__slider .slick-arrow {
  background: #37283c
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10 5 6.963 6.963L10 18.926' stroke='%23FCFCFC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  height: 72px;
  position: absolute;
  right: 0;
  transition: 0.2s;
  width: 72px;
  z-index: 15;
}
.main__slider .slick-arrow.slick-prev {
  border-left: 7px solid #fff;
  margin-right: 72px;
  transform: rotate(180deg);
  width: 79px;
}
@media (max-width: 380px) {
  .main__slider .slick-arrow.slick-prev {
    height: 36px;
    margin-right: 36px;
    width: 43px;
  }
}
.main__slider .slick-arrow:hover {
  background-color: #eaeaea;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10 5 6.963 6.963L10 18.926' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 380px) {
  .main__slider .slick-arrow {
    bottom: 18px;
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 480px) {
  .main__slider {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
@media (max-width: 380px) {
  .main__slider {
    padding: 15px 15px 0;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 0;
  transform-style: flat;
  will-change: transform;
  z-index: 1;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  height: 28px;
  right: -17px;
  top: -6px;
  width: 34px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  height: 34px;
  right: -6px;
  top: -17px;
  width: 28px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  cursor: default;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  background: #e8e7e6;
  content: "";
  display: block;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 1px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  height: 1px;
  left: 6px;
  top: 14px;
  width: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  color: #999;
  position: absolute;
}
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  background: #ccc;
  position: absolute;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  height: 80px;
  left: 0;
  padding: 10px 0;
  top: 100%;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  height: 5px;
  margin-left: -1px;
  width: 2px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  height: 100%;
  left: 100%;
  padding: 0 10px;
  top: 0;
}
.noUi-value-vertical {
  padding-left: 25px;
  transform: translateY(-50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  height: 2px;
  margin-top: -1px;
  width: 5px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #000;
  display: block;
  padding: 5px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%);
}
.noUi-vertical .noUi-tooltip {
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%);
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  right: 28px;
  top: auto;
  transform: translateY(-18px);
}
.noUi-target {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  height: 5px;
}
.noUi-connects {
  background: #c4c4c4;
}
.noUi-connects .noUi-connect,
.noUi-handle {
  background: #37283c;
}
.noUi-handle {
  border: none;
  box-shadow: none;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  cursor: pointer;
  height: 11px;
  right: -6px;
  top: -3px;
  width: 11px;
}
.category {
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media (max-width: 1239px) {
  .category {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}
.category__inner {
  display: flex;
}
@media (max-width: 930px) {
  .category__inner {
    display: block;
    position: relative;
  }
}
.category__filters {
  margin: 0 30px 0 0;
  max-width: 270px;
  min-width: 270px;
}
@media (max-width: 930px) {
  .category__filters {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-top: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    left: 0;
    max-width: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 60px;
    visibility: hidden;
    z-index: 9;
  }
  .category__filters.active {
    opacity: 1;
    visibility: visible;
  }
}
.category__filters--item {
  border-top: 1px solid #c4c4c4;
}
.category__filters--item > div:first-child.body {
  padding-top: 28px;
}
.category__filters--item .title {
  color: #14142b;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  padding: 22px 50px 22px 20px;
  position: relative;
}
.category__filters--item .title:before {
  border-radius: 2px;
  border-top: 2px solid #a0a3bd;
  content: "";
  position: absolute;
  right: 28px;
  top: 30px;
  transition: 0.2s;
  width: 18px;
}
.category__filters--item .title:after {
  border-left: 2px solid #a0a3bd;
  border-radius: 2px;
  content: "";
  height: 18px;
  position: absolute;
  right: 36px;
  top: 22px;
  transition: 0.2s;
}
.category__filters--item .title:hover:after,
.category__filters--item .title:hover:before {
  border-color: #ff7500;
}
.category__filters--item .title.active:after {
  display: none;
}
.category__filters--item .title + .body {
  display: none;
}
.category__filters--item .body {
  font-size: 0;
  padding: 0 35px 16px 20px;
}
.category__filters--item .body .filter-color-button-wrap {
  margin-right: -20px;
  /*
    max-height: 200px;
    overflow: auto;
    */
}
.category__filters--item .body .filter-color-button-wrap::-webkit-scrollbar {
  width: 8px;
}
.category__filters--item
  .body
  .filter-color-button-wrap::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 4px;
}
.category__filters--item
  .body
  .filter-color-button-wrap::-webkit-scrollbar-thumb {
  background: #37283c;
  border-radius: 4px;
}
.category__filters--item .body .filter-color-button {
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 1;
}
.category__filters--item .body .filter-color-button .color {
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  margin: 0 15px 0 0;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
}

.category__filters--item .body .filter-color-button .color[style*="FFFFFF"] {
  border-color: #dadada;
}
.category__filters--item .body .filter-color-button:not(:last-child) {
  margin: 0 0 14px;
}
.category__filters--item .body .filter-color-button.active {
  font-weight: 700;
  text-decoration: underline;
}

.category__filters--item .body .filter-color-button.disabled {
  cursor: default !important;
}
.category__filters--item .body .filter-color-button.disabled label {
  cursor: default !important;
  opacity: 0.5;
  text-decoration: none;
}

.category__filters--item .body .filter-color-button.disabled.active {
  font-weight: normal;
  text-decoration: none;
}

.category__filters--item .body .filter-button {
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
  padding: 0 0 0 26px;
  position: relative;
}

.category__filters--item .body .filter-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.category__filters--item .body .filter-button.active.disabled:before {
  background: #ffffff;
}

.category__filters--item .body .filter-button.mini {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: calc(50% - 10px);
}
.category__filters--item .body .filter-button.mini:nth-child(2n) {
  margin-right: 0;
}
.category__filters--item .body .filter-button:last-child {
  margin-bottom: 5px;
}
.category__filters--item .body .filter-button:before {
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #787878;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: 0.2s;
  width: 12px;
}
.category__filters--item .body .filter-button.active:before {
  background: #fc9f48;
  box-shadow: 0 0 0 1px #a0a3bd;
}

.category__filters--item .body .langs {
  background: #eee7f0;
  border-radius: 23px;
  display: inline-flex;
}
.category__filters--item .body .langs span {
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  padding: 7px 15px 8px;
}
.category__filters--item .body .langs span.active {
  background: #fff;
  border-radius: 23px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.25);
  color: #fc9f48;
  font-weight: 700;
}
.category__filters--item .body .langs-body--item {
  display: none;
  font-size: 0;
}
.category__filters--item .body .langs-body--item.active {
  display: block;
}
.category__filters--item .body .langs-item {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 14px 14px 1px 0;
  vertical-align: top;
}
.category__filters--item .body .langs-item:hover,
.alphabet-button.active .langs-item {
  text-decoration: underline !important;
  font-weight: 700;
}

.alphabet-button .langs-item {
  width: 10px;
}

.alphabet-button.disabled .langs-item {
  opacity: 0.5;
}

.alphabet-button.disabled .langs-item:hover {
  font-weight: normal;
  text-decoration: none !important;
  cursor: default;
}

.category__filters--item .body .filter-slider {
  margin: 3px 0 24px;
}
.category__filters--item .body .range-inputs {
  align-items: center;
  display: flex;
}
.category__filters--item .body .range-inputs input {
  border: 1px solid #bdbdbd;
  font-size: 15px;
  line-height: 1;
  padding: 13px 16px 14px;
  width: 43%;
}
.category__filters--item .body .range-inputs span {
  font-size: 15px;
  margin: 0 auto;
}
.category__body {
  flex-grow: 1;
  margin: 0 0 50px;
  max-width: calc(100% - 300px);
}
@media (max-width: 930px) {
  .category__body {
    max-width: none;
  }
}
.category__body--top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media (max-width: 540px) {
  .category__body--top {
    align-items: center;
    flex-direction: column;
  }
}
.category__body--top .clear-filter {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.042 7.001 5.742-5.742A.737.737 0 0 0 12.742.217L7 5.959 1.258.217A.737.737 0 1 0 .216 1.259L5.958 7 .216 12.743a.737.737 0 1 0 1.042 1.042L7 8.043l5.742 5.742a.737.737 0 1 0 1.042-1.042L8.042 7.001Z' fill='%2337283C'/%3E%3C/svg%3E")
    0 50% no-repeat;
  color: #37283c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 0 24px;
  text-decoration: none;
  transition: 0.2s;
}
.category__body--top .clear-filter:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.042 7.001 5.742-5.742A.737.737 0 0 0 12.742.217L7 5.959 1.258.217A.737.737 0 1 0 .216 1.259L5.958 7 .216 12.743a.737.737 0 1 0 1.042 1.042L7 8.043l5.742 5.742a.737.737 0 1 0 1.042-1.042L8.042 7.001Z' fill='%237c7c7c'/%3E%3C/svg%3E");
  color: #7c7c7c;
}
@media (max-width: 930px) {
  .category__body--top .clear-filter {
    display: none;
  }
}
.category__body--top .open-filter {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23A0A3BD' stroke-width='2' d='M0 3h30'/%3E%3Ccircle cx='8' cy='3' r='3' fill='%23A0A3BD'/%3E%3Cpath stroke='%23A0A3BD' stroke-width='2' d='M0 12h30'/%3E%3Ccircle cx='18' cy='12' r='3' fill='%23A0A3BD'/%3E%3Cpath stroke='%23A0A3BD' stroke-width='2' d='M0 21h30'/%3E%3Ccircle cx='13' cy='21' r='3' fill='%23A0A3BD'/%3E%3C/svg%3E")
    16px 50% no-repeat;
  border: 1px solid #d3d2d2;
  color: #37283c;
  cursor: pointer;
  display: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  min-width: 271px;
  padding: 15px 10px 15px 65px;
}
@media (max-width: 930px) {
  .category__body--top .open-filter {
    display: flex;
  }
}
@media (max-width: 600px) {
  .category__body--top .open-filter {
    min-width: 200px;
  }
}
@media (max-width: 540px) {
  .category__body--top .open-filter {
    margin-bottom: 20px;
    min-width: 100%;
  }
}
.category__body--products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -38px;
}
.category .image-block {
  margin: 0 38px 33px 0;
}
@font-face {
  font-display: block;
  font-family: lg;
  font-style: normal;
  font-weight: 400;
  src: url(/bitrix/templates/svc_special/./fonts/lg.woff2?io9a6k) format("woff2"),
    url(/bitrix/templates/svc_special/./fonts/lg.ttf?io9a6k) format("truetype"),
    url(/bitrix/templates/svc_special/./fonts/lg.woff?io9a6k) format("woff"),
    url(/bitrix/templates/svc_special/./fonts/lg.svg?io9a6k#lg) format("svg");
}
.lg-icon {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: lg !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.lg-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  outline: 0;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-next.disabled,
.lg-prev.disabled {
  cursor: default;
  opacity: 0 !important;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  outline: medium none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s linear;
  width: 50px;
  will-change: color;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  opacity: 0;
  padding: 10px 40px;
  text-align: center;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1080;
}
.lg-sub-html h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
}
.lg-item .lg-sub-html {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.lg-error-msg {
  color: #999;
  font-size: 14px;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  height: 47px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  will-change: opacity;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  float: left;
  max-height: 350px;
  overflow: hidden;
  width: 100%;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  display: inline-block;
  height: 100%;
  margin-bottom: -5px;
  padding: 5px 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border: 2px solid #fff;
    border-radius: 4px;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer .lg-video-cont {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.lg-outer .lg-video-cont .lg-object {
  height: 100% !important;
  width: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  will-change: opacity;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes lg-play-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes lg-play-rotate {
  to {
    transform: rotate(1turn);
  }
}
.lg-video-play-button {
  cursor: pointer;
  left: 50%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  width: 18%;
  will-change: opacity, transform;
  z-index: 2;
}
.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  transition: opacity 0.12s ease-in;
  will-change: opacity;
}
.lg-video-play-icon-circle {
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lg-video-play-icon {
  left: 50%;
  max-width: 120px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.12s ease-in;
  width: 25%;
  will-change: opacity;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite,
    lg-play-stroke 1.5s ease-in-out 0.25s infinite;
  animation: lg-play-rotate 2s linear 0.25s infinite,
    lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 80ms ease 0s;
  width: 100%;
  will-change: opacity;
  z-index: 1083;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition-duration: 0s !important;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  will-change: transform;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  will-change: transform;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
  will-change: opacity, transform;
}
.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-pager-outer {
  height: 10px;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1080;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translateZ(0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  transform: translate3d(0, 5px, 0);
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  width: 120px;
  will-change: transform, opacity;
}
.lg-outer .lg-pager-thumb-cont img {
  height: 100%;
  width: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity;
  z-index: 1081;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0s;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity, transform;
}
.lg-outer .lg-dropdown:after {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: -16px;
  width: 0;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 12px;
  white-space: pre;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-comment-box {
  background-color: #fff;
  bottom: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  width: 420px;
  will-change: transform;
  z-index: 9999;
}
.lg-comment-box .lg-comment-title {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  left: 0;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  background: url(/bitrix/templates/svc_special/./images/loading.gif) no-repeat scroll 50% #fff;
  display: inline-block;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.lg-comment-box .fb-comments[fb-xfbml-state="rendered"] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  color: #999;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 12px;
  transition: color 0.2s linear;
  will-change: color;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity;
  z-index: 1081;
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0s;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  transform: translateZ(0);
}
.lg-outer .lg-img-rotate {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type="iframe"] .lg-flip-hor,
.lg-outer[data-lg-slide-type="iframe"] .lg-flip-ver,
.lg-outer[data-lg-slide-type="iframe"] .lg-rotate-left,
.lg-outer[data-lg-slide-type="iframe"] .lg-rotate-right,
.lg-outer[data-lg-slide-type="video"] .lg-flip-hor,
.lg-outer[data-lg-slide-type="video"] .lg-flip-ver,
.lg-outer[data-lg-slide-type="video"] .lg-rotate-left,
.lg-outer[data-lg-slide-type="video"] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-medium-zoom-item {
  cursor: zoom-in;
}
.lg-medium-zoom .lg-outer,
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object,
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-relative-caption .lg-outer .lg-sub-html {
  background-image: none;
  bottom: auto;
  padding: 0;
  white-space: normal;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: opacity 0.5s ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}
.lg-group:after {
  clear: both;
  content: "";
  display: table;
}
.lg-container {
  outline: 0;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  will-change: transform, opacity;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  height: 100%;
  left: 0;
  opacity: 0.001;
  outline: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  transition: opacity 0.15s ease 0s;
  width: 100%;
  will-change: auto;
  z-index: 1050;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible,
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  opacity: 1;
  transition-duration: 0s !important;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lg-outer .lg-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0s;
  white-space: nowrap;
  width: 100%;
}
.lg-outer .lg-item {
  display: none !important;
  will-change: transform, opacity;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(/bitrix/templates/svc_special/./images/loading.gif) no-repeat scroll 50% transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  bottom: 0;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: auto;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
  will-change: opacity;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
  opacity: 1;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  left: 50%;
  position: absolute;
  top: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  opacity: 1;
  transform: translateZ(0);
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  opacity: 0.8 !important;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 333ms ease-in 0s;
  will-change: auto;
  z-index: 1040;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  transform: translateZ(0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop,
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s ease-out 0s;
  will-change: transform;
  z-index: 1080;
}
.category1 {
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1239px) {
  .category1 {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}
.category1 .filters {
  display: flex;
  flex-wrap: wrap;
  margin-right: -55px;
}
.category1 .filters .select-wrap {
  margin: 0 55px 32px 0;
}
@media (max-width: 700px) {
  .category1 .filters {
    justify-content: center;
    margin-right: 0;
  }
  .category1 .filters .select-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 580px) {
  .category1 .filters {
    flex-direction: column;
  }
  .category1 .filters .select-wrap {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .category1 .filters .select-wrap .title {
    min-width: 100px;
  }
  .category1 .filters .select-wrap .jq-selectbox {
    flex-grow: 1;
  }
}
.category1__titles {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 24px 481px;
}
.category1__titles .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-right: 58px;
  width: 100px;
}
@media (max-width: 1070px) {
  .category1__titles .title {
    font-size: 15px;
    margin-right: 30px;
    width: 90px;
  }
}
@media (max-width: 930px) {
  .category1__titles .title {
    font-size: 14px;
    margin-right: 20px;
    width: 80px;
  }
}
@media (max-width: 760px) {
  .category1__titles .title {
    font-size: 13px;
    margin-right: 15px;
    width: 70px;
  }
}
@media (max-width: 1070px) {
  .category1__titles {
    padding-left: 412px;
  }
}
@media (max-width: 930px) {
  .category1__titles {
    padding-left: 326px;
  }
}
@media (max-width: 760px) {
  .category1__titles {
    padding-left: 352px;
  }
}
@media (max-width: 680px) {
  .category1__titles {
    display: none;
  }
}
.category1__products {
  padding-bottom: 43px;
}
.category1 .product-wrap {
  padding-bottom: 24px;
}
.category1 .main-product {
  align-items: center;
  background: #37283c;
  color: #fff;
  display: flex;
  margin-bottom: 8px;
  padding: 13px 38px 13px 12px;
}
@media (max-width: 1070px) {
  .category1 .main-product {
    padding-right: 20px;
  }
}
@media (max-width: 760px) {
  .category1 .main-product {
    padding: 12px;
  }
}
@media (max-width: 360px) {
  .category1 .main-product {
    padding: 10px;
  }
}
.category1 .main-product .image {
  margin-right: 26px;
  max-width: 110px;
  min-width: 110px;
}
@media (max-width: 1070px) {
  .category1 .main-product .image {
    margin-right: 20px;
    max-width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 930px) {
  .category1 .main-product .image {
    margin-right: 15px;
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 760px) {
  .category1 .main-product .image {
    margin-right: 10px;
    max-width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 680px) {
  .category1 .main-product .image {
    max-width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 380px) {
  .category1 .main-product .image {
    max-width: 50px;
    min-width: 50px;
  }
}
.category1 .main-product .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-right: 53px;
  max-width: 280px;
  min-width: 280px;
}
@media (max-width: 1070px) {
  .category1 .main-product .title {
    font-size: 15px;
    margin-right: 30px;
    max-width: 250px;
    min-width: 250px;
  }
}
@media (max-width: 930px) {
  .category1 .main-product .title {
    font-size: 14px;
    margin-right: 20px;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 760px) {
  .category1 .main-product .title {
    margin-right: auto;
  }
}
@media (max-width: 380px) {
  .category1 .main-product .title {
    font-size: 13px;
    max-width: none;
    min-width: 0;
  }
}
.category1 .main-product .amount {
  font-size: 16px;
  line-height: 19px;
  margin-right: 58px;
  max-width: 100px;
  min-width: 100px;
}
.category1 .main-product .amount.amount3 {
  margin-right: auto;
}
@media (max-width: 1070px) {
  .category1 .main-product .amount {
    font-size: 15px;
    margin-right: 30px;
    max-width: 90px;
    min-width: 90px;
  }
}
@media (max-width: 930px) {
  .category1 .main-product .amount {
    font-size: 14px;
    margin-right: 20px;
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 760px) {
  .category1 .main-product .amount {
    font-size: 13px;
    margin-right: 15px;
    max-width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 680px) {
  .category1 .main-product .amount {
    display: none;
  }
}
.category1 .main-product .price {
  color: #fc9f48;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}
@media (max-width: 1070px) {
  .category1 .main-product .price {
    font-size: 17px;
  }
}
@media (max-width: 930px) {
  .category1 .main-product .price {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .category1 .main-product .price {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  .category1 .main-product .price {
    margin-left: 15px;
  }
}
@media (max-width: 360px) {
  .category1 .main-product .price {
    font-size: 14px;
    margin-left: 10px;
  }
}
.category1 .group {
  margin-bottom: 8px;
}
.category1 .group .main {
  align-items: flex-start;
  background: #eaeaea;
  cursor: pointer;
  display: flex;
  padding: 20px 60px 20px 24px;
  position: relative;
}
.category1 .group .main:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.707.293a1 1 0 0 0-1.414 0L.929 6.657A1 1 0 0 0 2.343 8.07L8 2.414l5.657 5.657a1 1 0 1 0 1.414-1.414L8.707.293ZM9 25V1H7v24h2Z' fill='%2337283C'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  content: "";
  height: 26px;
  margin-top: -13px;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: rotate(180deg);
  transition: 0.2s;
  width: 16px;
}
.category1 .group .main:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.707.293a1 1 0 0 0-1.414 0L.929 6.657A1 1 0 0 0 2.343 8.07L8 2.414l5.657 5.657a1 1 0 1 0 1.414-1.414L8.707.293ZM9 25V1H7v24h2Z' fill='%237C7C7C'/%3E%3C/svg%3E");
}
.category1 .group .main.active:before {
  transform: none;
}
@media (max-width: 650px) {
  .category1 .group .main {
    padding-left: 15px;
  }
}
.category1 .group .main .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-right: 10px;
  max-width: 90px;
  min-width: 90px;
}
@media (max-width: 1220px) {
  .category1 .group .main .name {
    font-size: 15px;
    letter-spacing: -0.3px;
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 540px) {
  .category1 .group .main .name {
    font-size: 14px;
    max-width: 70px;
    min-width: 70px;
  }
}
.category1 .group .main .size {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 19px;
  margin-right: 30px;
  max-width: 167px;
  min-width: 167px;
}
@media (max-width: 1220px) {
  .category1 .group .main .size {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-right: 20px;
    max-width: 130px;
    min-width: 130px;
  }
}
@media (max-width: 540px) {
  .category1 .group .main .size {
    font-size: 14px;
    margin-right: 10px;
    max-width: 115px;
    min-width: 115px;
  }
}
.category1 .group .main .treatment {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 19px;
  margin-right: 38px;
  max-width: 121px;
  min-width: 121px;
}
@media (max-width: 1220px) {
  .category1 .group .main .treatment {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-right: 20px;
    max-width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 650px) {
  .category1 .group .main .treatment {
    display: none;
  }
}
.category1 .group .main .amount {
  font-size: 16px;
  line-height: 19px;
  margin-right: 58px;
  max-width: 100px;
  min-width: 100px;
}
.category1 .group .main .amount .title {
  color: #7c7c7c;
  margin-bottom: 7px;
}
@media (max-width: 1220px) {
  .category1 .group .main .amount {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-right: 20px;
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 1000px) {
  .category1 .group .main .amount {
    display: none;
  }
}
.category1 .group .items {
  border: 1px solid #d4d4d4;
  border-top: none;
  display: none;
  margin-bottom: 8px;
  padding: 1px 15px;
}
@media (max-width: 540px) {
  .category1 .group .items {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .category1 .group .items {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.category1 .group .items-wrap {
  margin: 17px 0;
  max-height: 409px;
  overflow: auto;
  padding-right: 10px;
}
.category1 .group .items-wrap::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.category1 .group .items-wrap::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 4px;
}
.category1 .group .items-wrap::-webkit-scrollbar-thumb {
  background: #37283c;
}
@media (max-width: 1220px) {
  .category1 .group .items-wrap {
    max-height: 378px;
  }
}
@media (max-width: 540px) {
  .category1 .group .items-wrap {
    max-height: 395px;
  }
}
@media (max-width: 480px) {
  .category1 .group .items-wrap {
    padding-right: 12px;
  }
}
.category1 .group .item {
  align-items: center;
  display: flex;
  padding: 17px 0;
}
.category1 .group .item:first-child {
  padding-top: 0;
}
.category1 .group .item:last-child {
  padding-bottom: 0;
}
.category1 .group .item + .item {
  border-top: 1px solid #eaeaea;
}
@media (max-width: 480px) {
  .category1 .group .item + .item {
    border-top: none;
  }
}
.category1 .group .item .image {
  cursor: pointer;
  max-width: 109px;
  min-width: 109px;
  /*padding-right: 33px;*/
}
@media (max-width: 1220px) {
  .category1 .group .item .image {
    max-width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 540px) {
  .category1 .group .item .image {
    font-size: 14px;
    max-width: 82px;
    min-width: 82px;
    padding-right: 10px;
  }
}
.category1 .group .item .size {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  margin-right: 30px;
  max-width: 167px;
  min-width: 167px;
}
@media (max-width: 1220px) {
  .category1 .group .item .size {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-right: 20px;
    max-width: 130px;
    min-width: 130px;
  }
}
@media (max-width: 540px) {
  .category1 .group .item .size {
    font-size: 14px;
    margin-right: 10px;
    max-width: 115px;
    min-width: 115px;
  }
}
.category1 .group .item .treatment {
  font-size: 16px;
  line-height: 19px;
  margin-right: 38px;
  max-width: 121px;
  min-width: 121px;
}
@media (max-width: 1220px) {
  .category1 .group .item .treatment {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-right: 20px;
    max-width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 650px) {
  .category1 .group .item .treatment {
    display: none;
  }
}
.category1 .group .item .amount {
  font-size: 16px;
  line-height: 19px;
  margin-right: 58px;
  max-width: 100px;
  min-width: 100px;
}
.category1 .group .item .amount .title {
  margin-bottom: 7px;
}
.category1 .group .item .amount.amount3 {
  margin-right: auto;
}
@media (max-width: 1220px) {
  .category1 .group .item .amount {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-right: 20px;
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 1000px) {
  .category1 .group .item .amount {
    display: none;
  }
}
.category1 .group .item .price {
  color: #fc9f48;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: right;
  white-space: nowrap;
}
.category1 .group .item .price .old {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 8px;
  text-decoration: line-through;
}
@media (max-width: 1220px) {
  .category1 .group .item .price {
    font-size: 17px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 1000px) {
  .category1 .group .item .price {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .category1 .group .item .price {
    font-size: 16px;
  }
  .category1 .group .item .price .old {
    margin-bottom: 2px;
  }
}
.category1 .group .item .compare {
  background: #a0a3bd;
  border: 1px solid #a0a3bd;
  cursor: pointer;
  display: flex;
  margin-left: 67px;
  min-height: 46px;
  min-width: 46px;
  transition: 0.2s;
}

.category1 .group .item .compare div {
  display: flex;
  width: 100%;
}

.category1 .group .item .compare svg {
  stroke: #fff;
  margin: auto;
}
.category1 .group .item .compare:hover,
.category1 .group .item .compare.active {
  background: none;
}
.category1 .group .item .compare:hover svg,
.category1 .group .item .compare.active svg {
  stroke: #a0a3bd;
}

@media (max-width: 1220px) {
  .category1 .group .item .compare {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .category1 .group .item .compare {
    margin-left: 10px;
    min-height: 32px;
    min-width: 32px;
  }
}
.category1 .group .item .buy-button {
  margin-left: 8px;
}
@media (max-width: 480px) {
  .category1 .group .item .buy-button {
    background-size: 19px;
    min-height: 32px;
    min-width: 32px;
  }
}
.product_popup {
  direction: ltr;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: left;
  top: 0;
  transition: 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.product_popup.active {
  opacity: 1;
  visibility: visible;
}
.product_popup .title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
.product_popup-div {
  background: #fff;
  opacity: 0.75;
  z-index: 0;
}
.product_popup-div,
.product_popup-scrolling {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.product_popup-scrolling {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  overflow: auto;
  padding: 45px 15px 15px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1239px) {
  .product_popup-scrolling {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product_popup-wrap {
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
}
.product_popup-body,
.product_popup-wrap {
  box-sizing: border-box;
  position: relative;
}
.product_popup-body {
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  display: inline-block;
  max-width: 1200px;
  min-width: 1200px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1239px) {
  .product_popup-body {
    max-width: 100%;
    min-width: 100%;
  }
}
.product_popup-body.withform {
  max-width: 423px;
  min-width: 423px;
}
@media (max-width: 460px) {
  .product_popup-body.withform {
    max-width: 100%;
    min-width: 100%;
  }
}
.product_popup-close {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 6 12.774 12.774M6 18.774 18.774 6' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 5px;
  top: -40px;
  width: 30px;
  z-index: 10;
}
.product_popup-close:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 6 12.774 12.774M6 18.774 18.774 6' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product_popup .form {
  padding: 29px 49px 32px;
}
@media (max-width: 460px) {
  .product_popup .form {
    padding: 20px 20px 5px;
  }
}
.product_popup .form__title {
  color: #37283c;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
}
.product_popup .form__price {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 23px;
  text-align: center;
}
.product_popup .form__price > span {
  color: #fc9f48;
  font-size: 18px;
  font-weight: 600;
}
.product_popup .form__field {
  margin-bottom: 11px;
}
.product_popup .form__field input[type="email"],
.product_popup .form__field input[type="tel"],
.product_popup .form__field input[type="text"],
.product_popup .form__field textarea {
  border: 1px solid #bdbdbd;
  color: #000;
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  line-height: 1;
  outline: none;
  padding: 15px 16px;
  width: 100%;
}
.product_popup .form__field input[type="email"]::-webkit-input-placeholder,
.product_popup .form__field input[type="tel"]::-webkit-input-placeholder,
.product_popup .form__field input[type="text"]::-webkit-input-placeholder,
.product_popup .form__field textarea::-webkit-input-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]::-moz-placeholder,
.product_popup .form__field input[type="tel"]::-moz-placeholder,
.product_popup .form__field input[type="text"]::-moz-placeholder,
.product_popup .form__field textarea::-moz-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]:-ms-input-placeholder,
.product_popup .form__field input[type="tel"]:-ms-input-placeholder,
.product_popup .form__field input[type="text"]:-ms-input-placeholder,
.product_popup .form__field textarea:-ms-input-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]::-ms-input-placeholder,
.product_popup .form__field input[type="tel"]::-ms-input-placeholder,
.product_popup .form__field input[type="text"]::-ms-input-placeholder,
.product_popup .form__field textarea::-ms-input-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]::-webkit-input-placeholder,
.product_popup .form__field input[type="tel"]::-webkit-input-placeholder,
.product_popup .form__field input[type="text"]::-webkit-input-placeholder,
.product_popup .form__field textarea::-webkit-input-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]::-moz-placeholder,
.product_popup .form__field input[type="tel"]::-moz-placeholder,
.product_popup .form__field input[type="text"]::-moz-placeholder,
.product_popup .form__field textarea::-moz-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]:-ms-input-placeholder,
.product_popup .form__field input[type="tel"]:-ms-input-placeholder,
.product_popup .form__field input[type="text"]:-ms-input-placeholder,
.product_popup .form__field textarea:-ms-input-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]::-ms-input-placeholder,
.product_popup .form__field input[type="tel"]::-ms-input-placeholder,
.product_popup .form__field input[type="text"]::-ms-input-placeholder,
.product_popup .form__field textarea::-ms-input-placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]::placeholder,
.product_popup .form__field input[type="tel"]::placeholder,
.product_popup .form__field input[type="text"]::placeholder,
.product_popup .form__field textarea::placeholder {
  color: #7c7c7c;
}
.product_popup .form__field input[type="email"]:focus,
.product_popup .form__field input[type="tel"]:focus,
.product_popup .form__field input[type="text"]:focus,
.product_popup .form__field textarea:focus {
  border-color: #37283c;
}
.product_popup .form__field textarea {
  height: 124px;
  resize: none;
}
.product_popup .form__field button[type="submit"] {
  background: #37283c;
  border: 1px solid #37283c;
  color: #fff;
  cursor: pointer;
  font-family: ProximaNova, sans-serif;
  font-size: 16px;
  line-height: 1;
  outline: none;
  padding: 15px 10px 17px;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
.product_popup .form__field button[type="submit"]:hover {
  background: none;
  color: #37283c;
}
.product_popup .form__checkbox {
  display: block;
  padding-bottom: 13px;
}
.product_popup .form__checkbox input[type="checkbox"] {
  left: -3px;
  opacity: 0;
  position: relative;
  top: 18px;
}
.product_popup .form__checkbox input[type="checkbox"]:checked + span:before {
  background: #fc9f48;
}
.product_popup .form__checkbox span {
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0 24px;
  position: relative;
}
.product_popup .form__checkbox span:before {
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #a0a3bd;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: 0.2s;
  width: 13px;
}
.product_popup .form__note {
  color: #a0a3bd;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  padding: 0 0 0 15px;
  position: relative;
}
.product_popup .form__note:before {
  background: #a0a3bd;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 3px;
}
.product_popup .product-view {
  display: flex;
  padding: 37px 61px 42px 30px;
}
@media (max-width: 1239px) {
  .product_popup .product-view {
    padding: 30px;
  }
}
@media (max-width: 990px) {
  .product_popup .product-view {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .product_popup .product-view {
    flex-direction: column;
    padding: 20px;
  }
}
.product_popup .product-view .left {
  border: 1px solid #eaeaea;
  display: flex;
  max-width: 528px;
  min-width: 528px;
  padding: 70px 55px 36px 30px;
  position: relative;
}
@media (max-width: 1239px) {
  .product_popup .product-view .left {
    max-width: 450px;
    min-width: 450px;
    padding: 50px 50px 36px 30px;
  }
}
@media (max-width: 990px) {
  .product_popup .product-view .left {
    padding: 50px 36px 36px 20px;
  }
}
@media (max-width: 960px) {
  .product_popup .product-view .left {
    max-width: none;
    min-width: 0;
    padding: 50px 25px 25px;
  }
  .product_popup .product-view .left .labels {
    left: 0;
    right: 0;
  }
  .product_popup .product-view .left .labels .label {
    letter-spacing: -0.3px;
    margin: 0 0 7px 7px;
    width: 70px;
  }
}
.product_popup .product-view .left:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.214 3.649h5.275v5.29' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.512 4.512 14.5 9.524' stroke='%2314142B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20.37 14.714v5.275h-5.291' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.507 19.012 14.5 14.5' stroke='%2314142B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.912 20.012H3.637V14.72' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.616 18.91 9.5 14.5' stroke='%2314142B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.629 8.915V3.641H8.92' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.73 4.62 9.61 9.5' stroke='%2314142B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  bottom: 10px;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  transition: 0.2s;
  width: 24px;
}
@media (max-width: 960px) {
  .product_popup .product-view .left:before {
    bottom: 2px;
    right: 2px;
  }
}
.product_popup .product-view .left img {
  cursor: pointer;
  margin: auto;
}
.product_popup .product-view .left:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.214 3.649h5.275v5.29' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.512 4.512 14.5 9.524' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20.37 14.714v5.275h-5.291' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.507 19.012 14.5 14.5' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.912 20.012H3.637V14.72' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.616 18.91 9.5 14.5' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.629 8.915V3.641H8.92' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.73 4.62 9.61 9.5' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.product_popup .product-view .middle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  border-right: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 35px 0 20px;
}
@media (max-width: 1239px) {
  .product_popup .product-view .middle {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .product_popup .product-view .middle {
    border-bottom: 1px solid #eaeaea;
    border-right: none;
    padding: 20px 0;
  }
}
.product_popup .product-view .right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 46px;
  max-width: 166px;
  min-width: 166px;
  text-align: center;
}
@media (max-width: 1239px) {
  .product_popup .product-view .right {
    margin-left: 30px;
  }
}
@media (max-width: 990px) {
  .product_popup .product-view .right {
    margin-left: 20px;
  }
}
@media (max-width: 960px) {
  .product_popup .product-view .right {
    margin: 0;
    max-width: none;
    padding: 20px 0 0;
  }
}
.product_popup .product-view .price {
  color: #fc9f48;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 35px;
}
.product_popup .product-view .labels {
  left: auto;
  right: 14px;
  top: 14px;
}
.product_popup .product-view .labels .label {
  margin: 0 0 13px 13px;
}
.product_popup .product-view .amount {
  color: #a0a3bd;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.product_popup .product-view .amount > span {
  color: #000;
}
.product_popup .product-view .check-amount {
  background: #ededed;
  display: flex;
  margin: 8px 0 10px;
  min-height: 42px;
}
.product_popup .product-view .check-amount button {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 6.5h9.75' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  min-width: 32px;
  outline: none;
  padding: 0;
  transition: 0.2s;
}
.product_popup .product-view .check-amount button.plus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1.5v9M1.625 6h9.75' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product_popup .product-view .check-amount button:hover {
  opacity: 0.6;
}
.product_popup .product-view .check-amount > div {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  align-items: baseline;
  align-self: center;
  display: flex;
  flex-grow: 1;
  min-height: 100%;
  position: relative;
}
.product_popup .product-view .check-amount > div input {
  background: none;
  border: none;
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1;
  outline: none;
  padding: 0 3px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (max-width: 960px) {
  .product_popup .product-view .check-amount > div input {
    top: unset;
    bottom: -8px;
  }
}

.product_popup .product-view .check-amount > div span {
  align-items: center;
  bottom: 0;
  color: #000;
  display: flex;
  font-size: 14px;
  left: 45%;
  line-height: 1;
  padding: 0 0 0 3px;
  position: absolute;
  text-align: left;
  top: 1px;
  width: 55%;
}
.product_popup .product-view .buy-button {
  background-position: 11px 50%;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  margin-bottom: 21px;
  padding: 0 30px 0 40px;
  text-align: center;
}
.product_popup .product-view .buy-button:hover {
  color: #37283c;
}
.product_popup .product-view .compare {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 31px;
  transition: 0.2s;
}
.product_popup .product-view .compare:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='2' d='M1 18V8M11 18V6M6 18V0M16 18v-6'/%3E%3C/svg%3E")
    0 0 no-repeat;
  content: "";
  height: 18px;
  margin-right: 15px;
  position: relative;
  top: -3px;
  transition: 0.2s;
  width: 17px;
}
.product_popup .product-view .compare:hover {
  color: #a0a3bd;
}
.product_popup .product-view .compare:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23a0a3bd' stroke-width='2' d='M1 18V8M11 18V6M6 18V0M16 18v-6'/%3E%3C/svg%3E");
}
.product_popup .product-view .note {
  color: #a0a3bd;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  margin-left: 5px;
  padding: 0 0 0 12px;
  position: relative;
  text-align: left;
}
.product_popup .product-view .note:before {
  background: #a0a3bd;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 3px;
}
.product_popup .product-view .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 2px 0 29px;
}
@media (max-width: 990px) {
  .product_popup .product-view .name {
    font-size: 20px;
    line-height: 1.3;
  }
}
.product_popup .product-view .options__item {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.product_popup .product-view .options__item.bold {
  font-weight: 700;
}
.product_popup .product-view .options__item.bold .options__empty {
  background-position: left 0 bottom 5px;
  background-size: 5px;
}
.product_popup .product-view .options__empty {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: url(/bitrix/templates/svc_special/./images/dist/dot.svg) left 0 bottom 6px/4px repeat-x;
  flex-grow: 1;
  margin: 0 4px;
}
.product_popup .product-view .button {
  margin-top: auto;
}
.product_popup .product-view .button a {
  align-items: center;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='45' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.743 21.88 23.122.257a.88.88 0 0 0-1.243 0L.258 21.88a.879.879 0 0 0 0 1.243l21.621 21.621c.343.344.9.344 1.243 0l21.621-21.62a.879.879 0 0 0 0-1.244Zm-7.812.993c1.563 2.431-2.21 2.795-1.704 7.28l-6.045 6.045c-.245-2.267 1.13-4.152 2.039-5.667 2.324-3.901 2.37-6.397 2.409-8.402.022-1.176.041-2.192.519-3.316.482-1.134 1.295-1.987 2.153-2.889l1.477 1.477c-1.502 1.589-1.994 3.52-.848 5.472ZM22.5 2.123l2.82 2.821c-1.082.926-2.381 1.489-3.946 1.713-.937.135-1.99-.143-2.91-.499L22.5 2.123ZM16.18 36.56l-2.442-2.442c1.713-1.012 3.407-1.18 4.208-4.083a.879.879 0 1 0-1.704-.434c-.523 2.215-2.268 2.13-3.768 3.252l-2.303-2.303c2.328-1.237 5.23-2.056 6.382-4.62.192-.427.38-.879.563-1.316.817-1.955 1.661-3.977 3.188-5.077.66-.475 1.396-.45 1.726-.15.37.338.049.992-.107 1.257-1.816 3.1-2.049 7.135-2.049 10.304.05 3.444-1.98 3.43-3.693 5.612Zm6.32 6.319-5.07-5.07c.547-.69 1.113-1.161 1.664-1.62 1.305-1.086 2.538-2.112 2.538-5.241 0-2.947.206-6.68 1.808-9.416 1.866-3.275-1.681-5.238-4.163-3.422-2.33 1.698-3.221 4.622-4.328 7.102-.916 2.05-4.061 2.837-6.072 4.045L4.86 25.238c2.063-1.128 4.962-1.89 6.492-3.46.658-.68 1.261-1.533 1.823-2.347a.879.879 0 1 0-1.448-.998c-.52.754-1.074 1.538-1.638 2.122-1.467 1.413-4.576 2.194-6.523 3.39L2.122 22.5l15-15c1.059.47 2.409.948 3.758.948a9.236 9.236 0 0 0 5.687-2.26l2.484 2.484c-3.516 1.84-5.669.355-9.346 2.11a15.1 15.1 0 0 0-2.579 1.516.879.879 0 1 0 1.037 1.419c4.974-3.686 7.274-.902 12.179-3.754l4.717 4.717c-.943.992-1.913 2-2.528 3.445-.61 1.437-.634 2.667-.659 3.97-.035 1.891-.076 4.034-2.161 7.535-1.148 1.914-3.124 4.65-1.98 8.017l-5.23 5.23Zm14.58-14.58c.197-.69.572-1.211.958-1.748 3.107-3.952-1.95-4.69.984-7.905L42.88 22.5l-5.798 5.797Z' fill='%23A0A3BD'/%3E%3Cpath d='M14.78 14.856a.879.879 0 0 0-.879.88c.044 1.163 1.716 1.164 1.758 0a.879.879 0 0 0-.878-.88Z' fill='%23A0A3BD'/%3E%3C/svg%3E")
    0 0 no-repeat;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  max-width: 200px;
  min-height: 45px;
  padding: 0 0 0 58px;
  transition: 0.2s;
}
.product_popup .product-view .button a:hover {
  color: #fc9f48;
}
.news-list {
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  padding-bottom: 100px;
  width: 100%;
}
@media (max-width: 1239px) {
  .news-list {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    padding-bottom: 80px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .news-list {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .news-list {
    padding-bottom: 20px;
  }
}
.news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -36px 0 0;
}
.news__item {
  font-size: 0;
  margin: 0 36px 33px 0;
  max-width: calc(50% - 36px);
  min-width: calc(50% - 36px);
  position: relative;
  text-decoration: none;

}
.news__item-photo {
  padding-bottom: 60%;
  position: relative;
}

.news__item img {
  height: auto;
  width: 100%;

    position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100% !important;
  object-fit: cover;
}

@media (max-width: 880px) {
  .news__item {
    max-width: calc(100% - 36px);
    min-width: calc(100% - 36px);
  }
  .news__item img {
    height: auto;
  }
}

.news__item:hover .news__text {
  background: none;
}
.news__item:hover .news__body,
.news__item:hover .news__date,
.news__item:hover .news__title {
  opacity: 0;
}
.news__item:hover .news__link {
  font-size: 16px;
  transform: translateY(-15px);
}
.news__item:hover .news__link:before {
  background: #fc9f48;
  width: 100%;
}
.news__text {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 188px;
  padding: 14px 40px 4px 17px;
  position: absolute;
  right: 14px;
  transition: 0.2s;
  width: 331px;
}
@media (max-width: 880px) {
  .news__text {
    background: hsla(0, 0%, 100%, 0.9);
    min-height: 0;
    padding: 10px 30px 4px 10px;
    width: 300px;
  }
}
@media (max-width: 380px) {
  .news__text {
    border: 1px solid #000;
    border-top: none;
    position: static;
    width: auto;
  }
}
.news__title {
  color: #37283c;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  transition: 0.2s;
}
@media (max-width: 880px) {
  .news__title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
.news__body {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  transition: 0.2s;
}
@media (max-width: 880px) {
  .news__body {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
.news__bottom {
  align-items: center;
  display: flex;
  margin-top: auto;
  width: 100%;
}
.news__date {
  color: #a0a3bd;
  font-size: 16px;
  line-height: 24px;
  margin-right: auto;
}
@media (max-width: 880px) {
  .news__date {
    color: #000;
    font-size: 14px;
  }
}
.news__link {
  color: #37283c;
  font-size: 0;
  line-height: 1;
  min-height: 34px;
  padding: 9px 34px 9px 14px;
  position: relative;
  text-decoration: none;
  transition: transform 0.2s;
  z-index: 1;
}
.news__link:before {
  background: #eaeaea;
  border: 1px solid transparent;
  bottom: 0;
  content: "";
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
  width: 34px;
  z-index: -1;
}
.news__link:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.354 4.354a.5.5 0 0 0 0-.708L21.172.464a.5.5 0 1 0-.707.708L23.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h24v-1H0v1Z' fill='%2337283C'/%3E%3C/svg%3E")
    0 0 no-repeat;
  content: "";
  height: 8px;
  position: absolute;
  right: -13px;
  top: 12px;
  transition: 0.2s;
  width: 25px;
}
.single-news {
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .single-news {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-news {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .single-news {
    padding-bottom: 10px;
  }
}
.single-news p {
  margin: 2em 0;
}
.single-news p:first-child {
  margin-top: 0;
}
.single-news p:last-child {
  margin-bottom: 0;
}
.single-news__date {
  color: #a0a3bd;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.single-news__date + p {
  margin-top: 0;
}
.news-list ol,
.news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list ol li,
.news-list ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
  padding-left: 43px;
  position: relative;
}
.news-list ol li:before,
.news-list ul li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23A0A3BD' stroke-width='2' d='m14.143 1.414 12.728 12.728L14.143 26.87 1.415 14.142z'/%3E%3Cpath fill='%23A0A3BD' d='m14.143 7.071 7.071 7.071-7.071 7.071-7.071-7.07z'/%3E%3C/svg%3E")
    0 0 no-repeat;
  content: "";
  height: 29px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 29px;
}
.news-list ol li {
  counter-increment: numbs;
}
.news-list ol li:before {
  background: none;
  color: #a0a3bd;
  content: counters(numbs, ".", decimal-leading-zero);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  top: 0;
}
.single-news .flexblock {
  display: flex;
  margin-bottom: 70px;
  width: 100%;
}
@media (max-width: 960px) {
  .single-news .flexblock {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .single-news .flexblock {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.single-news .flexblock img {
  align-self: flex-start;
}
@media (max-width: 1100px) {
  .single-news .flexblock img {
    max-width: 500px;
  }
}
@media (max-width: 960px) {
  .single-news .flexblock img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    align-self: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    order: 2;
  }
}
.single-news .flexblock :first-child[src] {
  margin: 0 30px 10px 0;
}
.single-news .flexblock :last-child[src] {
  margin: 0 0 10px 30px;
}
.edit-block {
  background: #37283c;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 70px 0 74px 80px;
  min-height: 125px;
  padding: 33px 38px 24px 78px;
  position: relative;
}
@media (max-width: 600px) {
  .edit-block {
    margin: 0 0 50px;
    min-height: 0;
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .edit-block {
    font-size: 15px;
    line-height: 23px;
    padding: 20px;
  }
}
.edit-block:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='148' height='148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m72.832 0 74.953 74.953-72.832 72.832L0 72.832z'/%3E%3Cpath fill='%23fff' stroke='%23A0A3BD' stroke-width='2' d='m73.832 18.414 55.154 55.154-55.154 55.155-55.154-55.155z'/%3E%3Cpath d='M90.893 74.06a1.5 1.5 0 0 0 0-2.12l-9.546-9.547a1.5 1.5 0 0 0-2.122 2.122L87.711 73l-8.486 8.485a1.5 1.5 0 1 0 2.122 2.122l9.546-9.546Zm-32.061.44h31v-3h-31v3Z' fill='%23A0A3BD'/%3E%3C/svg%3E")
    0 0 no-repeat;
  content: "";
  height: 148px;
  left: -88px;
  margin-top: -75px;
  position: absolute;
  top: 50%;
  width: 148px;
}
@media (max-width: 600px) {
  .edit-block:before {
    display: none;
  }
}
.contacts-page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.contacts-page + .footer {
  border-top: none;
}
.contacts-page__inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1239px) {
  .contacts-page__inner {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}
.contacts-page__map {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
.contacts-page__map,
.contacts-page__map #map {
  flex-grow: 1;
}
.contacts-page__map #map {
  min-height: 300px;
}
.contacts-page__contacts {
  background: #fff;
  left: 50%;
  margin-left: -600px;
  padding: 28px 20px 12px 24px;
  position: absolute;
  top: 0;
  width: 480px;
}
@media (max-width: 1239px) {
  .contacts-page__contacts {
    left: 45px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .contacts-page__contacts {
    padding: 20px 20px 8px;
    position: static;
    width: auto;
  }
}
.contacts-page__contacts:before {
  border-top: 6px solid #37283c;
  content: "";
  left: 20px;
  position: absolute;
  top: 0;
  width: 50px;
}
@media (max-width: 1024px) {
  .contacts-page__contacts:before {
    display: none;
  }
}
.contacts-page__item {
  padding: 0 0 12px;
}
.contacts-page__icon,
.contacts-page__item {
  align-items: center;
  display: flex;
}
.contacts-page__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #a0a3bd;
  justify-content: center;
  margin-right: 26px;
  min-height: 40px;
  min-width: 40px;
}
.contacts-page__body {
  font-size: 18px;
  line-height: 1.12;
}
@media (max-width: 440px) {
  .contacts-page__body.withphone {
    font-size: 0;
  }
}
.contacts-page__body a[href*="tel"] {
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 440px) {
  .contacts-page__body a[href*="tel"] {
    display: block;
    font-size: 18px;
  }
}
.contacts-page__body a[href*="mailto"]:hover {
  text-decoration: none;
}
.page404 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1239px) {
  .page404 {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.page404__image {
  margin-bottom: 52px;
}
@media (max-width: 960px) {
  .page404__image {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .page404__image {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page404__title {
  color: #1d1d1d;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 9px;
}
@media (max-width: 640px) {
  .page404__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .page404__title {
    font-size: 19px;
  }
}
.page404__body {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 30px;
}
@media (max-width: 380px) {
  .page404__body {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .page404__body {
    font-size: 14px;
  }
}
.page404__link {
  background: #37283c;
  border: 1px solid #37283c;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  min-width: 230px;
  padding: 16px 10px;
  text-decoration: none;
  transition: 0.2s;
}
.page404__link:hover {
  background: none;
  color: #37283c;
}
.compare-page {
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1239px) {
  .compare-page {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}
.compare-page .h1-wrap {
  align-items: center;
  display: flex;
  margin: 0 0 50px;
}
@media (max-width: 460px) {
  .compare-page .h1-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center;
  }
}
.compare-page h1 {
  margin: 0 auto 0 0;
}
@media (max-width: 460px) {
  .compare-page h1 {
    margin: 0 0 20px;
  }
}
.compare-page__clear {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.042 7.001 5.742-5.742A.737.737 0 0 0 12.742.217L7 5.959 1.258.217A.737.737 0 1 0 .216 1.259L5.958 7 .216 12.743a.737.737 0 1 0 1.042 1.042L7 8.043l5.742 5.742a.737.737 0 1 0 1.042-1.042L8.042 7.001Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    0 0 no-repeat;
  color: #14142b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 0 24px;
  text-decoration: none;
  transition: 0.2s;
}
.compare-page__clear:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.042 7.001 5.742-5.742A.737.737 0 0 0 12.742.217L7 5.959 1.258.217A.737.737 0 1 0 .216 1.259L5.958 7 .216 12.743a.737.737 0 1 0 1.042 1.042L7 8.043l5.742 5.742a.737.737 0 1 0 1.042-1.042L8.042 7.001Z' fill='%237c7c7c'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  color: #7c7c7c;
}
.compare-page__table {
  padding-bottom: 60px;
}
.compare-page__left,
.compare-page__table {
  display: flex;
}
.compare-page__left {
  flex-direction: column;
  max-width: 270px;
  min-width: 270px;
}
@media (max-width: 780px) {
  .compare-page__left {
    max-width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 460px) {
  .compare-page__left {
    max-width: 125px;
    min-width: 125px;
  }
}
.compare-page__right {
  max-width: calc(100% - 270px);
  min-width: calc(100% - 270px);
}
@media (max-width: 780px) {
  .compare-page__right {
    max-width: calc(100% - 180px);
    min-width: calc(100% - 180px);
  }
}
@media (max-width: 460px) {
  .compare-page__right {
    max-width: calc(100% - 125px);
    min-width: calc(100% - 125px);
  }
}
.compare-page__cell {
  border-top: 1px solid #c4c4c4;
  font-size: 16px;
  line-height: 19px;
  padding: 19px 20px;
}
@media (max-width: 460px) {
  .compare-page__cell {
    font-size: 14px;
    padding: 10px;
  }
}
.compare-page__cell--big,
.compare-page__cell--price {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 460px) {
  .compare-page__cell--big,
  .compare-page__cell--price {
    font-size: 16px;
  }
}
.compare-page__cell:not(.compare-page__cell--main) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compare-page__slider {
  display: flex;
  max-width: 930px;
}
.compare-page__slider.slick-slider .compare-page__item {
  max-width: none;
  min-width: 0;
}
.compare-page__slider .slick-arrow {
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.563 1.542 1.666 13.437l11.896 11.896' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  left: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 142px;
  width: 30px;
  z-index: 1;
}
@media (max-width: 640px) {
  .compare-page__slider .slick-arrow {
    background-color: transparent;
    left: -7px;
  }
}
@media (max-width: 460px) {
  .compare-page__slider .slick-arrow {
    background-color: transparent;
    left: -16px;
  }
}
.compare-page__slider .slick-arrow.slick-next {
  left: auto;
  right: -41px;
  transform: rotate(180deg);
}
@media (max-width: 1239px) {
  .compare-page__slider .slick-arrow.slick-next {
    background-color: transparent;
    right: -27px;
  }
}
.compare-page__slider--js .compare-page__item {
  max-width: none;
  min-width: 0;
}
.compare-page__item {
  max-width: 33.33%;
  min-width: 33.33%;
}
@media (max-width: 960px) {
  .compare-page__item {
    max-width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 560px) {
  .compare-page__item {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 460px) {
  .compare-page__left .compare-page__cell {
    padding-left: 0;
    padding-right: 0;
  }
}
.compare-page__left .compare-page__cell--main {
  flex-grow: 1;
}
.compare-page__right .compare-page__item .compare-page__cell {
  padding-left: 38px;
  padding-right: 0;
}
@media (max-width: 640px) {
  .compare-page__right .compare-page__item .compare-page__cell {
    padding-left: 20px;
  }
}
@media (max-width: 460px) {
  .compare-page__right .compare-page__item .compare-page__cell {
    padding-left: 10px;
  }
}
.compare-page__right .compare-page__item .compare-page__cell--main {
  border: none;
  padding: 0 0 11px 38px;
  position: relative;
}
@media (max-width: 640px) {
  .compare-page__right .compare-page__item .compare-page__cell--main {
    padding-left: 20px;
  }
}
@media (max-width: 460px) {
  .compare-page__right .compare-page__item .compare-page__cell--main {
    padding-left: 10px;
  }
}
.compare-page__image {
  font-size: 0;
  margin-bottom: 12px;
}
.compare-page__title {
  display: block;
  min-height: 98px;
  color: #37283c;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}
@media (max-width: 460px) {
  .compare-page__title {
    font-size: 16px;
    line-height: 19px;
    min-height: 118px;
  }
}
.compare-page__remove {
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.042 7.001 5.742-5.742A.737.737 0 0 0 12.742.217L7 5.959 1.258.217A.737.737 0 1 0 .216 1.259L5.958 7 .216 12.743a.737.737 0 1 0 1.042 1.042L7 8.043l5.742 5.742a.737.737 0 1 0 1.042-1.042L8.042 7.001Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    50% 50% no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: 0.2s;
  width: 29px;
}
.compare-page__remove:hover {
  opacity: 0.7;
}
.jq-checkbox,
.jq-file,
.jq-file .jq-file__browse,
.jq-number .jq-number__field input,
.jq-number .jq-number__spin,
.jq-password,
.jq-radio,
.jq-selectbox .jq-selectbox__select,
.jq-switcher,
:not(.jq-password) > input[type="password"].styler,
a.button.styler,
button.styler,
input[type="button"].styler,
input[type="color"].styler,
input[type="date"].styler,
input[type="datetime-local"].styler,
input[type="datetime"].styler,
input[type="email"].styler,
input[type="month"].styler,
input[type="reset"].styler,
input[type="search"].styler,
input[type="submit"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="time"].styler,
input[type="week"].styler,
textarea.styler {
  font-shadow: none;
  box-sizing: border-box;
  outline: 0;
}
.jq-checkbox {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
.jq-checkbox:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-checkbox:not([disabled]):not(.disabled).focused,
.jq-checkbox:not([disabled]):not(.disabled):active,
.jq-checkbox:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-checkbox.disabled,
.jq-checkbox[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-checkbox.checked .jq-checkbox__flag,
.jq-checkbox.indeterminate .jq-checkbox__flag {
  background: #666;
  border-radius: 2px;
  box-shadow: inset 0 -3px 6px #aaa;
}
.jq-checkbox.focused {
  border: 1px solid #08c;
}
.jq-radio {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
.jq-radio:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-radio:not([disabled]):not(.disabled).focused,
.jq-radio:not([disabled]):not(.disabled):active,
.jq-radio:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-radio.disabled,
.jq-radio[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-radio.checked .jq-radio__div {
  background: #666;
  border-radius: 50%;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.jq-switcher {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  transition: border-color 0.6s ease-out;
}
.jq-switcher:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-switcher:not([disabled]):not(.disabled).focused,
.jq-switcher:not([disabled]):not(.disabled):active,
.jq-switcher:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-switcher.disabled,
.jq-switcher[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-switcher .toggle-button {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  bottom: 1px;
  cursor: pointer;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
  width: 50%;
}
.jq-switcher.checked,
.jq-switcher.focused,
.jq-switcher.focused .toggle-button {
  border: 1px solid #08c;
}
.jq-switcher .toggle-text {
  display: inline;
  font-size: 12px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  transition: all 0.2s 0.1s, right 0.1s;
  width: 50%;
}
.jq-switcher .toggle-text-off {
  color: #000;
  font-weight: 400;
  left: 1px;
}
.jq-switcher .toggle-text-on {
  color: transparent;
  font-weight: 700;
  right: 2px;
}
.jq-switcher.checked {
  transition: all 0.5s ease-out 0.15s;
}
.jq-switcher.checked .toggle-button {
  background: linear-gradient(#999, #666), #666;
  border: 1px solid #08c;
  bottom: 1px;
  left: 100%;
  margin-left: calc(-50% - 3px);
  top: 1px;
  transition: all 0.2s 0.1s, right 0.1s;
}
.jq-switcher.checked .toggle-text-on {
  color: #fff;
  transition: color 0.3s 0.15s;
}
.jq-switcher.checked .toggle-text-off {
  color: transparent;
}
.jq-file {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
.jq-file:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-file:not([disabled]):not(.disabled).focused,
.jq-file:not([disabled]):not(.disabled):active,
.jq-file:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-file.disabled,
.jq-file[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-file .jq-file__browse {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  color: #333;
}
.jq-file .jq-file__browse:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-file .jq-file__browse:not([disabled]):not(.disabled).focused,
.jq-file .jq-file__browse:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-file .jq-file__browse:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.jq-file.disabled .jq-file__browse,
.jq-file .jq-file__browse.disabled,
.jq-file .jq-file__browse[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-file .jq-file__browse,
.jq-file .jq-file__browse:not([disabled]):not(.disabled).focused,
.jq-file .jq-file__browse:not([disabled]):not(.disabled):active,
.jq-file .jq-file__browse:not([disabled]):not(.disabled):focus,
.jq-file .jq-file__browse:not([disabled]):not(.disabled):hover {
  border-bottom: none !important;
  border-radius: 0;
  border-right: none !important;
  border-top: none !important;
}
.jq-file:not([disabled]):not(.disabled):hover .jq-file__browse {
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  box-shadow: none;
}
.jq-file:not([disabled]):not(.disabled):active .jq-file__browse {
  background: linear-gradient(#f6f6f6, #fff), #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.jq-file:not([disabled]):not(.disabled).focused,
.jq-file:not([disabled]):not(.disabled):active,
.jq-file:not([disabled]):not(.disabled):focus {
  background: #f5f5f5;
}
.jq-number .jq-number__field input {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
.jq-number .jq-number__field input:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-number .jq-number__field input:not([disabled]):not(.disabled).focused,
.jq-number .jq-number__field input:not([disabled]):not(.disabled):active,
.jq-number .jq-number__field input:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-number .jq-number__field input.disabled,
.jq-number .jq-number__field input[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-number .jq-number__spin {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
.jq-number .jq-number__spin:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-number .jq-number__spin:not([disabled]):not(.disabled).focused,
.jq-number .jq-number__spin:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-number .jq-number__spin:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.jq-number.disabled .jq-number__spin,
.jq-number.disabled .jq-number__spin:active,
.jq-number.disabled .jq-number__spin:focus,
.jq-number.disabled .jq-number__spin:hover,
.jq-number .jq-number__spin.disabled,
.jq-number .jq-number__spin[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-number .jq-number__spin:after {
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.jq-number .jq-number__spin.minus:after {
  border: 5px solid transparent;
  border-bottom: none;
  border-top-color: #999;
}
.jq-number .jq-number__spin.minus:hover:after {
  border-top-color: #000;
}
.jq-number .jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}
.jq-number.disabled .jq-number__spin,
.jq-number.disabled .jq-number__spin:active,
.jq-number.disabled .jq-number__spin:focus,
.jq-number.disabled .jq-number__spin:hover {
  border: 1px solid #ccc !important;
}
.jq-number.disabled .jq-number__spin.plus:after {
  border-bottom-color: #999;
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #999;
}
.jq-number.horizontal .jq-number__spin.plus:after,
.jq-number.horizontal .jq-number__spin:before {
  background: #999;
}
.jq-number.horizontal .jq-number__spin.plus:hover:after,
.jq-number.horizontal .jq-number__spin:hover:before {
  background: #000;
}
.jq-password {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
.jq-password:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-password:not([disabled]):not(.disabled).focused,
.jq-password:not([disabled]):not(.disabled):active,
.jq-password:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-password.disabled,
.jq-password[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-password input,
.jq-password input:not([disabled]):not(.disabled):active,
.jq-password input:not([disabled]):not(.disabled):focus,
.jq-password input:not([disabled]):not(.disabled):hover {
  background: #f5f5f5;
}
.jq-password .jq-password__switch {
  color: #333;
}
.jq-password.disabled input[type="password"],
.jq-password.disabled input[type="text"] {
  background: #f5f5f5;
  color: #888;
}
.jq-selectbox .jq-selectbox__select {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
.jq-selectbox:not([disabled]):not(.disabled):hover .jq-selectbox__select {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
.jq-selectbox:not([disabled]):not(.disabled).focused .jq-selectbox__select,
.jq-selectbox:not([disabled]):not(.disabled):focus .jq-selectbox__select {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.jq-selectbox:not([disabled]):not(.disabled):active .jq-selectbox__select {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.jq-selectbox.disabled .jq-selectbox__select,
.jq-selectbox[disabled] .jq-selectbox__select {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
.jq-selectbox.disabled .jq-selectbox__select {
  background: #f5f5f5;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple,
.jq-selectbox .jq-selectbox__dropdown,
.jq-selectbox .jq-selectbox__search input {
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-selectbox .jq-selectbox__dropdown {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  font-size: 14px/18px;
}
.jq-selectbox .jq-selectbox__dropdown li:first-child {
  border-radius: 4px 4px 0 0;
}
.jq-selectbox .jq-selectbox__dropdown li:last-child {
  border-radius: 0 0 4px 4px;
}
.jq-selectbox .jq-selectbox__trigger {
  border-left: 1px solid #c3c3c3;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  top: 4px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  top: 4px;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa;
}
.jq-selectbox .jq-selectbox__search input {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==)
    100% 50% no-repeat;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  color: #333;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox .jq-selectbox__search-status {
  background: #f0f0f0;
  display: none;
}
.jq-selectbox li {
  color: #231f20;
}
.jq-selectbox li:hover {
  background-color: #0af;
  color: #fff;
}
.jq-selectbox li.sel,
.jq-selectbox li.selected {
  background-color: #08c;
  color: #fff;
}
.jq-selectbox li.disabled {
  color: #888;
}
.jq-selectbox li.disabled:hover {
  background: 0 0;
}
.jq-selectbox li.optgroup {
  font-weight: 700;
}
.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231f20;
}
.jq-select-multiple {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  color: #333;
}
.jq-select-multiple.focused {
  border: 1px solid #08c;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}
.jq-select-multiple li.disabled {
  color: #888;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #f5f5f5;
  color: #888;
}
input[type="range"].styler::-webkit-slider-runnable-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #333;
  outline: 0;
}
:not([disabled]):not(.disabled):hover::-webkit-slider-runnable-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
:not([disabled]):not(.disabled).focused::-webkit-slider-runnable-track,
:not([disabled]):not(.disabled):focus::-webkit-slider-runnable-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
:not([disabled]):not(.disabled):active::-webkit-slider-runnable-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.disabled::-webkit-slider-runnable-track,
[disabled]::-webkit-slider-runnable-track {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="range"].styler::-webkit-slider-thumb {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  outline: 0;
}
:not([disabled]):not(.disabled):hover::-webkit-slider-thumb {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
:not([disabled]):not(.disabled).focused::-webkit-slider-thumb,
:not([disabled]):not(.disabled):focus::-webkit-slider-thumb {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
:not([disabled]):not(.disabled):active::-webkit-slider-thumb {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.disabled::-webkit-slider-thumb,
[disabled]::-webkit-slider-thumb {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="range"].styler::-moz-range-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #333;
  outline: 0;
}
:not([disabled]):not(.disabled):hover::-moz-range-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
:not([disabled]):not(.disabled).focused::-moz-range-track,
:not([disabled]):not(.disabled):focus::-moz-range-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
:not([disabled]):not(.disabled):active::-moz-range-track {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
.disabled::-moz-range-track,
[disabled]::-moz-range-track {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="range"].styler::-moz-range-thumb {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  outline: 0;
}
:not([disabled]):not(.disabled):hover::-moz-range-thumb {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
:not([disabled]):not(.disabled).focused::-moz-range-thumb,
:not([disabled]):not(.disabled):focus::-moz-range-thumb {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
:not([disabled]):not(.disabled):active::-moz-range-thumb {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.disabled::-moz-range-thumb,
[disabled]::-moz-range-thumb {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="range"].styler::-ms-fill-lower {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
input[type="range"].styler::-ms-fill-upper {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
input[type="range"].styler::-ms-thumb {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  outline: 0;
}
:not([disabled]):not(.disabled):hover::-ms-thumb {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
:not([disabled]):not(.disabled).focused::-ms-thumb,
:not([disabled]):not(.disabled):focus::-ms-thumb {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
:not([disabled]):not(.disabled):active::-ms-thumb {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.disabled::-ms-thumb,
[disabled]::-ms-thumb {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="range"].styler:focus::-ms-fill-lower {
  background: #f5f5f5;
  border: 1px solid #08c;
}
input[type="range"].styler:focus::-ms-fill-upper {
  background: #f5f5f5;
  border: 1px solid #08c;
}
input[type="email"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="email"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="email"].styler:not([disabled]):not(.disabled).focused,
input[type="email"].styler:not([disabled]):not(.disabled):active,
input[type="email"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="email"].styler.disabled,
input[type="email"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="tel"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="tel"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="tel"].styler:not([disabled]):not(.disabled).focused,
input[type="tel"].styler:not([disabled]):not(.disabled):active,
input[type="tel"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="tel"].styler.disabled,
input[type="tel"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="search"].styler {
  -webkit-appearance: none;
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="search"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="search"].styler:not([disabled]):not(.disabled).focused,
input[type="search"].styler:not([disabled]):not(.disabled):active,
input[type="search"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="search"].styler.disabled,
input[type="search"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="text"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="text"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="text"].styler:not([disabled]):not(.disabled).focused,
input[type="text"].styler:not([disabled]):not(.disabled):active,
input[type="text"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="text"].styler.disabled,
input[type="text"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="url"].styler {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #333;
  outline: 0;
}
input[type="url"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="url"].styler:not([disabled]):not(.disabled).focused,
input[type="url"].styler:not([disabled]):not(.disabled):active,
input[type="url"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="url"].styler.disabled,
input[type="url"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="date"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="date"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="date"].styler:not([disabled]):not(.disabled).focused,
input[type="date"].styler:not([disabled]):not(.disabled):active,
input[type="date"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="date"].styler.disabled,
input[type="date"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="time"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="time"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="time"].styler:not([disabled]):not(.disabled).focused,
input[type="time"].styler:not([disabled]):not(.disabled):active,
input[type="time"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="time"].styler.disabled,
input[type="time"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="datetime"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="datetime"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="datetime"].styler:not([disabled]):not(.disabled).focused,
input[type="datetime"].styler:not([disabled]):not(.disabled):active,
input[type="datetime"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="datetime"].styler.disabled,
input[type="datetime"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="datetime-local"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="datetime-local"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="datetime-local"].styler:not([disabled]):not(.disabled).focused,
input[type="datetime-local"].styler:not([disabled]):not(.disabled):active,
input[type="datetime-local"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="datetime-local"].styler.disabled,
input[type="datetime-local"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="month"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="month"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="month"].styler:not([disabled]):not(.disabled).focused,
input[type="month"].styler:not([disabled]):not(.disabled):active,
input[type="month"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="month"].styler.disabled,
input[type="month"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="week"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="week"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="week"].styler:not([disabled]):not(.disabled).focused,
input[type="week"].styler:not([disabled]):not(.disabled):active,
input[type="week"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="week"].styler.disabled,
input[type="week"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
:not(.jq-password) > input[type="password"].styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
:not(.jq-password)
  > input[type="password"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
:not(.jq-password)
  > input[type="password"].styler:not([disabled]):not(.disabled).focused,
:not(.jq-password)
  > input[type="password"].styler:not([disabled]):not(.disabled):active,
:not(.jq-password)
  > input[type="password"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
:not(.jq-password) > input[type="password"].styler.disabled,
:not(.jq-password) > input[type="password"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
textarea.styler {
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  overflow: auto;
}
textarea.styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid gray;
  box-shadow: none;
}
textarea.styler:not([disabled]):not(.disabled).focused,
textarea.styler:not([disabled]):not(.disabled):active,
textarea.styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
textarea.styler.disabled,
textarea.styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="button"].styler {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
input[type="button"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="button"].styler:not([disabled]):not(.disabled).focused,
input[type="button"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="button"].styler:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="button"].styler.disabled,
input[type="button"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="reset"].styler {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
input[type="reset"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="reset"].styler:not([disabled]):not(.disabled).focused,
input[type="reset"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="reset"].styler:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="reset"].styler.disabled,
input[type="reset"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="submit"].styler {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
input[type="submit"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="submit"].styler:not([disabled]):not(.disabled).focused,
input[type="submit"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="submit"].styler:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="submit"].styler.disabled,
input[type="submit"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
input[type="color"].styler {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
input[type="color"].styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
input[type="color"].styler:not([disabled]):not(.disabled).focused,
input[type="color"].styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
input[type="color"].styler:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="color"].styler.disabled,
input[type="color"].styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
a.button.styler {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
a.button.styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
a.button.styler:not([disabled]):not(.disabled).focused,
a.button.styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
a.button.styler:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.button.styler.disabled,
a.button.styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
button.styler {
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
button.styler:not([disabled]):not(.disabled):hover {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #e6e6e6), #e6e6e6;
  border: 1px solid gray;
  box-shadow: none;
}
button.styler:not([disabled]):not(.disabled).focused,
button.styler:not([disabled]):not(.disabled):focus {
  font-shadow: none;
  background: linear-gradient(#fff, #e6e6e6), #f5f5f5;
  border: 1px solid #08c;
  box-shadow: none;
}
button.styler:not([disabled]):not(.disabled):active {
  font-shadow: none;
  background: linear-gradient(#f6f6f6, #fff), #fff;
  border: 1px solid #08c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button.styler.disabled,
button.styler[disabled] {
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #888 !important;
}
:not(.jq-password) > input[type="password"].styler,
input[type="date"].styler,
input[type="datetime-local"].styler,
input[type="datetime"].styler,
input[type="email"].styler,
input[type="month"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="time"].styler,
input[type="url"].styler,
input[type="week"].styler,
textarea.styler {
  padding: 8px 9px;
}
input[type="button"].styler {
  cursor: pointer;
  overflow: visible;
  padding: 8px 11px;
}
input[type="button"].styler::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="reset"].styler {
  cursor: pointer;
  overflow: visible;
  padding: 8px 11px;
}
input[type="reset"].styler::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="submit"].styler {
  cursor: pointer;
  overflow: visible;
  padding: 8px 11px;
}
input[type="submit"].styler::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="color"].styler {
  cursor: pointer;
  overflow: visible;
  padding: 8px 11px;
}
input[type="color"].styler::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.button.styler,
button.styler {
  cursor: pointer;
  overflow: visible;
  padding: 8px 11px;
}
a.button.styler::-moz-focus-inner,
button.styler::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.jq-hidden {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jq-checkbox,
.jq-radio {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
}
input[type="file"].jq-hidden {
  font-size: 100px;
  z-index: 1;
}
.jq-checkbox {
  height: 16px;
  margin: 0 4px 0 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 16px;
}
.jq-checkbox.checked .jq-checkbox__flag {
  height: 12px;
  margin: 1px 0 0 1px;
  width: 12px;
}
.jq-checkbox.indeterminate .jq-checkbox__flag {
  height: 4px;
  margin: 5px 0 0 1px;
  width: 12px;
}
.jq-checkbox.disabled {
  opacity: 0.55;
}
.jq-radio {
  height: 16px;
  margin: 0 4px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 16px;
}
.jq-number .jq-number__spin,
.jq-switcher .toggle-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.jq-radio.checked .jq-radio__div {
  height: 10px;
  margin: 2px 0 0 2px;
  width: 10px;
}
.jq-radio.disabled {
  cursor: default;
  opacity: 0.55;
}
.jq-switcher {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 60px;
}
.jq-switcher .toggle-text {
  cursor: pointer;
  height: 100%;
  line-height: 25px;
  vertical-align: middle;
}
.jq-file {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 270px;
}
.jq-file .jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}
.jq-file .jq-file__name {
  box-sizing: border-box;
  overflow: hidden;
  padding: 8px 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.jq-file .jq-file__browse {
  padding: 8px 10px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.jq-number {
  display: inline-block;
  padding: 0 36px 0 0;
  position: relative;
  vertical-align: middle;
}
.jq-number .jq-number__field {
  width: 100px;
}
.jq-number .jq-number__field input {
  -moz-appearance: textfield;
  background: 0 0;
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 8px 9px;
  text-align: left;
  width: 100%;
}
.jq-number .jq-number__field input::-webkit-inner-spin-button,
.jq-number .jq-number__field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jq-number .jq-number__spin {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
}
.jq-password .jq-password__switch,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.jq-number .jq-number__spin:after {
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: 4px;
  width: 0;
}
.jq-number .jq-number__spin.minus {
  bottom: 0;
  top: auto;
}
.jq-number .jq-number__spin.minus:after {
  top: 5px;
}
.jq-number.horizontal {
  padding: 0 38px;
}
.jq-number.horizontal .jq-number__field {
  width: 60px;
}
.jq-number.horizontal .jq-number__field input {
  text-align: center;
}
.jq-number.horizontal .jq-number__spin {
  height: 32px;
  left: 0;
}
.jq-number.horizontal .jq-number__spin:before {
  border: none;
  content: "";
  height: 2px;
  left: 9px;
  position: absolute;
  top: 15px;
  width: 12px;
}
.jq-number.horizontal .jq-number__spin.minus:after {
  display: none;
}
.jq-number.horizontal .jq-number__spin.plus {
  left: auto;
  right: 0;
}
.jq-number.horizontal .jq-number__spin.plus:after {
  border: none;
  height: 12px;
  left: 14px;
  top: 10px;
  width: 2px;
}
.jq-password {
  display: inline-block;
  position: relative;
}
.jq-password input[type="password"],
.jq-password input[type="text"] {
  border: none;
  margin: 1px;
  outline: 0;
  padding: 8px 9px;
  width: auto;
}
.jq-password input[type="password"]:active,
.jq-password input[type="password"]:focus,
.jq-password input[type="text"]:active,
.jq-password input[type="text"]:focus {
  border: none;
  outline: 0;
}
.jq-password .jq-password__switch {
  cursor: pointer;
  display: inline-block;
  line-height: 0.8em;
  padding: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-password .jq-password__switch.jq-password__switch-text {
  padding-right: 5px;
}
.jq-password .jq-password__switch button {
  padding: 7px 9px;
}
.jq-selectbox {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.jq-selectbox ul {
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-selectbox li.optgroup:hover {
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-selectbox .jq-selectbox__select {
  padding: 5px 45px 5px 10px;
  position: relative;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.jq-selectbox .jq-selectbox__trigger {
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  display: inline-block;
  position: relative;
}
.jq-selectbox .jq-selectbox__dropdown {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  list-style: none;
  margin: 2px 0 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.jq-selectbox.dropup.opened .jq-selectbox__dropdown {
  bottom: 100%;
  height: auto;
  margin-bottom: 2px;
  top: auto;
}
.jq-selectbox.dropdown.opened .jq-selectbox__dropdown {
  bottom: auto;
  height: auto;
}
.jq-selectbox .jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox .jq-selectbox__search input {
  -webkit-appearance: textfield;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 5px 27px 6px 8px;
  width: 100%;
}
.jq-selectbox .jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox .jq-selectbox__empty,
.jq-selectbox .jq-selectbox__search-status {
  margin: 5px;
  padding: 5px 8px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-select-multiple {
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  padding: 1px;
  position: relative;
}
.jq-select-multiple ul {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}
.jq-select-multiple li {
  list-style: none;
  padding: 3px 9px 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-select-multiple li.optgroup {
  font-weight: 700;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
input[type="range"].styler {
  -webkit-appearance: none;
}
input[type="range"].styler:focus {
  outline: 0;
}
input[type="range"].styler::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 12.8px;
  width: 100%;
}
input[type="range"].styler::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  height: 16px;
  margin-top: -2px;
  width: 16px;
}
input[type="range"].styler::-moz-range-track {
  cursor: pointer;
  height: 12.8px;
  width: 100%;
}
input[type="range"].styler::-moz-range-thumb {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
input[type="range"].styler::-moz-focus-outer {
  border: none;
}
input[type="range"].styler::-ms-track {
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  height: 12.8px;
}
input[type="range"].styler::-ms-thumb {
  height: 16px;
  width: 16px;
}
.jq-selectbox {
  max-width: 100%;
  min-width: 168px;
  z-index: 2;
}
.jq-selectbox.opened {
  z-index: 3;
}
.search-page {
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1239px) {
  .search-page {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}
.search-page__filter {
  align-items: center;
  display: flex;
  margin-bottom: 43px;
}
@media (max-width: 640px) {
  .search-page__filter {
    flex-direction: column;
  }
}
.search-page__search {
  flex-grow: 1;
  margin: 0 30px 0 0;
  position: relative;
}
@media (max-width: 640px) {
  .search-page__search {
    margin: 0 0 20px;
    width: 100%;
  }
}
.search-page__search input[type="text"] {
  background: #eaeaea;
  border: 1px solid transparent;
  color: #000;
  font-size: 16px;
  line-height: 1;
  outline: none;
  padding: 14px 90px 15px 16px;
  transition: 0.2s;
  width: 100%;
}
.search-page__search input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.search-page__search input[type="text"]::-moz-placeholder {
  color: #000;
}
.search-page__search input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.search-page__search input[type="text"]::-ms-input-placeholder {
  color: #000;
}
.search-page__search input[type="text"]::placeholder {
  color: #000;
}
.search-page__search button[id="reset"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.042 7.501 5.742-5.742A.737.737 0 0 0 12.742.717L7 6.459 1.258.717A.737.737 0 1 0 .216 1.759L5.958 7.5.216 13.243a.737.737 0 1 0 1.042 1.042L7 8.543l5.742 5.742a.737.737 0 1 0 1.042-1.042L8.042 7.501Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  max-height: 33px;
  max-width: 33px;
  min-height: 33px;
  min-width: 33px;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: 0.2s;
}
.search-page__search button[type="submit"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.304 14.065a6.26 6.26 0 1 0 0-12.522 6.26 6.26 0 0 0 0 12.522ZM15.26 14.76l-2.086-2.086' stroke='%2314142B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  border: none;
  border-left: 1px solid #eaeaea;
  cursor: pointer;
  font-size: 0;
  min-height: 33px;
  min-width: 52px;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 6px;
  transition: 0.2s;
  visibility: hidden;
}
.search-page__search.active input[type="text"] {
  background: #fff;
  border-color: #37283c;
}
.search-page__search.active button[id="reset"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.75 3.75 7.984 7.984M3.75 11.734l7.984-7.984' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: 55px;
}
.search-page__search.active button[type="submit"] {
  opacity: 1;
  visibility: visible;
}
.search-page .select-wrap .jq-selectbox {
  min-width: 179px;
}
.search-page__products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.search-page__products .product {
  margin: 0 30px 33px 0;
  max-width: calc(25% - 30px);
  min-width: calc(25% - 30px);
}
@media (max-width: 1024px) {
  .search-page__products .product {
    max-width: calc(33.33% - 30px);
    min-width: calc(33.33% - 30px);
  }
}
@media (max-width: 640px) {
  .search-page__products .product {
    max-width: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
}
@media (max-width: 440px) {
  .search-page__products .product {
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}

/* End */


/* Start:/bitrix/templates/svc_special/js/popup.css?16438701837300*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* End */


/* Start:/bitrix/templates/svc_special/template_styles.css?1777456228936*/
footer {
  position: relative;
}

.choice__button--container {
  display: flex;
  justify-content: space-between;
}

.choice__button {
  background: #37283c;
  border: 1px solid #37283c;
  color: #fff;
  font-size: 16px;
  padding: 13px;
  width: 45%;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.choice__button:hover {
  background: none;
  color: #37283c;
}

.svc_container {
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 1239px) {
  .svc_container {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}

.mx_button {
  position: fixed;
  right: 18px;
  bottom: 95px;
  width: 65px;
  height: 65px;
  z-index: 100;
}

.wa_button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 65px;
  height: 65px;
  z-index: 100;
}

.contacts-page__map iframe{
    width: 100%;
}

/* End */
/* /bitrix/templates/svc_special/app.css?1672069615201596 */
/* /bitrix/templates/svc_special/js/popup.css?16438701837300 */
/* /bitrix/templates/svc_special/template_styles.css?1777456228936 */
