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% 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  min-width: 100%;
}

a {
  color: #25adc2;
  text-decoration: underline;
}

a:hover {
  color: #57bcff;
}

img {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:
}

.wrapper {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 0px;
  width: 100%;
}

.ps {
  position: relative;
  float: left;
  width: 100%;
}

.header .header-in {
  height: 112px;
}

.header .header-in .logo {
  position: absolute;
  left: 7px;
  top: 15px;
}

.header .header-in .phone {
  position: absolute;
  top: 47px;
  right: 389px;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  color: #434343;
}

.header .header-in .phone a {
  position: relative;
  float: left;
  color: #434343;
  text-decoration: none;
}


.header .header-in .phone a:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -56px;
  height: 40px;
  width: 40px;
  background: url(../img/phone-icon.svg) center center no-repeat;
}

.header .header-in .address {
  position: absolute;
  top: 31px;
  right: 31px;
  line-height: 146%;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  color: #434343;
}

.header .header-in .address span {
  position: relative;
  float: left;
  color: #434343;
  text-decoration: none;
}


.header .header-in .address span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -56px;
  height: 40px;
  width: 40px;
  background: url(../img/location-icon.svg) center center no-repeat;
}

.top-menu-block {
  height: 48px;
}

.top-menu {
  background: radial-gradient(106.81% 3965.15% at 74.44% -98.98%, #25adc2 0, #25adc2 20.63%, #25adc2 100%);
  box-shadow: 2px 6px 14px rgba(0, 0, 0, .15);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.top-menu.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
}

.top-menu a {
  color: #fff;
  text-decoration: none;
}

.top-menu .top-menu-in .home {
  position: relative;
    float: left;
    height: 48px;
    padding: 14px 18px 0px 64px;
    transition: 0.3s;
}

.top-menu .top-menu-in .home:after {
  content: '';
  position: absolute;
  left: 22px;
  top: 12px;
  width: 21.5px;
  height: 23px;
  background: url(../img/home.svg) center center no-repeat;
  background-size: 100% auto;
}

.top-menu .top-menu-in .home:hover {
  background: #5fc9da
}

.top-menu .top-menu-in .has-dropdown {
  position: relative;
  float: left;
  z-index: 30;
}

.top-menu .top-menu-in .has-dropdown .cat-menu {
  height: 48px;
    padding: 14px 42px 0 40px;
    transition: 0.3s;
    cursor: default;
}

.top-menu .top-menu-in .has-dropdown .cat-menu:hover {
  background: #5fc9da
}

.top-menu .top-menu-in .dropdown-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 6px;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-menu-in {
  opacity: 0;
  margin-top: 20px;
  width: calc(100% - 29px);
  padding: 37px 2.5% 30px 4.6%;
  background: #fff;
  box-shadow: 2px 6px 14px rgba(0, 0, 0, .15);
}

.top-menu .top-menu-in .dropdown-menu .dropdown-menu-in.set-scroll {
  overflow-y: scroll;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-menu-in.set-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(26, 24, 47, 0.15);
  border-radius: 5px;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-menu-in.set-scroll::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 5px;
}


/*.top-menu .top-menu-in .dropdown-menu:hover .dropdown-menu-in {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  margin-top: 0;
}

.top-menu .top-menu-in .has-dropdown:hover ~ .right-menu-col .dropdown-menu .dropdown-menu-in {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  margin-top: 0;
}*/

.top-menu .top-menu-in .dropdown-menu.active {
  display: block;
  z-index: 30;
}

.top-menu-hide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 29;
}

.top-menu .top-menu-in .dropdown-menu a {
  color: #000;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-catalog {
  position: relative;
  float: left;
  width: 48%;
  max-width: 563px;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-catalog .dropdown-catalog-col.col-1 {
  position: relative;
  float: left;
  width: 40%;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-catalog .dropdown-catalog-col.col-2 {
  position: relative;
  float: left;
  width: 52%;
}

.top-menu .top-menu-in .dropdown-menu .menu-special-offer {
  position: relative;
  float: right;
  width: 51.2%;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-catalog .dropdown-catalog-col > a {
  position: relative;
  float: left;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 106%;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-catalog .dropdown-catalog-col .sub-menu li {
  position: relative;
  float: left;
  width: 100%;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 3px 0 2px;
  list-style: none;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-catalog .dropdown-catalog-col .sub-menu li a {
  position: relative;
  float: left;
  color: #434343;
  text-decoration: none;
  padding: 3px 0;
}

.top-menu .top-menu-in .dropdown-menu .dropdown-catalog .dropdown-catalog-col li a:hover, .top-menu .top-menu-in .dropdown-menu .dropdown-catalog .dropdown-catalog-col > a:hover {
  color: #25adc2;
}

.menu-special-offer .menu-special-offer__main-title {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
  text-align: right;
  margin-bottom: 18px;
  line-height: 106%;
}

.menu-special-offer .menu-special-offer__image {
  position: relative;
  float: left;
  width: 300px;
  transition: 0.3s;
}

.menu-special-offer:hover .menu-special-offer__image {
   transform: scale(1.06);
}

.menu-special-offer .menu-special-offer__content {
  position: relative;
  float: right;
  width: calc(100% - 320px);
}

.menu-special-offer .menu-special-offer__content .menu-special-offer__title {
  line-height: 1.8em;
  font-size: 13.5px;
}

.menu-special-offer .menu-special-offer__content .menu-special-offer__description {
  line-height: 1.77em;
  font-size: 15.3px;
}

.menu-special-offer .menu-special-offer__content p {
  margin-bottom: 10px;
}



.top-menu .search {
  position: relative;
  float: left;
  width: 100%;
  max-width: 276px;
}

.top-menu .search .search-input {
  margin-top: 2px;
  height: 44px;
  padding: 3px 19px 0 19px;
  font-size: 17px;
  border: none;
}

.top-menu .search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  background: url(../img/loupe.svg) center center no-repeat;
  background-size: 40% auto;
  border: none;
  cursor: pointer;
}

.top-menu .search .search-submit:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../img/loupe_white.svg) center center no-repeat #5fc9da;
  background-size: 40% auto;
  transition: 0.2s;
}

.top-menu .search .search-submit:hover:before {
  opacity: 1;
}

.right-menu-col {
}

.right-menu-col .right-menu {
  position: relative;
  float: left;
}

.right-menu-col .right-menu .menu-item {
  position: relative;
  float: left;
  height: 48px;
  transition: 0.3s;
  text-align: center;
  padding: 14px 23px 0 23px;
}

.right-menu-col .right-menu .menu-item:hover {
  background: #5fc9da
}

.right-menu-col .top-cart {
  position: relative;
  float: left;
  width: 145.3px;
  height: 48px;
  padding: 14px 0 0 23px;
  background: #434343;
  transition: 0.3s;
}

.right-menu-col .top-cart .cart-green {
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 3;
  background: red;
  border-radius: 30px;
  padding: 3px 3px;
  line-height: 120%;
  font-size: 11px;
  border-radius: 30px;
  min-width: 19.19px;
  text-align: center;
}

.right-menu-col .top-cart:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 24px;
  width: 20px;
  height: 29px;
  background: url(../img/cart.svg) center center no-repeat;
  background-size: 100% auto;
}

.right-menu-col .top-cart:hover {
  background: #5fc9da
}

.content {

}

.content .left-col {
  position: relative;
  float: left;
  width: calc(50% - 373px);
  background: #f5f5f5;
  z-index: 1;
}

.content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 373px);
  background: #f5f5f5;
}

