body header .header-block {
  padding: 17px 0;
}

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

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

body header .header-block .cls-block .liked-header .liked 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 .liked-header .liked span.hasItems {
  background: #db281a;
}

body header .header-block .cls-block .liked-header .liked,
body header .header-block .cls-block .compare-header .compare,
body header .header-block .cls-block .cart-header .cart,
body .submit-btn,
body header .menu {
  background-color: #679D64;
}

body header .header-block .cls-block .liked-header .liked span,
body header .header-block .cls-block .compare-header .compare span,
body header .header-block .cls-block .cart-header .cart span {
  background-color: #82B47F;
}

body header .menu .navbar-nav {
  font-size: 17px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 108px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .menu .callback-header .callback-btn {
  white-space: nowrap;
  padding: 0 37px;
  background: #F6C344;
  border-radius: 100px;
  margin: 3px 0;
  color: #000000;
}

body header .menu .callback-header .callback-btn:hover {
  background: #F6C344;
  color: #ffffff;
}

body header .menu .right {
  background: #598555;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .menu .right .social {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .menu .right .social a {
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
}

body header .menu .right .social a img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(102%);
}

body header .header-block {
  overflow-x: hidden;
}

body header .header-block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

body header .header-block .logo img {
  max-height: 54px;
}

body header .header-block .cls-block .cart-btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .header-block .cls-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: unset;
  width: unset;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px 0;
}

body header .header-block .search form {
  padding-top: 0;
}

body header .header-block .search {
  max-width: 100%;
  margin-right: 48px;
}

.home-items {
  margin-top: 24px;
}

.home-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}

.home-items .item_title {
  max-width: 52%;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 24px;
  margin-left: 40px;
}

.home-items .item_bigLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: ProximaNova-Bold;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin-left: 40px;
  z-index: 2;
}

.home-items .item_bigLink img {
  margin-left: 10px;
  position: relative !important;
  width: auto !important;
  height: auto !important;
}

.home-items .item_smalLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: ProximaNova-Bold;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  position: absolute;
  bottom: 24px;
  left: 51px;
  z-index: 2;
}

.home-items .item_smalLink img {
  margin-left: 10px;
}

