

/* Start:/bitrix/templates/prom_s1/components/bitrix/catalog/catalog.1/style.css?175012149948894*/
/*Кастом*/
:root {
  --color-3A3A3A: #3A3A3A;
  --color-707070: #707070;
  --color-0071CE: #0071CE;
  --color-E21B3C: #E21B3C;
  --color-C8102E: #C8102E;
  --color-ffffff: #ffffff;
  --color-D3D3D3: #D3D3D3;
  --color-F5F5F5: #F5F5F5;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none !important;
}

li {
  list-style-type: none !important;
}

h1, h2, h3 {
  margin: 0 !important;
}

button {
  line-height: normal;
}

body {
  font-family: 'Raleway', sans-serif;;
}

/*default-btn*/
.default__btn {
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-E21B3C);
  border-radius: 7px;
  border: none;
  gap: 10px;
  font-size: 16px;
  color: var(--color-ffffff);
  font-weight: 500;
  padding: 10px;
}

.default__btn:hover {
  background: var(--color-C8102E);
}

.default__btn svg {
  fill: none;
  width: 7px;
  height: 12px;
  stroke: var(--color-ffffff);
}

/*.default-btn*/
/*Кастом*/
/*Цвет заднего фона "ИЛИ"*/
.wrapper-gray {
  max-width: 100%;
  background: #F5F5F5;
}

.wrapper-white {
  max-width: 100%;
  background: #ffffff;
}


.es-wrap__white {
  background: #ffffff;
}

/*.Цвет заднего фона*/
.es-wrap__container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 1367px) {
  .es-wrap__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 900px) {
  .es-wrap__container {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 600px) {
  .es-wrap__container {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }
}

.p-s__title-size {
  color: #3A3A3A;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .p-s__title-size {
    font-size: 38px;
  }
}

@media (max-width: 500px) {
  .p-s__title-size {
    font-size: 34px;
  }
}


.p-s__subtitle-size {
  color: #3A3A3A;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px !important;
}