.content .left-col .left-menu {
  position: relative;
  float: right;
  width: 270px;
  margin-top: 30px;
}

.content .left-col .left-menu ul {
  list-style: none;
}

.content .left-col .left-menu a {
  text-decoration: none;
}

.content .left-col .left-menu ul li {
  position: relative;
  float: left;
  width: 100%;
}

.content .left-col .left-menu ul li a {
  position: relative;
  float: left;
  width: 100%;
}

.content .left-col .left-menu > ul > li {
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}

.content .left-col .left-menu ul {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 21px;
}

.content .left-col .left-menu > ul > li > a {
  color: #000;
  padding: 4px 14px;
}

.content .left-col .left-menu > ul > li > a:hover {
  transition: 0.2s;
  color: #fff;
  background: #25adc2;
}

.content .left-col .left-menu .left-menu-sub li {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.content .left-col .left-menu .left-menu-sub li a {
  color: #434343;
  padding: 5.8px 18px;
  width: 100%;
}

.content .left-col .left-menu .left-menu-sub li a:hover {
  transition: 0.2s;
  color: #fff;
  background: #25adc2;
}


.content .left-col .left-menu .left-menu-sub .active {
  background: #dadada;
    border-left: 4px solid #eb1f1f;
    border-radius: 0px 0px 0px 12px;
}


.content .right-col {
  position: relative;
  float: right;
  width: calc(50% + 340px);
  margin-top: 34px;
}

.content .right-col .right-in {
  position: relative;
  float: left;
  max-width: 968px;
  width: 100%;
}


.content .right-col .right-in content {
  min-height: 220px;
}

.content .right-col .right-in .sections .section-item {
  position: relative;
  float: left;
  width: 469px;
  height: 221px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px rgba(67, 67, 67, .1);
  box-shadow: 0 4px 10px rgba(67, 67, 67, .1);
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 30px 10px;
}

.footer-contacts {
  position: relative;
  float: right;
  width: calc(50% + 373px);
  background: #eee;
}

.footer-contacts .footer-contacts-in {
  position: relative;
  float: left;
  max-width: 968px;
  width: 100%;
  padding-left: 50px;
  padding-top: 51px;
  padding-bottom: 46px;
}

.footer-contacts .footer-contacts-in .footer-contacts-col {
  position: relative;
  float: left;
}

.footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-1 {
  width: 34.4%;
  font-size: 14px;
  padding-left: 41px;
}

.footer-contacts .footer-contacts-in .footer-contacts-col .footer-contacts-block-1:before {
  content: '';
  position: absolute;
  left: -44px;
  top: 3px;
  width: 26px;
  height: 36px;
  transform: rotate(45deg);
  background: url(../img/phone.svg) center center no-repeat;
  background-size: 100% auto;
}

.footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-2 {
  padding-top: 5px;
  width: 30.6%;
  font-size: 16px;
  font-size: 16px;
  line-height: 135%;
}

.footer-contacts .footer-contacts-in .footer-contacts-col .footer-contacts-block-2:before {
  content: '';
  position: absolute;
  left: -44px;
  top: 3px;
  width: 28px;
  height: 36px;
  background: url(../img/email.svg) center center no-repeat;
  background-size: 100% auto;
}

.footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-3 {
  padding-top: 5px;
  width: 30%;
  font-size: 16px;
  line-height: 135%;
}

.footer-contacts .footer-contacts-in .footer-contacts-col .footer-col-title {
  color: #434343;
  font-weight: 700;
  font-size: 14px;
}

.footer-contacts .footer-contacts-in .footer-contacts-col .footer-col-val {
  margin-bottom: 19px;
}

.footer-contacts .footer-contacts-in .footer-contacts-col ul {
  list-style: none;
}

.footer-contacts .footer-contacts-in .footer-contacts-col ul li {
  margin-bottom: 10px;
}

.footer-contacts .footer-contacts-in a {
  text-decoration: none;
  color: #000;
  text-decoration: underline;
}

.footer-contacts .footer-contacts-in a:hover {
  transition: 0.2s;
  color: #25adc2;
}

.footer {
  background: #5fc9da;
}

.footer .footer-in {
  min-height: 167px;
  color: #fff;
  font-size: 16px;
}

.footer .footer-in a {
  color: #fff;
}

.footer .footer-in .copyright {
  margin-top: 20px;
  position: relative;
  float: left;
  text-align: center;
}

.footer .footer-in .nets {
  position: absolute;
  right: 0;
  top: 40px;
}

.footer .footer-in .nets .nets-in .social-item {
  width: 29px;
  height: 29px;
  background-color: #fff;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all .3s;
  border-radius: 4px;
}

.footer .footer-in .nets .nets-title {
  margin-bottom: 7px;
}

.footer .footer-in .nets .nets-in {
  display: flex;
  justify-content: space-between;
  max-width: 81px;
}

.footer .footer-in .nets .nets-in .social-item.vk {
  background-image: url(../img/vk-social.png);
  background-size: 23px;
}

.footer .footer-in .nets .nets-in .social-item.ok {
  background-image: url(../img/ok-social.png);
  background-size: 23px;
}

@media(max-width: 1340px){
  .wrapper {
    max-width: 1100px;
  }
  .top-menu .top-menu-in .home {
    padding: 14px 35px 0 22px;
  }
  .top-menu .top-menu-in .home:after {
    right: 6px;
	background: url(../img/home.svg) center center no-repeat;
	display: none;
  }
  .top-menu .top-menu-in .has-dropdown .cat-menu {
    padding: 14px 25px 0 25px;
  }
  .top-menu .search {
    max-width: 212px;
  }
  .right-menu-col .right-menu .menu-item {
    padding: 14px 14px 0 14px;
  }
  .content .left-col, .content:before {
    width: calc(50% - 270px);
  }
  .content .right-col {
    width: calc(50% + 250px);
  }
  .right-menu-col .top-cart {
    width: 128px;
    padding-left: 18px;
  }
  .right-menu-col .top-cart:after {
    right: 12px;
  }
}

.breadcrumbs {
  font-size: 16px;
  line-height: 150%;
}

.breadcrumbs a {
  color: #434343;
  text-decoration: none;
}

.breadcrumbs .devider {
  margin: 0 9px;
}

.product .product-top {
  margin-top: 35px;
  margin-bottom: 88px;
}

.product .product-top .product-top-left {
  position: relative;
  float: left;
  width: 275px;
  padding-right: 13px;
  margin-top: 10px;
}

.product .product-top .product-top-left .product-main-img {
  height: 380px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.product .product-top .product-top-left .product-main-img .product-sale-line {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product .product-top .product-top-left .product-main-img .product-sale {
  position: relative;
  float: left;
  padding: 2px 10px;
  background: #ff0000;
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  font-size: 12px;
  z-index: 2;
}

.product .product-top .product-top-left .product-main-img .product-hits {
  position: relative;
  float: left;
  padding: 2px 10px;
  background: #ff0000;
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  font-size: 12px;
  z-index: 2;
}

.product .product-top .product-top-left .product-main-img .product-img-item {
  display: flex;
  justify-content: center;
}

.product .product-top .product-top-left .product-main-img img {
  max-width: 100%;
  max-height: 380px;
  width: auto;
}

/*.product .product-top .product-top-left .product-li {
  display: flex;
  justify-content: center;
}*/

.product .product-top .product-top-left .product-li-list {
  margin-bottom: 23px;
}

.product .product-top .product-top-left .product-li-list > .ps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product .product-top .product-top-left .product-li-list .product-li {
  position: relative;
  float: left;
  max-width: 65px;
  cursor: pointer;
}

.product .product-top .product-top-left .product-li img {
  max-width: 90%;
  margin-left: 5%;
  width: auto;
}

.product .product-top .product-top-left .social-share .label {
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 15px;
}

.product .product-top .product-top-right {
  position: relative;
  float: right;
  width: calc(100% - 295px);
}

.product .product-top-right .product-top-prev {
  font-size: 16px;
  margin-bottom: 9px;
}

.product .product-top-right .product-h1 {
  margin-top: 5px;
  margin-bottom: 27px;
}

.product .product-top-right .h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.product .product-top-right .coating-color {
  margin-bottom: 14px;
}

.product .product-top-right .coating-color .product-color-item {
  position: relative;
  float: left;
  width: 23px;
  height: 23px;
  border: 2px solid #fff;
  margin-right: 6.5px;
  cursor: pointer;
}

.product .product-top-right .coating-color .product-color-item.active {
  cursor: default;
}

.product .product-top-right .coating-color .product-color-item.active {
  border-color: #25adc2;
}

.product .product-top-right .color-glass-line .colorGlass-img {
  position: relative;
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 8.5px;
}

.product .product-top-right .color-glass-line .colorGlass-img .colorGlass-img-show {
  display: none;
  position: absolute;
  left: -20px;
  top: -65px;
  width: 60px;
  height: 60px;
}

.product .product-top-right .color-glass-line .colorGlass-img:hover .colorGlass-img-show {
  display: block;
}

.product .product-top-right .colors-block {
  margin-bottom: 33px;
}

.product .product-top-right .colors-block .colors-block-title {
  margin-bottom: 10px;
}

.product .product-top-right .colors-block .color-glass-title {
  margin-bottom: 10px;
}

.text-block {
  line-height: 130%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.text-block.text-page {
  line-height: 133%;
}

.product-prev.text-block {
  font-size: 17px;
}

.text-page-h1 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block h2 {
  font-size: 24px;
  margin-bottom: 28px;
  line-height: 28px;
}

.text-block p {
  margin-bottom: 21px;
}

.text-block.text-page.text-block a {
  color: #25adc2;
}

.text-block.text-page h1 {
  margin-bottom: 31px;
  font-size: 22px;
  line-height: 115%;
}

.text-block.text-page h2 {
  font-size: 22px;
  margin-top: 10px;
}

.text-block.text-page h3 {
  margin-bottom: 31px;
  font-size: 22px;
}

.text-block.text-page p {
  line-height: 1.8;
  /*margin-bottom: 31px;*/
}

.text-block.text-page ul {
  list-style: none;
}

.text-block.text-page ol {
  margin-bottom: 31px;
}

.text-block.text-page ul li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 24px;
  line-height: 1.8;
}

.text-block.text-page ol li {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 8px;
}

.text-block.text-page ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "✦";
  color: rgb(95, 201, 218);
  font-style: normal;
  font-weight: 400;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 18px;
  -webkit-box-flex: 0;
  margin: auto 12px auto 0px;
  flex: 0 0 auto;
}


.text-block table {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.text-block table td, .text-block table th {
  border-bottom: 1px solid #eee;
  padding: 16px 30px;
  text-align: left;
}


.text-block.text-page.text-grey {
  margin-top: 20px;
  border-radius: 6px;
  background: #f5f5f5;
  padding: 46px 32px;
  margin-bottom: 30px;
}


.product .product-prev {
  margin-bottom: 9px;
}

.product .product-prev.text-block ul {
  list-style: none;
}

.product .product-prev.text-block li {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 29px;
  margin-bottom: 10px;
  letter-spacing: 0.1px;
}

.product .product-prev.text-block li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "✦";
  color: rgb(95, 201, 218);
  font-style: normal;
  font-weight: 400;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 18px;
  -webkit-box-flex: 0;
  margin: auto 12px auto 0px;
  flex: 0 0 auto;
}

.product .product-top-right .product-price {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 25px;
}

.product .product-top-right .product-price del {
  color: #bbb;
  font-size: 20px;
}

.product .product-top-right .product-order-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .product-top-right .product-order-block .product-order-btn {
  position: relative;
  float: left;
  background: #25adc2;
  border: 2px solid #25adc2;
  color: #fff;
  border-radius: 6px;
  width: 202px;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.product .product-top-right .product-order-block .product-order-btn.product-add-cart {
  display: flex;
  justify-content: center;
}

.product .product-top-right .product-order-block .product-order-btn.product-add-cart:after {
  content: '';
  position: relative;
  float: left;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  background: url(../img/btn-cart.svg) center center no-repeat;
  background-size: 100% auto;
}

.product .product-top-right .product-order-block .product-order-btn.product-add-cart.added:after {
  background: url(../img/check.svg) center center no-repeat;
  background-size: 100% auto;
}

.product .product-top-right .product-order-block .product-order-btn.product-add-cart:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 10px;
  right: 46px;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  background: url(../img/btn-cart-blue.svg) center center no-repeat;
  z-index: 2;
  background-size: 100% auto;
}

.product .product-top-right .product-order-block .product-order-btn.product-add-cart.added:before {
  background: url(../img/check_blue.svg) center center no-repeat;
  background-size: 100% auto;
}



.product .product-top-right .product-order-block .product-order-btn:hover {
  cursor: pointer;
  transition: 0.3s;
  background: none;
  color: #25adc2;
}

.product .product-top-right .product-order-block .product-order-btn.product-add-cart:hover:before {
  opacity: 1;
  transition: 0.3s;
}

.product-bottom .product-tabs {
  border-bottom: 2px solid #25adc2;
}

.product-bottom .product-tabs .product-tab {
  position: relative;
  float: left;
  margin-right: 21px;
  color: #25adc2;
  border: 2px solid #25adc2;
  padding: 14px 26px;
  text-align: center;
  font-size: 16px;
  min-width: 150px;
  font-weight: 600;
  margin-bottom: -2px;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}

.product-bottom .product-tabs .product-tab.active, .product-bottom .product-tabs .product-tab:hover {
  transition: 0.3s;
  background: #25adc2;
  color: #fff;
}

.product-bottom .product-tabs .product-tab.active {
  cursor: default;
}

.product-bottom .product-tub-in {
  display: none;
  padding: 46px 40px;
  margin-bottom: 24px;
}

.product-bottom .product-tub-in.active {
  display: block;
}

.product-bottom .product-tub-in .table {
  position: relative;
  float: left;
  width: 100%;
}

.product-bottom .product-tub-in .table td, .product-bottom .product-tub-in .table th {
  border-bottom: 1px solid #eee;
  padding: 16px 30px;
  text-align: left;
}

.worth {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.worth .worth-item {
  position: relative;
  float: left;
  width: 299px;
  height: 139px;
  padding: 20px;
  border-radius: 6px;
  background: #f5f5f5;
  padding: 20px;
  margin-right: 20px;
}

.worth .worth-item .worth-item-left {
  position: relative;
  float: left;
  width: 77px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 9px;
  text-align: center;
  display: block;
}

.worth .worth-item .worth-item-right {
  position: relative;
  float: right;
  font-size: 12px;
  line-height: 169%;
  width: calc(100% - 91px);
}

.worth .worth-item.worth-1 .worth-item-left:after {
  content: '';
  position: relative;
  float: left;
  height: 54px;
  width: 100%;
  margin-top: 5px;
  background: url(../img/edit.svg) center center no-repeat;
}

.worth .worth-item.worth-2 .worth-item-left:after {
  content: '';
  position: relative;
  float: left;
  height: 54px;
  width: 100%;
  margin-top: 8px;
  background: url(../img/delivery-truck.svg) center center no-repeat;
  background-size: 54px auto;
}

.worth .worth-item.worth-3 .worth-item-left:after {
  content: '';
  position: relative;
  float: left;
  height: 54px;
  width: 100%;
  margin-top: 5px;
  background: url(../img/configuration.svg) center center no-repeat;
}




.window-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 300;
  display: none;
}

.window-fb {
  z-index: 310;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background: #fff;
  border-radius: 8px;
  /*padding: 40px 39px 48px 39px;*/
  padding: 40px 39px 28px 39px;
  display: none;
  opacity: 0;
}

.window-fb .x {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 24px;
  height: 24px;
  background: url(../img/x.svg) center center no-repeat;
  cursor: pointer;
  z-index: 311;
}

.window-fb .window-fb-title {
  font-weight: 600;
  font-size: 20.7px;
  text-align: center;
  line-height: 131%;
  letter-spacing: -0.02em;
  margin-bottom: 17px;
}

.window-fb .window-fb-line {
  margin-bottom: 21px;
}

.window-fb .window-fb-line .window-fb-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0em;
  margin-bottom: 8px;
}

.window-fb .window-fb-line .window-input {
  border: 2px solid #25adc2;
  border-radius: 8px;
  padding: 10px 15px;
  width: 100%;
  height: 46px;
  font-size: 16px;
}

.warning {
  border-color: red !important;
}

.window-fb .window-fb-line .window-input.window-textarea {
  height: 99px;
  resize: none;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: -0.1px;
  font-family: 'Open Sans';
}

.window-fb .window-fb-line .window-submit {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 39px;
  background: #25adc2;
  border: 2px solid #25adc2;
  color: #fff;
  height: 57px;
  font-weight: 600;
  font-size: 21px;
  margin-top: 40px;
  line-height: 133%;
  letter-spacing: -0.01em;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.window-fb .window-fb-line .window-submit:hover {
  background: #fff;
  color: #25adc2;
}

.window-fb .policy {
  font-size: 15.4px;
  line-height: 170%;
  letter-spacing: 0em;
  color: #4E5255;
  margin-top: 3px;
}

.window-fb .policy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  width: 12px;
  height: 15px;
  background: url(../img/policy.svg) center center no-repeat;
}

.window-fb .policy a {
  text-decoration: none;
  color: #4E5255;
}

.calc-fb-warn-text {
  display: none;
  position: absolute;
  left: 0;
  font-size: 10px;
  color: red;
  bottom: -18px;
}

.warn .calc-fb-warn-text {
  display: block;
}


.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: 208px;
}

