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% 'RF Dewi', Arial, Tahoma, Verdana, Georgia, sans-serif;
  font-size: 14px;
  min-width: 100%;
  background-color: #FFFAF5;
}

.body-main {
  background-image: url(../img/back.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.body-main.hide-bg {
  background: none;
}

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: border-box;
}

.ps {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 15px;
  width: 100%;
}

.wrapper-catalog {
  margin: 0 auto;
  max-width: 1682px;
  padding: 0 15px;
  width: 100%;
}

.video-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.video-main:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0.6;
} 

header {
  z-index: 2;
}

header .header {
  height: 102px;
}

header .header .logo {
  position: absolute;
  left: 0;
  top: 21px;
}

header .header .top-menu {
  position: absolute;
  top: 45px;
  left: 284px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

header .header .top-menu ul {
  list-style: none;
}

header .header .top-menu ul li {
  position: relative;
  float: left;
  margin-right: 24px;
  transition: all .1s ease-in-out;
}

header .header .top-menu ul li:hover {
  transform: scale(1.05);
}

header .header .top-menu ul li a {
  color: #000;
  text-decoration: none;
}

header .header .top-menu ul li a:hover {
  border-bottom: 1px solid #416157;
}

header .header .search {
  position: absolute;
  top: 47px;
  left: 1055px;
}

header .header .search .search-in {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/loupe.svg) center center no-repeat;
}

header .header .search .search-in #search-form {
  display: none;
  position: relative;
  float: right;
  width: 190px;
  margin-top: -8px;
  margin-right: -9px;
}

header .header .search .search-in:hover #search-form {
  display: block;
}

header .header .search .search-in #search-form .search-input {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 30px 8px 12px;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #ababab;
}

header .header .search .search-in #search-form .search-send {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../img/loupe.svg) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}


header .header .phone {
  position: absolute;
  top: 45px;
  left: 1115px;
  background: url(../img/phone.svg) left 2px no-repeat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 23px;
  letter-spacing: -0.41px;
}

header .header .phone a { 
  position: relative;
  float: left;
  text-decoration: none;
  color: var(--black, #000);
}

header .header .phone a:first-child {
  margin-right: 12px;
}

header .header .phone .tg {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  background: url(/m/img/tg.svg) center center no-repeat;
}

header .cart {
  position: absolute;
  right: 15px;
  top: 32px;
  min-width: 30px;
  border: 1px solid #000;
  color: #000;;
  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;
  height: 30px;
  color: #fff;
  background: #416157;
  padding: 6px 11px 0 11px;
  border-radius: 30px;
  height: 30px;
}

header .cart {
  text-decoration: none;
  font-family: 'RF Dewi';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 14px 22px 0 40px;
  background-position: 19px 11px;
  z-index: 2;
}

header .cart.full {
  padding: 14px 22px 0 56px;
  background-position: 22px 11px;
}

.main-block .main-title {
  text-align: center;
  color: #000000;
  text-align: center;
  font-size: 90px;
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 72px;
  margin-bottom: 46px;
}

.main-block .main-prev {
  display: flex;
  justify-content: center;
}

.main-block .main-prev .main-prev-in {
  position: relative;
  float: left;
  width: 100%;
  max-width: 957px;
  color: #000;
  text-align: center;
  /*font-size: 16px;*/
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}

.main-btns {
  position: relative;  
  float: left;
  width: 410px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 92px;
}

.main-btns .btn-to-cat {
  display: block;
  position: relative;
  float: left;
  width: 201px;
  height: 48px;
  border-radius: 32px;
  text-align: center;
  background: #416157;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 12px;
  text-decoration: none;
  transition: .2s;
}

.main-btns .btn-to-cat:hover {
  opacity: 0.9;
  transform: scale(1.018);
}

.main-btns .btn-price {
  position: relative;
  float: left;
  width: 201px;
  height: 48px;
  text-align: center;
  border-radius: 32px;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  padding-top: 11px;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  transition: 0.2s;
  transition: .2s;
}

.main-btns .btn-price:hover {
  transform: scale(1.018);
}

.catalog {
  background: #FFF;
  border-radius: 20px;
  padding: 46px 64px 35px 64px;
  margin-bottom: 52px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
}

.catalog .catalog-title  {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-family: Yeseva One;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
}

.catalog .catalog-title:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  height: 1px;
  width: calc(50% - 165px);
  background: #C8CBCA;
}

.catalog .catalog-title:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 0;
  height: 1px;
  width: calc(50% - 165px);
  background: #C8CBCA;
}

.catalog .catalog-in {
  padding-top: 36px;
}

.catalog .catalog-in .cat-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;
  transition: all .2s ease-in-out;
}

