/* Font */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

/* helpers */

@media (min-width: 1200px) {
  .hidden-desk {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.color-white {
  color: #fff;
}

.font-middle {
  font-size: 17px;
}

/* global */
body {
  font-family: "Source Sans Pro", sans-serif;
}

p, a {
  font-family: "Source Sans Pro", sans-serif !important;
}

h1, h2, h3 {
  font-family: "Source Sans Pro", sans-serif;
}

input {
  border-radius: 4px !important;
}

.btn {
  border-radius: 4px;
  height: auto !important;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
}

.btn__border {
  border-color: #96091d !important;
  color: #96091d;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-buy__item .btn__border {
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn_yellow-red {
  background-color: #ffd31b !important;
  color: #96091d !important;
}

.checkbox_container-agree .checkbox-label:before {
  border-radius: 4px;
}

.main-slider .slick-next {
  right: 10px;
}

.carousel-products--look .slick-arrow {
  opacity: 1;
  top: -52px;
  z-index: 788;
}

.onoffswitch {
  width: 70px;
}

.onoffswitch-label:before {
  right: auto;
}

.onoffswitch-checkbox:checked +.onoffswitch-label {
  background-color: #f7f7f7;
  border-color: #cbcbcb;
}

.onoffswitch-checkbox:checked +.onoffswitch-label:before {
  border-color: #cbcbcb;
}

.onoffswitch__variable {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.continue-shop .btn_default {
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #a51e22;
  background-color: #ccc;
  text-transform: uppercase;
  border: none;
  padding: 6px 16px;
  width: auto;
}

.product {
  position: relative;
  border-bottom: none;
}

.product-options-row {
  min-height: auto;
  border: none !important;
  position: static;
}

.product-action {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-action__code {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  white-space: nowrap;
}

.product-action__compare {
  cursor: pointer;
}

.product-action__compare svg {
  fill: #898989;
}

.product-action__compare--active svg {
  fill: #96091D;
}

.product-action__favourites {
  cursor: pointer;
}

.product-action__favourites svg {
  fill: #898989;
}

.product-action__favourites--active svg {
  fill: #96091D;
}

.characteristics > li {
  border-top: 1px solid #b8b8b8;
  border-bottom: none;
}

.slick-arrow {
  width: 20px;
  height: 15px;
}

.slick-arrow::after {
  position: static;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  height: 20px !important;
}

.tab-pane__link {
  float: none;
  margin-left: 16px;
  border-bottom: 1px solid #000;
}


.product-price {
  display: flex;
  align-items: center;
  /*gap: 32px;*/
  gap: 10px;
  margin-top: 32px;
}

.product-price__value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-price__piece,
.product-price__metre {
  font-size: 32px;
  line-height: 46px;
  /*font-weight: 700;*/
  font-weight: normal;
}

.product-price__piece {
  color: #000;
}

.product--stock .product-price__piece {
  color: #96091D;
}

.product-price__metre {
  display: none;
  color: #96091D;
}

.product-price__value--metre .product-price__piece {
  display: none;
}

.product-price__value--metre .product-price__metre {
  display: block;
}

.product-price__price {
  font-size: 18px;
  line-height: 26px;
  color: #060808;
}

.product-price__old {
  position: relative;
  display: none;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 28px;
}

.product--stock .product-price__old {
  display: flex;
}

.product-price__old sup {
  top: 0;
}

.product-price__old::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8B8B8B;
}

.product-desc {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-desc p {
  color: #060808;
}

.product-buy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.product-buy__item {
  width: calc(33.33% - 8px);
}

.product-buy__item .btn {
  width: 100%;
}

.product-buy__info {
  text-align: center;
  margin-top: 16px;
}

.product-buy__metre {
  display: none;
}

.product-buy__info--metre .product-buy__piece {
  display: none;
}

.product-buy__info--metre .product-buy__metre {
  display: inline;
}

.product-buy__piece {
  font-size: 20px;
  line-height: 24px;
}

.product-buy__availability {
  color: #00A651;
  text-align: center;
  margin-top: 16px;
  font-weight: normal;
}

.option-list--custom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.option-list--custom li {
  width: auto;
}

.product-order {
  display: flex;
  align-items: center;
}

.product-order .option-order {
  float: none;
}

.hcharact--custom {
  width: auto;
  float: none;
}

.hcharact--custom ul {
  padding-left: 0 !important;
}

.hcharact--custom li {
  padding-left: 0 !important;
}

.hcharact--custom li::before {
  display: none !important;
}

.quantity {
  height: 51px;
  border-radius: 4px;
  padding: 0;
}

@media (min-width: 1200px) {
  .quantity {
    width: 100%;
  }
}

.quantity-button {
  line-height: 51px;
}

.product {
  position: relative;
}

.adaptive-video {
  aspect-ratio: 16 / 9;
  position: relative;
}

.adaptive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* card */
.card {
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ccc;
}

.card {
  height: 385px !important;
}

.card__title {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 0;
  height: auto !important;
  font-size: 14px;
}


.card-image {
  margin-bottom: 16px;
  padding: 0 !important;
  border-radius: 4px;
  height: 198px;
}

.wrap-image {
  display: block;
}

.card .wrap-image img {
  width: 100%;
  display: block;
}

.card__tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 16px;
  left: -1px;
  z-index: 1;
  align-items: flex-start;
}

.card-tags__item {
  text-align: center;
  padding: 4px 16px;
  background-color: #fff;
  border: 1px solid #1F8AE2;
  border-radius: 0px 4px 4px 0px;
  color: #1F8AE2;
  font-size: 14px;
}

.card-tags__item--stock {
  border-color: #A51E22;
  color: #A51E22;
}

.card-tags__item--available {
  border-color: #00A651;
  color: #00A651;
}

.card-tags__item--hit {
  border-color: #F09E00;
  color: #F09E00;
}

.card-price {
  height: 51px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4px;
}

.card-price--recomend .card-price__item {
  /*font-size: 16px;*/
}

.card-price__item {
  border: none;
  padding: 0 !important;
  text-align: inherit;
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.card--default .card-price__item {
  color: #000;
}

.card-price__item + .card-price__item  {
  color: #8B8B8B;
  font-size: 18px;
  line-height: 24px;
}

.card-price__measure,
.card-price__old {
  font-size: 16px;
  line-height: 24px;
}

.card-price__measure {
  font-weight: normal;
}

.card-price__old {
  color: #8B8B8B;
  position: relative;
  font-weight: 400;
  margin-left: 4px;
}

.card-price--recomend .card-price__old {
  font-size: 12px;
  line-height: 16px;
}

.card-price__old::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8B8B8B;
}

.card-recomend .card-price__old::before {
  top: 8px;
}

.card-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  margin-top: auto;
}

.card-buttons .btn {
  min-width: auto;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 18px;
}

.card-buttons .btn:last-child {
  padding-top: 4px;
  padding-bottom: 8px;
}

.card-buttons svg {
  display: inline-block !important;
}

.card-buttons__compare {
  cursor: pointer;
}

.card-buttons__compare svg {
  fill: #898989;
}

.card-buttons__compare--active svg {
  fill: #96091D;
}

.card-buttons__favourites {
  cursor: pointer;
}

.card-buttons__favourites svg {
  fill: #898989;
}

.card-buttons__favourites--active svg {
  fill: #96091D;
}

.card-recomend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0%, 1fr));
  gap: 16px;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 15px;
  border-radius: 4px;
  min-height: 200px;
  background-color: inherit;
  border-color: #ccc;
  padding-top: 10px;
}