.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/close_gr.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);
  }
}

@media(max-width: 520px){
  .window-fb {
    left: 10px;
    right: 10px;
    width: auto;
    margin-left: 0;
  }
}

@media(max-width: 450px){
  .window-fb {
    left: 10px;
    right: 10px;
    width: auto;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .window-fb .x {
    right: -14px;
    top: -30px;
  }
  .window-fb .window-fb-title {
    font-size: 19px;
  }
}

.fb-page {
  margin-top: 40px;
  margin-bottom: 11px;
}

.fb-page .fb-page-title h1 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 10px;
}

.fb-page .fb-page-form {
  position: relative;
  float: left;
  width: calc(100% - 455px);
}

.fb-page .fb-page-form .fb-page-prev {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 21px;
}

.fb-page .fb-page-form .window-fb-line {
  margin-bottom: 20px;
}


.fb-page .fb-page-form .window-fb-line input.window-input, .fb-page .fb-page-form .window-fb-line textarea {
    border: 2px solid #25adc2;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    height: 46px;
    font-size: 16px;
}

.fb-page .fb-page-form .window-fb-line textarea {
  height: 151px;
  resize: none;
  padding-top: 13px;
  padding-bottom: 8px;
  letter-spacing: -0.1px;
  font-family: 'Open Sans';
}

