@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
  url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
  url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}

html, body {
  width: 100%;
  height: 100%;
}

/*body{*/
/*  line-height: 1.3;*/
/*}*/

main {
  min-height: 100%;
}

a {
  outline: none;
  color: #bc1419;
  transition: .3s;
}

a:hover {
  text-decoration: none;
  color: #bc1419;
}

@media screen and (max-width: 769px) {
  .container {
    max-width: 100%;
  }

  .p-account__main{
    padding-right: 15px!important;
    padding-left: 15px!important;
  }

  .p-password{
    position: relative!important;
    width: 100%!important;
    margin-bottom: 20px!important;
  }

  .checkout__form{
    width: 100%!important;
  }

  .p-personal__social{
    margin-bottom: 0!important;
  }

  .p-order__price {
    width: 90px!important;
  }

  .p-order__art {
    width: 70px!important;
  }

  .p-order__count{
    width: 20px!important;
  }

}
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

textarea, select, input, button { outline: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea, select, input, button, img, a {
  outline:0 !important;
}

body.menu-opened {
  overflow: hidden;
}

.content-box {
  padding: 30px 0;
}
.content-box-title {
  margin: 20px 0;
}
.content-box-title h1, .content-box-title h2 {
  font-weight: normal;
  font-size: 22px;
}
@media screen and (max-width: 415px) {
  .content-box {
    margin-top: 0;
    padding: 15px 0;
  }
}
.section-title {
  margin: 40px 0;
}
.section-title h3 {
  font-size: 22px;
  font-weight: normal;
}
.categories-list .category {
  color: #2f2f2f;
  text-decoration: none;
  border: 1px solid transparent;
  transform: translateY(0);
  transition: 0.3s ease;
  background: #fff;
  margin-bottom: 20px;
}
.categories-list .category-image {
  height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #fff;
  overflow: hidden;
}
.categories-list .category-image img {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .categories-list .category-image {
    height: 110px;
  }
}
.categories-list .category-title {
  display: block;
  padding: 10px;
}
.categories-list .category:hover {
  transform: translateY(-10px);
  color: #b11d24;
  border: 1px solid #f4f3f3;
  box-shadow: 0 10px 20px -10px #9e9e9e;
}
@media screen and (max-width: 769px) {
  .categories-list .category {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 415px) {
  .categories-list {
    margin: 0;
  }
}
.breadcrumbs nav {
  font-size: 12px;
}
.breadcrumbs nav a {
  color: #b11d24;
  text-decoration: underline;
}
.breadcrumbs nav a::after {
  content: "\56";
  font-family: "dripicons-v2";
  display: inline-block;
  vertical-align: middle;
  color: #484848;
  margin: 0 4px;
}
.breadcrumbs nav span {
  color: #484848;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .breadcrumbs {
    margin-top: 95px;
    margin-bottom: -25px;
  }
}
.catalog-list {
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 667px) {
  .catalog-products.opened {
    transform: translateX(47vw);
  }
}
.catalog-list .category {
  border: 1px solid #f4f3f3;
  border-bottom: none;
}
.catalog-list .category .all-categories {
  display: block;
  padding: 10px;
  border: 1px solid #9e9e9e;
  font-size: 14px;
  text-transform: uppercase;
  background: #f4f3f3;
  color: #9e9e9e;
}
.catalog-list .category .all-categories:hover {
  background: #9e9e9e;
  color: #fff;
}
.catalog-list .category-img {
  height: 157px;
}
.catalog-list .category-img img {
  transition: 0.1s ease;
}
@media screen and (max-width: 420px) {
  .catalog-list .category-img img {
    width: 70% !important;
    display: block;
    margin: 0 auto;
  }
}
.catalog-list .category-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.catalog-list .category-title a {
  transition: 0.3s ease;
  color: #fff;
}
.catalog-list .category-products-list {
  background: #f4f3f3;
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
  font-size: 12px;
  flex-grow: 1;
}
.catalog-list .category-products-list li {
  /*&::before {
   content: '';
   display: inline-block;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 10px;
   height: 10px;
   margin-right: 10px;
   background: #ffe400;
   }*/
  margin-bottom: 5px;
}
.catalog-list .category-products-list li a {
  font-size: 14px;
  color: #000;
}
.catalog-list .category:hover .category-img img {
  transform: scale(1.1);
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .catalog-list .category a {
    font-size: 12px;
  }
}
.catalog-title {
  margin: 20px 0;
}
.catalog-title h1 {
  font-weight: normal;
  font-size: 30px;
}
@media screen and (max-width: 420px) {
  .catalog-title {
    margin: 40px 0 30px;
  }
}
.filter-fixed-button {
  visibility: hidden;
}
@media screen and (max-width: 769px) {
  .filter-fixed-button {
    visibility: visible;
    position: fixed;
    top: 50%;
    left: 0;
    padding: 0;
    z-index: 1000;
    display: none;
  }
}

.filter-fixed-button a {
  background: #2f2f2f;
  padding: 10px;
}
.filter form {
  position: relative;
}
.filter form .show-result {
  display: none;
  position: absolute;
  left: 100%;
  top: 40%;
  z-index: 5;
}
.filter form .show-result a {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 5px;
  font-size: 14px;
  width: 100px;
}
.filter form .show-result a::before {
  content: '';
  position: absolute;
  left: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  top: 9px;
  border-style: solid;
  border-width: 6.5px 14px 6.5px 0;
  border-color: transparent #000 transparent transparent;
  line-height: 0px;
  _border-color: #fff #000 #fff #fff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}
.filter-section {
  border: 1px solid #f4f3f3;
  margin-bottom: 20px;
}
.filter-section-title {
  display: block;
  color: #000;
  background: #f4f3f3;
  border-bottom: 1px solid #f4f3f3;
  padding: 10px 15px;
  font-size: 12px;
}
.filter-section-title i {
  vertical-align: middle;
  float: right;
}
.filter-section-title:hover {
  text-decoration: none;
  color: #b11d24;
}
.filter-section-content {
  padding: 20px 15px 0;
}
.filter-section-content .form-group {
  margin-bottom: 10px;
}
.filter-section-content .form-group.disabled {
  opacity: 0.7;
}
.filter-section-content label {
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 80%;
}
.filter-section-content input[type="checkbox"] {
  background: #fff;
}
.filter-section-content button {
  background: #f4f3f3;
  color: #484848;
  border: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 450px) and (max-width: 1025px){
  .filter-section-content button,
  .filter-section-content button.reset-filter{
    font-size: 12px !important;
  }
}
.filter-section-content button[type="submit"] {
  background: #b11d24;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 769px) {
  .filter-column.opened {
    display: block !important;
  }
  .filter-column.opened .filter {
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 15px;
  }
}
.catalog-container {
  width: 100%;
}
.catalog-products-list .list-header {
  padding: 5px 15px;
  background: #f4f3f3;
  margin-bottom: 20px;
  font-size: 13px;
}
.catalog-products-list .list-header .sorting p {
  margin-bottom: 0;
  display: inline-block;
}
.catalog-products-list .list-header .sorting form button {
  color: #9e9e9e;
  background: none;
  -webkit-appearance: unset;
  box-shadow: none;
  border: none;
  outline: none;
}
.catalog-products-list .list-header .sorting form button:hover {
  text-decoration: none;
  color: #b11d24;
}
.catalog-products-list .list-header .show-per-page form label {
  margin-bottom: 0;
}
.catalog-products-list .list-header .change-view a {
  font-size: 20px;
  color: #9e9e9e;
  margin-right: 5px;
  text-decoration: none;
}
.catalog-products-list .list-header .change-view a.current {
  color: #b11d24;
}
.catalog-products-list .list-header .change-view a:hover {
  color: #b11d24;
}
.sorting.catalog__sorting form button svg {
  fill: #9e9e9e;
  width: 16px;
  margin-left: 8px;
}
.catalog-products-list .view .product {
  padding: 5px;
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}
.catalog-products-list .view .product-image__inner {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 100%;
  min-height: 187px;
}

.catalog-products-list .view .product-image__inner img{
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.catalog-products-list .view .product-image__inner .product-favourite-compare {
  position: absolute;
  right: 2px;
  top: 0;
  z-index: 1;
  display: flex;
}
.catalog-products-list .view .product-image__inner .product-favourite-compare a {
  font-size: 20px;
  color: #fff;
  margin-left: 2px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #908989;
}
.catalog-products-list .view .product-image__inner .product-favourite-compare a:hover {
  color: #b11d24;
}

.catalog-products-list .view .product-image__inner .product-favourite-compare .icon_favoriets {
  background: url('../images/favorites.svg') no-repeat;
  background-size: 20px;
  background-color: rgba(210, 210, 210, 0.3);
  width: 34px;
  height: 34px;
  display: block;
  background-position: center;
}

.catalog-products-list .view .product-image__inner .product-favourite-compare .icon_compare {
  background: url('../images/compare.svg') no-repeat;
  background-size: 20px;
  background-color: rgba(210, 210, 210, 0.3);
  width: 34px;
  height: 34px;
  display: block;
  background-position: center;
}

.catalog-products-list .view .product-image__inner .product-favourite-compare .icon_compare:hover,
.catalog-products-list .view .product-image__inner .product-favourite-compare .icon_favoriets:hover {
  background-color: #484848;
}

.catalog-products-list .view .product-image__inner .product-favourite-compare .favoriets.del i {
  background-color: #b11d24 !important;
}

.catalog-products-list .view .product-image__inner .product-favourite-compare .compare_link.active i {
  background-color: #b11d24 !important;
}

.catalog-products-list .view .product-image__inner .product-label {
  font-size: 12px;
  padding: 10px 20px;
  color: #fff;
  background: #b11d24;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
}
.catalog-products-list .view .product-image__inner .quick-view {
  transition: 0.4s ease;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 10px;
  background: #f4f3f3;
  text-align: center;
}
.catalog-products-list .view .product-image__inner .quick-view a {
  display: inline-block;
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: none;
}
.catalog-products-list .view .product-image__inner .quick-view a:hover {
  color: #b11d24;
}
.catalog-products-list .view .product-image__inner .quick-view i {
  margin-right: 5px;
  font-size: 18px;
  margin-bottom: -2px;
  display: inline-block;
  vertical-align: middle;
}
.catalog-products-list .view .product-info__header {
  background-color: #f4f3f3;
  width: calc(100% + 2px);
  margin: 0 -1px;
  font-size: 12px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}
.catalog-products-list .view .product-info__header .title {
  color: #9e9e9e;
}
.catalog-products-list .view .product-info__header .value {
  color: #000;
}

.catalog-products-list .view .product-info__header .product_code {
  margin-right: 20px;
}

.catalog-products-list .view .product-info__header .product_status {
  display: none;
}

.catalog-products-list .view .product-info__description {
  padding: 15px;
  height: 100%;
  position: relative;
}

.catalog-products-list .view .product-info__description .store_quantity {
  font-size: 12px;
  display: flex;
}

.catalog-products-list .view .product-info__description .quantity_ratio_for_one_alt_measure {
  font-size: 12px;
  display: flex;
}

.catalog-products-list .view .product-info__description .quantity_ratio_for_one_alt_measure .icon {
  background: url('../images/quantity_ratio.svg') no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}

.catalog-products-list .view .product-info__description .quantity_ratio_for_one_alt_measure .title {
  margin-right: 5px;
}

.catalog-products-list .view .product-info__description .store_quantity .icon {
  background: url('../images/store_quantity.svg') no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
  background-size: contain;
}

.catalog-products-list .view .product-info__description .store_quantity .title {
  margin-right: 5px;
}

.catalog-products-list .view .catalog__desc{
  padding: 15px;
  font-size: 12px;
  display: flex;
}

.catalog-products-list .view .catalog__desc .icon {
  background: url('../images/allert.svg') no-repeat;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 5px
}

.catalog-products-list .view .catalog__desc .text {
  height: 37px;
  overflow: hidden;
}

.catalog-products-list .view .product-info__description a {
  height: 55px;
  display: block;
  overflow: hidden;
  line-height: 1.3;
  font-size: 14px;
  color: #000;
}

.catalog-products-list .view .product-info__description a:hover {
  text-decoration: none;
  color: #b11d24;
}
.catalog-products-list .view .product-info__price-actions {
  padding: 10px;
  border-width: 1px 1px 2px 0px;
  border-style: solid;
  border-color: #f4f3f3;
  position: relative;
}

.catalog-products-list .view .product-info__price-actions .product-price-type,
.catalog-products-list .view .product-info__price-actions .quantity-ratio {
  font-size: 12px;
}

.catalog-products-list .view .product-info__price-actions .product-price-type span,
.catalog-products-list .view .product-info__price-actions .quantity-ratio span {
  color: #9e9e9e;
}

.catalog-products-list .view .product-info__price-actions .product-price {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

@media screen and (min-width: 421px) {
  .catalog-products-list .view .product-info__price-actions .counterr {
    display: inline-block;
  }
}

.catalog-products-list .view .product-info__price-actions .counterr .counterr-body {
  display: flex;
}

.catalog-products-list .view .product-info__price-actions span.counterr-minus {
  margin-right: -4px;
}

.catalog-products-list .view .product-info__price-actions span.counterr-plus {
  margin-left: -5px;
}

.catalog-products-list .view .product-info__price-actions span:hover {
  color: #b11d24;
}

.catalog-products-list .view .product-info__price-actions .product-user-actions .counter-minus,
.catalog-products-list .view .product-info__price-actions .product-user-actions .counter-plus {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  background-color: #f3f3f3;
}

.catalog-products-list .view .product-info__price-actions .product-user-actions input {
  height: 45px;
  text-align: center;
  font-size: 20px;
  border: 0;
  margin: 0 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3) inset;
  width: calc(100% - 100px);
}

.catalog-products-list .view .product-info__price-actions .product-user-actions input {
  padding: 0px;
}

.catalog-products-list .view .product-info__price-actions .product-user-actions input[type=number]::-webkit-inner-spin-button, .catalog-products-list .view .product-info__price-actions .product-user-actions input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-products-list .view .product-info__price-actions .product-user-actions .add-to-cart {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.catalog-products-list .view .product-info__price-actions .product-user-actions .add-to-cart a {
  background: #b11d24;
  padding: 12px 10px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  font-weight:normal;
  border: 1px solid transparent;
  text-align: center;
}
.catalog-products-list .view .product-info__price-actions .product-user-actions .add-to-cart a i {
  line-height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
}
.catalog-products-list .view .product-info__price-actions .product-user-actions .add-to-cart a:hover {
  text-decoration: none;
  background: #fff;
  color: #b11d24;
  border: 1px solid #b11d24;
}
.catalog-products-list .view .product-info__price-actions .product-user-actions .add-to-cart a:hover i::before {
  background: url(../images/cart.svg) no-repeat center/contain;
}
.catalog-products-list .view .product-info__price-actions .list-view__user-actions {
  display: none;
}
.catalog-products-list .view .product:hover .quick-view {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 420px) {
  .catalog-products-list .view .product-info__description .additional_information {
    margin-top: 10px;
  }

  .catalog-products-list .view .product-user-actions .add-to-cart {
    width: 100%;
  }

  .catalog-products-list .view .product-user-actions .add-to-cart a {
    width: 100%;
  }

  .catalog-products-list .view .product-info__price-actions {
    padding: 15px;
  }
}

.catalog-products-list .view-table-list .product {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px 0;
}
.view-table {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.view-table-list, .view-table {
  margin-top: -8px !important;
}
.view-list {
  margin-top: -2px !important;
}

.view-list > div:nth-child(odd) {
  background: #000;
}

.catalog-products-list .view-table-list .product-image {
  border-style: solid;
  border-color: #f4f3f3;
  border-width: 1px 0px 2px 1px;
}
.catalog-products-list .view-table-list .product-info {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #f4f3f3;
}

.catalog-products-list .view-table-list .product-info__description a {
  height: 80px;
}

.catalog-products-list .view-table-list .product-info__description .product_title {
  font-size: 16px;
}

@media screen and (min-width: 630px) {
  .catalog-products-list .view-table-list .product-info__price-actions .product-user-actions {
    bottom: 10px;
    position: absolute;
  }
  .catalog-products-list .view-table-list .product-info__description .additional_information {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 421px) {
  .catalog-products-list .view-table-list .product-info__price-actions {
    padding: 10px 10px 10px 10px;
    width: 210px;
  }

  .catalog-products-list .view-table-list .product-info__price-actions .product-user-actions {
    width: 189px;
  }

  .catalog-products-list .view-table-list .product-info__price-actions .product-user-actions .add-to-cart a {
    width: 188px;
  }
}

.product-box-tabs .nav-tabs {
  border-bottom: none;
}
.product-box-tabs .nav-tabs .nav-link {
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 20px;
}
.product-box-tabs .nav-tabs .nav-link.active {
  background: #2f2f2f;
  color: #fff;


}

@media screen and (min-width: 421px) and (max-width: 629px) {
  .catalog-products-list .view-table-list .product-image {
    display: none;
  }

  .catalog-products-list .view-table-list .product-info__description .additional_information {
    margin-top: 10px;
  }
}

@media screen and (max-width: 420px) {
  .catalog-products-list .view-table-list .product {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .catalog-products-list .view-table-list .product-image {
    height: 216px;
    border-width: 1px 1px 0px 1px;
  }
  .catalog-products-list .view-table-list .product-info {
    background: #fff;
    border-width: 1px 1px 1px 1px;
  }

  .catalog-products-list .view-table-list .product .product-user-actions {
    margin-top: 10px;
  }

  .catalog-products-list .view-table-list .product .product-user-actions .add-to-cart a {
    vertical-align: middle;
    padding: 9px 17px;
  }

  .catalog-products-list .view-table-list .product-info__price-actions {
    border-width: 0px 1px 2px 1px;
  }
}

@media screen and (min-width: 630px) {
  .catalog-products-list .view-table-list .product-image {
    width: 311px;
    height: 235px;
  }

  .catalog-products-list .view .product-image__inner {
    width: 100%;
  }
}

.catalog-products-list .view-table .product {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  flex-direction: column;
}
.catalog-products-list .view-table .product-image {
  padding: 0 !important;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #f4f3f3;
}

@media screen and (min-width: 668px) {
  .catalog-products-list .view-table .product-image {
    height: 217px;
  }
}

@media screen and (max-width: 667px) {
  .catalog-products-list .view-table .product-image {
    height: 250px;
  }
}

.catalog-products-list .view-table .product-info {
  padding: 0;
  justify-content: space-between;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #f4f3f3;
}

.catalog-products-list .view-table .product-info__description a {
  height: 75px;
}

.catalog-products-list .view-table .product-info__description .additional_information {
  padding: 20px 0px 10px 0px;
}

.catalog-products-list .view-table .product-info__price-actions {
  padding: 0;
  padding: 5px 15px 15px;
  border-width: 0px 1px 2px 1px;
  border-style: solid;
  border-color: #f4f3f3;
}

.catalog-products-list .view-table .product-info__price-actions .add-to-cart {
  width: 100%;
}

.catalog-products-list .view-table .product-info__price-actions .add-to-cart a {
  padding: 8px 15px !important;
  font-weight: normal !important;
  padding-right: 22px !important;
  height: 100%;
  line-height: 40px;
  padding: 0 !important;
  font-size: 14px;
}

.catalog-products-list .view-table .catalog__desc,
.catalog-products-list .view-list .catalog__desc {
  display: none;
}

.catalog-products-list .view-list .product .catalog__desc {
  font-size: 12px;
}

.catalog-products-list .view-list .product .product-price {
  font-size: 18px;
}

.catalog-products-list .view-list .product-image {
  display: none;
}
.catalog-products-list .view-list .product-info {
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #f4f3f3;
  align-items: center;
  justify-content: space-between;
}

.catalog-products-list .view-list .product .product-info__header {
  font-size: 12px;
  padding: 7px 20px 7px 15px;
}

.catalog-products-list .view-list .product .product-info__header p {
  width: 65px;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare {
  z-index: 1;
  display: flex;
  margin-left: auto;
}
.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare a {
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #908989;
}
.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare a:hover {
  color: #b11d24;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare .product_status {
  color: #b31a1e;
  display: block;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare .icon_favoriets {
  background: url('../images/favorites_black.svg') no-repeat;
  background-size: 18px;
  width: 21px;
  height: 21px;
  display: block;
  background-position: center;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare .icon_compare {
  background: url('../images/compare_black.svg') no-repeat;
  background-size: 18px;
  width: 21px;
  height: 21px;
  display: block;
  background-position: center;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare .icon_favoriets:hover {
  background: url('../images/favorites_red.svg') no-repeat;
  background-size: 18px;
  background-position: center;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare .icon_compare:hover {
  background: url('../images/compare_red.svg') no-repeat;
  background-size: 18px;
  background-position: center;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare .favoriets.del i {
  background: url('../images/favorites_red.svg') no-repeat;
  background-size: 18px;
  background-position: center;
}

.catalog-products-list .view-list .product .product-info__header .product_status_favourite_compare .compare_link.active i {
  background: url('../images/compare_red.svg') no-repeat;
  background-size: 18px;
  background-position: center;
}

.catalog-products-list .view-list .product .product-info__description {
  font-size: 12px;
  width: 100%;
  height: calc(100% - 32px);
}

.catalog-products-list .view-list .product .product-info__description a {
  font-size: 14px;
  height: auto;
  max-height: 90px;
}

.catalog-products-list .view-list .product-info__description .additional_information {
  padding: 10px 0px 0px 0px;
}

.catalog-products-list .view-list .product-info__price-actions {
  padding: 10px 10px 10px 10px;
  width: 218px;
}

.catalog-products-list .view-list .product-info__price-actions .product-price {
  display: inline-block;
  margin-bottom: 15px;
}

.catalog-products-list .view-list .product-info__price-actions .quantity-ratio {
  display: none;
}

.catalog-products-list .view-list .product-info__price-actions .product-user-actions .counterr {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
}

.catalog-products-list .view-list .product-info__price-actions .counterr .counterr-body {
  width: 155px;
}

.catalog-products-list .view-list .product-info__price-actions .product-user-actions .counterr .counter-count {
  width: 65px;
  height: 40px;
}

.catalog-products-list .view-list .product-info__price-actions .product-user-actions .add-to-cart a {
  padding: 8px;
  font-size: 13px;
}

.catalog-products-list .view-list .product-info__price-actions .product-user-actions .add-to-cart a span {
  display: none;
}

.catalog-products-list .view-list .product-info__price-actions .product-user-actions .add-to-cart a i {
  margin: 0;
}

.catalog-products-list .view-list .product-info__price-actions .list-view__user-actions {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.catalog-products-list .view-list .product-info__price-actions .list-view__user-actions a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
.catalog-products-list .view-list .product-info__price-actions .list-view__user-actions a i {
  margin-right: 0px;
  color: #9e9e9e;
}

.catalog-products-list .view-list .product-info__price-actions .list-view__user-actions a:hover {
  color: #b11d24;
}

.catalog-products-list .view-list .product-info__price-actions .product-user-actions .add-to-cart {
  margin: 0px 0px 0px 5px;
}

.catalog-products-list .view-list .product-info__price-actions .product-user-actions .counter-minus,
.catalog-products-list .view-list .product-info__price-actions .product-user-actions .counter-plus {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.clear-cart {
  margin-bottom: 15px;
  background: #b11d24;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid transparent;
}

.cart-products-list {
  clear: both;
}

.cart-products-list.no_auth {
  margin-bottom: 30px;
}

.cart-products-list .product-info {
  padding: 15px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 415px) {
  .cart-products-list .product-info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 415px) {
  .cart-products-list .product-description {
    margin: 10px auto;
  }
}
.cart-products-list .product-description a {
  color: #2f2f2f;
}
.cart-products-list .basket__item .product-full-price {
  font-size: 16px;
  font-weight: bold;
  width: 150px;
}
@media screen and (max-width: 415px) {
  .cart-products-list .counterr {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 10px;
  }
  .cart-products-list .counterr .delete-product {
    margin-bottom: 16px;
  }
}
.cart-products-list .counterr span:hover {
  color: #b11d24;
}
.cart-products-list .counterr input[type=number]::-webkit-inner-spin-button, .cart-products-list .counterr input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-products-list input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 35px;
  padding: 0px;
  border: 2px solid #e6e6e6;
}

@media screen and (min-width: 769px) {
  .cart-products-list input {
    width: 65px;
  }
}

.total-summary-information {
  border: 1px solid #f4f3f3;
  padding: 20px;
  width: 387px;
  text-align: left;
}

.total-summary-information .cart-information__product-count {
  color: #9e9e9e;
}

.total-summary-information .cart-information__product-count span {
  color: #000;
  font-weight: bold;
}

.total-summary-information .total-info {
  margin-bottom: 10px;
  display: flex;
}

.total-summary-information .total-info .title {
  color: #9e9e9e;
  width: 50%;
}

.total-summary-information .total-info .value {
  color: #000;
  font-weight: bold;
  width: 50%;
}

.total-summary-information .confirm-all-changes-store-quantity-div .block_warning {
  display: flex;
}

.total-summary-information .confirm-all-changes-store-quantity-div .block_warning .warning_icon img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.total-summary-information .confirm-all-changes-store-quantity-div .block_warning .warning_message {
  font-size: 12px;
}

.total-summary-information .confirm-all-changes-store-quantity-div .block_warning .warning_message span {
  color: #be323f;
}

.total-summary-information .confirm-all-changes-store-quantity-div .block_warning .warning_message .scroll_to_unconfirmed_products{
  color: #212529;
  text-decoration: underline;
}

.total-summary-information .confirm-all-changes-store-quantity-div .block_warning .warning_message .scroll_to_unconfirmed_products:hover {
  border: 0px;
}

.total-summary-information .basket__checkout {
  margin-top: 20px;
  background: #b11d24;
  color: #fff;
  width: 100%;
  padding: 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.total-summary-information a:hover{
  background-color: #fff;
  border: 1px solid #b11d24;
  color: #b11d24;
}

.dellAll .dripicons-trash {
  margin-right: 10px;
}

.dellAll:hover{
  background: #fff;
  border: 1px solid #95282d;
  color: #95282d;
}
/*Product detailed page styles*/
.slick-dots {
  margin-bottom: 40px;
}
.slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  opacity: 1;
  color: #2f2f2f;
  background: #484848;
  transition: 0.2s ease;
}
.slick-dots li.slick-active button:before {
  background: #b11d24;
  transform: rotateZ(45deg);
}
.product-box {
  margin: 40px auto;
}
.product-box .product-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 5px 15px;
  color: #fff;
  background: #b11d24;
  z-index: 1;
}
.product-box .product-image {
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}
.product-box .product-image img {
  /*width: 350px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  /*height: auto;*/
  height: 100%;
}
.slick-dotted.slick-slider, .product-box .slick-slider {
  height: 100%;
}
.slick-dotted.slick-slider .slick-list, .product-box .slick-slider .slick-list {
  height: 100%;
}
.slick-dotted.slick-slider .slick-list .slick-track, .product-box .slick-slider .slick-list .slick-track {
  height: 100%;
}
/*костыль в тестовом режиме*/
.product-box .product-image .slick-slide {
  width: 350px;
  height: 100%;
  position: relative;
}
/*костыль в тестовом режиме*/

.product-box .product-title {
  font-size: 30px;
  font-weight: normal;
}
.product-box .product-id {
  font-size: 14px;
  margin: 20px 0;
  color: #9e9e9e;
}
.product-box .product-id span {
  color: #484848;
}
.product-box .product-attributes ul {
  padding: 0 15px;
  list-style: none;
  margin: 0;
  width: 50%;
}
.product-box .product-attributes ul li {
  font-size: 13px;
  display: block;
  padding: 10px;
  color: #9e9e9e;
}
.product-box .product-user-actions-div {
  margin-top: 20px;
  border: 1px solid #9e9e9e;
}
.product-box .product-user-actions-div .product-price {
  font-size: 20px;
  font-weight: bold;
}
.product-box .product-user-actions-div .add-to-cart-box .counterr {
  display: inline-block;
}
.product-box .product-user-actions-div .add-to-cart-box span.counterr-minus {
  margin-right: -4px;
}
.product-box .product-user-actions-div .add-to-cart-box span.counterr-plus {
  margin-left: -5px;
}
.product-box .product-user-actions-div .add-to-cart-box span:hover {
  color: #b11d24;
}
.product-box .product-user-actions-div .add-to-cart-box input[type=number]::-webkit-inner-spin-button, .product-box .product-user-actions-div .add-to-cart-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-box .product-user-actions-div .add-to-cart-box .add-to-cart {
  display: inline-block;
}
.product-box .product-user-actions-div .add-to-cart-box .add-to-cart a {
  background: #b11d24;
  padding: 10px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid transparent;
}
.product-box .product-user-actions-div .add-to-cart-box .add-to-cart a i {
  line-height: 20px;
  margin-right: 5px;
}
.product-box .product-user-actions-div .add-to-cart-box .add-to-cart a:hover {
  text-decoration: none;
  background: #fff;
  color: #b11d24;
  border: 1px solid #b11d24;
}
.product-box .product-user-actions-div .add-to-cart-box .add-to-cart a:hover i::before{
  content: '';
  background: url(../images/cart.svg) no-repeat center/contain;
}
.product-box .product-user-actions-div .user-actions a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.product-box .product-user-actions-div .user-actions a i {
  margin-right: 5px;
  color: #9e9e9e;
}
.product-box .product-user-actions-div .user-actions a:hover {
  color: #b11d24;
}
@media screen and (max-width: 415px) {
  .product-box {
    margin: 20px auto;
  }
  .product-box .product-title {
    font-size: 20px;
  }
}
.related-products-box {
  background: #f4f3f3;
  padding: 30px 0;
}
.related-products-box .content-box-title h2, .product-card__detail .content-box-title h2, .product-card__composition-kit .content-box-title h2, .product-card__full-info .content-box-title h2{
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 415px) {
  .related-products-box .content-box-title h2, .product-card__detail .content-box-title h2, .product-card__composition-kit .content-box-title h2, .product-card__full-info .content-box-title h2 {
    font-size: 20px;
  }
}
.related-products-box .catalog-products-list .product {
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .related-products-box .product-info__price-actions .product-user-actions, .related-products-box .product-info__price-actions .counterr {
    display: block !important;
  }

  .range__from input, .range__to input {
    margin-right: 5px!important;
  }

  .filter__range-text {
    margin-right: 4px!important;
  }

  .product-card__anchor-link{
    font-size: 10px!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
  }

  .breadcrumbs{
    margin-bottom: 0;
  }

  .catalog-products-list .view .product-image__inner{
    width: 100%;
    min-height: 0;
  }

}
.contacts-box .contacts-tabs {
  border-bottom: 0;
}
.contacts-box .contacts-tabs a {
  display: inline-block;
  color: #9e9e9e;
  border: 0;
}
.contacts-box .contacts-tabs a.active {
  color: #b11d24;
}
.contacts-box .contacts-tabs a.active img {
  opacity: 1;
}
.contacts-box .contacts-tabs a span {
  display: inline-block;
  vertical-align: middle;
}
.contacts-box .contacts-tabs a img {
  opacity: 0.3;
  width: 50px;
  display: inline-block;
}
@media screen and (max-width: 415px) {
  .contacts-box .contacts-tabs a img {
    width: 35px;
  }
}
.contacts-box .contacts-tabs-content {
  margin-top: 30px;
  border: 1px solid #f4f3f3;
}
.contacts-box .contacts-map {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 420px) {
  .contacts-box .contacts-map {
    height: 180px;
  }
}
.contacts-box .contacts-info {
  padding: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 415px) {
  .contacts-box .contacts-info {
    padding: 0;
    padding-top: 30px;
  }
}
.contacts-box .contacts-info__address {
  margin-bottom: 20px;
}
.contacts-box .contacts-info__address p {
  margin-bottom: 5px;
}
.contacts-box .contacts-info__address p i {
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.contacts-box .contacts-info__office {
  margin-bottom: 20px;
}
.contacts-box .contacts-info__office p {
  font-weight: bold;
}
.contacts-box .contacts-info__office a {
  display: block;
  color: #484848;
}
.contacts-box .contacts-info__office a:hover {
  color: #b11d24;
}
.contacts-box .route-buttons {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #f4f3f3;
}
.contacts-box .route-buttons span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #9e9e9e;
}
.contacts-box .route-buttons a {
  display: inline-block;
  padding: 10px;
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
}
.contacts-box .route-buttons a img {
  width: 40px;
  margin-right: 10px;
}
.production-sliders .slick-arrow {
  z-index: 99;
  background: #b11d24;
  width: auto;
  height: auto;
  padding: 5px;
}
.production-sliders .slick-arrow::before {
  color: #fff;
}
.production-sliders .slick-arrow.slick-prev {
  left: -10px;
}
.production-sliders .slick-arrow.slick-next {
  right: -10px;
}
.production-sliders .big-slide {
  max-height: 750px;
}
.production-sliders .big-slide img {
  margin-top: -10%;
}
.production-sliders .thumbnail-slide {
  padding: 5px;
  cursor: pointer;
}
.production-sliders .thumbnail-slide.slick-slide {
  opacity: 0.4;
}
.production-sliders .thumbnail-slide.slick-slide img {
  filter: grayscale(100);
}
.production-sliders .thumbnail-slide.slick-current {
  opacity: 1;
}
.production-sliders .thumbnail-slide.slick-current img {
  filter: grayscale(0);
}
.company-info {
  padding: 10px;
  border: 1px solid #f4f3f3;
  margin-bottom: 20px;
}
.company-info table {
  padding-left: 0;
  width:100%;
}
.company-info table td {
  padding: 10px;
  color: #484848;
  font-size: 14px;
  overflow: auto;
  margin-bottom: 5px;
}
.company-info table tr td:first-child {
  width: 45%;
  text-align: right;
  padding-right: 30px;
  vertical-align: top;
}
.company-info table tr:nth-child(even) {
  background: #f4f3f3;
  margin-bottom: 0;
}
@media screen and (max-width: 415px) {
  .company-info {
    padding: 0;
  }
  .company-info ul li span {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
  }
  .company-info ul li b {
    width: 100%;
  }
}
#requisites {
  height: 0;
  margin: 0;
  font-size: 0;
}
.download-info a, .download-info button {
  padding: 10px;
  border: 1px solid #f4f3f3;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #484848;
  width: 100%;
  text-align: center;
  background: #fff;
}
.download-info a i, .download-info button i {
  display: inline-block;
  margin-right: 10px;
}
.download-info a:hover, .download-info button:hover {
  text-decoration: none;
  color: #b11d24;
}
.login-form p {
  font-size: 14px;
}
.login-form p a {
  margin-left: 10px;
}
.login-form a {
  margin-top: 5px;
  font-size: 14px;
  color: #9e9e9e;
  text-decoration: underline;
}
.login-form .social-methods > div {
  margin-bottom: 20px;
}
.login-form .social-methods > div a {
  width: 50px;
  height: 50px;
  background: #9e9e9e;
  line-height: 50px;
  text-align: center;
}
.login-form .social-methods > div a img {
  width: 25px;
}
.login-form .social-methods > div a:hover {
  background: #484848;
}
.login-form label {
  display: block;
}
.login-form label span {
  display: inline-block;
  margin-right: 20px;
}
.login-form label span i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.login-form label.show-password {
  position: relative;
}
.login-form label.show-password a {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 18px;
  text-decoration: none;
  color: #9e9e9e;
}
.login-form label.show-password a.password-showed {
  color: #b11d24 !important;
}
@media screen and (max-width: 420px) {
  .login-form label {
    font-size: 14px;
  }
}
.login-form input {
  width: 100%;
  padding: 5px 10px;
}
.login-form button {
  width: 100%;
  background: #b11d24;
  color: #fff;
  padding: 10px 15px;
  border: 0;
}
.register-form {
  margin-top: 30px;
}
.register-form__user-information {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #f4f3f3;
}
.register-form__user-information p {
  color: #9e9e9e;
  font-size: 14px;
}
.register-form__tabs {
  border-bottom: 0;
}
.register-form__tabs a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #f4f3f3;
  color: #484848;
  text-decoration: none;
  font-size: 15px;
  margin-right: 10px;
}
.register-form__tabs a i {
  margin-right: 10px;
}
.register-form__tabs a:hover {
  background: #f4f3f3;
}
.register-form__tabs a.active {
  color: #b11d24 !important;
  border: 1px solid #b11d24 !important;
}
.register-form__tabs .tab-content {
  margin-top: 30px;
}
.register-form__form .card p {
  font-size: 14px;
}
.register-form__form .form-title p {
  font-size: 14px;
}
.register-form__form .form-title p.title {
  font-size: 18px;
}
.register-form__form .form-group p {
  margin-top: 20px;
  font-size: 14px;
}
.register-form__form .form-group p a {
  color: #b11d24;
}
.register-form__form textarea {
  padding: 5px 10px;
}
.register-form__form textarea::placeholder {
  font-size: 12px;
}
.register-form__form label {
  font-size: 13px;
}
.register-form__form input {
  width: 100%;
  padding: 5px 10px;
}
.register-form__form input::placeholder {
  font-size: 12px;
}
.register-form__form .radio-type input {
  display: none;
}
.register-form__form .radio-type input:checked + label {
  background: #b11d24;
  color: #fff;
}
.register-form__form .radio-type label {
  cursor: pointer;
  padding: 10px;
  width: 80px;
  text-align: center;
  color: #9e9e9e;
}
.register-form__form .radio-type label i {
  display: block;
  font-size: 25px;
}
.register-form__form .radio-type label:hover {
  color: #000;
}
.register-form__form .radio-type.radio-tabs label {
  width: auto;
}
.register-form__form select {
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 10px;
}
.register-form__form select option {
  padding: 10px;
  font-size: 14px;
}
.register-form__form .confirmation-message {
  margin: 25px auto;
}
.register-form__form .confirmation-message p {
  font-size: 12px;
}
.register-form__form .confirmation-message p a {
  font-size: 12px;
  padding: 0;
  border: 0;
  color: #b11d24;
  text-decoration: underline;
}
.register-form__form .confirmation-message p a:hover {
  background: none;
}
.register-form__form button,.register-form__form input[name='register_submit_button'] {
  background: #b11d24;
  color: #fff;
  border: 0;
  padding: 10px 15px;
}
@media screen and (max-width: 420px) {
  .register-form__tabs {
    border-bottom: 0;
    justify-content: space-around;
  }
  .register-form__tabs a {
    font-size: 12px;
    margin-right: 0;
    padding: 5px 8px;
  }
  .register-form__tabs a i {
    margin-right: 8px;
  }
  .register-form__tabs a.active {
    color: #b11d24 !important;
    border: 1px solid #b11d24 !important;
  }
  .register-form__tabs .tab-content {
    margin-top: 30px;
  }
  .register-form__user-information {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #f4f3f3;
  }
  .register-form__user-information p {
    color: #9e9e9e;
    font-size: 12px;
  }
}
.about-text {
  font-size: 14px;
}
.about-good-list {
  margin-top: 30px;
}
.about-good-list .good-list__item img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
.about-good-list .good-list__item h2 {
  margin: 20px 0;
  font-size: 16px;
  color: #b11d24;
  text-align: center;
}
.about-good-list .good-list__item p {
  text-align: left;
  font-size: 13px;
  color: #9e9e9e;
}
/* User Cabinet */
.user-cabinet-box {
  margin-top: 30px;
}
.user-cabinet__navigation {
  border: 1px solid #f4f3f3;
}
.user-cabinet__navigation ul {
  list-style: none;
  padding-left: 0;
}
.user-cabinet__navigation ul li a {
  display: block;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
}
.user-cabinet__navigation ul li a.active {
  background: #f4f3f3;
}
.user-cabinet__navigation ul li a:hover {
  background: #f4f3f3;
}
@media screen and (max-width: 769px) {
  .user-cabinet__navigation ul li a {
    font-size: 14px;
  }
}
.user-cabinet__navigation > a {
  margin-top: 20px;
  padding: 15px 20px;
  display: block;
  color: #9e9e9e;
  text-decoration: underline;
}
@media screen and (max-width: 420px) {
  .user-cabinet__navigation {
    border: 0;
  }
  .user-cabinet__navigation ul {
    display: flex;
    overflow: auto;
  }
  .user-cabinet__navigation ul li a {
    white-space: nowrap;
  }
}
.user-cabinet__page-submenu {
  margin-bottom: 30px;
}
.user-cabinet__page-submenu a {
  font-size: 14px;
  color: #9e9e9e;
  margin-right: 20px;
}
.user-cabinet__page-submenu a.active {
  text-decoration: underline;
}
/*.user-cabinet__content .favourite i {*/
/*  color: #b11d24;*/
/*}*/

.favourite.add i{
  color: #b11d24;
}


.user-cabinet__content .news-item {
  padding: 20px;
  border: 1px solid #f4f3f3;
  margin-bottom: 30px;
}
.user-cabinet__content .news-item__title h3 {
  font-size: 25px;
  font-weight: normal;
}
.user-cabinet__content .news-item__date p {
  font-size: 12px;
  margin-top: 10px;
  color: #9e9e9e;
}
.user-cabinet__content .news-item__date p i {
  margin-right: 4px;
}
.user-cabinet__content .news-item img {
  width: 100%;
}
.user-cabinet__content .news-item p {
  margin: 20px 0;
  font-size: 14px;
  color: #484848;
}
.user-cabinet__content .news-item p a {
  color: #b11d24;
  text-decoration: underline;
}
.user-cabinet__content .news-item ul {
  padding-left: 0;
  margin: 30px 0;
  font-size: 20px;
  list-style: inside;
}
.user-cabinet__content .news-item ul li {
  font-size: 14px;
}
.user-cabinet__content .news-item ul li:first-child {
  margin-top: 15px;
}
.user-cabinet__content .news-item .view-full {
  color: #b11d24;
  font-size: 14px;
}
.user-cabinet__content .news-item .view-full i {
  vertical-align: middle;
}
.user-cabinet__content .sales-list {
  margin-bottom: 30px;
}
.user-cabinet__content .sales-list__item {
  font-size: 14px;
}
.user-cabinet__content .sales-list__item a {
  padding-left: 10px;
  display: inline-block;
  border: 1px solid #f4f3f3;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #484848;
}
.user-cabinet__content .sales-list__item a:hover {
  background: #f4f3f3;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  .user-cabinet__content .sales-list__item a {
    font-size: 12px;
  }
}
.user-cabinet__content .sales-list__item span {
  display: inline-block;
  background: #b11d24;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-left: 10px;
  width: 30px;
}
.user-cabinet__content .orders-list {
  border: 1px solid #f4f3f3;
}
.user-cabinet__content .orders-list__item {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user-cabinet__content .orders-list__item:nth-child(even) {
  background: #f4f3f3;
}
.user-cabinet__content .orders-list__item span {
  display: block;
  font-size: 12px;
  color: #9e9e9e;
}
.user-cabinet__content .orders-list__item .orders-list__sum span, .user-cabinet__content .orders-list__item .orders-list__weight span {
  font-size: 14px;
  color: #000;
}
.user-cabinet__content .orders-list__item .orders-list__details, .user-cabinet__content .orders-list__item .orders-list__repeat {
  display: inline-block;
  padding: 10px;
  color: #484848;
  font-size: 12px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.user-cabinet__content .orders-list__item .orders-list__details i, .user-cabinet__content .orders-list__item .orders-list__repeat i {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.user-cabinet__content .orders-list__item .orders-list__details:hover, .user-cabinet__content .orders-list__item .orders-list__repeat:hover {
  background: #484848;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .user-cabinet__content .orders-list__item .orders-list__details, .user-cabinet__content .orders-list__item .orders-list__repeat {
    font-size: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .user-cabinet__content .orders-list__item .orders-list__details, .user-cabinet__content .orders-list__item .orders-list__repeat {
    font-size: 0;
  }
}

@media screen and (min-width: 769px) {
  .cart_line_mobile{
    display: none;
  }
}
.slider-box .slick-slide {
  outline: none;
}
.slider-box .slick-slide a:focus {
  outline: none;
}

@media (max-width:767px) and (min-width:320px) {
  .slider-box {
    margin-top: 9px;
  }
}

@media screen and (max-width: 320px) {
  .slider-box {
    margin-top: -1px;
  }
}

@media screen and (max-width: 420px) {
  .slider-box .slick-slide a img {
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    width: auto !important;
    height: 100%;
  }
}
.partners-slider {
  background: #fff;
  box-shadow: -5px 0 10px #2f2f2f;
}
.partners-slider .slide {
  height: 70px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partners-slider .slide img {
  filter: grayscale(100);
}
.partners-slider .slide:hover img {
  filter: grayscale(0);
}
@media screen and (max-width: 736px) {
  .top-navigation.fixed {
    transition: 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 0 15px;
  }
}
.top-navigation a {
  text-decoration: none;
  display: inline-block;
}
.top-navigation .logo {
  padding: 15px 0;
}
.top-navigation .logo img {
  max-width: 160px;
}
.top-navigation a.phone {
  color: #000;
}
.top-navigation .client-information a {
  color: #9e9e9e;
  text-decoration: none;
  display: inline-block;
}
.top-navigation .client-information i {
  font-size: 120%;
  vertical-align: middle;
}
.top-navigation .client-information a:hover {
  color: #b11d24;
}
.top-navigation .client-information i:hover {
  color: #9e9e9e;
}
.top-navigation .client-information a.work-time {
  color: #000;
}
.top-navigation .client-information a.work-time:hover i {
  color: inherit;
}
@media screen and (max-width: 769px) {
  .top-navigation .client-information a {
    font-size: 12px;
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .top-navigation .client-information a {
    font-size: 14px;
  }
}
.top-navigation .shopping-cart {
  /*padding: 15px;*/
  padding: 29px 26px;
  height: 100%;
  background: #f4f3f3;
  position: relative;
  padding-left: 40px;
}
.top-navigation .shopping-cart::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: -1000000px;
  background: #f4f3f3;
  z-index: -1;
}
.top-navigation .shopping-cart a {
  color: #000;
  font-size: 14px;
}
.top-navigation .shopping-cart a i {
  font-size: 120%;
  color: #b11d24;
  vertical-align: middle;
}
.top-navigation .shopping-cart a span {
  font-weight: normal;
}
.top-navigation .shopping-cart a span.total {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .top-navigation .shopping-cart a span.total {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .top-navigation .shopping-cart {
    font-size: 14px;
  }
  .top-navigation .shopping-cart .total {
    font-size: 16px;
  }
}
.top-navigation .shopping-cart-mobile {
  padding: 5px;
  text-align: center;
}
.top-navigation .shopping-cart-mobile a span {
  font-size: 10px;
}
.top-navigation .shopping-cart-mobile a span.total {
  display: block;
}
@media screen and (max-width: 769px) {
  .top-navigation .logo img {
    width: 120px !important;
  }
  .top-navigation .shopping-cart-mobile {
    padding: 8px 0 9px 20px;
  }
  .top-navigation .shopping-cart-mobile a i::before {
    content: '';
    background: url(../images/cart.svg) no-repeat center/contain;
  }
}
.bottom-navigation {
  background: #484848;
  margin-left: -15px;
  margin-right: -15px;
  /* -webkit-box-shadow: 0 4px 5px rgba(72, 72, 72, 1); */
  -moz-box-shadow: 0 4px 5px rgba(72, 72, 72, 30);
  box-shadow: 0 3px 5px rgb(171, 171, 171);
  margin-bottom: 48px;
}
.bottom-navigation a {
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 27px;
}

.bottom-navigation span {
  /*padding: 8px 20px;*/
  display: inline-block;
  text-transform: uppercase;
  color: rgb(199, 199, 199);
  text-decoration: none;
  /*background: #2f2f2f;*/
  padding: 15px 10px;
  line-height: 16px;
}

.bottom-navigation a:hover {
  background: #2f2f2f;
}
@media screen and (max-width: 769px) {
  .bottom-navigation {
    margin-bottom: 55px;
  }
  .bottom-navigation span {
    font-size: 12px;
  }
  .bottom-navigation .container {
    max-width: 100%;
  }
  .bottom-navigation .container .row {
    margin: 0;
  }
  .bottom-navigation a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .bottom-navigation .container .row {
    align-items: stretch;
  }
  .bottom-navigation a {
    padding: 10px;
    font-size: 14px;
  }
  .bottom-navigation span {
    font-size: 14px;
  }
}
.client-cabinet {
  background: #2f2f2f;
  position: relative;
  /*float: right;*/
  /*width: 225px;*/
  /*flex: none;*/
}
.client-cabinet::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: -1000000px;
  background: #2f2f2f;
  z-index: 0;
}
.client-cabinet span {
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  padding-left: 25px;
  position: relative;
  z-index: 10;
  cursor: default;
  line-height: 27px;
}
.client-cabinet i {
  margin-right: 15px;
}
.client-cabinet__dropdown {
  -webkit-box-shadow: 0 0 5px #2f2f2f;
  -moz-box-shadow: 0 0 5px #2f2f2f;
  box-shadow: 0 0 50px #484848;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  list-style: none;
  padding-left: 0;
  z-index: 100;
  top: 100%;
}
.client-cabinet__dropdown a {
  color: #2f2f2f;
  display: block;
  text-transform: none;
  padding: 12px 20px;
}
.client-cabinet__dropdown a:hover {
  background: #f4f3f3;
}
.client-cabinet:hover .client-cabinet__dropdown {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 769px) {
  .client-cabinet span {
    font-size: 11px;
    padding: 14px 20px;
    padding-left: 5px;
    line-height: inherit;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .client-cabinet span {
    margin: 5px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.dropdown-menu {
  right: auto;
}
.category-navigation {
  padding: 20px 0;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-top: -50px;
  z-index: 99;
  /*transition: 0.5s ease margin-top;*/
}

.category-navigation.inner{
  background: #5656561a;
}

.category-navigation.fixed {
  animation: slideInDown 0.5s ease;
  background: #484848;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  z-index: 99;
  margin-top: 0;
}
.category-navigation.fixed button span {
  font-size: 0;
}
.category-navigation.fixed .cart-client-bottom {
  display: block;
}
.category-navigation.fixed .category-row {
  align-items: center;
}
.category-navigation.fixed .client-cabinet {
  display: inline-block;
}
.category-navigation.fixed .client-cabinet a {
  text-decoration: none;
  color: #000;
}
.category-navigation.fixed .client-cabinet span {
  padding: 14px;
  color: transparent;
}
.category-navigation.fixed .client-cabinet span i {
  color: #fff;
}

.category-navigation.fixed .category-brands-list .dropdown-menu.show {
}
.brands-list-button .category-brands-list .dropdown-menu.show {
  transform: translate3d(171px, 45px, 0px) !important;
}


@media screen and (min-width: 769px) and (max-width: 1199px) {
  .category-navigation .row {
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  .category-navigation .container {
    max-width: 100%;
  }
  .category-navigation.fixed .cart-client-bottom {
    padding: 0;
    display: flex !important;
    align-items: center;
  }
  .category-navigation.fixed .cart-client-bottom a {
    font-size: 12px;
    margin-right: 0 !important;
    display: inline-block;
    width: 100px;
  }
  .category-navigation.fixed .search-form input::placeholder {
    font-size: 12px;
  }
  .category-navigation.fixed .search-form button {
    padding: 5px;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  .category-navigation.fixed .search-form input {
    text-align: center;
  }
}
.category-row {
  align-items: stretch;
  position: relative;
}
.category-brands-list {
  display: inline-block;
}
.category-brands-list .category-list-button:first-child {
  margin-right: 12px !important;
}
.category-list-button, .brands-list-button {
  display: inline-block;
}
.category-list-button button, .brands-list-button button {
  padding: 0;
  border: 0;
}
.category-list-button button, .brands-list-button button {
  outline: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 35px;
  text-transform: uppercase;
  padding-right: 20px;
  border: 1px solid transparent;
  transition: .2s ease;
}
.brands-list-button button:hover {
  background: #000;
}
.category-list-button.show button, .brands-list-button.show button {
  position: relative;
}
.category-list-button.show button i, .brands-list-button.show button i {
  display: inline-block;
  transform: rotateZ(180deg);
}

.category-list-button.show button.categories-button::after, .brands-list-button.show button.categories-button::after {
  content: '';
  display: block;
  background: inherit;
  height: 7px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
}
.category-list-button.show button.categories-button::after {
  border-left: 1px solid #b11d24;
  border-right: 1px solid #b11d24;
}
.category-list-button.show button.brands-button::after, .brands-list-button.show button.brands-button::after {
  content: '';
  display: block;
  background: inherit;
  height: 7px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
}
@media screen and (max-width: 769px) {
  .category-list-button button, .brands-list-button button {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.category-brands-list .dropdown-menu.show {
  display: flex;
  align-items: stretch;
  -webkit-box-shadow: 0 5px 20px -15px #484848;
  -moz-box-shadow: 0 5px 20px -15px #484848;
  box-shadow: 0 5px 20px -15px #484848;
  padding: 0;
  /*min-height: 600px;
   max-height: 800px;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*transform: none !important;
  top: 100% !important;
  margin-top: 0 !important;*/
}
.nav-pills {
  background: #f4f3f3;
  flex-wrap: nowrap;
  overflow: auto;
}
.nav-pills .nav-link {
  color: #000;
}
.nav-pills .nav-link.active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  color: #b11d24;
}
.nav-pills .nav-link img {
  width: 150px;
  margin: 10px auto;
  display: block;
}
.tab-content {
  height: 100%;
  overflow: hidden;
}
.tab-content .tab-pane {
  height: 100%;
  min-width: 20vw;
}
.category-tabs-list {
  max-height: 600px;
  overflow: auto;
  min-width: 180px;
  display: inline-block;
  vertical-align: middle;
  background: #f4f3f3;
}
.category-tabs-content {
  min-height: 100%;
  overflow: auto;
  display: inline-block;
}
.tab-pane ul {
  list-style: none;
  padding: 10px;
}
.tab-pane ul li a {
  display: block;
  text-decoration: none;
  color: #484848;
  padding: 10px;
}
.tab-pane ul li a:hover {
  color: #b11d24;
}
.category-list-button button {
  background: #b11d24;
  border: 1px solid transparent;
}
.brands-list-button button {
  background: #2f2f2f;
}
.search-form {
  height: 100%;
  position: relative;
  border: 1px solid #484848;
}
.search-form input {
  height: 100%;
  width: 100%;
  padding: 8px 10px;
  border: 0;
}
.search-form input::placeholder {
  color: #9e9e9e;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  background: #fff;
  padding: 0 20px;
  text-transform: uppercase;
}
.search-form button i {
  vertical-align: middle;
}
.search-form button:hover {
  background: #f4f3f3;
}
.search-form input:focus, .search-form button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-client-bottom {
  display: none;
}
.cart-client-bottom a {
  color: #fff;
}
hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*Mobile*/
.mobile-menu-toggle {
  color: #fff;
  background: #b11d24;
  padding: 8px 12px;
}
.mobile-menu-toggle:focus {
  color: #b11d24;
}
.box-header {
  margin-top: 20px;
  padding: 0 15px;
}
.box-header a {
  color: #fff;
}
.box-header a i {
  margin-right: 5px;
  vertical-align: middle;
}
.menu-box-mobile {
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #484848;
  z-index: 999;
  height: 150%;
}
.menu-box-mobile.hidden {
  display: none !important;
}
.menu-box-mobile .mobile-user-information a {
  color: #fff;
  font-size: 14px;
}
.menu-box-mobile .mobile-user-information a i {
  margin-right: 5px;
  vertical-align: middle;
}
.menu-box-mobile .mobile-user-information .dropdown-menu a {
  color: #000;
}
.menu-box-mobile #collapseForm .card-body {
  background: #f4f3f3;
}
.menu-box-mobile .mobile-menu {
  margin-top: 20px;
}
.menu-box-mobile .mobile-menu ul {
  padding: 0;
  list-style: none;
}
.menu-box-mobile .mobile-menu ul li span {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  text-decoration: underline;
}
.menu-box-mobile .mobile-menu ul a {.range__from input
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.menu-box-mobile .user-call {
  margin-top: 10px;
  padding: 10px;
}
.menu-box-mobile .user-call-form .form-group {
  margin-bottom: 10px;
}
.menu-box-mobile .user-call-form .form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}
.menu-box-mobile .user-call-form input {
  border: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
}
.menu-box-mobile .user-call-form button {
  border: 0;
  background: #b11d24;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}
.category-navigation-mobile {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 20px;
  padding-top: 0;
  background: #484848;
  margin-top: 60px;
  z-index: 9;
  transition: 0.2s ease;
  top: 0;
}
.category-navigation-mobile.scrolled-up {
  margin-top: 0;
}
.category-navigation-mobile.scrolled-down {
  margin-top: 55px;
}
.filter-fixed-button .filter-button {
  color: #fff;
  text-decoration: none;
}
.filter-fixed-button .filter-button.opened {
  color: #b11d24;
}
.category-navigation-mobile .categories-menu-toggler {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.categories-box-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #484848;
  z-index: 9999;
  height: 150%;
}
.categories-box-mobile.hidden {
  display: none !important;
}
.categories-box-mobile .mobile-categories-tabs {
  margin-top: 20px;
  border: 0;
}
.categories-box-mobile .mobile-categories-tabs a {
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
  width: 50%;
}
.categories-box-mobile .mobile-categories-tabs a.categories {
  background: #b11d24;
}
.categories-box-mobile .mobile-categories-tabs a.brands {
  background: #2f2f2f;
}
.categories-box-mobile .tab-content .tab-pane {
  max-height: 80vh;
  overflow: scroll;
  margin-top: 10px;
}
.categories-box-mobile .tab-content .tab-pane .card-header {
  background: #fff;
  padding: 0;
}
.categories-box-mobile .tab-content .tab-pane .card-header h2 button {
  width: 100%;
  text-align: left;
  color: #000;
}
.categories-box-mobile .tab-content .tab-pane .card-header h2 button:focus {
  color: #b11d24;
}
.categories-box-mobile .tab-content .tab-pane .card-header h2 button img {
  width: 80%;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .categories-box-mobile .tab-content .tab-pane .card-header h2 button img {
    width: 50%;
  }
}
.categories-box-mobile .tab-content .tab-pane .card-header h2 a {
  color: #000;
}
.categories-box-mobile .tab-content .tab-pane .card-body {
  background: #f4f3f3;
  padding: 10px;
}
.categories-box-mobile .tab-content .tab-pane .card-body ul {
  padding: 0;
  margin-bottom: 0;
}
.categories-box-mobile .tab-content .tab-pane .card-body ul li a {
  font-size: 14px;
}
.search-form-mobile {
  position: relative;
  margin: 7px 0;
}
.search-form-mobile input {
  border: 0;
  padding: 5px;
  width: 100%;
  padding-left: 10px;
  font-size: 12px;
}
.search-form-mobile button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  background: #fff;
}
.mobile-user-cabinet p {
  font-size: 16px;
  color: #fff;
}
.mobile-user-cabinet p i {
  margin-right: 10px;
}
.mobile-user-cabinet a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.mobile-user-information, .mobile-menu, .mobile-user-cabinet {
  margin-left: 20px;
}
footer .footer-container {
  height: 100%;
  background: #2f2f2f;
  position: relative;
}
footer .footer-container::before {
  content: '';
  position: absolute;
  right: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #2f2f2f;
  display: inline-block;
}
footer .footer-container::after {
  content: '';
  position: absolute;
  left: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #484848;
  display: inline-block;
}
footer .footer-container .contact-info__phone {
  color: #9e9e9e;
  text-decoration: none;
}
footer .footer-container .contact-info__phone:hover {
  color: #b11d24;
}
footer .footer-container .contact-info__phone:hover span {
  color: #b11d24;
}
footer .footer-container .contact-info__phone span {
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
}
footer .footer-container .contact-info__work-time {
  color: #9e9e9e;
  margin-left: 10px;
}
footer .footer-container .contact-info p {
  margin-top: 10px;
  color: #9e9e9e;
  margin-bottom: 0;
}
footer .footer-container .contact-info p i {
  margin-right: 10px;
  color: #b11d24;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  footer .footer-container .contact-info {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  footer .footer-container .contact-info {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-container .contact-info {
    font-size: 14px;
  }
}
footer .footer-container .footer-section {
  padding: 25px 10px;
}
footer .footer-container .footer-rightside {
  background: #484848;
}
footer .footer-container .footer-rightside a {
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  footer .footer-container .footer-rightside a {
    display: inline-block !important;
    margin-top: 0;
    margin-left: 15px;
    font-size: 14px;
  }
}
footer .footer-container .footer-news-link {
  color: #fff;
  font-size: 18px;
}
footer .footer-container .footer-news-link:hover {
  color: #b11d24;
}
footer .footer-container .footer-map-link {
  color: #9e9e9e;
  margin-top: 10px;
}
footer .footer-container .footer-map-link:hover {
  color: #fff;
}
footer .footer-container .footer-search-form {
  position: relative;
}
footer .footer-container .footer-search-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-clip: initial;
}
footer .footer-container .footer-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-transform: uppercase;
  background: #fff;
  border: 0;
}
footer .footer-container .footer-search-form button i {
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  footer .footer-container .footer-search-form input {
    height: 30px;
  }
  footer .footer-container .footer-search-form button {
    font-size: 14px;
  }
}


.cs-css-citiesvar__title {
  font-family: "RobotoMedium";
  margin: 0 0 12px;
  color: #2f2f2f;
}

.cs-css-citiesvar__list {
  padding: 0;
  margin: 0;
  color: #2f2f2f;
  font-family: Regular;
  list-style-type: none;
}

.cs-css-citiesvar__list a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  text-decoration: none;
  font-family: inherit;
  line-height: 13px;
  color: inherit;
}

.cs-css-citiesvar__list a.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 2px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #b11e25;
  border-right: 2px solid #b11e25;
  transform: rotate(45deg);
}

.cs-css-citiesvar__list a.active:before {
  border-color: #484848;
}

.cs-css-citiesvar__list a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #9e9e9e;
  box-sizing: border-box;
}

.cs-css-citiesvar__list li {
  margin: 0 0 8px;
}

.cs-css-citiesvar__list li:last-child {
  margin-bottom: 0;
}

.cs-css-confirm {
  margin-top: 25px;
  top: 56%;
  left: 180px;
  width: 175px;
  position: absolute;
  display: none;
  background: #f5f4f4;
  padding: 20px 15px 15px;
  z-index: 100;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
}

.cs-css-confirm:before {
  content: '';
  display: block;
  position: absolute;
  top: -28px;
  left: 12px;
  border: 14px solid transparent;
  border-bottom: 14px solid #f5f4f4;
}

.cs-css-info {
  color: #848484;
  font-size: 11px;
  margin: 12px 0 0;
}

.cs-css-citiesvar__title {
  font-family: "RobotoMedium";
  margin: 0 0 12px;
  color: #2f2f2f;
}

.cs-css-citiesvar__list {
  padding: 0;
  margin: 0;
  color: #2f2f2f;
  font-family: Regular;
  list-style-type: none;
}

.client-information{
  position: relative;
}

.city-select{
  display: inline-block;
}

.callback_form {
  position: absolute;
  top: 115px;
  left: 180px;
  background: #ebebeb;
  border-radius: 10px;
  padding: 20px;
  z-index: 300;
  box-shadow: 2px 2px 10px rgba(153, 153, 153, 0.75);
  display: none;
}

.callback_form .close.button, .contact_form .close.button {
  width: 16px;
  height: 16px;
  right: 10px;
  top: 7px;
  cursor: pointer;
  position: absolute;
  background: url(../images/close_popup.png) no-repeat 0 0;
}

.callback_form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.callback_form .success {
  display: none;
}

.callback_form input[type=text] {
  width: 250px;
  font: normal 12px 'MyriadProRegular', Arial, Helvetica, Geneva, sans-serif;
}

.callback_form label {
  display: block;
  font: bold 13px/30px 'MyriadProRegular', Arial, Helvetica, Geneva, sans-serif;
  color: #444;
  margin-bottom: 0;
}

.callback_form ul li {
  padding: 0 0 5px 0;
  background: none;
  text-align: left;
}

.sub {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: auto;
  overflow: visible;
  border: 0;
  cursor: pointer;
}

.bt_1 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 25px 0 25px;
  background: url(../images/bt1.png) repeat-x 0 0;
  border-radius: 6px;
  position: relative;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.header-cart__content:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 17px;
  background: url(../images/cart.svg) no-repeat center/contain;
}

.header-cart__qt {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #2f2f2f;
  text-decoration: none;
}

.header-cart__val {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  line-height: 18px;
  margin: 0 0 0 3px;
}

.price_type {
  position: relative;
}

.header-cart__type {
  display: block;
  font-size: 14px;
  color: #9b9a9a;
  text-decoration: none;
  margin: 6px 0 0;
}

.price_type_info {
  display: none;
  position: absolute;
  background: white;
  z-index: 100;
  width: 203px;
  left: -75px;
  bottom: -105px;
  box-shadow: 0 0 6px -2px black;
  border-radius: 8px;
  padding: 20px 10px;
}

.header-cart__content {
  margin-top: -5px;
  padding: 0 0 0 33px;
  position: relative;
}

.header-cart:before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 1000px;
  background: #f4f3f3;
}

.header-cart {
  position: relative;
  width: 225px;
  height: 76px;
  background: #f4f3f3;
  padding: 22px;
  float: right;
  box-sizing: border-box;
  line-height: 1;
}

.client-cabinet span{
  text-transform: none;
}

/*Поисковые подсказки*/
.search-tips-list  {
  list-style: none;
  padding-left: 12px;
  background: white;
  border: 1px solid #969696;
  border-top: none;
  /*width: 500px;*/
  position: absolute;
  /* width: 96.3%!important; */
}
.search-tips-list .ui-menu-item {
  cursor: pointer;
  padding: 5px 0;
}
.search-tips-list .ui-menu-item:hover {
  color: #cc1b21;
}

.section-list {
  font-size: 0;
  display: block;
  padding-top: 40px;
}

.section {
  vertical-align: top;
  width: 22%;
  font-size: 16px;
  padding: 20px;
  margin: 0 3% 35px 0;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  transition: .3s;
  text-decoration: none;
  color: #000;
}

.section:hover {
  border-color: #bc1419;
  color: #bc1419;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  text-decoration: none;
}

.sep_3 {
  height: 30px;
  clear: both;
}

.section__img {
  height: 100px;
  margin: 0 0 13px;
  text-align: center;
}

.section__img img{
  max-width: 100%;
  max-height: 100%;
}

.section__name {
  text-align: center;
}

.range__from, .range__to {
  font-size: 12px;
  position: relative;
  display: inline-block;
}

.filter__range-text {
  font-size: 13px;
  color: #2f2f2f;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.range__from input, .range__to input {
  border: 1px solid #e0dfdf;
  text-align: right;
  width: 70px;
  line-height: 25px;
  height: 27px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  margin-right: 20px;
  font-size: 12px;
  box-sizing: border-box;
}

@media screen and ( max-width: 1025px){
  .range__from input, .range__to input{
    width: 55px;
    margin-right: 10px;
  }
}

/*временно*/
.filter input, .filter button, .filter textarea {
  outline: none;
  border-radius: 0;
  font-family: inherit;
}

.range .irs {
  height: 40px;
  margin-top: 15px;
}

.irs-grid {
  height: 27px;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.range .irs-bar {
  height: 2px;
  top: 20px;
  border-top: none;
  border-bottom: none;
  background: #e0dfdf;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.range .irs-slider.to, .range .irs-slider.from {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #e0dfdf;
  background: #fff;
  box-shadow: none;
  top: 7px;
}

.range .irs-slider.to::before, .range .irs-slider.from::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #b11d24;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.range .irs-slider.from::before, .range .irs-slider.to::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #b11d24;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.filter-section-content input[type=checkbox] {
  background: #fff;
}
.filter-section-content .custom-filter-checkbox input[type=checkbox] {
  display: none;
}
.filter-section-content .custom-filter-checkbox input[type=checkbox] + label {
  width: 15px;
  height: 15px;
  border: 1px solid #e0dfdf;
  display: inline-block;
  cursor: pointer;
}
.filter-section-content .custom-filter-checkbox input[type=checkbox] + label + label {
  cursor: pointer;
}
.filter-section-content .custom-filter-checkbox input[type=checkbox] + label i {
  display: none;
  margin-top: -2px;
  text-align: center
}
.filter-section-content .custom-filter-checkbox input[type=checkbox]:checked + label i{
  display: block;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
button, input {
  overflow: visible;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.range .irs-from, .range .irs-to, .range .irs-single {
  display: none;
}

.range * {
  box-sizing: border-box;
}

label.range__slider{
  display: inline;
}

.range .irs-line {
  background-color: #e0dfdf;
  height: 2px;
  top: 20px;
}

.range .irs-min, .range .irs-max {
  background-color: #fff;
  top: 30px;
}

.filter__range {
  font-size: 0;
  position: relative;
  /*padding: 20px;*/
}

.range__to input {
  margin-right: 0;
}

.modef-price .bx_filter_popup_result.right {
  left: 100%;
}

.filter .bx_filter_popup_result.right {
  left: 100%;
  z-index: 5 !important;
}

.filter__title {
  font-size: 13px;
  color: #000;
  margin-bottom: 15px;
  display: block;
}

.filter-section-content button[type=submit]{
  background: #b11d24;
  color: #fff;
}



.filter-section-content button.reset-filter {
  background: #f4f3f3;
  color: #484848;
  border: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
}

/*стили для детального просмотра*/
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.product-card {
  box-sizing: border-box;
  position: relative;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-family: 'RobotoRegular', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
}

.product-card__img {
  width: 360px;
  min-height: 350px;
  box-shadow: 0 0 6px -1px #9c9b9b;
  position: relative;
}

/*.product-card__slider {
  width: 100%;
  min-height: 350px;
  height: 100%;
}*/

.product-card * {
  box-sizing: border-box;
}

/*.product-card__slider .slick-list {
  height: 100%;
}

.product-card__slider .slick-list .slick-track {
  height: 100%;
}

.product-card__slider-item {
  width: 360px;
  min-height: 350px;
  height: 100%;
  position: relative;
}

.product-card__slider-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
}*/

/* Изменения в оформлении слайдера в окне предпросмотра товара */

.mfp-wrap .product-card .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}

.product-card__slider-item img {
    margin: auto;
}

.product-card__img-product-special {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  color: #9c9b9b;
  background-color: #e0dfdf;
  position: absolute;
  top: 0;
  right: 0;
}

.product-card__title {
  font-size: 22px;
  color: #2f2f2f;
  margin-bottom: 10px;
  /*overflow: hidden;*/
  position: relative;
  top: -5px;
}

.product-card__code-wrapper {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.product-card__code {
  margin-right: 30px;
  color: #9c9b9b;
  font-size: 14px;
}

.product-card__code span {
  color: #2f2f2f;
}

.product-card__table {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-card__table-left, .product-card__table-right {
  width: 47.5%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  /* justify-content: space-between; */
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  color: #9c9b9b;
}

.product-card__table-grey {
  background-color: #e0dfdf;
}

.product-card__table-grey, .product-card__table-white {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 30px;
  /*height: 100%;*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 3px;
  font-size: 13px;
  position: relative;
}

.product-card__table-grey span, .product-card__table-white span {
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 0;
}

.product-card__table-white {
  background-color: #fff;
}

.product-card__action-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border: 1px solid #9c9b9b;
  padding-left: 10px;
  padding-right: 20px;
  min-height: 64px;
  height: 64px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.product-card__cost {
  width: 230px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: right;
  margin-right: 20px;
}

.product-card__cost-value {
  font-size: 20px;
  color: #2f2f2f;
  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
}

.product-card__cost-info {
  display: block;
  font-size: 14px;
  font-family: 'RobotoRegular', 'Arial', 'Helvetica', 'Geneva', sans-serif;
}

.product-card__conter {
  height: 100%;
  min-width: 122px;
}

.product-card__conter .jq-number {
  padding: 0 40px;
  height: 100%;
  border-left: 1px dashed #9c9b9b;
  border-right: 1px dashed #9c9b9b;
}

.counterr .jq-number {
  font-size: 0;
  position: relative;
}

.counterr .jq-number__field {
  height: 100%;
  display: inline-block;
}

.product-card__conter .jq-number__spin.minus {
  border-right: 1px dashed #9c9b9b;
}

.counterr .jq-number__spin.minus {
  left: 0;
}

.product-card__conter .jq-number__spin {
  width: 40px;
}

.product-card__conter .jq-number__spin.plus {
  border-left: 1px dashed #9c9b9b;
}

.counterr .jq-number__spin.plus {
  right: 0;
}

.counterr .jq-number__spin {
  height: 100%;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}



.product-card__add-basket svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  fill: #fff;
  transition: .4s;
}

.product-card__add-basket svg .basket {
  transition: .4s;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.product-card__action-btn {
  font-size: 12px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
  text-align: left;
  transition: .4s;
}

.product-card__action-btn svg {
  stroke: #9c9b9b;
  stroke-width: 3px;
  fill: none;
  transition: .4s;
  position: absolute;
  left: 0;
  transition: .4s;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}


.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/*стили для детального просмотра*/

.popup-window.popup-window-with-titlebar {
  padding: 0;
}

.popup-window {
  background-color: #fff;
  box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
  padding: 10px;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 50px !important;
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar {
  height: 36px;
  background-color: #ededed;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: linear-gradient(to bottom, #f5f5f5, #e5e5e5);
  -webkit-box-shadow: 0 1px #f9f9f9;
  box-shadow: inset 0 1px #f9f9f9;
  border-bottom: 1px solid #d6d6d6;
  background-position: 0 0;
  text-align: center;
  /* width: 100%; */
  line-height: 2.7;
}

.popup-window-with-titlebar .popup-window-content{
  padding: 0!important;
  background-color: #fff !important;
}

.popup-window-close-icon.popup-window-titlebar-close-icon {
  top: 4px !important;
}

.popup-window-close-icon {
  cursor: pointer;
  height: 27px;
  outline: none;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.popup-window-close-icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy43ODcgMUw1IDMuNzg3IDIuMjEzIDEgMSAyLjIxMyAzLjc4NyA1IDEgNy43ODcgMi4yMTMgOSA1IDYuMjEzIDcuNzg3IDkgOSA3Ljc4NyA2LjIxMyA1IDkgMi4yMTMiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.popup-window-buttons {
  text-align: center;
  padding: 20px 0 10px;
  position: relative;
}

/*.post img{
  width: 100%;
  max-width: 600px;
}*/

/*.popup-window.popup-window-with-titlebar .popup-window-buttons .catalog-products-list {*/
/*  padding: 5px 15px;*/
/*  background-color: #b11d24;*/
/*  border: 1px solid #b11d24;*/
/*  display: -ms-inline-flexbox;*/
/*  display: -webkit-inline-box;*/
/*  display: inline-flex;*/
/*  text-decoration: none;*/
/*  cursor: pointer;*/
/*  -ms-flex-align: center;*/
/*  -webkit-box-align: center;*/
/*  align-items: center;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  text-transform: inherit;*/
/*  outline: none;*/
/*  position: relative;*/
/*  transition: .4s;*/
/*  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;*/
/*  padding-left: 10px;*/
/*  padding-right: 10px;*/
/*  width: 85%;*/
/*  font-size: 13px;*/
/*  float: left;*/
/*  margin-left: 20px;*/
/*  line-height: 18px;*/
/*}*/

.product-card__conter .jq-number__spin::before {
  width: 14px;
  height: 2px;
  background: #9c9b9b;
  transition: .4s;
  border-right: 1px dashed #9c9b9b;
}

.counter .jq-number__spin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.counter .jq-number__spin.minus {
  left: 0;
}

.counter .jq-number__spin.plus {
  right: 0;
}

.product-card__conter .jq-number__spin.plus::after {
  width: 2px;
  height: 14px;
  background: #9c9b9b;
  transition: .4s;
}

.counter .jq-number__spin.plus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}



.product-card__conter .jq-number__field input {
  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  font-size: 17px;
  width: 40px;
}

.counter .jq-number__field input {
  height: 100%;
  text-align: center;
}

.counter .jq-number__field {
  height: 100%;
  display: inline-block;
}

.product-card__conter .jq-number__spin:hover.plus::after, .product-card__conter .jq-number__spin:hover::before {
  background: #b11d24;
}

.product-card__conter .jq-number__spin:hover::before {
  background: #b11d24;
}

.counter .jq-number {
  font-size: 0;
  position: relative;
}

.counter .jq-number__spin {
  height: 100%;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
.counter input, .counter button, .counter textarea {
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.counter input[type="number"] {
  -moz-appearance: textfield;
}

.counter input[type=number]::-webkit-inner-spin-button,
.counter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.product-card__information {
  width: 790px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
}

.favoriets.del i{
  color: #b11d24;
}

.product-card__add-basket:hover {
  background-color: #fff;
  color: #b11d24;
  text-decoration: none;
}

.product-card__add-basket:hover svg {
  fill: #b11d24;
}

.product-card__add-basket:hover svg .basket {
  stroke: #b11d24;
}

/*модальные окна*/
#addItemInCartOptions .modal_content,
#addItemInSubscribe .modal_content,
#addItemInCart .modal_content {
  width: 400px;
}

#notEnoughProducts .modal_content {
  width: 520px;
}

#listProdSubstitutes .modal_content {
  /* width: 1180px; */
}

#addItemInCart h4, #addItemInSubscribe h4, #popupFormSubscribe h4, #addItemInCompare h4, #notEnoughProducts h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-top: 15px;
  padding-bottom: 20px;
}

#listProdSubstitutes h4 {
  font-size: 20px;
  text-align: left;
  padding: 24px 20px 14px 20px;
}

#addItemInCart .item_img img, #addItemInSubscribe .item_img img, #popupFormSubscribe .item_img img, #addItemInCompare .item_img img, #notEnoughProducts .item_img img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}

#addItemInCart .item_title, #addItemInSubscribe .item_title, #popupFormSubscribe .item_title, #addItemInCartOptions .item_title, #addItemInCompare .item_title, #notEnoughProducts .item_title {
  color: #b11d24;
  font-size: 16px;
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}

#addItemInCart .div_buttons,
#notEnoughProducts .div_buttons,
#listProdSubstitutes .div_buttons {
  padding-bottom: 10px;
}

#notEnoughProducts .div_buttons .show_prod_substitutes {
  display: none;
}

#notEnoughProducts .div_buttons .loader_list_substitutes {
  width: 32px;
  height: 32px;
  margin-left: 5px;
}

#notEnoughProducts .div_buttons a.close,
#listProdSubstitutes .div_buttons a.close {
  margin-left: 10px;
  font-size: 14px;
  color: #888;
}

.bt_2 {
  display: inline-block;
  height: 42px;
  line-height: 42px;

  background: #b11d24;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#addItemInCart .bt_2, #notEnoughProducts .bt_2 {
  padding: 0 13px 0 13px;
  border: 1px solid #b11d24;
}

#addItemInCart .bt_2:hover, #notEnoughProducts .bt_2:hover {
  background-color: #fff;
  color: #b11d24;
}

.product-card__add-basket {
  padding: 0;
  min-width: 160px;
  background-color: #b11d24;
  border: 1px solid #b11d24;
  height: 40px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  transition: .4s;
  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  padding-left: 45px;
  padding-right: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.close.button {
  width: 10px;
  height: 10px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  position: absolute;
  background: url(../images/close.svg) no-repeat 0 0;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal .modal_content {
  top: 50%;
  left: 50%;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  background-color: #fefefe;
}

/*модальные окна*/

.close {
   float: none;
}

.callback_form .success {
  display: none;
}

.callback_form .required_all {
  position: absolute;
  bottom: 30px;
  right: 20px;
  color: #be1419;
  display: none;
}

.user-call-form .required_all {
  position: absolute;
  bottom: 30px;
  right: 20px;
  color: #be1419;
  display: none;
}

.user-call-form .success {
  display: none;
}

.catalog__cost-info {
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 6px;
  background-color: #f4f2f3;
  box-shadow: 0 0 6px -1px #9c9b9b;
  color: #2f2f2f;
  position: absolute;
  left: 90px;
  font-size: 12px;
  width: 135px;
  transition: .4s;
  z-index: 99;
}

.catalog-products-list .view-list .product-info__price-actions span svg:hover + .catalog__cost-info {
  visibility: visible;
  opacity: 1;
}

.product-box .add-to-cart-box .product-user-actions span.counter-plus {
  margin-left: -5px;
}

.related-products-box .container .catalog-products-list .view .product-image__inner{
  width: 100%;
}

.product-card__anchor-link-wrapper {
  width: 100%;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.product-card__anchor-link._black {
  background-color: #2f2f2f;
  color: #fff;
}

.product-card__anchor-link {
  background-color: #fff;
  color: #2f2f2f;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 38px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #2f2f2f;
  transition: 400ms;
  margin-right: 20px;
  font-size: 16px;
  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  text-transform: uppercase;
}

.product-card__anchor-link:hover {
  border: 1px solid #b11d24;
  background-color: #b11d24;
  color: #fff;
}

.product-info__price-actions span svg {
  display: none;
}

.catalog-products-list .view-list .product-info__price-actions span svg {
  position: absolute;
  top: 6px;
  right: -25px;
  fill: #9c9b9b;
  transition: .4s;
  display: block;
}

.popup-window-buttons {
  padding: 5px 15px;
  background-color: #b11d24;
  border: 1px solid #b11d24;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  text-transform: inherit;
  outline: none;
  position: relative;
  transition: .4s;
  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  font-size: 13px;

  margin-bottom: 15px !important;
  float: left;
  margin-left: 25px;
  line-height: 18px;
}

.popup-window-buttons .product-box{
  margin: 0 auto;
}

.cart-products-list .delete-product{
  color: #bcbcbc;
  width: 30px;
  display: inline-block;
  text-align: center;
}

#basket__content [type="submit"] {
  display: none;
}

.basket__search .cart-products-list._active {
  display: block;
}

.basket__search .basket__item {
  min-height: 47px;
}

.basket__search .basket__code {
  width: 60px;
  font-size: 12px;
}

.basket__search .basket__name {
  font-size: 12px;
  line-height: 14px;
}

.basket__search .basket__price {
  width: 100px;
  font-size: 14px;
}

.basket__to-cart {
  display: inline-block;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: RobotoMedium,Arial,Helvetica,Geneva,sans-serif;
  color: #2f2f2f;
  text-decoration: none;
  text-transform: uppercase;
}

.basket__item{
  list-style:none;
}

.basket__to-cart svg {
  width: 25px;
  height: 25px;
  fill: #2f2f2f;
  margin-right: 10px;
}

.basket__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px 10px;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  line-height: 16px;
  color: #2f2f2f;
  text-decoration: none;
}

.basket__search .cart-products-list {
  display: none;
  position: absolute;
  top: 100%;
}

.basket__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  color: #9c9b9b;
}

.basket__search .basket__art {
  width: 110px;
  font-size: 12px;
}

.basket__art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  color: #9c9b9b;
}

.basket__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  font-size: 16px;
  color: #2f2f2f;
}

.basket__item .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#basket__content .cart-products-list {
  padding-left: 0;
}

.view-table .product .product-image .product-image__inner{
  width: 100%;
}
.view-table .product-user-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 10px;
}
.view-table .product-user-actions .add-to-cart {
  flex: 1 1 auto;
  text-align: center;
}
.view-table .product-user-actions .add-to-cart a {
  width: 100%;
}
.p-popup__content {
  width: 380px;
  padding: 25px 30px!important;
}

.p-popup__title {
  font-size: 24px;
  color: #2f2f2f;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  margin-bottom: 20px;
}

.p-popup .checkout__form {
  width: 100%;
  margin-bottom: 35px;
}

.checkout__form {
  width: 545px;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  color: #2f2f2f;
  margin-bottom: 70px;
}

.p-popup .p-personal__social {
  margin-bottom: 0;
}

.p-personal__social {
  font-family: RobotoLight,Arial,Helvetica,Geneva,sans-serif;
  margin-bottom: 60px;
}

.p-popup__close {
  position: absolute;
  top: 6px;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.checkout__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.p-popup .checkout__submit {
  margin-top: 15px;
  text-transform: uppercase;
}

.checkout__submit {
  display: inline-block;
  width: 100%;
  font-family: RobotoMedium,Arial,Helvetica,Geneva,sans-serif;
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
  background-color: #b11d24;
  -webkit-transition: 300ms;
  transition: 300ms;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
}

.checkout__name {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
}

.checkout__form.static ._password button::after {
    display: none;
}

._password._js-yes button img {
    width: 25px;
    margin: 0 auto;
}
._password._js-yes input[type=text] + button img:first-child {
    display: none;
}

._password._js-yes input[type=text] + button img:last-child {
    display: block;
}

._password._js-yes input[type=password] + button img:first-child {
    display: block;
}
._password._js-yes input[type=password] + button img:last-child {
    display: none;
}


.p-popup ._password._js-yes {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.p-popup ._password {
  display: none;
  position: relative;
}

.checkout__extra-text {
  position: absolute;
  bottom: -23px;
  left: 0;
  color: #9c9b9b;
}

.checkout__line._extra {
  padding-bottom: 20px;
}

.p-popup__close {
  position: absolute;
  top: 6px;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-popup ._password .checkout__input {
  padding-right: 50px;
}

.p-popup .checkout__input {
  width: 100%;
}

.checkout__input {
  width: 270px;
  line-height: 42px;
  height: 44px;
  border: 1px solid #ccc;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-popup ._password button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.p-popup ._password button svg {
  width: 20px;
  height: 15px;
  fill: rgba(0,0,0,.4);
}

.p-popup .p-personal__social ul {
  margin-left: 0;
}

.p-personal__social a._ok {
  background-image: url("/local/templates/tdserver/components/bitrix/system.auth.authorize/tdserver/images/ok.svg");
}

.p-personal__social a._vk {
  background-image: url("/local/templates/tdserver/components/bitrix/system.auth.authorize/tdserver/images/vk.svg");
}

.p-personal__social a._fb {
  background-image: url("/local/templates/tdserver/components/bitrix/system.auth.authorize/tdserver/images/fb.svg");
}

.p-personal__social a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: #9c9b9b;
  background-position: center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
}

.p-personal__social a:hover {
  background-color: #2f2f2f;
}

ul.static {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

.content ul.static {
  margin-bottom: 16px;
}

.checkout__form.static ._password._js-active button svg {
  fill: #000;
}

.p-personal__social li {
  margin-right: 17px;
}

.p-personal__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0 0 0 0;
  list-style: none;
}

.p-personal__submit {
  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;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #b11d24;
  border: none;
  outline: 0;
  color: #fff;
  font-family: RobotoMedium,Arial,Helvetica,Geneva,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 42px;
  min-width: 270px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 40px;
}

.p-personal__submit:hover {
  background-color: #484848;
  color: #fff;
}

.p-password {
  position: absolute;
  top: 100px;
  right: 0;
  padding: 30px;
  width: 385px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  background-color: #f4f2f3;
}

.p-password__title {
  font-size: 16px;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
}

.checkout {
  position: relative;
  padding-top: 20px;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.checkout ._password button svg {
  width: 20px;
  height: 15px;
  fill: rgba(0,0,0,.4);
}

.checkout ._password button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.checkout ._password._js-yes {
  display: block;
}

.checkout ._password {
  display: none;
  position: relative;
  margin-right: 25px;
}

#Go_Top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 99;
}
#Go_Top.showed {
  display: block !important;
}

.checkout__select {
  width: 270px;
  line-height: 42px;
  height: 44px;
  border: 1px solid #ccc;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkout__line .jq-selectbox__select {
  padding-left: 24px;
  cursor: pointer;
}

.checkout__line .jq-selectbox__dropdown {
  background-color: #fff;
  width: 100%;
  left: -1px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.checkout__line .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #b41e25;
  border-right: 1px solid #b41e25;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.checkout__line .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.product-card__table-grey._composition-kit span:nth-of-type(2), .product-card__table-white._composition-kit span:nth-of-type(2) {
  width: 70%!important;
  white-space: normal;
}

@media only screen and (max-width: 769px){
  .product-card__table-grey._composition-kit span:nth-of-type(2), .product-card__table-white._composition-kit span:nth-of-type(2) {
    width: 39%!important;
    white-space: normal;
    margin: 0 10px 0 0;
    line-height: 15px;
  }

  .product-card__table-grey, .product-card__table-white{
    padding: 0!important;
  }

  .product-card__title{
    margin-top: 15px;
  }

  .product-card__action-block{
    flex-wrap: wrap;
    padding-right: 0;
  }

  .product-card__cost-info{
    line-height: 14px;
  }

  .product-card__add-basket{
    margin-left: 0;
    margin-top: 15px;
  }

  .product-card__table-grey, .product-card__table-white{
    height: 50px;
  }

}




.product-card__table-grey._composition-kit, .product-card__table-white._composition-kit {
  width: 100%;
  height: 40px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.product-card__table-white._composition-kit span > a{
  outline: none;
  color: #bc1419;
  transition: .3s;
  text-decoration: underline;
}

.product-card__table-white._composition-kit span > a:hover{
  text-decoration: none;
}

.product-card__table._composition-kit {
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 83%;
  color: #9c9b9b;
  font-family: 'RobotoRegular', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  font-size: 14px;
}

.product-card__sub-title {
  margin-bottom: 30px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'RobotoRegular', 'Arial', 'Helvetica', 'Geneva', sans-serif;
}

.product-card__composition-kit {
  padding-top: 20px;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 25px 10px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.content._inner {
  padding-top: 85px;
}

.content .p-order__info-list {
  padding-left: 0;
  margin-bottom: 7px;
}

.p-order__info {
  position: relative;
  width: 370px;
  color: #9c9b9b;
}

.p-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
}

.p-order__title {
  color: #2f2f2f;
  font-size: 24px;
  margin-bottom: 16px;
}

.p-order__payment-status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  margin-bottom: 0px;
}

.p-order__status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 44px;
  width: 200px;
  margin-bottom: 20px;
}

.p-order__info-item:nth-child(2n+1) {
  background-color: #f4f2f3;
}

.p-order__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
  line-height: 29px;
}

.p-order__info-item._sum {
  background-color: #fff;
  line-height: 70px;
}



.p-order__repeat {
  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;
  background-color: #b11d24;
  border: none;
  outline: 0;
  color: #fff;
  font-family: RobotoMedium,Arial,Helvetica,Geneva,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 42px;
  min-width: 230px;
  cursor: pointer;
}

.p-order__print {
  position: absolute;
  top: 0;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
  color: #b11d24;
  text-decoration: none;
}

.p-order__print svg {
  width: 30px;
  fill: #9c9b9b;
  margin-right: 10px;
}

.p-order__recipient {
  color: #2f2f2f;
  text-align: right;
}

.p-order__composition {
  width: 100%;
  margin-bottom: 60px;
}

.p-order__subtitle {
  padding-top: 60px;
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 35px;
}

.content .p-order__list {
  padding-left: 0;
}

.p-order__add-to-cart-and-total {
  display: flex;
}

.p-order__error-message {
  display: none;
  color: #b11d24;
  margin-top: 15px;
}

.p-order__add-to-cart {
  padding-top: 31px;
}

.p-order__total {
  margin-left: auto;
  padding-top: 40px;
  text-align: right;
  color: #9c9b9b;
}

.p-order__content {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  padding: 35px 25px;
  max-width: 340px;
  text-align: left;
}

.p-order__data {
  color: #2f2f2f;
  font-size: 16px;
  margin-bottom: 32px;
}

.p-order__recipient-item {
  margin-bottom: 8px;
}

.p-order__recipient-item span:first-of-type {
  font-family: RobotoBold,Arial,Helvetica,Geneva,sans-serif;
  font-weight: 700;
}

.p-order__title-order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2f2f2f;
}

.p-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2f2f2f;
}