.catalog.catalog-page .catalog-in .cat-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(1deg, #212121 0%, rgba(56, 56, 56, 0.00) 100%);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

@media(min-width: 755px){
  .catalog.catalog-page .catalog-in .cat-item:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(1deg, #416157 0%, rgba(56, 56, 56, 0.00) 100%);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
  }
}

.catalog .catalog-in .cat-item:hover {
  transform: scale(1.05);
}

.catalog .catalog-in .cat-item.item-hidden {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.catalog .catalog-in .cat-item .cat-item-in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.catalog.catalog-page .catalog-in .cat-item .cat-prev {
  display: none;
}

@media(min-width: 755px){

  .catalog.catalog-page .catalog-in .cat-item:hover {
    align-items: start;
  }

  .catalog.catalog-page .catalog-in .cat-item:hover .cat-item-in {
    padding-top: 20px;
  }

  .catalog.catalog-page .catalog-in .cat-item:hover .cat-prev {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: normal;
  }

  .catalog.catalog-page .catalog-in .cat-item:hover .cat-link {
    display: block !important;
    opacity: 1;
    position: absolute;
    margin: 0;
    bottom: 25px;
  }

  .catalog.catalog-page .catalog-in .cat-item:hover .cat-link {
    background: #378E73;
  }
}

@media(min-width: 1351px){
  .catalog .catalog-in .cat-item:nth-child(4n) {
    margin-right: 0;
  }
}

/*.catalog .catalog-in .cat-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(1deg, #212121 0%, rgba(56, 56, 56, 0.00) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
}*/

.catalog .catalog-in .cat-item .cat-name {
  text-align: center;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
}

.catalog .catalog-in .cat-item .cat-name a {
  color: #fff;
  text-decoration: none;
}

.catalog .catalog-in .cat-item .cat-link {
  display: none;
  opacity: 0;
  position: relative;
  float: left;
  text-align: center;
  width: 183px;
  border-radius: 32px;
  background: #416157;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  padding-top: 12px;
  text-decoration: none;
  margin-bottom: 32px;
  transition: 0.2s;
}

@media(min-width: 755px){
  .catalog .catalog-in .cat-item:hover .cat-link{
    display: block;
    opacity: 1;
  }

  .catalog .catalog-in .cat-item .cat-link:hover {
    background: #378E73;
  }
}

.catalog .cat-show {
  display: flex;
  justify-content: center;
}

.catalog .cat-show .cat-show-btn {
  position: relative;
  float: left;
  background: #FAE9D8;
  width: 223px;
  height: 48px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  border-radius: 32px;
  padding-top: 11px;
  margin-top: -23px;
  transition: 0.2s;
}

.catalog .cat-show .cat-show-btn:hover {
  color: #378E73;
}

.goods-smp .title-block {
  margin-bottom: 34px;
}

.goods-smp .title-block h2 {
  position: relative;
  float: left;
  color: #000;
  text-align: center;
  font-family: Yeseva One;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 53px;
}

.goods-smp-filter {
  margin-top: 20px;
}

.goods-smp-filter .goods-smp-filter-item {
  position: relative;
  float: left;
  /*color: #333;*/
  color: #fff;
  font-family: RF Dewi;
  /*font-size: 16px;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*border-bottom: 2px dotted #000;*/
  margin-right: 33px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-decoration: none;
  background: #416157;
  padding: 7px 12px 8px 12px;
  text-transform: lowercase;
  border-radius: 15px;
}

.goods-smp-filter .goods-smp-filter-item.active {
  /*font-weight: bold;
  color: #416157;*/
  color: #000;
  background-color: #FAE9D8;
}

.goods-smp .product {
  position: relative;
  float: left;
  width: 338px;
  margin-right: 56px;
  margin-bottom: 20px;
}

.goods-smp .product .product-img {
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.goods-smp .product .product-img.product--width img {
  width: 100%;
  height: auto;
  max-height: none;
}

.goods-smp .product .product-img.product--height img {
  width: 100%;
  max-width: none;
}

@media(min-width: 1351px){
  .goods-smp .product:nth-child(4n) {
      margin-right: 0;
  }
}

.goods-smp .product .product-img  {
  /*margin-bottom: 30px;*/
}

.goods-smp .product .product-img img {
  display: block;
}

.goods-smp .product .product-name {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
  min-height: 119px;
  display: flex;
  align-items: center;
  /*margin-bottom: 26px;*/
}

.goods-smp .product .product-name a {
  color: #000;
  text-decoration: none;
}

.goods-smp .product .product-price {
  display: flex;
  justify-content: center;
}

.goods-smp .product .product-price .price {
  position: relative;
  float: left;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 30px;
  padding-top: 10px;
}

.goods-smp .product .product-price .add-cart-btn {
  position: relative;
  float: right;
  width: 134px;
  height: 48px;
  border-radius: 32px;
  background: #416157;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.goods-smp .product .product-price .add-cart-ico {
  position: relative;
  float: left;
  background: url(../img/cart_prod.svg) center center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 8px;
  width: 22px;
  height: 24px;
}

.goods-smp .product .product-price .add-cart-btn .add-cart-text {
  position: relative;
  float: left;
}

.goods-smp .product .product-price .add-cart-btn:hover {
  background: #378E73;
}

.excellence {
  min-height: 613px;
  background: url(../img/f.svg) top center;
}

.excellence .wrapper {
  padding: 0;
}

@media(min-width: 1920px){
  .excellence {
    background-size: 100% auto;
  }
}

.excellence .excellence-title {
  font-family: Yeseva One;
  color: #FFF;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding-top: 156px;
}

.excellence .excellence-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 41px 0 0 0;
}

.excellence .excellence-line .excellence-item {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 1%;
  color: #fff;
}

.excellence .excellence-line .excellence-item:before {
  content: '';
  position: absolute;
  top: 94px;
  right: 0;
  opacity: 0.3;
  background: #FFF;
  width: 1px;
  height: 185px;
}

.excellence .excellence-line .excellence-item:last-child:before {
  display: none;
}

.excellence .excellence-line .excellence-item .excellence-ico {
  height: 91px;
}

.excellence .excellence-line .excellence-item .excellence-item-title {
  color: #FFF;
  text-align: center;
  font-family: Yeseva One;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 24px;
}

.excellence .excellence-line .excellence-item .excellence-prev {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 1%;
}

.contacts-footer {
  z-index: 1;
}

.contacts-footer.contacts-footer-margin {
  margin-bottom: 35px;
}

.contacts-footer a {
  color: #fff;
  text-decoration: none;
}

.contacts-footer .contacts-footer-in .contacts-footer-block {
  margin-top: 10px;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 60px;
  background: #39574E;
  color: #fff;
  height: 430px;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-map {
  position: relative;
  float: left;
  width: calc(100% - 759px);
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info {
  position: relative;
  float: right;
  width: 547px;
  padding-top: 55px;
  /*padding-top: 71px;*/
}

.contacts-footer.contacts-footer-margin.contacts-block-in-page .contacts-info  {
  padding-top: 28px; 
}

.contacts-footer.contacts-footer-margin.contacts-block-in-page .contacts-info .contacts-info-phone-prev {
  font-size: 12px;
  margin-top: 8px;
  line-height: 100%;
}

@media (max-width: 755px) {
  .contacts-footer.contacts-footer-margin.contacts-block-in-page .contacts-info .contacts-info-phone-prev {
    width: 100%;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 2px;
  }
  .contacts-footer.contacts-block-in-page a.contacts-info-phone-val {
    line-height: 130%;
  }
  .contacts-footer.contacts-block-in-page .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-title {
    display: none;
  }
  .contacts-footer.contacts-block-in-page .contacts-footer-in .contacts-footer-block .contacts-info {
    padding-top: 38px;
  }
}

@media (max-width: 390px) {
  .contacts-footer.contacts-block-in-page a.contacts-info-phone-val {
    font-size: 24px;
  }
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-title {
  color: #FFF;
  font-family: Yeseva One;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-title {
  margin-bottom: 25px;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-address {
  color: #FFF;
  font-family: RF Dewi;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-phone {
  color: #FFF;
  font-family: RF Dewi Extended;
  /*font-size: 36px;*/
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  /*line-height: normal;*/
  line-height: 135%;
  margin-bottom: 16px;
}

.contacts-footer.contacts-block-in-page .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-phone {
  margin-bottom: 12px;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-email {
  color: #FFF;
  font-family: RF Dewi;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.contacts-footer.contacts-block-in-page .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-email {
  margin-bottom: 20px;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-btn {
  position: relative;
  float: left;
  width: 168px;
  height: 48px;
  border-radius: 32px;
  background: #F8F2E3;
  text-align: center;
  cursor: pointer;
  color: #416157;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 12px;
  margin-right: 18px;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-btn-block .tg {
  position: relative;
  float: left;
  width: 34px;
  height: 34px;
  margin-top: 7px;
  background: url(/m/img/tg_wh.svg) center center no-repeat;
  background-size: 100% auto;
}

.contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-btn:hover {
  color: #378E73;
}

.pattern {
  background:  #416157;
}

.pattern:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/pattern.svg) top center no-repeat;
  opacity: 0.3;
}

footer {
  background: #416157;
}

footer.footer-pattern:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.3;
  background: url(../img/pattern.svg) top center no-repeat #416157;
}

.body-main footer {
  background: none;
}

.footer {
  height: 183px;
  color: #fff;
}

.footer a {
  color: #fff;
}

footer .footer .logo {
  position: absolute;
  left: 0;
  top: 56px;
}

footer .footer .top-menu {
  position: absolute;
  top: 77px;
  left: 280px;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 24px;
}

footer .footer .top-menu ul {
  list-style: none;
}

footer .footer .top-menu ul li {
  position: relative;
  float: left;
  margin-right: 27.3px;
}

footer .footer .top-menu ul li a {
  text-decoration: none;
}

footer .footer .search {
  position: absolute;
  top: 80px;
  left: 1006px;
}

footer .footer .search .search-in {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/loupe_white.svg) center center no-repeat;
}

footer .footer .phone {
  position: absolute;
  top: 77px;
  left: 1090px;
  background: url(../img/phone_white.svg) left 2px no-repeat;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 23px;
  letter-spacing: -0.31px;
}

footer .footer .phone a {
  position: relative;
  float: left;
  display: block;
}

footer .footer .phone a:first-child {
  margin-right: 12px;
}

footer .footer .phone .tg {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  background: url(/m/img/tg_wh.svg) center center no-repeat;
}

footer .footer .phone a { 
  text-decoration: none;
  color: #fff;
}

footer .footer .cart {
  position: absolute;
  right: 15px;
  top: 64px;
  min-width: 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  min-width: 49px;
  height: 48px;
  padding: 14px 22px 0 40px;
  background: url(../img/cart_white.svg) 11px 11px no-repeat;
  background-position: 19px 11px;
  text-decoration: none;
}

footer .footer .cart.full {
  padding: 14px 22px 0 56px;
  background-position: 22px 11px;
}

footer .footer .cart .cart-green {
  position: absolute;
  top: 8px;
  right: -16px;
  height: 30px;
  color: #000;
  background: #fff;
  padding: 6px 11px 0 11px;
  border-radius: 30px;
  height: 30px;
}

footer .footer .cart.full {
  text-decoration: none;
  font-family: 'RF Dewi';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 14px 22px 0 56px;
  background-position: 22px 11px;
  z-index: 2;
}

@media(max-width: 1680px){
  .wrapper-catalog {
    max-width: 1550px;
  }
  .catalog .catalog-in .cat-item {
    margin-right: 40px;
    margin-bottom: 40px;
    /*width: 318px;*/
    width: 350px;
    background-size: cover !important;
  }
  .catalog.catalog-main .catalog-in .cat-item {
    width: 318px;
  }
  .catalog .cat-show .cat-show-btn {
    margin-top: 0;
  }
}

@media(max-width: 1550px){
  .wrapper, .wrapper-catalog {
    max-width: 1350px;
  }
  header .header .top-menu {
    top: 40px;
    font-size: 16px;
    left: 235px;
  }
  header .header .top-menu ul li {
    margin-right: 18px;
  }
  header .header .search {
    top: 43px;
    left: 898px;
  }
  header .header .phone {
    top: 40px;
    left: 950px;
    font-weight: normal;
    font-size: 18px;
  }
  header .header .logo {
    max-width: 198px;
  }
  header .cart {
    top: 25px;
  }
  .main-block .main-title {
    font-size: 80px;
  }
  .catalog .cat-show .cat-show-btn {
    margin-top: 15px;
  }
  .catalog .catalog-in .cat-item {
    height: 360px;
    /*width: 283px;*/
    width: 315px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .catalog.catalog-main .catalog-in .cat-item {
    width: 283px;
  }
  .catalog .catalog-in .cat-item .cat-name {
    font-size: 20px;
  }
  .goods-smp .product {
    width: 309px;
    margin-right: 27px;
  }
  .goods-smp .product .product-name {
    font-size: 21px;
    line-height: 29px;
  }
  .excellence .excellence-line .excellence-item .excellence-item-title {
    font-size: 18px;
    line-height: 22px;
  }
  .excellence .excellence-line .excellence-item .excellence-prev {
    font-size: 14px;
    line-height: 21px;
  }
  .excellence .excellence-line .excellence-item {
    padding: 0 1.5%;
  }
  .excellence .excellence-line .excellence-item:first-child {
    padding-left: 0;
  }
  .excellence .excellence-line .excellence-item:last-child {
    padding-right: 0;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-map {
    width: 50%;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info {
    padding-left: 55px;
    width: 50%;
  }
  footer .footer .logo {
    top: 60px;
  }
  footer .footer .top-menu {
    font-size: 16px;
    left: 235px;
  }
  footer .footer .top-menu ul li {
    margin-right: 18px;
  }
  footer .footer .search {
    left: 898px;
  }
  footer .footer .phone {
    left: 950px;
    font-weight: normal;
    font-size: 18px;
  }
  footer .footer .logo {
    max-width: 198px;
  }
}

@media(max-width: 1350px){
  .wrapper, .wrapper-catalog {
    max-width: 1255px;
  }
  header .header .top-menu {
    left: 225px;
  }
  header .cart span {
    display: none;
  }
  header .cart, header .cart.full {
    padding: 14px 22px 0 40px;
    background-position: 18px 11px;
  }
  .catalog .catalog-in .cat-item {
    height: 407px;
    /*width: 338px;*/
    width: 280px;
    /*margin-right: 41px;
    margin-bottom: 41px;*/
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .catalog.catalog-main {
    padding: 36px 44px 35px 44px;
  }
  .catalog.catalog-main .catalog-in .cat-item {
    width: 265px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .goods-smp .product {
    width: 338px;
    margin-right: 105px;
    margin-bottom: 35px;
  }
  footer .footer .cart span {
    display: none;
  }
  footer .footer .cart.full {
    padding: 14px 22px 0 40px;
    background-position: 18px 11px;
  }
}



@media(min-width: 1256px) and (max-width: 1350px){
  /*.catalog .catalog-in .cat-item:nth-child(3n) {
    margin-right: 0;
  }
  .goods-smp .product:nth-child(3n) {
    margin-right: 0;
  }*/

  .catalog .catalog-in .cat-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media(max-width: 1255px) and (min-width: 990px){
  .catalog .catalog-in .cat-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media(max-width: 1255px){
  .wrapper, .wrapper-catalog {
    max-width: 990px;
  }
  header .header {
    height: 115px;
  }
  header .header .logo {
    top: 14px;
  }
  header .header .top-menu {
    left: 0;
    top: 83px;
  }
  header .header .phone {
    left: auto;
    right: 130px;
  }
  header .header .search {
    top: 43px;
    left: auto;
    right: 340px;
  }
  header .header .search {
    top: 36px;
  }
  header .header .phone {
    top: 33px;
  }
  header .cart {
    top: 20px;
  }
  .main-block .main-title {
    font-size: 70px;
  }
  .catalog .catalog-in .cat-item {
    margin-right: 0;
  }
  .catalog .catalog-in {
    display: flex;
    /*justify-content: center;*/
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .catalog .catalog-in .cat-item {
    width: 303px;
    margin-right: 25px;
    /*margin-left: 25px;*/
  }
  .catalog.catalog-main .catalog-in .cat-item {
    width: 274px;
  }
  .goods-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .goods-block .product {
    margin-right: 45px;
    margin-left: 45px;
    margin-bottom: 45px;
  }
  .excellence .excellence-line {
    justify-content: center;
  }
  .excellence .excellence-line .excellence-item {
    width: 40%;
    min-height: 279px;
    margin-bottom: 35px;

  }
  .excellence .excellence-line .excellence-item:before {
    display: none;
  }
  .excellence .excellence-line .excellence-item:first-child {
    padding: 0 1.5%;
  }
  .excellence .excellence-line .excellence-item:last-child {
    padding: 0 1.5%;
  }
  footer .footer .top-menu {
    top: 133px;
    left: 0;
  }
  footer .footer .phone {
    left: auto;
    right: 130px;
  }
  footer .footer .search {
    left: auto;
    right: 340px;
  }
}

@media(max-width: 990px){
  .wrapper, .wrapper-catalog {
    max-width: 755px;
  }
  .main-block .main-title {
    margin-top: 50px;
    font-size: 60px;
  }
  .goods-smp .title-block h2 {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .catalog .catalog-in {
    justify-content: space-between;
  }
  .catalog .catalog-in .cat-item, .catalog.catalog-main .catalog-in .cat-item {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
  .goods-smp .goods-smp-filter {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .goods-smp .goods-smp-filter .goods-smp-filter-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block {
    height: auto;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-map {
    width: 100%;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 75px;
  }
}

@media(max-width:755px){
  .wrapper, .wrapper-catalog {
    max-width: 390px;
  }

  .goods-smp-filter .goods-smp-filter-item {
    margin-right: 20px;
  }
  header .header .search {
    top: 80px;
    right: 36px;
  }
  header .header .logo {
    top: 12px;
    left: 45px;
    max-width: 176px;
  }
  header .cart {
    top: 15px;
  }
  .main-block .main-title {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
  }
  header .burger {
    position: fixed;
    top: 25px;
    left: 50%;
    margin-left: -180px;
    width: 28px;
    height: 28px;
    background: url(../img/burger.svg) center center no-repeat #FFFAF5;
    background-size: 100% auto;
    z-index: 10;
  }
  header .header .phone {
    top: 76px;
    right: auto;
    left: 0;
  }
  header .cart {
    top: 18px;
  }
  header .header .top-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 17px;
    z-index: 20;
    background: #416157;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 0;
  }
  header .top-menu .x {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -174px;
    width: 23px;
    height: 23px;
    background: url(../img/x.svg) center center no-repeat;
    background-size: 100% auto;
    z-index: 31;
  }
  header .top-menu ul {
    position: relative;
    float: left;
    width: 100%;
    max-width: 280px;
    padding-top: 10px;
    overflow: hidden;
  }
  header .header .top-menu ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-right: 0;
  }
  header .header .top-menu ul li a {
    display: block;
    position: relative;
    float: left;
    margin: 7px 0 0 0;
    padding: 0 0 8px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  header .header .top-menu ul li:last-child {
    margin-bottom: 10px;
  }
  header .header .top-menu ul li:last-child a {
    border: none;
  }
  .main-block .main-title {
    margin-top: 21px;
    margin-bottom: 27px;
  }
  .main-btns {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 47px;
  }
  .main-btns .btn-to-cat {
    margin-bottom: 20px;
  }
  .main-btns .btn-to-cat, .main-btns .btn-price {
    width: 80%;
    margin-left: 10%;
  }
  .catalog {
    border-radius: 10px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog .catalog-title {
    font-size: 28px;
    font-weight: 400;
  }
  .catalog .catalog-in {
    padding-top: 18px;
  }
  .catalog .catalog-title:before, .catalog .catalog-title:after {
    width: calc(50% - 80px);
  }
  .catalog .catalog-in .cat-item, .catalog.catalog-main .catalog-in .cat-item {
    margin-left: 0;
    margin-right: 0;
    /*height: 120px;*/
    width: 100%;
    max-width: 338px;
    align-items: center;
    margin-bottom: 24px;
  }
  .catalog .catalog-in .cat-item .cat-item-in {
    height: 120px;
    align-items: center;
  }
  .catalog .catalog-in .cat-item .cat-name {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 40px;
  }
  .catalog .catalog-in .cat-item .cat-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-bottom: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    background: url(../img/green_arr.svg) center center no-repeat;
  }
  .catalog .catalog-in .cat-item .cat-link span {
    display: none;
  }
  .catalog .cat-show .cat-show-btn {
    margin-top: 0px;
  }
  .goods-block {
    margin-top: 30px;
  }
  .goods-smp .title-block h2 {
    font-size: 28px;
    font-weight: 400;
  }
  .goods-smp .product .product-price {
    justify-content: space-between;
  }
  .goods-smp .product .product-price .price {
    font-size: 24px;
    font-weight: 600;
    margin-right: 5px;
  }
  .goods-smp .product .product-name {
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
  }
  .excellence {
    background: #416157;
  }
  .excellence .excellence-title {
    font-size: 28px;
    padding-top: 70px;
    font-weight: 400;
  }
  .excellence .excellence-line .excellence-item {
    width: 100%;
    min-height: auto;
    padding: 0 30px;
  }
  .excellence .excellence-line .excellence-item .excellence-ico {
    height: 75px;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block {
    margin-top: 40px;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-phone {
    font-family: RF Dewi Extended;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-address, .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-phone, .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-email {
    text-align: center;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-btn-block {
    display: flex;
    justify-content: center;
  }
  .pattern:before {
    background-position: bottom center;
  }
  .footer {
    height: auto;
  }
  footer .footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  footer .footer .logo, footer .footer .phone {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left;
  }
  footer .footer .top-menu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    width: 100%;
    margin: 30px 0;
  }
  footer .footer .top-menu ul li {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .footer .search {
    display: none;
  }
  footer .footer .cart {
    display: none;
  }
}

@media(max-width: 500px){
  .goods-smp {
    padding-bottom: 56px;
  }
  .goods-smp .title-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    padding-right: 15px;
  }
  .goods-smp .goods-smp-filter {
    margin-bottom: 34px;
  }
  .goods-smp .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .goods-smp .goods-block {
    position: relative;
    float: right;
    width: calc(50% + 180px);
  }
  .goods-smp .goods-block .product {
    margin-left: 0;
    margin-right: 0;
    width: 90%;
    max-width: 338px;
    margin-bottom: 40px;
  }
  .goods-smp .goods-block .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .goods-smp .goods-block .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    border: 1px solid #416157;
    border-radius: 8px;
  }
  .goods-smp .goods-block .owl-dots .owl-dot.active {
    background: #416157;
  }
}


@media(max-width: 389px){
  header .burger {
    margin-left: -144px;
  }
  .wrapper, .wrapper-catalog {
    max-width: 320px;
  }
  header .header .logo {
    max-width: 160px;
  }
  header .header .logo {
    top: 15px;
    left: 40px;
  }
  header .cart, header .cart.full {
    top: 16px;
    padding: 0;
    background-position: center center;
  }
  header .cart .cart-green {
    top: 10px;
    font-size: 11px;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    line-height: 25px;
  }
  header .header .search {
    right: 27px;
  }
  header .header .top-menu {
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  header .header .top-menu ul {
    max-width: 230px;
  }
  header .header .top-menu ul li a {
    max-width: 100%;
  }
  header .top-menu .x {
    margin-right: -149px;
  }
  .main-btns .btn-to-cat, .main-btns .btn-price {
    width: 100%;
    margin-left: 0;
  }
  .goods-smp .goods-smp-filter .goods-smp-filter-item {
    margin-left: 0;
    margin-right: 0;
  }
  .goods-smp .goods-smp-filter {
    justify-content: space-between;
  }
  .goods-smp .title-block {
    max-width: 320px;
  }
  .goods-smp .goods-block {
    width: calc(50% + 160px);
  }
  .goods-block .product {
    width: 300px;
    margin-right: 16px;
  }
  .goods-smp .goods-block .owl-dots {
    max-width: 300px;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-phone {
    color: #FFF;
    font-family: RF Dewi Extended;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info .contacts-info-title {
    margin-bottom: 25px;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info {
    padding-top: 31px;
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-info {
    order: 1;
  }
  .contacts-footer .contacts-footer-in .contacts-footer-block .contacts-map {
    order: 2;
  }
}

@media(max-width: 389px){
  .goods-smp .goods-block .product {
    max-width: 310px;
    width: 95%;
    margin-left: 1%;
  }
}

#pop-up-wrapp {
    position: fixed;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    top: 0;
}
.pop-up {
    position: fixed;
    box-sizing: border-box;
    left: 50%;
    top: 8%;
    background: #fff;
    z-index: 1001;
    color: #000;
    display: none;
    width: 320px;
    margin-left: -160px;
    padding: 20px 22px 20px 25px;
}
.pop-up h2{
  font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.pop-up .x {
    position: absolute;
    border-radius: 50px;
    background: url(../img/close_win.svg) center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;    
    transition: 0.3s;
}
#call-form button{
  position: relative;
  float: left;
  text-align: center;
  width: 183px;
  border-radius: 32px;
  background: #416157;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  padding-top: 2px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.2s;
  border: none;
}

#call-form button:hover {
  background: #378E73;
}

#call-form input, #call-form textarea{
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    box-sizing: border-box;
    padding: 5px 7px;
    font-size: 15px;
    font-family: 'RF Dewi';
}
#call-form textarea{
    height: 80px;
    font-size: 15px;
}
.txt-right{
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 13px;
}
#call-form .btn-line-submit {
  display: flex;
  justify-content: center;
}
.warning{
    border:1px solid red!important;
}

.text-block {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block h2, .text-block h3, .text-block h4 {
  margin-bottom: 12px;
}

.text-block p {
  margin-bottom: 26px;
}

.text-block ul {
  padding-top: 5px;
  padding-left: 26px;
  margin-bottom: 32px;
}

.text-block table {
  width: 100%;
  border-spacing: unset;
  border-collapse: collapse;
}

.text-block table td, .text-block table th {
  border: 1px solid #eee;
  padding: 2px 3px;
  border-collapse: collapse;
}

.text-block .text-full {
  display: none;
}

.text-block .text-show {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.text-block .text-show-btn {
  position: relative;
  float: left;
  background: #FAE9D8;
  width: 223px;
  height: 48px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  border-radius: 32px;
  padding-top: 11px;
  margin-top: -23px;
  transition: 0.2s;
}

.text-block .text-show-btn:hover {
  color: #378E73;
}

.content {
  min-height: 500px;
}

.content-header {
  margin: 103px 0 15px 0;
}

.breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

.breadcrumbs span.active-breadcrumbs {
  color: #B9A3A3;
}

.content-header h1 {
  color: #000;
  font-family: Yeseva One;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width: 1550px){
  .content-header {
    margin: 50px 0 15px 0;
  }
}

@media(max-width: 1255px){
  .content-header {
    margin: 30px 0 15px 0;
  }
}

@media(max-width: 990px){
  .content-header h1 {
    font-size: 40px;
  }
}

@media(max-width: 755px){
  .breadcrumbs {
    margin-bottom: 10px;
  }
}

.about {
  margin-bottom: 99px;
}

.about.about-one {
  margin-top: 13px;
}

.about .about-left {
  margin-top: 33px;
  width: calc(100% - 743px);
  margin-bottom: 68px;
}

.about .about-right {
  position: relative;
  float: right;
  width: 720px;
  background: url(../img/about_logo_join.png) top right no-repeat;
  padding-top: 502px;
  color: #595959;
  font-family: RF Dewi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8.9%;
}

.about .about-right .about-right-top {
  margin-bottom: 6px;
}

.about .about-right .about-right-top p {
  margin-bottom: 24px;
}

.about .about-right .about-right-bottom .about-phones {
  color: #000;
  font-family: RF Dewi Extended;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
  margin-top: 21px;
}

.about .about-photo {
  margin-top: 20px;
  border-radius: 20px;
}

.about .about-team {
  background: #416157;
  overflow: hidden;
  border-radius: 18px;
}

.about .about-team img.team-main {
  display: block;
  position: relative;
  float: left;
  max-width: 100%;
  width: calc(100% - 396px);
}

.about .about-team .about-team-right {
  position: relative;
  float: right;
  width: 332px;
  padding-top: 80px;
  padding-right: 2%;
  color: #fff;
}

.about .about-team .about-team-right .team-logo {
  margin-bottom: 19px;
}

.about .about-team .about-team-right .team-title {
  font-family: Yeseva One;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}

.about .about-team .about-team-right .team-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about .about-team .about-team-right .team-text p {
  margin-bottom: 24px;
}

@media (max-width: 1550px){
  .about .about-team .about-team-right {
    padding-top: 25px;
  }
}

@media (max-width: 1350px){
  .about .about-left {
    width: calc(100% - 605px);
  }
  .about .about-right {
    width: 570px;
    background-size: 100% auto;
    padding-top: 410px;
  }
}

@media (max-width: 1350px) {
  .about .about-team .about-team-right .team-logo {
    max-width: 85px;
  }
  .about .about-team .about-team-right .team-text p {
    margin-bottom: 15px;
  }
}

@media (max-width: 1255px) {
  .about .about-left {
    width: calc(100% - 450px);
  }
  .about .about-right {
    width: 415px;
    padding-left: 0;
    padding-top: 290px;
  }
  .about .about-team img.team-main {
    width: 100%;
  }
  .about .about-team .about-team-right {
    width: 100%;
    padding: 20px 25px 20px 25px;
  }
  .about .about-team .about-team-right .team-logo {
    max-width: none;
  }
  .about .about-team .about-team-right .about-team-right-top {
    position: relative;
    float: left;
    width: 149px;
  }
  .about .about-team .about-team-right .team-title br {
    display: none;
  }
  .about .about-team .about-team-right .about-team-right-bottom {
    position: relative;
    float: right;
    width: calc(100% - 175px);
  }
}

@media(max-width: 990px){
  .about .about-left {
    margin-top: 15px;
  }
  .about .about-left, .about .about-right {
    width: 100%;
  }
  .about .about-right {
    padding-right: 335px;
    background-size: 350px;
    padding-top: 0;
    margin-bottom: 35px;
  }
}

@media(max-width: 755px){
  .about .about-left {
    background: url(../img/about_wood_mb.png) top center no-repeat;
    padding-top: 590px;
  }
  .about .about-right {
    padding-right: 0;
    padding-top: 250px;
  }
  .about .about-team .about-team-right .about-team-right-top {
    width: 100%;
    text-align: center;
  }
  .about .about-team .about-team-right .about-team-right-bottom {
    width: 100%;
  }
  .about .about-team .about-team-right .team-title {
    text-align: center;
  }
  .about .about-left {
    margin-bottom: 10px;
  }
  .about .about-right {
    padding-top: 0;
    background: none;
  }
  .about .about-right .about-right-bottom p {
    text-align: center;
  }
  .about .about-right .about-right-bottom .about-phones {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

.product {
  margin-top: 35px;
  margin-bottom: 55px;
}

.product .product-img-block {
  position: relative;
  float: left;
  width: 759px;
  margin-bottom: 19px;
}

.product .product-img-block .product-img {
  position: relative;
  float: left;
  width: calc(100% - 137px);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}

.product .product-img-block .product-img .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.product .product-img-block .product-img .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-top: -16px;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/owl-prev.svg) center center no-repeat #416157;
  font-size: 0;
}

.product .product-img-block .product-img .owl-nav .owl-next {
  position: relative;
  float: right;
  margin-top: -16px;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/owl-next.svg) center center no-repeat #416157;
  font-size: 0;
}

.product .product-img-block .product-img .card-block-photo__link {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .product-img-block.product-one-img .product-img {
  width: 100%;
}

.product .product-img-block .product-img a, .product .product-img-block .product-img img {
  display: block;
}

.product .product-img-block .product-img img {
  height: 500px;
  max-width: none;
}

.product .product-img-block .product-img .card-block-photo-height img {
  height: auto;
  max-width: 100%;
}

.product .product-img-block .product-gallery {
  width: 100px;
  position: relative;
  float: right;
}

.product .product-img-block .product-gallery .product-img-item {
  margin-bottom: 21px;
  overflow: hidden;
  border-radius: 15px;
}

.product .product-img-block .product-gallery .product-img-item img {
  display: block;
}

.product .product-img-block.product-horizontally .product-img {
  width: 100%;
}

.product .product-img-block .product-gallery .product-img-item img {
  display: block;
}

.product .product-img-block.product-horizontally .product-gallery {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product .product-img-block.product-horizontally .product-gallery .product-img-item {
  float: left;
  width: 19%;
  float: left;
  margin-right: 1.24%;
  margin-bottom: 9px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #FFFAF5;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.product .product-img-block.product-horizontally .product-gallery .product-img-item.active {
  border: 1px solid #416157;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.product .product-img-block.product-horizontally .product-gallery .product-img-item img {
  display: block;
  width: auto;
  max-width: none;
  max-height: 100px;
}

.product .product-img-block.product-horizontally .product-gallery .product-img-item.product-img-height img {
  max-height: none;
  width: 100%;
  display: block;
}

@media(min-width: 990px){
  .product .product-img-block.product-horizontally .product-gallery .product-img-item:nth-child(5n) {
    margin-right: 0;
  }
}

.product .product-img-block.product-horizontally .product-gallery .product-img-item:last-child {
  margin-right: 0;
}

.product .product-info {
  position: relative;
  float: right;
  width: calc(100% - 898px);
}

.product-info-props {
  margin-bottom: 20px;
}

.product .product-info .product-info-line {
  margin-bottom: 20px;
}

.product .product-info .product-info-props {
  margin-bottom: 29px;
}

.product .product-info .product-info-prop {
  position: relative;
  float: left;
  color: #000;
  font-family: RF Dewi;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  width: 125px;
}

.product .product-info .product-info-val {
  position: relative;
  float: right;
  width: calc(100% - 148px);
  color: #000;
  font-family: RF Dewi;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.product .product-info .product-info-line.product-stok-ico .product-info-val:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -29px;
  width: 26px;
  height: 19px;
  transform: rotate(-90deg);
}

.product .product-info .product-info-line.product-stok-ico.product-stok-no .product-info-val:before {
  background: url(../img/btr.svg) center center no-repeat;
  background-size: 100% auto;
}

.product .product-info .product-info-line.product-stok-ico.product-stok-red .product-info-val:before {
  background: url(../img/btr_red.svg) center center no-repeat;
  background-size: 100% auto;
}

.product .product-info .product-info-line.product-stok-ico.product-stok-mnogo .product-info-val:before {
  background: url(../img/btr_green.svg) center center no-repeat;
  background-size: 100% auto;
}

.product .product-info .product-info-line.product-stok-ico.product-stok-malo .product-info-val:before {
  background: url(../img/btr_yellow.svg) center center no-repeat;
  background-size: 100% auto;
}

.product .product-info .product-info-line.product-stok-ico.product-stok-no .product-info-val:after, .product .product-info .product-info-line.product-stok-ico.product-stok-red .product-info-val:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: -20px;
  top: 3px;
  width: 9px;
  height: 17px;
  background: url(../img/elect.svg) center center no-repeat #FFFAF5;
  background-size: 12px auto;
}

.product .product-info .product-info-line.product-stok-ico.product-stok-malo .product-info-val:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: -20px;
  top: 3px;
  width: 9px;
  background: #FFFAF5;
  height: 9px;
}

.product .product-info .product-info-select .product-info-prev {
  color: #000;
  font-family: RF Dewi;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.product .product-info .product-info-select {
  margin-bottom: 34px;
}

.product .product-info .product-info-select .product-info-select-item {
  position: relative;
  float: left;
  color: #416157;
  font-family: RF Dewi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid #416157;
  margin-right: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}

.product .product-info .product-info-select .product-info-select-item span.s-sum {
  font-size: 12px;
  position: relative;
  float: right;
}

.product .product-info .product-info-select .product-info-select-item span.s-sum:before {
  content: '';
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  background: url(../img/box.svg) center center no-repeat;
  background-size: 100% auto;
  margin: 5px 3px 0 7px;
}

.product .product-info .product-info-select .product-info-select-item:hover {
  background: #F4ECE6;
}

.product .product-info .product-info-select .product-info-select-item.active {
  background: #F4ECE6;
  border-color: #F4ECE6;
}

.product .product-info .product-info-price .product-price {
  color: #000;
  font-family: RF Dewi;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 23px;
}

.product .product-info .product-info-price .product-price s {
  font-size: 20px;
}

.product .product-info .product-info-price .product-price span.product-price-prev {
  font-weight: 700;
}

.product .product-info .product-to-cart {
  position: relative;
  float: left;
  width: 188px;
  height: 62px;
  border-radius: 32px;
  background: #416157;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: center;
  padding-top: 19px;
  cursor: pointer;
  transition: 0.2s;
}

.product .product-info .product-to-cart .add-cart-ico {
  position: relative;
  float: left;
  background: url(../img/cart_prod.svg) center center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 14px;
  width: 22px;
  height: 24px;
}

.product .product-info .product-to-cart:hover {
  background-color: #378E73;
}

.product .product-info .product-to-cart .add-cart-text {
  position: relative;
  float: left;
}

.product .product-info .product-to-cart .add-cart-text a {
  color: #fff;
  text-decoration: none;
}

.product .product-text-block {
  position: relative;
  float: left;
  max-width: 762px;
}

.product .product-text {
  position: relative;
  float: left;
  width: 100%;
}

.product .product-instruction {
  position: relative;
  float: left;
  height: 48px;
  text-align: center;
  border-radius: 32px;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  padding: 10px 16px 12px 16px;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px;
}

@media(max-width: 1350px){
  .product .product-info {
    width: calc(100% - 795px);
  }
}

@media(max-width: 1255px){
  .product .product-img-block {
    width: 100%;
    max-width: 759px;
  }
  .product .product-info {
    width: 100%;
    float: left;
    margin-bottom: 35px;
  }
  .product .product-text, .product .product-text-block  {
    max-width: 100%;
  }
}

@media(max-width: 990px){
  .product .product-img-block .product-img {
    width: calc(100% - 120px);
  }
  .product .product-img-block .product-gallery .product-img-item {
    margin-bottom: 17px;
  }
  .product-text-block {
    overflow-x: scroll;
    max-width: 100%;
  }
}


@media(max-width: 755px){
  .product .product-img-block.product-horizontally .product-gallery .product-img-item:nth-child(3n) {
    margin-right: 0;
  }
  .content-header h1 {
    font-size: 30px;
  }
  .product {
    margin-top: 0;
  }
  .product .product-img-block .product-img {
    width: 100%;
  }
  .product .product-img-block .product-gallery {
    width: 100%;
  }
  .product .product-img-block .product-img {
    margin-bottom: 15px;
  }
  .product .product-img-block .product-img img {
    display: block;
  }
  .product .product-img-block .product-gallery .product-img-item {
    width: 90px;
    margin-right: 15px;
  }
  .product .product-info .product-info-select .product-info-select-item {
    font-size: 14px;
    padding: 8px 16px;
    height: auto;
  }
  .product .product-info .product-info-price .product-price {
    text-align: center;
  }
  .product .product-info .product-to-cart, .product .product-instruction {
    width: 100%;
  }
  .product .product-info .product-info-select {
    margin-bottom: 25px;
  }
  .product .product-img-block .product-gallery .product-img-item img {
    display: block;
  }
  .product .product-img-block.product-horizontally .product-gallery .product-img-item {
    width: 32%;
    margin-right: 2%;
  }
  .product .product-img-block .product-img .card-block-photo__link {
    height: 180px;
  }
  .product .product-img-block .product-img img {
    height: 180px;
  }
}

@media(max-width: 390px){
  .product .product-img-block .product-gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product .product-img-block .product-gallery .product-img-item {
    margin-right: 3.3%;
  }
  .product .product-img-block .product-gallery .product-img-item:nth-child(3n){
    margin-right: 0;
  }
  .product .product-img-block.product-horizontally .product-gallery .product-img-item {
    height: 80px;
  }
  .product .product-img-block.product-horizontally .product-gallery .product-img-item img {
    height: 80px;
  }
  .product .product-info .product-info-price .product-price {
    font-size: 28px;
  }
}

.catalog.catalog-page {
  background: none;
  padding: 0;
  box-shadow: none;
}

.catalog.catalog-page .catalog-in .cat-item .cat-name {
  text-align: left;
  margin-bottom: 32px;
  padding: 0 7%;
}

.pattern-cat {
  padding-top: 155px;
  color: #fff;
  z-index: 2;
}

.pattern-cat:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 370px;
  width: 100%;
  background: url(../img/f.svg) top center;
}

.pattern-cat:after {
  content: '';
  position: absolute;
  left: 0;
  top: 250px;
  bottom: 290px;
  width: 100%;
  background: #416157;
}

.pattern-cat .goods-smp {
  z-index: 2;
}

.pattern-cat .goods-smp .title-block {
  margin-bottom: 0;
}

.pattern-cat .goods-smp .product .product-name a {
  color: #fff;
}

.pattern-cat .goods-smp .product .product-price .price {
  color: #fff;
}

.pattern-cat .goods-smp .goods-smp-filter .goods-smp-filter-item {
  color: #fff;
  border-color: #fff;
}

.pattern-cat .goods-smp .title-block h2 {
  color: #fff;
}

.pattern-cat .goods-smp .product .product-price .add-cart-btn {
  background: #fff;
  color: #000;
}

.goods-smp .product .product-price .add-cart-btn a {
  color: #fff;
  text-decoration: none;
}

.pattern-cat .goods-smp .product .product-price .add-cart-btn a {
  color: #000;
}

.body-catalog .goods-smp .product .product-price .add-cart-ico {
  background: url(../img/cart_prod_black.svg) center center;
}

.body-catalog footer {
  margin-top: -297px;
  padding-top: 297px;
}

@media(max-width: 1350px){
  .pattern-cat {
    padding-top: 55px;
  }
  .pattern-cat:before  {
    display: none;
  }
  .pattern-cat {
    background: url(../img/f.svg) top center #416157;
  }

  .body-catalog footer {
    margin-top: 0;
    padding-top: 0;
  }
}


.basket-page .goods-smp-filter {
  margin-top: 37px;
  margin-bottom: 25px;
}

.products {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.products .product-item {
  position: relative;
  float: left;
  width: 338px;
  height: 290px;
  overflow: hidden;
  margin: 0 56px 54px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
  transition: all .2s ease-in-out;
}

.products .product-item:hover {
  transform: scale(1.05);
}

.products .product-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(1deg, #212121 0%, rgba(56, 56, 56, 0.00) 100%);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.products .product-item .item-height {
  width: auto;
  max-width: none;
  height: 290px;
}

.products .product-item .product-item_info {
  position: absolute;
  bottom: 23px;
  left: 25px;
  right: 10px;
  color: #fff;
}

.products .product-item a {
  color: #fff;
}

.products .product-item .product-item__name {
  font-family: RF Dewi;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  /*margin-bottom: 10px;*/
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 20px;
  width: 100%;
}

.products .product-item .product-item_price {
  color: #FFF;
  font-family: RF Dewi;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.products .product-item .product-item_price s {
  font-size: 20px;
}

.products .product-item .product-item_price.product-item_price-sm {
  font-size: 20px;
}

.products .product-item .product-item_price span {
  font-family: Arial;
}

.products .product-item .add-cart-btn {
  position: absolute;
  /*right: 52px;*/
  right: 8px;
  bottom: -9px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  background: url(../img/cart_white.svg) center center no-repeat #416157;
  background-size: 15px auto;
  transition: 0.2s;
}

.products .product-item .add-cart-btn.added {
  background: url(../img/check.svg) center center no-repeat #416157;
  background-size: 15px auto;
}

.products .product-item .add-cart-btn:hover {
  background-color: #378E73;
}

/*.products .product-item .prod-lnk {
  position: absolute;
  right: 2px;
  bottom: -9px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  background: url(../img/arr_white.svg) center center no-repeat #416157;
  background-size: 15px auto;
  transition: 0.2s;
}

.products .product-item .prod-lnk:hover {
  background-color: #378E73;
}*/

.products .product-item .prod-lnk {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.products .product-item .fast-view {
  opacity: 0.5;
  position: absolute;
  bottom: 80px;
  left: 18px;
  width: 130px;
  height: 44px;
  padding-left: 48px;
  display: flex;
  align-items: center;
  z-index: 24;
  background: url(../img/l.svg) 12px 8px no-repeat;
  background-size: 25px auto;
  border: 1px solid #fff;
  line-height: 115%;
  text-decoration: none;
  padding-bottom: 2px;
}

.products .product-item .fast-view:hover {
  opacity: 1;
  transition: 0.2s;
}

@media (max-width: 1550px){
  .products .product-item {
    width: 390px;
  }
}

@media(min-width: 1550px){
  .products .product-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1550px) AND (min-width: 1350px){
  .products .product-item, .products .product-item:nth-child(4n) {
    margin: 0 75px 75px 0;
  }
  .products .product-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1350px){
  .products .product-item {
    margin: 0 55px 55px 0;
  }
  .products .product-item {
    width: 371px;
  }
}

@media (max-width: 1350px) AND (min-width: 1255px){
  .products .product-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 990px){
  .products {
    justify-content: space-between;
  }
  .products .product-item {
    width: 338px;
    margin-right: 0;
    margin-bottom: 48px;
  }
}

@media (max-width: 755px){
  .products .product-item {
    width: 100%;
  }
}

#cart {
  margin-top: 15px;
  min-height: 500px;
}

#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-family: RF Dewi;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;

  position: relative;
  float: left;
  width: calc(100% - 165px);
  color: #000;
}

#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%;
  font-family: RF Dewi;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

#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;
  font-family: RF Dewi;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

#cart-result .cart-result-pr span.title-result {
  color: #bbb;
  font-size: 12.5px;
}

#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: 9px 10px 9px;
  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: 15px 25px 14px 25px;
  cursor: pointer;
  border-radius: 25px;
  transition: 0.3s;
  color: #fff;
  background: #416157;
  border: none;
}

#ordering .order-send:hover {
  background: #378E73;
}

#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: 755px){
  #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;
  }
  #cart .cart-order-list .cart-list-sum .p_m.minus {
    margin-left: -5px;
    z-index: 5;
  }
  #cart .cart-order-list .cart-list-sum .p_m.plus {
    margin-right: -5px;
    z-index: 5;
  }
  #ordering .order-send {
    width: 100%;
  }
}






















#articls {
    margin: 25px 0;
}

p {
    margin: 10px 0;
}

#articls .articl {
  position:relative;
  float:right;
  width:100%;
}
#articls .articl .articl_one {
  position:relative;
  float:left;
  width:100%;
  padding-bottom:33px;
  margin-bottom: 32px;
  border-bottom: 1px solid #5a4017;
}
#articls .articl .articl_one .articl_text {
  position:relative;
  float:left;
  width:58%;
  font-size: 13.5px;
  line-height: 17px;
}
#articls .articl .articl_one .articl_text h2 {
  font-weight:normal;
  margin-bottom:10px;
  line-height:1em;
  font-size: 28px;
  color: #5b4f4b;
}
#articls .articl .articl_one .articl_text h2 a {
  color: #b88a41;
  text-decoration: none;
}
#articls .articl .articl_one .articl_text h2 a:hover {
  color: #5a4017;
}
#articls .articl .article-more {
  float: right;
  color: #5a4017;
  margin-top: 5px;
  margin-right: -8%;
  font-size: 16px;
}
#articls .articl .article-more:hover {
  color: #5a4017 !important;
}
#articls .articl .articl_one .articl_text .article-prev {
  margin-top: 15px;
  color: #646161;
  line-height: 1.2em;
  font-size: 16px;
  line-height: 18px;
}
#articls .articl .articl_one .articl_text p {
  margin-bottom:10px;
}
#articls .articl .articl_one .articl_img {
  position:relative;
  float:left;
  width:32.4%;
  margin-right:3.3%;
}
#articls .articl .articl_one .articl_img img {
  max-width:100%;
}











#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: #000;
  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/x_black.svg) center center no-repeat;
  background-size:100%;
  cursor:pointer;
  z-index:3;
}

