html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:focus {
  outline: 0;
}

body {
  font: normal 75%/150% 'Golos Text', Arial, Tahoma, Verdana, Georgia, sans-serif;
  font-size: 14px;
  min-width: 100%;
}

a {
  color: #06c;
  text-decoration: underline;
}

a:hover {
  color: #57bcff;
}

img {
  max-width: 100%;
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:
}

.ps {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 15px;
  width: 100%;
}

.header-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 168px;*/
  height: 121px;
  background: #000;
}

.header-back-menu {
  position: absolute;
  top: 102px;
  left: 0;
  width: 100%;
  height: 66px;
  background: #F4ECE6;
}

header {
  height: 168px;
  z-index: 2;
}

header .header {
  height: 121px;
}

header .header .logo {
  position: absolute;
  left: 0;
  top: 43px;
  color: #fff;
  max-width: 265px;
}

header .header .logo .logo-in {
  /*padding-left: 72px;
  padding-top: 6px;*/
}

header .header .logo img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  max-width: 100%;
}

header .header .logo .company {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

header .header .logo .company-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

header .header {
  color: #fff;
}

header .header .nets {
  position: absolute;
  left: 1175px;
  top: 49px;
  min-height: 56px;
  padding-left: 60px;
}

header .header .nets a {
  display: block;
  position: relative;
  float: left;
  margin-right: 21px;
  height: 17px;
}

header .header .nets a.fb {
  width: 8px;
  background: url(../img/fb.svg) center center no-repeat;
}

header .header .nets a.vk {
  width: 18px;
  background: url(../img/vk.svg) center center no-repeat;
}

header .header .nets a.insta {
  width: 25px;
  background: url(../img/insta.svg) center center no-repeat;
}

header .header .phones-block {
  position: absolute;
  top: 49px;
  right: 0;
  /*left: 1072px;
  padding-left: 24px;
  background: url(../img/phone.svg) left center no-repeat;*/
}

header .header .phones-block .phone {
  position: relative;
  float: left;
  font-style: normal;
  font-family: 'Golos Text';
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
}

header .header .phones-block .phone a {
  color: #fff;
  text-decoration: none;
}

header .header .phones-block .phone {
  color: #fff;
}

header .header .phones-block .phone:last-child {
  margin-right: 0;
}

header .header .sc-ico {
  position: relative;
  float: right;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-repeat: no-repeat;
}


header .header .phone-tg {
  background-image: url(/img/tg.svg);
  background-position: 3px 4px;
  background-size: 65% auto;
  background-color: #fff;
}

header .header .phone-wa {
  background-image: url(/img/wa.svg);
  background-size: 88% auto;
  background-position: top right;
  width: 28px;
  height: 28px;
}

header .header .phone-max {
  background-image: url(/img/max.svg);
  background-size: 86% auto;
  background-position: center center;
  background-color: #fff;
  width: 24px;
  height: 24px;
}

header .header .phone-ico {
  background-image: url(/img/phone-ico2.svg);
  background-size: 72% auto;
  background-position: center center;
  background-color: #fff;
  width: 24px;
  height: 24px;
}







header .header .search-block {
  position: absolute;
  top: 40px;
  left: 717px;
  max-width: 240px;
  z-index: 4;
}

header .header .search-block .search-wran {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  color: #6177FF;
  background: #F2F5FE;
  padding-right: 10px;
}

header .header .search-block .search {
  width: 42px;
  height: 42px;
  border-radius: 20px;
}
header .header .search-block:hover .search {
  background: #000;
  width: 240px;
}
header .header .search-block .search .search-input {
  height: 41px;
  background: none;
  border: none;
  color: #fff;
  padding: 0 40px 0 23px;
}

header .header .search-block .search .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  background: url(../img/search.svg) center center no-repeat;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;  
}

header .header .search-block .search .search-submit:hover {
  background-color: #333333;
}

.top-menu {
  position: absolute;
  left: 314px;
  top: -78px;
}

.top-menu li {
  position: relative;
  float: left;
  margin-right: 32px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 4px;
  color: #fff;
  list-style: none;
}

.top-menu li .sub-menu {
  display: none;
  position: absolute;
  left: -12px;
  top: 32px;
  width: 280px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #fff;
  overflow: hidden;
}

.top-menu li:hover .sub-menu {
  display: block;
}

.top-menu li .sub-menu li {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 130%;
  margin: 5px 0;
}

.top-menu li.show-menu {
  display: none;
}

.top-menu li a {
  color: #fff;
  text-decoration: none;
}

.top-menu li a:hover {
  color: red;
}

.main-menu-block {
  border-top: 1px solid #fff;
}

.main-menu {
  margin-top: 20px;
}

.main-menu li {
  position: relative;
  float: left;
  margin-right: 37.6px;
  list-style: none;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}

.main-menu li a {
  color: #fff;
  color: #333333;
  text-decoration: none;
}

header .cart {
  position: absolute;
  right: 14px;
  /*top: 8px;*/
  top: 36px;
  min-width: 30px;
  border: 1px solid #333333;
  color: #333333;;
  border-radius: 30px;
  min-width: 49px;
  height: 48px;
  background: url(../img/cart.svg) 11px 11px no-repeat;
}

header .cart .cart-green {
  position: absolute;
  /*top: 8px;
  right: -16px;*/
  top: 11px;
  right: -10px;
  color: #fff;
  font-size: 12px;
  background: #000;
  /*padding: 6px 11px 0 11px;*/
  padding: 1px 6px 0 6px;
  border-radius: 30px;
  /*height: 30px;*/
  height: 20px;
}

header .call-me {
  position: absolute;
  top: 52px;
  right: 0;
  padding-right: 21px;
  color: #FFF;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  background: url(/img/wh_arrow.svg) right center no-repeat;
  cursor: pointer;
}

header .main-menu-white .main-menu {
  color: #fff;
}

header .main-menu-white .main-menu li a {
  color: #fff;
}

header .main-menu-white .main-menu li a:hover {
  color: #bca391;
}

header .main-menu-white .call-me {
  cursor: pointer;
  color: #fff;
  background: url(../img/arrow-white.svg) right center no-repeat;
}

header .cart.white-cart {
  color: #000;
  border: 1px solid #fff;
  background: url(../img/cart-white.svg) 11px 11px no-repeat;

}

header .cart.active-cart {
  text-decoration: none;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 14px 22px 0 56px;
  background-position: 22px 11px;
  z-index: 2;
}

.back-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 750px;
  padding-top: ;
  overflow: hidden;
  margin-top: -168px;
  padding-top: -168px;
}

.top-block.white {
  color: #fff;
}

.top-block .bread-crumbs {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 41px;
  margin-bottom: 9px;
}

.top-block .bread-crumbs a {
  text-decoration: none;
}

.top-block.white .bread-crumbs span {
  color: #B9A3A3;
}

.top-block a {
  color: #333;
}

.top-block.white a {
  color: #fff;
}

.top-block.white .bread-crumbs a span {
  color: #fff;
}

.top-block .pg-title h1 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
}

.top-text-about {
  margin-top: 93px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  /*font-size: 24px;*/
  font-size: 23.4px;
  line-height: 36px;
  max-width: 850px;
  color: #fff;
  min-height: 343px;
}

.slider {
  overflow: hidden;
  margin-top: -168px;
  padding-top: -168px;
}

.slider .slide-fb {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: 254px;
  width: 240px;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #fe0000;
  background: #fe0000;
  border-radius: 30px;
  font-size: 18px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
}

.slider .slide-fb:hover {
  /*border-color: red;
  color: red;*/
  opacity: 0.9;
}

@media (max-width: 1280px) {
  .slider .slide-fb {
    margin-left: -55px;
    bottom: 14px;
    font-size: 16px;
    padding: 10px 0;
  }
}

@media (max-width: 990px) {
  .slider .slide-fb {
    font-size: 14px;
    padding: 6px 0;
    width: 194px;
  }
}

.slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.slider .slide {
  /*position: absolute;*/
  /*top: -168px;
  left: 0;*/
  width: 100%;
  /*height: 750px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slider {
  overflow: hidden;
}
.slide-img {
  min-width: 2080px;
  margin-top: 121px;
}

@media(max-width: 1640px){
  .slide-img {
    min-width: 1800px;
  }
  .slider .slide-fb {
    margin-left: 220px;
  }
}

@media(max-width: 1190px){
  .slide-img {
    min-width: 1500px;
  }
  .slider .slide-fb {
    margin-left: 183px;
  }
  .slider .slide-fb {
    margin-left: 138px;
  }
}

@media(max-width: 990px){
  .slide-img {
    min-width: 1150px;
  }
}

.slide-img-mb {
  display: none;
}

@media(max-width: 740px){
  .slider {
    margin-top: 0;
  }
  .slide-img {
    display: none;
  }
  .slide-img-mb {
    display: block;
    width: 100%;
    max-width: 500px;
  }
  .slider .slide-fb {
    margin-left: -97px;
  }
}

.slider .slide-info {
  margin-top: 218px;
  color: #fff;
  /*max-width: 750px;*/
  max-width: 950px;
}

.slider .slide-info .slide-title {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.slider .slide-info .slide-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 560px;
  margin-bottom: 59px;
}

.slider .slide-info .cal-link {
  position: relative;
  float: left;
  padding: 11px 30px;
  color: #fff;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #fff;
  margin-right: 64px;
}

.slider .slide-info .slider-arrows {
  position: relative;
  float: left;
  margin-right: 63px;
}

.slider .slide-info .slider-arrows .slider-arrow {
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}

.slider .slide-info .slider-arrows .slider-arrow.slider-arrow-left {
  border-left: 1px solid #fff;
  background: url(../img/sld_arrow_left.svg) center center no-repeat;
}


.slider .slide-info .slider-arrows .slider-arrow.slider-arrow-right {
  background: url(../img/sld_arrow_right.svg) center center no-repeat;
}

.slider .slide-check {
  padding-left: 28px;
  background: url(/img/v.svg) left center no-repeat;
  background-size: 16px auto;
  margin-bottom: 4px;
}

.slider-items ul {
  position: relative;
  float: left;
  margin-top: 19px;
}

.slider-items ul li {
  position: relative;
  float: left;
  list-style: none;
  width: 8px;
  height: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-right: 16px;
}

.slider-items ul li.active {
  background: #fff;
}

.block-title h2 {
  float: left;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin: 0;
}

.block-title .title-link {
  float: left;
  margin-left: 56px;
  margin-top: 30px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
  padding-right: 21px;
  background: url(../img/arrow_title.svg) right center no-repeat;
}

.terms-block {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 36px;
}

.terms-block.terms-block-ctalog {
  margin-bottom: 60px;
  color: #000;
}

.terms-block .terms {
  position: relative;
  float: left;
  width: 22%;
  background: #000;
}

.terms-block.terms-block-ctalog .terms {
  background: #EDEDED;
}

.terms-block .terms .terms-in {
  padding: 32px 0 32px 0;
}

.terms-block .terms .terms-in .ramka-1 {
  position: absolute;
  left: 60px;
  top: -2px;
  bottom:-2px;
  width: calc(100% - 120px);
  background: #000;
}

.terms-block .terms .terms-in .ramka-2 {
  position: absolute;
  left: -2px;
  right: -2px;
  top: 60px;
  bottom:60px;
  background: #000;
}

.terms-block .terms .terms-num {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  width: 32px;
  height: 32px;
  font-family: 'Golos Text';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FEFDFC;  
  border-radius: 32px;
}

.terms-block .terms .terms-img {
  margin-bottom: 20px;
  border: 2px solid #fff;
  padding: 20px;
}

@media(max-width: 490px){
  .terms-block {
    justify-content: center;
  }
  .terms {
    max-width: 300px;
  }
  .terms-block .terms .terms-img {
    margin-bottom: 0;
  }
}

.terms-block .terms .terms-img .terms-img__in {
  background: url(/img/back.png) center center no-repeat;
  background-size: 100% auto;
}

.terms-block .terms .terms-text {
  font-family: 'Golos Text';
  font-style: normal;
  font-size: 18px;
  line-height: 24px; 
  text-align: center;
  margin-top: 20px;
}

.catalog-block .catalog-block__canter {
  display: flex;
  justify-content: center;
  margin: 0 0 54px 0;
}

.catalog-block .catalog-block__canter .catalog-border {
  padding: 34px 34px;
  border: 3px solid red;
  text-align: center;
  width: 100%;
  max-width: 800px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  border-radius: 16px;
  color: #fff;
}


.catalog-block.catalog-block-page {
  padding-top: 25px;
}

.catalog-block .catalog-block-in {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}

.catalog-block .catalog-block-in.catalog-block-more {
  margin-top: -1px;
}

.catalog-block .cat-block {
  position: relative;
  float: left;
  border: 1px solid #000000;
}