.p-order__art {
  line-height: 62px;
  width: 90px;
  padding-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-order__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
  color: #2f2f2f;
  text-decoration: none;
}

.p-order__name:hover {
  text-decoration: underline;
  color: #000;
}

.p-order__count {
  width: 100px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-order__price {
  width: 150px;
  padding-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-order__cell-select-product {
  width: 38px;
  padding-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-order__title-order-list .p-order__art {
  line-height: 42px;
}

.p-order__list {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
}

.p-order__item:nth-child(2n) {
  background-color: #f4f2f3;
}

.p-order__list, .p-order__info-list {
  padding-left: 0;
}

.p-order__repeat svg {
  width: 30px;
  fill: #fff;
  margin-right: 15px;
}

.p-order__repeat:hover {
  background-color: #95282d;
  color: #fff;
}

.p-order__del {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: RobotoBold,Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  color: #9c9b9b;
  padding-left: 20px;
  margin-bottom: 30px;
}

.p-order__del:focus{
  outline: none;
}

.p-order__del::after, .p-order__del::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 13px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #9c9b9b;
}

.p-order__del::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-order__del::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-order__recipient-list{
  list-style: none;
  padding-left: 0;
}

.p-order__print:hover {
  text-decoration: underline;
  color: #b11d24;
}

.p-order__invoices {
  padding-top: 20px;
  width: 100%;
}

.p-order__invoice-block {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
}

.p-order__invoice-title {
  padding: 15px 20px;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f3f3;
}

.p-order__invoice-status {
  margin-left: 10px;
}

.p-order__btn-invoice-general {
  margin-left: auto;
  cursor: pointer;
  border-bottom: 1px dotted;
}

.p-order__btn-invoice-hide {
  display: none;
}

.p-order__invoice-product-list-block {
  display: none;
}

.p-order__invoice-product-list {
  padding-left: 0;
}

.basket__item .block_code_brand_article_description {
  display: flex;
}

.basket__item .block_code_brand_article_description .delete-product {
  display: none;
}

.basket__item .block_counterr_measure_prices {
  display: flex;
}

.basket__item .div-code-brand-article {
  font-size: 12px;
}

.basket__item .product-description{
  font-size: 14px;
  display: flex;
}

@media screen and (min-width: 769px) {
  .basket__item .product-description{
    padding-right: 25px;
  }
}

.basket__item .product-description .div_product_img {
  padding-right: 15px;
  display: flex;

}

@media screen and (min-width: 769px) {
  .basket__item .counterr {
    width: 190px;
  }
}

.basket__item .counterr .counterr-body span {
  width: 35px;
  text-align: center;
  display: inline-block;
  height: 35px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  line-height: 35px;
}

.basket__item .counterr .store_quantity {
  font-size: 12px;
  margin-top: 5px;
}

.basket__item .counterr .store_quantity .title_store_quantity {
  color: #039d68;
}

.product-enough .basket__item .counterr .store_quantity {
  display: none;
}

.no-product .basket__item .counterr .store_quantity {
  display: none;
}

.basket__item .product-measure {
  width: 60px;
}

.basket__item .block_prices {
  display: flex;
}

.basket__item .block_prices .title_price {
  display: none;
}

.basket__item .product-price {
  width: 150px;
  font-size: 16px;
  font-weight: bold;
}

.basket__item:nth-child(2n+1) .counterr input:disabled {
  background-color: #fff;
  color: black;
}

.basket__item:nth-child(2n) .counterr input:disabled {
  color: black;
  background-color: #fff;
}

.basket_item_in_set .counterr input:disabled {
  background-color: #fff !important;
  color: black;
}

.basket_item_in_set .body_arrow {
  display: none;
}

.basket_item_in_set .body_arrow img {
  display: none;
}

.basket__item .product-info .product-description .store_quantity {
  padding-top: 10px;
}

.cart-products-list .product-enough, .cart-products-list .product-not-enough, .cart-products-list .no-product {
  border: 1px solid #f4f3f3;
  margin-bottom: 30px;
}

.cart-products-list .title {
  display: flex;
  font-size: 20px;
  padding: 20px 18px;
}

.cart-products-list .title .icon {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.cart-products-list .basket__header-list {
  display: flex;
  background-color: #eeeeee;
  font-size: 11.47px;
  padding: 15px 20px;
}

.cart-products-list .basket__header-list .code-brand-article {
  width: 110px;
}

.cart-products-list .basket__header-list .product-description {
  width: 446px;
}

.cart-products-list .basket__header-list .counterr {
  width: 190px;
}

.cart-products-list .basket__header-list .product-measure {
  width: 60px;
}

.cart-products-list .basket__header-list .product-price {
  width: 150px;
}

.cart-products-list .basket__header-list .product-full-price {
  width: 150px;
}

.cart-products-list.no_auth .basket__item {
  border: 1px solid #f4f3f3;
  border-top: 0px;
}

.basket__item .div-code-brand-article .title_article {
  color: #c5c5c5;
}

.cart-products-list .basket__item {
  border-top: 1px solid #f4f3f3;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.cart-products-list .basket__item.need_confirm {
  border: 1px solid #b31a1e;
}

.cart-products-list .block_set.active {
  border: 1px solid #2f2f2f;
}

.cart-products-list .div_set_composition {
  display: none;
}

.cart-products-list .title_set_composition {
  padding: 15px 20px;
}

.cart-products-list .title_set_composition .bent_arrow {
  width: 20px;
  margin-right: 90px;
}

.cart-products-list .block_set.active .basket__item {
  border: 0;
}

.cart-products-list .counterr .counterr-body {
  display: flex;
}

.cart-products-list .basket__item .control_panel {
  width: 100%;
  padding: 10px 0px 0px 110px;
  display: flex;
}

.cart-products-list .basket__item .control_panel .show_set,
.cart-products-list .basket__item .control_panel .hide_set,
.cart-products-list .basket__item .control_panel .show_analogs {
  padding: 7px 13px;
  background-color: #2f2f2f;
  color: #fff;
  border: 0;
  font-size: 14px;
}

.cart-products-list .basket__item .control_panel .loader_list_substitutes {
  width: 24px;
  height: 24px;
  margin-left: 55px;
}

.cart-products-list .basket__item .control_panel .show_analogs {
  display: none;
}

.cart-products-list .basket__item .control_panel .hide_set {
  display: none;
}

.cart-products-list .basket__item .control_panel .btns-change-prod-storage-quantity {
  margin-left: auto;
}

.cart-products-list .basket__item .btns-change-prod-storage-quantity .block_warning {
  display: none;
  font-size: 12px;
}

.cart-products-list .basket__item .btns-change-prod-storage-quantity .block_warning .warning_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#js-basket-form .continue_shopping {
  background-color: #f3f3f3;
  color: #000;
  text-transform: uppercase;
  padding: 11px 25px;
  font-size: 16px;
  display: block;
  margin-right: 10px;
  text-align: center;
}

#js-basket-form .div_continue_shopping_update_store_quantity {
  bottom: 20px;
}

@media screen and (min-width: 737px) {
  .cart-products-list .basket__item .product-full-price {
    display: flex;
    width: 150px;
  }
}

@media screen and (max-width: 567px) {
  .basket__item .block_code_brand_article_description {
    display: block;
  }

  .basket__item .block_counterr_measure_prices {
    display: block;
  }

  .basket__item .div-code-brand-article {
    display: flex;
    width: 100%;
  }

  .basket__item .div-code-brand-article .title_article {
      margin-right: 5px;
  }

  .basket__item .div-code-brand-article .product-id {
    display: flex;
  }

  .basket__item .div-code-brand-article .brand-article {
    display: flex;
    margin-left: 25px;
  }

  .cart-products-list .counterr {
    display: block;
    border-top: 1px solid #f4f3f3;
    padding: 0px;
    flex-direction: row;
  }

  .cart-products-list .product-info {
    display: block;
  }

  .cart-products-list .basket__header-list {
    display: none;
  }

  .basket__item .product-measure {
    display: none;
  }

  .cart-products-list .delete-product {
    display: none;
  }

  .basket__item .product-description {
    width: 100%;
  }

  .basket__search .basket__item {
    margin-top: 10px;
    border: 1px solid #f4f3f3;
  }

  .cart-products-list .counterr .delete-product {
    margin-bottom: 0px;
    width: 50%;
  }

  .cart-products-list .counterr .basket__to-cart {
    line-height: 35px;
    width: 50%;
    display: inline-block;
    text-align: center;
  }

  .cart-products-list .counterr .counterr-body {
    text-align: center;
    height: 40px;
  }

  .cart-products-list .counterr .counterr-body .dripicons-minus,
  .cart-products-list .counterr .counterr-body .dripicons-plus {
    line-height: 35px;
  }

  .cart-products-list .counterr .counterr-body input {
    margin: 0px 5px;
    width: calc(100% - 70px);
  }

  .product-cart .basket__item {
    margin-bottom: 10px;
    border-top: 1px solid #f4f3f3;
    padding: 10px;
  }

  .cart-products-list {
    border: none;
  }

  .basket__item:nth-child(2n) .counterr {
    border-top: 1px solid #fff;
  }

  .product-cart .basket_item_in_set {
    display: flex;
    border: none;
    background: #fff;
  }

  .basket_item_in_set .body_arrow {
    display: contents;
  }

  .basket_item_in_set .body_arrow img {
    display: block;
    width: 30px;
    margin-right: 5px;
  }

  .basket_item_in_set .body_basket_item {
    width: 100%;
    padding-left: 0px;
  }

  .basket_item_in_set .counterr {
    border-top: 1px solid #fff;
  }

  .cart-products-list .div_name_warning_remainder .message_remainder strong {
    display: block;
  }

  .cart-products-list .basket__item .control_panel {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-flow: wrap;
  }

  .cart-products-list .basket__item .control_panel .show_set,
  .cart-products-list .basket__item .control_panel .show_analogs {
    width: 100%;
  }

  .cart-products-list .basket__item .btns-change-prod-storage-quantity {
    display: block;
  }

  .cart-products-list .basket__item .control_panel .btns_show_additional_inf {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }

  .cart-products-list .basket__item .control_panel .btns-change-prod-storage-quantity {
    width: 100%;
    order: 0; 
  }

  .cart-products-list .basket__item .control_panel .btns-change-prod-storage-quantity a {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  #js-basket-form .div_continue_shopping_update_store_quantity {
    display: block;
  }

  .div_continue_shopping_update_store_quantity .div_store_quantity {
    margin-top: 15px;
    text-align: center;
  }

  .div_continue_shopping_update_store_quantity .div_store_quantity .update-store-quantity {
    width: 100%;
  }

  #js-basket-form .continue_shopping {
    width: 100%;
    margin: 0px;
  }

  .total-summary-information {
    margin-top: 20px;
    padding: 10px;
  }

  .basket__search .box_search_input {
    text-align: center;
    height: 120px;
  }

  .basket__search .box_search_input .content-box-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .basket__search .box_search_input h2 {
    font-size: 18px;
  }

  .basket__search .add-to-cart-box {
    width: 100%;
  }

  .basket__search .add-to-cart-box .add_to_cart {
    width: 100%;
  }

  .basket__item .block_prices .title_price {
    display: block;
    font-size: 12px;
  }
}