.card-recomend_compare {
  max-width: 48%;
  padding-top: 25px;
  gap: 16px 8px;
  margin-bottom: 0 !important;
}

.card-recomend_compare .card-recomend__action {
  justify-content: center;
}

.card-recomend_compare .card-recomend__title {
  width: 100%;
}

.card-recomend_compare .card-recomend__image {
  height: 140px;
  width: 100% !important;
}

.card-recomend_compare_column {
  display: flex !important;
  flex-direction: column;
}

.card-recomend_compare_column .card-recomend__image {
  margin-left: -15px;
  width: calc(100% + 30px) !important;
}

.card-recomend_compare_column .compare-remove {
  order: 2;
  align-self: center;
}

.compare-remove {
  justify-self: center;
  align-self: start;
}

.card-recomend::before,
.card-recomend::after {
  display: none;
}

.card-recomend .btn {
  min-width: auto;
  padding-left: 8px;
  padding-right: 8px;
  height: auto;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  flex-shrink: 0;
}

.card-recomend .btn_red {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-recomend__image {
  margin-left: -8px;
  /*margin-top: -25px;*/
  margin-top: -10px;
  float: none;
  width: calc(100% + 15px);
  height: 100px;
  max-width: 123px;
  margin: 0 auto;
}

.card-recomend__image img {
  transform: none;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.card-recomend__title {
  float: none;
  width: 100%;
  max-height: none;
  font-size: 12px;
  line-height: 18px;
  padding-left: 0;
}

.card-recomend__price {
  position: static;
}

.card-recomend__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.card-recomend .btn {
  width: calc(50% - 4px);
}

.card-recomend__action svg {
  margin-inline: auto !important;
}

.custom-tags__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.custom-tags__item {
  background-color: #EEEEEE;
  padding: 8px 16px;
  border-radius: 4px;
  color: #8B8B8B;
  font-size: 14px;
  line-height: 14px;
  position: relative;
}

.custom-tags__item--active {
  padding-right: 26px;
}

.custom-tags__item--active::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url('../images/close.svg');
}

.product-options__line {
  display: flex;
  gap: 32px;
}

/* catalog */

.home-catalog {
  background-color: transparent;
  padding-bottom: 0;
}

.home-catalog .section-title {
  margin-top: 0;
}

.section-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 35px;
  margin-bottom: 35px;
}