@media(max-width: 580px){
  .feedback-sended {
    left: 20px;
    margin-left: 0;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .feedback-sended .feedback-sended-text {
    font-size: 29px;
    line-height: 33px;
  }
}

.delivery-cat {
  padding: 20px 25px;
  font-size: 17px;
  line-height: 27px;
  border: 1px solid #416157;
  border-radius: 20px;
  margin-bottom: 35px;
}


.reviews-clients {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.reviews-clients .reviews-item {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 15px;
}

.reviews-clients .reviews-item .reviews-logo {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.reviews-clients .reviews-item .reviews-logo img {
  max-height: 105px;
}

.reviews-clients .reviews-item .reviews-name {
  color: #333;
  font-family: Yeseva One;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 19px;
}

.reviews-clients .reviews-item .reviews-name span {
  text-align: center;
  color: #595959;
  font-family: RF Dewi;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 3px;
}

.reviews-clients .reviews-item .reviews-text {
  color: #595959;
  font-family: RF Dewi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 37px;
}

.reviews-clients .reviews-item .reviews-sert {
  display: flex;
  justify-content: center;
}

.reviews-clients .reviews-item .reviews-sert .sert-frame {
  position: relative;
  float: left;
  width: 170px;
  height: 222px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/freame.jpg) center center no-repeat;
}

.reviews-clients .reviews-item .reviews-sert .sert-frame img {
  max-width: 121px;
}

@media(max-width: 1255px){
  .reviews-clients {
    flex-wrap: wrap;
  }
  .reviews-clients .reviews-item {
    width: 50%;
    margin-bottom: 85px;
  }
}

@media(max-width: 755px){
  .reviews-clients {
    flex-wrap: wrap;
  }
  .reviews-clients .reviews-item {
    width: 100%;
  }
}

.review-ya {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.review-ya iframe {
  max-width: 760px;
}

.text-block iframe {
  max-width: 100% !important;
}

.text-block img {
  max-width: 100% !important;
  height: auto !important;
}

.review-ya .review-ya-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 30px;
}

.review-ya .review-ya-center .review-ya-btn {
  position: relative;
  float: left;
  background: #FAE9D8;
  width: 290px;
  height: 48px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  border-radius: 32px;
  padding-top: 11px;
  margin-top: -23px;
  transition: 0.2s;
  text-decoration: none;
}

.delivery-page {
  margin-top: 35px;
  color: #595959;
  font-family: RF Dewi;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;  
}

.delivery-page h2 {
  color: #333;
  font-family: Yeseva One;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.delivery-page .delivery-line {
  background: #F8F2E3;
  margin-bottom: 34px;
}

.delivery-page .delivery-line .delivery-col {
  padding: 40px 38px 16px 41px;
}

.delivery-page .delivery-line .delivery-col:after {
  content: '';
  position: absolute;
  right: -35px;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #FFFAF5;
}

.delivery-page .delivery-line .delivery-col.delivery-col-left {
  position: relative;
  float: left;
  width: calc(100% - 622px);
}

.delivery-page .delivery-line .delivery-col.delivery-col-right {
  padding: 40px 38px 16px 41px;
  position: relative;
  float: right;
  width: 587px;
}

.delivery-page .delivery-line .delivery-col.delivery-col-right:after {
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #FFFAF5;
}

.delivery-page .delivery-pay {
  margin-top: 31px;
  margin-bottom: 42px;
}

.delivery-page .pay-img {
  margin-bottom: 20px;
}

.delivery-page .delivery-line .pay-1 {
  position: relative;
  float: left;
  min-height: 53px;
  padding-left: 65px;
  color: #416157;
  font-family: RF Dewi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 150px;
  margin-right: 37px;
  padding-top: 15px;
  background: url(../img/pay_1.svg) left top no-repeat;
}

.delivery-page .delivery-line .pay-2 {
  position: relative;
  float: left;
  min-height: 53px;
  padding-left: 65px;
  color: #416157;
  font-family: RF Dewi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 150px;
  padding-top: 15px;
  background: url(../img/pay_2.svg) left top no-repeat;
}

.delivery-page .delivery-line .delivery-col.delivery-col-right h2 {
  margin-bottom: 17px;
}

.delivery-page .delivery-line .delivery-col.delivery-col-right ul {
  font-weight: bold;
  margin-left: 5%;
}

.delivery-page .delivery-line .delivery-col.delivery-col-right li {
  position: relative;
  float: left;
  width: 40%;
  margin-bottom: 2px;
}

.delivery-page .delivery-line .delivery-col.delivery-col-img {
  padding: 0;
}

@media(max-width: 1255px){
  .delivery-page .delivery-line .delivery-col.delivery-col-left {
    width: calc(100% - 385px);
  }
  .delivery-page .delivery-line .delivery-col.delivery-col-right {
    width: 350px;
  }
}

@media(max-width: 990px){
  .delivery-page .delivery-line .delivery-col.delivery-col-left {
    width: 100%;
  }
  .delivery-page .delivery-line .delivery-col.delivery-col-right {
    width: 100%;
  }
  .delivery-page .delivery-line .delivery-col:after, .delivery-page .delivery-line .delivery-col.delivery-col-right:after {
    display: none;
  }
}

@media(max-width: 390px){
  .delivery-page .delivery-line {
    background: none;
  }
  .delivery-page .delivery-line .delivery-col.delivery-col-left, .delivery-page .delivery-line .delivery-col.delivery-col-right {
    padding: 0;
    background: none;
  }
  .delivery-page .delivery-line .delivery-col.delivery-col-right li {
    width: 100%;
  }
}





.nc_search {
    position: relative;
    float: left;
    position: relative;
    float: left;
    width: 100%;
    max-width: 750px;
}

.nc_search input[type="text"] {
    position: relative;
    float: left;
    width: calc(100% - 24px);
    padding: 8px 15px 7px 7px;
    border: 1px solid #bbb;
    font-size: 17px;
}

.nc_search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: #416157;
    color: #fff;
    border: none;
    height: 37px;
    padding: 0 25px;
    text-transform: uppercase;
    cursor: pointer;    
}

.nc_search button[type="submit"]:hover{
  opacity: 0.9;
}

.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_nav a {
  color: #416157;
}

.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: #416157;
    text-decoration: none;
}

.nc_search_context {
    position: relative;
    float: left;
    width: 100%;
}


#pagi_long {
    position: relative;
    float: left;
    width: 100%;
    margin:22px 0;
}