@media screen and (min-width: 1211px) {
  .div_store_quantity {
    width: 276px;
  }

  #js-basket-form .div_continue_shopping_update_store_quantity {
    display: flex;
    position: absolute;
  }

  .basket__item .div-code-brand-article {
    width: 110px;
  }

  .basket__item .product-description {
    width: 446px;
  }

  .basket__search .box_search_input {
    height: 70px;
  }

  .basket__search .box_search_input .content-box-title {
    margin-right: 40px;
    width: 296px;
  }

  .basket_item_in_set .body_basket_item {
    display: flex;
  }

  .basket__search .add-to-cart-box {
    width: 182px;
    text-align: center;
  }

  .basket__search .add-to-cart-box .add_to_cart {
    width: 182px;
  }

  .cart-products-list .basket__item .control_panel .btns-change-prod-storage-quantity {
    display: flex;
  }

  .cart-products-list .basket__item .btns-change-prod-storage-quantity .block_warning {
    margin-right: 10px;
    align-items: center;
  }

  .div_store_quantity .loader-update-store-quantity {
    margin-left: 100px;
  }
}

@media screen and (min-width: 568px) and (max-width: 666px) {
  .total-summary-information {
    width: 300px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1210px) {
  .cart-products-list .basket__header-list {
    display: none;
  }

  .basket__item .block_code_brand_article_description {
    width: 100%;
  }

  .basket__item .block_code_brand_article_description .delete-product {
    margin-left: auto;
  }

  .basket__item .block_counterr_measure_prices,
  .row_substitute .block_counterr_measure_prices {
    margin-top: 10px;
  }

  .basket__item .div-code-brand-article {
    max-width: 95px;
  }

  .cart-products-list .counterr {
    min-width: 150px;
    margin-right: 15px;
  }

  .cart-products-list .counterr .counterr-body input {
      margin: 0px 5px;
      width: calc(100% - 70px);
  }

  .basket__item .product-price {
    width: auto;
    width: 150px;
  }

  .cart-products-list .basket__item .product-full-price {
    width: auto;
    width: 150px;
  }

  .cart-products-list .delete-product {
    display: none;
  }

  .cart-products-list .block_code_brand_article_description .delete-product {
    display: block;
  }

  .basket__search .box_search_input {
      text-align: center;
      height: 100px;
  }

  .basket__search .box_search_input .content-box-title {
      width: 100%;
      margin: 10px 0px 0px 0px;
  }

  .basket__search .add-to-cart-box {
    width: 100%;
    margin-top: 20px;
  }

  .basket__search .add-to-cart-box .add_to_cart {
    width: 100%;
  }

  .cart-products-list .basket__item .control_panel {
    padding: 10px 0px 10px 0px;
    display: flex;
    flex-flow: wrap;
  }

  .cart-products-list .basket__item .control_panel .show_set,
  .cart-products-list .basket__item .control_panel .show_analogs {
    width: 100%;
  }

  .cart-products-list .basket__item .btns-change-prod-storage-quantity {
    display: block;
  }

  .cart-products-list .basket__item .control_panel .btns_show_additional_inf {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }

  .cart-products-list .basket__item .control_panel .btns-change-prod-storage-quantity {
    width: 100%;
    order: 0; 
  }

  .cart-products-list .basket__item .control_panel .btns-change-prod-storage-quantity a {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  #js-basket-form .div_continue_shopping_update_store_quantity {
      position: absolute;
  }

  #js-basket-form .continue_shopping {
    padding: 11px 14px;
    width: 100%;
    margin-bottom: 15px;
  }

  #js-basket-form .div_store_quantity {
    text-align: center;
  }

  .div_store_quantity .update-store-quantity {
    width: 100%;
  }

  .basket__search .box_fastt .fastt {
    width: 100%;
  }
}

