@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap');

/* Тень для карточек с коллекциями */
.t902__inner-col {-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.25);}
/* Символ рубля */
.t902 .t902__content .t-descr em {font-family:'vrubel', sans-serif;font-style:normal;}
/* Цены */
.t-store__card__price, .js-store-prod-price {display:none !important}
.t-store__card__price_old, .js-store-prod-price-old {color:#000}
.t-store__card__price_old:after, .t-store__prod-popup__price_old:after {border:0}
.js-store-prod-price-old .t-store__prod-popup__price-currency {font-size:1.03em}

/* Форма калькулятора */
.add-form-wrapper {
  display: flex;
  flex-direction: column;
}
.add-form-wrapper__top {
  display: flex;
  justify-content: space-between;
}
.add-form-wrapper__top .t-store__prod-popup__price-currency {
  float: none;
}
.product-card-v3__price-top {
  text-align: center;
  margin-bottom: 20px;
}
.product-card-v3__prices > div {
  font-size: 24px;
  line-height: 1.35;
  font-weight: bold;
  display: inline-block;
}
.product-num-table--v3 .product-square {
  position: relative;
  display: flex;
}
.product-num-table--v3 .product-square__button {
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}
.product-num-table--v3 .product-square__button.decrease-volume {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
  background-color: #ffffff;
  cursor: pointer;
}
.product-num-table__input {
  border-radius: 3px;
  border: none;
  width: 72px;
  outline: none;
  padding: 0 6px;
  height: 24px;
  font-size: 14px;
  color: #282f37;
  background-color: rgba(40, 47, 55, .06);
}
.product-num-table--v3 .product-num-table__input {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border-radius: 0;
  min-width: 0;
}
.product-num-table--v3 .product-num-table__unit {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.product-num-table--v3 .product-square__button.increase-volume {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
}
.add-form-wrapper_body {
  padding: 15px 20px;
  background-color: rgba(40, 47, 55, .06);
  border-radius: 3px;
}
.add-form-wrapper__square .add-form-wrapper_body {
  position: relative;
  border: 2px solid #3d3e3d;
}
.product-card-v3__price-units {
  font-size: 12px;
}
.product-num-table {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: rgba(40, 47, 55, .75);
}
.product-num-table--v3 {
  display: block;
}
.add-form-wrapper__name {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.add-form-wrapper__units .add-form-wrapper_body {
  background-color: #ffffff;
  border: 2px solid #E7E7E7;
}
.product-card-v3__package-price {
  font-size: 24px;
  line-height: 1.35;
  font-weight: bold;
  display: inline-block;
}
.product-quantity {
  display: flex;
}
.product-quantity .product-quantity__button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: rgba(40,47,55,.06);
  background-color: rgba(40,47,55,.06);
  padding: 12px 8px;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 3px;
  transition: all .15s ease-in-out;
  cursor: pointer;
}
.product-num-table--v3 .product-quantity .product-quantity__button {
  padding: 1px 10px;
}
.product-num-table .product-quantity .product-quantity__button.decrease-volume {
  border-radius: 3px 0 0 3px;
}
.product-num-table--v3 .product-quantity .product-quantity__field, .product-num-table--v3 .product-quantity .product-quantity__button {
  height: 44px;
}
.product-quantity .product-quantity__field {
  font-weight: bold;
  text-align: center;
  border: none;
  background-color: rgba(40,47,55,.06);
}
.product-num-table--v3 .product-quantity .product-quantity__field {
  font-weight: bold;
  width: 100%;
  min-width: 0;
}
.t-store__prod-popup__btn-wrapper {
  display: flex;
  background-color: rgba(40, 47, 55, .06);
  padding: 20px;
  justify-content: space-evenly;
  align-items: center;
}
.t-store__prod-popup__btn-wrapper .t-store__prod-popup__price-currency {
  float: none;
}
.add-form-wrapper__bottom, .add-form-wrapper__bottom .t-store__prod-popup__price-currency {
  font-size: 36px;
  font-weight: bold;
}
.product-card-v3__amount-tip {
  font-size: 14px;
}
.add-form-wrapper__top > div {
  max-width: 50%;
}
@media screen and (max-width: 640px) {
  .add-form-wrapper__top {
    flex-direction: column;
  }
  .add-form-wrapper__top > div {
    flex-basis: 100%;
    max-width: 100%;
  }
  .t-store__prod-popup__btn-wrapper {
    flex-direction: column;
  }
}
.product-card-v3__amount > span, .product-card-v3__amount-tip, .add-form-wrapper__name, .product-card-v3__price-units, .product-num-table--v3 .product-num-table__unit,.product-num-table--v3 .product-num-table__input, .product-num-table--v3 .product-quantity .product-quantity__field, .product-card-v3__package-price, .js-price-per-metr {
  font-family: Montserrat, Arial, sans-serif
}
.decrease-volume, .increase-volume {
  margin: 0;
  font-size: 1rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.decrease-volume {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
}
.increase-volume, .product-quantity .product-quantity__button.increase-volume {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.product-num-table--v3 .product-quantity .product-quantity__field {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 1px 6px;font-size: 16px}
.product-card-v3__amount-tip {text-align: center;margin-bottom:10px}

/* Заголовок коллекций */
.t030 .t-container {position:relative}
.t030 .t-col {min-height:98px}
.t030 .t-col:before {display:block;content:'';border-right:60px solid transparent;height:0;width:30px;position:absolute;top:1px;left:20px}
.t030 em {font-style:normal;vertical-align:super;font-size:0.8em}
.t030__title, .t030__descr {padding-left:90px}
.t030__title {margin-bottom:5px;margin-top:7px}
.t030__descr {padding-bottom:0}
@media screen and (min-width: 641px) {
  .t030__descr {font-size:18px}
}
@media screen and (max-width: 640px) {
  .t030__descr {font-size:16px}
  .t030 .t-col:before {left:0}
  .t030__title, .t030__descr {padding-left:75px}
}

/* Иконки коллекций */
@supports (-webkit-overflow-scrolling: touch) {
  body * {background-attachment:scroll}
}
.info-icons {display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;overflow:hidden;position:relative;padding-bottom:40px}
.info-icons div {width:68px;height:68px;margin: 0 10px 10px 0;background-size:cover}
.info-icons div:last-child{margin-right:0}
.info-icons .info-icons-wide {width:151px}
.info-icons__waterproof {background:url(https://static.tildacdn.com/tild6135-3065-4565-b034-313361653165/1.png)}
.info-icons__stability {background:url(https://static.tildacdn.com/tild6564-3762-4661-a136-643033333766/2.png)}
.info-icons__warm-floor {background:url(https://static.tildacdn.com/tild3539-6232-4366-b937-383561356663/3.png)}
.info-icons__ac5-33-42 {background:url(https://static.tildacdn.com/tild3930-6533-4564-a362-386233666163/4.png)}
.info-icons__click {background:url(https://static.tildacdn.com/tild3830-6537-4438-b364-653965396665/5.png)}
.info-icons__200m {background:url(https://static.tildacdn.com/tild3062-6331-4033-b331-376162396163/6.png)}
.info-icons__scratches {background:url(https://static.tildacdn.com/tild3533-3531-4334-a162-343665363632/7.png)}
.info-icons__silence {background:url(https://static.tildacdn.com/tild6661-6630-4634-b964-656562313939/8.png)}
.info-icons__25-years {background:url(https://static.tildacdn.com/tild6535-3834-4932-a366-383830353361/9.png)}

/* Всплывающая подсказка */
.hover-info:after {content:attr(data-title);display:none;background-color:#fff;color:#000000;padding:5px;text-align:center;-moz-box-shadow:0 1px 1px rgba(0,0,0,.16);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 1px rgba(0,0,0,.16);font-size:12px;font-family:'Montserrat',Arial,sans-serif;z-index:99;position:absolute;
  bottom:5px;left:5px;max-width:380px;width:auto;text-align:left;-webkit-box-shadow:2px 2px 5px 0px rgba(50, 50, 50, 0.25);-moz-box-shadow:2px 2px 5px 0px rgba(50, 50, 50, 0.25);box-shadow:2px 2px 5px 0px rgba(50, 50, 50, 0.25)}
/* Добавляем свойство, чтобы при наведении на элемент плашка с подсказкой появилась */
.hover-info:hover:after{display:block}
@media screen and (min-width: 641px) {
  .hover-info:after {max-width:600px}
}

/* Меню в подвале */
.t420__col ul li a {text-decoration:none !important;position:relative}
.t420__col ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20%;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ff6d00;
  -webkit-box-shadow: inset 0px -1px 0px 0px #ff6d00;
  -moz-box-shadow: inset 0px -1px 0px 0px #ff6d00;
  box-shadow: inset 0px -1px 0px 0px #ff6d00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.t420__col ul li a:hover::after {
  opacity: 1;
  bottom: -1px;
}
/* Карточки товаров в категориях */
.t-store__prod-popup__price-currency, .t-store__card__price-currency {font-family:'vrubel'}
.t-store__card__price-value {font-size:30px;}
.t-store__card__price-currency {font-size:26px}
.t-store__prod-popup__price-currency {font-size:24px}
@media screen and (max-width:1200px) {
  .t-store__card__price-value {font-size:24px;}
  .t-store__card__price-currency {font-size:20px}
  .t-store__prod-popup__price-currency {font-size:22px}
}
@media screen and (min-width:641px) {
  .t-store__card__price-wrapper {position: absolute;bottom:30px;right:20px;}
}

@import url('https://dev.keep-calm.ru/fonts/vrubel.css');
.rub em {
  font-family:'vrubel',sans-serif;
  font-style:normal;
}


/* Новый дизайн карточки товара */

[data-tilda-page-alias] .t-popup {
  overflow-x: hidden !important;
}

.js-store-product {
  overflow: hidden;
}

[data-tilda-page-alias] .t-popup .js-store-product {
  overflow: visible;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__col-left {
  max-width: 760px;
}

[data-tilda-page-alias] .js-store-product .t-slds__bgimg {
  padding-bottom: 88% !important;
}

[data-tilda-page-alias] .js-store-product .t-slds__arrow {
  width: 35px !important;
  height: 35px !important;
  background-color: #d96828 !important;
}

[data-tilda-page-alias] .js-store-product .t-slds__arrow-left {
  left: 25px;
}

[data-tilda-page-alias] .js-store-product .t-slds__arrow-right {
  right: 25px;
}

[data-tilda-page-alias] .js-store-product .t-slds__arrow_body {
  width: 17px !important;
}

[data-tilda-page-alias] .js-store-product .t-slds__arrow svg {
  width: 17px;
  height: 17px;
}

[data-tilda-page-alias] .js-store-product .t-slds__arrow svg polyline {
  stroke: #fff !important;
}

[data-tilda-page-alias] .js-store-product .t-slds__thumbsbullet-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

[data-tilda-page-alias] .js-store-product .t-slds__thumbsbullet.t-slds__bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #d96828;
  border-radius: 50%;
  box-sizing: border-box;
}

[data-tilda-page-alias] .js-store-product .t-slds__thumbsbullet.t-slds__bullet_active {
  background-color: #d96828;
}

[data-tilda-page-alias] .js-store-product .t-slds__thumbsbullet.t-slds__bullet > div {
  display: none !important;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__col-right {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  padding-top: 10px;
  border-top: 2px solid #7f7f7f;
}

[data-tilda-page-alias] .js-store-product > .t-store__prod-popup__name {
  max-width: 1200px;
  margin: 0 auto 57px;
  padding: 0 20px;
  font-size: 45px !important;
  line-height: 1.36em;
  font-family: Manrope, Inter, sans-serif !important;
  box-sizing: border-box;
  font-weight: 400 !important;
}

[data-tilda-page-alias] .js-store-product > .t-store__prod-popup__name:empty {
  display: none;
}

[data-tilda-page-alias] .js-store-product > .t-store__prod-popup__name:not(:empty) ~ .t-store__prod-popup__name:not(:empty) {
  display: none;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__mobile-title {
  display: none;
  padding: 0 20px;
  font-family: Manrope, Inter, sans-serif !important;
  box-sizing: border-box;
  line-height: 1.36em;
  color: #050505;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__title-wrapper {
  margin-bottom: 34px;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__sku {
  color: #827869;
  font-size: 12px;
  line-height: 1.25em;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__brand {
  display: none;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__title {
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.36em;
  color: #050505;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 600;
}

[data-tilda-page-alias] .js-store-product .add-form-wrapper__top {
  flex-wrap: wrap;
}

[data-tilda-page-alias] .js-store-product .add-form-wrapper__top > div {
  width: 100%;
  max-width: 100%;
}

[data-tilda-page-alias] .js-store-product .add-form-wrapper_body {
  padding: 0 !important;
  border: none !important;
  background: #fff !important;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__price-top {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.2em;
  color: #050505;
  font-family: Inter, sans-serif;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__price.sq_m {
  padding-right: 9px;
  font-size: 30px;
  line-height: 1em;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__price.sq_m .js-price-per-metr {
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__price.sq_m .js-price-per-metr:after {
  margin-left: 7px;
  content: "₽";
}

[data-tilda-page-alias] .js-store-product .product-card-v3__price.sq_m .t-store__prod-popup__price-currency {
  display: none;
  font-size: 30px;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__price-units {
  font-size: 16px;
  line-height: 1.2em;
  font-family: Inter, sans-serif;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__price-units:before {
  content: "/";
  display: inline;
}

[data-tilda-page-alias] .t-store__prod-popup__container .js-store-product[data-product-url*="podlozhka"] .product-card-v3__price-units:after {
  content: " за м²";
  display: inline;
}

[data-tilda-page-alias] .t-store__prod-popup__container .js-store-product:not([data-product-url*="podlozhka"]) .product-card-v3__price-units:after {
  content: " за пог. м";
  display: inline;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__square-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__square-row .this-title {
  margin-right: 15px;
  white-space: nowrap;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__square-row .this-value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 30px;
  padding: 2px 15px 0;
  border: 1px solid #f5f3f0;
  font-weight: 600;
  text-align: center;
  border-radius: 0;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__field-row:last-child {
  margin-bottom: 0;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__field-row .this-title {
  margin-right: 15px;
  white-space: nowrap;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__field-row .product-num-table {
  width: 145px;
  border: 1px solid #f5f3f0;
}

[data-tilda-page-alias] .js-store-product:not([data-product-url*='podlozhka']) .product-card-v3__field-row .product-num-table {
  width: 110px;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__field-row .product-num-table input {
  height: 28px;
  background-color: #fff !important;
  border-radius: 0 !important;
  outline: none !important;
}

[data-tilda-page-alias] .js-store-product[data-product-url*='podlozhka'] .product-card-v3__field-row .this-title.only-underlay {
  display: none;
}

[data-tilda-page-alias] .js-store-product:not([data-product-url*='podlozhka']) .product-card-v3__field-row .this-title.only-plinth {
  display: none;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__field-row.product-card-v3__square-row .product-num-table input.product-square__button {
  display: none;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__field-row.product-card-v3__square-row input {
  pointer-events: none;
}

[data-tilda-page-alias] .js-store-product .add-form-wrapper__units .product-card-v3__price-top {
  display: none !important;
}

[data-tilda-page-alias] .js-store-product .add-form-wrapper__name,
[data-tilda-page-alias] .js-store-product .product-num-table--v3 .product-num-table__unit {
  display: none;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #050505;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services--title {
  display: inline-flex;
  position: relative;
  padding-right: 35px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.2em;
}

/*[data-tilda-page-alias] .js-store-product .product-card-v3__services--title:after {
  content: "";
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f7e1d3;
  position: absolute;
  right: 0;
  top: -2px;
  padding-right: 1px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #da6829;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjYxIDcuNDQ4Vi40MDhoMS43OHY3LjA0SDMuNjFaTS45OCA0LjgxOHYtMS43OGg3LjA0djEuNzhILjk4WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  box-sizing: border-box;
}*/

[data-tilda-page-alias] .js-store-product .product-card-v3__services--item {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2em;
  cursor: pointer;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services--item:last-child {
  margin-bottom: 0;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services--item > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services--item > input:checked + span:before {
  background-color: #d96828;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services--item > span {
  display: block;
  position: relative;
  padding-left: 20px;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services--item > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #d96828;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.3s;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__services--item > span i {
  margin-left: 5px;
  font-style: normal;
  color: #827869;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__inputs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__input-label {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #050505;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__input-col .product-num-table--v3 > div {
  width: 150px !important;
  border: 1px solid #f5f3f0;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__input-col input {
  height: 30px !important;
  font-family: Inter, sans-serif !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  outline: none !important;
}


[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper {
  margin-top: 25px;
  margin-bottom: 0;
  padding: 28px 0 0;
  border-top: 2px solid #7f7f7f;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: normal;
  background-color: #fff;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper .add-form-wrapper__bottom {
  width: 100%;
  flex: 0 0 100%;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper .product-card-v3__amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #050505;
  font-family: Manrope, Inter, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper .t-store__prod-popup__price-currency {
  display: none;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper .product-card-v3__amount:before {
  content: "Итого:";
  display: block;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: normal;
  font-family: Inter, sans-serif;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper .product-card-v3__amount > span {
  font-family: Manrope, Inter, sans-serif;
  font-weight: bolder;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper .product-card-v3__amount:after {
  margin-left: 7px;
  content: "₽";
  font-weight: bolder;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn-wrapper .product-card-v3__amount-tip {
  display: none;
}

[data-tilda-page-alias] .js-store-product .product-card-v3__discount {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.2em;
  color: #d96828;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Inter, sans-serif;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 53px;
  height: 55px;
  padding: 5px 15px 3px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  background-color: #d96828 !important;
}

[data-tilda-page-alias] .js-store-product .t-store__prod-popup__text {
  display: none;
}

[data-tilda-page-alias*="accessories"] .js-store-product .t-store__prod-popup__text {
  display: block;
}


[data-tilda-page-alias*="accessories"] .t-store__relevants__container {
  display: none;
}

.accessories-advantages-wrap {
  margin-top: 105px;
  padding: 0 20px;
}

.accessories-advantages-wrap .prod-advantages-item {
  display: block !important;
  order: unset !important;
}

.accessories-advantages-wrap .prod-advantages-item:nth-child(3) {
  order: 4 !important;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__list {
  display: flex;
  flex-direction: column;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100vw;
  right: -100vw;
  top: 0;
  bottom: 0;
  background-color: #f4f3ef;
  pointer-events: none;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] {
  order: 2;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="text"] {
  order: 3;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="text"]:before {
  background-color: #fff;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="template"] {
  order: 4;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item-button {
  margin: 0 0 90px;
  padding: 0 !important;
  border: none !important;
  pointer-events: none;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__close {
  display: none !important;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__content {
  display: block !important;
  max-width: none !important;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item-title {
  max-width: none !important;
  font-family: Manrope, Inter, sans-serif;
  font-size: 45px;
  line-height: 1.36em;
  color: #050505;
  font-weight: normal !important;
  white-space: normal !important;
  overflow: visible !important;
}


[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] {
  display: flex;
  align-items: flex-start;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .t-store__tabs__item-button {
  width: 570px;
  margin-right: 5vw;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 50px !important;
  border-bottom: 2px solid #7a7977 !important;
}

[data-tilda-page-alias] .js-store-product .prod-chars-info {
  margin-left: 65px;
  padding-top: 20px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 25px;
  line-height: 1.36em;
}

[data-tilda-page-alias] .js-store-product .prod-chars-info__title {
  margin-bottom: 17px;
}

[data-tilda-page-alias] .js-store-product .prod-chars-info__desc {
  flex: 1;
  font-weight: 600;
  white-space: nowrap;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .t-store__tabs__content,
[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .js-store-prod-all-charcs {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .t-store__tabs__content {
  padding-top: 25px;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .js-store-prod-charcs {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
}



[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="text"] .t-store__tabs__content {
  display: flex !important;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: -25px;
  counter-reset: item;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="text"] .t-store__tabs__content:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #fff;
}

[data-tilda-page-alias] .js-store-product .prod-chars-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 33px;
  padding-left: 35px;
  padding-bottom: 25px;
  padding-right: 15px;
  border-bottom: 2px solid #7f7f7f;
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  color: #050505;
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}

[data-tilda-page-alias] .js-store-product .prod-chars-item:before {
  content: "0"counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 10px;
  line-height: 1.2em;
  color: #d96828;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

[data-tilda-page-alias] .js-store-product .prod-chars-item:first-child {
  display: none !important;
}

[data-tilda-page-alias] .js-store-product .prod-chars-item__title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.36em;
  font-family: Manrope, Inter, sans-serif;
  box-sizing: border-box;
  font-weight: 600;
}



[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="template"] {
  padding: 90px 0;
}

[data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="template"] .t-store__tabs__content {
  margin-top: -20px;
  display: flex !important;
  flex-wrap: wrap;
}

[data-tilda-page-alias] .js-store-product .prod-advantages-item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.2em;
  color: #050505;
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}

[data-tilda-page-alias] .js-store-product .prod-advantages-item:nth-child(2),
[data-tilda-page-alias] .js-store-product .prod-advantages-item:nth-child(5) {
  display: none;
}

[data-tilda-page-alias] .js-store-product .prod-advantages-item:nth-child(3) {
  order: 6;
  padding: 35px 40px;
  background-color: #d96828;
  color: #fff;
}

[data-tilda-page-alias] .js-store-product .prod-advantages-item:nth-child(3) > div {
  padding: 0;
  margin: 0;
  display: inline;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4em;
}

[data-tilda-page-alias] .js-store-product .prod-advantages-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #d96828;
}

[data-tilda-page-alias] .js-store-product .prod-advantages-item__title {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 25px;
  line-height: 1.36em;
  font-family: Manrope, Inter, sans-serif;
  box-sizing: border-box;
  font-weight: 600;
}


/* relevants goods */

.t-store__relevants__title {
  max-width: none !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: 45px !important;
  line-height: 1.36em !important;
  color: #050505;
  font-weight: normal !important;
  white-space: normal !important;
  overflow: visible !important;
}

@media (max-width: 767px) {
  .t-store__relevants__title {
    font-size: 28px !important;
    line-height: 1.35em !important;
  }
}

.t-store__relevants__container .t-store__card {
  padding: 27px;
  border: 1px solid transparent;
  outline: none !important;
}

.t-store__relevants__container .t-store__card:hover {
  padding: 27px;
  border-color: #000 !important;
}

.t-store__relevants__container .t-bgimg {
  margin: 0 !important;
}

.t-store__relevants__container .t-store__card__sku  {
  display: none !important;
}

.t-store__relevants__container .t-store__card__descr {
  display: none !important;
}

.t-store__relevants__container .t-store__card__textwrapper  {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.t-store__relevants__container .t-store__card__title  {
  order: 2;
  margin: 0 !important;
}

.t-store__relevants__container .t-store__card__price-wrapper  {
  order: 1;
  position: static !important;
  margin: 0 !important;
}

.t-store__relevants__container .t-store__card__price-item {
  margin: 0 10px 0 0 !important;
}

.t-store__relevants__container .t-store__card__price-value {
  font-family: Manrope, Inter, sans-serif;
  font-size: 25px;
  line-height: 1.36em;
  font-weight: bold;
}

.t-store__relevants__container .t-store__card__price-value:after  {
  content: "₽";
  display: inline;
  margin-left: 6px;
}

.t-store__relevants__container .t-store__card__price-currency  {
  display: none;
}

.t-store__relevants__container .t-store__card__prod-controls-wrapper  {
  display: none;
}

.t-store__relevants__container .t-store__card__btns-wrapper {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.t-store__relevants__container .t-store__card:hover .t-store__card__btns-wrapper {
  opacity: 1;
  visibility: visible;
}

.t-store__relevants__container .t-store__card__btns-wrapper > a {
  width: 100% !important;
  margin: 0 !important;
  font-size: 12px;
  color: #fff !important;
}

.t-store__relevants__container .t-store__card__btns-wrapper > a span {
  color: #fff !important;
}


/* responsive for new card */

@media (max-width: 1200px) {

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__name {
    font-size: 35px !important;
  }

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__col-left {
    max-width: 100%;
    margin: 0;
  }

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__col-right {
    max-width: 100%;
    margin-top: 30px;
  }

  [data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] {
    display: block;
  }

  [data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .t-store__tabs__item-button {
    width: 100%;
    margin-right: 0;
  }


}

@media (max-width: 980px) {

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__name {
    display: none;
  }

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__mobile-title:not(:empty) {
    display: block;
    margin: 15px 20px 10px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #9f9f9f;
    font-size: 20px;
  }

  [data-tilda-page-alias] .js-store-product .t-slds__arrow-left {
    left: 10px;
  }

  [data-tilda-page-alias] .js-store-product .t-slds__arrow-right {
    right: 10px;
  }

  [data-tilda-page-alias] .js-store-product .t-slds__thumbsbullet-wrapper {
    margin-top: 6px;
  }

  [data-tilda-page-alias] .js-store-product .t-slds__thumbsbullet.t-slds__bullet {
    width: 8px;
    height: 8px;
  }

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__title-wrapper {
    margin-bottom: 24px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__square-row {
    font-size: 14px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__field-row {
    font-size: 14px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__square-row .this-value {
    width: 108px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__field-row .product-num-table {
    width: 120px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__title {
    font-size: 20px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__services--title {
    font-size: 14px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__services--title:after {
    top: -4px;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__input-col .product-num-table--v3 > div {
    width: 115px !important;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__input-col input {
    font-size: 14px !important;
  }

  [data-tilda-page-alias] .js-store-product .product-card-v3__input-label {
    font-size: 14px;
  }

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__btn {
    display: block;
    margin-top: 33px;
    height: 40px !important;
    padding: 10px 15px;
    font-size: 12px;
  }

  [data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .t-store__tabs__item-button {
    display: block;
    margin-bottom: 0 !important;
    padding-bottom: 25px !important;
  }

  [data-tilda-page-alias] .js-store-product .t-store__tabs__item-title {
    font-size: 28px;
  }

  [data-tilda-page-alias] .js-store-product .t-store__tabs__item-button {
    margin-bottom: 50px;
  }

  [data-tilda-page-alias] .js-store-product .t-store__prod-popup__col-right {
    margin-top: 10px;
    padding-top: 0;
    border: none;
  }

  [data-tilda-page-alias] .js-store-product .prod-chars-info {
    padding: 0;
    margin: 15px 0 0;
    font-size: 18px;
  }

  [data-tilda-page-alias] .js-store-product .prod-chars-info__title {
    margin-bottom: 7px;
  }

  [data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="chars"] .js-store-prod-charcs {
    margin-bottom: 5px;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
  }

  [data-tilda-page-alias] .js-store-product .prod-chars-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    font-size: 13px;
  }

  [data-tilda-page-alias] .js-store-product .prod-chars-item__title {
    font-size: 18px !important;
  }

  [data-tilda-page-alias] .js-store-product .t-store__tabs__item[data-tab-type="template"] {
    padding: 60px 0;
  }

  [data-tilda-page-alias] .js-store-product .prod-advantages-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 13px !important;
  }

  [data-tilda-page-alias] .js-store-product .prod-advantages-item__title {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 18px;
  }

  [data-tilda-page-alias] .js-store-product .prod-advantages-item:before {
    width: 17px;
    height: 17px;
  }

  [data-tilda-page-alias] .js-store-product .prod-advantages-item:nth-child(3) {
    flex: 0 0 235px;
    max-width: 235px;
  }

  [data-tilda-page-alias] .js-store-product .prod-advantages-item:nth-child(3) > div {
    font-size: 18px;
  }

  .t-store__relevants__container .t-store__card__btns-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .t-store__relevants__container .t-slds__arrow.t-slds__arrow-withbg {
    width: 30px !important;
    height: 30px !important;
    background-color: #d96828 !important;
  }

  .t-store__relevants__container .t-slds__arrow.t-slds__arrow-withbg svg > * {
    stroke: #fff !important;
  }

  .t-store__relevants__container .t-slds__arrow-withbg .t-slds__arrow_body {
    width: 10px !important;
  }

  .accessories-advantages-wrap {
    margin-top: 85px;
  }

}