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% 'Nunito', Arial, Tahoma, Verdana, Georgia, sans-serif;
  font-size: 14px;
  min-width: 100%;
  color: #000;
}

a {
  color: #E26432;
  text-decoration: none;
}

a:hover {
  color: #fc6f37;
}

img {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:
}

.ps {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  /*max-width: 1820px;*/
  max-width: 1300px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.banner-mrg {
  min-height: 80px;
}

.headre-mrg {
  min-height: 162px;
}

.headre-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.banner {
  background: #F38A4A;
}

.banner .banner-in {
  min-height: 80px;
}

.banner .banner-in a {
  color: #fff;
  text-decoration: none;
}

.banner .banner-lnk {
  display: none;
}

.banner .banner-in .banner-name {
  position: absolute;
  top: 32px;
  left: 97px;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}

.banner .banner-in .banner-col {
  position: absolute;
  left: 500px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #1b1b1b;
}

.banner .banner-in .banner-col.banner-col-1 {
  left: 609px;
  top: 20px;
}

.banner .banner-in .banner-col.banner-col-2 {
  left: 786px;
  top: 20px;
}

.banner .banner-in .banner-col.banner-col-3 {
  left: 994px;
  top: 20px;
}

.banner .x {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 45px;
  height: 45px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.banner .x:hover{
  transform:rotate(360deg);
  transition: all 0.5s ease-in-out;
}

.banner .x::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  width: 5px;
  display: block;
  transform: rotate(45deg);
  height: 30px;
  background: #fff;
}

.banner .x::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  width: 5px;
  display: block;
  transform: rotate(-45deg);
  height: 30px;
  background: #fff;
}

.header {
  background: #1b1b1b;
}

.header .header-in {
  min-height: 162px;
}

.header .header-in .logo {
  position: absolute;
  left: 3px;
  top: 36px;
}

.header .header-in .menu {
  position: absolute;
  top: 51px;
  left: 410px;
  max-width: 465px;
}

.header .header-in .menu a {
  color: #fff;
  text-decoration: none;
}

.header .header-in .menu .menu-list {
  margin-bottom: 7px;
}

.header .header-in .menu .menu-list li {
  position: relative;
  float: left;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  margin-right: 25px;
  padding-bottom: 3px;
}

.header .header-in .menu .menu-list li.sub-menu {
  padding-right: 15px;
}

.header .header-in .menu .menu-list li.sub-menu .sub-menu-arr {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 21px;
  background: url(../img/menu-arr.svg) right center no-repeat;
}

.header .header-in .menu .menu-list li.sub-menu .sub-menu-list {
  display: none;
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: 10;
  border-radius: 25px;
  width: 180px;
  background: #000;
  padding: 8px 0;
}

.header .header-in .menu .menu-list li.sub-menu:hover .sub-menu-list {
  display: block;
}

.header .header-in .menu .menu-list li.sub-menu .sub-menu-list li {
  position: relative;
  float: left;
  width: 100%;
  margin-right: 0;
  padding: 0 20px;
}

.header .header-in .menu .menu-list li.sub-menu .sub-menu-list li a {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.header .header-in .menu .menu-list li.sub-menu .sub-menu-list li:last-child a {
  border: none;
}

.header .header-in .hd-search {
  max-width: 418px;
}

.header .header-in .hd-search .search-input {
  background: #000;
  color: #fff;
  border: 1px solid #e26432;
  border-radius: 40px;
  height: 40px;
  font-weight: 400;
  padding: 0 30px 0 25px;
  font-size: 16px;
  color: #e26432;
}

.header .header-in .hd-search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  border: none;
  background: url(../img/loupe.svg) center center no-repeat;
  background-size: auto 50%;
  cursor: pointer;
}

.header .header-in .hd-search .search-input::placeholder {
  color: #e26432;
}

.header .header-in .hd-contacts {
  position: absolute;
  top: 26px;
  left: 874px;
  width: 235px;
}

.header .header-in .hd-contacts .hd-contacts-phone {
  font-weight: 300;
  font-size: 16px;
  line-height: 115%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 9px;
  padding-top: 2px;
  padding-left: 30px;
  background: url(../img/phone.svg) left center no-repeat;
}

.header .header-in .hd-contacts .hd-contact-btn {
  position: relative;
  float: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #e26432;
  background: #fff;
  margin-top: 8px;
  width: 100%;
  max-width: 228px;
  height: 39px;
  padding-top: 3px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.header .header-in .hd-contacts .hd-contact-btn:hover {
  color: #fff;
  background: #fc6f37;
}

.header .header-in .hd-cart {
  position: absolute;
  top: 58px;
  right: 56px;
  color: #fff;
  width: 48px;
}

.header .header-in .hd-cart .hd-cart-in {
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  background: url(../img/cart.svg) center center no-repeat;
}

.header .header-in .hd-cart .hd-cart-in .cart-round {
  position: absolute;
  top: -10px;
  left: 50%;
  background: #F38A4A;
  color: #fff;
  padding: 2.4px 1px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
  font-size: 13px;
  min-width: 18px;
  line-height: 146%;
}

.header .header-in .hd-cart .hd-cart-total {
  text-align: center;
  font-size: 14px;
  display: none;
}

.main-slider {
  padding-bottom: 50px;
}

.main-slider .main-slider-list .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  margin-top: -30px;
  z-index: 10;
  width: 100%;
}

.main-slider .main-slider-list .owl-nav .owl-prev, .dips .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-left: 30px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-left.svg) 10px center no-repeat #1B1B1B;
}

.main-slider .main-slider-list .owl-nav .owl-next, .dips .owl-nav .owl-next{
  position: relative;
  float: right;
  margin-right: 30px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-right.svg) 13px center no-repeat #1B1B1B;
}

.main-slider .main-slider-list img {
  display: block;
}

.main-slider .main-slider-list {
  background: #1B1B1B;
}

.main-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-slider .owl-dots .owl-dot {
  position: relative;
  float: left;
  width: 21px;
  height: 21px;
  margin: 0 5px;
  background: #676565;
  border: 1px solid #676565;
  border-radius: 25px;
}

.main-slider .owl-dots .owl-dot.active {
  border-color: #fff;
  background: #999;
}

.block-title {
  font-weight: 700;
  font-size: 85px;
  line-height: 120%;
  color: #e26432;
  padding-left: 3px;
}

.catalog.catalog-main {
  padding-top: 50px;
  margin-top: -50px;
  /*background: url(../img/bg-full.jpg) top center;*/
  background: url(../img/bg-full2.jpg) top center;
  background-size: cover;
  padding-bottom: 30px;
}

.catalog .block-title {
  margin-top: 35px;
  margin-bottom: 36px;
}

.catalog .catalog-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.catalog .catalog-list .catalog-item {
  position: relative;
  width: 24%;
  min-height: 401px;
  padding-bottom: 15px;
  margin-right: 1.33%;
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 15px;
  text-decoration: none;
  margin-bottom: 23px;
  transition: 0.3s;
}

.catalog.catalog-category .catalog-list .catalog-item {
  min-height: 295px;
}

.catalog .catalog-list .catalog-item:hover {
  box-shadow: 0 0 9px 0 #fff;
}

.catalog.catalog-category .catalog-list .catalog-item:hover {
  box-shadow: 0 0 9px 0 #444444;
}

@media(min-width: 1310px){
  .catalog .catalog-list .catalog-item:nth-child(4n){
    margin-right: 0;
  }
}

.catalog .catalog-list .catalog-item .catalog-item-img {
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.catalog.catalog-category  {
  margin-top: 36px;
}

.catalog.catalog-category .catalog-list .catalog-item .catalog-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog.catalog-category .catalog-list .catalog-item .catalog-item-img img {
  max-height: 180px;
}

.catalog .catalog-list .catalog-item .catalog-item-name {
  font-weight: 400;
  /*font-size: 25px;*/
  font-size: 24px;
  line-height: 124%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 90px;
  padding-left: 8px;
  padding-right: 8px;
}

.catalog.catalog-category .catalog-list .catalog-item .catalog-item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  text-align: center;
  color: #e26432;
  text-transform: none;
}

.privilege {
  background: #2e2e2e;
}

.privilege .block-title {
  margin-top: 13px;
  margin-bottom: 36px;
}