#pagi_long ul li {
    list-style: none;
    float: left;
    margin-right: 17px;
    line-height: 0.9em;
}
#pagi_long  ul li a {
    display: block;
    width: 26px;
    text-decoration: none;
    padding: 6px 0 6px 1px;
    text-align: center;
    background: #416157;
    border: 1px solid #416157;
    color: #fff;
    margin-bottom: 5px;
}
#pagi_long ul li a:hover {
    color: #fff;
    opacity: 0.9;
}
#pagi_long ul li span {
    display: block;
    width: 26px;
    color: #fff;
    text-decoration: none;
    background: #416157;
    opacity: 0.9;
    padding: 6px 0 6px 1px;
    text-align: center;
    border: 1px solid #416157;
    margin-bottom: 5px;
}


.title-block-page.title-block {

  margin-bottom: 34px;
}

.title-block-page.title-block h2 {
  position: relative;
  float: left;
  color: #000;
  text-align: center;
  font-family: Yeseva One;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 53px;
}


.banner-slider {
  margin-bottom: 15px;
}

.banner-slider.banner-main {
  margin-top: 15px;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 1520px;
}

.banner-slider.banner-long-nav .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -760px;
  max-width: 1520px;
}

.banner-slider .owl-nav .owl-next {
  position: relative;
  float: right;
  margin-top: -16px;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/owl-next.svg) center center no-repeat #416157;
  font-size: 0;
}