.div_store_quantity .update-store-quantity {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background-color: #b11d24;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  background: #b11d24;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 16px;
}

.div_store_quantity .loader-update-store-quantity {
  display: none;
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.div_store_quantity .success-update-store-quantity {
  color: #0a962f;
  font-size: 14px;
  display: none;
}

.div_store_quantity .error-update-store-quantity {
  color: red;
  font-size: 14px;
  display: none;
}

.confirm-all-changes-store-quantity-div .confirm-all-changes-store-quantity {
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  font-family: RobotoMedium,Arial,Helvetica,Geneva,sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #b11d24;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.confirm-all-changes-store-quantity-div {
  width: 100%;
}

.confirm-all-changes-store-quantity-div .confirm-all-changes-store-quantity {
  width: 100%;
}

.product-cart .cart-information .disabled-order {
  cursor: not-allowed;
  background-color: #f3f3f3;
  color: #909090;
}

#js-basket-form .total-summary-information .loader-update-store-quantity {
  display: none;
  width: 25px;
  height: 25px;
  margin-top: 20px;
}

#js-basket-form .total-summary-information .error-update-store-quantity {
  color: red;
  font-size: 14px;
  display: none;
}

.basket__search {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 90;
}

.basket__search .box_fastt {
  background-color: #fff;
}