.privilege .privilege-in {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.privilege .privilege-item {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 0.665%;
  margin-left: 0.665%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 31px;
}

.privilege .privilege-item .privilege-item-img {
  height: 170px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.privilege .privilege-item .privilege-item-name {
  font-weight: 400;
  /* font-size: 25px; */
  font-size: 21px;
  line-height: 134%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 90px;
  padding-left: 8px;
  padding-right: 8px;
}

.privilege .privilege-item .privilege-item-img img {
  max-height: 206px;
}

.brands {
  background: #2e2e2e;
}

.brands .block-title {
  margin-top: 33px;
  margin-bottom: 14px;
}

.brands .brands-in {
  margin-top: 41px;
  padding-bottom: 65px;
}

.brands .brands-in .brands-item {
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 2px 5px;
}

.brands .brands-in .brands-item img {
  max-height: 146px;
}

.brands .brands-in .owl-dots {
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.brands .brands-in .owl-dots .owl-dot {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #676565;
  border: 1px solid #676565;
  border-radius: 25px;
}

.brands .brands-in {
  padding-left: 35px;
  padding-right: 35px;
}

.brands .brands-in .owl-dots .owl-dot.active {
  border-color: #fff;
  background: #999;
}

.brands .brands-in .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  margin-top: -16px;
  z-index: 10;
  width: 100%;
}

.brands .brands-in .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-left: -35px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-left.svg) 10px center no-repeat #1B1B1B;
}

.brands .brands-in .owl-nav .owl-next {
  position: relative;
  float: right;
  margin-right: -35px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-right.svg) 13px center no-repeat #1B1B1B;
}

.about-main {
  background: #2e2e2e;
  padding-bottom: 58px;
}

.about-main.about-prod {
  background: #fff;
}

.sm-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  color: #000;
  margin-bottom: 25px;
}

.about-main .block-title {
  margin-top: 11px;
  margin-bottom: 28px;
}

.about-main .about-main-in {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

.about-main.about-prod .about-main-in {
  line-height: 145%;
}

.about-main.about-prod .about-main-in {
  font-size: 16px;
}

.about-main.about-prod .about-main-in {
  color: #000;
}

.about-main .about-main-text {
  position: relative;
  float: left;
  width: calc(100% - 451px);
}

.about-main .about-main-text p {
  margin-bottom: 20px;
}

.about-main.about-prod .about-main-text p {
  margin-bottom: 10px;
}

.about-main .about-main-img {
  position: relative;
  float: right;
  width: 365px;
  padding-top: 50px;
}

.about-main .about-more {
  margin-top: 17px;
  position: relative;
  float: left;
  width: 221px;
  height: 45px;
  text-decoration: none;
  color: #fff;
  background: #e26432;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  padding-top: 14px;
  border-radius: 30px;
  color: #fff;
  transition: 0.3s;
}

.about-main .about-more:hover {
  background: #fc6f37;
}

.map.map-main {
  background: #383838;
}

.map.map-main .block-title {
  margin-top: 12px;
  margin-bottom: 54px;
}

footer {
  background: #1B1B1B;
}

footer .footer {
  min-height: 312px;
  color: #fff;
}

footer .footer a {
  color: #fff;
  text-decoration: none;
}

footer .footer .logo {
  position: absolute;
  left: 0px;
  top: 81px;
}

footer .footer .footer-cont {
  position: absolute;
  top: 20px;
  right: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  color: #fff;
  width: 100%;
  max-width: 410px;
}

footer .footer .footer-cont .footer-cont-line {
  margin-bottom: 19px;
  padding-left: 32px;
}

footer .footer .footer-cont .footer-cont-line.footer-cont-map {
  background: url(../img/map.svg) -7px 1px no-repeat;
  background-size: 32px auto;
}

footer .footer .footer-cont .footer-cont-line.footer-cont-graph {
  background: url(../img/graph.svg) 0 center no-repeat;
  background-size: 23px auto;
}

footer .footer .footer-cont .footer-cont-line.footer-cont-phone {
  background: url(../img/phone.svg) 0 center no-repeat;
  background-size: 25px auto;
}

footer .footer .footer-cont .footer-cont-line.footer-cont-email {
  background: url(../img/email.svg) 0 4px no-repeat;
  background-size: 29px auto;
}

footer .footer .footer-nets {
  position: absolute;
  top: 96px;
  left: 493px;
}

footer .footer .footer-nets .footer-net {
  position: relative;
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 19px;
}

footer .footer .footer-nets .footer-net.vk {
  background: url(../img/vk.svg) center center no-repeat;
  background-size: 100% auto;
}

footer .footer .footer-nets .footer-net.wa {
  background: url(../img/wa.svg) center center no-repeat;
  background-size: 100% auto;
}

footer .footer .footer-nets .footer-net.vb {
  background: url(../img/vb.svg) center center no-repeat;
  background-size: 100% auto;
}

footer .footer .footer-nets .footer-net.tg {
  background: url(../img/tg.svg) center center no-repeat;
  background-size: 100% auto;
}

footer .footer .footer-info {
  position: absolute;
  top: 253px;
  left: 0;
  width: 500px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  text-align: center;
}

footer .footer .footer-info .footer-info-title {
  margin-bottom: 11px;
}

footer .footer .footer-info .footer-info-line {
  display: flex;
  justify-content: center;
}

footer .footer .footer-info .footer-info-line .footer-info-item {
  margin: 0 16px;
}

.set-scroll {
  overflow-y: scroll;
}

.header .menu-block.set-scroll {
  overflow-y: scroll;
}

.set-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(26, 24, 47, 0.15);
  border-radius: 5px;
}

.set-scroll::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 5px;
}

.window-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 300;
  display: none;
}

.pop-form {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -230px;
  z-index: 310;
  width: 460px;
  min-height: 541px;
  border: 10px solid #e26432;
  border-radius: 25px;
  background: #fff;
}

.pop-form .x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/x.svg) center center no-repeat;
  cursor: pointer;
  background-size: 100% auto;
}

.pop-form .pop-form-img {
  margin-top: 71px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pop-form .pop-form-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 115%;
  text-align: center;
  color: #000;
  margin-top: 17px;
  padding: 0 40px;
  margin-bottom: 44px;
}

.pop-form .pop-form-line {
  width: calc(100% - 60px);
  margin-left: 30px;
}

.pop-form .pop-form-line .pop-form-input {
  border: 1px solid #999;
  border-radius: 25px;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
}

.pop-form .pop-form-send {
  padding: 0 30px;
}

.pop-form .pop-form-btn {
  margin-top: 11px;
  position: relative;
  float: left;
  width: 140px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  background: #e26432;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.pop-form .pop-form-btn:hover {
  background: #fc6f37;
}

.pop-form .pop-form-poticy {
  position: relative;
  float: right;
  width: calc(100% - 166px);
  font-weight: 400;
  font-size: 12px;
  color: #000;
  padding-top: 11px;
  line-height: 133%;
}

@media(max-width: 1310px){
  .wrapper {
    max-width: 990px;
  }
  .banner .banner-in .banner-name {
    left: 0;
    font-size: 22px;
  }
  .banner .banner-in .banner-col.banner-col-1 {
    left: 395px;
  }
  .banner .banner-in .banner-col.banner-col-2 {
    left: 565px;
  }
  .banner .banner-in .banner-col.banner-col-3 {
    left: 765px;
  }
  .header .header-in .logo {
    max-width: 215px;
  }
  .header .header-in .menu {
    left: 243px;
  }
  .header .header-in .hd-cart {
    right: 225px;
  }
  .header .header-in .logo {
    left: 0px;
    top: 46px;
  }
  .header .header-in .hd-contacts {
    left: auto;
    right: 0;
  }
  .header .header-in .menu {
    max-width: 430px;
  }
  .header .header-in .hd-search {
    max-width: 400px;
  }
  .header .header-in .menu .menu-list li {
    font-size: 15px;
  }
  .header .header-in .hd-contacts {
    max-width: 182px;
  }
  .header .header-in .hd-contacts .hd-contact-btn {
    max-width: 181px;
    padding-top: 6px;
    font-size: 17px;
  }
  .block-title {
    font-size: 64px;
  }
  .catalog .catalog-list .catalog-item {
    width: 31.78%;
    margin-right: 2.33%;
  }
  .catalog .catalog-list .catalog-item .catalog-item-name {
    font-size: 22px;
  }
  .privilege .privilege-item .privilege-item-name {
    font-size: 18px;
  }
  footer .footer .logo {
    top: 40px;
  }
  footer .footer .footer-nets {
    left: 0;
    top: 160px;
  }
}


@media(max-width: 1310px){
  .catalog .catalog-list .catalog-item:nth-child(3n){
    margin-right: 0;
  }
}

