body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  background: #f5f5f6;
  color: #484848;
}
body.noscroll {
  overflow: hidden;
  padding-right: 17px;
}
a {
  color: #484848;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
ul {
 -webkit-padding-start: 0px;
 -khtml-padding-start: 0px;
 -o-padding-start: 0px;
 padding-start: 0px;
    padding: 0;
}
*:focus {
    outline: none;
}
a, a:active, a:hover {
    outline: none;
    text-decoration: none;
}
/* bc */
.breadcrumb {
  background: transparent;
  margin: 0 0 15px;
  padding: 0;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
}
.breadcrumb li:after {
  content: '\203A';
    padding: 0 10px;
    color: #97989a;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  color: #74ba2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.breadcrumb > .active {
  color: #818181;
  font-size: 14px;
  line-height: 24px;
}
.breadcrumb > li + li:before {
  content: none;
}
/* .bc */
/* pagination */
.pagination > li > a, .pagination > li > span {
  color: #808080;
  border: none;
  background: transparent;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #28a745;
  background: transparent;
  border: none;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  border-color: transparent;
  background: transparent;
}
/* .pagination */
header {
  background: #fff;
}
.header__flex {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header__brand a {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #ff182d;
  text-transform: uppercase;
}
.header__nav {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.header__nav__row ul {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header__nav__row ul li {
  list-style: none;
  margin-right: 15px;
}
.header__nav__row ul li a {
  color: #000;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.header__nav__row ul li a:hover {
  color: #000;
  border-bottom: 2px solid #dee78b;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.header__cart {
  position: relative;
  margin-left: auto;
}
.header__cart img {
  margin-right: 10px;
}
.header__cart a {
  color: #000;
  font-size: 14px;
}
.hc__count {
  position: absolute;
  top: -15px;
  right: -12px;
  background: #2c611f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
.header__right {
  width: 100%;
  height: 100px;
  margin-left: 40px;
}
.header__top__links {
  padding-top: 10px;
}
.header__right__bottom {
  padding-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__brand img {
  width: 85px;
}
.header__contacts__phone a {
  color: #484848;
  font-weight: bold;
  font-size: 18px;
}
.header__contacts__phone img {
  margin-right: 10px;
}
.header__contacts__schedule {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 12px;
}
.header__bottom {
  height: 55px;
  background: #74ba2f;
  margin-bottom: 15px;
}
.header__bottom__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 55px;
}
.header__cat-btn {
  position: relative;
}
.header__cat-btn.active button {
  background: #7fc53a;
}
.header__cat-btn button {
  display: inline-block;
  line-height: 55px;
  height: 55px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background: #2c611f;
  white-space: nowrap;
  border: none;
  text-align: center;
  width: 100%;
  transition: .7s;
}
.header__cat-btn button:hover {
  background: #2c611f;
  transition: .7s;
}
.header__cat-btn > img {
  margin-right: 12px;
  opacity: .5;
}
.header__cat-drop {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.header__cat-btn.active:hover .header__cat-drop {
  display: block;
}
.top-block__list li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.top-block__list li a {
  font-size: 13px;
  color: #484848;
}
.arrow-next,.arrow-prev{
    position: absolute;
    top: 40%;
    z-index: 5;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: rgba(255,255,255,.3);
}
.slides {
    overflow:hidden;
}
.slides .arrow-next,.slides .arrow-prev{
    opacity:0
}
.slides:hover .arrow-next,.slides:hover .arrow-prev{
    opacity:1
}
.arrow-next{
    right:10px;
    text-align:left;
    padding-left:16px
}
.arrow-prev{
    left:10px;
    text-align:right;
    padding-right:16px
}
.slick-dots{
    margin:6px 0 0;
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slick-dots li{
    display:inline-block
}
.slick-dots button{
    outline:0;
    -webkit-box-shadow:none;
            box-shadow:none;
    border:none;
    -webkit-border-radius:50%;
            border-radius:50%;
    width:12px;
    height:12px;
    margin:0 5px;
    color:transparent
}
.slick-dots .slick-active button{
    background: #ff182d;
}
.cats ul li {
  display: inline-block;
  margin-right: 20px;
}

/* index */
.i-cats-row {
  background: #fff;
}
.i-cats h2, .i-products h2 {
  width: 100%;
  padding: 20px 15px;
  font-size: 22px;
  line-height: 28px;
  color: #484848;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
.i-products h2 {
  margin-top: 40px;
}
.i-cat {
  height: 320px;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 10px;
  border: 1px solid #ebebeb;
}
.i-cat__img {
  position: relative;
}
.i-cat__img img {
  display: inline-block;
  max-height: 150px;
}
.i-cat__title {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
} 
.i-cats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.i-cat-item {
  width: 25%;
  margin-right: -1px;
  margin-bottom: -1px;
}
.i-cat__img {
  position: relative;
  height: 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.i-cat__img img {
  width: 80px;
}
.sets-row.row {
  margin: 0;
}
/* .index */
.slider-text {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
}
.top-btn {
  position: fixed;
  font-size: 1.5em;
  width: 2.1em;
  padding-top: 8px;
  height: 2em;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  margin-left: 0.4em;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px #0000005c;
  box-shadow: 0 2px 2px #0000005c;
  right: 3.8%;
  bottom: 12.9%;
  z-index: 99;
  text-align: center;
  display: none;
}
footer {
  border-top: 1px solid #eaeaea;
  padding: 45px 0 25px;
  color: #2e2e2e;
  padding: 40px 0;
  margin-top: 60px;
  font-size: 13px;
  line-height: 18px;
}
footer a {
  color: #2e2e2e;
}
.footer-bottom {
  background: #fff;
  padding: 10px 0;
  color: gray;
}
.footer__brand {
  display: block;
  margin-top: 14px;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
}
.footer__social {
  margin-top: 10px;
}
.footer__social li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.footer-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer-list li {
  list-style: none;
  margin-bottom: 8px;

}
.footer-list li a {
  font-size: 14px;
  transition: .7s;
}
.footer-list li a:hover {
  color: #fff;
  opacity: .8;
  transition: .7s;
}
.footer-cats {
  columns: 2;
}
.seo-text {
  padding: 60px 0;
}
.seo-text h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 40px;
}
/* product */
.product {
  background: #fff;
  height: 450px;
  position: relative;
  margin-bottom: 30px;
  transition: 7s;
}
.product:hover {
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15)!important;
  z-index: 1;
  transition: .7s;
}
.product__img {
  position: relative;
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  position: relative;
}
.product__img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 150px;
  max-width: 100%;
}
.product__badge1 {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
}
.product__badge2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.product__tags a {
  color: #C781AF;
  margin-top: 10px;
}
.product__in {
  position: relative;
  padding: 0 15px;
}
.product__composition {
  font-size: 13px;
  color: gray;
}
.product__price {
  position: absolute;
  bottom: 30px;
  left: 15px;
  font-size: 16px;
  font-weight: bold;
}
.product__btn {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.product__btn a {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #28a745;
  color: #fff;
}
.product__btn img {
  vertical-align: baseline;
}
.product__btn .marked {
  padding-left: 10px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.product__btn.animate .marked {
  padding-left: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.product-view__in {
  padding: 20px;
  background: #fff;
}
.product-view__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.product-view__price {
  font-size: 30px;
  margin: 20px 0;
}
.product-view__price .price-sub {
  font-size: 14px;
}
.product-nav {
    padding-left: 0;
    -webkit-padding-start: 0;
    margin: 20px 0 40px;
    border-bottom: 2px solid #eee;
}
.product-nav li {
    display: inline-block;
}
.product-nav li a {
    display: block;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #aeaeae;  
    position: relative;
}
.product-nav li a.active {
    color: #000;
}
.product-nav li a:hover {
    color: #000;
}
.product-nav li a.active:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ff182d;
}
.product-tab {
  display: none;
}
.product-tab.active {
  display: block;
}
.tab-characteristic__name {
  font-weight: bold;
}
.product-sim {
  margin: 40px 0;
}
.product-sim h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.prod-price__list {
  margin-bottom: 10px;
}
.prod-price__val {
  margin-bottom: 10px;
}
.prod-price__val .prod-price-v__t {
  position: relative;
  display: inline-block;
  width: 150px;
  font-size: 13px;
  display: inline-block;
}
.prod-price__val .prod-price-v__t span {
  position: relative;
  background: #f9f9f9;
  display: inline-block;
  z-index: 2;
  padding-right: 10px;
}
.prod-price__val .prod-price-v__t:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  content: '';
}
.prod-price-v__v {
  display: inline-block;
}
.prod-price__list b {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.prod-price__sub {
  margin-top: 10px;
  font-size: 14px;
  color: gray;
}
.pv__buy-btn {
  display: flex;
  align-items: center;
  margin: 80px 0 40px;
}
.btn-buty {
  vertical-align: top;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #28a745;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
  border: none;
  padding: 0 40px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.btn-buty:hover, .btn-buty:focus, .btn-buty:active {
  background: #188531;
  transition: .7s;
}
.qty-group {
  background: #f5f5f5;
  display: flex;
  margin-right: 20px;
}
.qty-group .qty-minus, .qty-group .qty-plus {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
#qty {
  padding: 0 5px;
  height: 40px;
  border: none;
  border-radius: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  width: 60px;
  background: #f5f5f5;
}

.pv__buy-btn span {
  font-size: 13px;
  color: gray;
  margin-left: 4px;
  display: inline-block;
}
/* .product */
/* text block */
.text-block {
  font-size: 15px;
  color: #000;
}
.text-block p {
  line-height: 26px;
  margin-bottom: 20px;
}
.text-block h2 {
  color: #282828;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: left; 
  margin: 20px 0;
}
.text-block ul {
  list-style: inside;
}
.text-block li {
  margin-bottom: 12px;
}
.text-block a {
  border-bottom: 1px solid #ccc;
}
/* .text block */
/* slider */
.slider-for {
  margin-bottom: 10px;
}
.slider-for img {
  max-width: 100%;
  max-height: 350px;
  margin: 0 auto;
  display: block;
}
.slider-nav {
  position: relative;
  margin: 0 -5px;
}
.slider-for .arrow-next, .slider-for .arrow-prev {
  position: absolute;
  top: 45%;
  z-index: 2;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #f9f9f9;
  color: #ccc;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  opacity: 1;
} 
.slider-for .arrow-next:hover, .slider-for .arrow-prev:hover {
  opacity: .7;
}
.slider-for .arrow-prev {
  left: -30px;
}
.slider-for .arrow-next {
  right: -30px;
}
.slider-for a:hover, .slider-for a:focus, .slider-for:active {
  outline: none;
}
.slider-nav img {
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.slider-nav img:hover {
  opacity: .6;
}
.slick-slide { 
  height: auto; 
}
.product-view__img img {
  max-height: 350px;
  display: block;
  margin: 0 auto;
}
/* .slider */

/* shopcart */
.shopcart-button .btn-main {
  margin-bottom: 20px;
  line-height: inherit;
  height: auto;
  padding: 20px 40px;
}
.shopcart-button .btn-main:last-child {
  background: #b22d60;
  color: #fff;
}
.shopcart-summary {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin: 20px 0;
}
.cart-item {
    height:100px;
    max-width: 600px;
    position: relative;
    background-color:#fff;
    padding: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}

.cart-item-one {
  font-size: 12px;
  font-weight: normal;
}

.cart-item__title {
  width: 350px;
  margin-right: 10px;
  font-size: 14px;
  display: flex;
}
.cart-item__img {
  margin-right: 10px;
}
.cart-item__img img {
  width: 40px;
}
.cart-item__price{
    font-weight:bold;
    font-size: 14px;
    margin-left: auto;
    white-space: nowrap;
}
.cart-base-price {
  font-size: 12px;
}
.cart-item__del {
  display: inline-block;
  padding: 3px;
  border: 1px solid #ccc;
  margin-left: 4px;
  border-radius: 4px;
  font-size: 12px;
}
.cart-item__action span {
  font-size: 12px;
  color: #ccc;
  border-bottom: 1px dashed #ccc;
}
.cart-item:hover .cart-item__action {
  display: block;
}
.schopcart__totals {
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
          box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.input-group button{
    outline:0;
    border:none;
    background:0 0
}
.input-count{
    padding:14px
}

.schopcart__totals .btn-main {
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.cart-count-group {
  background: #f5f5f5;
  display: flex;
  margin-right: 20px;
}
.cart-count-group .cart-count-minus, .cart-count-group .cart-count-plus {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.cart-item__qty .cart-count {
  padding: 0 5px;
  height: 30px;
  font-size: 12px;
  border: none;
  border-radius: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  width: 40px;
  background: #f5f5f5;
}

/* .schopcart */
.ben {
  position: relative;
  padding-left: 65px;
}
.ben__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.ben__pic svg {
  width: 30px;
  height: 30px;
  margin: 12px;
}
.ben__pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgb(222, 231, 139);
    border-radius: 30% 60% 50% 50%;
}
.ben__pic svg {
  position: relative;
  z-index: 2;
}

.btn-main {
  vertical-align: top;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #28a745;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
  border: none;
  padding: 0 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.btn-main:hover, .btn-main:focus, .btn-main:active {
  background: #188531;
  color: #fff;
  transition: .7s;
}
.bens {
  padding: 60px 0;
  background: #f5f5f5;
}
h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.product__title {
  margin: 10px 0;
}
.product__title a {
  color: #000;
  font-size: 15px;
}
.product-info {
  margin-top: 40px;
}
.pv__sizes__info {
  margin-top: 40px;
}
.pv__sizes__info table {
  background: #fff;
}
.header__search {
  width: 100%;
  margin: 0;
  position: relative;
  padding-top: 7px;
}
.header__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  outline: none;
  padding: 0 20px;
}
.header__search input {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 41px;
  line-height: 41px;
  padding: 0 50px 0 15px;
  position: relative;
  border: none;
  border-radius: 5px;    
  border: none;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.header__search input::-webkit-input-placeholder {
  font-size: 14px;
}
.header__search input::-moz-placeholder {
  font-size: 14px;
}
.header__search input:-ms-input-placeholder {
  font-size: 14px;
}
.header__search input::-ms-input-placeholder {
  font-size: 14px;
}
.header__search input::placeholder {
  font-size: 14px;
}
.header-search {
  position: relative;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.search-btn button {
  background: #e9edf4;
  height: 30px;
  font-size: 12px;
  padding: 0 13px;
  outline: none;
  border: none;
}
.search-btn button svg {
  fill: #000;
}
.search__results {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 99;
  padding: 15px 0;
  display: none;
  max-height: 370px;
  overflow-y: auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.search__results::-webkit-scrollbar {
  width: 4px;
}
 
.search__results::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}
 
.search__results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #fff;
}
.search__results.open {
  display: block;
}
.search-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 5px;
}
.search-item__text {
  margin-left: 20px;
}
.search-item__img img {
  width: 60px;
}
.search-item__price {
  font-weight: bold;
}
/* cat */
.cat-card {
  background: #fff;
  border: 1px solid #ebebeb;
}
.card-header {
  padding: 20px 15px;
  border-bottom: 1px solid #ebebeb;
}
.card-header h1 {
  font-size: 26px;
  line-height: 32px;
  color: #484848;
  font-weight: normal;
  margin: 0;
}
.row.cat-row {
  margin: 0;
}
.cat-row .col-md-4, .cat-row .col-lg-3, .cat-row  .col-sm-6, .cat-row  .col-xs-6 {
  padding: 0;
}
.cat-row .product {
  margin-bottom: 0;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.cat-list {
  background: #fff;
  border: 1px solid #ebebeb;
}
.cat-list li a.active {
  color: #74ba2f;
}
.cat-list li {
  list-style: none;
}
.cat-list li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
/* .cat */
/* article */
.article__btn a {
  color: #74ba2f;
  border-bottom: 1px solid;
}
/* .article */
/* order */
.order h1 {
  margin-bottom: 20px;
}
.order-form {
  background: #fff;
  padding: 10px;
}
.h1__sub {
  font-size: 14px;
  margin-bottom: 40px;
}
.help-block {
  height: 0;
  margin-top: 0;
  font-size: 13px;
}
.order-products {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px #eee;
}
.delivery-block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.delivery-block label {
  font-weight: normal;
  margin-bottom: 20px;
}
.delivery-select {
  display: none;
  margin-bottom: 20px;
  background: #fff;
  padding: 5px;
}
.delivery-select.active {
  display: block;
}
.ds2-option {
  display: inline-block;
  color: #337ab7;
  cursor: pointer;
  margin-bottom: 5px;
}
.totals-block {
  margin: 30px 0;
}
.promo-group button {
  margin-top: 22px;
  background: #eee;
  color: #000;
}
.total__v {
  font-weight: bold;
  font-size: 18px;
}
.total {
  margin-bottom: 10px;
}
.js-add-promo {
  margin-top: 27px;
}
.h1 {
  margin: 0 0 20px;
}
.h1 span {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    display: inline-block;
}
.h1 a {
    font-size: 16px;
    display: inline-block;
    margin-left: 7px;
    padding: 5px;
    color: gray;
    border: 1px solid #ccc;
}
.tb-total {
    display: flex;
    flex-direction: row;
}
.total__t {
    width: 165px;
}
@media (max-width: 768px) {
    .order__sum {
        margin-top: 16px;
        font-size: 14px;
    }
}
/* .order */

.article {
  margin-bottom: 30px;
  height: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .article {
    height: 500px;
  }
}

.panel-adaptive {
  position: fixed;
  top: 60px;
  right: 0;
  left: 100%;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  display: none;
  border-top: 1px solid #eee;
  -webkit-transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
  transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
  -o-transition: transform .35s cubic-bezier(.55,.085,.68,.53);
  transition: transform .35s cubic-bezier(.55,.085,.68,.53);
  transition: transform .35s cubic-bezier(.55,.085,.68,.53), -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53),-webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    padding-bottom: 60px;
}
.panel-adaptive.panel-right {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition-duration: .63s;
         -o-transition-duration: .63s;
            transition-duration: .63s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
         -o-transition-timing-function: cubic-bezier(.23,1,.32,1);
            transition-timing-function: cubic-bezier(.23,1,.32,1); 
}
.panel-adaptive ul li {
  list-style: none;
}
.pa__elem, .pa__catalog__list li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px;
  color: #19212a;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.pa__elem {
  background: #f7f7f7;
}
.pa__catalog-btn {
  color: #28a745;
}
.pa__catalog-btn i {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 11px;
  color: #c7c7c7;
}
.panel-adaptive .pa__plinks li a {
  font-weight: 400;
}
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}
.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 30px;
    height: 24px;
    display: inline-block;
    position: relative; 
}

.hamburger-inner {
  display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #757575;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
    display: block; 
}
.hamburger-inner::before {
  top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--elastic-r .hamburger-inner {
  top: 5px;
    -webkit-transition-duration: 0.275s;
         -o-transition-duration: 0.275s;
            transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
         -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; 
}
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
            transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.075s;
         -o-transition-delay: 0.075s;
            transition-delay: 0.075s; 
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; 
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
            transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
         -o-transition-delay: 0.075s;
            transition-delay: 0.075s; 
}
.header__menu {
  display: none;
}
.header__social {
  margin-left: 50px;
}
.header__social span {
  margin-right: 8px;
}
.header__social ul {
  display: inline-block;
}
.header__social ul li, .footer__social ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.header__social ul li a {
  display: block;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.footer__social ul li a {
  display: block;
  border-radius: 50%;
  border: 3px solid #f5f5f6;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.header__social ul li a:hover, .footer__social ul li a:hover {
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.header__social ul li:not(:first-child), .footer__social ul li:not(:first-child) {
  margin-left: -15px;
  z-index: 2;
}
/*
form button[type="submit"] img {
  width: 15px;
  -webkit-animation-name:spin;
  -webkit-animation-duration:4s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name:spin;
  -moz-animation-duration:4s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
  -ms-animation-name:spin;
  -ms-animation-duration:4s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-timing-function:linear;
  animation-name:spin;
  animation-duration:4s;
  animation-iteration-count:infinite;
  animation-timing-function:linear
}
@-webkit-keyframes spin {
    from{
        -webkit-transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin {
    from{
        -webkit-transform:rotate(0);
                transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg)
    }
}
*/
.header__brand {
  display: block;
}
.header__brand__mob, .header__search__mob {
  display: none;
}
.header__brand__mob img {
  height: 45px;
}
.mobile-cart {
  display: none;
}
.product__qty {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #ccc;
}
.product__qty div {
  background: #fff;
  border: none;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.pr__qty__value {
  width: 30px;
}
.pr__qty__minus, .pr__qty__plus {
  width: 25px;
  cursor: pointer;
}
.pr__qty__minus:before {
  content: '-';
}
.pr__qty__plus:before {
  content: '+';
}
.mobile-search-wrap {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  overflow-y: auto;
  max-height: 400px;
  border-top: 1px solid #eee;
}
.mobile-search-wrap:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 8px;
  background: url(/img/s.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
}
.mobile-search-wrap input {
  width: 100%;
  height: 60px;
  padding: 0 50px 0 35px;
  outline: none;
  border: none;
}
.mobile-search-wrap button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #28a745;
  padding: 5px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
}
.mobile-search-wrap.open {
  display: block;
  box-shadow: 2px 2px 20px rgb(176 176 176 / 64%);
}

@media (min-width: 1400px) {
  .container {
      width: 1350px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .header__nav, .header__contacts, .header__profile {
    display: none;
  }
  .header__brand {
    display: none;
  }
  .mobile-cart {
    display: block;
  }
  .header__brand__mob, .header__search__mob {
    display: block;
  }
  .header__right {
    display: none;
  }
  .header__menu {
    display: block;
  }
  .header__brand {
    width: 100px;
    height: 60px;
  }
  .header__flex {
    height: 60px;
  }
  .header__cart {
  }
  .hc__count {
    right: -5px;
  }
  .panel-adaptive {
    display: block;
  }
  .header__menu {
    display: block;
    width: 45px;
    height: 60px;
  }
  header {
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .breadcrumb {
    margin: 10px 0;
  }
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .seo-text {
    padding: 20px 0;
  }
  .seo-text h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .cart-item {
    height: auto;
    min-height: 100px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
  .cart-item__action {
    display: none;
  }
  .i-cats {
    padding: 20px 0;
  }
  .slider-for .arrow-prev {
    left: 2px;
  }
  .slider-for .arrow-next {
    right: 2px;
  }
  .slider-for .arrow-next, .slider-for .arrow-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .product-view__title {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 5px;
  }
  .product-view__price {
    font-size: 20px;
  }
  .product__in {
    height: 150px;
  }
  .bens {
    padding: 20px 0;
  }
  .i-cats-row {
    flex-wrap: wrap;
  }
  .ben {
    font-size: 12px;
    height: 80px;
  }
  .cat-list {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .i-cat-item {
    width: 50%;
  }
  .header__search__mob {
    margin-left: auto;
  }
  .header__search__mob button {
    background: transparent;
    outline: none;
    border: none;
  }
  .header__cart {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .cart-item__title {
    margin-bottom: 20px;
  }
  .product__qty {
    display: none;
  }
  .product__price {
    position: relative;
  }
  .product__in {
    padding: 0 5px;
    height: 120px;
  }
  .product__price {
    position: relative;
    bottom: inherit;
    left: 0;
    padding: 0 5px;
  }
  .product__btn {
    margin-top: 7px;
    position: relative;
    bottom: inherit;
    right: inherit;
    padding: 0 5px;
  }
  .ben {
    height: auto;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: center;
  }
  .ben__icon {
    position: relative;
  }
  .ben__pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-color: rgb(222, 231, 139);
    border-radius: 30% 60% 50% 50%;
  }
  .i-slider {
    margin: 15px 0;
  }
  .pv__buy-btn {
    flex-wrap: wrap;
  }
  .qty-group {
    margin-bottom: 15px;
  }
  .search-item__img img {
    width: 30px;
  }
  .search-item__title {
    font-size: 12px;
  }
  .bens {
    display: none;
  }
}