.fb-page .fb-page-form .policy {
  font-size: 15.4px;
  line-height: 170%;
  letter-spacing: 0em;
  color: #4E5255;
  margin-top: 5px;
}

.fb-page .fb-page-form .policy a {
  text-decoration: none;
  color: #4E5255;
  font-size: 16px;
}

.fb-page .fb-page-form .window-submit {
  position: relative;
  float: left;
  margin-top: 39px;
  background: #25adc2;
  border: 2px solid #25adc2;
  color: #fff;
  height: 57px;
  font-weight: 600;
  font-size: 21px;
  margin-top: 40px;
  line-height: 133%;
  letter-spacing: -0.01em;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
  max-width: 341px;
}

.fb-page .fb-page-form .window-submit:hover {
  background: #fff;
  color: #25adc2;
}

.fb-page .fb-page-img {
  position: relative;
  float: right;
  width: 450px;
}

.fb-page .fb-page-img img {
  max-width: 100%;
}




#filter-goods {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 24px 12px 24px 24px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

#filter-goods .filter-block .filter-list {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  /*min-height: 103px;*/
}


#filter-goods .filter-col {
  position: relative;
  float: left;
  width: calc(16.5% - 8px);
  margin-right: 8px;
}

/*#filter-goods .filter-block {
  padding-right: 30px;
}

#filter-goods .filter-block .filter-list.list-active .filter-list-name {
  background: #25adc2;
  border-color: #25adc2;
  color: #fff;
}*/

#filter-goods .filter-block .filter-list .filter-list-name {
  padding: 3px 7px 5px 0;
  font-size: 13px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 5px;
  /*border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;*/
}