.banner-slider .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-top: -16px;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/owl-prev.svg) center center no-repeat #416157;
  font-size: 0;
}

@media(max-width:1550px){
  .banner-slider.banner-long-nav .owl-nav {
    margin-left: -675px;
    max-width: 1350px;
  }
}

@media(max-width:1350px){
  .banner-slider.banner-long-nav .owl-nav {
    margin-left: -627.5px;
    max-width: 1255px;
  }
}

@media(max-width:1250px){
  .banner-slider.banner-long-nav .owl-nav {
    margin-left: -495px;
    max-width: 990px;
  }
}

@media(max-width:990px){
  .banner-slider.banner-long-nav .owl-nav {
    margin-left: -377.5px;
    max-width: 755px;
  }
}

@media(max-width:755px){
  .banner-slider.banner-long-nav .owl-nav {
    margin-left: -195px;
    max-width: 390px;
  }
}

@media(max-width:390px){
  .banner-slider.banner-long-nav .owl-nav {
    margin-left: -160px;
    max-width: 320px;
  }
}

.srv-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  margin-top: 35px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.srv-list .srv-item {
  position: relative;
  float: left;
  width: 25%;
  height: 177px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 32px;
  border-bottom: 1px solid #C7C1BE;
  border-right: 1px solid #C7C1BE;
  margin-bottom: -1px;
  margin-right: -2px;
}