/* show-room */

.show-room {
  margin-top: 45px;
}

.show-room__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #060808;
  margin-bottom: 8px;
}

.show-room__text {
  width: 75%;
}

.show-room__grid {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.show-room__promo {
  width: calc(50% - 10px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}

.show-room__promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-room__image {
  width: calc(25% - 15px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}

.show-room__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-room__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 8px;
}

@media (min-width: 1200px) {
  .show-room__action {
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}

.show-room__action a {
  color: #96091D;
  font-size: 18px;
  line-height: 24px;
}

.show-room__action p {
  font-size: 18px;
  line-height: 24px;
  color: #8B8B8B;
}

.sale-stock {
  margin-bottom: 0px;
}

/* modal-comparison */

.modal-comparison {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 300px;
  padding: 20px;
  z-index: 999;
  display: none;
}

.modal-comparison--collapsed {
  width: auto;
}

.modal-comparison--active {
  display: block;
}

.modal-comparison__title {
  margin-bottom: 16px;
  font-weight: bold;
}

.modal-comparison__action {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.modal-comparison__action .btn {
  min-width: 110px;
  line-height: 0.8125rem;
}

.modal-comparison__content--collapsed {
  flex-direction: column;
  gap: 8px;
  display: none;
}

.modal-comparison--collapsed .modal-comparison__content--collapsed {
  display: inline-flex;
}

.modal-comparison--collapsed .modal-comparison__content--full {
  display: none;
}

.modal-comparison__expand {
  align-self: flex-end;
  cursor: pointer;
}

.modal-comparison__link a {
  color: #96091D;
}

.modal-comparison__info {
  position: relative;
  align-self: center;
}

.modal-comparison__value {
  position: absolute;
  top: -6px;
  right: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #FFD31B;
  border-radius: 50%;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}

.filter-button__collapsed {
  position: relative;
}

.filter-button__collapsed .btn {
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 22px !important;
}

.filter-button__filter {
  margin-left: 32px;
}

.filter-button__filter svg {
  transform: translateY(4px);
}




/* header */

.header-top {
  height: 84px;
  border-bottom: none;
  z-index: 100;
}

.cart_count_header {
  background-color: #FFD31B;
  padding: 2px 4px;
  line-height: 10px;
  border-radius: 4px;
  color: #000;
  position: absolute;
  top: -4px;
  right: -6px;
}

.header-panel-links .gp-trigger {
  border-left: none;
}

.header-icon {
  position: relative;
}

@media (min-width: 768px) {
  .header-icon {
    display: none;
  }

  .menu__item--mob {
    display: none !important;
  }
}

.header-icon__value {
  background-color: #FFD31B;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 10px;
  line-height: 10px;
  border-radius: 4px;
  color: #000;
  position: absolute;
  top: -4px;
  right: -6px;
}

.header-media {
  margin-top: 8px;
  display: flex;
  gap: 16px;
}

.header-media img {
  width: 26px;
  height: 26px;
}

.dropdown {
  border-left: none;
}

.dropdown--city {
  width: auto;
}

.dropdown_lan .dropdown__text {
  padding-right: 10px;
  font-size: 14px;
}

.dropdown--city .icon {
  right: 0;
}

.menu__item--toggle {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.menu__item_catalog svg {
  fill: #FFD31B;
  margin-right: 8px;
}

.header-cart__button {
  line-height: 16px;
}

.header-cart__label {
  position: relative;
}

@media (min-width: 768px) {
  .header-cart__label {
    width: 22px;
  }
}

.header-cart__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.header-cart__top svg {
  display: block;
}

.header-cart__compare {
  position: relative;
}

.header-cart__value {
  font-size: 12px;
}

.social-list {
  margin-top: 16px;
}

.form__input {
  border-radius: 4px;
}

.catalog-item {
  border-radius: 4px;
  height: 300px;
}

.catalog-item a {
  height: 100%;
  text-decoration: none;
}

.slider-item {
  background-size: contain;
}

.form__input_email {
  height: 39px;
}

.pruducts-hit {
  /*padding-bottom: 120px;*/
  background-image: none;
  background-color: inherit;
}

.breadcrumbs {
  margin-top: 8px;
}

.breadcrumbs-item {
  display: inline;
  font-size: 12px;
  font-family: "Source Sans Pro";
}

.breadcrumbs-item > a {
  font-size: 12px;
  text-decoration: none;
  font-family: "Source Sans Pro";
}

.breadcrumbs-page__social {
  position: absolute;
  right: 24px;
  top: 0;
}

.main-view {
  border-radius: 4px;
  padding-top: 10px;
}

.icon-badget .star {
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.btn-search_menu .icon {
  width: 17px;
  height: 17px;
}

.pagination__item_active > a {
  border-radius: 4px;
}

/* slick arrow */

.slick-arrow.slick-prev:after {
  background: url("../images/arrow-left.svg") no-repeat;
}

.slick-arrow.slick-next:after {
  background: url("../images/arrow-right.svg") no-repeat;
}

.carousel-products .slick-arrow {
  top: -49px;
}

.thumbs-views .slick-arrow {
  top: 47px;
}

.other-sizes > div {
  margin-bottom: 8px;
}

.other-sizes a {
  font-size: 18px;
  line-height: 18px;
}

.other-sizes a:not(:last-child) {
  margin-right: 8px;
}

.addToCart--active {
  background-color: #FFD31B;
  color: #96091D;
}

.addToCart--active:hover svg {
  fill: #FFD31B;
}

.addToCart--active svg {
  fill: #96091D;
}

.addToCart--active::after {
  content: 'В корзине';
}

.addToCart--active span {
  display: none;
}

.addToCart svg {
  fill: #fff;
}

.product--not-toggle .product-price__toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.product--not-toggle .product-buy__info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.product--not-toggle .product-price__price {
  display: flex;
}

.product--not-toggle .product-price__price::after {
  content: 'шт';
  display: block;
}

.nav-tabs_login .nav-item {
  border-radius: 4px 4px 0 0;
}

.checkbox-label:before {
  border-radius: 4px;
}

.bx-filter .checkbox .bx-filter-input-checkbox input + span::before {
  border-radius: 4px;
}

.grid-list__item {
  border-radius: 4px;
}

.article {
  border-radius: 4px;
}

.article__image {
  border-radius: 4px;
}

.album-item .album-image:hover .amount-image__title {
  border-radius: 4px;
}

.album-item .album-image {
  border-radius: 4px;
}

.certificates-item__image {
  border-radius: 4px;
}


/* filter-result */

.filter-result {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  margin-top: 8px;
}

.filter-result--active {
  display: flex;
}

.filter-result__item {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #EEEEEE;
  padding: 8px 16px;
  border-radius: 4px;
  color: #8B8B8B;
  font-size: 14px;
  line-height: 14px;
}

.custom-tags--default .custom-tags__item {
  cursor: pointer;
}

.custom-tags--default .custom-tags__wrap {
  justify-content: flex-start;
}

.filter-result__action {
  cursor: pointer;
}

.main-view-tags {
  left: 0;
}

.about-map-soc-item.first {
  margin-left: 0;
}

.about-map .container .company-contacts {
  position: static;
}

.item-description {
  opacity: 0.85;
}
.footer-phones__item > .ya-phone > a,
.footer-phones__item > a {
  color: #fff;
  font-size: 22px !important;
  line-height: 28px !important;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

/* mobile */

@media screen and (max-width: 300px) {
  .header-cart__compare {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .footer-text {
    display: block;
  }

  .footer-text > div {
    display: none;
  }

  .carousel-products-item {
    padding-right: 0;
    padding-left: 0;
  }

  .carousel-products-item .card-price__item {
    padding-top: 0;
    margin-bottom: -2px;
  }

  .home-catalog img {
    max-width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .sale-stock .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .delivery-cart .radio-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .map-columns tr {
    display: flex;
    flex-wrap: wrap;
  }

  .map-columns td:nth-child(1),
  .map-columns td:nth-child(2) {
    width: 50%;
  }

  .map-columns td:nth-child(n + 3) {
    width: 100%;
  }

  .submenu {
    background-color: #fff;
  }

  .carousel-products--look .slick-arrow {
    top: -35px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-card {
    padding-top: 0;
  }

  .fix-soc-list {
    display: none;
  }

  .product-view {
    padding-bottom: 0;
    max-width: none;
  }

  .quantity {
    margin: 0;
  }

  .products-item {
    width: 50%;
  }

  .logo {
    width: 99px;
  }

  /* header */

  .header-top {
    padding-bottom: 0;
    height: 50px;
  }

  .header-top > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .header-cart {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    background-color: transparent;
  }

  .header-burger {
    margin-left: auto;
  }

  .header-panel {
    padding-right: 0;
  }

  .header-bottom {
    background-color: transparent;
    margin-bottom: 8px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .form_search-menu {
    background-color: transparent;
    position: static;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 3px;
  }

  .form_search-menu .form__input {
    border-color: #A6A6A6 !important;
    border-radius: 4px;
    margin-top: 4px;
    height: 35px;
  }

  .form__input_search-menu::placeholder {
    color: #000;
  }

  .btn-search_menu {
    left: auto;
    top: 6px;
    right: 30px;
  }

  .btn-search_menu svg {
    fill: #000;
  }

  .menu_main {
    background-color: #fff;
  }

  .menu__item {
    border-bottom: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0 !important;
  }

  .menu__item_catalog {
    background-color: #96091D;
    border-radius: 4px;
    padding: 10px !important;
  }

  .menu__item_catalog .menu__link {
    /*color: #FFD31B;*/
    color: #fff;
  }
  .menu__item_catalog svg {
    fill: #fff;
  }

  .menu__item--info {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu__item--info a {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
  }

  .scrollup {
    bottom: 90px !important;
    right: 8px !important;
  }

  .main-slider {
    height: 94px;
    padding-right: 4px;
  }

  .home-catalog .section-title {
    margin-bottom: 16px !important;
  }

  .catalog-item {
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .catalog-item a {
    display: grid;
    grid-template: 'container';
    justify-items: end;
  }

  .catalog-item a > * {
    grid-area: container;
  }

  .item-description {
    width: 62.5%;
    height: 100%;
    position: static;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 16px;
  }

  /* footer */
  .footer-bottom {
    text-align: left;
    padding-top: 20px;
  }

  .footer-address {
    padding: inherit;
    font-size: 16px;
  }

  .footer-links {
    /*padding-top: 16px;*/
    padding-top: 0px;
    margin-top: 0px;
  }

  .footer-links li {
    display: block;
  }

  .footer-phones {
    padding-left: 0;
    margin-bottom: 12px;
  }

  .footer-phones a {
    /*font-size: 22px !important;*/
    line-height: 28px !important;
  }

  .footer-phones__item {
    float: none;
    width: auto;
    font-size: 16px;
  }

  .footer-phones__item a {
    color: #fff;
    font-size: 20px;
  }

  .footer-soc {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .footer-mail {
    font-size: 16px;
  }

  .footer-hours {
    margin-top: 16px;
    display: block;
  }

  .footer-hours__title {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-time__title {
    font-size: 18px;
    color: #fff;
  }

  .footer-time ul {
    margin-top: 8px;
  }

  .social-list {
    text-align: left;
  }

  .footer-copyright__left,
  .footer-copyright__right {
    text-align: left;
  }

  .menu__item_parent {
    border-top: 1px solid #d5d5d5 !important;
  }

  .footer_form__label {
    padding-right: 0;
  }

  .btn_email {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .checkbox_container-agree .checkbox-label {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-phones__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .view-zoom {
    display: block;
  }

  .card-recomend_compare.card-recomend_compare_column .card-recomend__image {
    height: 138px;
  }

  .category-list {
    margin: 0 !important;
  }

  .wrap-catalog-item {
    padding: 0 !important;
  }

  .category-list .catalog-item {
    height: auto !important;
    margin-bottom: 0;
  }

  .category-list .catalog-item a {
    display: grid;
  }

  .category-list .item-description {
    position: static;
    width: 50%;
    height: auto !important;
    font-size: 12px;
    line-height: 14px;
    padding-right: 8px;
    padding-bottom: 60px;
  }

  .category-list .catalog-item img {
    max-width: 100%;
    object-fit: cover;
  }

  .category-list .item-description__title {
    max-width: calc(50% - 16px);
    font-size: 12px;
  }

  .about-map #map {
    margin-top: 32px !important;
  }

  .product.product--not-tags {
    padding-top: 48px;
  }
}

@media (max-width: 767px) {
  .product-price__piece {
    font-size: 28px;
  }

  .content-info-pages .container {
    flex-wrap: wrap;
  }

  .product-buy__item--full {
    width: 100%;
    display: flex;
    gap: 8px;
    margin-bottom: 48px;
    padding-bottom: 16px;
    /*border-bottom: 1px solid #ccc;*/
  }
  .product-buy__availability {
    text-align: left;
  }

  .product-buy__item .btn {
    min-width: auto;
  }

  .product-buy__item:not(.product-buy__item--full) {
    width: calc(50% - 4px);
  }

  .product-action {
    position: absolute;
    top: 0;
  }

  .product {
    padding-top: 84px;
    border-bottom: none;
  }

  .product-options-row {
    padding-top: 0;
    padding-bottom: 8px;
  }

  .product-order {
    margin-top: -100px;
    transform: translateY(-72px);
  }

  .card-buttons {
    margin-top: auto;
  }

  .card-buttons .btn__border {
    display: none;
  }

  .product-options__line {
    flex-direction: column;
  }

  .custom-tags {
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 100%;
  }

  .custom-tags--default {
    position: static;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .custom-tags__wrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .custom-tags {
    white-space: nowrap;
  }

  .show-room__grid {
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 4px;
    gap: 10px;
  }

  .show-room__grid > * {
    width: 100%;
  }

  .show-room__image {
    display: none;
  }

  .show-room__action {
    padding-bottom: 28px;
  }

  .modal-comparison {
    display: none !important;
  }

  .filter-panel {
    display: none;
  }

  .menu__item--desk {
    display: none;
  }

  .show-room__text {
    width: 100%;
  }

  .option-list--custom {
    border-top: 1px solid #ccc;
  }

  .card {
    height: 100% !important;
    padding: 16px 8px !important;
  }

  .carousel-products-item .card {
    height: 100% !important;
  }

  .card-image {
    display: block;
    margin-bottom: 8px;
    height: 30vw !important;
  }

  .products-item .card-price__item {
    font-size: 16px;
  }

  .card-price__item {
    font-size: 16px;
  }

  .card-price__item + .card-price__item {
    font-size: 12px;
  }

  .carousel-products-item:not(:last-child) {
    margin-right: 4px;
  }

  .pruducts-hit {
    /*padding-bottom: 32px;*/
    padding-bottom: 0px;
  }

  .section-title {
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .quantity {
    width: 160px;
  }

  .quantity-button {
    width: 32px;
    padding: 0 !important;
    text-align: center !important;
  }

  .option-label {
    font-size: 18px;
  }

  .option-order__value {
    font-size: 24px;
  }

  .option-list li > a {
    font-size: 16px;
  }

  .tab-pane__link {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .product-info {
    padding-bottom: 10px;

  }

  .carousel-products .slick-arrow,
  .carousel-products--look .slick-arrow {
    top: -24px;
    width: 15px;
  }

  .show-room__action p {
    font-size: 14px;
    line-height: 18px;
  }

  .show-room__promo {
    height: 140px;
  }

  .footer-links li > a {
    font-size: 1rem;
  }

  .button-menu_footer {
    right: 20px;
  }

  .carousel-products-item .btn_card {
    font-size: 12px;
  }

  .banner_lg {
    display: none;
  }

  .seo-block {
    display: none;
  }

  .products-item {
    text-align: left;
  }

  .card-price__old {
    font-size: 12px;
  }

  .breadcrumbs-page--social {
    padding-right: 24px;
    position: relative;
  }

  .card-tags__item {
    font-size: 12px;
    padding: 1px 16px;
  }

  .card__title {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 13px;
  }

  .card-price__old::before {
    top: 8px;
  }

  .icon.icon-cart_btn {
    margin-right: 2px;
  }

  .home-catalog {
    padding-top: 0px;
  }

  .custom-tags__item {
    font-size: 12px;
    line-height: 12px;
  }

  .products {
    padding-left: 0;
    width: calc(100% + 8px);
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
  }

  .products .products-item {
    border: 0 solid transparent;
    border-right-width: 8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .filter-button {
    display: flex;
    justify-content: space-between;
  }

  .filter-button__filter {
    min-width: auto !important;
    width: 45% !important;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 14px !important;
    padding-top: 6px;
    padding-bottom: 7px;
    line-height: 20px !important;
  }

  .custom-tags {
    clip-path: inset(0 0 8px 0);
  }

  .custom-tags .custom-tags__wrap {
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .product-price {
    width: calc(100vw - 40px);
    margin-top: 16px;
    margin-bottom: -32px;
    gap: 8px;
    /*justify-content: space-between;*/
    justify-content: normal;
  }

  .product-info {
    margin-top: -56px;
  }

  .product-info .container {
    padding-left: 0;
    padding-right: 0;
  }

  .show-room__title {
    font-size: 16px;
    line-height: 18px;
  }

  .show-room__text {
    font-size: 14px;
    line-height: 17px;
  }

  .other-products .container {
    padding-left: 0;
    padding-right: 0;
  }

  .products-recomend .container {
    padding-left: 0;
    padding-right: 0;
  }

  .card-recomend .btn_red {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .header-phones {
    height: 26px;
  }

  .header-panel-links .gp-trigger {
    padding-top: 0;
  }

  .header-cart__label {
    margin-bottom: -2px;
  }

  .carousel-products .slick-track {
    display: flex;
  }

  .carousel-products .carousel-products-item {
    height: auto;
  }

  .card__tags {
    gap: 4px;
  }

  .card-price__measure {
    font-size: 14px;
  }

  .card-price__item + .card-price__item .card-price__measure {
    font-size: 12px;
  }

  .thumbs-views {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .carousel-products-item .icon-cart_btn {
    display: block;
  }

  .item-description ul li {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .tabs-news {
    display: none;
  }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

/* desktop */

@media screen and (min-width: 980px) {
  .header {
    padding-top: 84px;
  }
}

@media (min-width: 1200px) {
  .content-info-pages .sidebar_right {
    width: 30%;
  }

  .content-info-pages .sidebar-content {
    display: flex;
    flex-direction: column;
  }

  .content-info-pages .widget_article {
    max-width: none;
  }

  .content-info-pages .carousel-article {
    max-width: 305px;
    float: right;
  }

  .footer-time {
    display: none;
  }

  .c-link .icon-local {
    flex-shrink: 0;
    margin-right: 4px;
  }

  .header-top {
    padding-top: 8px;
  }

  .slick-arrow.slick-prev {
    left: 10px;
  }

  .card__tags {
    top: 30px;
  }

  .footer_form {
    padding: 20px 0 35px;
  }

  .banner_lg {
    margin-bottom: 15px;
  }

  .product-options-row {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .thumbs-views .slick-prev {
    left: 0;
  }

  .tab-pane__link {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .custom-tags--default {
    margin-left: 10px;
    margin-bottom: 16px;
  }

  .filter-result {
    margin-left: 10px;
  }

  .about-map .container .company-contacts {
    padding-left: 0;
  }

  .products-item .card-price__item:first-child {
    font-size: 26px !important;
  }
}

@media screen and (min-width: 1280px) {
  .header-cart {
    margin-top: 1px;
  }

  .advantages-slider {
    background-position: 85% -4% !important;
  }
}



/*1617 .product.product--not-tags
 after Ð²Ð¼ÐµÑÑ‚Ð¾ before "Ð’ ÐºÐ¾Ñ€Ð·Ð¸Ð½Ðµ"
 dev img to ../images
 */
.product-buy__metre {
  font-size: 20px;
  line-height: 24px;
}

.product-price__metre {
  display: none;
  color: #000;
}
.product--stock .product-price__metre {
  color: #96091D;
}
.about-map .title {
  padding-bottom: 15px;
}
.product-price__metre, product-price__piece {
  white-space: nowrap;
}
.no-padding {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.about-map .container .company-contacts {
  padding-left: 0px;
}
.header-top.scrolled {
  z-index: 9999;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px;
  transition: all 0.5s;
}
.product-price__toggle {
  margin-right: 20px;
}
.btn__border.one_bye_btn {
  background-color: #eee;
  border-color: #eee!important;
}
.product-price__piece sup,
.product-price__metre sup {
  font-size: 65%;
}
.option-order__value {
  font-weight: normal;
}
#menu.open{
  width: 70%;
}
body.open-modal .mnu.gp-overlay {
  visibility: visible;
  opacity: 1;
}
.tab-content_secondary {
  min-height: auto;
}
.title-card h1 {
  font-weight: 500;
  font-size: 1.45rem;
}
.quantity {
  border: none;
}
.card-recomend__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
.checkbox-badget .icon {
  display: none;
}
.widget.bx-filter-parameters-box {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 110px;
}
.quantity-button.quantity-up {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quantity-button.quantity-down {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.thumbs-views-item {
  border-radius: 5px;
}
.social-list__item {
  background: #424242;
}
.nav-tabs_secondary li.active {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.content-info-pages .container {
  display: flex;
}
.content-info-pages .sidebar-content {
  border:none;
}
.content-info-pages .content-inner img {
  width: 100%;
}
.content-info-pages .sidebar_right {
  /*width: auto;*/
  float: none;
}
.content-inner .order-call {
  text-align: left;
}
.btn_advantage-slider {
  background-color: #FFD31B;
  color: #96091D;
  border: none!important;
}
.btn_advantage-slider:hover {
  color: #FFD31B;
  background-color: #96091D;
}
.buy-cart .btn_continue {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #eee;
  border-color: #eee!important;
  color: #96091d;
}
.checkbox-label, .tag-label span, .tags__title, .filter-sort__label, .selectbox ~.select2-container .select2-selection--single .select2-selection__rendered, .filter-sort__label, .form__input,
.radio-label, .compare-table-titles, .compare-table-info-list li
{
  font-family: "Source Sans Pro", sans-serif;
}
.selectbox.selectbox_md ~.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .card-recomend__title {
    font-size: 12px;
    line-height: 13px;
  }
  .btn-search_menu .icon {
    margin-top: -3px;
  }
  .main-slider .slider-item {
    background-size: cover;
  }
  .main-slider .slick-dots {
    bottom: 0px;
  }
  .form-cart .radio-buttons {
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .product-buy__item .btn__border {
    padding: 13px 0 12px 0;
    box-sizing: border-box;
  }
  .product .btn.addToCart {
    padding: 12px 0;
  }
  .product-info {
    padding-top: 0px;
  }
  .product-price__price {
    font-size: 27px;
  }

}

.seo-block-text a,
.seo-block-text p,
.seo-block-text ul,
.seo-block-text ol {
	margin-bottom: 16px;
	font-size: 1rem;
	line-height: 18px;
	font-weight: 400;
	color: #526364;
}
.seo-block-text ul li,
.seo-block-text ol li {
	margin-bottom: 4px;
}