@media(max-width: 990px){
  .wrapper {
    max-width: 740px;
  }
  .banner .banner-in .banner-col, .banner-mrg, .headre-mrg {
    display: none;
  }
  .banner .banner-lnk {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -10px;
  }
  .headre-fixed {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
  }
  .header .header-in {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header .header-in .logo, .header .header-in .menu, .header .header-in .hd-contacts {
    position: relative;
    float: left;
    top: auto;
    left: auto;
  }
  .header .header-in .logo {
    margin: 20px 0 20px 0;
  }
  .header .header-in .menu {
    max-width: 100%;
    margin: 5px 0 20px 0;
  }
  .header .header-in .hd-cart {
    top: 30px;
    right: 10px;
  }
  .header-in .hd-contacts {
    margin-bottom: 20px;
  }
  .header .header-in .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header .header-in .menu .menu-list {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .header .header-in .menu .menu-list li {
    margin-right: 15px;
    margin-left: 15px;
  }
  .catalog .catalog-list {
    justify-content: space-between;
  }
  .catalog .catalog-list .catalog-item {
    width: 48.3%;
    margin-right: 0;
  }
  .block-title {
    font-size: 46px;
  }
  .about-main .about-main-text {
    width: 100%;
  }
  .about-main .about-main-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footer .footer-cont {
    font-size: 18px;
    max-width: 320px;
  }
  footer .footer .footer-cont .footer-cont-line {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 9px;
  }
}

.header .header-in .mb-menu {
  display: none;
}

@media(max-width: 740px){
  .wrapper {
    max-width: 390px;
  }
  .banner .banner-in .banner-name {
    text-align: left;
    font-size: 18px;
    max-width: 205px;
  }
  .banner .banner-in {
    min-height: 70px;
  }
  .banner .banner-in .banner-name {
    top: 14px;
  }
  .banner .banner-in a.banner-lnk {
    color: #000;
  }
  .burger {
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: 135px;
    background: #e26432;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    z-index: 110;
    transition: 0.15s;
  }
  .burger.set-fixed {
    top: 12px;
  }
  .burger.burger-top {
    top: 15px;
  }
  .burger:before, .burger:after {
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    margin-left: 12.5px;
    width: 25px;
    height: 2px;
    background: #fff;
  }
  .burger:before {
    margin-top: 15px;
  }
  .burger:after {
    margin-top: 34px;
  }
  .burger-line {
    position: absolute;
    top: auto;
    left: auto;
    margin-top: 24px;
    margin-left: 12.5px;
    width: 25px;
    height: 2px;
    background: #fff;
  }
  .header .header-in .logo {
    max-width: 199px;
  }
  .header .header-in .hd-cart {
    position: fixed;
    top: 90px;
    left: 50%;
    margin-left: -180px;
    /*top: 15px;
    left: 0;*/
    right: auto;
    transition: 0.15s;
  }
  .header .header-in .hd-cart.hd-cart-top {
    top: 25px;
  }
  .header .header-in .hd-cart.set-fixed {
    top: 20px;
  }
  .header .header-in .hd-cart.set-fixed.ch-fixed {
    background: #1b1b1b;
    padding: 8px;
    border-radius: 4px;
    margin-top: -10px;
  }
  .header .header-in .hd-cart.set-fixed.ch-fixed .hd-cart-total {
    display: none;
  }
  .header .header-in .hd-cart.set-fixed.ch-fixed .hd-cart-in {
    width: 35px;
    height: 35px;
    background-size: 80% auto;
    margin-top: 8px;
    margin-left: -3px;
  }
  .header .header-in .hd-cart.set-fixed.ch-fixed .hd-cart-in .cart-round {
    width: 21px;
    height: 21px;
    font-size: 10px;
    margin-left: -10px;
  }

  .header .menu-block {
    overflow: hidden;
    max-height: 0;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    background: #2E2E2E;
    z-index: 220;
  }
  .header .menu-block .menu-x {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/menu-x.svg) center center no-repeat;
  }
  .header .header-in .menu .menu-list {
    flex-wrap: wrap;
    padding-top: 40px;
    margin-bottom: 15px;
  }
  .header .header-in .menu {
    margin: 5px 0 11px 0;
  }
  .header .header-in .menu .menu-list li {
    width: calc(100% - 44px);
    margin: 0;
    font-size: 18px;
    padding: 0;
  }
  .header .header-in .menu .menu-list li.sub-menu{
    padding-right: 0;
  }
  .header .header-in .menu .menu-list li a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 12px 0 13px 0;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-list {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    background: none;
    padding: 0;
    justify-content: flex-start;
    overflow: hidden;
    max-height: 0;
    border-radius: 0;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-list li:first-child {
    margin-top: 12px;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-list li:last-child {
    margin-bottom: 12px;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-list li {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-list li a {
    border: none;
    padding: 7px 0 7px 15px;
    background: url(../img/menu-white-arr.svg) left center no-repeat;
    background-size: 8px auto;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-arr {
    top: 5px;
    width: 35px;
    height: 35px;
    background: #E26432;
    border-radius: 10px;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-arr:before {
    content: '';
    position: absolute;
    margin-left: 6.5px;
    margin-top: 13px;
    width: 22px;
    height: 10px;
    background: url(../img/arr-thin.svg) center center no-repeat;
    transition: 0.3s;
  }
  .header .header-in .menu .menu-list li.sub-menu .sub-menu-arr.active:before {
    transform: rotate(180deg);
  }
  .header .header-in .mb-menu {
    display: block;
    padding: 88px 22px 40px 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../img/logo-menu.png) top center no-repeat;
  }
  .header .header-in .mb-menu .mb-menu-btn {
    position: relative;
    float: left;
    width: 260px;
    height: 52px;
    border-radius: 30px;
    border: 1px solid #E26432;
    color: #E26432;
    padding-top: 14px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 102%;
    text-align: center;
    color: #e26432;
    margin-bottom: 25px;
  }
  .header .header-in .mb-menu .hd-contacts-phone {
    position: relative;
    float: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
    color: #fff;
    text-decoration: none;
    margin-bottom: 9px;
    padding-top: 2px;
    padding-left: 30px;
    background: url(../img/phone.svg) left center no-repeat;
    margin-bottom: 25px;
  }
  .menu-fade {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 219;
    display: none;
  }
  .catalog .catalog-list .catalog-item {
    box-shadow: none;
    height: auto;
    min-height: auto;
  }
  .catalog .catalog-list .catalog-item .catalog-item-img {
    height: 180px;
  }
  .catalog .catalog-list .catalog-item .catalog-item-name {
    min-height: auto;
    font-size: 14px;
  }
  .block-title {
    font-size: 35px;
    line-height: 89%;
  }
  .catalog .block-title {
    margin-bottom: 20px;
  }
  .privilege .privilege-in {
    justify-content: space-between;
  }
  .privilege .privilege-item .privilege-item-name {
    font-size: 14px;
  }
  .privilege .privilege-item {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
  }
  .brands .brands-in {
    padding-bottom: 80px;
  }
  .brands .brands-in .owl-dots {
    bottom: auto;
    top: 100%;
    margin-top: 20px;
  }
  .brands .brands-in .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 3px 5px 3px;
  }
  footer .footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  footer .footer .logo {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    margin: 20px 0 20px 0;
  }
  footer .footer .footer-cont, footer .footer .footer-nets, footer .footer .footer-info {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
  }
  footer .footer .footer-nets, footer .footer .footer-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer .footer-nets {
    margin-bottom: 20px;
  }
  footer .footer .footer-nets .footer-net {
    margin-left: 9px;
    margin-right: 9px;
  }
  footer .footer .footer-cont {
    margin-bottom: 25px;
  }
  footer .footer .footer-cont .footer-cont-line {
    width: auto;
  }
  footer .footer .footer-info .footer-info-line {
    flex-wrap: wrap;
  }
  footer .footer .footer-info .footer-info-line .footer-info-item {
    width: 100%;
    margin: 5px 0 5px 0;
    position: relative;
    float: left;
  }
}

@media(max-width: 500px){
  .pop-form {
    width: auto;
    left: 10px;
    right: 10px;
    margin-left: auto;
  }
  .pop-form .pop-form-poticy {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media(max-width: 455px){
  .banner .banner-lnk {
    right: 45px;
  }
}

@media(max-width: 410px){
  .pop-form {
    min-height: auto;
  }
  .pop-form .pop-form-img {
    margin-top: 45px;
  }
  .pop-form .pop-form-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .pop-form .pop-form-title {
    padding: 0 20px;
  }
  .pop-form .pop-form-line {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .pop-form .pop-form-send {
    padding: 0 20px;
  }
}

@media(max-width: 390px){
  .wrapper {
    max-width: 360px;
    padding: 0 0;
  }
}

@media(max-width: 380px){
  .wrapper {
    max-width: 340px;
    padding: 0 10px;
  }
  .burger {
    left: auto;
    margin-left: auto;
    right: 10px;
  }
  .header .menu-block {
    left: 10px;
    right: 10px;
    width: auto;
    margin-left: auto;
  }
  .banner .banner-in .banner-name {
    max-width: 170px;
    font-size: 16px;
  }
  .banner .banner-lnk {
    font-size: 14px;
  }
}

@media(max-width: 376px){
  .header .header-in .hd-cart {
    left: 10px;
    margin-left: 0;
  }
  .banner .x {
    right: 5px;
  }
  .banner .banner-lnk {
    right: 40px;
  }
}




.page-header .bread-crumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  margin-top: 26px;
}

.page-header .bread-crumbs a {
  color: #636363;
}

.page-header .back-lnk {
  display: block;
  position: relative;
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  color: #fff;
  background: #e26432;
  border-radius: 25px;
  width: 88px;
  height: 40px;
  padding-top: 9px;
  margin-top: 18px;
  transition: 0.3s;
  margin-bottom: 18px;
}

.page-header .back-lnk:hover {
  color: #fff;
  background: #fc6f37;
}

.grey-page {
  background: #2e2e2e;
}

.grey-page .page-header {
  color: #fff;
}

.grey-page .page-header .bread-crumbs {
  color: #fff;
}

.content .left-col {
  position: relative;
  float: left;
  width: 300px;
  padding-top: 11px;
  margin-bottom: 20px;
}

.content .left-col .left-menu {
  background: #fbfbfb;
  border-radius: 15px;
}

.content .left-col .left-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 115%;
  color: #000;
  margin-bottom: 16px;
}

.content .left-col .left-menu ul {
  list-style: none;
}

.content .left-col .left-menu a {
  position: relative;
  float: left;
  width: 100%;
  padding: 11px 10px 11px 33px;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #000;
  border-bottom: 1px solid #eee;
}

.content .left-col .left-menu li.active a {
  color: #e26432;
}

.content .left-col .left-menu a:hover {
  color: #e26432;
}

.content .left-col .left-menu li:last-child a {
  border: none;
}

.content .right-col {
  position: relative;
  float: right;
  width: calc(100% - 334px);
  margin-top: -21px;
}

.content .page-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
  color: #e26432;
}

#filter-goods {
  margin: 20px 0 25px 0;
}

#filter-goods .filter-block .filter-list {
  position: relative;
  float: left;
  width: auto;
  background: #fff;
  margin-bottom: 12px;
  margin-right: 12px;
}

#filter-goods .filter-block {
  padding-right: 30px;
}

#filter-goods .filter-block .filter-list.list-active .filter-list-name {
  background: #e26432;
  color: #fff;
}

#filter-goods .filter-block .filter-list .filter-list-name {
  padding: 6px 40px 7px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  color: #e26432;
  border: 1px solid #e26432;
  border-radius: 20px;
  cursor: pointer;
}