.catalog-block .catalog-block-right {
  position: relative;
  float: left;
  width: 75%;
}

.catalog-block .cat-block.cat-block-1{
  height: 179px;
  width: 33.33%;
  border-left: none;
  margin-bottom: -1px;
}

.catalog-block .cat-block.cat-block-2{
  height: 357px;
  width: 25%;
}

.catalog-block .cat-block.cat-1 {
  /*background: url(../img/cat_1.jpg) left center no-repeat;*/
  background: url(../img/cat_1_full.jpg) 174px 25px no-repeat;
}

.catalog-block .cat-block.cat-2 {
  background: url(../img/cat_2.jpg) right center no-repeat;
}

.catalog-block .cat-block.cat-3 {
  background: url(../img/cat_3.jpg) right 10px no-repeat;
}

.catalog-block .cat-block.cat-4 {
  background: url(../img/cat_4.jpg) 224px center no-repeat;
}

.catalog-block .cat-block.cat--4 {
  background: url(../img/gs.jpg) 224px 1px no-repeat;
}

.catalog-block .cat-block.cat-5 {
  /*background: url(../img/cat_5.jpg) 205px center no-repeat;*/
  background: url(../img/largest.jpg) right center no-repeat;
}

.catalog-block .cat-block.cat-6 {
  background: url(../img/cat_6.jpg) right bottom no-repeat;
}

.catalog-block .cat-block.cat--6 {
  background: url(../img/v_sh.jpg) right 10px no-repeat;
}

.catalog-block .cat-block.cat-7 {
  background: url(../img/cat_7.jpg) 224px center no-repeat;
}

.catalog-block .cat-block.cat--7 {
  background: url(../img/verstak.jpg) 224px center no-repeat;
}

.catalog-block .cat-block.cat-8 {
  /*background: url(../img/cat_2_1.jpg) 188px center no-repeat;*/
  background: url(../img/cat_2_1.jpg) 226px 7px no-repeat
}

.catalog-block .cat-block.cat-9 {
  background: url(../img/cat_2_2.jpg) 218px -6px no-repeat;
  background-size: 150px auto;
}

.catalog-block .cat-block.cat-10 {
  background: url(../img/cat_2_3.jpg) 218px 17px no-repeat;
  background-size: 150px auto;
}

.catalog-block .cat-block.cat-11 {
  background: url(../img/cat_2_4.jpg) 218px 15px no-repeat;
  background-size: 137px auto;
}

.catalog-block .cat-block.cat-12 {
  background: url(../img/cat_2_5.jpg) 218px 15px no-repeat;
  background-size: 137px auto;
}

.catalog-block .cat-block.cat-13 {
  background: url(../img/cat_2_6.jpg) 238px 5px no-repeat;
  background-size: 110px auto;
}

.catalog-block .cat-block.cat-14 {
  background: url(/images/logo_dark.svg) center center no-repeat #fff;
  background-size: 90% auto;
}



.catalog-block .cat-name {
  position: absolute;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-decoration: none;
}

.catalog-block .cat-block .cat-name {
  left: 8.3%;
  bottom: 31px;
}

.catalog-block .cat-block .cat-lnk {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/arrow_title.svg) center center no-repeat #D8D5D5;
}

.catalog-slider {
  margin-top: 32px;
  margin-bottom: 55px;
}

.catalog-slider .cal-link {
  position: relative;
  float: left;
  padding: 11px 30px;
  color: #fff;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background: #000;
  margin-right: 64px;
}

.catalog-slider .cal-link:hover {
  background: red
}

.catalog-slider .slider-arrows {
  position: relative;
  float: left;
  margin-right: 63px;
}

.catalog-slider .slider-arrows .slider-arrow {
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  cursor: pointer;
}

.catalog-slider .slider-arrows .slider-arrow.slider-arrow-left {
  border-left: 1px solid #000;
  background: url(../img/arrow_black_left.svg) center center no-repeat;
}


.catalog-slider .slider-arrows .slider-arrow.slider-arrow-right {
  background: url(../img/arrow_black_right.svg) center center no-repeat;
}

.catalog-slider .slider-items ul {
  position: relative;
  float: left;
  margin-top: 19px;
}

.catalog-slider .slider-items ul li {
  position: relative;
  float: left;
  list-style: none;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 8px;
  margin-right: 16px;
}

.catalog-slider .slider-items ul li.active {
  background: #000;
}






.content.content-grey {
  background: #000;
}

.about-main {
  padding-top: 66px;
  padding-bottom: 62px;
  border-bottom: 1px solid #000;
  margin-bottom: 48px;
}

.about-main .about-main-title {
  display: inline-block;
  vertical-align: top;
  font-family: 'Golos Text';
  width: 32.1%;
  padding-top: 13px;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  padding-left: 1px;
  text-shadow: 1px 0 1px #000, 
  0 1px 1px #000, 
  -1px 0 1px #000, 
  0 -1px 1px #000;
  color: #fff;
}

.about-main-1, .about-main-2, .about-main-3 {
  display: inline-block;
  vertical-align: top;
}

.about-main-1{
  width: 30.9%;
}

.about-main-2 {
  width: 19.85%;
}

.about-main .about-main-val {
  position: relative;
  float: left;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  padding-right: 25px;
  line-height: 86px;
  color: #000000;
}

.about-main .about-main-prev {
  padding-top: 17px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
}

.about-company {
  margin-top: 40px;
  /*background: url(/img/vali_tokarn.jpg) top center no-repeat #333333;*/
  background-size: cover;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.about-company .about-company-text {
  position: relative;
  float: left;
  width: 100%;
  padding: 98px 11% 93px 8.6%;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.about-company .about-company-text .about-company-text__in {
  text-align: justify;
}

.about-company .about-company-text h2 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 20px 0;
}

.about-company .about-company-text p {
  margin-bottom: 24px;
}

.about-company .about-company-img {
  position: relative;
  float: right;
}

.about-company .about-company-link {
  position: relative;
  float: left;
  padding: 12px 5px;
  color: #000;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  width: 240px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #000;
  margin-top: 2px;
  border-radius: 46px;
}

.about-company .about-company-link:hover {
  opacity: 0.9;
}

.main-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-gallery a {
  display: block;
  position: relative;
  float: left;
  width: 25%;
}

.main-gallery a img {
  width: 100%;
}

.contacts {
  border-top: 1px solid #333333;
}

.contacts .contacts-green {
  position: absolute;
  top: -1px;
  padding-top: 1px;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #EDEDED;
}

.contacts .contacts-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.4%;
  color: #000;
  padding-top: 66px;
}

.contacts-pg .contacts .contacts-left {
  padding-top: 116px;
}

.contacts h2 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000;
  margin-bottom: 34px;
}

.contacts a {
  color: #000;
  text-decoration: none;
}

.contacts .contacts-phone {
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 17px;
  letter-spacing: 1px;
}

.contacts .contacts-address {
  font-style: normal;
  font-weight: normal;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 19px;
}