.srv-list .srv-item .srv-item-name {
  position: relative;
  float: left;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 800;
  font-size: 24px;
  width: calc(100% - 115px);
  letter-spacing: -0.5px;
  line-height: 118%;
}

.srv-list .srv-item .srv-item-img {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -41.5px;
  width: 83px;
  height: 83px;
}

.srv-list .srv-item .srv-item-img img {
  max-width: 100%;
  border-radius: 8px;
}

@media(max-width: 1350px){
  .srv-list .srv-item {
    width: 50%;
  }
}

@media(max-width: 760px){
  .srv-list .srv-item {
    width: 100%;
  }
  .srv-list .srv-item {
    margin-right: 0;
    border-right: none;
  }
}

@media(max-width: 390px){
  .srv-list .srv-item {
    padding-left: 20px;
  }
  .srv-list .srv-item .srv-item-name {
    font-size: 18px;
  }
  .srv-list .srv-item .srv-item-img {
    right: 15px;
  }
}

.srv-page .srv-page-left {
  position: relative;
  float: left;
  width: calc(100% - 759px);
  margin-top: 23px;
  margin-bottom: 20px;
}

.srv-page .srv-page-left .srv-page-left-in {
  margin-bottom: 17px;
}

.srv-page .srv-page-left .price {
  position: relative;
  float: left;
}