#filter-goods .filter-block .filter-list .filter-list-name:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 13px;
  width: 17px;
  height: 17px;
  background: url(../img/filter-arr.svg) center center no-repeat;
  background-size: 100% auto;
}

#filter-goods .filter-block .filter-list .filter-list-name .filter-list-close {
  display: none;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 15px;
  height: 15px;
  background: url(../img/close_white.svg) center center no-repeat;
  background-size: 70% auto;
}

#filter-goods .filter-block .filter-list.list-active .filter-list-name .filter-list-close {
  display: block;
}

#filter-goods .filter-block .filter-list.list-active .filter-list-name:after {
  display: none;
}

#filter-goods .filter-block .filter-list .filter-list-select {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  min-width: 190px;
  background: #fff;
  z-index: 10;
  padding: 10px 15px;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.1);
}

#filter-goods .filter-block .filter-list.active .filter-list-select {
  display: block;
}

#filter-goods .filter-block .filter-list.active .filter-list-select .filter-list-line {
  margin: 5px 0;
  padding-left: 25px;
}

#filter-goods .filter-block .filter-list.active .filter-list-select .filter-list-line .filter-check {
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #bbb;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 11;
}

#filter-goods .filter-block .filter-list.active .filter-list-select .filter-list-line .filter-check.active {
  background: url(../img/fltr_check.svg) 1.5px 0px no-repeat;
  background-size: 91% auto;
}

#filter-goods .filter-btns {
  margin-top: 15px;
}

#filter-goods .filter-block .submit-filter {
  opacity: 0.4;
  position: relative;
  float: left;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 8px 0 0 0;
  background: #e26432;
  margin-bottom: 12px;
  border-radius: 25px;
  text-align: center;
  width: 152px;
  height: 40px;

}

#filter-goods .filter-block .submit-filter.active {
  cursor: pointer;
  opacity: 1;
}

#filter-goods .filter-block .submit-filter.active:hover {
  opacity: 0.8;
}

#filter-goods .filter-block .filter-sum {
  position: relative;
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #545454;
  margin-top: 12px;
}

#filter-goods .filter-cancle {
  margin: -5px 0 8px 0;
}

#filter-goods .filter-block .filter-sum {
  margin-right: 12px;
}

#filter-goods .clear-filter {
  position: relative;
  float: left;
  margin-top: 12px;
}

.content .right-col .filter-line-1 {
  margin-bottom: 52px;
}

.content .right-col .filter-line-1.filter-line-ps {
  margin-top: 30px;
}

.content .right-col .filter-line-1 .filter-sort-title {
  position: relative;
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 5px;
  margin-right: 22px;
}

.content .right-col .filter-line-1 .filter-sort {
  position: relative;
  float: left;
  margin-right: 27px;
  margin-top: -12px;
  padding-right: 10px;
  color: #1C1C1C;
  border: 1px solid #e26432;
  border-radius: 30px;
}

.content .right-col .filter-line-1 .filter-sort select  {
  border-radius: 2px;
  border-radius: 30px;
  height: 40px;
  color: #e26432;
  font-size: 18px;
  padding: 0 10px 0 16px;
  border: none;
}

.content .right-col .goods {
  width: calc(100% + 30px);
}

.content .goods .product {
  position: relative;
  float: left;
  width: 230px;
  height: 440px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 26px;
  margin-right: 15px;
}

@media(min-width: 1390px){
  .content .right-col .goods .product:nth-child(4n){
    margin-right: 0;
  }
}

.content .goods .product .product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 205px;
}

.content .goods .product .abrasiv-list {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 5;
}

.content .goods .product .abrasiv-list .abrasiv-round {
  position: relative;
  float: right;
  margin-left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 25px;
}

.content .goods .product .product-img img {
  max-width: 100%;
  max-height: 199px;
}

.content .goods .product .product-name {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  padding: 0 5px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .goods .product .product-name a {
  color: #000;
}

.content .goods .product .product-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  color: #000;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .goods .product .product-price span {
  margin-right: 4px
}

.content .goods .product .product-sum .product-order-sum {
  display: flex;
  justify-content: center;
}

.content .goods .product .product-sum .product-order-sum .product-order-input {
  position: relative;
  float: left;
  width: 45px;
  border: none;
  text-align: center;
}

.content .goods .product .product-sum .product-order-sum .product-order-control {
  position: relative;
  float: left;
  border-radius: 5px;
  width: 30px;
  height: 35px;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  cursor: pointer;
}

.content .goods .product .product-set-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.content .goods .product .product-item-order {
  border-radius: 25px;
  height: 40px;
  background: #e26432;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.content .goods .product .product-item-order a {
  color: #fff;
  text-decoration: none;
}

.content .goods .product .product-item-order:hover {
  background: #fc6f37;
}

.pagin {
  margin-top: 24px;
  margin-bottom: 61px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagin .pagin-arr {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  background: url(../img/arrow_pagin.svg) center center no-repeat;
  background-size: 50% auto;
}

.pagin .pagin-arr.pagin-dsbl {
  opacity: 0.2;
}

.pagin .pagin-arr.pagin-prev {
  transform: rotate(180deg);
}

.pagin .pagin-page {
  position: relative;
  float: left;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  height: 30px;
  min-width: 30px;
  text-align: center;
  padding: 2px 3px 0 3px;
  border: 1px solid #e26432;
  margin: 0 3px;
  color: #000;
  border-radius: 10px;
  transition: 0.3s;
}

.pagin .pagin-page:hover {
  color: #fff;
  background: #fc6f37;
  border-color: #fc6f37;
}

.pagin .pagin-page.active {
  background: #e26432;
  color: #fff;
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #000;
  margin-bottom: 20px;
}

.text h1 {
  margin-bottom: 19px;
  line-height: 112%;
}

.text h2, .text h3, .text h4 {
  margin-bottom: 19px;
  line-height: 112%;
}

.text p {
  margin-bottom: 18px;
}

.text ul, .text ol {
  margin-bottom: 18px;
  margin-left: 20px;
}

.text li {
  margin-bottom: 2px;
}

.text img {
  height: auto !important;
}

.fb-block {
  background: #f2f2f2;
}

.fb-block .fb-block-title {
  font-weight: 500;
  font-size: 85px;
  line-height: 115%;
  text-align: center;
  color: #e26432;
  margin: 55px 0 54px 0;
}

.fb-block .fb-block-in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 18px;
}