.contacts .email {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.contacts .contacts-map {
  position: absolute;
  left: 0;
  width: 50%;
  bottom: 0;
  background: #000;
}

.contacts .feedback {
  position: relative;
  float: right;
  width: 67.6%;
  height: 709px;
  z-index: 2;
  background: #fff;
  padding-left: 8.2%;
  padding-top: 65px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  margin-top: -1px;
}

.contacts.cp-bottom .feedback {
  float: left;
  margin-left: 34%;
}

.contacts .feedback a {
  color: #0057FF;
}

.contacts .feedback .feedback-title {
  font-style: normal;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}

.contacts .feedback .feedback-form {
  padding-top: 37px;
  max-width: 619px;
}

.contacts .feedback .feedback-form .fb-input {
  border: none;
  border-bottom: 2px solid #B7B7D2;
  font-style: normal;
  font-weight: normal;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 17px;
  margin-bottom: 28px;
}

.contacts .feedback .feedback-form .fb-textarea {
  border: none;
  border-bottom: 2px solid #B7B7D2;
  font-style: normal;
  font-weight: normal;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  min-height: 163px;
}

.contacts .feedback .feedback-form .fb-submit {
  position: relative;
  float: left;
  width: 146px;
  height: 50px;
  background: #000;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  border: none;
  margin-top: 36px;
  margin-right: 27px;
  cursor: pointer;
  border-radius: 36px;
}

.contacts .feedback .feedback-form .fb-submit:hover {
  background: red
}

.contacts .feedback .feedback-form .fb-policy {
  position: relative;
  float: left;
  width: 305px;
  margin-top: 37px;
  font-size: 12.2px;
}

.contacts.cp-bottom .contacts-left-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 2;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line {
  border-bottom: 1px solid #000;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in {
  position: relative;
  float: right;
  width: 100%;
  max-width: 775px;
  padding-left: 120px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  padding-top: 17px;
  padding-right: 28%;
  padding-bottom: 48px;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-1 {
  background: url(../img/email.svg) 15px 25px no-repeat;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-2 {
  background: url(../img/telegram.svg) 15px 53px no-repeat;
  background-size: 64px auto;
  padding-top: 45px;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-3 {
  background: url(../img/vk_conts.svg) 13px 51px no-repeat;
  padding-top: 45px;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line:last-child {
  border: none;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in .contacts-source {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #A78267;
  margin-bottom: 5px;
}

.contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in .contacts-source a {
  color: #A78267;
  text-decoration: none;
}

footer {
  background: #000;
}

footer .footer {
  height: 120px;
}


footer .footer .logo {
  position: absolute;
  left: 0;
  top: 48px;
  color: #fff;
  max-width: 265px;
}

footer .footer .logo .logo-in {
  /*padding-left: 72px;
  padding-top: 6px;*/
}

footer .footer .logo img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  max-width: 100%;
}



footer .footer .logo .company {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

footer .footer .logo .company-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

footer .footer {
  color: #fff;
}

footer .footer .nets {
  position: absolute;
  left: 908px;
  top: 52px;
}

footer .footer .nets a {
  display: block;
  position: relative;
  float: left;
  margin-right: 22px;
  height: 17px;
}

footer .footer .nets a.fb {
  width: 8px;
  background: url(../img/fb.svg) center center no-repeat;
}

footer .footer .nets a.vk {
  width: 18px;
  background: url(../img/vk.svg) center center no-repeat;
}

footer .footer .nets a.insta {
  width: 25px;
  background: url(../img/insta.svg) center center no-repeat;
}

footer .footer .phones-block {
  position: absolute;
  top: 49px;
  left: 1088px;
}

footer .footer .phones-block .phone {
  padding-left: 24px;
  background: url(../img/phone.svg) left center no-repeat;
}

footer .footer .phones-block .phone {
  position: relative;
  float: left;
  font-style: normal;
  font-family: 'Golos Text';
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

footer .footer .phones-block .phone a {
  color: #fff;
  text-decoration: none;
}

footer .footer .phones-block .phone {
  color: #fff;
}

footer .footer .phones-block .phone:last-child {
  margin-right: 0;
}


footer .footer .search-block {
  position: absolute;
  top: 39px;
  left: 788px;
  z-index: 4;
}

footer .footer .search-block .search-wran {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  color: #6177FF;
  background: #F2F5FE;
  padding-right: 10px;
}

footer .footer .search-block .search {
  width: 42px;
  height: 42px;
  border-radius: 20px;
}
footer .footer .search-block:hover .search {
  background: #000;
  width: 240px;
}
footer .footer .search-block .search .search-input {
  height: 41px;
  background: none;
  border: none;
  color: #fff;
  padding: 0 40px 0 23px;
}

footer .footer .search-block .search .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  background: url(../img/search.svg) center center no-repeat;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;  
}

footer .footer .search-block .search .search-submit:hover {
  background-color: #333333;
}

.footer-menu {
  position: absolute;
  left: 369px;
  top: 50px;
}

.footer-menu li {
  position: relative;
  float: left;
  margin-right: 38px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  list-style: none;
}

.footer-menu li a {
  color: #fff;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #bca391;
}

.footer .call-me {
  position: absolute;
  top: 52px;
  right: 0;
  padding-right: 21px;
  color: #fff;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: url(../img/sld_arrow_right.svg) right center no-repeat;
  cursor: pointer;
}

.about-1 {
  padding-top: 58px;
}

.about-1 .about-1-left {
  position: relative;
  float: left;
  width: 48%;
  padding-left: 5.4%;
}

.about-1 .about-1-right {
  position: relative;
  float: right;
  width: 47.9%;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-top: 18px;
}

.content-about {
  color: #fff;
  overflow: hidden;
}

.content-about .content-about-in {
  margin-top: 195px;
  background: #333;
  padding-bottom: 61px;
}

.content-about .c-about-left {
  position: relative;
  float: left;
  width: 47.7%;
}

.content-about .c-about-right {
  position: relative;
  float: right;
  width: 47.7%;
}

.content-about .content-about-img {
  margin-top: -132px;
  margin-bottom: 36px;
}

/*.content-about .content-about-img img {
  max-width: none;
}

.content-about .c-about-left .img-in {
  position: absolute;
  top: 0;
  right: 0;
}

.content-about .c-about-right .img-in {
  position: absolute;
  top: 0;
  left: 0;
}*/

.content-about .content-about-in h2 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 31px;
}

.content-about .content-about-in .c-about-text {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.about-2 {
  margin-top: 33px;
  margin-bottom: 43px;
}

.about-2 .about-2-title {
  display: inline-block;
  vertical-align: top;
  font-family: 'Golos Text';
  width: 32.1%;
  padding-top: 13px;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  padding-left: 1px;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
  color: #fff;
}

.about-2 .about-2-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 23.5px;
  line-height: 36px;
  color: #000000;
  margin-top: 3px;
}

.about-2 .about-2-left {
  position: relative;
  float: left;
  width: 48%;
  border-top: 1px solid #000;
  margin-top: 39px;
  margin-bottom: 30px;
}

.about-2 .about-2-left .about-2-line {
  padding: 22px 0 18px 0;
  border-bottom: 1px solid #000;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.about-2 .about-2-right {
  position: relative;
  float: right;
  width: 48%;
  background: #F4ECE6;
  margin-top: 39px;
  padding-left: 300px;
}

.about-2 .about-2-right .about-2-right-img {
  position: relative;
  float: right;
}

.about-2 .about-2-right .about-2-right-info {
  position: absolute;
  left: 10.3%;
  top: 40px;
  width: 300px;
  padding-top: 13px;
}

.about-2 .about-2-right .about-2-right-info .about-2-info-line {
  margin-bottom: 53px;
}

.about-2 .about-2-right .about-2-right-info .about-2-info-line .about-2-info-top {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 86px;
  color: #333333;
}

.about-2 .about-2-right .about-2-right-info .about-2-info-line .about-2-info-bottom {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.team {
  margin-bottom: 101px;
}

.team .team-title {
  text-align: right;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 86px;
  text-transform: uppercase;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
  color: #fff;
  padding-right: 7px;
  margin-bottom: 38px;
}

.team .team-line {
  display: flex;
  justify-content: space-between;
}

.team .team-line .team-item {
  position: relative;
  float: left;
  width: 23%;
  max-width: 332px;
}

.team .team-line .team-item .team-img {
  margin-bottom: 12px;
}

.team .team-line .team-item .team-name {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: -2px;
}

.team .team-line .team-item .team-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.team .team-line .team-item .team-email {
  margin-top: 15px;
}

.team .team-line .team-item .team-email a {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A78267;
  text-decoration: none;
  padding-left: 42px;
  background: url(../img/letter.svg) left center no-repeat;
}

.about-3 {
  margin-bottom: 38px;
}

.about-3 .about-3-in {
  background: #232323;
}

.about-3 .about-3-img {
  position: relative;
  float: left;
  width: 76.2%;
  z-index: 1;
}

.about-3 .about-3-img:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 17px;
  bottom: -25px;
  border: 10px solid #F4ECE6;
  width: calc(100% - 50px);
}

.about-3 .about-3-img img {
  display: block;
  max-width: 100%;
}

.about-3 .about-3-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 23.8%;
}

.about-3 .about-3-info .about-w {
  position: absolute;
  margin-top: 74px;
  margin-left: -1px;
}

.about-3 .about-3-info .about-3-text {
  padding-top: 62px;
  padding-left: 31px;
  padding-right: 38px;
  color: #fff;
}

.about-3 .about-3-info .about-3-text .about-3-title {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 22px;  
}

.about-3 .about-3-info .about-3-text .about-3-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.about-3 .about-3-info .about-3-text .about-3-prev p {
  margin-bottom: 24px;
}

.about-3 .about-3-info .about-3-text .about-3-link {
  position: relative;
  float: left;
  width: 149px;
  height: 50px;
  background: #F4ECE6;
  text-align: center;
  padding-top: 13px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}

.about-4 {
  margin-bottom: 102px;
}

.about-4 .about-4-left {
  position: relative;
  float: left;
  width: 48%;
  padding-left: 169px;
}

.about-4 .about-4-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 148px;
  background: url(../img/about_ico_1.svg) center center #333333 no-repeat;
}

.about-4 .about-4-right {
  position: relative;
  float: right;
  width: 48%;
  padding-left: 169px;
}

.about-4 .about-4-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 148px;
  background: url(../img/about_ico_2.svg) center center #333333 no-repeat;
}

.about-4 .about-4-title {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 17px;
}

.about-4 .about-4-text {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.guarantee-block {

}

.guarantee-1 {
  background: #EDEDED;
  min-height: 490px;
  padding: 80px 405px 80px 6.5%;
  margin-top: 46px;
  border-radius: 16px 16px 0 0;
}

.guarantee-1 .guarantee-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  bottom: 0;
  display: flex;
  justify-content: center;
  border-left: 1px solid #000;
  align-items: center;
}

.guarantee-1 .guarantee-logo img {
  width: 84%;
  margin-left: 8%;
}

.guarantee-1 .gr-top {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 41px;
}

.guarantee-1 .gr-bottom {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.guarantee-1 .gr-bottom p {
  margin: 12px 0;
}

.guarantee-2 {
  padding-top: 44px;
  margin-top: 64px;
  border-top: 1px solid #000;
  margin-bottom: 68px;
}

.guarantee-2 .guarantee-2-left {
  position: relative;
  float: left;
  width: 60%;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.guarantee-2 .guarantee-2-right {
  position: relative;
  float: right;
  width: 33.8%;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-top: 14px;
}

.guarantee-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #000;
  border-radius: 0 0 16px 16px;
}

.guarantee-gallery .guarantee-item {
  position: relative;
  float: left;
  width: 25%;
  display: flex;
  justify-content: center;
  background: url(/img/back.png) center center no-repeat;
  background-size: 80% auto;
}

.guarantee-gallery .guarantee-item div {
  position: relative;
  float: left;
  width: auto;
  max-width: 80%;
}

.guarantee-gallery .guarantee-item img {
}

.left-menu {
  position: relative;
  float: left;
  width: 362px;
  background: #EDEDED;
  margin-top: 45px;
}

.left-menu .item.active .item-block {
  background: #FF611E;
  color: #FEFDFC;
}

.left-menu .item a {
  text-decoration: none;
}

.left-menu .item .item-block {
  padding: 25px 10px 23px 40px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  border-bottom: 1px solid #D1D1D1;
}

.left-menu .item .item-block:hover {
  background-color: #ccc;
}

.left-menu .item .item-menu {
  padding-top: 15px;
  padding-bottom: 10px;
  background: #F5F5F5;
}

.left-menu .item .item-sub {
  padding: 10px 10px 11px 40px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;  
}

.left-menu .item .item-sub:hover, .left-menu .item .item-sub.active-item {
  background-color: #ccc;
}

.goods-main {
  margin-top: 92px;
}

.goods-main .block-title h2 {
  margin-right: 57px;
}

.goods-main .goods-slider {
  position: relative;
  float: left;
}

.goods-main .slider-arrows {
  position: relative;
  float: left;
  margin-top: 10px;
}

.goods-main .slider-arrows .slider-arrow {
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  cursor: pointer;
}

.goods-main .slider-arrows .slider-arrow.slider-arrow-left {
  border-left: 1px solid #000;
  background: url(../img/arrow_orng_left.svg) center center no-repeat;
      border-radius: 32px 0 0 32px;
}


.goods-main .slider-arrows .slider-arrow.slider-arrow-right {
  background: url(../img/arrow_orng_right.svg) center center no-repeat;
    border-radius: 0 32px 32px 0;
}

.goods-main .goods {
    margin-top: 21px;
}

.goods {
  position: relative;
  float: right;
  width: 100%;
  margin-top: 45px;
}

.goods-main .goods {
  width: 100%;
}

.goods .goods-filter {
  background: #F5F5F5;
  min-height: 82px;
  margin-bottom: 77px;
  padding: 30px 10px 10px 35px;
}

.goods .goods-filter .goods-sort-block {
  position: relative;
  float: left;
  margin-right: 74px;
}

.goods .goods-filter .goods-sort-block .goods-sort {
  position: relative;
  float: left;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-right: 33px;
  padding-bottom: 7px;
  border-bottom: 2px dotted #333;
  cursor: pointer;
}

.goods .goods-filter .goods-sort-block .goods-sort.active.stop {
  cursor: default;
  color: #FF611E;
}


.goods .goods-filter .goods-sort-block .sort-stok.active {
  color: #FF611E;
}

.prev-goods {
  margin-top: -25px;
  margin-bottom: 25px;
  padding: 30px 30px;
  box-shadow: 0px 10px 60px rgb(35 111 153 / 7%);
}

.text-page .prev-goods {
  margin-top: 25px;
}

.prev-goods .prev-goods-in {
  position: relative;
  float: right;
  width: calc(100% - 220px);
  font-size: 16px;
  line-height: 24px;
}

.prev-goods .prev-goods-in .prev-text-block {
  position: relative;
  float: left;
  width: calc(100% - 180px);
}

.prev-goods .prev-goods-in .prev-button {
  position: relative;
  float: right;
  width: 150px;
  background: #FF611E;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 25px;
  margin-top: 41px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
}

.prev-goods .prev-goods-in .goods-prev-cont {
  margin-top: 15px;
  font-size: 16px;
}

.prev-goods .prev-goods-in .goods-prev-cont a {
  color: #FF611E;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}

.prev-goods .prev-goods-in h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.prev-goods img {
  max-width: 196px;
}

.goods .one-prod {
  /*position: relative;
  float: left;*/
  display: inline-block;
  vertical-align: top;
  /*width: 32.3%;*/
  width: 32.1%;
  margin-right: 1.5%;
  margin-bottom: 48px;
}

.goods .goods-item .one-prod {
  margin-left: 3%;
  width: 94%;
}

.goods .one-prod:nth-child(3n) {
  margin-right: 0;
}

.goods .one-prod .goods-props {
  margin-bottom: 27px;
}

.goods .one-prod .goods-line {
  margin-bottom: 9px;
}

.goods .one-prod .goods-cols .goods-col-left {
  position: relative;
  float: left;
  width: 52.5%;
  text-align: right;
}

.goods .one-prod .goods-cols .goods-col-right {
  position: relative;
  float: right;
  width: 43%;
}

.goods .one-prod .goods-cols .g-col-1 {
  color: #A5A5A5;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.goods .one-prod .goods-cols .g-col-2 {
  color: #3DA234;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.goods .one-prod .goods-cols .g-col-3 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.goods .one-prod .goods-cols .g-col-4 {
  color: #333333;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

.goods .one-prod .basket-page__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 289px;
  border-bottom: 1px solid #000;
  max-width: 100%;
}

.goods .one-prod .basket-page__img img {
  max-height: 240px;
}

.goods .one-prod .one-prod-name {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  text-align: center;
}

.goods .one-prod .one-prod-name .basket-page__name {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  text-decoration: none;
}

.goods .one-prod .one-prod-name .basket-page__name:hover {
  color: #333333;
}

.goods .one-prod .one-prod-price {
  position: relative;
  float: left;
  width: 178px;
  text-align: center;
  padding-left: 15px;
  padding-top: 11px;
}

.goods .one-prod .one-prod-price span {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.goods .one-prod .add-cart-btn {
  position: relative;
  float: right;
  width: 150px;
  border: 1px solid #000;
  margin-right: 4.7%;
  background: url(../img/cart_btn.svg) 22px 11px no-repeat;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  padding-top: 11px;
  padding-left: 55px;
}

.goods .one-prod .add-cart-btn a {
  color: #000;
  text-decoration: none;
}

.goods .one-prod .add-cart-btn:hover {
  border-color: #968172;
  cursor: pointer;
}

.product {
  padding-top: 46px;
  margin-bottom: 40px;
}

.product .product-about {
  position: relative;
  float: right;
  background: #fff;
  width: 50%;
}

.product .product-about .product-about-info {
  width: 100%;
}

.product .product-img {
  position: relative;
  float: left;
  width: 46%;
  padding-right: 171px;
  margin-bottom: 28px;
}

.product .product-img .product-img-left {
  position: relative;
  float: left;
  height: 504px;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .product-img img {
  max-width: 100%;
  max-height: 504px;
}

.product .product-img .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 154px;
}

.product .product-img .more .more-block {
  position: relative;
  float: left;
  height: 154px;
  width: 154px;
  background: #F5F5F5;
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .product-img .more .more-block img {
  max-height: 154px;
}

.product .product-img .more .more-block:last-child {
  margin-bottom: 0;
}

.product .product-about .product-about-text {
  position: relative;
  float: left;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: 100%;
}

.product .product-about .product-about-text .product-about-text--in {
  max-width: 580px;
  margin-bottom: 20px;
}

.product .product-about .product-about-text p {
  margin-bottom: 21px;
}

.product .product-about .product-about-buy {
  position: relative;
  float: right;
  width: 100%;
  margin-top: -5px;
}

.product .product-about .product-about-buy .product-about-size {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 27px;
}

.product .product-about .product-about-buy .product-about-size span {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.props-name {
  position: relative;
  float: left;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #A5A5A5;
}

.prod-colors {
  margin-bottom: 9px;
}

.prod-colors .prop-color {
  position: relative;
  float: left;
  width: 8px;
  height: 8px;
  margin-left: 17px;
  border-radius: 8px;
  margin-top: 3px;
}

.props-line {
  margin-bottom: 28px;
}

.props-line .props-name {
  margin-right: 17px;
}

.props-line .prop-ex {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #3DA234;
}

.product .product-about .product-about-buy .product-about-price {
  font-family: 'Golos Text';
  font-style: normal;
  /*line-height: 58px;*/
  color: #000000;
  /*margin-bottom: 21px;*/
  margin-bottom: 31px;
  margin-top: 20px;
}

.product .product-about .product-about-buy .pasp-btn {
  position: relative;
  float: left;
  max-width: 255px;
  width: 100%;
  font-weight: 700;
  font-size: 19px;
  height: 48px;
  line-height: 100%;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
}

.product .product-about .product-about-buy .pasp-btn:hover {
  border-color: red;
}

.product .product-about .product-about-buy .card-block .add-cart-btn {
  position: relative;
  float: left;
  width: 255px;
  height: 48px;
  background: url(../img/cart-wh.svg) 80px 12px no-repeat #000;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
  padding-left: 44px;
  text-align: center;
  margin-bottom: 8px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product .product-about .product-about-buy .card-block .add-cart-btn a {
  color: #fff;
  text-decoration: none;
}

.product .product-about .product-about-buy .card-block .add-cart-btn:hover {
  background-color: red
}

.prop-address {
  margin-top: 47px;
}

.prop-address .prop-address-top {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  margin-bottom: 7px;
}

.prop-address .prop-address-bottom {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  margin-bottom: 7px;
}

.product .product-about .product-show {
  position: relative;
  float: left;
  width: 255px;
  border: 1px solid #fe0000;
  background: #fe0000;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 0;
  color: #fff;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 36px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product .product-about .product-show:hover {
  opacity: 0.9;
}

.product-1 {
  background: #F4ECE6;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 119px;
  margin-bottom: 101px;
}

.product-1 p {
  margin-bottom: 23px;
}

.product-1 .product-col-left {
  position: relative;
  float: left;
  width: 48%;
}

.product-1 .prod-img-2 {
  position: relative;
  float: left;
  max-width: 100%;
  margin-top: -131px;
  margin-bottom: 42px;
}

.product-1 .prod-img-3 {
  position: relative;
  float: left;
  max-width: 100%;
  margin-top: 31px;
  margin-bottom: -32px;
}

.product-1 h2 {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 31px;
}

.product-1 .product-col-right {
  position: relative;
  float: right;
  width: 48%;
}

.product-1 .product-col-right .product-col-text {
  margin-top: 66px;
}

.product-1 .product-col-right .prod-img-3 {
  margin-top: 17px;
  margin-bottom: -53px;
}

.product-gallery {
  margin-bottom: 58px;
}

.product-gallery .gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-gallery .gallery .item {
  position: relative;
  float: left;
  width: 25%;
}

.product-gallery .gallery .item img {
  display: block;
}

.contacts-page {
  margin-top: 46px;
}

.contacts-page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #F4ECE6;
}

.contacts-page .contacts-page-in {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
}

.contacts-page .contacts-left {
  position: relative;
  float: left;
  width: 34%;
  min-height: 359px;
  padding-top: 87px;
  background: #F4ECE6;
}

.contacts-page .contacts-left a {
  color: #000000;
  text-decoration: none;
}

.contacts-page .contacts-left .cont-line-1 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 23px;
}

.contacts-page .contacts-left .cont-line-2 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 11px;
}

.contacts-page .contacts-left .cont-line-3 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}

.contacts-page .contacts-center {
  position: relative;
  float: left;
  width: 41.7%;
  min-height: 359px;
}

.contacts-page .contacts-right {
  position: relative;
  float: left;
  width: 24%;
  min-height: 359px;
  padding-left: 42px;
}

.contacts-page .contacts-right .cont-line-1 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-top: 58px;
  background: url(../img/map.svg) top left no-repeat;
  padding-top: 79px;
  margin-bottom: 20px;
}

.contacts-page .contacts-right .cont-line-2 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
}

.delivery .delivery-left {
  position: relative;
  float: left;
  width: 41%;
}

.delivery .delivery-right {
  position: relative;
  float: right;
  width: 49.2%;
  padding-top: 46px;
}

.delivery .delivery-right .del-img {
  margin-bottom: 14px;
}

.delivery .delivery-left {
  padding-top: 44px;
}

.delivery .delivery-left .del-1 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.delivery .delivery-left .del-2 {
  margin-top: 38px;
  padding-top: 33px;
  border-top: 1px solid #000;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.delivery .delivery-left .del-2 h3 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 26px;
}

.delivery .delivery-left .del-2 p {
  margin-bottom: 15px;
}

.delivery .del-line {
  padding: 21px 24px 27px 21px;
  background: #F4ECE6;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 9px;
}

.progress .progress-left {
  position: relative;
  float: left;
  width: 48%;
  margin-top: 34px;
}

.progress .progress-left .progress-left-img {
  position: relative;
  float: left;
  width: 180px;
  /*background: url(../img/progress_cl.svg) top center no-repeat;
  background-size: 100% auto;*/
}

.progress .progress-left .progress-left-img img {
  width: 100%;
}

.progress .progress-left .progress-left-text {
  position: relative;
  float: right;
  width: calc(100% - 257px);
}

.progress .progress-left .progress-left-text .progress-line {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  height: 170px;
  display: flex;
  align-items: center;
}

.progress .progress-left .progress-left-text .progress-line span {
  position: relative;
  float: left;
  color: #C1B2A7;
  padding-right: 40px;
  height: 39px;
}

.progress .progress-left .progress-left-text .progress-line:before {
  content: '';
  position: absolute;
  left: -66px;
  top: 50%;
  margin-top: -5px;
  width: 11px;
  height: 12px;
  background: url(../img/check.svg) left center no-repeat;
}

.progress .progress-right {
  position: relative;
  float: right;
  width: 49.2%;
}

.progress .progress-right .progress-video {
  margin-bottom: 44px;
}

.progress .progress-right .progress-video img {
  max-width: 100%;
}

.progress .progress-right .progress-text {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
  margin-bottom: 43px;
}

.progress .progress-right .progress-text-2 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 43px;
}

.progress .progress-right .progress-text-2 .progress-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 25px;
}

