@charset "UTF-8";

@font-face {
  font-family: ProximaNova-Regular;
  src: url(https://cdn.jsdelivr.net/npm/font-proxima-nova@1.0.1/fonts/ProximaNova-Regular.woff);
  font-display: swap;
}

@font-face {
  font-family: ProximaNova-Semibold;
  src: url(https://cdn.jsdelivr.net/npm/font-proxima-nova@1.0.1/fonts/ProximaNova-Semibold.woff);
  font-display: swap;
}

@font-face {
  font-family: ProximaNova-Bold;
  src: url(https://cdn.jsdelivr.net/npm/font-proxima-nova@1.0.1/fonts/ProximaNova-Bold.woff);
  font-display: swap;
}

@font-face {
  font-family: ProximaNova-Black;
  src: url(https://cdn.jsdelivr.net/npm/font-proxima-nova@1.0.1/fonts/ProximaNova-Black.woff);
  font-display: swap;
}

@font-face {
  font-family: ProximaNova-Light;
  src: url(https://cdn.jsdelivr.net/npm/font-proxima-nova@1.0.1/fonts/ProximaNova-Light.woff);
  font-display: swap;
}

@font-face {
  font-family: Brygada-Regular;
  src: url(../fonts/15218.otf);
  font-display: swap;
}

@font-face {
  font-family: Brygada-Bold;
  src: url(../fonts/15220.otf);
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

a {
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
  overflow: visible;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

a {
  display: block;
}

p {
  margin-bottom: 5px;
}

b,
strong {
  font-family: ProximaNova-Bold;
}

:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 700;
}

::-moz-placeholder {
  font-size: 15px;
  font-weight: 700;
}

::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 700;
}

::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 700;
}

::placeholder {
  font-size: 15px;
  font-weight: 700;
}

input.warning {
  border: 0.5px solid rgba(211, 0, 0, 0.81) !important;
}

img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

a.active,
a:hover {
  color: #549f5d;
  text-decoration: none;
  opacity: 1;
}

body {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  background: #fff;
}

body button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .btn {
  background: none;
}

body .submit-btn {
  border-radius: 40px;
  cursor: pointer;
  font-size: 14px;
  font-family: ProximaNova-Light;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 32px;
  border: none;
}

body .submit-btn,
body header .menu {
  background: #549f5d;
  color: #fff;
}

body header .menu .col-6:first-child {
  padding-left: 0;
}

body header .menu a {
  color: #fff;
}

body header .menu .navbar-nav {
  font-size: 14px;
  font-family: ProximaNova-Light;
}

body header .menu .navbar-nav a {
  padding: 0 15px;
  line-height: 40px;
}

body header .menu .navbar-nav a:hover span {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

body header .menu .phones-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 38px;
}

body header .menu .phones-header a {
  font-size: 15px;
  margin-right: 50px;
  font-family: ProximaNova-Semibold;
}

body header .menu .phones-header a span {
  font-family: ProximaNova-Light;
}

body header .menu .phones-header a:last-child {
  margin-right: 0;
}

body header .menu .callback-header {
  padding-right: 0;
}

body header .menu .callback-header .callback-btn {
  height: 100%;
  background: #ffc107;
  width: 100%;
  max-width: 220px;
  text-decoration: none;
  font-family: ProximaNova-Bold;
  line-height: 38px;
  font-size: 15px;
  padding: 0 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: right;
  text-align: center;
}

body header .menu .callback-header .callback-btn:hover {
  background: #458945;
}

body header .header-block {
  background: #fff;
  padding: 27px 0;
}

body header .header-block .hamb {
  display: none;
}

body header .header-block #mobMenuNav {
  display: none;
  height: 100%;
  width: 0;
  position: fixed;
  padding-left: 5%;
  padding-right: 20px;
  z-index: 100;
  top: 0;
  left: 0;
  margin-left: -200px;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 35px;
  -webkit-box-shadow: 20px 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 0 50px rgba(0, 0, 0, 0.15);
}

body header .header-block #mobMenuNav a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body header .header-block #mobMenuNav a:hover {
  color: #549f5d;
}

body header .header-block .logo {
  max-width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .header-block .logo a {
  margin-right: 30px;
}

body header .header-block .logo p {
  max-width: 45%;
  margin: 0;
}

body header .header-block .logo img {
  max-height: 70px;
  width: auto;
}

body header .header-block .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 35%;
  width: 100%;
}

body header .header-block .search form {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body header .header-block .search form#searchHeader,
body header .header-block .search form#searchHeaderMobile {
  position: relative;
}

body header .header-block .search form#searchHeader .items,
body header .header-block .search form#searchHeaderMobile .items {
  display: none;
  position: absolute;
  z-index: 1;
  top: 70px;
  width: 100%;
  background: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 9px -5px #000;
          box-shadow: 0 0 9px -5px #000;
  border-radius: 10px;
  max-height: 300px;
  overflow: auto;
  left: 0;
}

body header .header-block .search form#searchHeader .items .item,
body header .header-block .search form#searchHeaderMobile .items .item {
  color: #000;
  border: 1px solid #8d8d8d;
  text-align: left;
  padding: 5px 20px;
  clear: both;
  width: 100%;
  float: left;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body header .header-block .search form#searchHeader .items .item:last-child,
body header .header-block .search form#searchHeaderMobile .items .item:last-child {
  margin-bottom: 0;
}

body header .header-block .search form#searchHeader .items .item:hover,
body header .header-block .search form#searchHeaderMobile .items .item:hover {
  border-color: #458945;
  color: #458945;
}

body header .header-block .search form#searchHeader .items.open,
body header .header-block .search form#searchHeaderMobile .items.open {
  display: block;
}

body header .header-block .search input {
  padding: 7px 70px 7px 45px;
  width: 100%;
  border-radius: 40px;
  border: 0;
  outline: none;
  background: url(../images/magnify.svg) left 20px center no-repeat #f4f4f4;
  background-size: 15px;
}

body header .header-block .search button {
  margin-left: -60px;
}

body header .header-block .cls-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  width: 100%;
  padding: 15px 15px 0;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

body header .header-block .cls-block .cart-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.333%;
}

body header .header-block .cls-block .cart-btns a:hover {
  background-color: #74b67a;
}

body header .header-block .cls-block .cart-btns a:hover span {
  background-color: #549f5d;
}

body header .header-block .cls-block .langs {
  font-family: ProximaNova-Bold;
  padding-top: 9px;
}

body header .header-block .cls-block .langs li {
  float: left;
  padding: 5px 15px;
  border-left: 1px solid #e1e1e1;
}

body header .header-block .cls-block .langs li a {
  color: #c1c1c1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: ProximaNova-Semibold;
}

body header .header-block .cls-block .langs li a:hover {
  color: #000;
}

body header .header-block .cls-block .langs li:first-child {
  border: none;
}

body header .header-block .cls-block .social {
  padding-top: 13px;
  margin-left: 50px;
}