.basket__search .box_fastt .cart-products-list .basket__item {
  padding: 10px 20px;
  border: 1px solid #f4f3f3;
}

.basket__search .box_search_input {
  background-color: #eeeeee;
}

.basket__search .box_search_input .content-box-title {
  font-size: 18px !important;
}

.basket__search .add-to-cart-box .add_to_cart {
  background: #b11d24;
  padding: 8px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid transparent;
  text-align: center;
  font-size: 15px;
}

#listProdSubstitutes .basket__header-list {
  display: flex;
  background-color: #eeeeee;
  font-size: 11.47px;
  padding: 15px 20px;
}

#listProdSubstitutes .block_code_brand_article_description {
  display: flex;
}

#listProdSubstitutes .block_counterr_measure_prices {
  display: flex;
}

#listProdSubstitutes .basket__header-list .code-brand-article {
  width: 110px;
}

#listProdSubstitutes .div-code-brand-article .title_article {
  color: #c5c5c5;
}

#listProdSubstitutes .basket__header-list .product-description {
  width: 446px;
}

#listProdSubstitutes .basket__header-list .counterr {
  width: 190px;
}

#listProdSubstitutes .basket__header-list .product-measure {
  width: 60px;
}

#listProdSubstitutes .basket__header-list .product-price {
  width: 150px;
}