.fb-block .fb-block-form {
  position: relative;
  float: left;
  background: #fff;
  max-width: 600px;
  padding: 36px 20px 38px 20px;
}

.fb-block .fb-block-form .fb-block-line {
  margin-bottom: 17px;
}

.fb-block .fb-block-form .fb-block-line .fb-block-input {
  border: 1px solid #999;
  border-radius: 25px;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
}

.fb-block .fb-block-form .fb-block-line textarea.fb-block-input {
  height: 100px;
  font-family: 'Nunito';
  padding-top: 10px;
  padding-bottom: 10px;
}

.fb-block .fb-block-form .fb-block-line .calc-fb-warn-text {
  display: none;
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #fff;
  bottom: -20px;
}

.fb-block .fb-block-form .fb-block-line.warn .calc-fb-warn-text {
  display: block;
}

.fb-block .fb-block-form .fb-block-policy {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #000;
  margin-top: 2px;
}

.fb-block .fb-block-form .fb-block-submit {
  position: relative;
  float: left;
  border-radius: 25px;
  width: 140px;
  height: 48px;
  background: #e26432;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  color: #fff;
  border: none;
  margin-top: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.fb-block .fb-block-form .fb-block-submit:hover {
  color: #fff;
  background: #fc6f37;
}

@media(max-width: 1390px){
  .content .right-col .goods {
    width: 100%;
  }
  .content .right-col .goods .product {
    width: 31.6%;
    margin-right: 2.5%;
  }
  .content .right-col .goods .product:nth-child(3n){
    margin-right: 0;
  }
}

@media(max-width: 1310px){
  .content .left-col {
    width: 260px;
  }
  .content .right-col {
    width: calc(100% - 296px);
  }
  .content .right-col .goods {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .right-col .goods .product {
    width: 48%;
    margin-right: 0;
  }
  .fb-block .fb-block-title {
    font-size: 54px;
  }
}

@media(max-width: 990px){
  .content .left-col {
    display: none;
  }
  .content .right-col {
    width: 100%;
    margin-top: 0;
  }
  .content .right-col .filter-line-1 .filter-sort {
    margin-top: 4px;
  }
}

@media(max-width: 740px){
  .content .right-col .goods .product {
    width: 100%;
  }
  .fb-block .fb-block-title {
    font-size: 40px;
    line-height: 93%;
  }
}

.content .product-left {
  position: relative;
  float: left;
  /*width: calc(100% - 421px);*/
  width: calc(100% - 437px);
  margin-top: 34px;
}

.content .product-left .product-glr {
  position: relative;
  float: left;
  width: 410px;
  margin-bottom: 20px;
}

.content .product-left .product-glr .product-img {
  background: #F1F1F1;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.content .product-left .product-glr .product-img img {
  max-height: 405px;
}

.content .product-left .abrasiv-list {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}

.content .product-left .abrasiv-list .abrasiv-round {
  position: relative;
  float: right;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
}



.content .product-left .product-glr .product-img-list .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  margin-top: -16px;
  z-index: 10;
  width: 100%;
  display: block;
}

.content .product-left .product-glr .product-img-list .owl-nav .owl-next {
  position: relative;
  float: right;
  margin-right: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-right.svg) 13px center no-repeat #1B1B1B;
  font-size: 0;
}

.content .product-left .product-glr .product-img-list .owl-nav .owl-next.disabled {
  display: none;
}

.content .product-left .product-glr .product-img-list .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-left: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-left.svg) 10px center no-repeat #1B1B1B;
}

.content .product-left .product-glr .product-img-list .owl-nav .owl-prev.disabled {
  display: none;
}





.content .product-left .product-glr .product-img-list .product-img-item {
  position: relative;
  float: left;
  width: 75px;
  height: 75px;
  background: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
}

.content .product-left .product-glr .product-img-list .product-img-item.active {
  border-color: red;
}


.content .product-left .product-props-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  color: #000;
  margin-bottom: 29px;
}

.content .product-left .product-top-props {
  position: relative;
  float: right;
  width: calc(100% - 435px);
}

.content .product-left .product-top-props .product-insert-props-1 {
  margin-bottom: 4px;
}

.content .product-left .product-top-props .product-prop-more {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  color: #e26432;
  cursor: pointer;
}

.product-top-props .product-prop-line {
    font-weight: 500;
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 14px;
}

.product-top-props .product-prop-line:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #bcbcbc;
}

.product-top-props .product-prop-line .product-prop-line-left {
    position: relative;
    float: left;
    padding-right: 3px;
    background: #fff;
    height: 24px;
    font-weight: bold;
}


.product-top-props .product-prop-line .product-prop-line-right {
    position: relative;
    float: right;
    padding-left: 3px;
    height: 24px;
    text-align: right;
    background: #fff;
}

.content .product-right {
  position: relative;
  float: right;
  width: 409px;
}

.content .product-right .prod-order-1 {
  margin-top: 34px;
  padding: 20px 20px;
}

.content .product-right .prod-order {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 15px;
  padding: 31px 31px 18px 31px;
}

.content .product-right .prod-order.prod-order-1 {
  margin-bottom: 17px;
}

.content .product-right .prod-order .prod-price {
  font-weight: 700;
  font-size: 32px;
  line-height: 72%;
  color: #000;
  margin-bottom: 20px;
}

.content .product-right .prod-order .old-price, .old-price-catalog {
  font-weight: 700;
  font-size: 26px;
  color: #a6a6a6;
  text-decoration: line-through;
  margin-bottom: 18px;
}

.content .product-right .prod-main-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 115%;
  color: #000;
  margin-bottom: 13px;
}

.content .product-right .prod-main-sq {
  position: relative;
  float: left;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 5px 6px 8px 6px;
  min-width: 34px;
  background: #e26432;
  margin-right: 10.3px;
  border-radius: 5px;
  cursor: pointer;
}

.content .product-right .prod-main-sq:hover, .content .product-right .prod-main-sq.active {
  background: #fc6f37;
}

.content .product-right .prod-main-sq.opt-disable:hover {
  opacity: 1;
}

.content .product-right .prod-main-sq.active {
  cursor: default;
}

.content .product-right .prod-main-prop {
  margin-bottom: 14px;
}

.content .product-right .prod-options {
  margin-bottom: 17px;
}

.content .product-right .prod-main-select {
  padding: 11px 45px 11px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  color: #e26432;
  border: 1px solid #e26432;
  border-radius: 20px;
  cursor: pointer;
}

.content .product-right .opt-disable {
  opacity: 0.4;
}

.content .product-right .prod-cart-block {
  margin-bottom: 12px;
}

.content .product-right .prod-cart-block.prod-hide-cart .prod-cart-control {
  opacity: 0.3;
}

.content .product-right .prod-cart-block.prod-hide-cart .prod-cart-control:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
}

.content .product-right .prod-cart-block .prod-get-price {
  display: none;
}

.content .product-right .prod-cart-block.prod-noprice .prod-get-price {
  display: block;
}

.content .product-right .prod-cart-block.prod-noprice .prod-cart-control {
  display: none;
}

.content .product-right .prod-cart-block .prod-get-price .prod-get-btn {
  position: relative;
  float: left;
  border-radius: 25px;
  height: 36px;
  width: 100%;
  max-width: 135px;
  background: #e26432;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.content .product-right .prod-cart-block .prod-get-price .prod-get-btn:hover {
  background: #fc6f37;
}

.content .product-right .prod-cart-block .prod-hide-info {
  display: none;
}

.content .product-right .prod-cart-block.prod-hide-cart .prod-hide-info {
  display: block;
  color: red;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.content .product-right .prod-cart-block .product-order-sum {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  margin-right: 15px;
}

.content .product-right .prod-cart-block .product-order-sum .product-order-input {
  position: relative;
  float: left;
  width: 45px;
  border: none;
  text-align: center;
}

.content .product-right .prod-cart-block .product-order-sum .product-order-control {
  position: relative;
  float: left;
  border-radius: 5px;
  width: 30px;
  height: 35px;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  cursor: pointer;
}

.content .product-right .prod-cart-block .product-order {
  position: relative;
  float: left;
  border-radius: 25px;
  height: 36px;
  width: 100%;
  max-width: 135px;
  background: #e26432;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.content .product-right .prod-cart-block .product-order a {
  color: #fff;
}

.content .product-right .prod-cart-block .product-order:hover {
  background: #fc6f37;
}

.content .product-right .prod-cart-info {
  font-weight: 300;
  font-size: 13px;
  color: #000;
  line-height: 150%;
}

.prod-order.prod-order-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #000;
  margin-bottom: 17px;
}