.srv-page .srv-page-left .price {
  color: #000;
  font-family: RF Dewi;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 23px;
  margin-right: 46px;
}

.srv-page .srv-page-left span.price-prev {
  font-weight: 700;
}

.srv-page .srv-page-left .srv-btn {
  position: relative;
  float: left;
  width: 231px;
  height: 62px;
  border-radius: 32px;
  background: #416157;
  text-align: center;
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: center;
  padding-top: 19px;
  cursor: pointer;
  transition: 0.2s;
  margin-top: -13px;
}

.srv-page .srv-page-right {
  position: relative;
  float: right;
  width: 650px;
  text-align: right;
  margin-top: 35px;
  margin-bottom: 20px;
}

.srv-page .srv-page-right img {
  position: relative;
  float: right;
}

.srv-photo-gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.srv-photo-gallery .srv-photo {
  position: relative;
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 15px;
}

.srv-photo-gallery .srv-photo img {
  display: block;
}

.srv-photo-gallery .srv-photo:nth-child(4n){
  margin-right: 0;
}

@media(max-width: 1550px){
  .srv-page .srv-page-left {
    width: calc(100% - 500px);
  }
  .srv-page .srv-page-right {
    width: 480px;
  }
}

@media(max-width: 990px){
  .srv-page .srv-page-left {
    width: 100%;
  }
  .srv-page .srv-page-right {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .srv-photo-gallery {
    justify-content: space-between;
  }
  .srv-photo-gallery .srv-photo {
    width: 49%;
    margin-right: 0;
  }
}

@media(max-width: 390px){
  .srv-photo-gallery .srv-photo {
    width: 100%;
    margin-right: 0;
  }
}

.product-red-text {
  margin: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.price-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 50px 0;
}

.price-list .price-item-full {
  font-size: 20px;
  padding: 20px 0;
  margin: 10px 0;
  text-align: center;
  border: 1px dashed #bbb;
  color: #000;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.price-list .price-item-full:hover {
  color: #416157;
}

.price-list .price-item-full .price-item-full-in {
  position: relative;
  float: left;
  width: 100%;
  max-width: 304px;
  padding-left: 80px;
  padding-right: 10px;
  min-height: 80px;
  padding-top: 10px;
}

.price-list .price-item-full .price-item-full-in:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 80px;
  background: url(../img/pdf.svg) center center no-repeat;
  background-size: 100% auto;
}