@media (max-width: 800px) {
  .p-s__subtitle-size {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .p-s__subtitle-size {
    font-size: 24px;
  }
}

/*.product__title-size {*/
/*    color: #3A3A3A;*/
/*    font-variant-numeric: lining-nums proportional-nums;*/
/*    font-size: 36px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: normal;*/
/*    margin-bottom: 40px !important;*/
/*}*/

/*@media (max-width: 800px) {*/
/*    .product__title-size {*/
/*        font-size: 28px !important;*/
/*    }*/
/*}*/

/*@media (max-width: 500px) {*/
/*    .product__title-size {*/
/*        font-size: 24px !important;*/
/*    }*/
/*}*/

.coop-catalog__title {
  margin-bottom: 40px;
}

/*.Кастом*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  padding-right: 5px;
  padding-left: 5px;
}

/*Банер*/

.banner-form1 {
  position: relative;
  right: 0;
}

.banner-form1__content {
  background-color: #3a3a3a;
  background-repeat: no-repeat;
  border-radius: 15px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  height: 259px;
  overflow: hidden;
}

.banner-form1__content-img {
  height: 100%;
  max-width: 25%;
  text-align: center;
  width: 100%;

}

.banner-form1__content-img img {
  max-width: 318px;
  height: 100%;
  object-fit: contain;
}


.banner-form1__content-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.banner-form1__content-block h2 {
  color: var(--color-ffffff);
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  max-width: 100%;
}

.banner-form1__content-block p {
  color: var(--color-ffffff);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  max-width: 75%;
  margin: 0;
}

.banner-form1__content-block-info {
  display: flex;
  align-items: center;
  gap: 51px;
}

.banner-form1__content-block-info-tel {
  color: #FF2F51;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-variant: small-caps;
}

.banner-form1__content-block-info-time {
  display: block;
  color: var(--color-ffffff);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  font-variant: small-caps;
}

.banner-form1__content-block-info .default__btn {
  width: 175px;
  height: 42px;
  padding: 0 15px;
}

.banner-form1__content-block-info-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-form1__content-block-info-social a {
  display: block;
  width: 30px;
  height: 30px;
}

.banner-form1__content-block-info-social a svg {
  width: 100%;
  height: 100%;
  fill: var(--color-ffffff);
}

.banner-form1__content-block-info-social a:nth-child(2) svg {
  fill: #5BC161;
}

@media (max-width: 938px) {

  .banner-form1__content-block {
    padding: 20px;
  }

  .banner-form1__content-block-info {
    gap: 15px;
  }

  .banner-form1__content-block-info-social {
    gap: 15px;
  }
}

@media (max-width: 778px) {

  .banner-form1__content-block h2 {
    font-size: 28px;
    max-width: 100%;
  }

  .banner-form1__content-block p {
    font-size: 14px;
    max-width: 100%;
  }

  .banner-form1__content-block-info {
    gap: 8px !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .banner-form1__content-block-info-time {
    width: 100%;
  }

  .banner-form1__content-block-info-tel {
    font-size: 18px;
  }

  .banner-form1__content-block-info-time {
    font-size: 14px;
  }

  .banner-form1__content-block-info .default__btn {
    font-size: 14px;
    width: 155px;
    height: 40px;
    gap: 4px;
  }
}

@media (max-width: 550px) {
  .banner-form1__content {
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
  }

  .banner-form1__content-img {
    order: 2;
    max-width: 100%;
  }

  .banner-form1__content-img img {
    position: absolute;
    right: 0;
    bottom: -26px;
    height: 63%;
    z-index: -1;
  }
  .banner-form1__content-block h2 {
    font-size: 24px;
  }
}

/*.Банер*/


/*!*Форма заказа звонка*!*/
/** {*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  box-sizing: border-box;*/
/*}*/

/*a {*/
/*  text-decoration: none;*/
/*}*/
/*a:hover {*/
/*  text-decoration: none !important;*/
/*}*/

/*ul {*/
/*  list-style: none !important;*/
/*}*/

/*button {*/
/*  line-height: normal;*/
/*}*/

/*body {*/
/*  font-family: 'Raleway', sans-serif;;*/
/*}*/
/*!*gr footer*!*/
/*#servis_feedback{*/
/*  display: flex;*/
/*  gap: 10px;*/
/*}*/
/*.gr-f-wrap_content {*/
/*  margin-top: 15px;*/
/*  width: 100%;*/
/*  height: 330px;*/
/*  background-size: 100% 100%;*/
/*  padding-left: 17%;*/
/*  padding-right: 15%;*/
/*  background-repeat: no-repeat;*/
/*}*/

/*.gr-f-wrap__block {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  width: 100%;*/
/*}*/

/*.gr-f-wrap__b-img {*/
/*  height: 100%;*/
/*  flex: 0 0 41%;*/
/*}*/

/*.gr-f-wrap__img {*/
/*  height: 100%;*/
/*}*/

/*.gr-f-wrap__img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: contain;*/
/*}*/

/*.gr-f-wrap__title {*/
/*  font-size: 30px;*/
/*  font-weight: 400;*/
/*}*/

/*.gr-f-wrap__text {*/
/*  font-size: 16px;*/
/*  margin: 20px 0;*/
/*}*/

/*.gr-f-wrap__f-1 {*/
/*  display: flex;*/
/*  gap: 30px;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.gr-f-wrap__form {*/
/*  flex: 0 0 67%;*/
/*}*/

/*.gr-f-wrap__f-email {*/
/*  padding: 10px;*/
/*  border: 1px solid #D3D3D3;*/
/*  border-radius: 5px;*/
/*  text-align: center;*/
/*}*/

/*.gr-f-wrap__f-name {*/
/*  padding: 10px;*/
/*  border: 1px solid #D3D3D3;*/
/*  border-radius: 5px;*/
/*  text-align: center;*/
/*  width: 140px;*/
/*}*/
/*!*btn*!*/

/*.gr-f-wrap__f-btn {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  background: #C8102E;*/
/*  border-radius: 5px;*/
/*  border: none;*/
/*  padding: 9px 15px;*/
/*  gap: 10px;*/
/*  font-size: 14px;*/
/*  color: #fff;*/
/*  font-weight: 500;*/
/*  cursor: pointer;*/
/*}*/

/*.gr-f-wrap__f-btn:hover {*/
/*  background: #E21B3C;*/
/*}*/

/*.gr-f-wrap__f-btn {*/
/*  font-size: 14px;*/
/*  color: #fff;*/
/*  font-weight: 500;*/
/*}*/

/*.gr-f-wrap__f-btn svg {*/
/*  fill: none;*/
/*  width: 7px;*/
/*  height: 12px;*/
/*  stroke: #ffffff;*/
/*}*/

/*!*btn*!*/
/*@media (max-width: 1161px) {*/
/*  .gr-f-wrap__title {*/
/*    font-size: 30px;*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*  }*/

/*  .gr-f-wrap__text {*/
/*    font-size: 16px;*/
/*    margin: 20px 0;*/
/*    text-align: center;*/
/*  }*/

/*  .gr-f-wrap__f-1-1 {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    margin: 0 auto;*/
/*  }*/

/*  .gr-f-wrap__f-email, .gr-f-wrap__f-name, .gr-f-wrap__f-btn {*/
/*    margin: 0 auto !important;*/
/*    width: 320px !important;*/
/*  }*/

/*  .gr-f-wrap__f-1 {*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    gap: 15px;*/
/*  }*/

/*}*/

/*@media (max-width: 900px) {*/

/*  .gr-f-wrap__b-img {*/
/*    display: none;*/
/*  }*/

/*  .gr-f-wrap__block, .gr-f-wrap_content {*/
/*    justify-content: center;*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/

/*  }*/
/*}*/


/*@media (max-width: 600px) {*/
/*  .gr-f-wrap__block {*/
/*    background: #ffffff !important;*/
/*  }*/

/*  .gr-f-wrap_content {*/
/*    background-image: none;*/
/*  }*/

/*  .gr-f-wrap__title {*/
/*    font-size: 24px;*/
/*  }*/

/*  .gr-f-wrap__form {*/
/*    flex: 100%;*/
/*  }*/

/*  .gr-f-wrap__form-b {*/
/*    padding: 0 10px !important;*/
/*  }*/


/*}*/

/*@media (max-width: 500px) {*/
/*  .gr-f-wrap__title {*/
/*    font-size: 20px;*/
/*  }*/

/*  .gr-f-wrap__text {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/
/*!*Форма заказа звонка конец*!*/


/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-wrapper {*/
/*  display: block;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content {*/
/*  position: relative;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-right-wrapper {*/
/*  position: relative;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .bx-filter-container-modef {*/
/*  display: none;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-bitrix.c-smart-filter + .catalog-menu,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-bitrix.c-catalog-smart-filter + .catalog-menu,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-bitrix.c-smart-filter + .catalog-content,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-bitrix.c-catalog-smart-filter + .catalog-content,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-intec-universe.c-search-sections + .ns-bitrix.c-catalog-smart-filter,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-intec-universe.c-search-sections + .ns-bitrix.c-smart-filter {*/
/*  margin-top: 30px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-message {*/
/*  margin-bottom: 24px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-empty-result-block-title {*/
/*  font-size: 20px;*/
/*  line-height: 30px;*/
/*  color: #404040;*/
/*  margin-bottom: 24px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-description {*/
/*  display: block;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-title {*/
/*  display: block;*/
/*  margin: 0;*/
/*  font-size: 24px;*/
/*  line-height: 30px;*/
/*  color: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-title + * {*/
/*  margin-top: 24px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-section-extending {*/
/*  margin: 30px 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-element-extending-title {*/
/*  margin: 20px 20px 10px 20px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 * + .c-tags-list,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 * + .ns-intec-seo.c-filter-tags,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 * + .catalog-description,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .c-tags-list + *,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-intec-seo.c-filter-tags + *,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-description + * {*/
/*  margin-top: 20px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .c-catalog-section-list + .catalog-panel,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .c-catalog-section + * {*/
/*  margin-top: 30px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel {*/
/*  margin-bottom: 20px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: start;*/
/*  -ms-flex-pack: start;*/
/*  justify-content: flex-start;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  margin: 0 -10px;*/
/*  position: relative;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=desktop] {*/
/*  padding-bottom: 5px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=mobile] {*/
/*  display: none;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=mobile] .catalog-panel-views {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=mobile] .catalog-panel-sort {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 1;*/
/*  -moz-box-flex: 1;*/
/*  -webkit-flex-grow: 1;*/
/*  -ms-flex-positive: 1;*/
/*  -ms-flex: 1;*/
/*  flex-grow: 1;*/
/*  -webkit-flex-shrink: 1;*/
/*  -moz-flex-shrink: 1;*/
/*  -ms-flex-negative: 1;*/
/*  flex-shrink: 1;*/
/*  -webkit-flex-basis: 0;*/
/*  -ms-flex-preferred-size: 0;*/
/*  flex-basis: 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=mobile] .catalog-panel-sort-button {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=mobile] .catalog-panel-views,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=mobile] .catalog-panel-filter {*/
/*  width: 44px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-filter, .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort, .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  padding: 0 10px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 1;*/
/*  -moz-box-flex: 1;*/
/*  -webkit-flex-grow: 1;*/
/*  -ms-flex-positive: 1;*/
/*  -ms-flex: 1;*/
/*  flex-grow: 1;*/
/*  -webkit-flex-shrink: 1;*/
/*  -moz-flex-shrink: 1;*/
/*  -ms-flex-negative: 1;*/
/*  flex-shrink: 1;*/
/*  -webkit-flex-basis: 0;*/
/*  -ms-flex-preferred-size: 0;*/
/*  flex-basis: 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views-button {*/
/*  cursor: pointer;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views-button svg {*/
/*  display: block;*/
/*  fill: #404040;*/
/*  stroke: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views-items {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: start;*/
/*  -ms-flex-pack: start;*/
/*  justify-content: flex-start;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  margin: 0 -10px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views-item {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  -webkit-transition-duration: 350ms;*/
/*  -moz-transition-duration: 350ms;*/
/*  -ms-transition-duration: 350ms;*/
/*  -o-transition-duration: 350ms;*/
/*  transition-duration: 350ms;*/
/*  -webkit-transition-property: color;*/
/*  -moz-transition-property: color;*/
/*  -ms-transition-property: color;*/
/*  -o-transition-property: color;*/
/*  transition-property: color;*/
/*  color: #bababa;*/
/*  cursor: pointer;*/
/*  font-size: 14px;*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*  line-height: 1;*/
/*  padding: 0 10px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views-item:hover {*/
/*  color: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views-item[data-active=true] {*/
/*  color: #202020;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-wrapper {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: start;*/
/*  -ms-flex-pack: start;*/
/*  justify-content: flex-start;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  cursor: pointer;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-text, .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-icon {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  font-size: 14px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-icon svg {*/
/*  display: block;*/
/*  fill: #404040;*/
/*  stroke: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-text {*/
/*  padding-left: 9px;*/
/*  color: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-items {*/
/*  -webkit-box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.08);*/
/*  -moz-box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.08);*/
/*  box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.08);*/
/*  bottom: auto;*/
/*  left: auto;*/
/*  right: 0;*/
/*  top: 100%;*/
/*  height: auto;*/
/*  width: 265px;*/
/*  background-color: #fff;*/
/*  cursor: default;*/
/*  display: none;*/
/*  margin-top: 10px;*/
/*  padding: 28px 32px;*/
/*  position: absolute;*/
/*  z-index: 25;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-items-wrapper {*/
/*  margin: -8px 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-item {*/
/*  padding: 8px 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-item-wrapper {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: start;*/
/*  -ms-flex-pack: start;*/
/*  justify-content: flex-start;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  -webkit-transition-duration: 0.3s;*/
/*  -moz-transition-duration: 0.3s;*/
/*  -ms-transition-duration: 0.3s;*/
/*  -o-transition-duration: 0.3s;*/
/*  transition-duration: 0.3s;*/
/*  -webkit-transition-property: all;*/
/*  -moz-transition-property: all;*/
/*  -ms-transition-property: all;*/
/*  -o-transition-property: all;*/
/*  transition-property: all;*/
/*  cursor: pointer;*/
/*  font-size: 14px;*/
/*  line-height: 18px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-item-description, .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-item-name {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-item-description {*/
/*  color: #808080;*/
/*  margin-left: 20px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup {*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  height: auto;*/
/*  width: auto;*/
/*  display: none;*/
/*  position: fixed;*/
/*  visibility: hidden;*/
/*  z-index: 125;*/
/*  -webkit-box-align: end;*/
/*  -ms-flex-align: end;*/
/*  align-items: flex-end;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup[data-state=open] {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup[data-role="catalog.panel.sortMobilePopup"] .catalog-panel-popup-selection-control {*/
/*  -webkit-box-align: start;*/
/*  -ms-flex-align: start;*/
/*  align-items: flex-start;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup[data-role="catalog.panel.sortMobilePopup"] .catalog-panel-popup-selection-title {*/
/*  padding-top: 1px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-overlay {*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  height: auto;*/
/*  width: auto;*/
/*  background-color: rgba(0, 0, 0, 0.25);*/
/*  position: absolute;*/
/*  visibility: visible;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-window {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  padding: 20px;*/
/*  min-width: 320px;*/
/*  visibility: visible;*/
/*  background-color: #fff;*/
/*  border-radius: 10px 10px 0 0;*/
/*  padding: 18px 16px;*/
/*  width: 100%;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-window-header {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: start;*/
/*  -ms-flex-pack: start;*/
/*  justify-content: flex-start;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  padding-bottom: 24px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-window-title {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 1;*/
/*  -moz-box-flex: 1;*/
/*  -webkit-flex-grow: 1;*/
/*  -ms-flex-positive: 1;*/
/*  -ms-flex: 1;*/
/*  flex-grow: 1;*/
/*  -webkit-flex-shrink: 1;*/
/*  -moz-flex-shrink: 1;*/
/*  -ms-flex-negative: 1;*/
/*  flex-shrink: 1;*/
/*  -webkit-flex-basis: 0;*/
/*  -ms-flex-preferred-size: 0;*/
/*  flex-basis: 0;*/
/*  padding-right: 16px;*/
/*  color: #1b1e25;*/
/*  font-size: 18px;*/
/*  font-weight: 500;*/
/*  line-height: 22px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-window-close {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -ms-user-select: none;*/
/*  user-select: none;*/
/*  cursor: pointer;*/
/*  padding: 0 8px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-window-close svg {*/
/*  display: block;*/
/*  fill: #808080;*/
/*  stroke: #808080;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selections {*/
/*  margin: -12px 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection {*/
/*  padding: 12px 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection-wrapper {*/
/*  display: block;*/
/*  text-decoration: none;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection-content {*/
/*  padding-left: 13px !important;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection-title {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: start;*/
/*  -ms-flex-pack: start;*/
/*  justify-content: flex-start;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: nowrap;*/
/*  flex-wrap: nowrap;*/
/*  color: #404040;*/
/*  font-weight: 500;*/
/*  font-size: 14px;*/
/*  line-height: 18px;*/
/*  margin: 0 -4px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection-description {*/
/*  color: #808080;*/
/*  font-weight: normal;*/
/*  font-size: 12px;*/
/*  padding-top: 4px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection-icon,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection-text {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  padding: 0 4px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-selection-icon svg {*/
/*  display: block;*/
/*  fill: #404040;*/
/*  stroke: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-filter {*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-flex: 0;*/
/*  -moz-box-flex: 0;*/
/*  -webkit-flex-grow: 0;*/
/*  -ms-flex-positive: 0;*/
/*  -ms-flex: 0;*/
/*  flex-grow: 0;*/
/*  -webkit-flex-shrink: 0;*/
/*  -moz-flex-shrink: 0;*/
/*  -ms-flex-negative: 0;*/
/*  flex-shrink: 0;*/
/*  -webkit-flex-basis: auto;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  padding: 20px;*/
/*  min-width: 320px;*/
/*  visibility: visible;*/
/*  width: 100%;*/
/*  height: 90%;*/
/*  padding: 0;*/
/*  background-color: #FFF;*/
/*  -webkit-border-top-left-radius: 10px;*/
/*  -moz-border-radius-topleft: 10px;*/
/*  border-top-left-radius: 10px;*/
/*  -webkit-border-top-right-radius: 10px;*/
/*  -moz-border-radius-topright: 10px;*/
/*  border-top-right-radius: 10px;*/
/*  overflow: hidden;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-filter-close {*/
/*  position: absolute;*/
/*  top: 16px;*/
/*  right: 20px;*/
/*  padding: 0;*/
/*  z-index: 2;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-popup-filter-content {*/
/*  position: relative;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-filter-button {*/
/*  cursor: pointer;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-filter-button svg {*/
/*  display: block;*/
/*  fill: #404040;*/
/*  stroke: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-additional {*/
/*  margin-top: 50px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-additional .catalog-additional-header + div {*/
/*  margin-top: 20px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  height: 50px;*/
/*  width: 50px;*/
/*  margin: -25px 0 0 -25px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader-layer {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(255, 255, 255, 0.8);*/
/*  z-index: 90;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader-layer[data-active=false] {*/
/*  display: none;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader span {*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  display: inline-block;*/
/*  -webkit-animation: c-catalog-catalog-1-content-preloader 1s infinite ease-in-out both;*/
/*  animation: c-catalog-catalog-1-content-preloader 1s infinite ease-in-out both;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader span:nth-child(1) {*/
/*  left: 0;*/
/*  -webkit-animation-delay: 0.1s;*/
/*  animation-delay: 0.1s;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader span:nth-child(2) {*/
/*  left: 15px;*/
/*  -webkit-animation-delay: 0.2s;*/
/*  animation-delay: 0.2s;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader span:nth-child(3) {*/
/*  left: 30px;*/
/*  -webkit-animation-delay: 0.3s;*/
/*  animation-delay: 0.3s;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-content-preloader span:nth-child(4) {*/
/*  left: 45px;*/
/*  -webkit-animation-delay: 0.4s;*/
/*  animation-delay: 0.4s;*/
/*}*/
/*@keyframes c-catalog-catalog-1-content-preloader {*/
/*  0%, 100% {*/
/*    -webkit-transform: scale(0.7);*/
/*    transform: scale(0.7);*/
/*    -webkit-transform: scale(0.7);*/
/*    transform: scale(0.7);*/
/*    opacity: 1;*/
/*  }*/
/*  40%, 80% {*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
/*@-webkit-keyframes c-catalog-catalog-1-content-preloader {*/
/*  0%, 100% {*/
/*    -webkit-transform: scale(0.7);*/
/*    transform: scale(0.7);*/
/*    opacity: 1;*/
/*  }*/
/*  40%, 80% {*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
/*@media all and (max-width: 720px) {*/
/*  .ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-bitrix.c-smart-filter.c-smart-filter-horizontal-1,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .ns-bitrix.c-smart-filter.c-smart-filter-horizontal-2 {*/
/*    display: none !important;*/
/*  }*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-menu {*/
/*  display: block;*/
/*  z-index: 20;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-menu-tags {*/
/*  margin-top: 28px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-menu-tags.mobile {*/
/*  display: none;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-menu-tags[data-position=top] {*/
/*  margin: 0 0 10px 0;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-filter-mobile {*/
/*  display: none;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  right: auto;*/
/*  left: auto;*/
/*  z-index: 20;*/
/*  background: #fff;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);*/
/*  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);*/
/*  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);*/
/*}*/
/*@media all and (min-width: 721px) {*/
/*  .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-filter-mobile {*/
/*    display: none !important;*/
/*  }*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .ns-bitrix.c-smart-filter + .catalog-menu,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .ns-bitrix.c-catalog-smart-filter + .catalog-menu,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .ns-bitrix.c-smart-filter + .catalog-content,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .ns-bitrix.c-catalog-smart-filter + .catalog-content {*/
/*  margin-top: 32px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .c-catalog-section-list + * {*/
/*  margin-top: 32px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] * + .catalog-description,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .catalog-description + * {*/
/*  margin-top: 24px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] * + .c-tags-list,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] * + .ns-intec-seo.c-filter-tags,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .c-tags-list + *,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1[data-layout="2"] .ns-intec-seo.c-filter-tags + * {*/
/*  margin-top: 32px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-section-products-interest-container {*/
/*  margin-top: 40px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-section-products-interest-block-title {*/
/*  font-size: 24px;*/
/*  line-height: 30px;*/
/*  color: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-section-products-interest-block-content {*/
/*  margin-top: 24px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-container + * {*/
/*  margin-top: 48px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-title-icon {*/
/*  max-width: 20px;*/
/*  max-height: 20px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-title-content {*/
/*  font-size: 12px;*/
/*  font-weight: 600;*/
/*  line-height: 1.333;*/
/*  color: #1B1E25;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.1em;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-title-indicator {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  cursor: pointer;*/
/*  -webkit-border-radius: 2px;*/
/*  -moz-border-radius: 2px;*/
/*  border-radius: 2px;*/
/*  -webkit-transition-duration: 0.35s;*/
/*  -moz-transition-duration: 0.35s;*/
/*  -ms-transition-duration: 0.35s;*/
/*  -o-transition-duration: 0.35s;*/
/*  transition-duration: 0.35s;*/
/*  -webkit-transition-property: background-color;*/
/*  -moz-transition-property: background-color;*/
/*  -ms-transition-property: background-color;*/
/*  -o-transition-property: background-color;*/
/*  transition-property: background-color;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-title-indicator svg {*/
/*  -webkit-transition-duration: 0.35s;*/
/*  -moz-transition-duration: 0.35s;*/
/*  -ms-transition-duration: 0.35s;*/
/*  -o-transition-duration: 0.35s;*/
/*  transition-duration: 0.35s;*/
/*  -webkit-transition-property: transform;*/
/*  -moz-transition-property: transform;*/
/*  -ms-transition-property: transform;*/
/*  -o-transition-property: transform;*/
/*  transition-property: transform;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-title-indicator svg path {*/
/*  -webkit-transition-duration: 0.35s;*/
/*  -moz-transition-duration: 0.35s;*/
/*  -ms-transition-duration: 0.35s;*/
/*  -o-transition-duration: 0.35s;*/
/*  transition-duration: 0.35s;*/
/*  -webkit-transition-property: stroke;*/
/*  -moz-transition-property: stroke;*/
/*  -ms-transition-property: stroke;*/
/*  -o-transition-property: stroke;*/
/*  transition-property: stroke;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-title-indicator:hover svg path {*/
/*  stroke: #FFF;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-title-indicator[data-expanded=false] svg {*/
/*  -webkit-transform: rotate(180deg);*/
/*  -moz-transform: rotate(180deg);*/
/*  -ms-transform: rotate(180deg);*/
/*  -o-transform: rotate(180deg);*/
/*  transform: rotate(180deg);*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubrics-content {*/
/*  padding-top: 24px;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric {*/
/*  display: block;*/
/*  text-decoration: none;*/
/*  padding: 20px 30px;*/
/*  border: 1px solid #F2F2F2;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric:hover {*/
/*  background-color: #FBFCFD;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric[data-active=true] {*/
/*  background-color: #FBFCFD;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric[data-active=true] .catalog-search-rubric-name,*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric[data-active=true] .catalog-search-rubric-count {*/
/*  font-weight: 600;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric + .catalog-search-rubric {*/
/*  border-top: none;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric-name {*/
/*  font-size: 14px;*/
/*  line-height: 1.43;*/
/*  color: #404040;*/
/*}*/
/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-search-rubric-count {*/
/*  font-size: 14px;*/
/*  line-height: 1.43;*/
/*  color: #B0B0B0;*/
/*}*/
/*.catalog-wrapper .intec-content-left {*/
/*  z-index: 0;*/
/*}*/
/*@media all and (max-width: 720px) {*/
/*  .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-menu-tags.mobile {*/
/*    display: block;*/
/*  }*/
/*  .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-menu-tags.desktop[data-mobile-use=true] {*/
/*    display: none;*/
/*  }*/
/*  .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=desktop] {*/
/*    display: none;*/
/*  }*/
/*  .ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-wrapper[data-device=mobile] {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*  }*/
/*}*/

/*.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-views {*/
/*  display: none;*/
/*}*/

/*!*# sourceMappingURL=style.css.map *!*/


/*.item-callback {*/
/*  border-radius: 15px;*/
/*  background: #FFF;*/
/*  padding: 30px 94px;*/
/*  margin-top: 44px;*/
/*}*/

/*.item-callback-row {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*  grid-template-rows: 1fr 1fr;*/
/*  gap: 109px;*/
/*}*/

/*.item-callback-row {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(5, 1fr);*/
/*  grid-template-rows: repeat(2, 1fr);*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*}*/

/*.item-callback-img {*/
/*  grid-area: 1 / 1 / 3 / 3;*/
/*  max-width: 304px;*/
/*}*/
/*.item-callback-info__wrapp { grid-area: 1 / 3 / 2 / 6; }*/
/*.item-callback-form { grid-area: 2 / 3 / 3 / 6; }*/

/*.item-callback-img img {*/
/*  width: 100%;*/
/*}*/

/*.item-callback-h2 {*/
/*  color: #C8102E;*/
/*  font-family: Raleway;*/
/*  font-size: 32px;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  line-height: normal;*/
/*  text-transform: uppercase;*/
/*  margin-bottom: 20px;*/
/*}*/

/*.item-callback-desc {*/
/*  color: #000;*/
/*  font-variant-numeric: lining-nums proportional-nums;*/
/*  font-size: 20px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 25px;*/
/*  margin-bottom: 20px;*/
/*}*/

/*.item-callback-form__label {*/
/*  color: #000;*/
/*  font-variant-numeric: lining-nums proportional-nums;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  line-height: normal;*/
/*  margin-bottom: 15px;*/
/*}*/


/*.item-callback-form__input {*/
/*  border-radius: 10px;*/
/*  background: #F5F5F5;*/
/*  border: none;*/
/*  padding: 10px 16px;*/
/*  max-width: 298px;*/
/*  width: 100%;*/
/*  height: 39px;*/
/*}*/
/*.item-callback-form__input::placeholder {*/
/*  color: #707070;*/
/*  font-variant-numeric: lining-nums proportional-nums;*/
/*  font-family: Raleway;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: normal;*/
/*}*/

/*.item-callback-form__block {*/
/*  margin-bottom: 10px;*/
/*}*/

/*.item-callback-form__col {*/
/*  width: 100%;*/
/*}*/

/*.item-callback-form {*/
/*  display: flex;*/
/*  gap: 30px;*/
/*  width: 100%;*/
/*}*/

/*.item-callback-form__inner {*/
/*  display: flex;*/
/*  gap: 42px;*/
/*}*/

/*.item-callback-form__btn {*/
/*  border-radius: 10px;*/
/*  background: #C8102E;*/
/*  padding: 8px 70px;*/
/*  border: none;*/
/*  color: #FFF;*/
/*  font-variant-numeric: lining-nums proportional-nums;*/
/*  font-size: 20px;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  line-height: normal;*/

/*  align-self: flex-end;*/
/*  transition: all .2s ease-in-out;*/
/*  cursor: pointer;*/
/*}*/

/*.item-callback-form__btn:hover {*/
/*  background: #FC3144;*/
/*  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25) inset;*/
/*}*/

/*.item-callback-input__wrap {*/
/*  display: flex;*/
/*  gap: 10px;*/
/*  align-items: center;*/
/*}*/

/*.item-callback-input__label {*/
/*  color: #000;*/
/*  font-variant-numeric: lining-nums proportional-nums;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: normal;*/
/*}*/

/*.item-callback-form__col {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*}*/


/*.item-callback-col__inner {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  height: 100%;*/
/*}*/

/*.item-bottom-text {*/
/*  color: #707070;*/
/*  font-variant-numeric: lining-nums proportional-nums;*/
/*  font-size: 12px;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  line-height: 25px;*/
/*  margin-bottom: 44px;*/
/*}*/

/*@media(max-width: 900px) {*/
/*  .item-callback {*/
/*    padding: 10px;*/
/*  }*/
/*  .item-callback-row {*/
/*    flex-direction: column;*/
/*  }*/


/*  .item-callback-row {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(5, 1fr);*/
/*    grid-template-rows: 1fr;*/
/*    grid-column-gap: 0px;*/
/*    grid-row-gap: 0px;*/
/*  }*/

/*  .item-callback-img { grid-area: 1 / 1 / 2 / 3; }*/
/*  .item-callback-info__wrapp { grid-area: 1 / 3 / 2 / 6; }*/
/*  .item-callback-form { grid-area: 2 / 1 / 3 / 6; }*/

/*  .item-callback-form__col {*/
/*    justify-content: start;*/
/*  }*/
/*}*/

/*@media(max-width: 640px) {*/
/*  .item-callback-img {*/
/*    display: none;*/
/*  }*/
/*  .item-callback-h2 {*/
/*    text-align: center;*/
/*  }*/
/*  .item-callback-desc {*/
/*    font-size: 12px;*/
/*    text-align: center;*/
/*    margin-bottom: 15px;*/

/*  }*/
/*  .item-bottom-text {*/
/*    display: none;*/
/*  }*/
/*  .item-callback-form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*  }*/


/*  .item-callback-form__col:first-child {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*  }*/
/*  .item-callback-form__btn {*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    width: fit-content;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    margin-top: 30px;*/
/*  }*/
/*  .item-callback-form__label {*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*  }*/
/*  .item-callback-input__label {*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*  }*/

/*  .item-callback-row {*/
/*    display: flex;*/
/*  }*/

/*  .item-callback-form__col:first-child {*/
/*    flex-direction: column;*/
/*  }*/

/*  .item-callback-img { grid-area: unset; }*/
/*  .item-callback-info__wrapp { grid-area: unset; }*/
/*  .item-callback-form { grid-area: unset; }*/

/*  .item-callback-form__input {*/
/*    max-width: 100%;*/
/*  }*/
/*}*/
/* End */


/* Start:/bitrix/templates/prom_s1/components/intec.universe/tags.list/.default/style.css?16844374061664*/
.ns-intec-universe.c-tags-list.c-tags-list-default {
  display: block;
}
.ns-intec-universe.c-tags-list.c-tags-list-default .tags-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ns-intec-universe.c-tags-list.c-tags-list-default .tags-list-item input[type=checkbox]:checked + .tags-list-item-button {
  background-color: #0065ff;
  color: #fff;
}
.ns-intec-universe.c-tags-list.c-tags-list-default .tags-list-item-button {
  display: block;
  position: relative;
  background-color: #f7f7f7;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  cursor: pointer;
  padding: 3px 12px;
  border-radius: 14px;
  top: 0;
  -webkit-transition-property: color, background-color, top;
  -moz-transition-property: color, background-color, top;
  -ms-transition-property: color, background-color, top;
  -o-transition-property: color, background-color, top;
  transition-property: color, background-color, top;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ns-intec-universe.c-tags-list.c-tags-list-default .tags-list-item-button:hover {
  background-color: #0065ff;
  color: #fff;
}
.ns-intec-universe.c-tags-list.c-tags-list-default .tags-list-item-button:active {
  top: 3px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/prom_s1/components/bitrix/catalog.section.list/catalog.elastomeric/style.css?17561417743894*/
/*Категория товаров*/
/*Категория товаров*/
.catalog-content {
    gap: 0 !important;
}

a {
    text-decoration: none !important;
}

.list__li:before {
    display: none !important;
}

.c-t-wrap__title {
    padding: 20px 0;
}

.c-t-wrap__b {
    display: flex;
    gap: 20px;
    align-items: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.c-t-wrap__col {
    position: relative;
    border-radius: 10px;
    width: calc(25% - 20px / 4 * 3);
    padding: 30px 15px;
}


.c-t-wrap__col-2:hover {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05), 0 29px 26px 0 rgba(0, 0, 0, .08);
}

.col__exit:hover {
    color: #C8102E;
}

.c-t-wrap__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 4/2;
}

.info__c-t-name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #3A3A3A;
}

.info__c-t-text {
    font-size: 14px;
    color: #707070;
    position: relative;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col__exit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #3A3A3A;

}

.c-t-wrap__col:hover .c-t-wrap__col-2 {
    opacity: 1;
    transition: .5s;
}

.c-t-wrap__col-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: .5s;
    display: flex;
    z-index: 2;
    height: 100%;
}

.col-2__c-t-name {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.col-2__c-t-name > a {
    color: var(--color-FF2C4F);
}

.c-t-wrap__list {
    padding: 0;
    /*overflow: hidden;*/
}

.list__li {
    font-size: 14px;
    color: #707070;
    padding: 2px 0;
    list-style-type: none;

}

.list__li a {
    color: #707070;

}

.li__c-t-link:hover {
    color: #C8102E;
}

@media (max-width: 900px) {
    .info__c-t-name {
        position: relative;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 48px;
    }
}

@media (max-width: 800px) {

    .c-t-wrap__b {
        gap: 15px;
        justify-content: flex-start;
    }

    .c-t-wrap__col {
        width: calc(33% - 15px / 3 * 2);
        padding: 15px;
    }

    .c-t-wrap__col-2 {
        display: none;
    }

    .c-t-wrap__col:hover .info__c-t-name {
        color: #C8102E;
    }
}

@media (max-width: 450px) {
    .c-t-wrap__b {
        gap: 10px;
        justify-content: center;
    }

    .c-t-wrap__col {
        width: calc(50% - 10px / 2 * 1);

    }

    .info__c-t-name {
        height: 40px;
        font-size: 14px;
    }

    .info__c-t-text {
        font-size: 11px;
    }
}

/*.Категория товаров*/


/*Кастом*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

button {
    line-height: normal;
}

body {
    font-family: 'Raleway', sans-serif;;
}

/*Цвет заднего фона "ИЛИ"*/
.wrapper-gray {
    max-width: 100%;
    background: #F5F5F5;
}

/*.es-wrap__container {*/
/*    max-width: 1366px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    margin-top: auto;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 40px;*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .es-wrap__container {*/
/*        padding: 0 10px 10px;*/
/*    }*/
/*}*/

.es-wrap__white {
    background: #ffffff;
}

/*.Кастом*/


/* End */
/* /bitrix/templates/prom_s1/components/bitrix/catalog/catalog.1/style.css?175012149948894 */
/* /bitrix/templates/prom_s1/components/intec.universe/tags.list/.default/style.css?16844374061664 */
/* /bitrix/templates/prom_s1/components/bitrix/catalog.section.list/catalog.elastomeric/style.css?17561417743894 */