body header .header-block .cls-block .social img {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body header .header-block .cls-block .social a:hover img {
  opacity: 1;
}

body header .header-block .cls-block .cart-header {
  position: relative;
}

body header .header-block .cls-block .cart-header .cart {
  background: url(../images/cart.svg) 50% no-repeat;
  background-color: #549f5d;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-position-x: 8px;
  position: relative;
  cursor: pointer;
}

body header .header-block .cls-block .cart-header .cart span {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #74b67a;
  border-radius: 25px;
  width: 25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
}

body header .header-block .cls-block .cart-header .cart span.hasItems {
  background: #db281a;
}

body header .header-block .cls-block .cart-header .mini-cart {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.17);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  position: absolute;
  padding: 34px;
  z-index: 10;
  width: 500px;
  top: 55px;
  right: 0;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .image {
  width: 35%;
  padding-right: 20px;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .image img {
  vertical-align: middle;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
  height: 140px;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 55%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding-right: 20px;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .name {
  margin-bottom: 15px;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .name a {
  color: inherit;
  font-size: 16px;
  background: none;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .name a:hover {
  color: #549f5d;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .name strong {
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .name p {
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .price span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .price p {
  font-size: 20px;
  color: #000;
  font-family: ProximaNova-Bold;
  line-height: normal;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .price p .valute {
  font-size: 18px;
  margin-left: 5px;
  vertical-align: initial;
  font-family: ProximaNova-Bold;
  color: #000;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .price p.old-price {
  font-size: 14px;
  font-family: ProximaNova-Regular;
  text-decoration: line-through;
  color: #ccc;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .info .price p.old-price span {
  font-family: ProximaNova-Regular;
  color: #ccc;
  font-size: 14px;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .remove {
  max-width: 10%;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .remove a {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 24px;
  color: #000;
  background: #efefef;
  text-align: center;
}

body header .header-block .cls-block .cart-header .mini-cart .content .item .remove a:after {
  content: "❌";
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}

body header .header-block .cls-block .cart-header .mini-cart .checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body header .header-block .cls-block .cart-header .mini-cart .checkout .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: 10px;
}

body header .header-block .cls-block .cart-header .mini-cart .checkout .total span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

body header .header-block .cls-block .cart-header .mini-cart .checkout .total p {
  color: #000;
  font-size: 32px;
  width: 100%;
  margin-bottom: -7px;
  line-height: normal;
}

body header .header-block .cls-block .cart-header .mini-cart .checkout .total p .valute {
  font-size: 24px;
  margin-left: 5px;
}

body header .header-block .cls-block .cart-header .mini-cart .checkout .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

body header .header-block .cls-block .cart-header .mini-cart .checkout .button a {
  font-size: 16px;
  font-family: ProximaNova-Bold;
  text-align: center;
  color: #fff;
  background: #74b67a;
  border-radius: 30px;
  width: 100%;
  padding: 14px;
}

body header .header-block .cls-block .cart-header .mini-cart.open {
  display: block;
}

body header .header-block .cls-block .compare-header {
  margin-right: 20px;
}

body header .header-block .cls-block .compare-header .compare {
  background: url(../images/balance.svg) 50% no-repeat;
  background-color: #549f5d;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-position-x: 8px;
  position: relative;
}

body header .header-block .cls-block .compare-header .compare span {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #74b67a;
  border-radius: 25px;
  width: 25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
}

body header .header-block .cls-block .compare-header .compare span.hasItems {
  background: #db281a;
}

body main h3 {
  foont-size: 30px;
  color: #549f5d;
  margin-bottom: 25px;
}

body main .catalog-page .catalog {
  padding: 0 20px;
}

body main .catalog-page .catalog .block {
  height: 410px;
  padding: 0 35px;
  margin: 15px 0;
}

body main .home-slider {
  width: 100%;
  background: #f4f4f4;
}

body main .home-slider .slider {
  position: relative;
}

body main .home-slider .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body main .home-slider .slider .item.centered {
  position: relative;
}

body main .home-slider .slider .item.centered .slide-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 120px;
}

body main .home-slider .slider .item.centered .slide-text h2 {
  font-size: 33px;
  font-family: Brygada-Bold, sans-serif;
  line-height: 150%;
  margin-bottom: 30px;
  width: 75%;
}

body main .home-slider .slider .item.centered .slide-text-block {
  background-color: #e5eaf0;
}

body main .home-slider .slider .item.centered .slide-text-block:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  /*background:url(../images/frame1.jpg) top;*/
  background-size: cover;
  background-repeat: no-repeat;
}

body main .home-slider .slider .item.centered .slide-text-block * {
  z-index: 1;
}

body main .home-slider .slider .item .slide-img-block,
body main .home-slider .slider .item .slide-text-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  height: 630px;
}

body main .home-slider .slider .item .slide-text {
  max-width: 700px;
  -ms-flex-line-pack: end;
      align-content: end;
  width: 90%;
  padding-top: 80px;
}

body main .home-slider .slider .item .slide-text h2 {
  font-size: 43px;
  font-family: Brygada-Bold;
  line-height: 150%;
  margin-bottom: 40px;
}

body main .home-slider .slider .item .slide-text p {
  color: #636363;
  font-size: 18px;
  line-height: 30px;
}

body main .home-slider .slider .item .slide-text .slide-more {
  color: #e4680e;
  font-size: 16px;
  float: left;
  margin-top: 20px;
  background: url(../images/slide-arrow.svg) center right 5px no-repeat;
  padding-right: 45px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 50px;
}

body main .home-slider .slider .item .slide-text .slide-more:hover {
  background-position: 100%;
}

body main .home-slider .slider .item .slide-text .slide-galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  clear: both;
}

body main .home-slider .slider .item .slide-text .slide-galery a {
  width: 21%;
  margin-right: 15px;
  position: relative;
  margin-bottom: 15px;
}

body main .home-slider .slider .item .slide-text .slide-galery a:last-child {
  margin-right: 0;
}

body main .home-slider .slider .item .slide-text span {
  width: 146px;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 5px;
}

body main .home-slider .slider .item .slide-text span:hover {
  background: rgba(94, 178, 94, 0.64);
}

body main .home-slider .slider .item .slide-text .slide-gallery-img img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}

body main .home-slider .slider .item .slide-img-block img {
  -o-object-fit: cover;
  object-fit: cover;
}

body main .home-slider .slider .sliderArrows {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  max-width: 180px;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-top: -80px;
  background-color: hsla(0, 0%, 100%, 0.5);
  z-index: 50;
}

body main .home-slider .slider .sliderArrows.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .home-slider .slider .sliderArrows a {
  z-index: 50;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .home-slider .slider .sliderArrows a.prevSlide {
  background: url(../images/left.svg) 50% no-repeat;
}

body main .home-slider .slider .sliderArrows a.prevSlide:hover {
  background-position: 0;
}

body main .home-slider .slider .sliderArrows a.nextSlide {
  background: url(../images/right.svg) 50% no-repeat;
}

body main .home-slider .slider .sliderArrows a.nextSlide:hover {
  background-position: 100%;
}

body main .home-slider .slider .sliderArrows a.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

body main .home-slider .slider .sliderArrows span {
  margin: 0 15px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #9e9e9e;
}

body main .featured-products {
  padding-top: 60px;
}

body main .featured-products nav {
  border-bottom: 1.5px solid #dcdcdc;
}

body main .featured-products .nav-tabs {
  border: none;
}

body main .featured-products .nav-tabs .nav-link {
  font-size: 20px;
  font-family: Brygada-Regular;
  padding: 15px 35px;
  margin: 0 50px -1.5px;
  line-height: 30px;
  color: #b3b3b3;
  border: none;
  border-bottom: 1.5px solid #aeaeae;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
}

body main .featured-products .nav-tabs .nav-link:hover {
  background: transparent;
  border-bottom: 1.5px solid #000;
  color: #000;
}

body main .featured-products .nav-tabs .nav-link:first-child {
  margin: 0 50px -1.5px 0;
}

body main .featured-products .nav-tabs .nav-link.active {
  background: transparent;
  font-family: Brygada-Bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 30px;
  color: #549f5d;
  border-bottom: 1.5px solid #549f5d;
}

body main .featured-products .tab-pane {
  position: relative;
}

body main .featured-products .tab-pane .show-more {
  position: absolute;
  right: 20%;
  top: -40px;
  color: #549f5d;
  text-decoration: underline;
  font-family: ProximaNova-Regular;
  font-weight: 400;
  font-size: 14px;
}

body main .featured-products .tab-pane .show-more:hover {
  text-decoration: none;
}

body main .featured-products .tab-pane .tab-slider {
  position: relative;
}

body main .featured-products .tab-pane .tab-slider .slick-track {
  margin-left: 5%;
  padding: 45px 0;
}

body main .featured-products .tab-pane .tab-slider .item {
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  width: 340px;
  max-width: 340px;
  height: 515px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .featured-products .tab-pane .tab-slider .item .image {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px 10px 0 0;
  background-size: cover !important;
  text-align: center;
}

.webp body main .featured-products .tab-pane .tab-slider .item .image {
  background: url(../images/slide.webp) 50% no-repeat;
}

.no-webp body main .featured-products .tab-pane .tab-slider .item .image {
  background: url(../images/slide.png) 50% no-repeat;
}

body main .featured-products .tab-pane .tab-slider .item .image a {
  width: 100%;
}

body main .featured-products .tab-pane .tab-slider .item .image img {
  margin: 50px auto 0;
  max-height: 300px;
  max-width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .featured-products .tab-pane .tab-slider .item .text {
  width: 100%;
  text-align: center;
  margin-top: 120px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

body main .featured-products .tab-pane .tab-slider .item .text .name {
  font-size: 20px;
  color: #000;
  width: auto;
  clear: both;
}

body main .featured-products .tab-pane .tab-slider .item .text .price {
  color: red;
  font-size: 23px;
  font-family: ProximaNova-Light;
  margin-right: 20px;
}

body main .featured-products .tab-pane .tab-slider .item .text .price .old-price {
  color: #999;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 10px;
}

body main .featured-products .tab-pane .tab-slider .item .text .price .old-price .valute,
body main .featured-products .tab-pane .tab-slider .item .text .price .valute {
  font-size: 16px;
}

body main .featured-products .tab-pane .tab-slider .item .text hr {
  width: 70%;
  margin: 1rem auto;
  border-width: 1px;
}

body main .featured-products .tab-pane .tab-slider .item:hover {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .featured-products .tab-pane .tab-slider .item:hover img {
  margin-top: 30px;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  max-width: 180px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  right: 5%;
  top: -70px;
  z-index: 50;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows a {
  z-index: 50;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows a.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows a.prevSlide {
  background: url(../images/left.svg) 50% no-repeat;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows a.prevSlide:hover {
  background-position: 0;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows a.nextSlide {
  background: url(../images/right.svg) 50% no-repeat;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows a.nextSlide:hover {
  background-position: 100%;
}

body main .featured-products .tab-pane .tab-slider .sliderArrows span {
  margin: 0 15px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #9e9e9e;
}

body main .catalog {
  margin: 80px auto;
}

body main .catalog .block {
  height: 440px;
  color: #fff;
  padding: 0 25px;
}

body main .catalog .block .inner {
  border: 10px solid #f4f4f4;
  background: #549f5d;
  padding: 60px 20px 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

body main .catalog .block .inner.no-border {
  border: none;
}

body main .catalog .block .inner h5 {
  font-size: 24px;
  font-family: Brygada-Bold;
  margin-bottom: 15px;
}

body main .catalog .block .inner .more {
  margin-top: 20px;
  font-size: 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

body main .catalog .block .inner .more:after {
  background: url(../images/slide-arrow-w.svg) 50% no-repeat;
  content: "";
  background-position-x: -10px;
  display: inline-block;
  width: 25px;
  margin-left: 5px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .catalog .block .inner .more:hover:after {
  margin-left: 10px;
}

body main .catalog .block .image {
  width: 44%;
  position: relative;
}

body main .catalog .block .image a {
  position: relative;
  left: -55px;
  top: -22px;
}

body main .catalog .block .image span {
  width: 80px;
  height: 300px;
  margin-left: 50px;
  border: 15px solid hsla(0, 0%, 100%, 0.5);
  position: absolute;
}

body main .catalog .block .text {
  width: 61%;
  margin-top: 10px;
}

body main .catalog .block:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .catalog .block.white .inner {
  background: #fff;
  color: #000;
}

body main .catalog .block.white .inner .image span {
  border-color: #f4f4f4;
}

body main .catalog .block.white .inner .more {
  color: #000;
}

body main .catalog .block.white .inner .more:after {
  background: url(../images/slide-arrow-b.svg) 50% no-repeat;
  background-position-x: -10px;
}

body main .laminat-block {
  margin: 80px auto;
}

body main .laminat-block h3 {
  margin-bottom: 20px;
}

body main .laminat-block .main-desc {
  max-width: 90%;
}

body main .laminat-block .text-block {
  border: 7px solid rgba(116, 182, 122, 0.58);
  border-radius: 10px;
  margin-top: 25px;
  padding: 50px 80px 50px 35px;
  font-size: 15px;
}

body main .laminat-block .text-block p {
  margin-bottom: 15px;
  line-height: 160%;
  max-width: 95%;
}

body main .laminat-block .text-block strong {
  margin-top: 20px;
  display: block;
}

body main .laminat-block .text-block ul {
  list-style: none;
  -moz-column-count: 2;
  -webkit-column-count: 2;
          column-count: 2;
  width: 100%;
  margin-top: 20px;
}

body main .laminat-block .text-block .advantages li {
  margin-bottom: 15px;
}

body main .laminat-block .text-block .advantages li:before {
  content: "";
  background: url(../images/uzor.svg) 0 no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

body main .laminat-block .text-block .more-btns {
  width: 90%;
}

body main .laminat-block .text-block .more {
  margin-top: 20px;
  margin-right: 25px;
  font-size: 16px;
  text-decoration: none;
  width: auto;
  color: #549f5d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

body main .laminat-block .text-block .more:after {
  background: url(../images/slide-arrow.svg) 50% no-repeat;
  content: "";
  background-position-x: -10px;
  display: inline-block;
  width: 25px;
  margin-left: 5px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .laminat-block .text-block .more:hover:after {
  margin-left: 10px;
}

body main .laminat-block .image-block {
  width: 116%;
  right: 16%;
  top: 20px;
  position: relative;
}

body main .laminat-block .image-block .main img {
  position: relative;
  right: 30px;
  border-radius: 10px;
  border: 5px solid #e1e1e1;
}

body main .laminat-block .image-block .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -45px;
}

body main .laminat-block .image-block .secondary img {
  border-radius: 10px;
  border: 5px solid #e1e1e1;
  max-width: 270px;
  margin-left: 20px;
}

body main .about-block {
  padding: 120px 0;
}

.webp body main .about-block {
  background: url(../images/bg.webp) 50% no-repeat;
}

.no-webp body main .about-block {
  background: url(../images/bg.png) 50% no-repeat;
}

body main .about-block .info-text p {
  font-size: 16px;
  line-height: 25px;
  color: #777;
  margin-bottom: 25px;
}

body main .about-block .info-text .more {
  margin-top: 20px;
  font-size: 15px;
  text-decoration: none;
  width: auto;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

body main .about-block .info-text .more:after {
  background: url(../images/slide-arrow-b.svg) 50% no-repeat;
  content: "";
  background-position-x: -10px;
  display: inline-block;
  width: 25px;
  margin-left: 5px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .about-block .info-text .more:hover:after {
  margin-left: 10px;
}

body main .about-block .video-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body main .about-block .video-play .video-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 35%;
}

body main .about-block .video-play .video-block span {
  font-size: 13px;
  color: #777;
  width: 100%;
}

body main .about-block .video-play .video-block .play {
  width: 97px;
  height: 125px;
  background: url(../images/play.svg) 50% no-repeat;
  cursor: pointer;
}

body main .advantages-block {
  margin-top: 80px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.webp body main .advantages-block {
  background: url(../images/bg2.webp) 50% no-repeat;
}

.no-webp body main .advantages-block {
  background: url(../images/bg2.png) 50% no-repeat;
}

body main .advantages-block .outer {
  background: hsla(0, 0%, 100%, 0.7);
  width: 100%;
}

body main .advantages-block .inner {
  background: rgba(116, 182, 122, 0.88);
  margin: 10px 0;
  padding: 50px 0 70px;
  width: 100%;
}

body main .advantages-block .inner .block {
  text-align: left;
  color: #fff;
}

body main .advantages-block .inner .block h4 {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  margin: 20px 0;
  width: 100%;
}

body main .advantages-block .inner .block img {
  max-height: 67px;
  width: auto;
  margin-bottom: 5px;
}

body main .advantages-block .inner .block p {
  max-width: 90%;
}

body main .articles-block {
  margin: 80px auto;
}

body main .articles-block .title-block {
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: 0.5px solid #ababab;
}

body main .articles-block .title-block .more {
  margin-top: 20px;
  font-size: 13px;
  text-decoration: none;
  width: 190px;
  max-width: 190px;
  color: #a3a3a3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

body main .articles-block .title-block .more:after {
  background: url(../images/arrow2.svg) 50% no-repeat;
  content: "";
  background-size: 30px;
  background-position-x: -5px;
  display: inline-block;
  width: 30px;
  margin-left: 5px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .articles-block .title-block .more:hover:after {
  margin-left: 10px;
}

body main .articles-block .articles .date {
  color: #b8b8b8;
}

body main .articles-block .articles .title {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: ProximaNova-Bold;
  width: auto;
  margin: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .articles-block .articles .title:hover {
  color: #549f5d;
}

body main .articles-block .articles .excerpt {
  color: #999;
}

body main .def-page {
  background: #f4f4f4;
}

body main .def-page .pre-header {
  padding: 33px 0;
  margin-bottom: 40px;
  background: #fcfcfc;
}

body main .def-page .pre-header .breadcrumbs {
  margin-bottom: 10px;
}

body main .def-page .pre-header .breadcrumbs ul li {
  display: inline-block;
  margin-right: 15px;
}

body main .def-page .pre-header .breadcrumbs ul li a {
  color: #549f5d;
}

body main .def-page .pre-header .breadcrumbs ul li span {
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .pre-header h1 {
  font-size: 40px;
  nt-family: ProximaNova-Bold;
}

body main .def-page .sidebar {
  background: #fff;
  border-radius: 5px;
  padding: 30px 15px;
  margin-bottom: 50px;
  max-width: 23.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  margin-right: 1.5%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

body main .def-page .sidebar .filter {
  padding: 0 30px;
}

body main .def-page .sidebar .filter .title {
  font-size: 16px;
  font-family: ProximaNova-Bold;
  text-align: center;
  color: #292929;
}

body main .def-page .sidebar .filter .title.main {
  font-size: 22px;
  color: #000;
}

body main .def-page .sidebar .filter .category-select {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

body main .def-page .sidebar .filter .category-select .nice-select {
  background: #74b67a;
  border-radius: 30px;
  width: 100%;
  color: #fff;
  padding-right: 50px;
}

body main .def-page .sidebar .filter .category-select .nice-select .list {
  width: 100%;
  border-radius: 15px;
  background: #74b67a;
}

body main .def-page .sidebar .filter .category-select .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 25px;
  top: 50%;
  height: 6px;
  width: 6px;
}

body main .def-page .sidebar .filter .category-select .nice-select.open,
body main .def-page .sidebar .filter .category-select .nice-select:active,
body main .def-page .sidebar .filter .category-select .nice-select:focus {
  border: none;
}

body main .def-page .sidebar .filter .category-select .nice-select .option.focus,
body main .def-page .sidebar .filter .category-select .nice-select .option.selected.focus,
body main .def-page .sidebar .filter .category-select .nice-select .option:hover {
  background: #549f5d;
}

body main .def-page .sidebar .filter .type {
  position: relative;
}

body main .def-page .sidebar .filter .type .title {
  text-align: left;
}

body main .def-page .sidebar .filter .type .collapseBtn {
  position: absolute;
  right: 0;
  top: 5px;
  color: #b5b5b5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

body main .def-page .sidebar .filter .type .collapseBtn.collapsed {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

body main .def-page .sidebar .filter .type .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

body main .def-page .sidebar .filter .type .inputs .price-max,
body main .def-page .sidebar .filter .type .inputs .price-min {
  width: 40%;
  position: relative;
}

body main .def-page .sidebar .filter .type .inputs .price-max span,
body main .def-page .sidebar .filter .type .inputs .price-min span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

body main .def-page .sidebar .filter .type .inputs input {
  border: 0.5px solid #8b8b8b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  padding: 8px 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  font-family: ProximaNova-Regular;
}

body main .def-page .sidebar .filter .type .rzslider {
  position: relative;
  text-align: left;
  background: #e1e1e1;
  border-radius: 50px;
  height: 2px;
  margin-bottom: 35px;
}

body main .def-page .sidebar .filter .type .rzslider .rz-bar {
  height: 1px;
}

body main .def-page .sidebar .filter .type .rzslider .rz-pointer {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
  background-color: #549f5d;
  top: -0.6em;
  margin-left: 0;
}

body main .def-page .sidebar .filter .type .rzslider .rz-pointer:after {
  top: 5px;
  left: 5px;
  background: #549f5d;
}

body main .def-page .sidebar .filter .type .rzslider .rz-selection {
  background: #549f5d;
}

body main .def-page .sidebar .filter .type .checkboxes {
  margin-top: 20px;
}

body main .def-page .sidebar .filter .type .checkboxes .box {
  margin-top: 10px;
}

body main .def-page .sidebar .filter .type .checkboxes .count {
  background: rgba(228, 96, 0, 0.1);
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  width: 34px;
  text-align: center;
}

body main .def-page .sidebar .filter .more {
  margin-top: 20px;
  cursor: pointer;
}

body main .def-page .sidebar .submit-filter {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  padding: 10px 40px;
  background: #74b67a;
  border-radius: 5px;
  max-width: 100px;
  margin: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .sidebar .submit-filter:hover {
  background: #549f5d;
}

body main .def-page .content {
  border-radius: 5px;
  position: relative;
}

body main .def-page .content .sorting {
  background: #fff;
  border-radius: 5px;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

body main .def-page .content .sorting .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-size: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .sorting .sort p {
  margin-bottom: 0;
}

body main .def-page .content .sorting .sort .nice-select {
  width: 180px;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
}

body main .def-page .content .sorting .sort .nice-select.open,
body main .def-page .content .sorting .sort .nice-select:active,
body main .def-page .content .sorting .sort .nice-select:focus,
body main .def-page .content .sorting .sort .nice-select:hover {
  border-color: #999;
}

body main .def-page .content .sorting .sort .nice-select .list {
  width: 100%;
}

body main .def-page .content .sorting .limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  font-size: 13px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .sorting .limit p {
  margin-bottom: 0;
}

body main .def-page .content .sorting .limit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .def-page .content .sorting .limit ul li a {
  margin-left: 20px;
  border: 0.5px solid #d0d0d0;
  text-align: center;
  line-height: 38px;
  border-radius: 5px;
  color: #d0d0d0;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

body main .def-page .content .sorting .limit ul li.active a,
body main .def-page .content .sorting .limit ul li:hover a {
  color: #000;
  border: 0.5px solid #8b8b8b;
}

body main .def-page .content .filter-sort-mob {
  display: none;
}

body main .def-page .content .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -15px;
}

body main .def-page .content .products .item {
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  height: 450px;
  padding: 0;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .products .item .image {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px 10px 0 0;
  background-size: cover !important;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.webp body main .def-page .content .products .item .image {
  background: url(../images/image1.webp) 50% no-repeat;
}

.no-webp body main .def-page .content .products .item .image {
  background: url(../images/image1.png) 50% no-repeat;
}

body main .def-page .content .products .item .image .flash {
  position: absolute;
  left: 0;
  top: 0;
  background: #d93c2a;
  border-radius: 10px 0;
  padding: 5px 25px;
  font-size: 13px;
  color: #fff;
}

body main .def-page .content .products .item .image .flash.new {
  background: #74b67a;
}

body main .def-page .content .products .item .image .flash.sale {
  background: #d93c2a;
}

body main .def-page .content .products .item .image a {
  width: 100%;
}

body main .def-page .content .products .item .image img {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .products .item .text {
  width: 100%;
  text-align: left;
  margin-top: 25px;
  padding: 0 35px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

body main .def-page .content .products .item .text .name {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  width: auto;
  clear: both;
  line-height: normal;
  height: 80px;
}

body main .def-page .content .products .item .text .priceLabel {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: normal;
}

body main .def-page .content .products .item .text .price {
  font-size: 20px;
  font-family: ProximaNova-Bold;
  color: #000;
  line-height: normal;
}

body main .def-page .content .products .item .text .price .valute {
  font-size: 16px;
  font-family: ProximaNova-Regular;
}

body main .def-page .content .products .item .text .price .old-price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 10px;
  font-family: ProximaNova-Regular;
}

body main .def-page .content .products .item .text .price .old-price .valute,
body main .def-page .content .products .item .text .price .valute {
  font-size: 14px;
}

body main .def-page .content .products .item .text hr {
  width: 100%;
  margin: 8px auto;
  border-width: 1px;
}

body main .def-page .content .products .item:hover {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .products .item:hover .image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .def-page .content .products .item:hover img {
  margin-top: 30px;
}

body main .def-page .content .products .item .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 35px;
  margin-top: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .products .item .btns .add-to-cart {
  width: 70%;
  padding: 7px 0;
  height: 35px;
  color: #fff;
  background: #74b67a;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .products .item .btns .add-to-cart:hover {
  background: #549f5d;
}

body main .def-page .content .products .item .btns .out-of-stock {
  color: red;
}

body main .def-page .content .products .item .btns .add-to-compare {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: url(../images/balance-b.svg) 50% no-repeat;
  background-size: 23px;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .products .item .btns .add-to-compare:hover {
  border-color: #000;
}

body main .def-page .content .products .item .btns .add-to-compare.active {
  background: url(../images/balance.svg) 50% no-repeat;
  background-color: #549f5d;
  border-color: #549f5d;
}

body main .def-page .content .product .interiorBtn {
  display: inline-block;
  padding: 5px 44px;
  background: rgba(116, 182, 122, 0.6784313725);
  color: #fff;
  margin-bottom: 35px;
  border-radius: 5px;
}

body main .def-page .content .product .interiorBtn.active,
body main .def-page .content .product .interiorBtn:hover {
  background: #549f5d;
}

body main .def-page .content .product .main-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

body main .def-page .content .product .image {
  max-width: 55%;
  margin: auto;
  width: 50%;
  position: relative;
}

body main .def-page .content .product .image.lslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

body main .def-page .content .product .image.lslide img {
  max-height: 80%;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

body main .def-page .content .product .image .lSPager.lSGallery a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .def-page .content .product .image .flash {
  position: absolute;
  left: 175px;
  z-index: 1;
  top: 0;
  background: #df5e00;
  border-radius: 10px 0;
  padding: 7px 36px;
  font-size: 14px;
  color: #fff;
}

body main .def-page .content .product .image .flash.new {
  background: #74b67a;
}

body main .def-page .content .product .image .flash.sale {
  background: #df5e00;
}

body main .def-page .content .product .image .main-slider .fb {
  max-height: 80%;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 90%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  text-align: center;
}

body main .def-page .content .product .image .main-slider .fb:hover .zoomIn {
  visibility: visible;
  opacity: 1;
}

body main .def-page .content .product .image .main-slider .fb .zoomIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  top: 50%;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(84, 159, 93, 0.6784313725);
  display: block;
  text-align: center;
}

body main .def-page .content .product .image .main-slider .fb img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body main .def-page .content .product .main-content {
  max-width: 100%;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

body main .def-page .content .product .main-content .attributes {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: start;
  max-height: 390px;
  margin-top: 10px;
  padding-right: 30px;
}

body main .def-page .content .product .main-content .attributes .instock {
  color: #35cf44;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

body main .def-page .content .product .main-content .attributes .instock i {
  margin-right: 10px;
}

body main .def-page .content .product .main-content .attributes .out-of-stock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #cf552d;
  width: 100%;
}

body main .def-page .content .product .main-content .attributes .out-of-stock i {
  margin-right: 10px;
}

body main .def-page .content .product .main-content .attributes .attribute {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .product .main-content .attributes .attribute strong {
  width: 20%;
  display: inline-block;
  margin-bottom: 10px;
}

body main .def-page .content .product .main-content .attributes .attribute .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main .def-page .content .product .main-content .attributes .attribute .variants a {
  height: 30px;
  width: 102px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .product .main-content .attributes .attribute .variants li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 15px;
}

body main .def-page .content .product .main-content .attributes .attribute .variants li:nth-child(3n) {
  margin-right: 0;
}

body main .def-page .content .product .main-content .attributes .attribute .variants li i {
  display: none;
}

body main .def-page .content .product .main-content .attributes .attribute .variants li.active,
body main .def-page .content .product .main-content .attributes .attribute .variants li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .product .main-content .attributes .attribute .variants li.active a,
body main .def-page .content .product .main-content .attributes .attribute .variants li:hover a {
  color: #000;
  border: 2px solid rgba(255, 146, 88, 0.5);
}

body main .def-page .content .product .main-content .attributes .attribute .variants li.active i,
body main .def-page .content .product .main-content .attributes .attribute .variants li:hover i {
  display: inherit;
}

body main .def-page .content .product .main-content .attributes .attribute .variants li.light i {
  color: #444;
}

body main .def-page .content .product .main-content .attributes .attribute .variants li.dark i {
  color: #fff;
}

body main .def-page .content .product .main-content .attributes .attribute.color {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body main .def-page .content .product .main-content .attributes .attribute.color .variants {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body main .def-page .content .product .main-content .attributes .attribute.color .variants a {
  width: 30px;
  border: none;
}

body main .def-page .content .product .main-content .attributes .attribute.color .variants li {
  border: none;
  margin-right: 10px;
}

body main .def-page .content .product .main-content .attributes .attribute.color .variants li.active a,
body main .def-page .content .product .main-content .attributes .attribute.color .variants li:hover a {
  border: none;
}

body main .def-page .content .product .main-content .attributes .attribute.color .variants li:last-child {
  margin-right: 0;
}

body main .def-page .content .product .main-content .attributes .info-text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 10px;
}

body main .def-page .content .product .main-content .attributes .info-text p {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
  white-space: pre-line;
}

body main .def-page .content .product .main-content .attributes .add {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-top: 0;
}

body main .def-page .content .product .main-content .attributes .add .price {
  width: 50%;
}

body main .def-page .content .product .main-content .attributes .add .price span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .product .main-content .attributes .add .price p {
  font-size: 34px;
  color: #000;
  font-family: ProximaNova-Bold;
  line-height: normal;
  margin-bottom: -7px;
}

body main .def-page .content .product .main-content .attributes .add .price p .valute {
  font-size: 22px;
  margin-left: 10px;
  color: #000;
}

body main .def-page .content .product .main-content .attributes .add .price p.old-price {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  font-size: 18px;
  font-family: ProximaNova-Regular;
  margin-top: 10px;
  margin-bottom: 10px;
}

body main .def-page .content .product .main-content .attributes .add .price p.old-price .valute {
  font-size: 18px;
  font-family: ProximaNova-Light;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

body main .def-page .content .product .main-content .attributes .add .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-cart {
  cursor: pointer;
  width: 75%;
  padding: 11px 0;
  height: 45px;
  color: #fff;
  background: #74b67a;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  font-size: 16px;
  font-family: ProximaNova-Bold;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-cart:hover {
  background: #549f5d;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-compare {
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: url(../images/balance-b.svg) 50% no-repeat;
  background-color: #fff;
  background-size: 25px;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-compare:hover {
  border-color: #000;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-compare.active {
  background: url(../images/balance.svg) 50% no-repeat;
  background-color: #549f5d;
  border-color: #549f5d;
}

body main .def-page .content .product .main-content .info-block {
  width: 40%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

body main .def-page .content .product .main-content .info-block .block {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
}

body main .def-page .content .product .main-content .info-block .block:last-child {
  margin-bottom: 0;
}

body main .def-page .content .product .main-content .info-block strong {
  font-size: 16px;
  color: #000;
}

body main .def-page .content .product .characteristics {
  background: #fff;
  border-radius: 10px;
  padding: 40px 0;
}

body main .def-page .content .product .characteristics strong {
  font-size: 18px;
  padding: 0 40px 15px;
  display: block;
}

body main .def-page .content .product .characteristics .block {
  width: 100%;
}

body main .def-page .content .product .characteristics .block .char {
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .def-page .content .product .characteristics .block .char strong {
  width: 25%;
  padding: 0;
  font-size: 14px;
}

body main .def-page .content .product .characteristics .block .char p {
  margin-bottom: 0;
  width: 75%;
  color: rgba(0, 0, 0, 0.7);
}

body main .def-page .content .product .characteristics .block .char:nth-child(odd) {
  background: #f7f7f7;
}

body main .def-page .content .cart-content {
  margin-bottom: 70px;
}

body main .def-page .content .cart-content .clear-cart {
  font-size: 16px;
  font-family: ProximaNova-Bold;
  text-align: center;
  color: #c4c4c4;
  width: 220px;
  padding: 12px 42px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #c4c4c4;
  border-radius: 7px;
}

body main .def-page .content .cart-content .clear-cart:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .cart-content .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}

body main .def-page .content .cart-content .cart-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

body main .def-page .content .cart-content .cart-items .item .image {
  padding: 35px 30px;
}

body main .def-page .content .cart-content .cart-items .item .image img {
  max-height: 140px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

body main .def-page .content .cart-content .cart-items .item .info .name {
  font-size: 18px;
  font-family: ProximaNova-Bold;
  margin-bottom: 10px;
  color: #000;
  display: inline-block;
  clear: both;
}

body main .def-page .content .cart-content .cart-items .item .info .name:hover {
  color: #df5e00;
}

body main .def-page .content .cart-content .cart-items .item .info p {
  color: rgba(0, 0, 0, 0.5);
  max-width: 90%;
}

body main .def-page .content .cart-content .cart-items .item .info .attrs-mob,
body main .def-page .content .cart-content .cart-items .item .info .price-mob {
  display: none;
}

body main .def-page .content .cart-content .cart-items .item .attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

body main .def-page .content .cart-content .cart-items .item .attributes .attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 15px;
}

body main .def-page .content .cart-content .cart-items .item .attributes .attribute strong {
  width: 40%;
  display: inline-block;
}

body main .def-page .content .cart-content .cart-items .item .attributes .attribute .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main .def-page .content .cart-content .cart-items .item .attributes .attribute .variants span {
  height: 30px;
  width: 102px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: 2px solid rgba(255, 146, 88, 0.5);
}

body main .def-page .content .cart-content .cart-items .item .attributes .attribute.color span {
  width: 30px;
  border: 0.5px solid #e6e3e3;
}

body main .def-page .content .cart-content .cart-items .item .price {
  padding-left: 60px;
}

body main .def-page .content .cart-content .cart-items .item .price span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .cart-content .cart-items .item .price p {
  font-size: 20px;
  color: #000;
  font-family: ProximaNova-Bold;
  line-height: normal;
}

body main .def-page .content .cart-content .cart-items .item .price p .valute {
  font-size: 14px;
  margin-left: 5px;
  color: #000;
}

body main .def-page .content .cart-content .cart-items .item .price p.old-price {
  font-size: 16px;
  color: #c4c4c4;
  font-family: ProximaNova-Regular;
  text-decoration: line-through;
}

body main .def-page .content .cart-content .cart-items .item .price p.old-price .valute {
  font-size: 16px;
  font-family: ProximaNova-Regular;
  margin-left: 0;
  color: #c4c4c4;
}

body main .def-page .content .cart-content .cart-items .item .count .counter {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .cart-content .cart-items .item .count .counter span {
  color: #acacac;
  font-size: 24px;
  right: 25px;
  position: relative;
  cursor: pointer;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body main .def-page .content .cart-content .cart-items .item .count .counter span.minus {
  font-size: 15px;
  left: 25px;
}

body main .def-page .content .cart-content .cart-items .item .count .counter input {
  max-width: 100px;
  width: 100px;
  padding: 4px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #000;
  text-align: center;
  font-family: ProximaNova-SemiBold;
}

body main .def-page .content .cart-content .cart-items .item .remove {
  padding-left: 0;
}

body main .def-page .content .cart-content .cart-items .item .remove a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

body main .def-page .content .cart-content .cart-items .item .remove a:before {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 26px;
  background: #efefef;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  content: "❌";
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .cart-content .cart-bottom {
  margin: 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .cart-content .cart-bottom .back a {
  max-height: 45px;
  width: 100%;
  padding: 11px;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #848484;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .cart-content .cart-bottom .back a:hover {
  background: #6b6b6b;
}

body main .def-page .content .cart-content .cart-bottom .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body main .def-page .content .cart-content .cart-bottom .total span {
  font-family: ProximaNova-Bold;
  margin-right: 15px;
}

body main .def-page .content .cart-content .cart-bottom .total p {
  font-size: 20px;
  font-family: ProximaNova-SemiBold;
  color: #74b67a;
  line-height: normal;
  margin-bottom: 0;
}

body main .def-page .content .cart-content .cart-bottom .total p .valute {
  margin-left: 5px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
}

body main .def-page .content .cart-content .cart-bottom .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body main .def-page .content .cart-content .cart-bottom .steps ul li {
  display: inline-block;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: ProximaNova-Bold;
}

body main .def-page .content .cart-content .cart-bottom .steps ul li span {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

body main .def-page .content .cart-content .cart-bottom .steps ul li.active {
  color: #000;
}

body main .def-page .content .cart-content .cart-bottom .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body main .def-page .content .cart-content .cart-bottom .next a {
  max-height: 45px;
  background: #74b67a;
  border-radius: 7px;
  text-align: center;
  width: 180px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 11px;
  font-family: ProximaNova-Bold;
  font-size: 16px;
}

body main .def-page .content .cart-content .cart-bottom .next a:hover {
  background: #549f5d;
}

body main .def-page .content .cart-bottom {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .cart-bottom .row {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

body main .def-page .content .cart-bottom .back a {
  max-height: 45px;
  width: 100%;
  padding: 11px;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #848484;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .cart-bottom .back a:hover {
  background: #6b6b6b;
}

body main .def-page .content .cart-bottom .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body main .def-page .content .cart-bottom .total span {
  font-family: ProximaNova-Bold;
  margin-right: 15px;
}

body main .def-page .content .cart-bottom .total p {
  font-size: 20px;
  font-family: ProximaNova-SemiBold;
  color: #ff9258;
  line-height: normal;
  margin-bottom: 0;
}

body main .def-page .content .cart-bottom .total p .valute {
  margin-left: 5px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
}

body main .def-page .content .cart-bottom .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .cart-bottom .steps ul li {
  display: inline-block;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: ProximaNova-Bold;
}

body main .def-page .content .cart-bottom .steps ul li span {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

body main .def-page .content .cart-bottom .steps ul li.active {
  color: #000;
}

body main .def-page .content .cart-bottom .steps ul li:last-child {
  margin-right: 0;
}

body main .def-page .content .cart-bottom .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body main .def-page .content .cart-bottom .next .submit-btn,
body main .def-page .content .cart-bottom .next a {
  max-height: 45px;
  background: #74b67a;
  border-radius: 7px;
  text-align: center;
  width: 180px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 11px;
  font-family: ProximaNova-Bold;
  font-size: 16px;
}

body main .def-page .content .cart-bottom .next .submit-btn:hover,
body main .def-page .content .cart-bottom .next a:hover {
  background: #549f5d;
}

body main .def-page .content .checkout-content {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

body main .def-page .content .checkout-content .checkout-block .details {
  margin-bottom: 40px;
}

body main .def-page .content .checkout-content .checkout-block .details.delivery .header-info {
  margin-bottom: 10px;
}

body main .def-page .content .checkout-content .checkout-block .details.payment .input-block.top-0 {
  margin-bottom: 25px;
}

body main .def-page .content .checkout-content .checkout-block .input-block.top-0 {
  margin-top: 0;
}

body main .def-page .content .checkout-content .checkout-block .header-info {
  margin-bottom: 30px;
}

body main .def-page .content .checkout-content .checkout-block .header-info strong {
  font-size: 18px;
  font-family: ProximaNova-Bold;
  margin-right: 40px;
}

body main .def-page .content .checkout-content .checkout-block .header-info span {
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .checkout-content .checkout-block .custom-control {
  padding-left: 2rem;
  padding-bottom: 10px;
}

body main .def-page .content .checkout-content .checkout-block .custom-control .custom-control-label {
  cursor: pointer;
}

body main .def-page .content .checkout-content .checkout-block .custom-control .custom-control-label:after {
  width: 1.125rem;
  height: 1.125rem;
  background-position: 0.35rem 0.05rem;
}

body main .def-page .content .checkout-content .checkout-block .custom-control .custom-control-label:before {
  top: 0.05rem;
  width: 1.125rem;
  height: 1.125rem;
}

body main .def-page .content .checkout-content .checkout-block .input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 20px;
}

body main .def-page .content .checkout-content .checkout-block .input-block label,
body main .def-page .content .checkout-content .checkout-block .input-block strong {
  width: 30%;
  font-family: ProximaNova-Bold;
  color: rgba(0, 0, 0, 0.7);
}

body main .def-page .content .checkout-content .checkout-block .input-block input,
body main .def-page .content .checkout-content .checkout-block .input-block textarea {
  width: 70%;
  padding: 10px;
  border: 1px solid #c4c4c4;
  font-family: ProximaNova-Bold;
  border-radius: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}

body main .def-page .content .checkout-content .checkout-block .input-block .delivery-radios,
body main .def-page .content .checkout-content .checkout-block .input-block .payment-radios,
body main .def-page .content .checkout-content .checkout-block .input-block .payment-total {
  width: 70%;
  padding: 0;
  font-family: ProximaNova-Bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main .def-page .content .checkout-content .checkout-block .input-block .delivery-radios label,
body main .def-page .content .checkout-content .checkout-block .input-block .payment-radios label,
body main .def-page .content .checkout-content .checkout-block .input-block .payment-total label {
  width: auto;
  font-family: ProximaNova-Regular;
  color: #000;
}

body main .def-page .content .checkout-content .checkout-block .input-block .delivery-radios input,
body main .def-page .content .checkout-content .checkout-block .input-block .payment-radios input,
body main .def-page .content .checkout-content .checkout-block .input-block .payment-total input {
  width: auto;
}

body main .def-page .content .checkout-content .checkout-block .input-block .payment-total span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .checkout-content .checkout-block .input-block .payment-total p {
  font-size: 20px;
  font-family: ProximaNova-Bold;
  color: #000;
  margin-bottom: 0;
  line-height: normal;
}

body main .def-page .content .checkout-content .checkout-block .input-block .payment-total p .valute {
  font-size: 14px;
  color: #000;
  margin-left: 5px;
}

body main .def-page .content .checkout-content .checkout-block .input-block.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main .def-page .content .checkout-content .checkout-block .input-block.align-top label {
  padding-top: 10px;
}

body main .def-page .content .checkout-content .checkout-block .input-block.align-top .payment-radios label {
  padding-top: 0;
  padding-bottom: 10px;
}

body main .def-page .content .checkout-content .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin-top: 20px;
}

body main .def-page .content .checkout-content .cart-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

body main .def-page .content .checkout-content .cart-items .item .image img {
  max-height: 100px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

body main .def-page .content .checkout-content .cart-items .item .name {
  padding-left: 0;
}

body main .def-page .content .checkout-content .cart-items .item .name p {
  font-size: 18px;
  font-family: ProximaNova-Bold;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

body main .def-page .content .checkout-content .cart-items .item .price span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .checkout-content .cart-items .item .price p {
  font-size: 20px;
  color: #000;
  font-family: ProximaNova-Bold;
  line-height: normal;
}

body main .def-page .content .checkout-content .cart-items .item .price p .valute {
  font-size: 14px;
  margin-left: 5px;
  color: #000;
}

body main .def-page .content .checkout-content .cart-items .item .price p.old-price {
  font-size: 14px;
  color: #c4c4c4;
  font-family: ProximaNova-Regular;
  text-decoration: line-through;
}

body main .def-page .content .checkout-content .cart-items .item .price p.old-price .valute {
  font-size: 14px;
  font-family: ProximaNova-Regular;
  margin-left: 0;
  color: #c4c4c4;
}

body main .def-page .content .checkout-content .cart-items .item .count {
  text-align: center;
}

body main .def-page .content .checkout-content .cart-items .item .count p {
  color: #000;
  font-family: ProximaNova-Bold;
}

body main .def-page .content .checkout-content .cart-items .item .remove {
  padding-left: 0;
}

body main .def-page .content .checkout-content .cart-items .item .remove a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

body main .def-page .content .checkout-content .cart-items .item .remove a:before {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 26px;
  background: #efefef;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  content: "❌";
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .awaiting-content,
body main .def-page .content .complete-content,
body main .def-page .content .page-404 {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 220px;
  text-align: center;
  font-family: ProximaNova-Bold;
}

body main .def-page .content .awaiting-content strong,
body main .def-page .content .complete-content strong,
body main .def-page .content .page-404 strong {
  font-size: 30px;
}

body main .def-page .content .awaiting-content p,
body main .def-page .content .complete-content p,
body main .def-page .content .page-404 p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .awaiting-content a,
body main .def-page .content .complete-content a,
body main .def-page .content .page-404 a {
  display: inline-block;
  color: #ff9258;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .awaiting-content a:hover,
body main .def-page .content .complete-content a:hover,
body main .def-page .content .page-404 a:hover {
  color: #000;
}

body main .def-page .content .sitemap-content {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: left;
  font-family: ProximaNova-Bold;
}

body main .def-page .content .sitemap-content ul {
  list-style: disc;
  padding-left: 40px;
}

body main .def-page .content .sitemap-content ul ul {
  list-style: circle;
  margin-top: 5px;
}

body main .def-page .content .sitemap-content li {
  margin-bottom: 5px;
  font-size: 16px;
}

body main .def-page .content .sitemap-content a {
  display: inline-block;
  color: #74b67a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .sitemap-content a:hover {
  color: #000;
}

body main .def-page .content .text-description {
  margin: 50px 0;
}

body main .def-page .content .sales {
  margin-bottom: 70px;
  margin-top: 30px;
}

body main .def-page .content .sales .sale-block {
  background: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .sales .sale-block .image {
  padding-left: 0;
}

body main .def-page .content .sales .sale-block .image img {
  border-radius: 10px 0 0 10px;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

body main .def-page .content .sales .sale-block .info {
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

body main .def-page .content .sales .sale-block .info .title {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  font-family: ProximaNova-Bold;
  color: #000;
  width: 100%;
}

body main .def-page .content .sales .sale-block .info .title:hover {
  color: #549f5d;
}

body main .def-page .content .sales .sale-block .info .text {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  width: 100%;
}

body main .def-page .content .sales .sale-block .info .date {
  color: #a1a1a1;
  font-family: ProximaNova-Light;
}

body main .def-page .content .about-content {
  margin-bottom: 70px;
  max-width: 100%;
}

body main .def-page .content .about-content .render {
  height: 475px;
  background-size: contain;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.webp body main .def-page .content .about-content .render {
  background: url(../images/about-page.webp) 50% no-repeat;
}

.no-webp body main .def-page .content .about-content .render {
  background: url(../images/about-page.png) 50% no-repeat;
}

body main .def-page .content .about-content .render h2 {
  color: #fff;
  font-size: 40px;
  font-family: ProximaNova-Black;
  margin-left: -15%;
  max-width: 45%;
}

body main .def-page .content .about-content .sliderArrows {
  padding: 15px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 10px 0;
  background-color: hsla(0, 0%, 100%, 0.5);
  z-index: 50;
}

body main .def-page .content .about-content .sliderArrows a {
  z-index: 50;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .about-content .sliderArrows a.prevSlide {
  background: url(../images/left.svg) 50% no-repeat;
}

body main .def-page .content .about-content .sliderArrows a.prevSlide:hover {
  background-position: 0;
}

body main .def-page .content .about-content .sliderArrows a.nextSlide {
  background: url(../images/right.svg) 50% no-repeat;
}

body main .def-page .content .about-content .sliderArrows a.nextSlide:hover {
  background-position: 100%;
}

body main .def-page .content .about-content .sliderArrows a.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

body main .def-page .content .about-content .sliderArrows p {
  margin: 0 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #9e9e9e;
}

body main .def-page .content .about-content .contacts {
  width: 100%;
}

body main .def-page .content .about-content .contacts a.nav-link {
  font-size: 18px;
  background: none;
  color: #ccc;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body main .def-page .content .about-content .contacts a.nav-link.active,
body main .def-page .content .about-content .contacts a.nav-link:hover {
  color: #000;
}

body main .def-page .content .about-content .contacts iframe {
  width: 100%;
  height: 370px;
}

body main .def-page .content .about-content .contacts .city-texts,
body main .def-page .content .about-content .contacts .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

body main .def-page .content .about-content .contacts .texts .text {
  margin: 15px 0;
  width: 100%;
}

body main .def-page .content .about-content .contacts .texts span {
  font-size: 14px;
  color: #999;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

body main .def-page .content .about-content .contacts .texts a,
body main .def-page .content .about-content .contacts .texts p {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

body main .def-page .content .about-content .contacts .texts a {
  opacity: 1;
}

body main .def-page .content .about-content .contacts .texts a:hover {
  opacity: 0.7;
}

body main .def-page .content .about-content .contacts .texts .social {
  width: 100%;
}

body main .def-page .content .about-content .contacts .texts .social span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}

body main .def-page .content .about-content .contacts .texts .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .about-content .contacts .texts img {
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

body main .def-page .content .about-content .text-content {
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  font-size: 16px;
}

body main .def-page .content .about-content .text-content p,
body main .def-page .content .about-content .text-content strong {
  display: block;
  margin-bottom: 20px;
}

body main .def-page .content .about-content .text-content .video .play {
  background: url(../images/play-btn.svg) 50% no-repeat;
  background-size: 60px;
  width: 60px;
  top: 37%;
  left: 45%;
  position: absolute;
  height: 60px;
  cursor: pointer;
  opacity: 0.7;
}

body main .def-page .content .about-content .text-content .video .play:hover {
  opacity: 1;
}

body main .def-page .content .about-content .text-content .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: -15px;
  margin-top: 20px;
}

body main .def-page .content .about-content .text-content .advantages .block {
  text-align: left;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 35px;
}

body main .def-page .content .about-content .text-content .advantages .block h4 {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  margin-bottom: 15px;
  width: 100%;
}

body main .def-page .content .about-content .text-content .advantages .block img {
  max-height: 67px;
  width: 15%;
  margin-bottom: 5px;
}

body main .def-page .content .about-content .text-content .advantages .block p {
  max-width: 90%;
}

body main .def-page .content .about-content .text-content .advantages .block .text {
  max-width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main .def-page .content .about-content .text-content .advantages .block .text p {
  font-size: 14px;
  max-width: 100%;
}

body main .def-page .content .about-content .text-content .advantages .block:last-child .text {
  padding-left: 0;
}

body main .def-page .content .about-content .text-content .page-header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .content .about-content .text-content .page-header h2 {
  margin-bottom: 30px;
  font-family: ProximaNova-Bold;
}

body main .def-page .content .about-content .bottom-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

body main .def-page .content .about-content .bottom-block .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

body main .def-page .content .about-content .bottom-block .text p {
  margin-bottom: 0;
}

body main .def-page .content .about-content .bottom-block .sliderArrows {
  padding: 15px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 10px 0;
  background-color: hsla(0, 0%, 100%, 0.5);
  z-index: 50;
}

body main .def-page .content .about-content .bottom-block .sliderArrows a {
  z-index: 50;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .about-content .bottom-block .sliderArrows a.prevSlide {
  background: url(../images/left.svg) 50% no-repeat;
}

body main .def-page .content .about-content .bottom-block .sliderArrows a.prevSlide:hover {
  background-position: 0;
}

body main .def-page .content .about-content .bottom-block .sliderArrows a.nextSlide {
  background: url(../images/right.svg) 50% no-repeat;
}

body main .def-page .content .about-content .bottom-block .sliderArrows a.nextSlide:hover {
  background-position: 100%;
}

body main .def-page .content .about-content .bottom-block .sliderArrows a.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

body main .def-page .content .about-content .bottom-block .sliderArrows p {
  margin: 0 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #9e9e9e;
}

body main .def-page .content .about-content .frameMap ymaps {
  max-width: 100%;
}

body main .def-page .content .compare-content {
  margin-bottom: 90px;
  position: relative;
  max-width: 100%;
}

body main .def-page .content .compare-content .loader {
  top: 100%;
}

body main .def-page .content .compare-content .header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .def-page .content .compare-content .header-btns .btns {
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .def-page .content .compare-content .header-btns .btns a {
  border-radius: 7px;
  text-align: center;
  width: 45%;
  margin-left: 5%;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  padding: 11px;
  max-height: 46px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .compare-content .header-btns .btns a.back {
  background: #848484;
  color: #fff;
  margin-left: 0;
}

body main .def-page .content .compare-content .header-btns .btns a.back:hover {
  background: #6b6b6b;
}

body main .def-page .content .compare-content .header-btns .btns a.clear {
  color: #c4c4c4;
  border: 2px solid #c4c4c4;
}

body main .def-page .content .compare-content .header-btns .btns a.clear:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

body main .def-page .content .compare-content .header-btns .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}

body main .def-page .content .compare-content .header-btns .filter .custom-control {
  margin-right: 70px;
}

body main .def-page .content .compare-content .header-btns .filter .custom-control:last-child {
  margin: 0;
}

body main .def-page .content .compare-content .header-btns .filter .custom-control .custom-control-label {
  cursor: pointer;
}

body main .def-page .content .compare-content .header-btns .filter .custom-control-label:after,
body main .def-page .content .compare-content .header-btns .filter .custom-control-label:before {
  top: 0.25rem;
}

body main .def-page .content .compare-content .products {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}

body main .def-page .content .compare-content .products .os-host > .os-padding > .os-viewport {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-snap-type: mandatory;
  -ms-scroll-snap-type: mandatory;
  -moz-scroll-snap-type: mandatory;
  -webkit-scroll-snap-type: mandatory;
  -webkit-scroll-snap-destination: 0 0;
  -webkit-overflow-scrolling: touch;
}

body main .def-page .content .compare-content .products .col-3 {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

body main .def-page .content .compare-content .products .col-3:first-child {
  padding-left: 0;
}

body main .def-page .content .compare-content .products .col-3:last-child {
  padding-right: 0;
}

body main .def-page .content .compare-content .products .item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main .def-page .content .compare-content .products .item .flash.remove {
  right: 0;
  left: inherit;
  border-radius: 0 10px;
  font-size: 22px;
  padding: 0 17px;
  cursor: pointer;
}

body main .def-page .content .compare-content .products .item-chars {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .content .compare-content .products .item-chars .char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

body main .def-page .content .compare-content .products .item-chars strong {
  color: #6d6d6d;
}

body main .def-page .content .compare-content .products .item-chars p {
  color: #b2b2b2;
}

body main .def-page .content .compare-content .products .item-chars p,
body main .def-page .content .compare-content .products .item-chars strong {
  width: 50%;
  margin-bottom: 0;
  display: block;
}

body main .def-page .content .compare-content .products .os-scrollbar-horizontal {
  position: absolute;
  top: 490px;
}

body main .def-page .content .compare-content .products .os-scrollbar-track {
  background-color: #e2e2e2;
  height: 10px;
}

body main .def-page .content .awaiting-content .loader {
  left: 70%;
  top: 52%;
}

body main .def-page .content .awaiting-content .stsBtn {
  max-height: 45px;
  background: #74b67a;
  border-radius: 7px;
  text-align: center;
  width: auto;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  margin: 15px 0;
  display: inline-block;
}

body main .def-page .content .awaiting-content .stsBtn:hover {
  color: #fff;
}

body main .def-page .content .awaiting-content .stsText {
  display: inline-block;
  margin-left: 25px;
}

body main .def-page .related-products {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}

body main .def-page .related-products .related-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

body main .def-page .related-products strong {
  font-size: 24px;
  font-family: ProximaNova-Bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

body main .def-page .related-products .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .def-page .related-products .show-more {
  color: #549f5d;
  text-decoration: underline;
  font-family: ProximaNova-Regular;
  font-weight: 400;
  font-size: 14px;
}

body main .def-page .related-products .show-more:hover {
  text-decoration: none;
}

body main .def-page .related-products .sliderArrows {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 180px;
  position: relative;
  z-index: 50;
}

body main .def-page .related-products .sliderArrows.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .def-page .related-products .sliderArrows a {
  z-index: 50;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .related-products .sliderArrows a.slick-disabled {
  opacity: 0.3;
}

body main .def-page .related-products .sliderArrows a.prevSlide {
  background: url(../images/left.svg) 50% no-repeat;
}

body main .def-page .related-products .sliderArrows a.prevSlide:hover {
  background-position: 0;
}

body main .def-page .related-products .sliderArrows a.nextSlide {
  background: url(../images/right.svg) 50% no-repeat;
}

body main .def-page .related-products .sliderArrows a.nextSlide:hover {
  background-position: 100%;
}

body main .def-page .related-products .sliderArrows span {
  margin: 0 15px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #9e9e9e;
}

body main .def-page .related-products .tab-slider {
  position: relative;
  border-top: 1px solid #dcdcdc;
}

body main .def-page .related-products .tab-slider .slick-track {
  margin-left: 5%;
  padding: 45px 0;
}

body main .def-page .related-products .tab-slider .item {
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  width: 340px;
  max-width: 340px;
  height: 515px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .related-products .tab-slider .item .image {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px 10px 0 0;
  background-size: cover !important;
  text-align: center;
}

.webp body main .def-page .related-products .tab-slider .item .image {
  background: url(../images/image1.webp) 50% no-repeat;
}

.no-webp body main .def-page .related-products .tab-slider .item .image {
  background: url(../images/image1.png) 50% no-repeat;
}

body main .def-page .related-products .tab-slider .item .image a {
  width: 100%;
}

body main .def-page .related-products .tab-slider .item .image img {
  margin: 50px auto 0;
  max-height: 300px;
  max-width: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: contain;
  object-fit: contain;
}

body main .def-page .related-products .tab-slider .item .text {
  width: 100%;
  text-align: center;
  margin-top: 120px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

body main .def-page .related-products .tab-slider .item .text .name {
  font-size: 20px;
  color: #000;
  width: auto;
  clear: both;
}

body main .def-page .related-products .tab-slider .item .text .price {
  color: red;
  font-size: 23px;
  font-family: ProximaNova-Light;
  margin-right: 20px;
}

body main .def-page .related-products .tab-slider .item .text .price .new-price,
body main .def-page .related-products .tab-slider .item .text .price .old-price {
  display: inline-block;
}

body main .def-page .related-products .tab-slider .item .text .price .old-price {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  margin-right: 10px;
}

body main .def-page .related-products .tab-slider .item .text .price .old-price .valute {
  font-size: 16px;
}

body main .def-page .related-products .tab-slider .item .text hr {
  width: 70%;
  margin: 1rem auto;
  border-width: 1px;
}

body main .def-page .related-products .tab-slider .item:hover {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body main .def-page .related-products .tab-slider .item:hover img {
  margin-top: 30px;
}

body main .def-page.checkout-complete-page,
body main .def-page.checkout-page {
  padding-bottom: 70px;
}

body main .def-page.checkout-complete-page .pre-header {
  margin-bottom: 0;
}

body main .def-page.checkout-complete-page .cart-bottom .next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body main .def-page.checkout-complete-page .cart-bottom .next a {
  width: 220px;
}

body main .def-page.product-page .interior {
  margin-top: -40px;
  margin-bottom: 20px;
}

body main .def-page.product-page .interior .interiorBg {
  height: 810px;
  position: relative;
  text-align: center;
}

body main .def-page.product-page .interior .interiorBg .fix-center-img {
  position: relative;
  height: 100%;
}

body main .def-page.product-page .interior .interiorBg .fix-center-img img {
  height: 100%;
}

body main .def-page.product-page .interior .interiorContent {
  position: relative;
  text-align: center;
  top: -636px;
  margin-bottom: -550px;
}

body main .def-page.product-page .interior .interiorContent .productImage {
  position: relative;
  height: 550px;
  width: 234px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body main .def-page.product-page .interior .interiorContent .productImage img {
  height: 100%;
  width: 100%;
}

body main .def-page.product-page .interior .interiorContent .intOptions {
  position: absolute;
  background: radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 23px, #fff 0) no-repeat 50% 50%;
  width: 323px;
  padding: 30px;
  z-index: 300;
  right: 11%;
  top: -8%;
}

body main .def-page.product-page .interior .interiorContent .intOptions .round-button {
  padding: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  right: -13px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 27px;
  line-height: 32px;
}

body main .def-page.product-page .interior .interiorContent .intOptions .round-button:hover {
  background: #f64747;
  color: #fff;
}

body main .def-page.product-page .interior .interiorContent .intOptions .prod-interior__settings-top {
  position: relative;
  z-index: 2;
  top: 4px;
}

body main .def-page.product-page .interior .interiorContent .intOptions .prod-interior__settings-top ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .def-page.product-page .interior .interiorContent .intOptions .prod-interior__settings-top ul li {
  padding-left: 0;
  list-style-image: none;
}

body main .def-page.product-page .interior .interiorContent .intOptions .prod-interior__settings-top ul li span {
  position: relative;
  z-index: 1;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interior-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interior-images .interior-image {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  position: relative;
  z-index: 1;
  margin: 5px;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interior-images .interior-image img {
  width: 100%;
  display: block;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interior-images .interior-image:hover:after {
  border-color: #cacaca;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interior-images .interior-image.active:after {
  border-color: #161616;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interior-images .interior-image:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line {
  margin-top: 38px;
  position: relative;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line .interior-item {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  position: relative;
  z-index: 1;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line .interior-item img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line .interior-item:hover:after {
  border-color: #cacaca;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line .interior-item.active:after {
  border-color: #161616;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line .interior-item:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid transparent;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line .interior-item:before {
  content: "";
  position: absolute;
  height: 37px;
  width: 1px;
  background: #e4e4e4;
  top: -37px;
  left: 50%;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line.interiors-line:after {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 29px;
  left: 10px;
  right: 10px;
  background: #eee;
  height: 10px;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line.i--1:after {
  background: #bcbcbc;
}

body main .def-page.product-page .interior .interiorContent .intOptions .interiors-line.i--2:after {
  background: #727272;
}

body main .def-page.product-page .interior .interiorContent .optsBtn {
  position: absolute;
  background: #fff;
  width: auto;
  font-size: 20px;
  padding: 7px 10px 4px;
  line-height: 27px;
  border-radius: 35px;
  z-index: 300;
  right: 10%;
  top: -10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px -4px;
          box-shadow: 0 0 10px -4px;
}

body main .def-page.product-page .interior .interiorContent .optsBtn:hover {
  color: #fff;
  background: #74b67a;
}

body main .def-page.product-page .interior .interiorContent .optsBtn.minimize {
  right: 6%;
}

body footer .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .left-block {
  width: 40%;
  background: rgba(41, 41, 41, 0.1);
}

body footer .left-block .container-block {
  width: 550px;
  float: right;
  padding: 40px 0 10px;
}

body footer .left-block .container-block img {
  max-height: 50px;
  width: auto;
}

body footer .left-block .container-block .logo {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body footer .left-block .container-block .slogan {
  margin-bottom: 0;
  margin-left: 50px;
  max-width: 40%;
}

body footer .left-block .container-block .copyright-block {
  margin-bottom: 15px;
}

body footer .left-block .container-block .epays {
  margin-bottom: 20px;
}

body footer .left-block .container-block .epays img {
  max-height: 100px;
}

body footer .left-block .container-block .copyright-text {
  font-size: 12px;
  color: #777;
}

body footer .left-block .container-block .copyright-text a {
  color: #777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

body footer .left-block .container-block .copyright-text a:hover {
  color: #549f5d;
}

body footer .right-block {
  width: 60%;
  color: #fff;
  background: #292929;
}

body footer .right-block .container-block {
  padding: 40px 0 10px 40px;
  width: 870px;
  float: left;
}

body footer .right-block .container-block .footer-menu {
  border-bottom: 1px solid #555;
  padding-bottom: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 40px;
}

body footer .right-block .container-block .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body footer .right-block .container-block .footer-menu ul li a {
  font-size: 14px;
  color: #fff;
  margin-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer .right-block .container-block .footer-menu ul li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer .right-block .container-block .footer-menu:hover {
  border-color: #777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer .right-block .container-block .footer-menu:hover a {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer .right-block .container-block .contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer .right-block .container-block .contacts-block .contact {
  width: 25%;
}

body footer .right-block .container-block .contacts-block .contact a {
  font-size: 16px;
  color: #fff;
}

body footer .right-block .container-block .contacts-block .contact.phone {
  width: 35%;
}

body footer .right-block .container-block .contacts-block .contact.phone a {
  font-size: 22px;
  color: #aaa;
}

body footer .right-block .container-block .contacts-block .contact.phone a span {
  color: #fff;
}

body footer .right-block .container-block .contacts-block .contact.phone p {
  color: #aaa;
  font-size: 12px;
}

body footer .right-block .container-block .contacts-block .contact.social {
  width: 2.5%;
}

body footer .right-block .container-block .contacts-block .contact.social a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer .right-block .container-block .developers-mob {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 40px;
  width: 100%;
  font-size: 12px;
  color: #fff;
}

body footer .right-block .container-block .developers-mob a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

body footer .right-block .container-block .developers-mob a:hover {
  color: #549f5d;
}

body .modal .popup-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .modal .block {
  width: 100%;
}

body .modal .filter-block {
  width: 50%;
}

body .modal .filter-block .filter {
  width: 100%;
}

body .modal .filter {
  padding: 0 30px;
  width: 50%;
  margin-bottom: 25px;
}

body .modal .filter .title {
  font-size: 16px;
  font-family: ProximaNova-Bold;
  text-align: center;
  color: #292929;
}

body .modal .filter .title.main {
  font-size: 22px;
  display: none;
  color: #000;
}

body .modal .filter .category-select {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

body .modal .filter .category-select .nice-select {
  background: #549f5d;
  border-radius: 30px;
  width: 100%;
  color: #fff;
  padding-right: 50px;
}

body .modal .filter .category-select .nice-select .list {
  width: 100%;
  border-radius: 15px;
  background: #549f5d;
}

body .modal .filter .category-select .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 25px;
  top: 50%;
  height: 6px;
  width: 6px;
}

body .modal .filter .category-select .nice-select.open,
body .modal .filter .category-select .nice-select:active,
body .modal .filter .category-select .nice-select:focus {
  border: none;
}

body .modal .filter .category-select .nice-select .option.focus,
body .modal .filter .category-select .nice-select .option.selected.focus,
body .modal .filter .category-select .nice-select .option:hover {
  background: #458945;
}

body .modal .filter .type {
  position: relative;
}

body .modal .filter .type .title {
  text-align: left;
}

body .modal .filter .type .collapseBtn {
  position: absolute;
  right: 0;
  top: 5px;
  color: #b5b5b5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

body .modal .filter .type .collapseBtn.collapsed {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

body .modal .filter .type .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

body .modal .filter .type .inputs .price-max,
body .modal .filter .type .inputs .price-min {
  width: 40%;
  position: relative;
}

body .modal .filter .type .inputs .price-max span,
body .modal .filter .type .inputs .price-min span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

body .modal .filter .type .inputs input {
  border: 0.5px solid #8b8b8b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  padding: 8px 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  font-family: ProximaNova-Regular;
}

body .modal .filter .type .rzslider {
  position: relative;
  text-align: left;
  background: #e1e1e1;
  border-radius: 50px;
  height: 2px;
  margin-bottom: 35px;
}

body .modal .filter .type .rzslider .rz-bar {
  height: 1px;
}

body .modal .filter .type .rzslider .rz-pointer {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
  background-color: #549f5d;
  top: -0.6em;
  margin-left: 0;
}

body .modal .filter .type .rzslider .rz-pointer:after {
  top: 5px;
  left: 5px;
  background: #549f5d;
}

body .modal .filter .type .rzslider .rz-selection {
  background: #549f5d;
}

body .modal .filter .type .checkboxes {
  margin-top: 20px;
}

body .modal .filter .type .checkboxes .box {
  margin-top: 10px;
}

body .modal .filter .type .checkboxes .count {
  background: rgba(228, 96, 0, 0.1);
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  width: 34px;
  text-align: center;
}

body .modal hr {
  margin-right: 30px;
}

body .modal .submit-filter {
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  padding: 10px 40px;
  background: #74b67a;
  border-radius: 5px;
  max-width: 100px;
  margin: 30px;
  cursor: pointer;
  float: right;
}

body .modal .submit-filter:hover {
  color: #fff;
  background: #549f5d;
}

body .splash {
  display: none;
}

body [ng-cloak].splash {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  display: block !important;
}

body .loader {
  position: absolute;
  left: 45%;
  top: 20%;
  z-index: 1;
  border-radius: 50%;
  border: 5px solid #74b67a;
  border-top-color: #f4f4f4;
  width: 45px;
  height: 45px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}

body .scrollspy-example {
  max-height: 500px;
  overflow-y: auto;
}

body .partners h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
}

body .partners .partner-content {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}

body .partners .partner-content * {
  font-family: ProximaNova-Regular !important;
  font-size: 14px !important;
}

body .partners .partner-content div,
body .partners .partner-content p,
body .partners .partner-content span,
body .partners .partner-content text {
  text-align: justify !important;
  margin-bottom: 20px !important;
}

body .partners .sliderContent .item {
  border-radius: 10px;
}

body .partners .sliderArrows {
  top: 0;
  bottom: unset !important;
  border-radius: 0 0 10px 10px !important;
}

body .partners .sticky-top {
  top: 30px;
  margin-top: 30px;
  border-radius: 10px;
  background: #fff;
}

body .partners .nav-pills .nav-link {
  padding: 1rem 2rem;
  color: #8f8f8f;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

body .partners .nav-pills .nav-link:last-child {
  margin-bottom: 0;
}

body .partners .nav-pills .nav-link.active,
body .partners .partners .nav-pills .show > .nav-link {
  background: #549f5d;
  border-color: #549f5d;
  color: #fff;
  border-radius: 10px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.pagination .pagination-page {
  margin-right: 10px;
  font-size: 16px;
  font-family: ProximaNova-Bold;
}

.pagination .pagination-page a {
  color: #d6d6d6;
  background: #fff;
  border-radius: 5px;
  padding: 4px 13px;
}

.pagination .pagination-page a:hover {
  color: #919191;
  background: rgba(228, 96, 0, 0.1);
}

.pagination .pagination-page.active a {
  color: #fff;
  background: #74b67a;
}

.pagination .pagination-page.disabled {
  display: none;
}

.nicescroll-rails {
  margin-top: 490px;
}

.lSSlideOuter {
  border-radius: 10px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 90px;
  width: auto;
  margin: auto;
}

.lSSlideOuter.vertical .lSGallery {
  left: 0;
  right: inherit;
  position: absolute;
  top: 0;
}

.lSSlideOuter .lSPager.lSGallery li {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  opacity: 0.5;
}

.lSSlideWrapper {
  margin-left: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
  border-radius: 10px;
}

.custom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-control label {
  margin-bottom: 0;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before {
  background: transparent;
  border: 0.5px solid #b2b2b2;
}

.custom-control-label:after,
.custom-control-label:before {
  top: 0.3rem;
  border-radius: 3px;
}

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #549f5d;
  border: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #b2b2b2;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23B2B2B2'/%3E%3C/svg%3E");
  background-size: 8px;
}

.custom-control-input:active ~ .custom-control-label:before {
  background-color: hsla(0, 0%, 69.8%, 0.1);
}

.popup {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-wrapper .close-popup {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  padding: 16px 12px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}

.popup .container {
  position: relative;
}

.popup.opened {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.popup-order-call-img .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  max-width: 50% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-order-call-img .img img:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  cursor: inherit;
}

.popup-order-call-right {
  width: 45%;
  float: right;
}

.popup-order-call-heading {
  font-size: 26px;
  line-height: 1.2;
}

.popup-rights {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  width: 95%;
  left: 2.5%;
  top: 25%;
  padding: 50px 100px;
  border: none;
  max-height: 95vh;
}

.popup-rights .popup-rights-full {
  padding-right: 50px;
}

.popup-rights .close {
  text-align: center;
  padding: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  right: -60px;
  top: -20px;
  position: relative;
}

.popup-video {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 45%;
  left: 25%;
  height: 70%;
  background: transparent;
  top: 10%;
  padding: 0;
  border: none;
  max-height: 95vh;
}

.popup-video iframe {
  height: 100%;
  width: 100%;
}

.popup-video .popup-rights-full {
  padding-right: 50px;
}

.popup-video .close {
  text-align: center;
  padding: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  right: -10px;
  top: -10px;
  position: relative;
}

.popup-rights-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.popup-order-call-heading span {
  color: #549f5d;
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.popup-order-call-form {
  margin-top: 60px;
}

.popup-order-call-form form,
.popup-order-call-form form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-order-call-form form label {
  margin-bottom: 30px;
}

.popup-order-call-form form label:first-child {
  margin-top: 0;
}

.popup-order-call-form form label input {
  font-size: 16px;
  line-height: 1.4;
  border: none;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0 15px;
}

.popup-order-call-form form span {
  font-size: 12px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.popup-order-call-form form label input::-moz-placeholder {
  opacity: 0.3;
  font-weight: 400;
}

.popup-order-call-form form label input:-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}

.popup-order-call-form form label input::-webkit-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}

.popup-order-call-form form label input::-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}

.popup-order-call-form form label input::placeholder {
  opacity: 0.3;
  font-weight: 400;
}

.popup-order-call-form form input[type=submit] {
  margin-top: 30px;
  border: none;
  width: 260px;
  background: #549f5d;
  padding: 31px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.popup-order-call-form form input[type=submit]:hover {
  background: #458945;
  cursor: pointer;
}

.popup-thank-you {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.popup-thank-you-wrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-thank-you-content {
  text-align: center;
}

.popup-thank-you-heading {
  font-size: 60px;
  color: #549f5d;
  font-weight: 800;
}

.popup-thank-you-sub-heading {
  font-weight: 400;
  font-size: 20px;
  max-width: 85%;
}

.popup-thank-you-home-btn {
  padding: 16px 58px;
  color: #fff;
  background: #549f5d;
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  border-radius: 5px;
  margin-top: 30px;
}

.popup-thank-you-home-btn:hover {
  background: #458945;
  color: #fff;
}

body header .menu .navbar-nav a {
  padding: 0 14px;
}

body main .def-page .content .products .item .image img {
  max-height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
}

.webp body main .def-page .content .products .item .image {
  background: none;
}

body main .def-page .content .product .main-content .attributes .attribute .variants a {
  padding: 0 3px;
  width: auto;
}

body footer .right-block .container-block {
  width: 95%;
}

body footer .right-block .container-block .contacts-block {
  width: 95%;
}

body footer .right-block .container-block .footer-menu ul li a {
  margin-right: 35px;
}

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

.catalog .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body main .home-slider .slider .item.centered .slide-img-block {
  width: 60%;
  max-width: 60%;
}

body main .home-slider .slider .item.centered .slide-text-block {
  width: 40%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1420px;
  }
}

@media (max-width: 1420px) {
  body header .menu .navbar-expand-md a {
    padding: 0 10px;
  }

  body header .menu .navbar-nav {
    font-size: 13px;
  }

  body header .menu .navbar-nav a {
    padding: 0 12px;
  }

  body footer .right-block .container-block .footer-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  body footer .left-block .container-block {
    width: 420px;
  }
}

@media (max-width: 1400px) {
  body header .menu .navbar-nav {
    font-size: 12px;
  }

  body header .menu .navbar-nav a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  body header .menu .main {
    padding-right: 0;
    padding-left: 0;
  }

  body header .menu .navbar-expand-md {
    display: none;
  }

  body header .menu .phones-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 50%;
  }

  body header .menu .callback-header {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  body header .menu .row.align-content-between,
  body header .menu .row.align-content-between .col-6.row {
    margin: 0;
  }

  body header .header-block .logo-text,
  body header .header-block .search,
  body header .menu .row.align-content-between .col-6:first-child {
    display: none;
  }

  body header .header-block .hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 5px;
    background: url(../images/menu-m.svg) 50% no-repeat;
    background-size: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  body header .header-block #mobMenuNav {
    display: block;
  }

  body header .header-block #mobMenuNav ul {
    margin-top: 30px;
  }

  body header .header-block #mobMenuNav ul li {
    margin-bottom: 15px;
  }

  body header .header-block #mobMenuNav ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: inline-block;
  }

  body header .header-block #mobMenuNav ul li.active a {
    color: #549f5d;
  }

  body header .header-block #mobMenuNav ul li ul {
    display: none;
  }

  body header .header-block #mobMenuNav ul li.active ul {
    display: block;
    padding-left: 15px;
    margin-top: 10px;
  }

  body header .header-block #mobMenuNav ul li.active ul li {
    margin-bottom: 5px;
  }

  body header .header-block #mobMenuNav ul li.active ul li a {
    color: #000;
  }

  body header .header-block #mobMenuNav ul li.active ul li.active a {
    color: #549f5d;
  }

  body header .header-block #mobMenuNav .cls-block {
    max-width: 55%;
    right: 0;
    position: absolute;
    top: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body header .header-block #mobMenuNav .cls-block .langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  body header .header-block #mobMenuNav .cls-block .langs ul {
    margin: 0;
  }

  body header .header-block #mobMenuNav .cls-block .langs ul li {
    color: #000;
  }

  body header .header-block #mobMenuNav .cls-block .langs ul li a {
    color: rgba(0, 0, 0, 0.51);
  }

  body header .header-block #mobMenuNav .cls-block .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
  }

  body header .header-block #mobMenuNav .callback-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }

  body header .header-block #mobMenuNav .callback-header a {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  body header .header-block #mobMenuNav .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }

  body header .header-block .cls-block {
    max-width: 75%;
  }

  body header .header-block .cls-block .social {
    margin-left: 0;
    width: 10%;
  }

  body header .header-block .cls-block .langs {
    width: 100%;
  }

  body header .header-block .cls-block .cart-btns {
    justify-content: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  body header .header-block .d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  body header .header-block .logo a {
    margin: 0;
  }

  body header .header-block .logo a img {
    max-height: 100%;
  }

  body main .home-slider .slider {
    text-align: center;
  }

  body main .home-slider .slider .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body main .home-slider .slider .item.centered .slide-img-block {
    display: none;
  }

  body main .home-slider .slider .item.centered .slide-text-block {
    height: 700px;
  }

  body main .home-slider .slider .item.centered .slide-text-block:after,
  body main .home-slider .slider .item.centered .slide-text-block:before {
    width: 100%;
  }

  body main .home-slider .slider .item.centered .slide-text-block .slide-text {
    padding-top: 160px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }

  body main .home-slider .slider .item.centered .slide-text-block .slide-text h2 {
    width: 100%;
  }

  body main .home-slider .slider .item .slide-text-block {
    width: 100%;
    max-width: 100%;
    height: 400px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body main .home-slider .slider .item .slide-text-block .slide-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0 5%;
    margin: auto auto 0;
  }

  body main .home-slider .slider .item .slide-text-block .slide-text .slide-more {
    float: none;
    width: auto;
    display: inline-block;
  }

  body main .home-slider .slider .item .slide-text-block .slide-galery {
    display: none;
  }

  body main .home-slider .slider .item .slide-img-block {
    max-width: 100%;
    width: 100%;
    height: 500px;
  }

  body main .home-slider .slider .jcc {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 1px;
    position: absolute;
    top: 54%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  body main .home-slider .slider .sliderArrows.main {
    border-radius: 0 0 10px 10px;
    margin: 0;
  }

  body main .featured-products .nav-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  body main .featured-products .nav-tabs .nav-link {
    margin: 0;
  }

  body main .featured-products .nav-tabs .nav-link.active {
    font-size: 26px;
  }

  body main .featured-products .tab-pane .show-more {
    left: 5%;
    bottom: -5%;
    right: inherit;
    top: inherit;
  }

  body main .featured-products .tab-pane .tab-slider .sliderArrows {
    bottom: -10%;
    top: inherit;
  }

  body main .catalog .block {
    margin-bottom: 20px;
  }

  body main .catalog .block .text {
    width: 70%;
    padding-left: 30px;
    margin-top: 0;
  }

  body main .catalog .block .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body main .catalog .block .inner .image {
    width: 25%;
  }

  body main .catalog .block .inner .image img {
    height: 100%;
    width: auto;
  }

  body main .catalog .block .inner .image span {
    height: 90%;
    margin-left: 70px;
  }

  body main .laminat-block .row .col-5 {
    display: none;
  }

  body main .laminat-block .row .col-7 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  body main .laminat-block .text-block {
    border-radius: 0;
  }

  body main .about-block {
    background-position: 0;
    background-size: cover;
    padding: 75px 0;
  }

  body main .about-block .video-play {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body main .advantages-block .inner .block:first-child,
  body main .advantages-block .inner .block:nth-child(2),
  body main .articles-block .articles .article:first-child,
  body main .articles-block .articles .article:nth-child(2) {
    margin-bottom: 40px;
  }

  body main .def-page {
    padding-bottom: 50px;
  }

  body main .def-page .sidebar {
    display: none;
  }

  body main .def-page .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  body main .def-page .content [class*=col-3] {
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  body main .def-page .content .sorting {
    display: none;
  }

  body main .def-page .content .filter-sort-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  body main .def-page .content .filter-sort-mob .filter-btn,
  body main .def-page .content .filter-sort-mob .sort-type {
    width: 49%;
    background: transparent;
    border: 1.5px solid;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #549f5d;
  }

  body main .def-page .content .filter-sort-mob .filter-btn .list,
  body main .def-page .content .filter-sort-mob .sort-type .list {
    width: 100%;
  }

  body main .def-page .content .filter-sort-mob .filter-btn:after,
  body main .def-page .content .filter-sort-mob .sort-type:after {
    border-color: #549f5d;
    height: 8px;
    width: 8px;
    right: 30px;
  }

  body main .def-page .content .products {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 40px -15px;
  }

  body main .def-page .content .products .item .image img {
    max-height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 180px;
  }

  body main .def-page .content .products .item .text .price {
    font-size: 16px;
  }

  body main .def-page .content .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  body main .def-page .content .product .interior .interiorBg .fix-center-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  body main .def-page .content .product .interior .interiorContent .optsBtn {
    right: 2%;
  }

  body main .def-page .content .product .interior .interiorContent .optsBtn.minimize {
    top: -140px;
  }

  body main .def-page .content .product .interior .interiorContent .intOptions {
    right: 4%;
  }

  body main .def-page .content .product .image,
  body main .def-page .content .product .main-content {
    max-width: 50%;
  }

  body main .def-page .content .product .image .flash {
    left: 0;
  }

  body main .def-page .content .product .image .main-slider .fb:hover .zoomIn {
    display: none;
  }

  body main .def-page .content .product .main-info {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }

  body main .def-page .content .product .lSSlideWrapper {
    margin-left: 0;
    display: block;
    float: left;
    height: 340px;
    margin-bottom: 30px;
  }

  body main .def-page .content .product .lSSlideOuter .lSPager.lSGallery li {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }

  body main .def-page .content .product .lSSlideOuter .lSPager.lSGallery li a {
    margin: auto;
  }

  body main .def-page .content .product .lSSlideOuter .lSPager.lSGallery li a img {
    max-height: 100%;
  }

  body main .def-page .content .product .lSSlideOuter .lightSlider,
  body main .def-page .content .product .lSSlideOuter .lSPager {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body main .def-page .content .product .image.lslide {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body main .def-page .content .product .image.lslide img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  body main .def-page .content .product .main-content .info-block {
    display: none;
  }

  body main .def-page .content .product .main-content .attributes {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  body main .def-page .content .product .main-content .attributes .stock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  body main .def-page .content .product .main-content .attributes .info-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
  }

  body main .def-page .content .product .main-content .attributes .info-text p {
    margin-bottom: 15px;
  }

  body main .def-page .content .product .main-content .attributes .attribute {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 10px;
  }

  body main .def-page .content .product .main-content .attributes .attribute strong {
    width: 25%;
  }

  body main .def-page .content .product .main-content .attributes .attribute .variants {
    width: 75%;
  }

  body main .def-page .content .product .main-content .attributes .attribute.color {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  body main .def-page .content .product .main-content .attributes .add {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-bottom: 20px;
  }

  body main .def-page .content .product .main-content .attributes .add .btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  body main .def-page .content .product .main-content .attributes .add .btns .add-to-compare {
    width: 55px;
    margin-left: 10px;
  }

  body main .def-page .content .product .main-content .attributes .add .btns .add-to-cart {
    margin-right: 0;
    width: 90%;
  }

  body main .def-page .content .product .main-content .attributes .nice-select {
    height: 30px;
    line-height: 30px;
    width: 110px;
    margin-bottom: 10px;
    border-color: hsla(0, 0%, 58%, 0.51);
    background: hsla(0, 0%, 100%, 0.78);
  }

  body main .def-page .content .product .characteristics {
    padding: 25px 0 40px;
    width: 100%;
  }

  body main .def-page .content .product .characteristics strong {
    padding: 0 20px 15px;
  }

  body main .def-page .content .product .characteristics .block .char {
    padding: 10px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body main .def-page .content .product .characteristics .block .char strong {
    width: 70%;
  }

  body main .def-page .content .product .characteristics .block .char p {
    font-size: 12px;
  }

  body main .def-page .content .cart-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body main .def-page .content .cart-content .clear-cart {
    font-size: 12px;
    width: 150px;
    padding: 12px;
  }

  body main .def-page .content .cart-content .cart-items .item .image {
    max-width: 25%;
    padding: 20px 10px;
  }

  body main .def-page .content .cart-content .cart-items .item .info {
    max-width: 20%;
    padding-left: 0;
  }

  body main .def-page .content .cart-content .cart-items .item .info .name {
    font-size: 12px;
  }

  body main .def-page .content .cart-content .cart-items .item .info .desc {
    display: none;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob {
    display: block;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p {
    font-family: ProximaNova-Bold;
    font-size: 16px;
    color: #000;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p span {
    font-family: ProximaNova-Bold;
    color: #000;
    margin-left: 5px;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p.old-price {
    font-size: 12px;
    color: #c4c4c4;
    font-family: ProximaNova-Regular;
    text-decoration: line-through;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p.old-price .valute {
    font-size: 12px;
    font-family: ProximaNova-Regular;
    margin-left: 0;
    color: #c4c4c4;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob span {
    font-size: 12px;
  }

  body main .def-page .content .cart-content .cart-items .item .attributes {
    max-width: 25%;
    font-size: 12px;
    padding-left: 0;
  }

  body main .def-page .content .cart-content .cart-items .item .count {
    font-size: 12px;
    padding-left: 0;
    max-width: 22%;
  }

  body main .def-page .content .cart-content .cart-items .item .attributes .attribute {
    margin-bottom: 5px;
  }

  body main .def-page .content .cart-content .cart-items .item .price {
    display: none;
  }

  body main .def-page .content .cart-content .cart-items .item .remove {
    max-width: 30px;
  }

  body main .def-page .content .cart-content .cart-items .item .remove a {
    text-indent: -99999px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #efefef;
    background-image: url(../images/close.svg);
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: 15px;
  }

  body main .def-page .content .cart-content .cart-items ~ .row {
    width: 100%;
  }

  body main .def-page .content .cart-content .cart-bottom {
    margin: 0;
  }

  body main .def-page .content .cart-content .cart-bottom .back,
  body main .def-page .content .cart-content .cart-bottom .next,
  body main .def-page .content .cart-content .cart-bottom .steps,
  body main .def-page .content .cart-content .cart-bottom .total {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }

  body main .def-page .content .cart-content .cart-bottom .total {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body main .def-page .content .cart-content .cart-bottom .total span {
    font-size: 12px;
  }

  body main .def-page .content .cart-content .cart-bottom .total p {
    font-size: 14px;
  }

  body main .def-page .content .cart-content .cart-bottom .total p .valute {
    margin-right: 0;
    font-size: 14px;
  }

  body main .def-page .content .cart-content .cart-bottom .steps {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  body main .def-page .content .cart-content .cart-bottom .steps ul li {
    font-size: 12px;
    margin-right: 5px;
  }

  body main .def-page .content .cart-content .cart-bottom .steps ul li:last-child {
    margin-right: 0;
  }

  body main .def-page .content .cart-content .cart-bottom .back {
    display: none;
  }

  body main .def-page .content .cart-content .cart-bottom .back,
  body main .def-page .content .cart-content .cart-bottom .next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  body main .def-page .content .cart-content .cart-bottom .back a,
  body main .def-page .content .cart-content .cart-bottom .next a {
    font-size: 12px;
  }

  body main .def-page .content .cart-bottom {
    width: 100%;
    margin: 0;
  }

  body main .def-page .content .cart-bottom .back,
  body main .def-page .content .cart-bottom .next,
  body main .def-page .content .cart-bottom .steps,
  body main .def-page .content .cart-bottom .total {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }

  body main .def-page .content .cart-bottom .total {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body main .def-page .content .cart-bottom .total span {
    font-size: 12px;
  }

  body main .def-page .content .cart-bottom .total p,
  body main .def-page .content .cart-bottom .total p .valute {
    font-size: 14px;
  }

  body main .def-page .content .cart-bottom .steps {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }

  body main .def-page .content .cart-bottom .steps ul li {
    font-size: 12px;
    margin-right: 5px;
  }

  body main .def-page .content .cart-bottom .back {
    display: none;
  }

  body main .def-page .content .cart-bottom .back,
  body main .def-page .content .cart-bottom .next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  body main .def-page .content .cart-bottom .back a,
  body main .def-page .content .cart-bottom .next a {
    font-size: 12px;
  }

  body main .def-page .content .checkout-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }

  body main .def-page .content .checkout-content .total.offset-1 {
    display: none;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  body main .def-page .content .checkout-content .cart-items .item .name,
  body main .def-page .content .checkout-content .cart-items .item .price {
    max-width: 25%;
  }

  body main .def-page .content .checkout-content .cart-items .item .count {
    max-width: 16%;
    text-align: left;
  }

  body main .def-page .content .awaiting-content,
  body main .def-page .content .complete-content {
    padding: 200px 40px;
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body main .def-page .content .awaiting-content strong,
  body main .def-page .content .complete-content strong {
    font-size: 22px;
  }

  body main .def-page .content .awaiting-content p,
  body main .def-page .content .complete-content p {
    font-size: 16px;
  }

  body main .def-page .content .awaiting-content ~ .cart-bottom .next,
  body main .def-page .content .complete-content ~ .cart-bottom .next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  body main .def-page .content .awaiting-content .loader,
  body main .def-page .content .complete-content .loader {
    top: 77%;
    left: 47%;
  }

  body main .def-page .content .awaiting-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body main .def-page .content .awaiting-content p,
  body main .def-page .content .awaiting-content strong {
    clear: both;
    width: 100%;
  }

  body main .def-page .content .awaiting-content .loader {
    top: 67%;
  }

  body main .def-page .content .awaiting-content .stsBtn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body main .def-page .content .sales {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body main .def-page .content .sales .sale-block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  body main .def-page .content .sales .sale-block .image {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  body main .def-page .content .sales .sale-block .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  body main .def-page .content .sales .sale-block .info {
    max-width: 50%;
    padding: 20px;
  }

  body main .def-page .content .about-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body main .def-page .content .about-content .render {
    height: auto;
    background-size: cover;
    padding: 30px;
  }

  body main .def-page .content .about-content .render h2 {
    font-size: 24px;
  }

  body main .def-page .content .about-content .col-5,
  body main .def-page .content .about-content .col-7 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }

  body main .def-page .content .about-content [class*=col-3] {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
    width: 100%;
  }

  body main .def-page .content .about-content .text-content .video .play {
    background-size: 100px;
    width: 100px;
    top: 37%;
    left: 43%;
    height: 100px;
  }

  body main .def-page .content .about-content .text-content .advantages {
    margin-left: 0;
  }

  body main .def-page .content .about-content .text-content .advantages .block {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }

  body main .def-page .content .about-content .text-content .page-header {
    margin-bottom: 0;
  }

  body main .def-page .content .about-content .text-content .page-header h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  body main .def-page .content .about-content .text-content .page-header .col-5,
  body main .def-page .content .about-content .text-content .page-header .col-7 {
    margin-bottom: 15px;
  }

  body main .def-page .content .about-content .bottom-block {
    margin-top: 0;
  }

  body main .def-page .content .about-content .bottom-block .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body main .def-page .content .about-content .bottom-block .text p {
    margin-bottom: 15px;
  }

  body main .def-page .content .about-content .bottom-block .slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin-bottom: 25px;
  }

  body main .def-page .content .about-content .bottom-block .sliderArrows {
    right: 0;
  }

  body main .def-page .content .about-content .frameMap iframe {
    max-width: 100%;
    max-height: 300px;
  }

  body main .def-page .content .compare-content {
    margin-bottom: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body main .def-page .content .compare-content .header-btns {
    width: 100%;
  }

  body main .def-page .content .compare-content .header-btns .btns {
    padding: 0;
  }

  body main .def-page .content .compare-content .header-btns .btns a {
    width: 47.5%;
    font-size: 12px;
  }

  body main .def-page .content .compare-content .header-btns .btns a.back {
    padding: 13px;
  }

  body main .def-page .content .compare-content .header-btns .filter {
    padding: 0;
    margin-top: 30px;
  }

  body main .def-page .content .compare-content .header-btns .filter .custom-control {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  body main .def-page .content .compare-content .products .col-3 {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  body main .def-page .content .compare-content .products .os-scrollbar-track {
    height: 6px;
  }

  body main .def-page .content .compare-content .products .item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }

  body main .def-page .content .compare-content .products .item:hover img {
    margin-top: 50px;
  }

  body main .def-page .content .compare-content .products .item-chars {
    min-height: auto;
  }

  body main .def-page .content .compare-content .products .item-chars p,
  body main .def-page .content .compare-content .products .item-chars strong {
    font-size: 12px;
  }

  body main .def-page .related-products {
    padding-bottom: 10px;
  }

  body main .def-page .related-products .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  body main .def-page .related-products .tab-slider {
    padding-bottom: 40px;
  }

  body main .def-page .related-products .tab-slider .slick-track {
    margin-left: 3%;
  }

  body main .def-page.checkout-page .content form {
    width: 100%;
  }

  body main .def-page.checkout-page .cart-bottom {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  body main .def-page.checkout-page .cart-bottom .steps {
    margin-left: 0;
  }

  body main .def-page.partners-page .text {
    width: 100%;
  }

  body main .def-page.partners-page .text .partners {
    width: 100%;
    margin: 0;
  }

  body main .def-page.partners-page .text .partners .row.col-12 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  body main .def-page.partners-page .text .partners .content [class*=col-],
  body main .def-page.partners-page .text .partners .row.col-12 [class*=col-] {
    padding: 0;
    width: 100%;
  }

  body main .def-page.partners-page .text .partners .content .row {
    margin: 0;
    width: 100%;
  }

  body main .def-page.partners-page .text .partners .sliderArrows {
    padding: 6px;
    width: 125px;
    right: 0;
  }

  body main .def-page.partners-page .text .partners h4 {
    padding-left: 1rem;
  }

  body footer .left-block {
    width: 100%;
  }

  body footer .left-block .container-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body footer .left-block .container-block .copyright-block {
    margin-bottom: 0;
  }

  body footer .left-block .container-block .copyright-text {
    display: none;
  }

  body footer .left-block .container-block .slogan {
    max-width: 50%;
  }

  body footer .left-block .container-block .logo {
    margin-bottom: 0;
    max-width: 65%;
  }

  body footer .left-block .container-block .epays {
    margin-bottom: 0;
  }

  body footer .right-block {
    width: 100%;
  }

  body footer .right-block .container-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body footer .right-block .container-block .contacts-block {
    width: 100%;
  }

  body footer .right-block .container-block .contacts-block .contact.social {
    width: 4%;
  }

  body footer .right-block .container-block .footer-menu {
    width: 100%;
  }

  body footer .right-block .container-block .footer-menu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  body footer .right-block .container-block .footer-menu ul li a {
    margin-right: 0;
  }

  body footer .right-block .container-block .developers-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body .popup-video {
    width: 95%;
    left: 0;
    margin: auto;
    top: 20%;
    height: 35%;
  }

  body .loader {
    top: 100%;
  }
}

@media (max-width: 1200px) {
  body footer .right-block .container-block {
    width: 100%;
  }

  body footer .right-block .container-block .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 844px) {
  body footer .right-block .container-block .footer-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 500px) {
  body footer .right-block .container-block .footer-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  img {
    max-width: 100% !important;
  }

  footer,
  header,
  main {
    overflow: hidden;
  }

  [class*=col-4],
  [class*=col-6],
  [class*=col-7],
  [class*=col-8],
  [class*=col-9] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  [class*=col-2],
  [class*=col-3] {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  body {
    background: #549f5d;
  }

  body header {
    overflow: visible;
  }

  body header .menu .phones-header {
    max-width: 80%;
    width: 80%;
    -webkit-box-flex: 80%;
        -ms-flex: 80%;
            flex: 80%;
  }

  body header .menu .phones-header a {
    font-size: 14px;
    margin-right: 10px;
  }

  body header .menu .main .col-6.row {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }

  body header .menu .callback-header {
    max-width: 20%;
  }

  body header .menu .callback-header .callback-btn {
    text-indent: -99999px;
    background-image: url(../images/tel.svg);
    background-size: 20px;
    max-height: 98%;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position: 50%;
  }

  body header .header-block .hamb {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  body header .header-block .logo {
    width: 25%;
  }

  body header .header-block .logo a {
    text-align: center;
  }

  body header .header-block .logo a img {
    width: 80%;
  }

  body header .header-block .cls-block {
    max-width: 40%;
    padding-top: 5px;
  }

  body header .header-block .cls-block .langs,
  body header .header-block .cls-block .social {
    display: none;
  }

  body header .header-block .cls-block .cart-btns {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  body header .header-block .cls-block .cart-btns .compare-header .compare {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-position-x: 6px;
    background-size: 25px;
  }

  body header .header-block .cls-block .cart-btns .compare-header .compare span {
    border-radius: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 12px;
    height: 15px;
  }

  body header .header-block .cls-block .cart-btns .cart-header .cart {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-position-x: 5px;
    background-size: 25px;
  }

  body header .header-block .cls-block .cart-btns .cart-header .cart span {
    border-radius: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 12px;
    height: 15px;
  }

  body main {
    background: #fff;
  }

  body main h3 {
    font-size: 22px;
  }

  body main .home-slider .slider {
    margin-bottom: 70px;
  }

  body main .home-slider .slider .item.centered .slide-text-block {
    height: 410px;
  }

  body main .home-slider .slider .item.centered .slide-text-block:before {
    background-size: 110%;
    width: 150%;
  }

  body main .home-slider .slider .item.centered .slide-text-block:after {
    background-size: 125%;
  }

  body main .home-slider .slider .item.centered .slide-text-block .slide-text {
    padding-top: 65px;
  }

  body main .home-slider .slider .item.centered .slide-text-block .slide-text h2 {
    color: inherit;
  }

  body main .home-slider .slider .item .slide-img-block {
    position: absolute;
    top: 0;
    z-index: -1;
  }

  body main .home-slider .slider .item .slide-img-block:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  body main .home-slider .slider .item .slide-text-block .slide-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body main .home-slider .slider .item .slide-text-block .slide-text h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
  }

  body main .home-slider .slider .item .slide-text-block .slide-text p {
    font-weight: 300;
    color: #fff;
    font-size: 14px;
  }

  body main .home-slider .slider .item .slide-text-block .slide-text .slide-more {
    margin-bottom: 0;
    padding: 12px 30px;
    color: #fff;
    background: #74b67a;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px #000;
            box-shadow: 0 0 1px #000;
  }

  body main .home-slider .slider .jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    top: auto;
    bottom: -35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body main .home-slider .slider .jcc .sliderArrows.main {
    padding: 20px 40px;
    max-width: 200px;
  }

  body main .featured-products {
    padding-top: 10px;
  }

  body main .featured-products nav {
    border-bottom: 1px solid #dcdcdc;
  }

  body main .featured-products .nav-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: -2px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  body main .featured-products .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  body main .featured-products .nav-tabs .nav-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 10px 0;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    white-space: pre;
    z-index: 10;
    margin: 0 15px -0.5px;
    border-bottom: 1px solid #aeaeae;
  }

  body main .featured-products .nav-tabs .nav-link:first-child {
    margin-right: 15px;
    margin-left: 0;
  }

  body main .featured-products .nav-tabs .nav-link:first-child.active {
    margin-left: 0;
  }

  body main .featured-products .nav-tabs .nav-link.active {
    font-size: 16px;
    border-bottom: 1px solid #549f5d;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -0.5px;
  }

  body main .featured-products .tab-pane .show-more {
    bottom: -2%;
  }

  body main .featured-products .tab-pane .tab-slider .sliderArrows {
    bottom: -7%;
  }

  body main .catalog {
    margin-bottom: 40px;
  }

  body main .catalog .block {
    max-height: 300px;
    margin-bottom: 30px;
    padding: 0 15px 0 25px;
  }

  body main .catalog .block .inner {
    padding: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  body main .catalog .block .inner h5 {
    font-size: 16px;
  }

  body main .catalog .block .inner .description {
    font-size: 12px;
    line-height: 15px;
  }

  body main .catalog .block .inner .more {
    font-size: 12px;
  }

  body main .catalog .block .inner .image {
    width: 35%;
  }

  body main .catalog .block .inner .image a {
    left: -35%;
    top: inherit;
  }

  body main .catalog .block .inner .image img {
    height: 100%;
    width: 100%;
  }

  body main .catalog .block .inner .image span {
    margin-top: 10%;
    margin-right: 15px;
    margin-left: 10px;
  }

  body main .catalog .block .text {
    padding-left: 15px;
  }

  body main .laminat-block {
    margin: 50px auto;
  }

  body main .laminat-block .main-desc {
    max-width: 100%;
  }

  body main .laminat-block .text-block {
    margin: 20px -15px;
    padding: 30px 15px;
  }

  body main .laminat-block .text-block ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
            column-count: 1;
  }

  body main .laminat-block .text-block .more-btns {
    margin-top: 0;
  }

  body main .about-block .info-text p {
    font-size: 14px;
  }

  body main .about-block .video-play {
    margin-top: 40px;
  }

  body main .advantages-block .inner .block {
    margin-bottom: 40px;
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  body main .advantages-block .inner .block img {
    margin-left: 15px;
  }

  body main .advantages-block .inner .block h4 {
    text-align: center;
    font-size: 16px;
  }

  body main .advantages-block .inner .block p {
    max-width: 100%;
    font-size: 12px;
    text-align: center;
  }

  body main .articles-block .title-block {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  body main .articles-block .title-block .more {
    text-align: right;
    font-size: 13px;
  }

  body main .articles-block .articles .article {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  body main .def-page .pre-header h1 {
    font-size: 24px;
  }

  body main .def-page .content [class*=col-3] {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 5px;
  }

  body main .def-page .content .filter-sort-mob .filter-btn,
  body main .def-page .content .filter-sort-mob .sort-type {
    width: 100%;
    margin-bottom: 20px;
  }

  body main .def-page .content .filter-sort-mob .sort-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body main .def-page .content .products {
    margin: 20px -5px;
  }

  body main .def-page .content .products .item {
    height: 385px;
    margin: 0;
  }

  body main .def-page .content .products .item .image img {
    max-height: 135px;
    max-width: 115px !important;
  }

  body main .def-page .content .products .item .text {
    padding: 0 10px;
    margin-top: 15px;
  }

  body main .def-page .content .products .item .text .name {
    font-size: 14px;
    line-height: normal;
    height: 70px;
  }

  body main .def-page .content .products .item .text .price {
    font-size: 14px;
  }

  body main .def-page .content .products .item .text .price .old-price {
    font-size: 12px;
    margin-right: 1px;
  }

  body main .def-page .content .products .item .btns {
    padding: 0 10px;
  }

  body main .def-page .content .product {
    padding: 0 15px;
  }

  body main .def-page .content .product .interior,
  body main .def-page .content .product .switcher {
    display: none;
  }

  body main .def-page .content .product .image {
    max-width: 100%;
    width: 100%;
  }

  body main .def-page .content .product .image .lSPager.lSGallery img {
    max-height: 100%;
  }

  body main .def-page .content .product .main-content {
    padding-left: 0;
    max-width: 100%;
    margin-top: 30px;
  }

  body main .def-page .content .product .main-content .attributes {
    max-height: inherit;
    padding-right: 0;
  }

  body main .def-page .content .product .main-content .attributes .attribute {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body main .def-page .content .product .main-content .attributes .attribute.color .variants {
    width: 165px;
  }

  body main .def-page .content .product .main-content .attributes .attribute.color .variants li {
    margin-right: 25px;
  }

  body main .def-page .content .product .main-content .attributes .nice-select {
    width: 165px;
  }

  body main .def-page .content .product .main-content .attributes .nice-select .list {
    width: 100%;
  }

  body main .def-page .content .product .main-content .attributes .add {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body main .def-page .content .product .main-content .attributes .add .price {
    width: 100%;
  }

  body main .def-page .content .product .main-content .attributes .add .btns {
    width: 80%;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body main .def-page .content .product .main-content .info-text {
    margin-bottom: 10px;
  }

  body main .def-page .content .product .characteristics .block .char strong {
    width: 50%;
    padding-right: 10px;
    font-size: 13px;
  }

  body main .def-page .content .product .characteristics .block .char p {
    padding-left: 10px;
  }

  body main .def-page .content .cart-content .clear-cart {
    font-size: 12px;
    width: 100%;
    padding: 12px;
  }

  body main .def-page .content .cart-content .cart-items .item {
    padding: 10px;
  }

  body main .def-page .content .cart-content .cart-items .item .image {
    display: none;
    max-width: 25%;
    padding: 20px 10px;
  }

  body main .def-page .content .cart-content .cart-items .item .info {
    max-width: 45%;
    padding-left: 0;
  }

  body main .def-page .content .cart-content .cart-items .item .info .name {
    font-size: 12px;
  }

  body main .def-page .content .cart-content .cart-items .item .info .desc {
    display: none;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob {
    display: block;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p {
    font-family: ProximaNova-Bold;
    font-size: 16px;
    color: #000;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p span {
    font-family: ProximaNova-Bold;
    color: #000;
    margin-left: 5px;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p.old-price {
    font-size: 12px;
    color: #c4c4c4;
    font-family: ProximaNova-Regular;
    text-decoration: line-through;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob p.old-price .valute {
    font-size: 12px;
    font-family: ProximaNova-Regular;
    margin-left: 0;
    color: #c4c4c4;
  }

  body main .def-page .content .cart-content .cart-items .item .info .price-mob span {
    font-size: 12px;
  }

  body main .def-page .content .cart-content .cart-items .item .info .attrs-mob {
    display: block;
    font-size: 12px;
  }

  body main .def-page .content .cart-content .cart-items .item .info .attrs-mob p {
    margin-bottom: 0;
  }

  body main .def-page .content .cart-content .cart-items .item .attributes {
    max-width: 25%;
    display: none;
    font-size: 12px;
    padding-left: 0;
  }

  body main .def-page .content .cart-content .cart-items .item .count {
    font-size: 12px;
    max-width: 47%;
    padding: 0;
  }

  body main .def-page .content .cart-content .cart-items .item .attributes .attribute {
    margin-bottom: 5px;
  }

  body main .def-page .content .cart-content .cart-items .item .price {
    display: none;
  }

  body main .def-page .content .cart-content .cart-items .item .remove {
    max-width: 5%;
  }

  body main .def-page .content .cart-content .cart-items .item .remove a {
    text-indent: -99999px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #efefef;
    background-image: url(../images/close.svg);
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: 15px;
  }

  body main .def-page .content .cart-content .cart-items ~ .row {
    width: auto;
  }

  body main .def-page .content .cart-content .cart-bottom {
    margin-top: 0;
  }

  body main .def-page .content .cart-content .cart-bottom .back,
  body main .def-page .content .cart-content .cart-bottom .next,
  body main .def-page .content .cart-content .cart-bottom .steps,
  body main .def-page .content .cart-content .cart-bottom .total {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }

  body main .def-page .content .cart-content .cart-bottom .total {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    padding: 0 15px 15px;
  }

  body main .def-page .content .cart-content .cart-bottom .total span {
    font-size: 12px;
  }

  body main .def-page .content .cart-content .cart-bottom .total p {
    font-size: 14px;
  }

  body main .def-page .content .cart-content .cart-bottom .steps {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  body main .def-page .content .cart-content .cart-bottom .steps ul li {
    font-size: 12px;
    margin-right: 5px;
  }

  body main .def-page .content .cart-content .cart-bottom .back {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
    display: none;
  }

  body main .def-page .content .cart-content .cart-bottom .next {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  body main .def-page .content .cart-content .cart-bottom .next a {
    width: 100%;
  }

  body main .def-page .content .cart-bottom {
    margin-top: 0;
  }

  body main .def-page .content .cart-bottom .back,
  body main .def-page .content .cart-bottom .next,
  body main .def-page .content .cart-bottom .steps,
  body main .def-page .content .cart-bottom .total {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }

  body main .def-page .content .cart-bottom .total {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }

  body main .def-page .content .cart-bottom .total span {
    font-size: 12px;
  }

  body main .def-page .content .cart-bottom .total p {
    font-size: 14px;
  }

  body main .def-page .content .cart-bottom .steps {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }

  body main .def-page .content .cart-bottom .steps ul li {
    font-size: 12px;
    margin-right: 5px;
  }

  body main .def-page .content .cart-bottom .back {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
    display: none;
  }

  body main .def-page .content .cart-bottom .next {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  body main .def-page .content .cart-bottom .next a {
    width: 100%;
  }

  body main .def-page .content .checkout-content {
    padding: 40px 20px;
    margin-bottom: 10px;
  }

  body main .def-page .content .checkout-content .checkout-block .header-info strong {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  body main .def-page .content .checkout-content .checkout-block .header-info span {
    margin: 0;
  }

  body main .def-page .content .checkout-content .checkout-block .input-block strong {
    margin-bottom: 20px;
  }

  body main .def-page .content .checkout-content .checkout-block .input-block .delivery-radios,
  body main .def-page .content .checkout-content .checkout-block .input-block .payment-radios,
  body main .def-page .content .checkout-content .checkout-block .input-block input,
  body main .def-page .content .checkout-content .checkout-block .input-block label,
  body main .def-page .content .checkout-content .checkout-block .input-block strong,
  body main .def-page .content .checkout-content .checkout-block .input-block textarea {
    width: 100%;
  }

  body main .def-page .content .checkout-content .checkout-block .details.payment .input-block.top-0 {
    margin-bottom: 35px;
  }

  body main .def-page .content .awaiting-content,
  body main .def-page .content .complete-content {
    padding: 75px 15px;
  }

  body main .def-page .content .awaiting-content strong,
  body main .def-page .content .complete-content strong {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
  }

  body main .def-page .content .awaiting-content p,
  body main .def-page .content .complete-content p {
    font-size: 12px;
  }

  body main .def-page .content .awaiting-content ~ .cart-bottom .next,
  body main .def-page .content .complete-content ~ .cart-bottom .next {
    padding: 0 15px;
  }

  body main .def-page .content .awaiting-content .loader,
  body main .def-page .content .complete-content .loader {
    top: 77%;
  }

  body main .def-page .content .awaiting-content .stsBtn,
  body main .def-page .content .complete-content .stsBtn {
    margin: 15px auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body main .def-page .content .awaiting-content .stsBtn:hover,
  body main .def-page .content .complete-content .stsBtn:hover {
    color: #fff;
  }

  body main .def-page .content .awaiting-content .stsText,
  body main .def-page .content .complete-content .stsText {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
  }

  body main .def-page .content .sales .sale-block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  body main .def-page .content .sales .sale-block .image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }

  body main .def-page .content .sales .sale-block .image img {
    height: 100%;
    border-radius: 10px 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  body main .def-page .content .sales .sale-block .info {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px;
  }

  body main .def-page .content .sales .sale-block .info .title {
    margin-bottom: 10px;
  }

  body main .def-page .content .about-content .render {
    height: 250px;
    background-size: 175%;
    margin-bottom: 10px;
  }

  body main .def-page .content .about-content .render h2 {
    font-size: 18px;
    max-width: 90%;
  }

  body main .def-page .content .about-content .col-5,
  body main .def-page .content .about-content .col-7 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }

  body main .def-page .content .about-content .text-content {
    padding: 35px 20px;
    font-size: 12px;
  }

  body main .def-page .content .about-content .text-content .video .play {
    background-size: 70px;
    width: 70px;
    top: 37%;
    left: 43%;
    height: 70px;
  }

  body main .def-page .content .about-content .text-content .advantages {
    margin: 0;
  }

  body main .def-page .content .about-content .text-content .advantages .block {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    margin-bottom: 5px;
  }

  body main .def-page .content .about-content .text-content .advantages .block h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  body main .def-page .content .about-content .text-content .advantages .block .text p {
    font-size: 12px;
  }

  body main .def-page .content .about-content .bottom-block {
    margin-top: 0;
  }

  body main .def-page .content .about-content .bottom-block .text {
    padding: 0;
  }

  body main .def-page .content .about-content .bottom-block .text p {
    margin-bottom: 15px;
  }

  body main .def-page .content .about-content .bottom-block .slider {
    padding: 0;
  }

  body main .def-page .content .about-content .bottom-block .slider .slick-list {
    border-radius: 10px;
  }

  body main .def-page .content .about-content .bottom-block .sliderArrows {
    right: 0;
    background: hsla(0, 0%, 100%, 0.8);
  }

  body main .def-page .content .compare-content .header-btns .btns {
    padding: 0;
  }

  body main .def-page .content .compare-content .header-btns .btns a {
    width: 47.5%;
    font-size: 12px;
  }

  body main .def-page .content .compare-content .header-btns .btns a.back {
    padding: 13px;
  }

  body main .def-page .content .compare-content .header-btns .filter {
    padding: 0;
    margin-top: 30px;
  }

  body main .def-page .content .compare-content .header-btns .filter .custom-control {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  body main .def-page .content .compare-content .products .col-3 {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }

  body main .def-page .content .compare-content .products .os-scrollbar-horizontal {
    top: 395px;
  }

  body main .def-page .content .compare-content .products .item {
    height: 380px;
    margin-bottom: 0;
  }

  body main .def-page .content .compare-content .products .item-chars {
    margin-top: 20px;
    padding: 10px;
  }

  body main .def-page .content .compare-content .products .item-chars p,
  body main .def-page .content .compare-content .products .item-chars strong {
    font-size: 10px;
  }

  body main .def-page .related-products .related-header {
    padding-right: 15px;
    padding-left: 15px;
  }

  body main .def-page .related-products .related-header strong {
    font-size: 18px;
  }

  body main .def-page.about-page .pre-header {
    margin-bottom: 10px;
  }

  body footer {
    background: #fff;
  }

  body footer .left-block .container-block .logo {
    max-width: 100%;
  }

  body footer .left-block .container-block .slogan {
    max-width: 60%;
    margin-left: 25px;
  }

  body footer .left-block .container-block .epays {
    text-align: center;
    margin-top: 20px;
  }

  body footer .left-block .container-block .copyright-block {
    width: 100%;
  }

  body footer .right-block .container-block {
    padding-bottom: 20px;
  }

  body footer .right-block .container-block .footer-menu {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  body footer .right-block .container-block .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body footer .right-block .container-block .footer-menu ul li {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  body footer .right-block .container-block .contacts-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body footer .right-block .container-block .contacts-block .contact {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  body footer .right-block .container-block .contacts-block .contact.phone,
  body footer .right-block .container-block .contacts-block .contact.social {
    width: 100%;
  }

  body footer .right-block .container-block .contacts-block .contact img {
    width: 30px;
  }

  body footer .right-block .container-block .developers-mob {
    margin-top: 0;
    text-align: center;
  }

  body footer .right-block .container-block .developers-mob p {
    width: 100%;
  }

  body .modal .popup-filter-full {
    overflow-y: auto;
  }

  body .modal .block,
  body .modal .filter,
  body .modal .filter-block {
    width: 100%;
  }

  body .popup-rights {
    padding: 20px;
    top: 2.5%;
  }

  body .popup-rights .close {
    right: -15px;
    top: -10px;
  }

  body .popup-rights .popup-rights-full {
    padding-right: 15px;
  }

  body .nicescroll-rails {
    margin-top: 395px;
  }

  .popup-order-call-img .img img {
    display: none;
  }

  .popup-order-call-right {
    width: 100%;
  }

  .popup-order-call-form {
    margin-top: 30px;
  }

  .popup-order-call-heading {
    font-size: 18px;
  }

  .popup-order-call-heading span,
  .popup-thank-you-heading {
    font-size: 28px;
  }

  .popup-thank-you-sub-heading {
    font-size: 16px;
    max-width: 90%;
  }
}

@media (max-width: 360px) {
  body main .def-page .content .products .item .text .name {
    font-size: 12px;
    height: 60px;
  }
}

@media (max-width: 321px) {
  body header .menu .phones-header a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  img {
    max-width: 100% !important;
  }

  footer,
  main {
    overflow: hidden;
  }

  [class*=col-4],
  [class*=col-6],
  [class*=col-8],
  [class*=col-9] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  [class*=col-2],
  [class*=col-3] {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  body header {
    overflow: visible;
  }

  body header .main {
    width: 100%;
    margin: 0;
    padding-right: 0;
    max-width: 100%;
  }

  body header .main .col-6.row {
    padding-right: 0;
    margin-right: 0;
  }

  body header .header-block .cls-block {
    max-width: 60%;
  }

  body header .header-block .cls-block .social {
    width: 35%;
    padding-top: 10px;
  }

  body header .header-block .cls-block .social img {
    width: 30px;
    height: 30px;
  }

  body main .home-slider .slider .item .slide-text-block {
    margin-top: 25px;
  }

  body main .home-slider .slider .jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body main .home-slider .slider .sliderArrows.main {
    padding: 35px 50px;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }

  body .popup-rights {
    padding: 20px;
  }

  body .popup-rights .close {
    right: -15px;
    top: -10px;
  }

  body .popup-rights .popup-rights-full {
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  img {
    max-width: 100% !important;
  }

  footer,
  main {
    overflow: hidden;
  }

  [class*=col-4],
  [class*=col-6],
  [class*=col-7],
  [class*=col-8],
  [class*=col-9] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  [class*=col-2],
  [class*=col-3] {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  body header {
    overflow: visible;
  }

  body header .main {
    width: 100%;
    margin: 0;
    padding-right: 0;
    max-width: 100%;
  }

  body header .main .col-6.row {
    padding-right: 0;
    margin-right: 0;
  }

  body header .header-block .cls-block {
    max-width: 60%;
  }

  body header .header-block .cls-block .social {
    width: 35%;
    padding-top: 10px;
  }

  body header .header-block .cls-block .social img {
    width: 30px;
    height: 30px;
  }

  body main .home-slider .slider .item .slide-text-block {
    margin-top: 25px;
  }

  body main .home-slider .slider .jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body main .home-slider .slider .sliderArrows.main {
    bottom: 37.3%;
    padding: 25px 50px;
    max-width: 100%;
  }

  body .popup-rights {
    padding: 20px;
  }

  body .popup-rights .close {
    right: -15px;
    top: -10px;
  }

  body .popup-rights .popup-rights-full {
    padding-right: 15px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  img {
    max-width: 100% !important;
  }

  footer,
  header,
  main {
    overflow: hidden;
  }

  [class*=col-4],
  [class*=col-6],
  [class*=col-7],
  [class*=col-8],
  [class*=col-9] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  [class*=col-2],
  [class*=col-3] {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  body header {
    overflow: visible;
  }

  body .popup-rights {
    padding: 20px;
  }

  body .popup-rights .close {
    right: -15px;
    top: -10px;
  }

  body .popup-rights .popup-rights-full {
    padding-right: 15px;
  }
}