/*#filter-goods .filter-block .filter-list .filter-list-name:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 7px;
  width: 15px;
  height: 15px;
  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: 7px;
  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;*/
  position: relative;
  float: left;
  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 .filter-list-select .filter-list-line {
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 120%;
  font-size: 12px;
}

#filter-goods .filter-block .filter-list .filter-list-select .filter-list-line.filter-disable {
  opacity: 0.5;
}

#filter-goods .filter-block .filter-list .filter-list-select .filter-list-line .filter-check-name {
  cursor: pointer;
}

#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 .filter-list-select .filter-list-line .filter-check {
  position: absolute;
  left: 0;
  top: -2px;
  border: 1px solid #434343;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 11;
}

#filter-goods .filter-block .filter-list .filter-list-select .filter-list-line .filter-check.active {
  background: url(../img/fltr_check.svg) 1.5px 0px no-repeat;
  background-size: 91% auto;
  border: 1px solid #25adc2;
  background-color: #ffffff;
}

#filter-goods .filter-block .submit-filter {
  opacity: 0.4;
  position: relative;
  float: left;
  color: #fff;
  font-size: 15px;
  padding: 4px 12px 5px 12px;
  background: #25adc2;
  border-radius: 4px;
  transition: 0.3s;
}

#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: 4px;
}

#filter-goods .filter-cancle {
  position: relative;
  float: left;
  width: auto;
  margin: 0 15px 8px;
  color: #000;
}

#filter-goods .filter-cancle a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 4px 12px 5px 12px;
  background: #8d8d8d;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

#filter-goods .filter-cancle a:hover {
  opacity: 0.8;
}

.filter-btns {
  position: relative;
  float: right;
  margin-right: 12px;
}

#filter-goods .filter-block .filter-sum {
  margin-right: 15px;
  font-weight: 600;
}

.catalog {
  margin-top: 20px;
}

.catalog .catalog-list-title {
  margin-top: 11px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 26px;
}

.catalog .catalog-list-title h1, .catalog .catalog-list-title div, .catalog .catalog-list-title p {
  position: relative;
  float: left;
  font-size: 24px;
  line-height: 135%;
  padding-bottom: 8px;
  margin-bottom: -2px;
  border-bottom: 2px solid #25adc2;
  font-weight: bold;
}

.catalog .catalog-list-title span {
  position: relative;
  float: left;
  font-size: 24px;
  line-height: 135%;
  padding-bottom: 8px;
  margin-bottom: -2px;
  border-bottom: 2px solid #25adc2;
  font-weight: bold;
}

.catalog .catalog-list-title h3 {
  margin-right: 10px;
}

.catalog .catalog-list-link {
  position: relative;
  float: right;
  color: #434343;
  text-decoration: none;
  font-size: 16px;
  margin-top: 9px;
}

.catalog .catalog-order-line {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 40px;
}

.catalog .catalog-order-line .catalog-order-name {
  position: relative;
  float: left;
  margin-right: 25px;
}

.catalog .catalog-order-line .catalog-order-item {
  position: relative;
  float: left;
  margin-right: 25px;
  color: #626262;
  font-size: 15px;
  padding-right: 20px;
  text-decoration: none;
  padding-bottom: 1px;
}

.catalog .catalog-order-line .catalog-order-item.active {
  color: #25adc2;
}

.catalog .catalog-order-line .catalog-order-item.to-top:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url(../img/rating_gr.svg) right center no-repeat;
  background-size: 100% auto;
}

.catalog .catalog-order-line .catalog-order-item.top-bottom:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  transform: scale(-1, 1);
  background: url(../img/rating_gr.svg) right center no-repeat;
  background-size: 100% auto;
}

.catalog .catalog-order-line .catalog-order-item.to-top:before {
  opacity: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url(../img/rating.svg) right center no-repeat;
  background-size: 100% auto;
}

.catalog .catalog-order-line .catalog-order-item.top-bottom:before {
  opacity: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  transform: scale(-1, 1);
  background: url(../img/rating.svg) right center no-repeat;
  background-size: 100% auto;
}

.catalog .catalog-order-line .catalog-order-item.active:before, .catalog .catalog-order-line .catalog-order-item:hover:before {
  transition: 0.2s;
  opacity: 1;
}

.catalog .catalog-order-line .catalog-order-item.active:after, .catalog .catalog-order-line .catalog-order-item:hover:after {
  transition: 0.2s;
  opacity: 0;
}

.catalog .catalog-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.catalog .catalog-list .catalog-item {
  position: relative;
  float: left;
  width: 193px;
  margin-bottom: 40px;
}


.catalog .catalog-list .catalog-item .catalog-item-info {
  max-width: 160px;
}

.catalog .catalog-list .catalog-item .catalog-sale-line {
  position: absolute;
  left: 0;
  top: 0;
  /*width: 100%;*/
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-decoration: none;
}

.catalog .catalog-list .catalog-item .catalog-sale {
  position: relative;
  float: left;
  padding: 2px 5px;
  background: #ff0000;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  font-size: 10px;
  text-decoration: none;
  margin-bottom: 5px;
  z-index: 2;
}

.catalog .catalog-list .catalog-item .catalog-hits {
  position: relative;
  float: left;
  padding: 2px 5px;
  background: #ff0000;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  font-size: 10px;
  margin-bottom: 5px;
  z-index: 2;
  text-decoration: none;
}

.catalog .catalog-list .catalog-item .catalog-img-item {
  display: none;
}

.catalog .catalog-list .catalog-item .catalog-img-item.active:before {
  display: block;
}

.catalog .catalog-list .catalog-item img {
  max-width: 100%;
  max-height: 240px;
}