#listProdSubstitutes .basket__header-list .product-full-price {
  width: 150px;
}

#listProdSubstitutes .row_substitute {
  border-top: 1px solid #f4f3f3;
  padding: 10px 20px;
  flex-wrap: wrap;
}

#listProdSubstitutes .div-code-brand-article {
  font-size: 12px;
}

#listProdSubstitutes .product-description{
  font-size: 14px;
  display: flex;
}

#listProdSubstitutes .product-description a {
  color: #2f2f2f;
}

#listProdSubstitutes .product-description .div_product_img {
  padding-right: 15px;
  display: flex;

}

#listProdSubstitutes .counterr .counterr-body {
    display: flex;
}

#listProdSubstitutes .counterr .counterr-body span {
  width: 35px;
  text-align: center;
  display: inline-block;
  height: 35px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  line-height: 35px;
}

#listProdSubstitutes input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 35px;
  width: 65px;
  padding: 0px;
  border: 2px solid #e6e6e6;
}

#listProdSubstitutes .counterr .store_quantity {
  font-size: 12px;
  margin-top: 5px;
}

#listProdSubstitutes .counterr .store_quantity .title_store_quantity {
  color: #039d68;
}

#listProdSubstitutes .product-measure {
  width: 60px;
}

#listProdSubstitutes .product-price {
  width: 150px;
}

