@import url(/normalize.css);*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  min-height: 100%;
  padding: 0;
  font-family: sans-serif;
}

b,
strong{
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

button {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

input::-ms-clear,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal,
textarea::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}:root {
  --white-color: #fff;
  --black-color: #030303;
  --orange-color: #ff3900;
  --light-orange-color: #fff4df;
  --blue-color: #1a5dc8;
  --mid-blue-color: #a7c4ea;
  --dark-blue-color: #618fd8;
  --light-blue-color: #e6f0ff;
  --lightest-gray-color: #f2f3f7;
  --light-gray-color: #d2d4e2;
  --mid-gray-color: #9099bb;
}



body {
  background: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #25222C;
  /*font-family: 'Roboto', sans-serif;*/
}
body.mod-modal {
  overflow: hidden;
}
.inner {
  /* display: flex;
   flex-wrap: wrap;*/
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}
.inner.mod-block {
  display: block;
}
.inner.mod-align-center {
  -ms-flex-align: center;
      align-items: center;
}
.mod-padding {
  padding-top: 70px;
}
@media (max-width: 800px) {
  .mod-padding {
    padding-top: 20px;
  }
  .mod-padding.mod-hidden {
    padding-top: 0px;
  }
}
.title {
  font-weight: 300;
  font-size: 27px;
  line-height: 31px;
  color: #25222C;
  margin-bottom: 27px;
  font-family: 'Roboto', sans-serif;
}
.title strong {
  font-weight: 500;
}
.title span {
  min-width: 22px;
  padding: 0 3px;
  height: 29px;
  background: #25222C;
  border-radius: 43px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 0 10px;
  position: relative;
  top: -4px;
}
.back-link {
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 17px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 120px;
}
.back-link span {
  background: #25222C;
  width: 26px;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .back-link {
    margin-bottom: 40px;
  }
}
.catalog-slider {
  overflow: hidden;
}
.catalog-slider-container {
  position: relative;
  margin: -25px 0 80px;
}
.catalog-slider-wrap {
  display: -ms-flexbox;
  display: flex;
}
.catalog-slider-arrow {
  background: #25222C;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.catalog-slider-arrow.mod-left {
  transform: translate(-50%, -50%);
  left: 0;
  padding-right: 2px;
}
.catalog-slider-arrow.mod-right {
  transform: translate(50%, -50%);
  right: 0;
  padding-left: 2px;
}
.catalog-slider-item{
  height: 450px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .catalog-slider-item{
    height: 400px;
  }
}
@media (max-width: 870px) {
  .catalog-slider-container {
    margin: 25px 0 40px;
  }
}
@media (max-width: 650px) {
  .catalog-slider-item{
    height: 300px;
  }
}
@media (max-width: 500px) {
  .catalog-slider-arrow.mod-left {
    transform: none;
    left: 25px;
    bottom: 25px;
    top: auto;
  }
  .catalog-slider-arrow.mod-right {
    transform: none;
    right: 25px;
    bottom: 25px;
    top: auto;
  }
  .catalog-slider-item{
      height: 250px;
    }
}
.header {
  font-size: 14px;
}
.header.mod-shadow{
  box-shadow: 0px 6px 10px rgba(93, 115, 226, 0.03);
  border-bottom: 1px solid rgba(202, 202, 202, 0.25);
}
.header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 1160px;
  max-width: 100%;
  padding: 0 30px;
  margin: auto;
}
.header-part {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header-part.mod-top {
  border-bottom: 1px solid rgba(202, 202, 202, 0.25);
  height: 55px;
}
.header-part.mod-bottom {
  height: 106px;
}
.header-part.mod-grey{
  background: #49494F;
}
.header-location {
  border: 1px solid #25222C;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #25222C;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 12px;
  margin-right: 20px;
  cursor: pointer;
}
.header-worktime {
  color: #888888;
  margin-right: auto;
}
.header-phone {
  font-weight: bold;
  color: #888888;
  margin-left: 60px;
  /**/
  font-size: 16px;
}
.header-link {
  font-weight: 500;
  color: #888888;
  margin-left: 30px;
}
.header-consultation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 11px;
  color: #888888;
  margin-left: 85px;
  cursor: pointer;
}
.header-consultation img {
  margin-right: 9px;
}
/**/
.header-toggle {
  display: none;
}
.header-toggle-wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: auto;
}
.header-logo {
  margin-right: auto;
  margin-top: 10px;
}
.mod-grey .header-logo{
  margin-top: 0;
}
.header-controls {
  margin-left: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-control {
  border: 1px solid rgba(111, 110, 115, 0.6);
  border-radius: 43px;
  height: 43px;
  width: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 19px;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.header-control.mod-black {
  border: 1px solid #323232;
  background: #323232;
  margin-right: 10px;
}
.header-control span {
  position: absolute;
  top: -8px;
  right: -7px;
  font-weight: 500;
  font-size: 9px;
  color: #fff;
  background: #25222C;
  border: 3px solid #fff;
  min-width: 23px;
  height: 23px;
  border-radius: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.header-control.mod-black span {
  background: #fff;
  color: #000;
  box-shadow: 0 0 2px 0px #0000007d;
  min-width: 21px;
  height: 21px;
  display: none;
}
.header-cart {
  margin: 0 15px 0 0;
}
.header-cart-part:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
}
.header-cart-part:last-child {
  line-height: 16px;
  color: #888888;
  white-space: nowrap;
}
.mod-grey .header-cart-part:last-child{
  color: #fff;
}
@media (min-width: 1000px) {
  .header-nav {
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav-item {
    margin-left: 11px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header-nav-link {
    /*background: #4F5056;*/
    border-radius: 55px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 7px 13px;
    height: 32px;
    white-space: nowrap;
    border: 1px solid rgba(111, 110, 115, 0.6);
    line-height: 16px;
  }
  .header-nav-item.mod-catalog {
      padding-right: 25px;
    margin-left: 0;
  }
  .header-nav-item.mod-catalog .header-nav-link {
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #74B959;
    background: transparent;
  }
  .header-nav-item.mod-catalog .header-nav-link span {
    background: #FFF7EA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .mod-grey .header-nav-item.mod-catalog .header-nav-link span{
    background: #74B959;
  }

  /**/
  .header-nav-children{
    position: absolute;
    padding-top: 17px;
    top: 100%;
    left: 50%;
    width: 285px;
    transform: translate(-50%, 0px);
    display: none;
    z-index: 10;
  }
  .header-nav-item:hover .header-nav-children{
    display: block;
  }
  .header-nav-children:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transform: translate(-50%, 0px);
  }
  .header-nav-children:after{
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #F1F1F1;
    z-index: 0;
    transform: translate(-50%, 0px);
  }
  .header-nav-children-wrap{
    border: 1px solid #F1F1F1;
    box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
    padding: 12px 10px;
    background: #fff;
  }
  .header-nav-children-item{
    font-size: 15px;
    line-height: 18px;
    color: #0A0A0A;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 7px 15px;
    margin-bottom: 2px;
  }
  .header-nav-children-item:hover {
    background: #E2EBE0;
  }

  .header-nav-children-item span{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50%;
    height: 21px;
    padding: 0 4px;
    min-width: 21px;
    margin-right: 17px;
    background: #F8F8F8;
  }
  .header-nav-children-item:hover span {
    background: #25222C;
    color:#fff;
  }
  .header-nav-children-item.mod-end{
    border: 1px solid #F1F1F1;
    box-shadow: 0 3px 14px rgba(93, 115, 226, 0.09);
    margin-top: 10px;
  }
  .header-nav-children-item.mod-end span{
    background: #25222C;
  }
}
@media (max-width: 1100px) {
  .header-nav-item.mod-catalog{
    padding-right: 0;
  }
  .header-controls{
    margin-left: 20px;
  }
  .header-cart{
    display: none;
  }
  .header-nav-children{
    display: none;
  }
}
@media (max-width: 1000px) {
  .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .header-logo{
    margin: 0 auto 0 30px;
  }
  .header-overlay {

  }
  .header-part.mod-bottom {
    -ms-flex-order: -1;
        order: -1;
    height: 60px;
  }
  .header-part.mod-top,
  .header-nav,
  .header-cart,
  .header-worktime,
  .header-link{
    display: none;
  }
  .header-toggle {
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: auto;
    background-image: url(/img/icons/header-toggle-open.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .header-controls {
    margin-left: 0;
  }
  .header-control {
    height: 32px;
    border-radius: 50%;
    margin: 0 0 0 15px;
  }
  .header-control.mod-black {
    margin-right: 0;
  }

  .header-control.mod-black span {
    display: -ms-flexbox;
    display: flex;
  }
  /**/
  .is-opened .header-overlay {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    overflow: auto;
  }
  .is-opened .header-toggle-wrap {
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 25px;
    width: 100%;
  }
  .is-opened .header-logo {
    display: block;
    width: calc(100% - 48px);
    text-align: center;
    margin: 0 auto 0;
  }
  .is-opened .header-controls {
    display: none;
  }
  .is-opened .header-toggle {
    background-image: url(/img/icons/header-toggle-close.svg);
  }
  .is-opened .header-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .is-opened .header-part.mod-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc(100vh - 110px);
    min-height: 300px;
    background: #fff;
  }
  .is-opened  .header-toggle-wrap{
    background: #49494F;
  }
  .is-opened .header-part.mod-bottom .header-inner{
    display: block;
  }
  .is-opened .header-part.mod-top {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 1;
        order: 1;
    border-bottom: 0;
    height: auto;
  }
  .is-opened .header-part.mod-top .header-inner{
    -ms-flex-pack: center;
        justify-content: center;
  }
  .is-opened .header-nav {
    display: block;
    width: 100%;
  }
  .is-opened .header-nav-item {
    display: block;
    border-top: 1px solid rgba(202, 202, 202, 0.25);
  }
  .is-opened .header-nav-link {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #25222C;
    padding: 11px 25px;
  }
  .is-opened .header-nav-link span{
    display: none;
  }
  .is-opened .header-phone {
    font-size: 18px;
    margin-left: 0;
  }
  .is-opened .header-consultation {
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    border-top: 1px solid rgba(202, 202, 202, 0.25);
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    height: 63px;
    -ms-flex-align: center;
        align-items: center;
    margin: 20px 0 0 0;
  }
  .is-opened .header-consultation br {
    display: none;
  }
  .is-opened .header-consultation img{
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  /*.header-logo{
    display: none;
  }*/
  .header-logo{
    width: 110px;
    margin: 0 auto 0 20px;
  }
  .header-logo img{
    max-width: 100%;
  }
  .header-control:first-child{
    display: none;
  }
}
@media (max-width: 400px) {
  .header-control {
    margin: 0 0 0 10px;
  }
}
.footer {
  background: #49494F;
  color: #ABABAB;
  font-size: 14px;
}
.footer-part.mod-top{
  padding: 100px 0 110px;
}
.footer-part.mod-bottom {
  border-top: 1px solid rgba(150, 168, 189, 0.15);
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-inner {
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  max-width: 100%;
  padding: 0 30px;
  margin: auto;
}
.footer-col {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-left: 110px;
}
.footer-col:first-child {
  margin: 0 auto 0 0;
  max-width: 285px;
}
.footer-phone {
  font-weight: bold;
  font-size: 16px;
  color: #F7F8F9;
  margin: 15px 0 42px;
  display: inline-block;
}
.footer-address {
  border: 1px solid #5D636A;
  padding: 0px 22px 24px;
}
.footer-address-title {
  font-size: 16px;
  font-weight: bold;
  color: #F7F8F9;
  position: relative;
  top: -10px;
  left: -23px;
  background: #49494f;
  display: inline-block;
  padding: 0 15px 10px 0;
}
.footer-address-item {
  line-height: 20px;
  color: #ABABAB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.footer-address-item img{
  margin: 7px 13px 0 0;
}
.footer-address-item:last-child{
  margin-top: 10px;
}
.footer-nav-title {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 15px;
  color: #fff;
}
.footer-nav-item {
  margin-bottom: 13px;
}
.footer-nav-link {
  color: #ABABAB;
}
/**/
.footer-socials {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
.footer-socials a {
  background: #373341;
  width: 22px;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  margin: 0 6px;
}
.footer-socials span{
  margin-right: 5px;
}
.footer-scroll{
  position: relative;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-scroll-button{
  background: #74B959;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: -20px;
}

@media(max-width: 1250px){
  .footer-scroll{
    display: none;
  }
}
@media(max-width: 1170px){
  .footer-col{
    margin-left: 70px;
  }
}
@media(max-width: 1000px){
  .footer-col{
    margin-left: 30px;
  }
}
@media(max-width: 750px){
  .footer-part.mod-top{
    padding: 40px 0 0px;
  }
  .footer-part.mod-bottom{
    height: auto;
    padding: 15px 0;
    line-height: 34px;
    text-align: center;
  }
  .footer-socials{
    -ms-flex-order: -1;
        order: -1;
  }
  .footer-inner{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer-col{
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px 10px;
  }
  .footer-col:first-child{
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px 20px;
    max-width: none;
  }
  .footer-col:not(:last-child):not(:first-child){
    border-bottom: 1px solid rgba(150, 168, 189, 0.15);
  }
  .footer-nav-title{
    font-size: 17px;
    margin: 20px 0 20px;
  }
}.breadcrumbs{
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.breadcrumbs-item:not(:last-child):after{
  content: "";
  display: inline-block;
  background: #AEAEAE;
  opacity: 0.3;
  transform: rotate(-50.71deg);
  width: 14px;
  height: 1px;
  margin: 0 10px 0;
  position: relative;
  top: -4px;
}
.breadcrumbs-link{
  font-size: 13px;
}
.breadcrumbs-item:last-child{
  background: #F8F8F8;
  border-radius: 45px;
  padding: 6px 13px;
  color: #AEAEAE;
}
.breadcrumbs.mod-white .breadcrumbs-item:last-child{
  background: #fff;
  color: #AEAEAE;
}
.mod-back .breadcrumbs-item{
  color: #fff
}
.mod-back .breadcrumbs-item:not(:last-child):after{
  background: #fff;
  opacity: 0.6;
}
@media (max-width: 800px) {
  .breadcrumbs{
    display: none;
  }
}
.spinner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.spinner-quantity {
  border: 1px solid #DFDEE1;
  box-sizing: border-box;
  border-radius: 5px;
  width: 36px;
  height: 24px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #96A8BD;
  text-align: center;
  font-family: 'Fira Code';
}
.spinner-control {
  width: 36px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.spinner-control:first-child {
  background-image: url(/img/icons/minus.svg);
}
.spinner-control:last-child {
  background-image: url(/img/icons/plus.svg);
}

/**/
.spinner.mod-product .spinner-quantity{
  font-size: 18px;
  color: #25222C;
  border: 0;
}
.spinner.mod-product .spinner-control{
  width: 20px;
}.modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px 25px;
  overflow: auto;
  display: none;
  z-index: 1000;
}
.modal.is-opened{
  display: -ms-flexbox;
  display: flex;
}
.modal-dialog{
  background: #F8F8F8;
  width: 500px;
  padding: 10px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 50px 0;
  position: relative;
}
.modal-close{
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.modal-header{
  padding: 30px 0;
}
.modal-content{
  background: #fff;
  width: 100%;
  padding: 33px;
}
.modal-title{
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
}
.modal-desc{
  font-size: 17px;
  line-height: 21px;
  color: #ABABAB;
  text-align: center;
}
.modal-form-group {
  margin-bottom: 23px;
}
.modal-form-label {
  font-size: 12px;
  color: rgba(37, 34, 44, 0.54);
  display: block;
}
.modal-form-required{
  color: #ff5252;
  font-size: 14px;
  margin-left: 3px;
}
.has-error .modal-form-label {
  color: rgba(255, 56, 56, 0.97);
}
.modal-form-input {
  border: 0;
  border-bottom: 1px solid rgba(37, 34, 44, 0.1);
  font-weight: 500;
  font-size: 16px;
  color: #25222C;
  background: transparent;
  width: 100%;
  padding: 7px 0;
  font-family: 'Open Sans';
}
.has-error .modal-form-input {
  border-bottom: 1px solid rgb(255, 131, 131);
}
.modal-form-button {
  background: #25222C;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  margin-top: 50px;
}
.modal-form-group.mod-submit{
  margin-bottom: 13px;
}
.modal-form-agree{
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #AEAEAE;
}
.modal-form-agree a{
  text-decoration: underline;
}

@media (max-width: 500px){
  .modal{
    padding: 0;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .modal-dialog{
    width: 100%;
    margin: 0;
  }
  .modal-header {
    padding: 30px 20px;
  }
  .modal-close {
    right: 15px;
    top: 15px;
  }
  .modal-desc br{
    display: none;
  }
}.works-wrap{
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  margin-bottom: 145px;
}
.works-wrap-items{
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-item {
  width: calc((100% - 30px) / 2);
  margin-bottom: 60px;
  position: relative;
}
.works-item-picture {
  height: 250px;
  position: relative;
  border: 1px solid #F1F1F1;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.works-item-badge {
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute !important;
  top: 21px;
  right:21px;
}
.works-item-title {
  font-size: 19px;
  line-height: 21px;
  padding-right: 50px;
  margin-top: 18px;
  display: block;
}
@media (max-width: 1000px) {
  .works-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 800px) {
  .works-wrap{
    margin-bottom: 40px;
  }
  .works-item-picture {
    height: 200px;
  }
  .works-item:last-child{
    margin-bottom: 28px;
  }
}
@media (max-width: 600px) {
  .works-item {
    width: 100%;
    border: 1px solid #F1F1F1;
    margin-bottom: 12px;
  }
  .works-item-picture {
    border:0;
    height: 250px;
  }
  .works-item-title {
    padding: 17px 12px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .works-item-picture {
    height: 200px;
  }
}.articles-wrap {
  width: 1160px;
  max-width: 100%;
  margin: auto;
  padding: 0 25px;
  margin-bottom: 145px;
}
.articles-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.articles-items:after{
  content: "";
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc((100% - 60px) / 3);
}
.articles-item {
  border: 1px solid #F1F1F1;
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  padding: 42px 42px 75px;
}
.articles-item-date {
  background: #F9F9F9;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 6px 16px;
}
.articles-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 21px 0 20px;
  transition: all 300ms linear;
}
.articles-item-title span {
  border-bottom: 1px solid #D9D9D9;
}
.articles-item:hover .articles-item-title {
  color: #F9AE26;
}
.articles-item:hover .articles-item-title span {
  border-bottom: 1px solid transparent;
}
.articles-item-text {
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 1000px) {
  .articles-wrap {
    margin-bottom: 50px;
  }
  .articles-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 650px) {
  .articles-item {
    width: 100%;
    margin-bottom:18px;
    padding: 15px;
  }
}.favorite-wrap{
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 140px;
}
.favorite-empty{
  text-align: center;
  padding: 50px 0 50px;
  width: 100%;
}
.product-item.mod-favorite {
  width: calc((100% - 50px) / 3);
}
.favorite-wrap:after{
  content: "";
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100% - 50px) / 3);
}
@media (max-width: 1000px) {
  .product-item.mod-favorite {
    width: calc((100% - 25px) / 2);
  }
  .favorite-wrap:after{
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 700px) {
  .favorite-wrap{
    padding: 0;
    margin-bottom:0px;
  }
  .product-item.mod-favorite {
    width: 100%;
  }
}.search-wrap{
  width: 1160px;
  max-width: 100%;
  padding: 0 30px;
  margin: auto;
}
.search-empty{
  text-align: center;
  padding: 100px 0 200px;
}
.search-query{
  position: relative;
  margin-bottom: 30px;
}
.search-query input{
  background: #FFFFFF;
  border: 1px solid #DFDEE1;
  box-sizing: border-box;
  border-radius: 43px;
  font-weight: 500;
  font-size: 14px;
  height: 42px;
  width: 100%;
  padding-left: 25px;
}
.search-query button{
  position: absolute;
  right: 0;
  top:0;
  height: 42px;
  width: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}.text, .text p{
  font-size: 16px;
  line-height: 27px;
}
.text p{
  margin-bottom: 15px;
}
.text ul{
  margin: 25px 0;
  padding-left: 30px;
}
.text ol{
  counter-reset: list;
  list-style: none;
  margin: 25px 0;
  padding-left: 30px;
}
.text ol li{
  position: relative;
}
.text ol li:before {
  position: absolute;
  counter-increment: list;
  content: counter(list);
  background: #FFF7EA;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -25px;
  top: 6px;
  font-size: 10px;
  color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.text a{
  color: #F9AE26;
}
.text a:hover{
  text-decoration: underline;
}
.text h2{
  margin: 20px 0 15px;
  font-weight: 500;
  font-size: 29px;
  line-height: 32px;
  color: #131B32;
}
.text h3{
  margin: 20px 0 15px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #131B32;
}.not-found {
  padding-bottom: 90px;
}
.not-found-wrap{
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  background-image: url(/img/bg/404.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.not-found-badge {
  font-weight: 500;
  font-size: 13px;
  background: #FFEFD1;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 11px;
  margin-bottom: 13px;
  margin-top: 30px;
}
.not-found-title {
  font-size: 44px;
  line-height: 45px;
  font-weight: 100;
}
.not-found-title strong {
  font-weight: normal;
}
.not-found-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: 46px;
  margin-bottom: 115px;
}
.not-found-more div {
  box-shadow: 4px 8px 14px rgba(93, 115, 226, 0.08), -6px -3px 9px rgba(255, 255, 255, 0.67);
  width: 39px;
  height: 39px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  margin-right: 13px;
  border-radius: 50%;
}
.not-found-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.not-found-item {
  background: #fff;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
  width: calc((100% - 30px) / 2);
  padding: 32px 39px;
  cursor: pointer;
}
.not-found-item-title {
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.not-found-item-title svg {
  margin-right: 7px;
}
.not-found-item-desc {
  font-size: 17px;
  line-height: 21px;
  color: #97A8BD;
  margin-bottom: 25px;
}
.not-found-item-more {
  font-weight: 500;
}
@media(max-width: 700px){
  .not-found{
    background: url(/img/bg/slider.svg);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .not-found-title{
    font-size: 32px;
    line-height: 38px;
  }
  .not-found-more{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .not-found-wrap{
    background: none;
  }
  .not-found-item{
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 15px;
  }
  .not-found-item-title{
    margin-bottom: 0;
    font-size: 16px;
  }
  .not-found-item-desc {
    display: none;
  }
  .not-found-item-more {
    display: none;
  }
}.alert {
 /* background-image: url(/img/bg/alert.svg);*/
  /*background-color: #FFF7EA;*/
  background-color: #DCEDD5;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.alert-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
}
.alert-slogan {
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  width: 235px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-left: 20px;
}
.alert-slogan strong {
  font-weight: 500;
}
.alert-text {
  font-size: 14px;
  line-height: 16px;
}
.alert-text strong {
  font-weight: 500;
}
.alert-button {
  background: #25222C;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 0 20px 0 100px;
  width: 210px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  cursor: pointer;
  border-radius: 30px;
}
@media (max-width: 1000px) {
  .alert-slogan {
    width: 165px;
    padding-left: 0;
  }
  .alert-button {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 800px) {
/*  .alert {
    background-color: #FFF7EA;
    background-image: url(/img/bg/alert-left.svg), url(/img/bg/alert-right.svg);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
  }*/
  .alert-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .alert-slogan {
    width: 100%;
    font-size: 27px;
    margin: 44px 0 30px
  }
  .alert-text {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
  }
  .alert-button {
    margin: 34px 0 43px 0px;
  }
}.tooltip-wrap {
  position: relative;
}
.tooltip {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0 3px 14px rgba(93, 115, 226, 0.05);
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  max-width: 300px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  z-index: 1;
  padding: 15px 20px;
  bottom: 100%;
  margin-bottom: 15px;
  display: none;
  right: -18px;
}
.tooltip.mod-center {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
.tooltip.mod-html {
  text-align: left;
  font-weight: normal;
}
.tooltip.mod-html ul,
.tooltip.mod-html ol{
  padding: 0 0 0 15px;
  margin: 0;
}
.tooltip.mod-html li{
  margin-bottom: 5px;
}
.tooltip-wrap:hover .tooltip {
  display: block;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  border: 12px solid transparent;
  border-top: 9px solid #fff;
  transform: translate(-50%, 0);
}
.tooltip.mod-center:after {
  transform: translate(-50%, 0);
  left: 50%;
  right: auto;
}.block-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 24px;
}
.block-contacts.mod-work{
  margin-bottom: 140px;
}
.block-contacts-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
  margin-right: 13px;
}
.block-contacts.mod-work .block-contacts-icon{
  background: rgba(150, 168, 189, 0.2);
}
.block-contacts.mod-work .block-contacts-icon svg{
  fill: #96A8BD;
}
.block-contacts-title {
  font-weight: 500;
  font-size: 14px;
  color: #96A8BD;
  margin: 5px 0 8px;
}
.block-contacts-phone {
  font-size: 14px;
  letter-spacing: -0.05em;
  font-family: 'Fira Code', monospace;
  margin-bottom: 2px;
}
.mod-back .block-contacts-title{
  color: #fff;
}
.mod-back .block-contacts-phone{
  color: #fff;
}.selector {
  position: relative;
  background: #fff;
  border: 1px solid #DFDEE1;
  border-radius: 5px;
  font-family: 'Fira Code';
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #96A8BD;
  width: 190px;
  cursor: pointer;
}
.selector:before {
  content: '';
  border: 3px solid transparent;
  border-bottom-color: #96A8BD;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -7px);
}
.selector:after {
  content: '';
  border: 3px solid transparent;
  border-top-color: #96A8BD;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, 3px);
}
.selector-value {
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px;
}
.selector-items {
  position: absolute;
  top: 100%;
  border: 1px solid #DFDEE1;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: none;
  z-index: 10;
}
.selector-item {
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px;
  cursor: pointer;
}
.selector-item:hover {
  background: #efefef;
}.compare-wrap {
  -ms-flex-align: center;
      align-items: center;
  width: 1160px;
  max-width: 100%;
  padding: 0 30px;
  margin: auto;
  position: relative;
}
.compare-header-inner{
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
}
.compare-empty{
  padding: 20px 0 200px;
}
.compare-header {
  margin-bottom: 27px;
}
.compare-header-switcher {
  margin-left: auto;
}
.compare-header-title {
  margin-bottom: 0;
}
.compare-items {
  overflow: hidden;
  position: relative;
  margin-bottom: 55px;
}
.compare-items-wrap {
  display: -ms-flexbox;
  display: flex;
}
.compare-item {
  width: calc((100% - 60px) / 3);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.compare-product {
  height: 270px;
}
.compare-attributes {
  position: relative;
  border-bottom: 1px solid #F1F1F1;
}
.compare-attributes-item {
  font-size: 16px;
  line-height: 24px;
  color: #373341;
  border-top: 1px solid #F1F1F1;
  height: 60px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  overflow: hidden;
}
.compare-attributes-item.mod-diff span {
  background: rgba(249, 174, 38, 0.1);
  display: inline-block;
  padding: 0 3px;
}
.compare-attributes-item-title {
  font-weight: 500;
  display: none;
}
.compare-attributes-item-value{
  white-space: nowrap;
}
.compare-titles {
  position: absolute;
  top: 270px;
  display: block;
}
.compare-item:first-child .compare-titles {
  display: block;
}
.compare-titles-item {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.compare-titles-item span {
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.compare-titles-item img {
  margin-right: 9px;
}
/**/

.product-item.mod-compare {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .compare-product {
    height: auto;
  }
  .product-item.mod-compare {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 23px 25px 25px 25px;
    margin-bottom: 40px;
  }
  .product-item.mod-compare .product-item-data {
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-order: 2;
        order: 2;
  }
  .product-item.mod-compare .product-item-picture {
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-order: 1;
        order: 1;
    height: 200px;
    margin-bottom: 10px;
  }
  .product-item.mod-compare .product-item-price {
    margin: 10px 0 15px;
  }
  .product-item.mod-compare .product-item-picture img {
    max-height: 100%;
  }
  .product-item.mod-compare .product-item-controls {
    position: static;
  }
  .compare-titles {
    display: none;
  }
  .compare-attributes-item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .compare-attributes-item-title {
    display: block;
  }
}
@media (max-width: 650px) {
  .compare-items {
    margin-bottom: 40px;
  }
  .compare-item {
    border: 1px solid #F1F1F1;
  }
  .compare-item + .compare-item {
    border-left: 0;
  }
  .compare-attributes {
    border-bottom: 0;
  }
  .product-item.mod-compare {
    padding: 15px 15px 15px 15px;
    border: 0;
    margin-bottom: 0;
  }
  .compare-attributes-item {
    padding: 10px 15px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .compare-header-inner{
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .compare-header-switcher{
    margin-left: 0;
    margin-top: 15px;
  }
}.home-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: 0 auto 50px auto;
}
.home-about-inner{
  /**/
  width: 100%;
  padding: 5px;
  background-color: #DCEDD5;
 /* background-image: url(/img/bg/home-about.svg);*/
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-about-part.mod-top {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.mod-small .home-about-part.mod-top {
  display: none;
}
.home-about-part.mod-bottom {
  padding: 72px 58px;
  display: -ms-flexbox;
  display: flex;
}
.home-about-items {
}
.home-about-item {
  font-size: 14px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px 40px;
  -ms-flex: 1;
      flex: 1;
}
.home-about-item-divider{
  background-color: #DCEDD5;
  width: 3px;
  height: 70px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.home-about-item div:first-child {
  font-weight: 500;
  font-size: 29px;
  line-height: 34px;
}
.home-about-item:first-child {
  -ms-flex-align: start;
      align-items: start;
  width: 265px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.home-about-item:last-child {

}
.home-about-item:first-child div:first-child {
  font-size: 21px;
  line-height: 25px;
}
.home-about-title {
  font-size: 29px;
  line-height: 32px;
  font-weight: normal;
  -ms-flex: 1;
      flex: 1;
}
.home-about-title strong,
.home-about-title span{
  font-weight: 500;
}
.home-about-description {
  font-size: 16px;
  line-height: 23px;
  width: 510px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.home-about-collapse{
  max-height: 95px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.is-opened .home-about-collapse{
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}
.home-about-description-more {
  font-weight: 500;
  font-size: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.home-about-description-more span:nth-child(2){
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.home-about-description-more span:nth-child(3){
  display: none;
}
.is-opened .home-about-description-more span:nth-child(2){
  display: none;
}
.is-opened .home-about-description-more span:nth-child(3){
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.home-about-description-more img {
  margin-right: 13px;
}
@media (max-width: 1000px) {
  .home-about-item:not(:first-child){
    padding: 30px 10px;
  }
  .home-about-description{
    width: 400px;
  }
}
@media (max-width: 850px) {
  .home-about{
    margin-bottom: 0;
    padding: 0;
  }
  .home-about-inner{
    padding: 5px 0 0;
    background-size: 300%;
    background-position: left bottom;
  }
  .home-about-part.mod-top{
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 0 40px;
  }
  .home-about-part.mod-top img{
    transform: rotate(90deg);
    margin: -6px 0 -15px;
  }
  .home-about-item,
  .home-about-item:not(:first-child),
  .home-about-item:first-child{
    padding: 0;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
  .home-about-part.mod-bottom{
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 35px 25px;
  }
  .home-about-description{
    width: 100%;
    margin-top: 25px;
  }
  .home-about-item-divider{
    width: 70px;
    height: 3px;
    margin: 20px 0;
  }
}.home-hits {
  color: #fff;
  background: #49494F;
  padding: 81px 0 100px;
  overflow: hidden;
  position: relative;
}
.home-hits-inner {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  overflow: hidden;
}
.home-hits-title {
  font-size: 29px;
  margin-bottom: 50px;
}
.home-hits-title strong {
  font-weight: 500;
}
.home-hits-title span {
  width: 22px;
  height: 29px;
  background: #323232;
  border-radius: 43px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 0 10px;
  position: relative;
  top: -4px;
}
.home-hits-items-wrap {
  display: -ms-flexbox;
  display: flex;
}
.home-hits-items{
  overflow: hidden;
}
.home-hits-item {
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
}
.home-hits-item-title {
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  margin-top: 13px;
}
.home-hits-item-discount {
  position: absolute;
  top: -9px;
  right: -26px;
  background: #74B959;
  border: 4px solid #49494f;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
.home-hits-item-desc {
  font-size: 17px;
  line-height: 21px;
  color: #97A8BD;
  margin: 0px 0 15px;
}
.home-hits-item-price {
  font-family: 'Fira Code';
  margin-bottom: 23px;
  display: -ms-flexbox;
  display: flex;
}
.home-hits-item-price-old {
  font-size: 12px;
  letter-spacing: -0.02em;
  margin-right: 10px;
  text-decoration: line-through;
  -webkit-text-decoration-color: #74B959;
          text-decoration-color: #74B959;
  position: relative;
  top: 2px;
}
.home-hits-item-picture {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  margin-right: 33px;
}
.home-hits-item-controls {
  display: -ms-flexbox;
  display: flex;
}
.home-hits-item-control {
  background: #323232;
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
  border-radius: 43px;
  width: 32px;
  height: 38px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 14px;
  cursor: pointer;
}
.home-hits-item-control.is-active {
  background: #fff;
}
.home-hits-dots {
  margin-top: 25px;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
}
.home-hits-dots-item {
  border: 1px solid #757083;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 9px;
  cursor: pointer;
}
.home-hits-dots-item.is-active {
  border: 1px solid #fff;
  background: #FFFFFF;
}
.home-hits-arrow {
  background: #323232;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
}
.home-hits-arrow.mod-left {
  padding-right: 3px;
  left: 50%;
  transform: translate(-625px, -50%);
}
.home-hits-arrow.mod-right{
  padding-left: 3px;
  left: 50%;
  transform: translate(595px, -50%);
}
@media (max-width: 850px) {
  .home-hits {
    padding: 35px 0 40px;
  }
  .home-hits-title {
    margin-bottom: 40px;
  }
  .home-hits-item {
    width: 320px;
  }
  .home-hits-dots {
    display: -ms-flexbox;
    display: flex;
  }
}.home-popular-wrap {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}
/*
.home-popular-furniture {
  margin-top: 90px;
  margin-bottom: 105px;
  border: 5px solid #DCEDD5;
  display: flex;
  align-items: center;
  height: 130px;
  padding: 0 52px;
}*/
.home-popular-furniture {
  margin-top: 90px;
  margin-bottom: 105px;
  background: #49494F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 130px;
  padding: 0 52px;
  color: #fff;
}
.home-popular-furniture-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  margin-right: 93px;
}
.home-popular-furniture-desc {
  font-size: 16px;
  line-height: 23px;
}
.home-popular-furniture-button {
  background: #74B959;
  border-radius: 30px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-left: auto;
  width: 180px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
@media (max-width: 1100px) {
  .home-popular-wrap {
    width: 100%;
    padding: 0;
  }
  .home-popular-furniture {
    padding: 25px 25px;
    display: block;
    margin-bottom: 50px;
    margin-top: 45px;
    height: auto;
  }
  .home-popular-furniture-desc {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0 20px;
  }
  .home-popular-furniture-button {
    margin-left: 0;
  }
}.home-works {
  margin-bottom: 130px;
  position: relative;
}
.home-works.mod-full{
}
.home-works.mod-works {
  margin-bottom: 28px;
}
.home-works-inner {
  width: 1160px;
  max-width: 100%;
  margin: auto;
  padding: 0 25px;
}
.home-works-container {
  position: relative;
}
.mod-full .home-works-container{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.home-works-title {
  font-weight: 300;
  font-size: 27px;
  margin-bottom: 27px;
}
.home-works-items {
  width: calc(100% - 350px + 64px);
  overflow: hidden;
  height: 100%;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mod-full .home-works-items{
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
}
.home-works-callback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #25222C;
  position: absolute;
  bottom: -48px;
  right: 285px;
  background: #E2EBE0;
  padding: 0 3px;
  cursor: pointer;
}
.home-works-callback img {
  margin-left: 5px;
}
.home-works-item {
  height: 395px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.home-works-items-wrap {
  display: -ms-flexbox;
  display: flex;
}
.home-works-descs {
  background: #49494F;
  width: 290px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  z-index: 1;
  padding: 40px 35px 35px;
}
.mod-full .home-works-descs{
  position:static;
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
  width: 100%;
  padding: 25px 35px 25px;
}
.home-works-desc {
  display: none;
}
.home-works-desc.is-active {
  display: block;
}
.home-works-desc-text:after {
  content: "\2192";
}
.mod-works .home-works-desc-text:after {
  content: "";
}
.home-works-desc-date {
  font-size: 14px;
  color: #9B9B9C;
  margin-top: 21px;
}
.home-works-dots {
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-full .home-works-dots{
  margin-top: 25px;
  display: none;
}
.home-works-dots-item {
  border: 1px solid #757083;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 9px;
  margin-bottom: 9px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  cursor: pointer;
}
.home-works-dots-item.is-active {
  border: 1px solid #fff;
  background: #FFFFFF;
}
.home-works-item-price{
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #25222C;
}
.home-works-item{
  position: relative;
}
.mod-full .home-works-item{
  height: 460px;
}
.home-works-item-price{
  position: absolute;
  left: 28px;
  bottom: 28px;
  font-weight: 500;
  font-size: 14px;
  max-width: 250px;
  padding: 15px 24px;
}
.home-works-item-price > div{
  font-family: 'Fira Code';
  font-size: 18px;
  letter-spacing: -0.02em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.home-works-arrow{
  background: #323232;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: calc((100% - 150px) / 2);
  cursor: pointer;
  border-radius: 50%;
}
.home-works-arrow.mod-left {
  left: 20px;
}
.home-works-arrow.mod-right {
  right: 20px;
}
@media (max-width: 1000px) {
  .home-works-items {
    width: calc(100% - 270px + 64px);
  }
  .home-works-item {
    height: 350px;
  }
  .mod-full .home-works-item {
    height: 350px;
  }
  .mod-full .home-works-arrow {
    top: 20px;
  }
  .home-works-descs {
    padding: 30px 30px 30px;
    width: 270px;
  }
  .home-works-dots {
    margin-top: 30px;
  }
  .home-works-callback {
    right: 205px;
  }
}
@media (max-width: 850px) {
  .home-works {
    margin-bottom: 70px;
  }
  .home-works-title {
    display: none;
  }
  .home-works-inner {
    padding: 0;
  }
  .home-works-descs {
    position: static;
    padding: 30px 25px 30px;
    width: 100%;
  }
  .home-works-items {
    width: 100%;
  }
  .home-works-item {
    height: 290px;
  }
  .mod-full .home-works-item {
    height: 290px;
  }
  .home-works-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .home-works-dots-item {
    border: 1px solid #757083;
  }
  .home-works-dots-item.is-active {
    border: 1px solid #757083;
    background: #757083;
  }
  .home-works-callback {
    right: 0;
    bottom: -78px;
  }
}
@media (max-width: 500px) {
  .home-works-item {
    height: 230px;
  }
  .mod-full .home-works-item {
    height: 230px;
  }
  .home-works-callback {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 30px 0px 0;
    left: 50%;
    top: 35px;
    transform: translate(-50%, 0px);
  }
}.home-blog {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 84px;
}
.home-blog-inner {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}
.home-blog-title-wrap {
  text-align: center;
  border-bottom: 1px solid #F1F1F1;
}
.home-blog-title {
  font-size: 25px;
  line-height: 25px;
  background: rgba(249, 174, 38, 0.1);
  margin: auto;
  display: inline-block;
  margin-bottom: 33px;
  padding: 0 5px 2px;
}
.home-blog-title strong {
  font-weight: 500;
}
.home-blog-items {
  display: -ms-flexbox;
  display: flex;
}
.home-blog-item {
  position: relative;
  padding: 115px 60px 105px;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  width: calc(100% / 3);
}
.home-blog-item:first-child {
  padding-left: 0px;
}
.home-blog-item:last-child {
  padding-right: 0px;
}
.home-blog-item:not(:last-child) {
  border-right: 1px solid #F1F1F1;
}
.home-blog-item-date {
  background: #F9F9F9;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 6px 16px;
}
.home-blog-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 21px 0 20px;
  transition: all 300ms linear;
}
.home-blog-item-title span {
  border-bottom: 1px solid #D9D9D9;
}
.home-blog-item:hover .home-blog-item-title {
  color:  #74B959;
}
.home-blog-item:hover .home-blog-item-title span {
  border-bottom: 1px solid transparent;
}
.home-blog-item-desc {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 40px;
}
.home-blog-item-badge {
  position: absolute;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  transform: rotate(90deg);
  top: 47px;
  right: 10px;
}
.home-blog-item-badge:before {
  content: "";
  height: 5px;
  width: 5px;
  display: inline-block;
  background: #74B959;
  border-radius: 50%;
  margin-right: 5px;
}
.home-blog-item-more {
  height: 44px;
  width: 44px;
  background: #25222C;
  border-radius: 70px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 34px;
  right: 43px;
  transition: all 300ms linear;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
}
.home-blog-item:hover .home-blog-item-more {
  opacity: 1;
}
@media (max-width: 1100px) {
  .home-blog-item {
    padding: 115px 30px 80px;
  }
}
@media (max-width: 850px) {
  .home-blog {
    margin-bottom: 40px;
  }
  .home-blog-inner {
    width: 100%;
    padding: 0;
  }
  .home-blog-items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .home-blog-item {
    padding: 37px 25px 37px;
    width: 100%;
  }
  .home-blog-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #F1F1F1;
  }
  .home-blog-item:first-child {
    padding-left: 25px;
  }
  .home-blog-item:last-child {
    padding-right: 25px;
  }
  .home-blog-item > svg {
    display: none;
  }
  .home-blog-item-badge {
    transform: none;
    right: 25px;
  }
  .home-blog-item-desc {
    margin-bottom: 0;
  }
  .home-blog-item-more {
    display: none;
  }
}.home-popular {
  padding: 91px 0 0px;
}
.home-popular-inner {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}
.home-popular-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 23px;
}
.home-popular-title {
  font-weight: 100;
  font-size: 27px;
}
.home-popular-title strong {
  font-weight: 500;
}
.home-popular-title span {
  width: 22px;
  height: 29px;
  background: #25222C;
  border-radius: 43px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 0 10px;
  position: relative;
  top: -4px;
}
.home-popular-desc {
  margin-left: auto;
  font-size: 16px;
}
.home-popular-more-wrap {
  text-align: right;
  margin-top: -5px;
}
.home-popular-more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  font-weight: 500;
  font-size: 17px;
  -ms-flex-align: center;
      align-items: center;
}
.home-popular-more svg {
  margin-right: 13px;
}
/**/
.home-popular-items {
  display: -ms-flexbox;
  display: flex;
}
.home-popular-items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home-popular-item {
  background: #FBFBFB;
  border: 1px solid #F1F1F1;
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  width: calc((100% - 30px) / 2);
  background-position: right -10px bottom 0;
}
.home-popular-item:hover {
  transition: all 150ms linear;
  background-color: #49494F;
  border: 1px solid #F1F1F1;
  color: #fff;
}
.home-popular-item-back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 295px;
  padding: 33px 37px;
}
/*
.home-popular-item.mod-big {
  width: calc((100% - 30px) * 0.60);
  background-position: right 40px bottom 10px;
}
.home-popular-item.mod-small {
  width: calc((100% - 30px) * 0.40);
  background-position: right 10px bottom 10px;
}
.home-popular-item.mod-big .home-popular-item-back {
  background-position: right 24px bottom 10px;
}
.home-popular-item.mod-small .home-popular-item-back {
  background-position: right -6px bottom 10px;
}
.home-popular-item.mod-big{
  background: url(/img/dev/door2.jpg);
  background-size: 156px;
  background-repeat: no-repeat;
  background-position: right 50px top 50px;
}

.home-popular-item.mod-small{
  background: url(/img/dev/door3.jpg);
  background-size: 156px;
  background-repeat: no-repeat;
  background-position: right 50px top 50px;
}*/

.home-popular-item.mod-bg-1 {
  background-image: url(/img/popular/v2/1.png);
}
.home-popular-item.mod-bg-2 {
  background-image: url(/img/popular/v2/2.png);
}
.home-popular-item.mod-bg-3 {
  background-image: url(/img/popular/v2/3.png);
}
.home-popular-item.mod-bg-4 {
  background-image: url(/img/popular/v2/4.png);
}
.home-popular-item.mod-bg-5 {
  background-image: url(/img/popular/v2/5.png);
}
.home-popular-item.mod-bg-6 {
  background-image: url(/img/popular/v2/6.png);
}
/*
.home-popular-item.mod-bg-1 {
  background-image: url(/img/popular/1-bg.svg)
}
.home-popular-item.mod-bg-1 .home-popular-item-back {
  background-image: url(/img/popular/1-inner.png)
}
.home-popular-item.mod-bg-1:hover {
  background-color: #FFEFD1;
  background-image: url(/img/popular/bg.svg)
}

.home-popular-item.mod-bg-2 {
  background-image: url(/img/popular/2-bg.svg)
}
.home-popular-item.mod-bg-2 .home-popular-item-back {
  background-image: url(/img/popular/2-inner.png)
}
.home-popular-item.mod-bg-2:hover {
  background-color: #F1F1F1;
  background-image: url(/img/popular/bg.svg)
}

.home-popular-item.mod-bg-3 {
  background-image: url(/img/popular/3-bg.svg)
}
.home-popular-item.mod-bg-3 .home-popular-item-back {
  background-image: url(/img/popular/3-inner.png)
}
.home-popular-item.mod-bg-3:hover {
  background-color: #F6FAFF;
  background-image: url(/img/popular/bg.svg)
}

.home-popular-item.mod-bg-4 {
  background-image: url(/img/popular/4-bg.svg)
}
.home-popular-item.mod-bg-4 .home-popular-item-back {
  background-image: url(/img/popular/4-inner.png)
}
.home-popular-item.mod-bg-4:hover {
  background-color: #E2EBE0;
  background-image: url(/img/popular/bg.svg)
}

.home-popular-item.mod-bg-5 {
  background-image: url(/img/popular/5-bg.svg)
}
.home-popular-item.mod-bg-5 .home-popular-item-back {
  background-image: url(/img/popular/5-inner.png)
}
.home-popular-item.mod-bg-5:hover {
  background-color: #F9F5F1;
  background-image: url(/img/popular/bg.svg)
}

.home-popular-item.mod-bg-6 {
  background-image: url(/img/popular/6-bg.svg)
}
.home-popular-item.mod-bg-6 .home-popular-item-back {
  background-image: url(/img/popular/6-inner.png)
}
.home-popular-item.mod-bg-6:hover {
  background-color: #F1FAFF;
  background-image: url(/img/popular/bg.svg)
}

*/

/* .home-popular-item.mod-bg-1 {
    background-image: url(/img/popular/1-inner.png), url(/img/popular/1-bg.svg)
 }
 .home-popular-item.mod-bg-1:hover {
     background-image: url(/img/popular/1-inner.png), url(/img/popular/bg.svg)
 }*/
.home-popular-item-title {
  font-weight: bold;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.home-popular-item-title svg {
  margin-right: 8px;
}
.home-popular-item-desc {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.home-popular-item-footer {
  margin-top: auto;
}
.home-popular-item-type {
  font-weight: 500;
  font-size: 17px;
}
.home-popular-item-price {
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #ABABAB;
  font-family: 'Fira Code';
}
.home-popular-item-more {
  height: 34px;
  width: 34px;
  background: #25222C;
  border-radius: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 37px;
  right: 31px;
  transition: background-color 200ms linear;
}
.home-popular-item:hover .home-popular-item-more {
  background: #74B959;
}
.home-popular-item:hover .home-popular-item-more svg {
  fill: #fff;
}
/**/

/**/
@media (max-width: 1100px) {
  .home-popular-item-back {
    height: 345px;
  }
}
@media (max-width: 850px) {
  .home-popular {
    padding: 40px 0 0px;
  }
  .home-popular-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: end;
  }
  .home-popular-desc {
    margin-left: 0;
    margin-top: 15px;
  }
  .home-popular-items {
    overflow: hidden;
  }
  .home-popular-items-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .home-popular-item{
    width: 210px;
  }
  .home-popular-item-back {
    padding: 20px 20px;
    height: 300px;
  }
 /* .home-popular-item.mod-big .home-popular-item-back {
    background-position: right 9px bottom 42px;
    background-size: 89%;
  }
  .home-popular-item.mod-small .home-popular-item-back {
    background-position: right 9px bottom 42px;
    background-size: 89%;
  }
  .home-popular-item.mod-big {
    background-position: right 0px bottom 36px;
    background-size: 98%;
  }
  .home-popular-item.mod-small {
    background-position: right 0px bottom 36px;
    background-size: 98%;
  }*/
  .home-popular-item {
    background-size: 155px;
    background-position: center bottom;
  }
  .home-popular-item-footer {
    margin-top: 10px;
  }
  .home-popular-item-more {
    right: 20px;
    bottom: 20px;
  }
  .home-popular-more-wrap {
    text-align: left;
  }
}.home-slider {
  background: #e2e8ef;
  overflow: hidden;
  position: relative;
}
.home-slider img{
  vertical-align: middle;
  width: 100%;
}
.home-slider-items {
  display: -ms-flexbox;
  display: flex;
}
.home-slider-items-wrap {
  display: -ms-flexbox;
  display: flex;
}
.home-slider-arrow {
  background: #323232;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
  z-index: 3;
}
.home-slider-arrow.mod-left {
  padding-right: 3px;
  left: 50%;
  transform: translate(-615px, -57px);
}
.home-slider-arrow.mod-right {
  padding-left: 3px;
  left: 50%;
  transform: translate(584px, -57px);
}
.home-slider-item {
  width: 100%;
}
.mod-static .home-slider-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  z-index: 1;
}

.mod-static .home-slider-item.swiper-slide-active{
  z-index: 2;
}
/*
.home-slider-item-back {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.home-slider-item-back-picture {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.home-slider-item-back-picture.mod-m {
  display: none;
}
.home-slider-item-back-picture.mod-s {
  display: none;
}
.home-slider-item-inner {
  width: 1160px;
  max-width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 95px bottom;
  height: 545px;
  padding: 110px 0 0 85px;
  z-index: 1;
}
.home-slider-item-badge {
  font-weight: 500;
  font-size: 13px;
  background: #323232;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 11px;
  margin-bottom: 13px;
  color: #fff;
}
.mod-static .home-slider-item-badge {
  border-radius: 0;
}
.home-slider-item-title {
  font-size: 44px;
  line-height: 45px;
  font-weight: 100;
  color: #fff;
}
.home-slider-item-title strong {
  font-weight: normal;
}
.home-slider-item-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: 46px;
  color: #fff;
}
.home-slider-item-more div {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}*/
.home-slider-controls {
  background: rgba(50, 50, 50, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 82px;
  -ms-flex-align: center;
      align-items: center;
  bottom: 35px;
  width: 100%;
  max-width: 1150px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.home-slider-controls-link {
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.home-slider-controls-link:first-child {
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.09);
  border-radius: 3px;
  padding: 10px 22px;
}
.home-slider-controls-link:first-child:after {
  content: "";
  display: inline-block;
  background: #F9AE26;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: relative;
  top: -9px;
  left: 3px;
}
.home-slider-controls-divider {
  width: 33px;
  border-top: 1px solid #25222C;
  opacity: 0.1;
  transform: rotate(-43.78deg);
  margin: 0 25px;
}
.home-slider-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.home-slider-dots-item {
  background: #6F6E73;
  width: 6px;
  height: 6px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border-radius: 50%;
  margin: 0 8px;
}
.home-slider-dots-item:last-child {
  margin-right: 0;
}
.home-slider-dots-item:first-child {
  margin-left: 0;
}
.home-slider-dots-item.is-active {
  background: #fff;
  width: 10px;
  height: 10px;
}
.home-slider-dots-title {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.home-slider-dots-title:before {
  content: "";
  display: block;
  background: #464646;
  opacity: 0.7;
  width: 29px;
  height: 1px;
  margin: 0 13px;
}
@media (max-width: 1270px) {
  .home-slider-item {
  }
  .home-slider-arrow.mod-left {
    left: 10px;
    transform: translate(0, -57px);
  }
  .home-slider-arrow.mod-right {
    left: auto;
    right: 10px;
    transform: translate(0, -57px);
  }
  .home-slider-controls {
    max-width: calc(100% - 50px);
  }
  .home-slider-item-back-picture.mod-l {
    display: none;
  }
  .home-slider-item-back-picture.mod-m {
    display: block;
  }
}
@media (max-width: 850px) {
  .home-slider {
  }
  .home-slider-arrow {
    display: none;
  }
  .home-slider-item-inner {
    padding: 40px 0 165px 25px;
    height: auto;
    background-image: url(/img/bg/slider-mobile.svg) !important;
    background-position: right center !important;
    background-repeat: no-repeat;
    height: 100%;
  }
  .mod-static .home-slider-item-inner {
    background-image: none !important;
  }
  .home-slider-item-title {
    font-size: 32px;
    line-height: 38px;
  }
  .home-slider-item-more {
    margin-top: 32px;
  }
  .home-slider-controls {
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    margin: 0;
    max-width: none;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
  }
  .home-slider-controls-divider {
    border-color: transparent;
    margin: 3px;
  }
  .home-slider-controls-link {
    box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.09);
    border-radius: 3px;
    padding: 10px 22px;
    background: #fff;
    display: inline-block;
  }
  .home-slider-item-back-picture.mod-l {
    display: none;
  }
  .home-slider-item-back-picture.mod-m {
    display: none;
  }
  .home-slider-item-back-picture.mod-s {
    display: block;
  }
}.cart-options {
  border: 5px solid #FFF7EA;
  padding: 0 0 38px 0;
  margin-bottom: 50px;
  position: relative;
  margin-top: 54px;
}
.cart-options.mod-right-shadow:after{
  content: "";
  background: url(/img/bg/options-right-shadow.png) right -80px center no-repeat;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.cart-options.mod-left-shadow:before{
  content: "";
  background: url(/img/bg/options-right-shadow.png) left -80px center no-repeat;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cart-options-title {
  font-weight: 500;
  font-size: 17px;
  padding: 0 12px;
  background: #fff;
  display: inline-block;
  margin: -15px 0 25px 22px;
  overflow: hidden;
}
.cart-options-container{
  padding: 0 32px 0 32px;
  overflow: hidden;
}
.cart-options-items {

}
.cart-options-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.cart-options-item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.cart-options-label {
  background: #F8F8F8;
  border-radius: 5px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 36px;
  padding: 0 10px;
  margin-right: 7px;
  cursor: pointer;
  font-size: 15px;
}
.cart-options-label span {
  background: #FFFFFF;
  border: 1px solid #E4E3E4;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 15px;
  margin-right: 10px;
}
.cart-options-price {
  font-family: 'Fira Code';
  font-size: 14px;
  color: #96A8BD;
  margin-right: 40px;
}
.cart-options-label.is-selected span {
  background: #F9AE26 url(/img/icons/checkbox-white.svg) center no-repeat;
  border-color: #F9AE26;
}.cart {
  padding-bottom: 70px;
  width: 100%;
}
.cart-inner {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
}
.cart-back {
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 17px;
  -ms-flex-align: center;
      align-items: center;
}
.cart-back span {
  background: #25222C;
  width: 26px;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
}
.title span.cart-clear {
  background: #F8F8F8;
  border-radius: 50%;
  width: 29px;
  cursor: pointer;
}
.cart-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(100% - 380px);
}
.cart-side {
  width: 350px;
  margin-left: 30px;
}
/**/

.cart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #F1F1F1;
  padding: 34px 0;
}
.cart-item:last-child {
  border-bottom: 1px solid #F1F1F1;
}
.cart-item-picture {
  width: 58px;
  height: 65px;
  overflow: hidden;
  margin-right: 27px;
}
.cart-item-content {
  width: calc(100% - 58px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.cart-item-title {
  width: 270px;
  font-size: 17px;
  line-height: 21px;
  color: #373341;
}
.cart-item-title div {
  font-weight: bold;
  font-size: 19px;
}
.cart-item-picture img {
  max-width: 100%;
}
.cart-item-price {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #373341;
  font-family: 'Fira Code';
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}
.cart-item-price-old {
  font-size: 12px;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  position: relative;
}
.cart-item-remove {
  margin-left: auto;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.cart-item-remove:hover {
  background: #F8F8F8;
}
/**/
.cart-form {
  background: #F8F8F8;
  padding: 8px;
  margin-bottom: 17px;
}
.cart-form-fields {
  padding: 23px 26px;
}
.cart-form-group {
  margin-bottom: 23px;
}
.cart-form-label {
  font-size: 12px;
  color: rgba(37, 34, 44, 0.54);
  display: block;
}
.cart-form-input {
  border: 0;
  border-bottom: 1px solid rgba(37, 34, 44, 0.1);
  font-weight: 500;
  font-size: 16px;
  color: #25222C;
  background: transparent;
  width: 100%;
  padding: 7px 0;
}
.has-error .cart-form-input{
  border-bottom: 1px solid rgb(255, 131, 131);
}
.has-error .cart-form-label{
  color: rgba(255, 56, 56, 0.97);
}
.cart-form-info {
  background: #fff;
  position: relative;
  padding: 25px;
}
.cart-form-info:before {
  content: "";
  width: 100%;
  background-image: url(/img/icons/arrow-top.svg);
  position: absolute;
  top: -6px;
  left: 0;
  height: 6px;
}
.cart-form-info-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
.cart-form-info-row span {
  margin-left: auto;
  font-family: 'Fira Code', monospace;
}
.cart-form-info-row strong {
  font-weight: normal;
}
.cart-form-info-row:last-child strong {
  font-weight: bold;
  font-size: 19px;
}
.cart-form-info-button {
  background: #25222C;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 42px;
  margin-top: 20px;
}
.cart-form-info-button span {
  background: #FFFFFF;
  border-radius: 5px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  right: 8px;
  top: 8px;
  width: 26px;
  height: 26px;
  padding-left: 2px;
}
.cart-form-agree {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #AEAEAE;
}
.cart-form-agree a {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .cart-content {
    width: calc(100% - 330px);
  }
  .cart-side {
    width: 300px;
  }
}
@media (max-width: 900px) {
  .cart{
    padding-bottom: 0px;
  }
  .cart-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .cart-inner {
    padding: 0;
  }
  .cart-content {
    width: 100%;
  }
  .cart-item:last-child{
    border-bottom: 0;
  }
  .cart-side {
    width: 100%;
    margin: 0;
  }
  .cart-form{
    margin-bottom: 0;
  }
  .cart-form-agree{
    background: #F8F8F8;
    text-align: left;
    padding: 20px 20px 30px;
  }
  .cart-items {
    padding: 0 25px;
  }
  .cart-options {
    border: 0;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 25px 0;
    margin-bottom: 35px;
    margin-top: 0;
  }
  .cart-options-title {
    margin: 20px 0 15px 22px;
  }
  .cart-back {
    display: none;
  }
  .cart-content .title{
    padding: 0 25px;
  }
  .cart-side .title{
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .cart-item{
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 25px 0;
    position: relative;
  }
  .cart-item-content{
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .cart-item-title{
    font-size: 14px;
    width: auto;
  }
  .cart-item-title div{
    font-size: 14px;
    line-height: 15px;
  }
  .cart-item-picture {
    width: 100px;
    height: 120px;
    margin-right: 20px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    text-align: center;
  }
  .cart-item .spinner{
    margin: 15px 0 15px -5px;
  }
  .cart-item-remove{
    position: absolute;
    right: 0;
    top: 25px;
    margin: 0;
    background: #F8F8F8;
  }
  .cart-item-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .cart-item-price-old{
      margin-right: 10px;
  }
}
@media (max-width: 600px) {

}.brands-wrap{
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  margin-bottom: 140px;
}
.brands-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.brands-items:after{
  content: "";
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(100% / 3 - 20px);
}
.brands-item {
  width: calc(100% / 3 - 20px);
  margin-bottom: 15px;
  text-align: center;
  background: #f8f8f885;
  padding: 25px 20px;
}
.brands-item-picture {
  height: 64px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.brands-item-picture img{
  max-height: 100%;
  max-width: 200px;
}
.brands-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
}
.brands-item-desc {
  font-size: 17px;
  line-height: 21px;
  color: #ABABAB;
}
@media (max-width: 800px) {
  .brands-item {
    width: calc(100% / 2 - 20px);
  }
  .brands-items:after{
    content: "";
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(100% / 2 - 20px);
  }
  .brands-wrap{
  }
}
@media (max-width: 550px) {
  .brands-wrap{
    padding: 0;
    margin-bottom: 0;
  }
  .brands-item {
    width: calc(100%);
    border-bottom: 1px solid #F1F1F1;
    padding: 20px 25px;
    margin-bottom: 0;
    background: #fff;
  }
  .brands-item:first-child{
    border-top: 1px solid #F1F1F1;
  }
  .brands-item:last-child{
    border-bottom: 0;
  }
}.contacts-wrap {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}
.contacts-map-wrap {
  position: relative;
  margin-bottom: 90px;
  background: #F8F8F8;
  overflow: hidden;
}
#map {
  width: 100%;
  height: 480px;
  z-index: 0;
}
.contacts-address {
  width: 350px;
  padding: 40px 43px;
  background: #fff;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
  height: calc(100% - 14px * 2);
}
.contacts-address.mod-modal  {
  padding: 0;
  background: transparent;
  height: auto;
  position: static;
}
.contacts-address-item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 10px;
}
.contacts-address-item-title img {
  position: relative;
  left: 1px;
  top: 1px;
}
.contacts-address-item-param {
  font-size: 14px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 10px;
}
.contacts-address-item-param img {
  margin-right: 11px;
  position: relative;
  top: 5px;
}
.contacts-address-divider {
  margin: 30px 0 30px;
  width: 30px;
  border-bottom: 1px solid #bfbfbf;
}
.map-info {
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
  font-family: 'Open Sans';
  text-align: center;
}
.map-info-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #131B32;

}
.map-info-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #25222C;
}
@media (max-width: 1000px) {
  .contacts-address {
    width: 320px;
  }
}
@media (max-width: 800px) {
  .contacts-address {
    position: static;
    height: auto;
    margin: 10px;
    width: auto;
  }
  .contacts-map-wrap {
    margin-bottom: 25px;
  }
  #map {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .contacts-address {
    padding: 20px 20px;
  }
  .contacts-address-item-title {
    font-size: 17px;
  }
}.about-wrap {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.about-aside{
  width: 280px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-top: 110px;
}
.about-stat-title{
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 2px;
}
.about-stat-desc{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 40px;
}
.about-stat-item{
  border-left: 5px solid #e2f3db;
  padding: 6px 0 6px 23px;
  margin-bottom: 33px;
}
.about-stat-item-title{
  font-weight: 500;
  font-size: 29px;
  line-height: 34px;
}
.about-stat-item-desc{
  font-size: 14px;
  line-height: 16px;
}
.about-controls{
  margin-bottom: 20px;
}
.about-date{
  font-size: 16px;
  color: #B3B3B3;
  margin-right: 30px;
  display: inline-block;
}
.about-tag{
  background: #F9F9F9;
  border-radius: 100px;
  font-size: 14px;
  display: inline-block;
  padding: 6px 16px;
  margin-right: 10px;
  color: rgb(174, 174, 174);
}
.about-share{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 40px;
  font-size: 12px;
  color: #AEAEAE;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.about-share >div{
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .about-aside{
    width: 210px;
  }
}
@media (max-width: 900px) {
  .about-wrap{
    margin-bottom: 40px;
  }
  .about-aside{
    display: none;
  }
}.product-background-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.product-background-toggle:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #25222C;
  box-shadow: inset 0 0 0 2px #74b959, 0 0 0 4px rgba(129, 249, 38, 0.16);
  border-radius: 50%;
  margin-bottom: 20px;
  background: #F9AE26;
}
.mod-back .product-background-toggle:after {
  background: #9AD56E;
  box-shadow: none;
}
.product-background-config {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  display: none;
}
.mod-back .product-background-config {
  display: -ms-flexbox;
  display: flex;
}
.product-background-config-popup {
  padding-top: 20px;
  position: absolute;
  top: 100%;
  display: none;
}
.product-background-toggle .product-background-config-popup{
  display: block;
}
.mod-back .product-background-toggle .product-background-config-popup{
  display: none;
}
.product-background-config:hover .product-background-config-popup {
  display: block;
}
.product-background-config-popup-container {
  background: #fff;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  box-shadow: 0px 3px 14px rgba(93, 115, 226, 0.05);
  border-radius: 5px;
  width: 160px;
  position: relative;
  padding: 15px 0 17px;
}
.product-background-toggle .product-background-config-popup-container{
  width: 135px;
  padding: 11px 0 11px;
}
.product-background-config-popup-container:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  z-index: 1;
  transform: translate(-50%, 0px);
}
.product-background-config-popup-title{
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
.product-background-toggle .product-background-config-popup-title{
  margin-bottom: 0;
}
.product-background-config-popup-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.product-background-config-popup-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 9px;
  cursor:pointer;
}
.product-background-config-popup-item.is-active:before {
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 11px;
  height: 11px;
  border: 2px solid #000;
  border-radius: 50%;
}
.related {
  overflow: hidden;
  padding: 70px 0 55px;
}
.related-inner {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  position: relative;
}
.related-title {
  margin-bottom: 40px;
}
.related-wrap {
  display: -ms-flexbox;
  display: flex;
}
.related-slider{
  width: 100%;
  overflow: hidden;
}
.related-arrow{
  background: #323232;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
}
.related-arrow.mod-left {
  padding-right: 3px;
  left: 50%;
  transform: translate(-625px, -50%);
}
.related-arrow.mod-right {
  padding-left: 3px;
  left: 50%;
  transform: translate(595px, -50%);
}
@media (max-width: 1000px) {
  .product-background-toggle {
    display: none;
  }
  .product-background-config {
    display: none;
  }
}.product-info-button {
  --background: #362A89;
  --text: #fff;
  --cart: #fff;
  --tick: var(--background);
  position: relative;
  /*border: none;
  background: none;
 padding: 8px 28px;
  border-radius: 8px;*/
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
 /* min-width: 144px;
  color: var(--text);
  background: var(--background);*/
  transform: scale(var(--scale, 1));
  transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
}
.product-info-button:active {
  --scale: 0.95;
}

.product-info-button span {
  display: block;
  transform: translateY(var(--span-y, 0));
  transition: transform 0.7s ease;
}
/*.product-info-button span:before, .product-info-button span:after {
  content: '';
  width: var(--w, 2px);
  height: var(--h, 14px);
  border-radius: 1px;
  position: absolute;
  left: var(--l, 8px);
  top: var(--t, 6px);
  background: currentColor;
  transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
  transition: transform 0.65s ease 0.05s;
}
.product-info-button span:after {
  --w: 14px;
  --h: 2px;
  --l: 2px;
  --t: 12px;
}*/
.product-info-button .product-info-button-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -18px;
  transform-origin: 12px 23px;
  transform: translateX(-350px) rotate(-18deg);
}
.product-info-button .product-info-button-cart:before, 
.product-info-button .product-info-button-cart:after {
  content: '';
  position: absolute;
}
.product-info-button .product-info-button-cart:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--cart);
  bottom: 0;
  left: 9px;
  -webkit-filter: drop-shadow(11px 0 0 var(--cart));
          filter: drop-shadow(11px 0 0 var(--cart));
}
.product-info-button .product-info-button-cart:after {
  width: 16px;
  height: 9px;
  background: var(--cart);
  left: 9px;
  bottom: 7px;
  transform-origin: 50% 100%;
  transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
  transition: transform 1.2s ease var(--fill-d);
}
.product-info-button .product-info-button-cart svg {
  z-index: 1;
  width: 36px;
  height: 26px;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--cart);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.product-info-button .product-info-button-cart svg polyline:last-child {
  stroke: var(--tick);
  stroke-dasharray: 10px;
  stroke-dashoffset: var(--offset, 10px);
  transition: stroke-dashoffset 0.4s ease var(--offset-d);
}
.product-info-button.is-loading {
  --scale: 0.95;
  --span-y: -32px;
  --icon-r: 180deg;
  --fill: 1;
  --fill-d: 0.8s;
  --offset: 0;
  --offset-d: 1.73s;
}
.product-info-button.is-loading .product-info-button-cart {
  -webkit-animation: cart 3.4s linear forwards 0.2s;
          animation: cart 3.4s linear forwards 0.2s;
}

@-webkit-keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(70px) rotate(-18deg);
  }
  100% {
    transform: translateX(350px) rotate(-18deg);
  }
}

@keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(70px) rotate(-18deg);
  }
  100% {
    transform: translateX(350px) rotate(-18deg);
  }
}.product {
  background: #F8F8F8;
  background-repeat: no-repeat;
  background-position: center top;
}
.product-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}
.product-middle {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  width: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
}
.product-middle.mod-hidden {
  position: relative;
}
.product-middle.mod-hardware {
  -ms-flex-align: center;
      align-items: center;
}
.product-left {
  width: 540px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.product-info {
  background: #fff;
}
.product-info-header {
  border-bottom: 1px solid #F1F1F1;
  position: relative;
  padding: 27px 53px 0px;
}
.product-info-header img {
  position: absolute;
  top: 38px;
  left: 24px;
}
.product-info-content {
  padding: 0 53px;
}
.mod-partition .product-info-content{
  padding: 0 53px 40px;
}
.product-info-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 22px 0 32px;
}
.product-info-controls .product-item-control {
  margin: 0 0 0 8px;
}
.product-info-categories {
  margin-right: auto;
}
.product-info-categories-item {
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #96A8BD;
  margin-right: 25px;
  display: inline-block;
}
.product-info-categories-item:first-child {
  background: #E2EBE0;
  color: #25222C;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 8px;
}
.product-info-categories-item:last-child {
  margin-right: 0;
}
.product-info-categories-item:first-child:after {
  content: "";
  background: #E2EBE0;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  position: relative;
  left: 6px;
  top: -1px;
}
.product-info-prices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 24px;
}
.product-info-prices-item {
  border: 1px dashed #DFDEE1;
  border-radius: 5px;
  width: calc((100% - 24px) / 2);
  height: 80px;
  padding: 0 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.product-info-prices-item.mod-block {
  width: 100%;
}
.product-info-prices-item.is-active {
  background: #e2ebe0;
  border: 1px dashed #74b959;
}
.product-info-prices-item-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2px;
}
.product-info-prices-item-price {
  font-family: 'Fira Code', monospace;
  font-size: 18px;
  letter-spacing: -0.02em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.product-info-prices-item-price span {
  margin-left: 7px;
}
.product-info-prices-item-price-old {
  font-size: 12px;
  letter-spacing: -0.02em;
  margin-right: 10px;
  text-decoration: line-through;
  -webkit-text-decoration-color: #F9AE26;
          text-decoration-color: #F9AE26;
  position: relative;
  top: 2px;
}
.product-info-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 58px 0 53px;
}
.product-info-button {
  background: #25222C;
  border-radius: 30px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -ms-flex: 1;
      flex: 1;
  margin-left: 20px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.product-info-footer.mod-modal .product-info-button {
  margin: 0;
}
.product-info-button:hover {
  background: #74B959;
  color: #fff;
}
/**/
.product-right {
  width: calc(100% - 540px);
}
.product-dots {
  width: 62px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.mod-hidden .product-dots {
  position: absolute;
  right: 50px;
  width: 15px;
}
.product-dots-wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.product-dots-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.product-dots-item {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #25222C;
  background-clip: border-box;
  cursor: pointer;
}
.product-dots-item.is-active {
  box-shadow: 0 0 0 1px rgba(37, 34, 44, 0.2);
  width: 14px;
  height: 14px;
  border: 4px solid #F8F8F8;
}
.product-images {
  width: calc(100% - 450px - 62px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 75px;
  padding-top: 75px;
  /*
  overflow: hidden;
  height: 570px;
  width: 260px;
  margin: 0 auto;*/
}
.product-middle.mod-partition{
  -ms-flex-align: center;
      align-items: center;
}
.product-images.mod-partition{
  padding: 0;
  width: calc(100% - 540px);
  padding-left: 40px;
  padding-bottom: 100px;
}
.mod-hardware .product-images{
  padding: 0 0 100px 0;
}
.product-images.mod-partition img{
  max-width: 100%;
}
.mod-hidden .product-images {
  padding: 0;
  width: calc(100% - 540px);
  height: 100%;
  overflow: hidden;
}
.product-images-slider-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.mod-hidden .product-images-slider-wrap {
  height: 100%;
}
.product-images-slider {
  width: 260px;
  height: 570px;
  position: relative;
}
.mod-hidden .product-images-slider {
  width: 100%;
  height: 100%;
}
.product-images-slider-item {
  width: 260px;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0 !important;
}
.mod-hidden .product-images-slider-item {
  width: 100%;
  height: 100%;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  background-size: cover;
  opacity: 1 !important;
}
.product-images-slider-item.swiper-slide-active {
  opacity: 1 !important;
}
.product-info-attributes {
  border-bottom: 1px solid #F1F1F1;
  position: relative;
  padding-bottom: 8px;
}
.product-info-attributes-wrap {
  display: inline-block;
}
.product-info-attributes-title {
  font-weight: bold;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px dashed #25222c99;
  cursor: help;
}
.product-info-attributes-content {
  background: #25222C;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 35px 38px;
  width: 350px;
  display: none;
  cursor: help;
  z-index: 10;
  color:#fff;
}
.product-info-attributes-wrap:hover .product-info-attributes-content {
  display: block;
}
.product-info-attributes-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-info-attributes-content li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 7px;
}
.product-info-attributes-content strong {
  font-weight: 500;
}
/**/

.product-info-params {
  padding: 40px 0px 0;
  border-bottom: 1px solid #F1F1F1;
}
.product-info-params-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 32px;
}
.product-info-params-item-title {
  font-weight: 500;
  font-size: 16px;
  margin-right: 35px;
  width: 80px;
}
.product-info-params-item-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-info-params-item-values-title {
  width: 100%;
  font-size: 14px;
  color: #5d5d5d;
  margin: -20px 0 15px;
}
.product-info-params-color {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 9px;
  margin-bottom: 9px;
  border: 1px solid #00000026;
}
.product-info-params-color.is-active {
  box-shadow: 0 0 0 1px #74b959, inset 0 0 0 1px #74b959;
  border: 0;
}
/**/
.product-info-list {
  padding: 23px 53px 10px 53px;
}
.product-info-list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.product-info-list li {
  position: relative;
  margin-bottom: 13px;
}
.product-info-list li:before {
  content: "";
  background: #aabfa2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 6px;
}
.product-info-list p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
}
/**/
.question {
  border: 1px solid rgba(37, 34, 44, 0.3);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 8px;
  color: #000;
  font-weight: 500;
  font-family: 'Open Sans';
}
@media (max-width: 1000px) {
  .product {
    background-image: none;
  }
  .product-left {
    width: 430px;
  }
  .product-images {
    width: calc(100% - 430px - 62px);
  }

  .mod-hidden .product-images {
    width: calc(100% - 430px);
  }
  .product-dots {
    width: 20px;
  }

}
@media (max-width: 870px) {
  .product-wrap {
    padding: 0;
  }
  .product-wrap .breadcrumbs {
    display: none;
  }
  .product-middle {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
  .product-images {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    padding: 0 25px;
  }
  .mod-hidden .product-images{
    width: 100%;
    height: 500px;
  }
  .mod-hardware .product-images{
    padding: 0 0 20px 0;
  }
  .product-images.mod-partition{
    padding: 0 30px 35px  30px;
    width: 100%;
  }
  .product-left {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
  }
  .product-dots {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    height: auto;
  }
  .product-info-content,
  .mod-partition .product-info-content{
    padding: 0;
  }
  .product-info-controls {
    padding: 22px 25px 32px;
  }
  .product-info-attributes {
    border-bottom: 0;
    padding: 0 25px 15px;
  }
  .product-info-params {
    padding: 0 25px;
  }
  .product-info-prices {
    padding: 24px 25px 30px;
  }
  .product-info-footer {
    padding: 28px 25px;
    border-top: 1px solid #F1F1F1;
  }
  .block-contacts {
    margin: 0;
    padding: 30px 25px;
  }
  .product-info-attributes-content {
    width: 100%;
  }
  .product-images-slider {
    height: 500px;
    width: 235px;
  }
  .product-images-slider-item {
    height: 500px;
  }
  .product-images-slider-item img {
    max-height: 100%;
  }
  .block-contacts.mod-work {
    padding: 30px 0px;
    margin-bottom: 45px;
  }
  /**/
  .mod-hidden .product-dots{
    right: 50%;
    top: 450px;
  }
  .product-dots-wrap {
    width: 100%;
  }
  .product-dots-items {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 16px 0;
  }
  .product-dots-item {
    margin: 0 10px;
  }
  .product-background-toggle {
    position: absolute;
  }
  .product-info-list {
    padding: 23px 53px 10px 50px;
  }
  .mod-hidden .product-info-list{
    padding: 23px 25px 10px 25px;
  }
}
@media (max-width: 500px) {

  .product-images-slider {
    height: 400px;
    width: 190px;
  }
  .product-images-slider-item {
    height: 400px;
  }
  .product-images-slider-item img {
    max-height: 100%;
  }
}.product-item-controls {
  position: absolute;
  bottom: 25px;
}
.product-item-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(55, 51, 65, 0.12);
  border-radius: 50%;
  margin-right: 8px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  cursor: pointer;
  transition: all linear 0.1s;
}
.product-item-control:hover{
  box-shadow: 4px 8px 14px rgba(93, 115, 226, 0.08), -6px -3px 9px rgba(255, 255, 255, 0.67);
}
.product-item-control svg {
  transition: all linear 0.1s;
}
.product-item-control:first-child svg {
  position: relative;
  bottom: 1px;
}
.product-item-control.is-active {
  background: #25222C;
}
.product-item-control.is-active svg {
  fill: #fff;
  stroke: #fff;
}
.product-item-control:not(.is-active):hover {
  background: #fff;
}.catalog {
  width: 100%;
  /*margin-bottom: 145px;*/
}
.catalog-wrap {
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 145px;
}
.catalog-aside {
  width: 300px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-top: 100px;
  padding-right: 95px;
}
.catalog-content {
  -ms-flex: 1;
      flex: 1;
}
.catalog-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-header-controls {
  margin-left: auto;
}
/**/
.index-catalog-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1160px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 130px;
}
.index-catalog-item {
  width: calc((100% - 30px) / 2);
  height: 106px;
  background: #FBFBFB;
  border: 1px solid #F1F1F1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 22px;
}
.index-catalog-item:hover {
  transition: all 150ms linear;
  background-color: #49494F;
  color: #fff;
}
/*
.index-catalog-item:first-child{
  background: #FFEFD1;
}*/
.index-catalog-item-picture {
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto
}
.index-catalog-item-picture img{
  max-width: 100%;
  max-height: 100%;
}
.index-catalog-item-title {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 2px;
}
.index-catalog-item-title svg {
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.index-catalog-item:hover .index-catalog-item-title svg {
  fill:#fff;
}
.index-catalog-item-desc {
  font-size: 16px;
  color: #ABABAB;
  line-height: 18px;
}
.index-catalog-item:hover .index-catalog-item-desc{
  color:#fff;
}
@media (max-width: 1000px) {
  .index-catalog-item {
    width: calc((100% - 20px) / 2);
  }
  .index-catalog-item-picture {
    width: 120px;
  }
}
@media (max-width: 800px) {
  .index-catalog-wrap {
    padding: 0;
    margin-bottom: 0;
  }
  .index-catalog-item {
    width: 100%;
    padding: 0 25px 0 25px;
    border: 0;
    border-top: 1px solid #F1F1F1;
    margin-bottom: 0;
  }
  .index-catalog-item-picture {
    width: 120px;
    padding-right: 25px;
  }
  .index-catalog-item:last-child {
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 0;
  }
}
/**
*
*/
.catalog-header {
  margin-bottom: 27px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-header-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.catalog-header .title {
  margin-bottom: 0px;
}
.catalog-sorting {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.catalog-sorting strong {
  font-weight: 500;
  margin-right: 7px;
  cursor: pointer;
}
.catalog-sorting img {
  margin-right: 8px;
}
.catalog-sorting-value {
  cursor: pointer;
}
.catalog-sorting-value:after {
  content: "";
  background-image: url(/img/icons/sorting-arrow.svg);
  width: 8px;
  height: 5px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
  transform: translateY(-1px);
}
.catalog-sorting-container {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  padding-top: 15px;
  display: none;
}
.catalog-sorting:hover .catalog-sorting-container {
  display: block;
}
.catalog-sorting-popup {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0 3px 14px rgba(93, 115, 226, 0.05);
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  padding: 15px 20px;
  margin-bottom: 15px;
  top: 100%;
}
.catalog-sorting-popup-item {
  padding: 4px 0;
  cursor: pointer;
}
.catalog-filter-toggle {
  background: #fff;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #EDEDED;
  padding: 0 11px;
  border-radius: 5px;
  display: none;
  position: relative;
}
.catalog-filter-toggle:after {
  content: "";
  background-image: url(/img/icons/sorting-arrow.svg);
  width: 8px;
  height: 5px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
  transform: translateY(-1px);
}
.catalog-filter-toggle.is-active {
  background: #F9AE26;
  color: #fff;
  border: 1px solid #F9AE26;
}
.catalog-filter-toggle svg:first-child {
  margin-right: 7px;
}
/*
.catalog-filter-toggle svg:last-child {
  margin-left: 20px;
}*/
.catalog-filter-toggle.is-active svg {
  fill: #fff;
}
.filter-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-shadow: 0px -6px 10px rgba(93, 115, 226, 0.03);
  border-bottom: 1px solid rgba(202, 202, 202, 0.25);
  background: #fff;
  display: none;
}
.filter-button.mod-submit {
  background: #25222C;
  border-radius: 5px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  text-align: center;
  color: #fff;
  transition: all linear 0.2s;
  cursor: pointer;
  width: calc((100% - 20px) / 2);
}
.filter-button.mod-close {
  border-radius: 5px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  text-align: center;
  transition: all linear 0.2s;
  cursor: pointer;
  width: calc((100% - 20px) / 2);
  border: 1px solid #EDEDED;
}

.catalog-categories {
  margin-bottom: 25px;
}
.catalog-categories-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
}
.catalog-categories-item {
  padding: 3px 0;
}
.catalog-categories-link {
  font-weight: 500;
}
.catalog-categories-item.is-active > .catalog-categories-link {
  background: #E2EBE0;
  padding: 0 3px;
}
.catalog-categories-item.mod-child{
  position: relative;
}
.catalog-categories-item.mod-child .catalog-categories-link {
  font-weight: normal;
}
.catalog-categories-item.mod-child:before {
  content: "";
  background: #E2EBE0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 10px;
}
.catalog-categories-children {
  padding: 5px 0 5px 20px;
  display: none;
}
.is-active > .catalog-categories-children {
  display: block;
}
.catalog-aside-reset {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #25222C;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  width: 120px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}
.catalog-aside-reset:hover {
  border: 1px solid #AEAEAE;
}
.catalog-aside.is-opened .catalog-aside-reset {
  display: none;
}
.catalog-aside-result {
  font-size: 12px;
  color: #AEAEAE;
  margin-bottom: 15px;
}
.catalog-aside-note-title {
  font-size: 12px;
  line-height: 24px;
  color: #AEAEAE;
}
.catalog-aside-note-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 6px 0 15px;
  display: block;
}
.catalog-aside-note-link span {
  background: #E2EBE0;
  display: inline-block;
  margin-bottom: 3px;
  padding: 0 3px;
  position: relative;
  left: -2px;
}
.catalog-aside-note-desc {
  font-size: 14px;
  line-height: 17px;
}
.catalog-items-empty{

  text-align: center;
  width: 100%;
  padding-top: 100px;
}
.catalog-items-empty-button{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #25222C;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  width: 180px;
  margin-top: 15px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}

/**/

@media (max-width: 1000px) {

}
@media (max-width: 600px) {
  .catalog {
    margin-bottom: 45px;
  }
  .catalog-wrap {
    padding: 0 0;
    margin-bottom: 40px;
  }
  .catalog-aside {
    display: none;
    position: absolute;
    left: 0;
    top: 260px;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 3px 14px rgba(93, 115, 226, 0.05);
    margin-bottom: 70px;
    overflow: auto;
    padding: 25px 25px 50px;
    height: 100%;
  }
  .catalog-aside.is-opened {
    display: block;
    position: fixed;
    top: 0;
  }
  .catalog-aside-result {
    display: none;
  }
  .catalog-aside-note {
    display: none;
  }
  .filter-buttons {
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-content {
    width: 100%;
  }
  .catalog-header {
    margin-bottom: 30px;
    display: block;
    padding: 0 25px;
  }
  .catalog-header-title {
    display: block;
  }
  .catalog-header-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 30px;
  }
  /**/
  .catalog-filter-toggle {
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-sorting {
    border: 1px solid #EDEDED;
    height: 32px;
    padding: 0 11px;
    border-radius: 5px;
  }
  .catalog-sorting strong {
    display: none;
  }
  .catalog-items {
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 20px;
  }
  .catalog .pagination{
    padding: 0 25px;
  }
}.product-item {
  border: 1px solid #F1F1F1;
  margin-bottom: 20px;
  width: calc((100% - 25px) / 2);
  padding: 23px 0 55px 30px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.product-item:hover {
  background: #F8F8F8;
}

.product-item-title {
  font-weight: bold;
  font-size: 19px;
  margin: 5px 0 0px;
}
.product-item-desc {
  font-size: 17px;
  line-height: 21px;
  color: #373341;
}
.product-item-price {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #373341;
  margin: 20px 0 30px;
}
.product-item-price-old {
  font-size: 12px;
  letter-spacing: -0.02em;
  margin-right: 5px;
  text-decoration: line-through;
  -webkit-text-decoration-color: #F9AE26;
          text-decoration-color: #F9AE26;
  position: relative;
}
.product-item-controls {
  display: -ms-flexbox;
  display: flex;
}

.product-item-picture{
  width: 220px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  margin-left: auto;
}
.product-item-picture img{
  max-width: 125px;
  max-height: 300px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s linear;
}
.product-item:hover img{
  max-height: 100%;
}
/**/
.mod-fix .product-item-picture img{
  max-height: 100%;
}

.related .product-item{
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

/**/
.product-item.mod-partition{
  width: 100%;
  padding: 23px 0 23px 30px;
}
.product-item.mod-partition .product-item-picture{
  width: 50%;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -ms-flex-align:center;
      align-items:center;

  -ms-flex-pack: center;

      justify-content: center;
}

.product-item.mod-partition .product-item-picture img{
  max-width: 100%;
  max-height: 160px;
  position: static;
  transform: none;

}

@media (max-width: 700px) {
  .product-item {
    width: 100%;
    border: 0;
    border-top: 1px solid #F1F1F1;
    margin-bottom: 0;
  }
}.form-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-switcher span {
  border: 1px solid #DFDEE1;
  box-shadow: 0 3px 14px rgba(93, 115, 226, 0.05);
  border-radius: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 4px;
  width: 36px;
  height: 20px;
  margin-right: 10px;
}
.form-switcher span:before {
  content: "";
  background: #DFDEE1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.form-switcher.is-active span {
  background: #F9AE26;
  border: 1px solid #F9AE26;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.form-switcher.is-active span:before {
  background: #fff;
}