.catalog .catalog-list .catalog-item .catalog-img-item.active {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.catalog .catalog-list .catalog-item .catalog-item-li {
  margin-top: 8px;
  min-height: 52px;
  max-width: 160px;
}

.catalog .catalog-list .catalog-item .catalog-item-li .catalog-color-item {
  position: relative;
  float: left;
  width: 19px;
  height: 19px;
  margin: 0 4px 7px 0;
  border: 2px solid #fff;
}

.catalog .catalog-list .catalog-item .catalog-item-li .catalog-color-item.active {
  border-color: #25adc2;
}

.catalog .catalog-list .catalog-item .catalog-item-li .catalog-color-item img {
  max-width: 100%;
}

.catalog .catalog-list .catalog-item .catalog-item-name {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 14px;
  min-height: 65px;
  text-decoration: underline;
}

.catalog .catalog-list .catalog-item .catalog-item-name span {
  font-weight: 600;
  font-size: 14px;
}

.catalog .catalog-list .catalog-item .catalog-item-price {
  margin-top: 3px;
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-left {
  position: relative;
  float: left;
  width: 80px;
  min-height: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-left .catalog-item-price-old {
  font-size: 14px;
  color: #909090;
  line-height: 18px;
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-left .price {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-left .price.sale-price {
  color: #f12c27;
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-right {
  position: relative;
  float: right;
  width: calc(100% - 83px);
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-right .catalog-add-cart {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  background: url(../img/btn-cart.svg) center center no-repeat #5fc9da;
  background-size: 20px auto;
  border-radius: 20px;
  margin-left: 20%;
  transition: 0.3s;
  cursor: pointer;
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-right .catalog-add-cart.added {
  background: url(../img/check.svg) center center no-repeat #5fc9da;
  background-size: 24px auto;
}

.catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-right .catalog-add-cart:hover {
  background-color: #25adc2;
}

.pagination {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 20px;
}

.pagination .pagin-page {
  position: relative;
  float: left;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #434343;
  /*margin: 3px 10px;*/
  margin: 3px 4px;
  padding-top: 8px;
  border: 4px solid #f5f5f5;
  text-decoration: none;
}

.pagination .pagin-page.active, .pagination .pagin-page:hover {
  transition: 0.2s;
  background-color: #fff;
  border-color: #25adc2;
}

.pagination .next, .pagination .prev {
  position: relative;
  float: left;
  height: 44px;
  width: 44px;
  margin: 3px 10px;
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: 16px auto;
}

.pagination .prev {
  transform: rotate(180deg);
}

.order-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 20px;
}

.order-line .order-line-btn {
  position: relative;
  float: left;
  background: #25adc2;
  border: 2px solid #25adc2;
  color: #fff;
  padding: 9px 0 10px 0;
  text-align: center;
  width: 260px;
  font-size: 16px;
  height: 43px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.order-line .order-line-btn:hover {
  background: #fff;
  color: #25adc2;
}

.pro-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.pro-block-margin {
  margin-top: 25px;
}

.pro-block .pro-item {
  position: relative;
  float: left;
  width: 48.6%;
  color: #000;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px rgba(67, 67, 67, .1);
  box-shadow: 0 4px 10px rgba(67, 67, 67, .1);
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 30px 10px;
  height: 221px;
  text-decoration: none;
}

.pro-block .pro-item:hover {
  background: #25adc2;
  color: #fff;
}

.pro-block .pro-item h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}

.pro-block .pro-item .pro-item-img {
  position: absolute;
  top: 20px;
  left: 53px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pro-block .pro-item:hover .pro-item-img {
  transform: scale(1.05);
}

.pro-block .pro-item .pro-item-title {
  position: relative;
  float: right;
  width: calc(100% - 191px);
  margin-top: 44px;
  line-height: 141%;
}

.pro-block .pro-item .pro-item-title span {
  font-weight: 700;
}

.pro-block .pro-item:before {
  content: '';
  z-index: 0;
  opacity: .1;
  position: absolute;
  bottom: -30px;
  left: -30px;
  height: 100%;
  width: 100%;
  max-height: 150px;
  max-width: 150px;
  display: block;
}

.pro-block .pro-item.pro-item-1:before {
  background-image: url(../img/category-1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pro-block .pro-item.pro-item-2:before {
  background-image: url(../img/category-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pro-block .pro-item .pro-item-btn {
  content: '';
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #434343;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  height: 52px;
  width: 52px;
}

.pro-block .pro-item .pro-item-btn:before {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 18px;
  width: 18px;
  height: 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: url(../img/arr-right.svg) center center no-repeat;
  background-size: 100% auto;
}

.pro-block .pro-item:hover .pro-item-btn:before {
  opacity: 0;
}

.pro-block .pro-item .pro-item-btn:after {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 18px;
  width: 18px;
  height: 18px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: url(../img/arr-right-hvr.svg) center center no-repeat;
  background-size: 100% auto;
}

.pro-block .pro-item:hover .pro-item-btn:after {
  opacity: 1;
}

.pro-block .pro-item:hover .pro-item-btn {
  background: #fff;
}

.sale-page {
  margin-top: 41px;
}

.sale-page .sale-h1 {
  font-size: 24px;
  line-height: 135%;
}

.sale-page .sale-page-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 9px;
}

.sale-page .sale-page-in .sl-item {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 40px;
  color: #000;

  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px rgba(67, 67, 67, .1);
  box-shadow: 0 4px 10px rgba(67, 67, 67, .1);
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.sale-page .sale-page-in .sl-item .sl-item-img {
  position: relative;
  float: left;
  height: 291px;
  width: 170px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-page .sale-page-in .sl-item .sl-item-img img {
  display: block;
  max-width: none;
  max-height: 291px;
}

.sale-page .sale-page-in .sl-item .sl-item-in {
  height: 291px;
  position: relative;
  float: right;
  width: calc(100% - 171px);
  padding: 20px 12px 0 25px;
}

.sale-page .sale-page-in .sl-item.sl-item-article .sl-item-in {
  height: auto;
  padding-bottom: 65px;
  width: 100%;
}

.sale-page .sale-page-in .sl-item .sl-item-in.sl-item-full {
  width: 100%;
}

.sale-page .sale-page-in .sl-item .sl-item-in .sl-item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.sale-page .sale-page-in .sl-item .sl-item-in .sl-item-prev {
  font-size: 14px;
  font-weight: 300;
  padding-top: 12px;
}

.sale-page .sale-page-in .sl-item .pro-item-btn {
  content: '';
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #434343;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  height: 52px;
  width: 52px;
}

.sale-page .sale-page-in .sl-item:hover {
  background: #25adc2;
  color: #fff;
}

.sale-page .sale-page-in .sl-item .pro-item-btn:before {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 18px;
  width: 18px;
  height: 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: url(../img/arr-right.svg) center center no-repeat;
  background-size: 100% auto;
}

.sale-page .sale-page-in .sl-item:hover .pro-item-btn:before {
  opacity: 0;
}

.sale-page .sale-page-in .sl-item .pro-item-btn:after {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 18px;
  width: 18px;
  height: 18px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: url(../img/arr-right-hvr.svg) center center no-repeat;
  background-size: 100% auto;
}

.sale-page .sale-page-in .sl-item:hover .pro-item-btn {
  background: #fff;
}

.sale-page .sale-page-in .sl-item:hover .pro-item-btn:after {
  opacity: 1;
}

.sale_ord-line {
  margin: 15px 0 40px 0;
}

.sale_ord-line .order-line-link {
  position: relative;
  float: left;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  height: 45px;
  padding-top: 12px;
  padding-left: 30px;
  background: url(../img/arr_sale.svg) left center no-repeat;
  background-size: 22px auto;
}

.sale_ord-line .order-line-btn {
  position: relative;
  float: right;
  background: #25adc2;
  border: 2px solid #25adc2;
  color: #fff;
  border-radius: 6px;
  width: 255px;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.sale_ord-line .order-line-btn:hover {
  transition: 0.3s;
  background: none;
  color: #25adc2;
}


@media(max-width: 1340px){
  .content .right-col .right-in {
    max-width: 785px;
  }
  .pro-block .pro-item .pro-item-img {
    left: 20px;
  }
  .pro-block .pro-item .pro-item-title {
    width: calc(100% - 150px);
  }
  .catalog .catalog-list .catalog-item {
    width: 156px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .catalog .catalog-list .catalog-item .catalog-item-li .catalog-color-item {
    margin: 0 2px 4px 0;
  }
  .pro-block .pro-item h2 {
    font-size: 16px;
  }
  .product .product-top-right .product-order-block .product-order-btn {
    width: 159px;
    font-size: 12px;
  }
  .product-bottom .product-tub-in {
    padding: 26px 20px;
  }
  .worth .worth-item {
    width: 255px;
    padding: 15px;
  }
  .worth .worth-item .worth-item-left {
    width: 50px;
    font-size: 12px;
  }
  .worth .worth-item .worth-item-right {
    line-height: 153%;
    width: calc(100% - 75px);
  }
  #filter-goods .filter-col {
    width: calc(20% - 8px);
  }
  .pagination {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.mobile-phone, .mobile-order {
  display: none;
}

@media(max-width: 1100px){
  .wrapper, .content .right-col {
    float: none;
    margin: 0 auto;
	max-width: 100%;
    /*max-width: 990px;*/
  }
  .top-menu {
    font-size: 16px;
  }
  .top-menu .top-menu-in .home {
    display: none;
  }
  .content {
    overflow-x: hidden;
  }
  .content:before {
    display: none;
  }
  .top-menu .top-menu-in .has-dropdown .cat-menu.active:before {
    background: url(../img/x_wht.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .content .left-col {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -305px;
    width: 100%;
    max-width: 300px;
    overflow-y: scroll;
    z-index: 100;
  }
  .content .left-col::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(26, 24, 47, 0.15);
    border-radius: 5px;
  }
  .content .left-col::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
  }
  .content .left-col .left-menu .menu-close {
    position: absolute;
    right: 10px;
    top: -20px;
    width: 28px;
    height: 28px;
    background: url(../img/x.svg) center center no-repeat;
    background-size: 100% auto;
    z-index: 101;
  }
  .menu-fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 98;
  }
  .content .right-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content .right-col .right-in {
    max-width: 100%;
  }
  .top-menu .top-menu-in .dropdown-menu.active {
    display: none !important;
  }
  .right-menu-col .right-menu {
    display: none;
  }
  main {
    margin-top: 34px;
  }
  .top-menu-block, .top-menu {
    height: 60px;
  }
  .top-menu .top-menu-in .has-dropdown {
    position: relative;
    float: left;
    width: 20%;
  }
  .top-menu .top-menu-in .has-dropdown .cat-menu {
    height: 60px;
    padding: 34px 25px 0 25px;
    border-right: 1px solid #fff;
    text-align: center;
  }
  .top-menu .top-menu-in .has-dropdown .cat-menu:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 22px;
    background: url(../img/burger.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .top-menu .search.search-block {
    position: unset;
    width: 20%;
    max-width: none;
  }
  .top-menu .search .search-input {
    margin-top: 0;
  }
  .top-menu .search .search {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 62px;
    z-index: 30;
    border-radius: 8px;
    overflow: hidden;
    height: 0;
  }
  .top-menu .search .search .search-input {
    border: 1px solid #bbb;
    border-radius: 8px;
  }
  .top-menu .search.search-block .search-block-btn {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    padding: 34px 0 0 0;
    border-right: 1px solid #fff;
    background: url(../img/loupe_white.svg) center 8px no-repeat;
    background-size: 22px auto;
    text-align: center;
  }
  .top-menu .search.search-block .search-block-btn:before {
    content: 'Поиск';
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  .right-menu-col .top-cart .cart-green {
    right: 71px;
  }
  .right-menu-col .top-cart {
    background: none;
    padding: 34px 25px 0 25px;
    height: 60px;
    width: 20%;
    text-align: center;
  }
  .right-menu-col .top-cart:after {
    width: 24px;
    top: 4px;
    right: auto;
    left: 50%;
    margin-left: -12px;
  }
  .mobile-phone, .mobile-order {
    display: block;
    position: relative;
    float: left;
    width: 20%;
    padding: 34px 25px 0 25px;
    height: 60px;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .mobile-phone {
    background: url(../img/phone_ico.svg) center 7px no-repeat;
    background-size: 25px auto;
  }
  .mobile-order {
    background: url(../img/rullter.svg) center 3px no-repeat;
    background-size: 32px auto;
  }
  .catalog .catalog-list .catalog-item {
    width: 191px;
  }
  .footer-contacts {
    width: 100%;
  }
  .worth .worth-item {
    width: 310px;
  }
  .product .product-top-right .product-order-block {
    justify-content: flex-start;
  }
  .product .product-top-right .product-order-block .product-order-btn.product-add-cart, .product .product-top-right .product-order-block .product-order-btn {
    margin-right: 12px;
  }
}

@media(max-width: 990px){
  .wrapper, .content .right-col, .footer-contacts .footer-contacts-in {
    float: none;
    margin: 0 auto;
	max-width: 100%;
    /*max-width: 740px;*/
  }
  .header .header-in {
    height: 75px;
  }
  .header .header-in .logo {
    width: 150px;
  }
  .header .header-in .address {
    display: none;
  }
  .header .header-in .phone {
    top: 25px;
    right: 0;
  }
  .header .header-in .phone a:before {
    top: -5px;
    left: -35px;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
  }
  .right-menu-col .top-cart .cart-green {
    right: 50px;
  }
  .catalog .catalog-list .catalog-item {
    width: 177px;
  }
  .catalog .catalog-list .catalog-item .catalog-img-item {
    min-height: 250px;
    align-items: center;
  }
  .catalog .catalog-list .catalog-item .catalog-sale-line {
    justify-content: flex-start;
  }
  .catalog .catalog-list-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
  }
  .catalog .catalog-list-slider .owl-nav .owl-prev {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: -75px;
    transform: rotate(180deg);
    background: url(../img/arr_slider.svg) center center #fff;
    border-radius: 40px;
    background-size: 100% auto;
  }
  .catalog .catalog-list-slider .owl-nav .owl-next {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: -75px;
    background: url(../img/arr_slider.svg) center center #fff;
    border-radius: 40px;
    background-size: 100% auto;
  }
  .catalog .catalog-list-slider .owl-nav .owl-prev.disabled, .catalog .catalog-list-slider .owl-nav .owl-next.disabled {
    opacity: 0.5;
  }
  .footer-contacts .footer-contacts-in {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
  }
  .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-1 {
    padding-left: 36px;
  }
  .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-1, .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-2, .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-3 {
    width: 31%;
  }
  .product .product-top-right .product-order-block .product-order-btn.product-add-cart, .product .product-top-right .product-order-block .product-order-btn {
    margin-right: 0;
    width: 51%;
    margin-bottom: 12px;
  }
  .product .product-top-right .product-order-block .product-order-btn {
    font-size: 14px;
  }
  .worth .worth-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .worth .worth-item .worth-item-left {
    width: 99px;
  }
  .fb-page .fb-page-img {
    display: none;
  }
  .fb-page .fb-page-form {
    width: 100%;
  }
  .sale-page .sale-page-in .sl-item {
    width: 100%;
  }
}

.filter-mb {
  display: none;
}

@media(max-width: 740px){
  .top-menu {
    font-size: 12px;
  }
  .wrapper, .content .right-col, .footer-contacts .footer-contacts-in {
    max-width: 100%;
	/*max-width: 490px;*/
  }
  .filter-mb-info {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 135%;
  }
  .filter-mb-info .filter-mb-line {
    margin-bottom: 7px;
  }
  .right-menu-col .top-cart .cart-green {
    right: 25px;
  }
  .pro-block .pro-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .catalog .catalog-list {
    justify-content: space-around;
  }
  .catalog .catalog-list .catalog-item {
    width: 175px;
  }
  .top-menu .top-menu-in .has-dropdown .cat-menu, .top-menu .search.search-block:before, .mobile-phone, .mobile-order, .right-menu-col .top-cart {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-contacts .footer-contacts-in {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-1, .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-2, .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-3 {
    width: 100%;
  }
  .footer-contacts .footer-contacts-in .footer-contacts-col.footer-col-1 {
    max-width: 230px;
  }
  .footer-contacts .footer-contacts-in .footer-contacts-col .footer-col-title, .footer-contacts .footer-contacts-in .footer-contacts-col .footer-col-val {
    text-align: left;
  }
  .footer .footer-in .copyright {
    width: 100%;
  }
  .footer .footer-in .nets {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .product .product-top .product-top-left {
    width: 100%;
    margin-top: 25px;
  }
  .product .product-top .product-top-right {
    width: 100%;
  }
  .product .product-top .product-top-left .owl-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product .product-top-right .h1, .text-block h2 {
    line-height: 31px;
  }
  .catalog .catalog-list-title h3 {
    line-height: 115%;
  }
  .catalog .catalog-list .catalog-item .catalog-item-price .catalog-item-price-left .price {
    font-size: 18px;
  }
  .filter-col-2 {
    position: relative;
    float: left;
    width: 50%;
  }
  .filter-mb {
    display: block;
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 2;
    padding: 5px 12px 5px 32px;
    background: url(../img/filter.svg) 7px 6px no-repeat #25adc2;
    background-size: 20px auto;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
  }
  .filter-mb.filter-fixed {
    position: fixed;
    top: 70px;
    right: 15px;
    z-index: 40;
  }
  #filter-goods .filter-col {
    width: 100%;
  }
  #filter-goods {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    bottom: 0;
    z-index: 80;
    margin-bottom: 0;
    overflow-y: scroll;
    border-radius: 0;
    padding-top: 40px;
  }
  #filter-goods::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(26, 24, 47, 0.15);
    border-radius: 5px;
  }
  #filter-goods::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
  }
  #filter-goods .filter-x {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    background: url(../img/x.svg) center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .filter-btns {
    float: left;
  }
  #filter-goods .filter-block .filter-sum {
    float: right;
  }
}

@media(max-width: 490px){
  .catalog .catalog-list-title {
    border: none;
  }
  .top-menu .top-menu-in .has-dropdown .cat-menu, .top-menu .search.search-block:before, .mobile-phone, .mobile-order, .right-menu-col .top-cart {
    padding-left: 2px;
    padding-right: 2px;
  }
  .wrapper, .content .right-col, .footer-contacts .footer-contacts-in {
    max-width: 100%;
	/*max-width: 390px;*/
  }
  .right-menu-col .top-cart .cart-green {
    right: 10px;
  }
  .top-menu {
    font-weight: normal;
    font-size: 12px;
  }
  .header .header-in .phone {
    font-size: 16px;
	padding: 0 15px;
  }
  .header .header-in .phone a:before {
    top: 0;
    left: -24px;
    width: 20px;
    height: 20px;
  }
  .catalog .catalog-order-line .catalog-order-name {
    width: 100%;
    margin-right: 0;
  }
  .catalog .catalog-list {
    justify-content: space-between;
  }
  .catalog .catalog-list .owl-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product .product-top-right .coating-color .product-color-item {
    margin-bottom: 5px;
  }
  .product .product-top-right .product-order-block .product-order-btn.product-add-cart, .product .product-top-right .product-order-block .product-order-btn {
    width: 100%;
    font-size: 16px;
  }
  .product .product-top {
    margin-bottom: 50px;
  }
  .product-bottom .product-tabs .product-tab {
    padding: 10px 16px;
    font-size: 14px;
    margin-right: 16px;
  }
  .product-bottom .product-tub-in .table td, .product-bottom .product-tub-in .table th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .sale-page .sale-page-in .sl-item .sl-item-img {
    width: 135px;
  }
  .sale-page .sale-page-in .sl-item .sl-item-in {
    width: calc(100% - 136px);
  }
  .sale-page .sale-page-in .sl-item .sl-item-in .sl-item-name {
    font-size: 16px;
  }
  .sale_ord-line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sale_ord-line .order-line-link {
    margin-bottom: 10px;
  }
  .text-block table td, .text-block table th {
     padding: 16px 5px;
  }
  .filter-mb {
    top: 0;
  }
}

@media(max-width: 389px){
  .wrapper, .content .right-col, .footer-contacts .footer-contacts-in {
    max-width: 100%;
	/*max-width: 320px;*/
  }
  .top-menu .search.search-block {
    width: 19%;
  }
  .top-menu .top-menu-in .has-dropdown {
    width: 19%;
  }
  .pro-block .pro-item {
    height: 165px;
  }
  .pro-block .pro-item .pro-item-img {
    left: 10px;
  }
  .pro-block .pro-item .pro-item-title {
    width: calc(100% - 90px);
    margin-top: 5px;
  }
  .pro-block .pro-item .pro-item-img {
    max-width: 95px;
  }
  .mobile-phone {
    width: 22%;
  }
  .mobile-order {
    width: 21%;
  }
  .right-menu-col .top-cart {
    width: 19%;
  }
  .header .header-in .phone a:before {
    display: none;
  }
  .catalog .catalog-list-title h1, .catalog .catalog-list-title h3, .catalog .catalog-list-title p {
    line-height: 110%;
  }
  .catalog .catalog-list-title {
    border-bottom: none;
  }
  .catalog .catalog-list .catalog-item .catalog-item-li {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .text-block.text-page.text-grey {
    padding: 30px 19px;
  }
  .text-block.text-page h1, .text-block.text-page h2, .text-block.text-page h3 {
    line-height: 110%;
  }
  .catalog .catalog-list .catalog-item {
    width: 140px;
  }
  .catalog .catalog-list .catalog-item .catalog-item-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-bottom .product-tabs {
    display: flex;
    justify-content: space-between;
  }
  .product-bottom .product-tabs .product-tab {
    width: 49%;
    padding: 10px 2px;
    margin-right: 0;
    min-width: auto;
  }
  .product-bottom .product-tub-in {
    padding-left: 0;
    padding-right: 0;
  }
  .sale-page .sale-page-in .sl-item .sl-item-img {
    display: none;
  }
  .sale-page .sale-page-in .sl-item .sl-item-in {
    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: 110px;
  margin-right: 15px;
}

#cart .cart-list-line .cart-list-name .cart-list-link {
  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-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-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: 6px;
  transition: 0.3s;
  color: #fff;
  background: #25adc2;
  border: none;
}

#ordering .order-send:hover {
  opacity: 0.9;
}

#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%;
  }
}

.nc-demo-modal-wrapper {
  display: none;
}