.content .product-right .prod-order.prod-order-2 span {
  color: #e26432;
}

.content .product-right .prod-order.prod-order-2 .prod-delivery {
  margin: 1px 0 8px 0;
}

.content .product-right .prod-order.prod-order-2 p {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 1px 0 8px 0;
}

.content .product-right .prod-main-fb {
  margin-top: 4px;
  margin-bottom: 12px;
}

.content .product-right .prod-main-fb .prod-main-call {
  position: relative;
  float: left;
  border-radius: 25px;
  width: 170px;
  height: 35px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  text-align: center;
  background: #e26432;
  cursor: pointer;
  transition: 0.3s;
}

.content .product-right .prod-main-fb .prod-main-call:hover {
  background: #fc6f37;
}

.content .product-right .prod-main-fb .prod-main-phone-line {
  position: relative;
  float: right;
  width: calc(100% - 167px);
  margin-right: -13px;
  font-size: 13px;
  margin-top: -6px;
  background: url(../img/trubka.svg) right center no-repeat;
}

.content .product-right .prod-main-fb .prod-main-phone-line .prod-main-phone {
  font-size: 15px;
}

.content .product-right .prod-main-nets-line {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.content .product-right .prod-main-nets-line .prod-main-nets {
  margin-top: 4px;
}

.content .product-right .prod-main-nets-line .prod-main-nets .orang-net {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

.content .product-right .prod-main-nets-line .prod-main-nets .orang-net.wa-orang {
  background: url(../img/wa-orang.svg) center center no-repeat;
}

.content .product-right .prod-main-nets-line .prod-main-nets .orang-net.vb-orang {
  background: url(../img/vb-orang.svg) center center no-repeat;
}

.content .product-right .prod-main-nets-line .prod-main-nets .orang-net.tg-orang {
  background: url(../img/tg-orang.svg) center center no-repeat;
}

.content .product-right .prod-manager {
  position: relative;
  float: left;
  border-radius: 25px;
  max-width: 280px;
  width: 100%;
  height: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  background: #e26432;
  cursor: pointer;
  margin-top: 19px;
  transition: 0.3s;
}

.content .product-right .prod-manager:hover {
  background: #fc6f37;
}


.product-text-block {
  margin-bottom: 64px;
  margin-top: 24px;
}

.product-text {
  position: relative;
  float: left;
  width: 100%;
}

.product-text .product-tabs-line {
  margin-top: 4px;
  border-bottom: 1px solid #e5e5e5;
}

.product-text .product-tabs-line .product-tab {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  padding: 16px 30px 16px 30px;
  margin-bottom: -1px;
  cursor: pointer;
  transition: 0.2s;
}

.product-text .product-tabs-line .product-tab {
  border-right: 1px solid #e5e5e5;
}

.product-text .product-tabs-line .product-tab.active {
  cursor: default;
  color:  #fff;
  border: none;
  background: #e26432;
  border-radius: 5px;
}

.product-text .product-tabs-line .product-tab:hover {
  color: #e26432;
}

.product-text .product-tabs-line .product-tab.active:hover {
  color: #fff;
}

.product-text .product-tab-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  padding-top: 27px;
  display: none;
}

.product-text .product-tab-item.active {
  display: block;
}

.product-text .product-tab-item h2, .product-text .product-tab-item h3 {
  margin: 12px 0;
}

.product-text .product-tab-item p {
  margin-bottom: 15px;
}

.product-text .product-tab-item ul li {
  margin-left: 20px;
  margin-bottom: 12px;
}

.product-text .product-tab-item .full-prop-line {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  margin-bottom: 14px;
}

.product-text .product-tab-item .full-prop-line .full-prop-line-left  {
  position: relative;
  float: left;
  padding-right: 3px;
  background: #fff;
  height: 24px;
}

.product-text .product-tab-item .full-prop-line .full-prop-line-right {
  position: relative;
  float: right;
  padding-left: 3px;
  height: 24px;
  text-align: right;
  background: #fff;
}

.product-text .product-tab-item .full-prop-line:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #bcbcbc;
}

@media(max-width: 1340px){
  .product-text .product-tab-item .full-prop-line {
    margin-bottom: 20px;
  }
  .product-text .product-tab-item .full-prop-line:before {
    display: none;
  }
  .product-text .product-tab-item .full-prop-line .full-prop-line-left {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 3px;
    height: auto;
  }
  .product-text .product-tab-item .full-prop-line .full-prop-line-right {
    text-align: left;
    width: 100%;
    float: left;
    height: auto;
  }
}

.sale-block {
  margin-bottom: 74px;
}

.sale-block .sale-block-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  color: #000;
  margin-bottom: 31px;
}

.sale-block .sale-in .sale-list .sale-item img {
  display: block;
  width: auto;
}

.sale-block .sale-in .sale-list .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  margin-top: -16px;
  z-index: 10;
  width: 100%;
  display: block;
}

.sale-block .sale-in .sale-list .owl-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sale-block .sale-in .sale-list .sale-item {
  position: relative;
  float: left;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.sale-block .sale-in .sale-list .owl-nav .owl-next {
  position: relative;
  float: right;
  margin-right: -30px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-right.svg) 13px center no-repeat #1B1B1B;
  font-size: 0;
}

.sale-block .sale-in .sale-list .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-left: -30px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-left.svg) 10px center no-repeat #1B1B1B;
}

.sale-block .sale-in .sale-list .owl-nav .owl-prev.disabled, .sale-block .sale-in .sale-list .owl-nav .owl-next.disabled {
  display: none;
}

.edge {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 57px;
}

.edge .edge-item {
  position: relative;
  float: left;
  width: 25%;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding-left: 115px;
  padding-right: 25px;
  min-height: 85px;
}

.edge .edge-item.edge-1:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  height: 85px;
  width: 100px;
  background: url(../img/edge_1.svg) top center no-repeat;
}

.edge .edge-item.edge-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: 82px;
  background: url(../img/edge_2.svg) top center no-repeat;
}

.edge .edge-item.edge-3:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  height: 85px;
  width: 100px;
  background: url(../img/edge_3.svg) top center no-repeat;
}

.edge .edge-item.edge-4:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  height: 85px;
  width: 100px;
  background: url(../img/edge_4.svg) top center no-repeat;
}

.similar .product {
  margin-top: 20px;
  margin-right: 0 !important;
}

.similar .owl-item {
  display: flex;
  justify-content: center;
}

.similar .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  margin-top: -30px;
  z-index: 10;
  width: 100%;
}

.similar .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-left: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-left.svg) 10px center no-repeat #1B1B1B;
}

.similar .owl-nav .owl-next {
  position: relative;
  float: right;
  margin-right: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(../img/slider-right.svg) 13px center no-repeat #1B1B1B;
}

.note-block {
  /*margin-top: 11px;*/
  margin-top: 21px;
  margin-bottom: 60px;
}

.note-block .note-list {
  margin-top: 15px;
}

.note-block .note-list .note-item {
  position: relative;
  float: left;
  width: 24.2%;
  height: 300px;
  margin-right: 1%;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-bottom: 14px;
}

.note-block .note-list .note-item:nth-child(4n){
  margin-right: 0;
}

.note-block .note-list .note-item .note-item-img {
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 210px;
  padding-left: 10px;
  padding-right: 10px;
}

.note-block .note-list .note-item .note-item-img img {
  max-height: 195px;
}

.note-block .note-list .note-item .note-item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  text-align: center;
  padding: 0 36px;
  color: #e26432;
}


.news-block {
  margin-bottom: 55px;
}

.news-block .news-list .news-list-item {
  position: relative;
  float: left;
  width: 32%;
  padding-right: 10px;
  margin-right: 1%;
}

.news-block .news-list .news-list-item .news-list-date {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}

.news-block .news-list .news-list-item .news-list-name {
  font-weight: 600;
  font-size: 16px;
  color: #e26432;
  margin-bottom: 9px;
}