.progress .progress-right .progress-text p {
  margin-bottom: 24px;
}

.progress .progress-right .progress-text-2 {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.progress .progress-right .progress-text-2 p {
  margin-bottom: 24px;
}

.materials {
  display: flex;
  justify-content: center;
  margin-bottom: 95px;
}

.materials .woodda {
  margin-top: 28px;
}

.materials .woodda img {
  max-width: 100%;
  max-width: 840px;
}

.materials .video-col {
  position: relative;
  float: left;
  width: 325px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: right;
  color: #333333;
  padding-top: 137px;
}

.materials .video-col .video-line {
  margin-bottom: 30px;
}

.materials .video-col.video-col-left {
  margin-right: -23px;
}

.materials .video-col.video-col-right {
  margin-left: -23px;
}

.materials .video-col .video-line {
  height: 83px;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.materials .video-col .video-line:before {
  content: '';
  position: absolute;
  top: 0;
  width: 83px;
  height: 83px;
  background: url(../img/play.svg) no-repeat;
  background-size: 100% auto;
}

.materials .video-col.video-col-left .video-line {
  text-align: right;
  justify-content: flex-end;
  padding-right: 118px;
}

.materials .video-col.video-col-left .video-line:before {
  right: 0;
}

.materials .video-col .video-line {
  text-decoration: none;
  color: #333333;
}

.materials .video-col .video-line span {
  border-bottom: 1px dotted #333;
}

.materials .video-col.video-col-right .video-line {
  text-align: right;
  justify-content: flex-start;
  padding-left: 118px;
}

.materials .video-col.video-col-right .video-line:before {
  left: 0;
}


.materials .video-col .video-line:hover:before, .materials .video-col .video-line:focus:before {
  animation: crescendo 0.6s alternate infinite ease-in;
}

.materials-info {
  background: #F4ECE6;
  padding: 74px 4.85% 79px 4.35%;
}

.materials-info .materials-text {
  position: relative;
  float: left;
  width: 43.5%;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.materials-info .materials-text .materials-text-top {
  padding-bottom: 38px;
  border-bottom: 1px solid #000;
  margin-bottom: 32px;
}

.materials-info .materials-text .materials-text-prev {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 26px;
}

.materials-info .materials-img {
  position: relative;
  float: right;
  width: 50%;
}

.materials-info .materials-img .materials-img-line {
  margin-bottom: 20px;
}


.window-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  display: none;
  z-index: 300;
}

.window-fb {
  display: none;
  opacity: 0;  
  /*position: absolute;*/
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -384px;
  /*margin-top: -240px;*/
  width: 768px;
  color: #273142;
  z-index: 301;
  border-radius: 32px;
  overflow: hidden;
}

.window-fb .window-fb-prev {
  font-size: 14px;
  margin-bottom: 10px;
}

.window-fb .window-fb-back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /*background: #FDD860;
  opacity: 0.95;*/
  background: #fff;
  width: 100%;
}

.window-fb .window-fb-in {
  /*height: 480px;*/
  display: flex;
  justify-content: center;
  padding: 60px 0 62px 0;
}

.window-fb .window-fb-in .policy {
  position: relative;
  float: right;
  width: calc(100% - 176px);
  font-size: 12px;
  line-height: 19px;
  margin-top: 12px;
  text-align: left;
  color: #273142;
}

.window-fb .window-fb-in .policy a {
  color: #273142;
}

.window-fb .window-fb-in .x {
  position: absolute;
  top: 23px;
  right: 22px;
  width: 24px;
  height: 24px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.window-fb .window-fb-in .window-fb-form {
  max-width: 620px;
  display: flex;
  align-items: center;
}

.window-fb .window-fb-in .window-fb-title {
  font-family: 'Golos Text';
  font-size: 25px;
  text-align: left;
  /*margin-top: 53px;*/
  margin-top: 5px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 4px;
}

.window-fb .window-fb-in .window-fb-line {
  /*margin-bottom: 35px;*/
  margin-bottom: 23px;
}

.window-fb .window-fb-in .window-fb-line textarea {
  resize: none;
  height: 173px;
}

.window-fb .window-fb-in .window-fb-line.window-fb-prnt {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.window-fb .window-fb-in .window-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #B7B7D2;
  background: none;
  font-family: 'Golos Text';
  font-size: 16px;
  color: #273142;
  padding: 9px 0 20px;
}

.window-fb .window-fb-in .window-input::-webkit-input-placeholder       {color:#505050;}
.window-fb .window-fb-in .window-input::-moz-placeholder                {color:#505050;}
.window-fb .window-fb-in .window-input:-moz-placeholder                 {color:#505050;}
.window-fb .window-fb-in .window-input:-ms-input-placeholder            {color:#505050;}

.window-fb .window-fb-in .window-submit {
  border: none;
  color: #fff;
  margin-top: 2px;
  padding: 15px 33px 16px 33px;
  font-size: 14px;
  background: #fe0000;
  font-weight: bold;
  border-radius: 4px;
  border-radius: 36px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.window-fb .window-fb-in .window-submit:hover {
  background: red
}

.cont-map {
  margin: 10px 0 20px 0;
}

#fade { 
    display: none;
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 5000;
}

#fade-sended { 
  display: none;
  background: #000;
  position: fixed; left: 0; top: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  z-index: 1001;
}

.feedback-sended {
  display: none;
  opacity: 0;
  z-index: 1002;
  position: fixed;
  top: 50%;
  margin-top: -159px;
  left: 50%;
  margin-left: -260px;  
  width: 100%;
  height: 305px;
  max-width: 520px;
  background: #fff;
}

.feedback-sended .x {
  z-index: 151;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.feedback-sended .feedback-sended-text {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  padding-top: 64px;
  line-height: 39px;
  padding-bottom: 29px;
  color: #3c3c3c;
}

.feedback-sended .feedback-sended-text:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -54px;
  width: 108px;
  height: 1px;
  background: #d5d5d5;
}

.feedback-sended .feedback-sended-after {
  text-align: center;
  color: #5a4017;
  font-size: 15px;
  line-height: 22px;
  padding-top: 22px;
}

.feedback-sended .x {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
  width: 20px;
  height: 20px;
  background: url(../img/close.svg) center center no-repeat;
  background-size:100%;
  cursor:pointer;
  z-index:3;
}

.warning {
  border-color: red !important;
}

.search-page {
  margin-top: 35px;
  min-height: 700px;
}

.contacts-pg {
  margin-top: 46px;
}

.nc_search {
  position: relative;
  float: left;
  width: 100%;
  max-width: 750px;
}

.nc_search input[type="text"] {
  position: relative;
  float: left;
  width: calc(100% - 24px);
  padding: 5px 15px 5px 7px;
  border: 1px solid #bbb;
  font-size: 17px;
}

.nc_search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: #333333;
  color: #fff;
  border: none;
  height: 32px;
  padding: 0 25px;
  text-transform: uppercase;
  cursor: pointer;    
}

.nc_search button[type="submit"]:hover{
  background: #968172;
}

.nc_search_results {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 5px;    
}

.nc_search_range {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

ol.nc_search_results  li {
  list-style-position: inside;
  list-style: none;
}

.nc_search_nav {
  margin-top: 15px;
}

.nc_search_list {
  position: relative;
  float: left;
  width: 100%;
  margin: 12px 0;
}

.nc_search_title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 3px; 
}

.nc_search_nav, .nc_search_status {
  position: relative;
  float: left;
  width: 100%;
}

.nc_search_status {
  margin-top: 5px;
}

.nc_search_title {
  font-weight: bold;
  font-size: 17px;
  color: #a44718;
  margin-bottom: 3px;
}

.nc_search_title a {
  color: #42424B;
}

.nc_search_context {
  position: relative;
  float: left;
  width: 100%;
}

header .x {
  display: none;
}

.categories {
  min-height: 600px;
  padding-top: 46px;
}

.categories .category {
  /*position: relative;
  float: left;*/
  display: inline-block;
  vertical-align: top;
  /*width: 32.30%;*/
  width: 32%;
  margin-right: 1.46%;
  /*display: flex;
  justify-content: flex-start;*/
  flex-wrap: wrap;
  background: #F4ECE6;
  color: #000000;
  margin-bottom: 25px;
}

.categories .category img {
  display: block;
}

.categories .category:nth-child(3n) {
  margin-right: 0;
}

.categories .category .category-info {
  height: 185px;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  padding: 0 30px 0 10%;
  display: flex;  
  align-items: center;
}

.categories .category a {
  color: #000;
  text-decoration: none;
}

.categories .category .category-arr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background: url(../img/arrow_category.svg) #D8D5D5 center center no-repeat;
}

.full-width {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 43px;
  background: #EDEDED;
}

.full-width .f-wd {
  position: relative;
  float: left;
  width: 25%;
  max-width: 480px;
}

.full-width .f-wd img {
  max-width: 100%;
  display: block;
}

.text-page {
  min-height: 550px;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Golos Text';
  padding-bottom: 40px;
}

.text-page h2, .text-page h3, .text-page h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-page p {
  margin-bottom: 15px;
}

.text-page ul li {
  margin-bottom: 10px;
  list-style-position: inside;
}

@keyframes crescendo {
  0%   {
    transform: scale(.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@media(max-width: 1770px){
  .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in {
    padding-right: 31%;
  }
}

@media(max-width: 1550px){
  .top-menu {
    left: 310px;
  }
  header .header .nets {
    left: auto;
    right: 205px;
  }
  header .header .search-block {
    right: 355px;
  }
  .about-main .about-main-title {
    width: 28%;
  }
  header .call-me {
    right: 190px;
  }
}

@media(max-width: 1510px){
  .main-menu li {
    font-size: 16px;
  }
  footer .footer .phones-block {
    left: auto;
    right: 170px;
  }
}

@media(max-width: 1500px){
  header .header .phones-block .phone {
    font-size: 16.5px;
  }
  header .call-me {
    font-size: 16px;
  }
}

@media(max-width: 1480px){
  .product .product-about .product-about-buy .product-about-size {
    font-size: 20px;
  }
  .product .product-about .product-about-buy .product-about-size span {
    font-size: 20px;
  }
}

@media(max-width: 1460px){
  .wrapper {
    max-width: 1320px;
  }
  .top-menu li {
    margin-right: 25px;
  }
  header .header .nets {
    right: 0;
    top: 62px;
  }
  header .header .nets a {
    margin-right: 0;
    margin-left: 21px;
  }
  header .header .search-block {
    top: 42px;
    right: auto;
  }
  .main-menu li {
    margin-right: 25px;
  }
  header .call-me {
    right: 165px;
    top: 67px;
    z-index: 1;
  }
  header .cart {
    right: 0;
  }
  .about-main .about-main-title {
    font-size: 42px;
  }
  .about-main .about-main-val {
    font-size: 69px;
  }
  .about-company .about-company-text {
    padding: 31px 8% 0 5.6%;
  }
  .catalog-block .cat-block .cat-name {
    left: 3%;
  }
  .catalog-block .cat-name {
    font-size: 21px;
  }
  footer .footer .nets {
    right: 382px;
    left: auto;
  }
  footer .footer .nets a.fb, footer .footer .nets a {
    margin-right: 11px;
  }
  .footer-menu {
    left: 310px;
    margin-right: 28px;
  }
  footer .footer .search-block {
    right: 499px;
    left: auto;
  }
  .content-about .content-about-in h2 {
    font-size: 39px;
    line-height: 49px;
  }
  .about-2 .about-2-left .about-2-line {
    font-size: 20px;
    padding: 15px 0 15px 0;
  }
  .about-2 .about-2-right .about-2-right-info .about-2-info-line .about-2-info-top {
    font-size: 65px;
    line-height: 74px;
  }
  .about-2 .about-2-right .about-2-right-info {
    padding-top: 0;
  }
  .about-2 .about-2-right .about-2-right-info .about-2-info-line {
    margin-bottom: 43px;
  }
  .about-3 .about-3-info .about-w {
    margin-top: 34px;
  }
  .about-3 .about-3-info .about-3-text {
    padding-top: 99px;
  }
  .guarantee-1 {
    padding: 65px 560px 30px 8.5%;
  }
  .delivery .delivery-left {
    width: 48%;
  }
  .contacts-page .contacts-left .cont-line-3 {
    font-size: 40px;
  }
  .goods .one-prod .one-prod-name .basket-page__name {
    font-size: 19px;
    line-height: 25px;
  }
  .goods .one-prod .one-prod-price {
    width: 150px;
  }
  .goods .one-prod .add-cart-btn {
    margin-right: 0;
  }
  .progress .progress-left .progress-left-text .progress-line {
    font-size: 25px;
    line-height: 28px;
  }
  .progress .progress-left .progress-left-text .progress-line .ps {
    display: flex;
    align-items: center;
  }
  .progress .progress-left .progress-left-text .progress-line span {
    padding-right: 26px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .materials .woodda {
    margin-top: 102px;
  }
  .materials .woodda img {
    max-width: 654px;
  }
  .materials .video-col {
    font-size: 25px;
    line-height: 27px;
  }
  .categories .category .category-info {
    font-size: 31px;
    line-height: 32px;
  }
  .terms-block .terms .terms-text {
    font-size: 20px;
    line-height: 28px;
  }
  .product .product-about .product-about-buy .card-block .add-cart-btn {
    background: url(../img/cart-wh.svg) 45px 12px no-repeat #000;
    padding-left: 25px;
  }
  .prev-goods .prev-goods-in .prev-text-block {
    width: 100%;
  }
  .prev-goods .prev-goods-in .prev-button {
    float: left;
    margin-top: 20px;
  }
  .prev-goods .prev-goods-in .prev-button {
    padding: 11px 0;
  }
}

@media(max-width: 1320px){
  header .call-me {
    right: 175px;
  }
  .main-menu li {
    margin-right: 23px;
  }
  .main-menu li {
    font-size: 15px;
  }
  .footer-menu li {
    margin-right: 24px;
  }
  .progress .progress-left .progress-left-text {
    width: calc(100% - 212px);
  }
  .progress .progress-left .progress-left-text .progress-line:before {
    left: -18px;
    margin-top: -6px;
  }
  .progress .progress-left .progress-left-text .progress-line {
    font-size: 23px;
  }
}

@media(max-width: 1280px){
  .top-block .pg-title h1 {
    font-size: 46px;
    line-height: 51px;
  }
  .wrapper {
    max-width: 1100px;
  }
  .top-menu {
    left: 0;
    top: -36px;
  }
  .top-menu li {
    font-size: 15.5px;
    margin-right: 44px;
  }
  header .header .logo {
    top: 20px;
  }
  header .header .phones-block {
    top: 26px;
  }
  header .header .phones-block .phone {
    font-size: 17px;
  }
  /*header .header .search-block {
    right: 140px;
  }*/
  .main-menu li {
    font-size: 15.5px;
    margin-right: 20px;
  }
  header .call-me {
    right: 0;
    top: 90px;
  }
  header .header .search-block {
    top: 23px;
    right: auto;
    left: 300px;
  }
  .catalog-block .catalog-block-right {
    width: 67%;
  }
  .catalog-block .cat-block.cat-block-2 {
    width: 33%;
    height: 535px;
  }
  .catalog-block .cat-block.cat-block-1 {
    width: 50%;
  }
  .about-main .about-main-title {
    width: 100%;
  }
  .about-main-1, .about-main-2, .about-main-3 {
    width: 41%;
  }
  .about-main-2 {
    width: 29%;
  }
  .about-main-3 {
    width: 29%;
  }
  .about-company .about-company-text {
    padding: 20px 3% 0 4%;
    font-size: 15px;
  }
  .about-company .about-company-text h2 {
    margin-bottom: 15px;
  }
  .about-company .about-company-text p {
    margin-bottom: 15px;
  }
  .about-company .about-company-text {
    width: calc(100% - 440px);
  }
  .about-company .about-company-img {
    width: 440px;
    margin-top: 40px;
  }
  .about-company .about-company-text {
    padding-bottom: 20px;
  }
  .footer-menu {
    position: absolute;
    top: 86px;
    left: 0; 
  }
  .footer-menu li {
    font-size: 12px;
  }
  .content-about .content-about-in h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .about-2 {
    margin-top: 45px;
    margin-bottom: 55px;
  }
  .about-2 .about-2-title {
    width: 100%;
  }
  .about-2 .about-2-left {
    width: 40%;
  }
  .about-2 .about-2-right {
    width: 57%;
  }
  .about-2 .about-2-left .about-2-line {
    font-size: 18px;
    padding: 14px 0 14px 0;
  }
  .guarantee-1 {
    padding: 45px 490px 40px 6.5%;
  }
  .guarantee-1 .guarantee-logo {
    width: 420px;
  }
  .guarantee-1 .gr-top {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .contacts-page .contacts-left .cont-line-2 {
    font-size: 32px;
  }
  .contacts-page .contacts-left .cont-line-3 {
    font-size: 33px;
  }
  .contacts-page .contacts-right .cont-line-1 {
    margin-top: 0;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in {
    padding-left: 105px;
    font-size: 19px;
    line-height: 28px;
    padding-right: 33%;
  }
  .product .product-about .product-about-buy .product-about-size {
    font-size: 21px;
  }
  .product .product-about .product-about-buy .product-about-size span {
    font-size: 20px;
  }
  /*.product .product-about {
    width: 100%;
  }
  .product .product-img {
    width: 100%;
    padding-right: 0;
  }*/
  .product .product-about .product-about-info {
    max-width: 100%;
    position: relative;
    float: left;
    width: 100%;
  }
  .product .product-img {
    text-align: center;
  }
  .product .product-img img {
    float: none;
    max-width: 100%;
  }
  .product-1 {
    margin-top: 15px;
  }
  .product-1 .prod-img-2 {
    margin-top: 20px;
  }
  .product-1 .product-col-right .prod-img-3 {
    margin-bottom: 20px;
  }
  .left-menu {
    width: 300px;
  }
  .left-menu .item .item-block {
    padding-right: 20px;
  }
  .goods {
    width: calc(100% - 330px);
  }
  .goods .goods-filter .goods-sort-block {
    margin-right: 30px;
  }
  .goods {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .goods .one-prod, .goods .one-prod:nth-child(4n) {
    width: 48.8%;
    margin-right: 0;
  }
  .materials .woodda {
    margin-top: 196px;
  }
  .materials .woodda img {
    max-width: 470px;
  }
  .categories .category .category-info {
    height: 145px;
    font-size: 25px;
    line-height: 26px;
  }
  .terms-block .terms .terms-text {
    font-size: 17px;
    line-height: 26px;
  }
  /*.product .product-img {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }*/
  .product .product-img .product-img-left {
    height: auto;
  }
  .product .product-img {
    padding-right: 0;
  }
  .product .product-img .more {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-img .more .more-block {
    width: 30%;
  }
  .prev-goods img {
    max-width: 149px;
  }
  .prev-goods .prev-goods-in {
    width: calc(100% - 180px);
  }
}

@media(max-width: 1100px){
  .wrapper {
    max-width: 990px;
  }
  header .header .phones-block {
    top: 22px;
  }
  header .header .nets {
    right: 205px;
    top: 18px;
  }
  header .header .search-block {
    top: 5px;
    /*right: 330px;*/
  }
  .top-menu {
    /*top: 68px;*/
    top: -34px;
    left: 0;
    width: 100%;
  }
  header .cart {
    /*top: -57px;*/
    top: 17px;
  }
  header .cart {
    border-color: #fff;
    color: #fff;
    background: url(../img/cart-white.svg) 11px 11px no-repeat;
  }
  .contacts .contacts-phone {
    font-size: 31px;
  }
  .content-about .content-about-in h2 {
    font-size: 31px;
    line-height: 37px;
  }
  .about-2 .about-2-left .about-2-line {
    font-size: 16px;
    padding: 11px 0 11px 0;
  }
  .about-2 .about-2-right .about-2-right-info {
    left: 7.3%;
  }
  .about-2 .about-2-right {
    padding-left: 267px;
  }
  .about-2 .about-2-right .about-2-right-info .about-2-info-line .about-2-info-top {
    font-size: 58px;
    line-height: 66px;
  }
  .about-2 .about-2-right .about-2-right-info .about-2-info-line {
    margin-bottom: 31px;
  }
  .guarantee-1 {
    padding: 45px 400px 45px 6.5%;
    min-height: 380px;
  }
  .guarantee-1 .gr-top {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 25px;
  }
  .guarantee-1 .guarantee-logo {
    width: 360px;
  }
  .guarantee-1 .guarantee-logo img {
    max-width: 275px;
    width: 100%;
  }
  .guarantee-2 .guarantee-2-left {
    font-size: 22px;
    line-height: 34px;
  }
  .contacts-page .contacts-left .cont-line-3 {
    font-size: 30px;
  }
  .progress .progress-left .progress-left-text .progress-line {
    font-size: 19px;
  }
  .materials {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .materials-info {
    padding: 39px 30px 39px 30px;
  }
  .materials-info .materials-text .materials-text-prev {
    font-size: 19px;
    line-height: 27px;
  }
  .materials .video-col.video-col-left, .materials .video-col.video-col-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .materials .video-col {
    padding-top: 0;
  }
  .materials .video-col.video-col-left {
    max-width: 350px;
    order: 1;
    margin-right: 15px;
  }
  .materials .video-col .video-line span {
    text-align: left;
    float: left;
    position: relative;
    border: none;
  }
  .materials .video-col.video-col-right {
    max-width: 350px;
    order: 2;
    margin-left: 15px;
  }
  .materials .woodda {
    margin-top: 12px;
    order: 3;
  }
  .materials .video-col .video-line {
    margin-bottom: 34px;
  }
  .materials .video-col.video-col-left .video-line {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 118px;
  }
  .materials .video-col.video-col-left .video-line:before {
    right: auto;
    left: 0;
  }
  .materials-info .materials-text {
    width: 100%;
  }
  .materials-info .materials-img {
    margin-top: 45px;
    width: 100%;
  }
  .terms-block {
    flex-wrap: wrap;
  }
  .terms-block .terms .terms-text {
    font-size: 16px;
  }
  .catalog-block .cat-block.cat-1 {
        background: url(../img/cat_1_full.jpg) right 5px no-repeat;
  }
  .left-menu .item .item-block {
    font-size: 17px;
  }
  .left-menu .item .item-sub {
    font-size: 16px;
  }
  .goods .goods-filter .goods-sort-block:last-child {
    margin-right: 0;
    white-space: nowrap;
  }
  .product .product-img {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product .product-about {
    width: 100%;
  }
}

@media(max-width: 990px){
  .wrapper {
    max-width: 740px;
  }
  header .header .search-block {
    top: 15px;
    right: 443px;
  }
  header .header .nets {
    right: 317px;
    top: 27px;
  }
  header .header .phones-block {
    top: 24px;
  }
  header .cart.active-cart {
    font-size: 12px;
    background-size: 16px auto;
    padding: 14px 13px 0 40px;
    background-position: 12px 13px;    
  }
  header .cart .cart-green {
    height: 24px;
    padding: 3px 8px 0 8px;
    top: 11px;
    right: -14px;
  }
  header .cart {
    /*top: -88px;*/
    top: 15px;
  }
  header .header .phones-block {
    padding-left: 0;
    background: none;
  }
  /*.top-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-menu li {
    margin-right: 0;
  }*/
  .main-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-menu li {
    margin-right: 0;
  }
  .main-menu li {
    font-size: 13px;
  }
  .top-block .pg-title h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .top-text-about {
    font-size: 18px;
    line-height: 30px;
  }
  .slider .slide-info .slide-title {
    font-size: 32px;
    line-height: 38px;
  }
  .catalog-block .cat-block.cat-block-2 {
    width: 100%;
    height: 179px;
    background-size: auto 161px;
  }
  .catalog-block .catalog-block-right {
    width: 100%;
  }
  .catalog-block .cat-block {
    border-bottom: none;
  }
  .catalog-block .catalog-block-right {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
  }
  .catalog-block .cat-block.cat-block-2 .cat-name {
    margin-left: 196px;
  }
  .about-main-1, .about-main-2, .about-main-3 {
    width: 100%;
  }
  .about-main .about-main-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .about-company {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-company .about-company-text {
    padding: 36px 24px 40px 24px;
    width: 100%;
  }
  .about-company .about-company-img {
    width: 100%;
  }
  .main-gallery a {
    width: 50%;
  }
  .contacts .wrapper {
    order: 1;
  }
  .contacts .contacts-map {
    order: 2;
  }
  .contacts {
    display: flex;
    flex-wrap: wrap;
  }
  .contacts .contacts-green, .contacts .contacts-map, .contacts .contacts-left {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    float: left;
    width: 100%;
  }
  .contacts .feedback {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .contacts .contacts-left, .contacts h2, .contacts .contacts-address, .contacts .contacts-phone, .contacts .feedback .feedback-title {
    text-align: center;
  }
  .contacts .contacts-left {
    padding-bottom: 35px;
    padding-top: 45px;
  }
  .insert-footer-form {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-1 .about-1-left {
    width: 100%;
    text-align: center;
  }
  .about-1 .about-1-right {
    width: 100%;
  }
  .content-about .content-about-in {
    margin-top: 60px;
  }
  .content-about .c-about-left {
    width: 100%;
  }
  .content-about .c-about-right {
    width: 100%;
  }
  .content-about .content-about-img {
    margin-top: 45px;
  }
  .about-2 .about-2-left {
    width: 100%;
  }
  .about-2 .about-2-right {
    width: 100%;
  }
  .content-about .content-about-in h2 {
    margin-bottom: 15px;
  }
  .content-about .content-about-img {
    margin-bottom: 15px;
  }
  .about-2 .about-2-right .about-2-right-info {
    padding-top: 43px;
  }
  .team .team-title {
    font-size: 42px;
    line-height: 63px;
    margin-bottom: 25px;
  }
  .team .team-line {
    flex-wrap: wrap;
  }
  .team .team-line .team-item {
    width: 46%;
    margin-bottom: 40px;
  }
  .about-3 {
    margin-bottom: 50px;
  }
  .about-3 .about-3-img {
    width: 100%;
  }
  .about-3 .about-3-img:before {
    width: auto;
    right: 15px;
  }
  .about-3 .about-3-info {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .about-3 .about-3-info .about-3-text {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .about-3 .about-3-info .about-3-text .about-3-title br {
    display: none;
  }
  .about-4 .about-4-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-4 .about-4-right {
    width: 100%;
  }
  .guarantee-1 {
    padding: 45px 40px 45px 40px;
  }
  .guarantee-1 .guarantee-logo {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: none;
    margin-top: 35px;
  }
  .guarantee-2 .guarantee-2-left {
    width: 100%;
    font-size: 19px;
    line-height: 29px;
  }
  .guarantee-2 .guarantee-2-right {
    width: 100%;
  }
  .guarantee-gallery .guarantee-item {
    width: 50%;
  }
  .guarantee-gallery .guarantee-item img {
    display: block;
  }
  .delivery .delivery-left {
    width: 100%;
    padding-top: 22px;
  }
  .delivery .delivery-right {
    width: 100%;
    padding-top: 14px;
  }
  .contacts-page:before {
    display: none;
  }
  .contacts-page .contacts-left {
    width: 100%;
    padding-top: 35px;
    min-height: auto;
    padding-bottom: 35px;
  }
  .contacts-page .contacts-left .cont-line-1, .contacts-page .contacts-left .cont-line-2, .contacts-page .contacts-left .cont-line-3 {
    text-align: center;
  }
  .contacts-page .contacts-center {
    width: 100%;
  }
  .contacts-page .contacts-right {
    width: 100%;
    min-height: auto;
    padding-bottom: 35px;
  }
  .contacts-page .contacts-right .cont-line-1 {
    text-align: center;
    background-position: top center;
    margin-top: 20px;
  }
  .contacts-page .contacts-right .cont-line-2 {
    text-align: center;
  }
  .contacts.cp-bottom .contacts-left-page {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .contacts.cp-bottom .feedback {
    margin-left: 0;
    margin-top: 0;
    border: none;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in .contacts-source {
    justify-content: center;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line:last-child {
    border-bottom: 1px solid #000;
  }
  .contacts-page .contacts-page-in {
    background: none;
  }
  .contacts-page .contacts-right {
    padding-left: 0;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line {
    display: flex;
    justify-content: center;
  }
  .contacts.cp-bottom {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-1, .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-2, .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-3 {
    background-position: center 15px;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 75px;
    width: 100%;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-2 {
    padding-top: 73px;
  }
  .contacts.cp-bottom .contacts-left-page .contacts-left-line .contacts-left-line-in.contacts-line-3 {
    padding-top: 62px;
  }
  .product-1 .product-col-left {
    width: 100%;
  }
  .product-1 .product-col-right {
    width: 100%;
  }
  .product-1 .product-col-right .product-col-text {
    margin-top: 10px;
  }
  .goods {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .goods .one-prod, .goods .one-prod:nth-child(4n) {
    width: 49%;
    margin-right: 0;
  }
  .progress .progress-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .progress .progress-right {
    width: 100%;
  }
  .materials .video-col.video-col-left, .materials .video-col.video-col-right {
    margin-right: 0;
    margin-left: 0;
  }
  .categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .categories .category {
    width: 100%;
    margin-right: 0;
    max-width: 491px;
  }
  .categories .category .category-info {
    height: auto;
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
  }
  footer .footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer .nets, footer .footer .phones-block {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    top: auto;
    left: auto;
    right: auto;
  }
  footer .footer .logo .logo-in {
    margin-bottom: 20px;
  }
  footer .footer .nets {
    margin-bottom: 20px;
  }
  footer .footer .phones-block {
    margin-bottom: 20px;
  }
  footer .footer .logo, .footer .call-me {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
  }
  footer .footer .nets a.fb, footer .footer .nets a {
    margin-right: 9px;
    margin-left: 9px;
  }
  footer .footer .search-block {
    display: none;
  }
  .terms-block .terms {
    width: 49%;
    margin-bottom: 15px;
  }
  .full-width .f-wd {
    width: 50%;
  }
  .left-menu {
    z-index: 5;
    position: absolute;
    left: 0;
    margin-left: -310px;
    top: 100px;
    width: 300px;
    overflow: hidden;
  }
  .goods-page {
    overflow: hidden;
  }
  .goods {
    width: 100%;
  }
  .goods .goods-filter {
    margin-bottom: 45px;
    min-height: 69px;
    padding: 20px 10px 10px 35px;
    width: calc(100% - 80px);
    float: right;
    margin-left: 80px;
  }
  .window-fb {
    left: 25px;
    right: 25px;
    width: auto;
    margin-left: 0;
  }
  .goods .one-prod .basket-page__img {
    height: auto;
  }
  .goods .one-prod .basket-page__img img {
    max-height: none;
    max-width: 80%;
    margin-left: 10%;
  }
  .footer-menu {
    top: 145px;
    width: 100%;
    margin-right: 0;
  }
  .footer-menu li {
    font-size: 12px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

@media(max-width: 730px){
  body {
    padding-top: 45px;
  }
  header .burger {
    position: fixed;
    top: 15px;
    left: 15px;
    width: 28px;
    height: 28px;
    background: url(../img/burger.svg) center center no-repeat #333;
    background-size: 100% auto;
  }
  header .header .logo {
    left: 50px;
  }
  header .header .logo {
    top: 12px;
  }
  header .cart {
    background-position: center center !important;
    background-size: 22px auto !important;
    height: 43px;
    width: 43px;
    min-width: auto;
  }
  header.ps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #333333;
  }
  header .header {
    height: auto;
  }
  header .main-menu-block {
    position: fixed;
    left: 0;
    height: auto;
    background: #333333;
    max-height: 0;
    border: none;
  }
  header .top-menu {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 7px;
    background: #333333;
  }
  header .top-menu li {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 3px 0;
  }
  .top-menu li .sub-menu {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    border: none;
    padding: 4px 12px;
    border-radius: 0;
  }
  .top-menu li .sub-menu li {
    margin: 4px 0;
  }
  header .top-menu .sub-menu li:last-child {
    margin-bottom: 5px;
  }
  header .main-menu-white .main-menu li {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 15.5px;
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 500;
  }
  header .header .nets {
    display: none;
  }
  header .header .search-block {
    display: none;
  }
  header .x {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 21px;
    height: 21px;
    background: url(../img/x.svg) center center no-repeat;
    background-size: 100% auto;
    z-index: 2;    
  }
  header .top-menu li:last-child{
    margin-bottom: 15px;
  }
  .main-menu-block {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  header .header .phones-block {
    top: 15px;
  }
  header .main-menu {
    display: none;
    margin-top: 10px;
  }
  header .call-me {
    cursor: pointer;
    color: #fff;
    background: url(../img/arrow-white.svg) right center no-repeat;
  }
  header .main-menu-white .main-menu li {
    padding: 3px 0;
  }
  header .main-menu-white .main-menu:before{
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 220px;
    height: 1px;
    background: #fff;
    margin-left: -110px;
  }
  header .header .logo .company {
    font-size: 23px;
  }
  header .call-me {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-left: 344px;
    border: 1px solid #fff;
    padding: 6px 27px 6px 10px;
    background-position: 194px center !important;
    margin-top: 24px;
    margin-bottom: 21px;
    font-size: 13px;
  }
  header .cart {
    top: 15px;
  }
  header .cart span {
    display: none;
  }
  .slider .slide-fb {
    bottom: 6px;
  }
  .top-block .pg-title h1 {
    text-align: center;
  }
  .about-2 .about-2-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-2 .about-2-right .about-2-right-info {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .about-2 .about-2-right .about-2-right-info .about-2-info-line .about-2-info-top {
    text-align: center;
  }
  .about-2 .about-2-right .about-2-right-info .about-2-info-line .about-2-info-bottom {
    text-align: center;
  }
  .about-2 .about-2-right {
    padding-left: 0;
    width: calc(100% + 30px);
    margin-right: -15px;
  }
  .about-3 .about-3-in {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .about-3 .about-3-info .about-w {
    margin-left: 0;
  }
  .team .team-title {
    text-align: center;
  }
  .team {
    margin-bottom: 35px;
  }
  .header-back-menu {
    background: none;
  }
  .header-back {
    height: 70px;
  }
  .contacts-page .contacts-page-in {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .product .product-about .product-about-text {
    width: 100%;
  }
  .product .product-about .product-about-buy {
    width: 100%;
  }
  .card-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .product .product-about .product-about-buy .product-about-price {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .product .product-about .product-about-buy .product-about-size {
    text-align: center;
    margin-bottom: 10px;
  }
  .product {
    display: flex;
    flex-wrap: wrap;
  }
  .product .product-about {
    order: 2;
    margin-top: 0;
  }
  .product .product-img {
    order: 1;
  }
  .product-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .product-1 h2 {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 14px;
  }
  .product-gallery .gallery .item {
    width: 50%;
  }
  .product-gallery .gallery .item img {
    display: block;
  }
  .materials .woodda img {
    max-width: 100%;
  }
  .goods .goods-filter {
    padding: 20px 20px 10px 20px;
    display: flex;
    justify-content: space-around;
  }
  .goods .goods-filter .goods-sort-block .goods-sort {
    font-size: 15px;
    margin-right: 22px;
  }
  .goods .goods-filter .goods-sort-block .goods-sort:last-child {
    margin-right: 0;
  }
  .window-fb .window-fb-in .window-fb-title {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 32px;
  }
  .prev-goods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 20px;
  }
  .prev-goods .prev-goods-in {
    width: 100%;
    margin-top: 25px;
  }
  .prev-goods img {
    max-width: 100%;
  }
}

@media(max-width: 670px){
  .catalog-block .cat-block.cat-block-1 {
    width: 100%;
  }
  footer .footer .search-block {
    display: none;
  }
  .goods {
    justify-content: center;
  }
  .goods .one-prod, .goods .one-prod:nth-child(4n) {
    width: 100%;
    max-width: 300px;
  }
  .catalog-block .cat-block.cat-8, .catalog-block .cat-block.cat--4, .catalog-block .cat-block.cat--7 {
    background-position: right center;
  }

  .window-fb {
    left: 20px;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .window-fb .window-fb-in .window-fb-form {
    width: 80%;
  }
  .catalog-block .cat-block.cat-block-2 .cat-name {
    margin-left: 0;
  }
}

@media(max-width: 660px){
  header .header .logo {
    top: 17px;
    left: 38px;
  }
  header .header .logo img {
    width: 195px;
  }
  /*header .header .logo .logo-in {
    padding-left: 51px;
    padding-top: 0px;
  }
  header .header .logo {
    left: 43px;
  }*/
  header .call-me {
    margin-top: 18px;
    margin-left: 305px;
  }
  .goods .one-prod, .goods .one-prod:nth-child(4n) {
    max-width: 450px;
  }
}

@media(max-width: 620px){
  header .call-me {
    display: none;
  }
  .goods .goods-filter {
    justify-content: space-between;
    padding: 20px 15px 10px 15px;
  }
  .goods .goods-filter .goods-sort-block {
    margin-right: 0;
  }
  .goods .goods-filter .goods-sort-block .goods-sort {
    margin-right: 14px;
    font-size: 14px;
  }
}

@media(max-width: 550px){
  .goods-main .block-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .goods-main .block-title h2 {
    margin-right: 0;
  }
  .goods-item {
    display: flex;
    justify-content: center;
  }
  .goods-main .slider-arrows {
    margin-right: 0;
    margin-top: 20px;
  }
}

@media(max-width: 530px){
  .catalog-block .cat-block.cat-1 {
    background-position: 255px center;
  }
  .catalog-block .cat-block.cat-block-2 .cat-name {
    margin-left: 0;
  }
  .main-gallery a img {
    display: block;
  }
  .block-title h2 {
    width: 100%;
    text-align: center;
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
  }
  .catalog-block .block-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block-title .title-link {
    margin-top: 20px;
    margin-left: 0;
  }
  .contacts .contacts-left {
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #EDEDED;
  }
  .contacts .feedback {
    border: none;
  }
  .contacts .feedback .feedback-title {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }
  .about-company .about-company-text h2 {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-align: center;
  }
  .about-main .about-main-title {
    font-size: 32px;
  }
  .about-main .about-main-val {
    font-size: 48px;
    line-height: 58px;
  }
  .about-main .about-main-prev {
    padding-top: 3px;
  }
  .about-main-1, .about-main-2, .about-main-3 {
    margin-bottom: 20px;
  }
  .about-main .about-main-val {
    padding-right: 15px;
  }
  .about-main {
    padding-top: 30px;
    border: none;
    padding-bottom: 0;
  }
  footer .footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .footer-menu {
    top: 152px;
  }
  /*footer .footer .logo {
    position: relative;
    float: left;
    width: 224px;
    max-width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    order: 1;
    margin-bottom: 20px;
  }
  footer .footer .nets{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    order: 3;
  }*/
  footer .footer .nets a {
    margin-left: 11px;
    margin-right: 11px;
  }
  /*footer .footer .phones-block {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 16px;
    order: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }*/
  .about-2 .about-2-right .about-2-right-info {
    padding-top: 26px;
  }
  .team .team-title {
    line-height: 49px;
  }
  .team .team-line {
    justify-content: center;
  }
  .team .team-line .team-item {
    width: 90%;
  }
  .guarantee-1 {
    padding: 45px 30px 45px 30px;
  }
  .guarantee-1 .gr-top, .guarantee-2 .guarantee-2-left {
    font-size: 17px;
    line-height: 26px;
  }
  .progress .progress-left .progress-left-img {
    width: 120px;
  }
  .progress .progress-left .progress-left-text {
    width: calc(100% - 145px);
  }
  .progress .progress-left .progress-left-text .progress-line {
    height: 113px;
    line-height: 20px;
  }
  .progress .progress-right .progress-text-2 .progress-prev {
    font-size: 21px;
    line-height: 31px;
  }
  .materials .video-col {
    font-size: 21px;
    line-height: 25px;
  }
  .materials .video-col.video-col-left .video-line {
    padding-left: 110px;
  }
  .materials .video-col.video-col-right .video-line {
    padding-left: 110px;
  }
  .goods .goods-filter {
    padding-top: 6px;
  }
  .goods .goods-filter .goods-sort-block .goods-sort {
    padding-bottom: 2px;
    margin-bottom: 7px;
  }
  .goods .goods-filter .goods-sort-block .goods-sort:last-child {
    margin-bottom: 0;
  }
}


@media(max-width: 490px){
  .terms-block .terms {
    width: 100%;
  }
  header .cart .cart-green {
    top: 9px;
  }
  header .cart .cart-green {
    font-size: 11px;
    height: 22px;
    padding: 1px 8px 0 8px;
  }
  .catalog-block .cat-block.cat--4 {
    background-position: right 5px;
  }
}

@media(max-width: 590px){
  .window-fb .window-fb-in .policy {
    width: 100%;
    margin-top: 0px;
  }
}

@media(max-width: 452px){
  .slider .slide-info .slider-arrows {
    margin-top: 25px;
  }
  .slider-items ul {
    margin-top: 44px;
  }
  .slider .slide-info {
    margin-top: 185px;
  }
  .about-company .about-company-link {
    width: 100%;
    text-align: center;
  }
  .contacts .feedback .feedback-form .fb-submit {
    width: 100%;
  }
  .contacts .feedback .feedback-form .fb-policy {
    margin-top: 20px;
  }
  .about-1 .about-1-right {
    padding-top: 30px;
  }
  .about-4 {
    margin-bottom: 70px;
  }
  .about-4 .about-4-left:before, .about-4 .about-4-right:before {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .about-4 .about-4-left {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-4 .about-4-right {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-4 .about-4-title {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }
  .about-4 .about-4-text {
    text-align: center;
  }
  .about-2 .about-2-title {
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .about-2 .about-2-prev {
    font-size: 21.5px;
    line-height: 29px;
  }
  .content-about .content-about-in h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .delivery .delivery-left .del-2 h3 {
    font-size: 21px;
    line-height: 27px;
  }
  .contacts-page .contacts-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-gallery .gallery .item {
    width: 100%;
  }
  .full-width .f-wd {
    width: 100%;
  }
  .catalog-slider .cal-link {
    margin-bottom: 12px;
  }
  .window-fb .window-fb-in .window-fb-title {
    font-size: 26px;
  }
}


@media(max-width: 430px){
  .progress .progress-left .progress-left-img {
    width: 90px;
  }
  .progress .progress-left .progress-left-text {
    width: calc(100% - 98px);
  }
  .progress .progress-left .progress-left-text .progress-line {
    height: 85px;
  }
  .progress .progress-left .progress-left-text .progress-line span {
    padding-right: 10px;
  }
  .progress .progress-left .progress-left-text .progress-line {
    font-size: 16px;
  }
  .progress .progress-left .progress-left-text .progress-line:before {
    display: none;
  }
  .materials-info {
    padding: 39px 20px 39px 20px;
  }
  .categories .category .category-info {
    font-size: 21px;
    line-height: 22px;
  }
}

@media(max-width: 390px){
  header .header .logo .company, header .header .logo .company-prev {
    display: none;
  }
}

@media(max-width: 370px){
  header .header .logo {
    top: 19px;
  }
  header .header .logo img {
    width: 150px;
  }
  header .header .sc-ico {
    margin-left: 8px;
  }
  .goods .goods-filter {
    flex-wrap: wrap;
  }
  .goods .goods-filter .goods-sort-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .goods .goods-filter .goods-sort-block .goods-sort, .goods .goods-filter .goods-sort-block .goods-sort:last-child {
    margin-right: 52px;
  }
}

@media(max-width: 350px){
  header .header .logo {
    width: 190px;
  }
  .contacts .feedback .feedback-form .fb-policy {
    width: 100%;
    margin-top: 14px;
  }
}

@media(max-width: 335px){
  .left-menu {
    width: 290px;
  }
}










#cart {
    margin-top: 15px;
}

#cart * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

#remove-all {
    position: relative;
    float: right;
    cursor: pointer;
}

#cart .cart-list-line {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    padding-right: 25px;
}

#cart .cart-list-line.to-remove .cart-list-name, #cart .cart-list-line.to-remove .cart-list-sum, #cart .cart-list-line.to-remove .cart-list-price {
    opacity: 0.2;
}

#cart .cart-list-line .cart-list-name .cart-list-img {
    position: relative;
    float: left;
    width: 150px;
    margin-right: 15px;    
}

#cart .cart-list-line .cart-list-name .cart-list-link {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    float: left;
    width: calc(100% - 165px);
    color: #FF611E;
}

#cart .cart-list-line .cart-list-name {
    position: relative;
    float: left;
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 10px;
}

#cart .cart-list-line .cart-list-sum {
    position: relative;
    float: left;
    width: 20%;
}

#cart .cart-list-line .cart-list-price {
    position: relative;
    float: right;
    width: 20%;
}

#cart .cart-list-line .cart-list-for-one {
    color: #bbb;
    font-size: 12.5px;
}



#cart .cart-order-list .cart-list-sum {
  position: relative;
  float: left;
  z-index: 3;
  max-width: 70px;
}

#cart .cart-order-list .cart-list-sum input.add_cart {
  display:inline-block;
  width:30px;
  padding:1px 2px;
  text-align:center;
  font-size:12px;
  color:#000;
}

#cart .cart-order-list .cart-list-sum .input_cart {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#cart .cart-order-list .cart-list-sum .p_m {
  display:inline-block;
  font-size: 21px;
  vertical-align:bottom;
  line-height:0.8em;
  cursor:pointer;
  color: #959595;
}

#cart .cart-order-list .cart-list-sum .p_m.minus {
  font-size: 29px;
  float: left;
}

#cart .cart-order-list .cart-list-sum .p_m.plus {
  line-height: 1.3em;
  float: right;
}

#cart .bIconButton.cart-list-remove {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -22px;
    background: url(../img/delete.svg) center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

#cart .cart-list-line.to-remove .bIconButton.cart-list-remove {
    background: url(../img/back.svg) center center no-repeat;
    background-size: 100% auto;
}

#cart-result {
    padding-right: 25px;
}

#cart-result .cart-result-pr {
    width: 20%;
    float: right;
}

#cart-result .cart-result-pr span.title-result {
    color: #bbb;
    font-size: 12.5px;    
}

#ordering {

}

#ordering-form {
  margin-top: 20px;
  max-width: 600px;
}

#ordering input[type=text], #ordering .order-textarea, #ordering input[type=tel] {
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 4px 10px 6px;
  border-radius: 2px;
  font-size: 14px;
  color: #000;
}

#ordering .order-textarea {
  height: 120px;
}

#ordering .valid-text {
  display: none;
  opacity: 0;
  color: red;
  font-size: 11px;
  margin-top: 1px;
}

#ordering .ordering-line {
  margin-bottom: 19px;
}

#ordering .ordering-agreement {
  margin-top: 10px;
}

#ordering .order-delivery-line {
  margin-bottom: 15px;
}

#ordering .order-delivery-line .delivery-address {
  margin-top: 4px;
}

#ordering .order-send {
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px 9px 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    background: #FF611E;
    border: none;    
}

#ordering .order-send:hover {
  background: red
}

#ordering .hidden-delivery {
  opacity: 0.4;
}

#ordering .order-textarea {
  margin-top: 4px;
}

#ordering .ordering-file {
  margin-top: 4px;
}

@media(max-width: 900px){
  #cart .cart-list-line .cart-list-name {
    width: 60%;
  }
  #cart .cart-list-line .cart-list-name .cart-list-img {
    width: 80px;
  }
  #cart .cart-list-line .cart-list-name .cart-list-link {
    width: calc(100% - 95px);
  }
}