#listProdSubstitutes .list_substitutes .body_list_substitutes {
  text-align: left;
}

#listProdSubstitutes .list_substitutes .body_list_substitutes .error {
  color: red;
  margin-bottom: 20px;
  padding-left: 20px;
}

#listProdSubstitutes .list_substitutes .row_substitute .add_to_cart {
  background: #b11d24;
  padding: 8px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid transparent;
  width: 182px;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 1211px) {
#listProdSubstitutes .div-code-brand-article {
  width: 110px;
}

#listProdSubstitutes .product-description{
  width: 446px;
  padding-right: 25px;
}

#listProdSubstitutes .counterr {
    width: 190px;
  }  
}

.cart-products-list input {
  margin: 0px 5px;
}

#listProdSubstitutes .block_prices .title_price {
  display: none;
}

@media screen and (min-width: 568px) and (max-width: 1210px) {
  #listProdSubstitutes .list_substitutes .row_substitute .add_to_cart {
    margin-top: 10px;
    width: 100%;
  }

  #listProdSubstitutes .basket__header-list {
    display: none;
  }

  #listProdSubstitutes .block_code_brand_article_description {
    width: 100%
  }

  #listProdSubstitutes .block_counterr_measure_prices {
    width: 100%
  }

  #listProdSubstitutes .div-code-brand-article {
      max-width: 95px;
  }

  #listProdSubstitutes .counterr {
      min-width: 150px;
      margin-right: 15px;
  }

  #listProdSubstitutes .counterr .counterr-body input {
      margin: 0px 5px;
      width: calc(100% - 70px);
  }
}