.news-block .news-list .news-list-item .news-list-prew {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

@media(max-width: 1310px){
  .content .product-left .product-glr {
    width: 100%;
  }
  .content .product-left .product-top-props {
    width: 100%;
  }
  .product-text .product-tabs-line .product-tab {
    font-size: 16px;
    padding: 12px 20px 12px 20px;
  }
  .note-block .note-list .note-item .note-item-name {
    padding: 0 10px;
  }
  .edge {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .edge .edge-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .sale-block .sale-in .sale-list .owl-nav .owl-prev {
    margin-left: 0;
  }
  .sale-block .sale-in .sale-list .owl-nav .owl-next {
    margin-right: 0;
  }
}

@media(max-width: 990px){
  .content .product-left {
    width: 100%;
  }
  .content .product-right {
    width: 100%;
  }
  .product-text-block {
    margin-bottom: 24px;
  }
  .note-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .edge .edge-item {
    width: 100%;
  }
  .note-block .note-list .note-item {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media(max-width: 740px){
  .note-block .note-list .note-item {
    width: 100%;
  }
  .news-block .news-list .news-list-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .similar .owl-item {
    justify-content: center;
  }
  .content .product-right .prod-main-fb .prod-main-phone-line {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
}

.grey-page {
  color: #fff;
}

.grey-page .content .left-col .left-title {
  color: #fff;
}

.grey-page .catalog {
  background: none;
  margin-top: 37px;
  padding-top: 0;
}

.grey-page .content .left-col .left-menu {
  background: #1B1B1B;
}

.grey-page .content .left-col .left-menu a {
  color: #fff;
}

.grey-page .text {
  color: #fff;
}

.grey-page .catalog {
  padding-bottom: 44px;
}

.grey-page .catalog .catalog-list .catalog-item {
  min-height: 300px;
  margin-bottom: 12px;
}

.grey-page .catalog .catalog-list .catalog-item .catalog-item-name {
  font-weight: 700;
  /*font-size: 17px;*/
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  color: #e26432;
}

.catalog.catalog-page .catalog-list .catalog-item .catalog-item-img {
  height: 185px;
}

@media(max-width: 990px){
  .catalog .catalog-list .catalog-item .catalog-item-img {
    height: 250px;
  }
}

@media(max-width: 740px){
  .grey-page .catalog .catalog-list .catalog-item .catalog-item-name {
    font-size: 14px;
  }
  .catalog.catalog-page .catalog-list .catalog-item .catalog-item-img {
    margin-bottom: 15px;
  }
}

@media(max-width: 360px){

  .grey-page .catalog .catalog-list .catalog-item {
    width: 100%;
    min-height: 300px;
    margin-bottom: 12px;
  }

}

.contacts-page {
  min-height: 300px;
}

.contacts-page .page-title {
  margin-bottom: 35px;
}

.contacts-page .contacts-line {
  margin-bottom: 14px;
  font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  color: #000;
  padding-left: 41px;
}

.contacts-page .contacts-line.contacts-line-address {
  background: url(../img/map.svg) -7px 1px no-repeat;
  background-size: 32px auto;
}

.contacts-page .contacts-line.contacts-line-graph {
  background: url(../img/graph.svg) 0 center no-repeat;
  background-size: 23px auto;
}

.contacts-page .contacts-line.contacts-line-phone {
  background: url(../img/phone.svg) 0 center no-repeat;
  background-size: 25px auto;
}

.contacts-page .contacts-line.contacts-line-email {
  background: url(../img/email.svg) 0 4px no-repeat;
  background-size: 29px auto;
}

.contacts-page .contacts-left {
  position: relative;
  float: left;
  max-width: 470px;
  width: 100%;
  margin-bottom: 30px;
}

.contacts-page .contacts-right {
  position: relative;
  float: right;
  width: calc(100% - 500px);
  font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  color: #000;
}


.contacts-page .contacts-right h2 {
  margin-bottom: 20px;
}


.contacts-page .contacts-nets {
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.contacts-page .contacts-nets .cont-net {
  position: relative;
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 19px;
}

.contacts-page .contacts-nets .cont-net.vk {
  background: url(../img/vk.svg) center center no-repeat;
  background-size: 100% auto;
}

.contacts-page .contacts-nets .cont-net.wa {
  background: url(../img/wa.svg) center center no-repeat;
  background-size: 100% auto;
}

.contacts-page .contacts-nets .cont-net.vb {
  background: url(../img/vb.svg) center center no-repeat;
  background-size: 100% auto;
}

.contacts-page .contacts-nets .cont-net.tg {
  background: url(../img/tg.svg) center center no-repeat;
  background-size: 100% auto;
}

@media(max-width: 990px){
  .contacts-page .contacts-left {
    width: 100%;
  }
  .contacts-page .contacts-right {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sale-page .sale-page-in {
  margin: 15px 0 20px 0;
}

.sale-page h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 110%;
}


.feedback-sended {
  display: none;
  opacity: 0;
  z-index: 1002;
  position: fixed;
  top: 50%;
  margin-top: -104px;
  left: 50%;
  margin-left: -180px;  
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  height: 190px;
}

.feedback-sended .x {
  z-index: 151;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.feedback-sended .feedback-sended-text {
  font-size: 24px;
  padding-top: 3px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 110%;
  padding-bottom: 10px;
  color: #3c3c3c;
}

.feedback-sended .feedback-sended-after {
  color: #26292C;
  font-size: 15px;
  line-height: 21px;
  padding-top: 8px;
  letter-spacing: -0.1px;
}

.feedback-sended .x {
  position: absolute;
  top: 27px;
  right: 27px;
  cursor:pointer;
  width: 18px;
  height: 18px;
  background: url(../img/x.svg) center center no-repeat;
  background-size:100%;
  cursor:pointer;
  z-index:3;
}

.feedback-sended .feedback-sended-btn {
  background: #25adc2;
  color: #fff;
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  padding-top: 10px;
  margin-top: 31px;
  line-height: 133%;
  letter-spacing: -0.01em;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.feedback-sended .feedback-sended-btn:hover {
  opacity: 0.9;
}

#fade-sended { 
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  z-index: 1001;
}

@media(max-width: 380px){
  .feedback-sended {
    left: 10px;
    right: 10px;
    margin-left: 0;
    width: calc(100% - 20px);
  }
}

.warning {
  border-color: red !important;
}





#toTop {
  position: fixed;
  right: 50%;
  bottom: 55px;
  margin-right: -755px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  background: url(../img/arrow-t.svg) no-repeat #E26432;
  background-position: center center;
  box-sizing: border-box;
  transition: 0.3s;
  z-index: 7;
  display: none;
}

@media(max-width: 1560px){
  #toTop {
    bottom: 95px;
    right: 30px;
    margin-right: 0;
  }
}

@media(max-width: 1330px){
  #toTop {
    width: 45px;
    height: 45px;
    background-size: 50% auto;
  }
}

@media(max-width: 460px){
  #toTop {
    width: 40px;
    height: 40px;
    right: 35px;
    bottom: 95px;
  }
}
@media(max-width: 340px){
  #toTop {
    width: 40px;
    height: 40px;
    right: 35px;
    bottom: 95px;
  }
}


.goods-search .search {
  max-width: 760px;
  margin-bottom: 40px;
}

.goods-search .search .search-input {
  border: 1px solid #e26432;
  border-radius: 40px;
  font-size: 16px;
  padding: 8px 80px 8px 10px;
}

.goods-search .search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 36px;
  font-size: 16px;
  border-radius: 36px;
  color: #fff;
  background: #e26432;;
  border: none;
  cursor: pointer;
}

.goods-search .search .search-submit:hover {
  color: #fff;
  background: #fc6f37;
}

.win-btn {
  position: fixed;
  left: 50%;
  margin-left: -935px;
  bottom: 30px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 14px 12px;
  z-index: 5;
  max-width: 288px;
  background: #E26432;
  border-radius: 40px;
  cursor: pointer;
}

.win-btn:hover {
  color: #fff;
  background: #fc6f37;
}

@media(max-width: 1900px){
  .win-btn {
    left: 20px;
    margin-left: auto;
    max-width: 245px;
  }
}

@media(max-width: 420px){
  .win-btn {
    bottom: 22px;
    font-size: 16px;
    max-width: 218px;
  }
}

.person-fb {
  display: none;
  opacity: 0;
  /*position: absolute;*/
  position: fixed;
  /*top: 50px;*/
  top: auto;
  bottom: 100px;
  left: 50%;
  margin-left: -935px;
  /*margin-left: -417.5px;*/
  z-index: 310;
  max-width: 835px;
  width: 100%;
  min-height: 242px;
  border: 9px solid #e26432;
  border-radius: 10px;
  background: #fff;
  padding: 14px 24px;
}



@media(max-width: 1900px){
  .person-fb {
    margin-left: 0;
    left: 20px;
  }
}

.person-fb .person-form-title {
  font-weight: 700;
  font-size: 32px;
  color: #1f1f1f;
  line-height: 125%;
  margin-bottom: 10px;
}

.person-fb .person-form-prev {
  font-weight: 400;
  font-size: 16px;
  color: #1f1f1f;
  line-height: 110%;
}

.person-fb .person-form-col {
  position: relative;
  float: left;
}

.person-fb .person-form {
  margin-top: 16px;
}

.person-fb .person-form .person-form-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.person-fb .person-form-col.person-col-1 {
  position: relative;
  float: left;
  width: 21%;
}

.person-fb .person-form-col.person-col-2 {
  position: relative;
  float: left;
  width: 21%;
}

.person-fb .person-form-col.person-col-3 {
  position: relative;
  float: left;
  width: 31%;
}

.person-fb .person-col-4 {
  position: relative;
  float: left;
  width: 24%;
}

.person-fb .pop-form-input {
  border: 1px solid #999;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  padding: 0 16px;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
}

.person-fb .person-form-btn {
  position: relative;
  float: left;
  max-width: 181px;
  width: 100%;
  height: 45px;
  text-decoration: none;
  color: #fff;
  background: #e26432;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.person-fb .person-form-btn:hover {
  color: #fff;
  background: #fc6f37;
}

.person-fb .person-form-poticy {
  font-size: 11px;
}

.person-fb .x {
  top: -5px;
  right: -20px;
}

@media(max-width: 855px){
  .person-fb {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    margin-left: auto;
  }
  .person-fb .person-form-title, .person-fb .person-form-prev {
    text-align: center;
  }
  .person-fb .person-form .person-form-line {
    margin-top: 35px;
    padding-left: 20%;
    padding-right: 20%;
  }
  .person-fb .person-form-col.person-col-1, .person-fb .person-form-col.person-col-2, .person-fb .person-form-col.person-col-3, .person-fb .person-form-col.person-col-4 {
    width: 100%;
    margin-bottom: 12px;
  }
  .person-fb .person-form-poticy {
    text-align: center;
  }
}

@media(max-width: 620px){
  .person-fb .person-form-title {
    font-size: 24px;
  }
  .person-fb .person-form .person-form-line {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 420px){
  .person-fb .person-form-title {
    margin-top: 30px;
    font-size: 20px;
  }
  .person-fb .person-form-poticy {
    line-height: 120%;
  }
  .person-fb .person-form-btn {
    max-width: 100%;
  }
  .person-fb .person-form .person-form-line {
    margin-top: 10px;
  }
}

@media(max-width: 360px){
  .person-fb .x {
    right: -8px;
  }
  .person-fb .pop-form-input {
    font-size: 14px;
  }
  .person-fb .person-form-col.person-col-1, .person-fb .person-form-col.person-col-2, .person-fb .person-form-col.person-col-3, .person-fb .person-form-col.person-col-4 {
    margin-bottom: 9px;
  }
}

@media(max-width: 355px){
  .person-fb {
    padding-left: 15px;
    padding-right: 15px;
  }
}














#cart {
    margin-top: 15px;
    min-height: 350px;
}

#cart * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

#remove-all {
    position: relative;
    float: right;
    cursor: pointer;
}

#cart .cart-list-line {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    padding-right: 25px;
}