@media(max-width: 600px){
  .breadcrumbs {
    width: 100%;
  }
  #cart .cart-list-line {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
  #cart .cart-list-line .cart-list-name {
      width: 100%;
      padding-right: 0;
      justify-content: center;
      margin-bottom: 15px;
  }
  #cart .cart-list-line .cart-list-name .cart-list-img {
    padding-right: 0;
    margin-bottom: 15px;
  }
  #cart .cart-list-line .cart-list-name .cart-list-link {
    width: 100%;
    text-align: center;
  }
  #cart .bIconButton.cart-list-remove {
    top: 5px;
    margin-top: 0;
  }
  #cart .cart-list-line .cart-list-price {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  #cart .cart-order-list .cart-list-sum {
    width: 90px;
  }
  #cart-result .cart-result-pr {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #cart .cart-list-line .cart-list-for-one {
    line-height: 20px;
  }
  #cart-result .cart-result-pr span.title-result {
    position: relative;
    float: left;
    margin-bottom: 4px;
    display: block;
    width: 100%;
  }
  #cart-result .change-pr {
    font-weight: bold;
  }
  #cart-result {
    padding-right: 0;
  }
  .top-block .pg-title h1 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
  }
}

@media(max-width: 500px){
  header .cart {
    /*right: -10px;*/
  }
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.pagination  {
  list-style: none;
}

.pagination span, .pagination a {
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 49px;
  white-space: nowrap;
  text-align: center;
  color: #212121;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 8px;
  transition: all .3s;
  margin-bottom: 12px;
}

.pagination .active span, .pagination .active a  {
  border-color: #fdd000;
}

.pagination .pagination-next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAwklEQVQokX3QLUtDURgA4GfnwmxnySBXsIi/wGpTsJhkoGEIdrvJbhajZYhNu6K/w7KwIBaxyopoOReOl72+9Xm/B23bbuMCR/jyN0JLuMQB7jHsFYaWMMEM+7hDU3loCe/YwxsOcYNB8dBSSZhjFx84wVU1dak1Oecu4RNPOMYOVvASWTexi5/e/aHVuIVnjHCN8/+sK9woa61iirOqaKklrJVu63jAabVWaAm32MRjOf67mhZak3N+LZ3HWPQeEtovRrE3ktTorTQAAAAASUVORK5CYII=) center center no-repeat;
}