.home-items .item_left,
.home-items .item .slide {
  position: relative;
  width: 66.667%;
  height: 500px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-items .item_left picture img,
.home-items .item .slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.home-items .item_left .slick-dots,
.home-items .item .slide .slick-dots {
  position: absolute;
  bottom: 25px;
  right: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-items .item_left .slick-dots li,
.home-items .item .slide .slick-dots li {
  margin: 0 5px;
  width: 6px;
  height: 6px;
  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;
}

.home-items .item_left .slick-dots button,
.home-items .item .slide .slick-dots button {
  color: transparent;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  border: unset;
}

.home-items .item_left .slick-dots .slick-active,
.home-items .item .slide .slick-dots .slick-active {
  border-radius: 50%;
}

.home-items .item_left .slick-dots .slick-active button,
.home-items .item .slide .slick-dots .slick-active button {
  background: #B74231;
}

.home-items .item_right {
  width: 33.334%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-items .item_right .top,
.home-items .item_right .bottom {
  height: 238px;
  width: 100%;
  position: relative;
}

.home-items .item_right .top img,
.home-items .item_right .bottom img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dropdown {
  position: relative;
}

.dropdown_head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown_head a img {
  width: 7px;
  margin-left: 7px;
}

.dropdown_head a:hover span {
  border-bottom: unset !important;
}

.dropdown_body {
  position: absolute;
  min-width: 100%;
  top: calc(100% - 0px);
  left: 0;
  background: #679D64;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropdown:hover .dropdown_head a img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown:hover .dropdown_body {
  height: inherit;
  overflow: hidden;
  opacity: 1;
}

body main .def-page .content .product .main-content .info-block {
  background: transparent;
  width: 50%;
}

body main .def-page .content .product .main-content .info-block .block {
  color: #000000;
}

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

body main .def-page .content .product .main-content .attributes .attribute strong {
  width: 10%;
}

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.brend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main .def-page .content .product .main-content .attributes .attribute.brend img {
  max-width: 80px;
  background: #FFFFFF;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body main .def-page .content .product .main-content .attributes .add {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body main .def-page .content .product .main-content .attributes .add .elm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

body main .def-page .content .product .main-content .attributes .add .elm .price p {
  font-family: ProximaNova-Regular;
}

body main .def-page .content .product .main-content .attributes .add .btns {
  margin-top: 30px;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-cart {
  padding: 13px 20px;
  background: #689E63;
  border-radius: 100px;
  width: unset;
  height: unset;
  font-family: ProximaNova-Regular;
  margin-right: 24px;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-cart img {
  width: 20px;
  margin-right: 10px;
}

body main .def-page .content .product .main-content .attributes .add .btns .add-to-compare {
  border: 0.5px solid #E8E8E8;
  border-radius: 10px;
}

body main .def-page .content .product .main-content .attributes .instock {
  position: absolute;
  padding: 7px 10px;
  background: #FFFFFF;
  border-radius: 50px;
  left: calc(100% + 24px);
  top: 0;
}

body main .def-page .content .product .switcher .interiorBtn {
  font-size: 12px;
  color: #000000;
  padding: 13px 15px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

body main .def-page .content .product .switcher .interiorBtn img {
  height: 12px;
  margin-right: 5px;
}

body main .def-page .content .product .switcher .interiorBtn:hover {
  background: rgba(104, 158, 99, 0.9);
  color: #FFFFFF;
  border: 1px solid rgb(104, 158, 99);
}

body main .def-page .content .product .switcher .interiorBtn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(296deg) brightness(101%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(296deg) brightness(101%) contrast(99%);
}

body main .def-page .content .product .image .flash.new {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  background: url(../images/new/new.png) no-repeat 50%;
  background-size: 50px;
}

body main .def-page .content .product .image .lSSlideOuter {
  height: 450px !important;
}

body main .def-page .content .product .image .lSSlideOuter .lSSlideWrapper {
  height: 450px !important;
}

body main .def-page .content .product .image .lSSlideOuter .lSSlideWrapper .lslide {
  height: 450px !important;
}

body main .def-page .related-products strong {
  font-size: 30px;
  font-family: ProximaNova-Regular;
  font-weight: 400;
}

body main .def-page .related-products .tab-sliderNew {
  border-top: none;
}

body main .def-page .related-products .tab-sliderNew .slick-track {
  margin: 0;
  padding: 0 0 24px;
}

body main .def-page .related-products .tab-sliderNew .item {
  width: 230px;
}

body main .def-page .related-products .tab-sliderNew .item .image img {
  margin-top: unset;
}

body main .def-pageNew {
  background: unset;
}

body main .titleCenter {
  color: #454545;
  text-align: center;
  font-weight: 550;
}

body main .catalogNew {
  overflow-x: hidden;
  margin-top: 64px;
}

body main .catalogNew .block {
  height: 350px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .catalogNew .block:hover .inner {
  background: rgba(180, 214, 178, 0.3);
}

body main .catalogNew .block .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-width: 6px;
  background: #F3F7F3;
  border-color: #E7E7E7;
  padding: 20px 20px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .catalogNew .block .inner h5 {
  font-family: ProximaNova-Regular;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #454545;
}

body main .catalogNew .block .inner .description {
  font-family: ProximaNova-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #454545;
}

body main .catalogNew .block .inner .more {
  font-family: ProximaNova-Regular;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #598555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .catalogNew .block .inner .more::after {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(28%) saturate(523%) hue-rotate(68deg) brightness(88%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(50%) sepia(28%) saturate(523%) hue-rotate(68deg) brightness(88%) contrast(91%);
}

body main .catalogNew .block .inner .image {
  width: 39%;
}

body main .catalogNew .block .inner .image span {
  display: none;
}

body main .catalogNew .block .inner .image a {
  left: unset;
  right: -75px;
  top: 0;
}

body main .catalogNew .block .inner .image a img {
  max-height: 240px;
  width: auto;
}

body main .catalogNew .block .inner .text {
  width: 66%;
}

body main .laminat-block h3 {
  color: #454545;
  font-weight: 600;
}

body main .laminat-block .image-block {
  width: 116%;
  right: 16%;
  top: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}

body main .laminat-block .image-block .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .laminat-block .image-block .main img {
  position: relative;
  right: 0;
  border: unset;
  width: 410px;
  height: 337px;
  border-radius: 4px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 33px;
}

body main .laminat-block .text-block {
  background: rgba(104, 158, 99, 0.15);
  border-radius: 4px;
  border: unset;
}

body main .laminat-block .text-block .advantages li::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #689E63;
  margin-right: 8px;
}

body main .laminat-block .text-block .more {
  color: #598555;
}

body main .laminat-block .text-block .more::after {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(7%) saturate(2300%) hue-rotate(68deg) brightness(92%) contrast(83%);
          filter: brightness(0) saturate(100%) invert(50%) sepia(7%) saturate(2300%) hue-rotate(68deg) brightness(92%) contrast(83%);
}

body main .def-page .content .products .item {
  position: relative;
  height: 260px;
}

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

body main .def-page .content .products .item .new {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 15px;
  background: url(../images/new/new.png) no-repeat 50%;
  background-size: 30px;
}

body main .def-page .content .products .item .image a {
  margin-top: 15px;
}

body main .def-page .content .products .item .image img {
  max-height: 162px;
}

body main .def-page .content .products .item .text {
  margin-top: 57px;
  text-align: center;
}

body main .def-page .content .products .item .text .name {
  height: unset;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

body main .def-page .content .products .item .text .price {
  font-family: ProximaNova-Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

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

body main .def-page .content .products .item .btns {
  position: absolute;
  top: 15px;
  right: 15px;
  width: unset;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}

body main .def-page .content .products .item .btns .add-to-cart {
  width: 30px;
  height: 30px;
  line-height: unset;
  background-size: 20px;
  background: #679D64 url(../images/cart.svg) no-repeat 50%;
  background-size: 20px;
  border: 1px solid #679D64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
}

body main .def-page .content .products .item .btns .add-to-cart:hover {
  background: #679D64 url(../images/cart.svg) no-repeat 50% 50%;
}

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

body main .def-page .content .products .item .btns .add-to-compare {
  background-size: 20px;
  margin-bottom: 5px;
}

body main .def-page .content .products .item .btns .add-to-likes {
  background: url(../images/heart-b.svg) 50% no-repeat;
}

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

body main .advantages-block {
  background: unset !important;
}

body main .advantages-block h3 {
  margin-bottom: 43px;
}

body main .advantages-block .inner {
  background: #F3F7F3;
  margin: 0;
}

body main .advantages-block .inner .block {
  color: #454545;
}

body main .advantages-block .inner .block h4 {
  color: #454545;
}

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

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

body footer {
  background: #292929;
  width: 100%;
  overflow-x: hidden;
}

body footer .left-block {
  background: #292929;
  width: 21%;
}

body footer .left-block .container-block {
  width: unset;
}

body footer .left-block .container-block .slogan {
  color: #FFFFFF;
  margin-left: 15px;
  max-width: 100%;
}

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

body footer .right-block .container-block .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px !important;
  padding-bottom: 35px !important;
}

body footer .right-block .container-block .footer-menu .social {
  margin-right: 60px;
}

body footer .right-block .container-block .footer-menu .social img {
  width: 19px;
}

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

body footer .right-block .container-block .contacts-block {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

body footer .right-block .container-block .contacts-block .contact a {
  font-size: 14px;
}

body footer .right-block .container-block .contacts-block .contact.phone {
  width: 22%;
  margin-bottom: 10px;
}

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

body footer .right-block .container-block .contacts-block .contact.phone p {
  color: #FFFFFF;
}

body footer .copyright-text {
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
}

body footer .copyright-text .developers {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body footer .copyright-text a {
  color: #FFFFFF;
  margin-left: 3px;
}

body .form-block {
  background: #689E63;
}

body .form-block .row {
  min-height: 352px;
}

body .form-block .left {
  position: relative;
  height: 100%;
}

body .form-block .left img {
  position: absolute;
  top: -61px;
  max-width: 408px;
}

body .form-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .form-block .right h4 {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

body .form-block .right p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

body .form-block .right form input {
  border: unset;
  padding: 14px 152px 14px 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), rgba(255, 255, 255, 0.15);
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #454545;
  margin-right: 24px;
}

body .form-block .right form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #454545;
}

body .form-block .right form input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #454545;
}

body .form-block .right form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #454545;
}

body .form-block .right form input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #454545;
}

body .form-block .right form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #454545;
}

body .form-block .right form button {
  padding: 13px 37px;
  background: #F6C344;
  border-radius: 5px;
  border: unset;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}

body .prod_navs nav .container {
  border-bottom: 1px solid #DCDCDC;
}

body .prod_navs .nav-tabs .nav-link {
  margin: 0 30px -1.5px !important;
  font-family: ProximaNova-Regular !important;
  color: #000000 !important;
  border-bottom: 2px solid transparent !important;
}

body .prod_navs .nav-tabs .nav-link.active {
  font-size: 20px !important;
  color: #689E63 !important;
  font-family: ProximaNova-Regular !important;
  border-bottom: 2px solid #689E63 !important;
}

body .prodAbout {
  margin-top: 48px;
}

body .prodAbout .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .prodAbout .row img {
  border-radius: 5px;
  width: 100%;
}

body .prodAbout .row .desc p {
  margin-bottom: 24px;
}

body .prodAbout .row .desc p:last-child {
  margin-bottom: 0;
}

body .recoment {
  margin-top: 48px;
}

@media (max-width: 1400px) {
  body main .catalogNew .block {
    padding: 0 45px;
    height: 370px;
  }

  body main .catalogNew .block .inner {
    padding: 30px 20px 35px 25px;
  }

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

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

@media (max-width: 1200px) {
  body header .menu .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body header .menu .right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background: unset;
  }

  body header .header-block .logo img {
    max-height: 58px !important;
  }

  .home-items .item_right .top img,
  .home-items .item_right .bottom img {
    -o-object-position: left;
       object-position: left;
  }

  body footer .left-block {
    width: 100%;
  }

  body footer .left-block .container-block {
    float: left;
  }

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

@media (max-width: 1025px) {
  body .form-block .row {
    min-height: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body .form-block .left img {
    display: none;
  }
}

@media (max-width: 992px) {
  .home-items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-items .item_left,
  .home-items .item .slide {
    width: 100%;
    height: 400px;
  }

  .home-items .item_right {
    width: 100%;
    grid-gap: 24px 0;
  }

  body footer .right-block .container-block .footer-menu .social {
    margin-right: 0;
  }
}

@media (max-width: 769px) {
  body footer .right-block .container-block {
    padding-top: 0;
  }

  body footer .right-block .container-block .contacts-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

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

@media (max-width: 576px) {
  body header .menu .right .social {
    display: none;
  }

  .home-items .item_title {
    max-width: calc(100% - 80px);
    font-size: 22px;
  }

  body main .catalogNew {
    margin-top: 34px;
    margin-bottom: 0;
  }

  body main .catalogNew .block {
    padding: 10px 20px !important;
    height: unset !important;
    max-height: unset !important;
  }

  body main .catalogNew .block .inner .image a {
    right: -35px;
  }

  body main .advantages-block {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  body main .laminat-block {
    margin-top: 0;
  }

  body .form-block .right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body .form-block .right form input {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body header .main {
    width: 720px;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  body main .catalogNew .row {
    grid-gap: 20px;
  }

  body main .catalogNew .block {
    padding: unset !important;
    height: unset !important;
  }
}