@media screen and (max-width: 567px) {
  #listProdSubstitutes .list_substitutes .row_substitute .add_to_cart {
    margin-top: 10px;
    width: 100%;
  }

  #listProdSubstitutes .basket__header-list {
    display: none;
  }

  #listProdSubstitutes .block_code_brand_article_description {
    display: block;
  }

  #listProdSubstitutes .block_counterr_measure_prices {
    display: block;
  }

  #listProdSubstitutes .div-code-brand-article {
      display: flex;
      width: 100%;
  }

  #listProdSubstitutes .div-code-brand-article .title_article {
    margin-right: 5px;
  }

  #listProdSubstitutes .div-code-brand-article .product-id {
      display: flex;
  }

  #listProdSubstitutes .product-description {
      width: 100%;
      padding-right: 0px;
      padding-left: 0px;
      margin: 10px auto;
  }

  #listProdSubstitutes .product-measure {
      display: none;
  }

  #listProdSubstitutes .counterr .counterr-body input {
      margin: 0px 5px;
      width: calc(100% - 70px);
  }

  #listProdSubstitutes .block_prices .title_price {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }
}

#listProdSubstitutes .list_substitutes .loader_list_substitutes {
  width: 32px;
  height: 32px;
  display: none;
  margin-bottom: 10px;
}

.p-popup__content{
  cursor: auto!important;
  background-color: #f4f2f3!important;
  border-radius: 0;
}

.p-popup__content .checkout__form {
  width: 100%;
  margin-bottom: 35px;
}

.p-popup__content .checkout__form input, .p-popup__content .checkout__form textarea, .p-popup__content .checkout__form select {
  font: normal 12px 'MyriadProRegular', Arial, Helvetica, Geneva, sans-serif;
}

.p-popup__content .checkout__submit {
  margin-top: 15px;
  text-transform: uppercase;
}

.p-popup__content .p-personal__social ._more a {
  background-color: transparent;
  font-size: 14px;
  color: #9c9b9b;
  font-family: RobotoRegular,Arial,Helvetica,Geneva,sans-serif;
}

.p-popup__content ._password button svg {
  width: 20px;
  height: 15px;
  fill: rgba(0,0,0,.4);
}

.p-popup__content ._password button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.p-popup__content ._password .checkout__input {
  padding-right: 50px;
}

.p-popup__content .checkout__input {
  width: 100%;
}

.p-popup__content ._password._js-yes {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.p-popup__content .p-personal__social ._more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.p-popup__content .p-personal__social{
  margin-bottom: 0!important;
}

.p-popup__content .p-personal__social ._more span {
  margin-right: 10px;
}

.p-personal__social span {
  display: inline-block;
  font-size: 14px;
  color: #2f2f2f;
  max-width: 315px;
  margin-bottom: 16px;
}


input:checked+.checkout__icon{
  color: #b11d24 !important;
  border: 1px solid #b11d24 !important;
}

.checkout__icon {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #f4f3f3;
  color: #484848;
  text-decoration: none;
  font-size: 15px;
  margin-right: 10px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.checkout__icon:hover{
  border-color: #e9ecef #e9ecef #dee2e6;
  background: #f4f3f3;
}

.checkout__hide{
  display: none;
}

.form-group{
  position: relative;
}

label._password button{
  outline: none;
}

.cart-products-list .counterr a:hover {
  color: #b11d24;
}


.ui-helper-hidden-accessible{
  display: none;
}

.u-btn {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #bd1419;
  border-radius: 5px;
  cursor: pointer;
}

.u-p-r{
  text-align: center;
}

.product-card__img-product {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  background-color: #b31a1e;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.ax-pagination .ax-link.ax-dotted-link {
  border-bottom: 1px dotted #b11d24;
  color: #b11d24;
}
.ax-pagination .ax-pagination-container ul li.ax-pag-all a span, .ax-pagination .ax-pagination-container ul li.ax-pag-prev a span, .ax-pagination .ax-pagination-container ul li.ax-pag-next a span {
  color: #000;
}
.ax-pagination .ax-pagination-container ul li span {
  color: #b11d24;
}

.dripicons-cart:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  /* position: absolute; */
  left: 0;
  /* top: 3px; */
  width: 19px;
  height: 19px;
  margin-top: -5px;
  background: url(../images/cart-white.svg) no-repeat center/contain;
}

.bx_compare__sort-nav {
  display: flex;
  width: 100%;
  border-left: 1px solid #eee;
}
.bx_compare__sortbutton {
  display: block;
  position: relative;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  flex-basis: 195px;
  text-align: center;
  min-width: 195px;
  height: 50px;
  background-color: #f6f6f6;
  color: #070606;
  font-size: 14px;
  line-height: 50px;
}
.bx_compare__sortbutton.current {
  background-color: #fff;
}
.bx_compare__sortbutton.current::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 5px;
  background-color: #b41321;
}
.bx_compare__clear {
  margin-left: auto;
  padding-top: 5px;
}
.bx_compare__clear a {
  display: block;
  width: 150px;
  text-align: center;
  border: 1px solid #868686;
  height: 32px;
  line-height: 30px;
  color: #898989;
  font-size: 12px;
}
.bx_compare__body {
  border: 1px solid #eee;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.bx_compare__table td.bx_compare__item__col-propery {

  padding: 50px 20px 5px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.bx_compare__item__col-propery__value {
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.bx_compare__item__col-img {
  display: flex;
  width: 260px;
  height: 200px;
}
.bx_compare__item__col-img img {
  max-width: 260px;
  width: auto;
  max-height: 160px;
  height: auto;
  display: block;
  margin: auto auto;
}
.bx_compare__table td.bx_compare__item {
  padding: 0 20px;
  width: 300px;
}
.bx_compare__item__col-title {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 260px;
}
.bx_compare__item__col-title {
  display: block;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 24px;
}
.bx_compare__item__del {
  display: block;
  padding: 15px 0 0;
  text-align: center;
  margin-bottom: 20px;
  color: #2f2f2f;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
.bx_compare {
  width: 100%;
}
.bx_compare__item__col-bay {
  padding: 20px 20px 30px;
}
.bx_compare__item__col-bay .btn-bay {
  background: #b11d24;
  padding: 12px 10px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
  font-weight: normal;
  border: 1px solid transparent;
  text-align: center;
  width: 188px;
}
.bx_compare__item__col-propery .compare-price .simple {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  height: 40px;
}
.bx_compare__item__col-propery.bx_compare__item__col-propery--price {
  border-bottom: none;
}
.bx_compare__labels {
  position: absolute;
  z-index: 20;
  bottom: 150px;
  left: 20px;
}
.bx_compare__labels__item {
  padding-top: 80px;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.scroll-element.scroll-x {
  display: none !important;
}
.bx_compare__list {
  overflow-y: auto;
}
.mCSB_scrollTools_horizontal {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 0 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #b41321 !important;
}
.bx_compare__item__del::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 4px 5px 0 0;
  width: 14px;
  background: url("../img/ico-del.svg") 50% 50% no-repeat;
  height: 16px;
  background-size: contain;
}
.header {
  height: 191px;
  position: relative;
  z-index: 30;
}
.bx_compare__item__row:hover > td {
  background-color: rgba(0,0,0,0.05);
}




@media screen and (max-width: 735px) {
  .header {
    height: 80px;
  }
}