.pagination .pagination-prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAMAAABlXnzoAAAATlBMVEUbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsuGtndAAAAGXRSTlMAAQMGChobHyAmJy4vNYaUoa2zuL7b4+rwJO1TfgAAAEVJREFUeF5dzkcOgEAMA8Dtjd7x/z+KUIR3RS5ziWyr99w6NNgNe8UsODzRM85I1IQrV0bc3YfYE/kqRDISkYZA/jPakQ8jbgYdAGCTGgAAAABJRU5ErkJggg==) center center no-repeat;
}









.product-h1 {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 116%;
  max-width: 580px;
}

.product-reestr {
  max-width: 580px;
  padding: 16px 16px;
  border: 3px solid red;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.product-full {
  margin-bottom: 48px;
}

@media(max-width: 1280px){
  .product-h1 {
    font-size: 28px;
  }
}

@media(max-width: 390px){
  .product-h1 {
    font-size: 24px;
  }
}

.go-to-cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.go-to-cat .go-to-cat-btn {
    position: relative;
    float: left;
    padding: 12px 0;
    width: 240px;
    border: 1px solid #fe0000;
    background: #fe0000;
    color: #fff;
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    border: 1px solid #fe0000;
    margin-top: 2px;
    border-radius: 46px;
    text-align: center;
}

.go-to-cat .go-to-cat-btn:hover {
  opacity: 0.9;
}



.markup-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4b4b4b;
}