#cart .cart-list-line.to-remove .cart-list-name, #cart .cart-list-line.to-remove .cart-list-sum, #cart .cart-list-line.to-remove .cart-list-price {
    opacity: 0.2;
}

#cart .cart-list-line .cart-list-name .cart-list-img {
    position: relative;
    float: left;
    width: 150px;
    margin-right: 15px;    
}

#cart .cart-list-line .cart-list-name .cart-list-link {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    float: left;
    width: calc(100% - 165px);
    color: #333333;
}

#cart .cart-list-line .cart-list-name {
    position: relative;
    float: left;
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 10px;
}

#cart .cart-list-line .cart-list-sum {
    position: relative;
    float: left;
    width: 20%;
}

#cart .cart-list-line .cart-list-price {
    position: relative;
    float: right;
    width: 20%;
}

#cart .cart-list-line .cart-list-for-one {
    color: #bbb;
    font-size: 12.5px;
}

#cart .cart-order-list .cart-list-sum {
  position: relative;
  float: left;
  z-index: 3;
  max-width: 105px;
}

#cart .cart-order-list .cart-list-sum input.add_cart {
  display:inline-block;
  width:70px;
  padding:1px 2px;
  text-align:center;
  font-size:14px;
  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-weight: bold;
}

#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%;
  color: #2c2d2e;
  font-size: 16px;
  border: 1px solid #e0e2e7;
  padding: 12px 10px 12px 10px;
  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 20px 15px 20px;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  background: #E26432;
  border-radius: 30px;
  border: none;
  transition: 0.2s;
}

#ordering .order-send:hover {
  color: #fff;
  background: #fc6f37;
}

#ordering .hidden-delivery {
  opacity: 0.4;
}

#ordering .order-textarea {
  margin-top: 4px;
  font-family: 'Nunito';
}

#ordering .ordering-file {
  margin-top: 4px;
}

@media(max-width: 900px){
  #cart .cart-list-line .cart-list-name {
    width: 60%;
  }
  #cart .cart-list-line .cart-list-name .cart-list-img {
    width: 80px;
  }
  #cart .cart-list-line .cart-list-name .cart-list-link {
    width: calc(100% - 95px);
  }
}

@media(max-width: 600px){
  .breadcrumbs {
    width: 100%;
  }
  #cart .cart-list-line {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
  #cart .cart-list-line .cart-list-name {
      width: 100%;
      padding-right: 0;
      justify-content: center;
      margin-bottom: 15px;
  }
  #cart .cart-list-line .cart-list-name .cart-list-img {
    padding-right: 0;
    margin-bottom: 15px;
  }
  #cart .cart-list-line .cart-list-name .cart-list-link {
    width: 100%;
    text-align: center;
  }
  #cart .bIconButton.cart-list-remove {
    top: 5px;
    margin-top: 0;
  }
  #cart .cart-list-line .cart-list-price {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  #cart .cart-order-list .cart-list-sum {
    width: 90px;
  }
  #cart-result .cart-result-pr {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #cart .cart-list-line .cart-list-for-one {
    line-height: 20px;
  }
  #cart-result .cart-result-pr span.title-result {
    position: relative;
    float: left;
    margin-bottom: 4px;
    display: block;
    width: 100%;
  }
  #cart-result .change-pr {
    font-weight: bold;
  }
  #cart-result {
    padding-right: 0;
  }
}

.tw {
  position: fixed;
  left: 20px;
  bottom: 100px;
  border: 10px solid #e26432;
  border-radius: 25px;
  background: #fff;
  padding: 26px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  line-height: 120%;
  z-index: 7;
}

.tw .x {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  background: url(../img/x.svg) center center no-repeat;
  cursor: pointer;
  background-size: 100% auto;
}

.erid{
  position: absolute;
  right: 0;
  margin-right: 10px;
  color: white;
  font-size: 12px;
  font-weight: 300;
}
.erid_action{
  font-size: 12px;
  color: black;
  margin: 0 5px 0 5px;
}
.erid_action-in-card{
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  color: white;
}
.feeddiv{
  clear: both;
  width: fit-content;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.flex-price{
  flex-direction: column;
}

.actionCircle{
  position: absolute;
  z-index: 1;
  margin:5px 0 0 5px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: white;
  background-color: #E26432;
  border-radius: 100%;
}

.reviews{
  margin-bottom: 20px;
}

.reviews h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  word-wrap: break-word;
}

.raitings{
  display: flex;
  margin-top: 55px;
}

.under-rait{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.under-rait p{
  font-size:20px;
  display: flex;
  margin:auto 0;
}

.under-rait img{
  max-width: 35%;
  margin-left: 20px;
}
.ya_rev{
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.dips{
  display: flex;
  margin-top: 55px;
}
.dips.owl-carousel .owl-item img{
  height: 433px;
  object-fit: contain;
}
.dips .owl-nav{
  position: absolute;
  display: flex;
  width: 110%;
  justify-content: space-between;
  justify-self: center;
  bottom: 45%;
}
.dips .owl-nav .owl-prev, .dips .owl-nav .owl-next{
  margin:0;
}
.r_main{
  padding-top: 97px;
  padding-bottom: 80px;
  margin: 0;
  background: url("/img/image 3.svg");
}
.r_main .ps{
  display: flex;
  flex-direction: column;
}
.r_main .block-title{
  margin-bottom: 87px;
}
.ya_o{
  margin-right: 79px;
}
.y_r_main{
  justify-content: flex-start;
}
.y_r_imgs{
  display: flex;
  flex-direction: column;
  max-width: 406px;
  gap: 43px;
}
.y_r_imgs img{
  border-radius: 10px;
}
@media(max-width:740px){
  .y_r_main{
    justify-content: center;
    flex-direction: column;
  }
  .ya_o{
    margin:0 0 43px 0;
    width: auto!important;
  }
}
@media(max-width:990px){
  .raitings{
    flex-direction: column;
    align-items: center;
  }
  .rait{
    max-width: 500px;
    margin-bottom: 50px;
  }
  .ya_rev{
    margin-top: 30px;
  }
}