.price-list .price-item-full .price-name {
  text-align: left;
  margin-bottom: 10px;
}

.price-list .price-item-full .price-size {
  text-align: left;
  font-size: 16px;
  line-height: normal;
}

.price-list .price-item {
  position: relative;
  float: left;
  width: 20%;
  height: 130px;
  text-decoration: none;
  padding-left: 80px;
  padding-right: 10px;
}

.price-list .price-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 80px;
  background: url(../img/pdf.svg) center center no-repeat;
  background-size: 100% auto;
}

.price-list .price-item span.price-name {
  padding-top: 5px;
  font-size: 20px;
  /*font-weight: 800;*/
  line-height: normal;
  margin-bottom: 12px;
  color: #000;
}

.price-list .price-item span.price-size {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 24px;
  color: #595959;
}

.price-list .price-item:hover span.price-name {
  color: #416157;
}

@media(max-width: 1550px){
  .price-list .price-item {
    width: 25%;
  }
}

@media(max-width: 1255px){
  .price-list .price-item {
    width: 33.3%;
  }
}

@media(max-width: 990px){
  .price-list .price-item {
    width: 50%;
  }
}

@media(max-width: 755px){
  .price-list .price-item {
    width: 100%;
  }
}

.dop-price-list {
  margin: 20px 0;
}

.dop-price-list .dop-price span.left-dop {
  position: relative;
  float: left;
  width: 164px;
  font-weight: bold;
}

.dop-price-list .dop-price span.right-dop {
  position: relative;
  float: left;
  width: 100px;
}

.dop-price-list .dop-price-title {
  margin: 12px 0;
}

.dop-price-list .dop-price {
  position: relative;
  float: left;
  width: 100%;
  margin: 4px 0;
}

.dop-price-list .dop-price-call {
  position: relative;
  float: left;
  padding: 3px 10px;
  color: #fff;
  background: #416157;
  cursor: pointer;
  border-radius: 16px;
}

.dop-price-list .dop-price-title {
  line-height: 210%;
}





.product-item__sale-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}

.product-item__sale {
  position: absolute;
  left: 20px;
  right: 16px;
  top: 20px;
  z-index: 3;
  /*font-family: Arial;
  text-shadow: 0 0 10px #fff;*/
}
.product-item__sale .product-item__sale-1 {
  color: #fff;
  font-size: 26px;
  /*-webkit-text-stroke: 1px red;
  text-stroke: 1px red;*/
  line-height: 120%;


  letter-spacing: 0.8px;


text-shadow: -1px -1px 0 red,
0px -1px 0 red,
1px -1px 0 red,
1px 0px 0 red,
1px 1px 0 red,
0px 1px 0 red,
-1px 1px 0 red,
-1px 0px 0 red;
}

.product-item__sale .product-item__sale-2 {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}


.product-item__slider .owl-nav {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  font-size: 0;
}

.product-item__slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  top: -36px;
  background: url(/m/img/sale_arr.svg) 9px center no-repeat #000;
  background-size: 56% auto;
  border-radius: 24px;
  margin-top: -12px;
  transform: rotate(180deg);
}

.product-item__slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: -36px;
  width: 34px;
  height: 34px;
  background: url(/m/img/sale_arr.svg) 9px center no-repeat #000;
  background-size: 56% auto;
  border-radius: 24px;
  margin-top: -12px;
}