.markup-text h2, .markup-text h3, .markup-text h4 {
  font-weight: 700;
  line-height: 133%;
  margin-bottom: 18px;
  color:  #000;
}

.markup-text h2 {
  font-size: 32px;
}

.markup-text h3 {
  font-size: 28px;
}

.markup-text h4 {
  font-size: 24px;
}

.markup-text p {
  margin-bottom: 25px;
}

.markup-text img {
  height: auto !important;
}

.markup-text ul, .markup-text ol {
  margin-bottom: 15px;
  list-style-position: inside;
}

.markup-text ul li, .markup-text ol li {
  margin-bottom: 10px;
}

.markup-text table {
  border-collapse: collapse;
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 20px;
}

.markup-text  table tr th, .markup-text table tr td {
  padding: 12px 12px;
  border: 1px solid #bbb;
}

.markup-text .text-block_img {
  position: relative;
  float: left;
  display: block;
  border-radius: 16px;
  margin: 0 33px 20px 0;
}

@media(max-width: 1259px){
  .markup-text {
    font-size: 14px;
  }
  .markup-text p {
    margin-bottom: 16px;
  }
}

@media (max-width: 1259px) {
  .markup-text h2, .markup-text h3, .markup-text h4 {
    margin-bottom: 16px;
  }
}


@media (max-width: 990px) {
  .markup-text h2 {
    font-size: 24px;
  }

  .markup-text h3 {
    font-size: 20px;
  }

  .markup-text h4 {
    font-size: 18px;
  }
  .markup-text table {
    display: block;
    overflow-x: scroll;
  }
}


@media (max-width: 740px) {
  .markup-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
  }
  .markup-text h2 {
    font-size: 20px;
  }

  .markup-text h3 {
    font-size: 18px;
  }

  .markup-text h4 {
    font-size: 16px;
  }
  .markup-text table tr th, .markup-text table tr td {
      padding: 8px 4px;
  }
}














.contacts-short {
  margin-bottom: 50px;
}

.contacts-short .contacts-short__left {
  position: relative;
  float: left;
  width: 49%;
}

.contacts-short .contacts-short__left .contacts-short__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}

.contacts-short .contacts-short__left .contacts-short__address {
  font-size: 18px;
  margin-bottom: 12px;
}

.contacts-short .contacts-short__left .contacts-short__phone {
  font-size: 18px;
  margin-bottom: 12px;
}

.contacts-short .contacts-short__left .contacts-short__mail {
  font-size: 18px;
  margin-bottom: 12px;
}

.contacts-short .contacts-short__left a {
  text-decoration: none;
  color: #000;
}

.contacts-short .contacts-short__left .cnt-ico {
  position: relative;
  float: left;
  width: 28px;
  height: 28px;
  border-radius: 24px;
  background-color: #000;
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-bottom: 12px;
}

.contacts-short .contacts-short__left .cnt-ico.cnt-max {
  background-image: url(/img/max_wh.svg);
  background-size: 75% auto;
  background-position: center center;
}

.contacts-short .contacts-short__left .cnt-ico.cnt-tg {
  background-image: url(/img/ico-tg.svg);
  background-size: 65% auto;
  background-position: 4px 5px;
}

.contacts-short .contacts-short__left .cnt-ico.cnt-ph {
  background-image: url(/img/phone-wh-ico.svg);
  background-size: 61% auto;
  background-position: center center;
}

.contacts-short .contacts-short__left .contacts-short__fb {
  position: relative;
  float: left;
  width: 240px;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #fe0000;
  background: #fe0000;
  border-radius: 30px;
  font-size: 18px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
}

.contacts-short .contacts-short__left .contacts-short__fb:hover {
  opacity: 0.9;
}

.contacts-short .contacts-short__right {
  position: relative;
  width: 49%;
  float: right;
}

.contacts-short__map {

}

.contacts-short .contacts-short__in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contacts-short .contacts-short__in .contacts-short__center {
  max-width: 1223px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


@media(max-width: 990px){
  .contacts-short .contacts-short__left {
    width: 100%;
    margin-bottom: 32px;
  }
  .contacts-short .contacts-short__right {
    width: 100%;
  }
  .contacts-short .contacts-short__left .contacts-short__title, .contacts-short .contacts-short__left .contacts-short__address, .contacts-short .contacts-short__left .contacts-short__phone, .contacts-short .contacts-short__left .contacts-short__mail {
    text-align: center;
  }
  .contacts-short__nets {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .contacts-short .contacts-short__left .cnt-ico {
    margin-left: 12px;
  }
  .contacts-short .contacts-short__call {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}












.cats .cats-in {
  margin: 28px 0 40px 0;
}

.cats .cats-in .cats-item {
  position: relative;
  float: left;
  height: 407px;
  width: 338px;
  margin-right: 56px;
  margin-bottom: 56px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: end;
  border-radius: 16px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.cats .cats-in .cats-item .cat-name {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
  padding: 0 7%;
}

@media(max-width: 730px) {
  .cats .cats-in {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cats .cats-in .cats-item {
    width: 100%;
    max-width: 338px;
    margin-right: 0;
    background-size: cover;
    background-position: top center;
  }
}


.policy {
  padding-left: 28px;
}

.agreed-check input {
  display: none;
}

.agreed-check .agreed-check__sq-check {
  position: absolute;
  left: 0;
  top: 5px;
  width: 21px;
  height: 21px;
  border: 3px solid #fe0000;
  border-radius: 6px;
}

.agreed-check input:checked+.agreed-check__sq-check {
  background-image: url(/img/check_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

