

/* Start:/local/templates/rossait/css/new-style.css?17803203719543*/
.filters-block input[disabled] ~ .checkbox__text {
  opacity: 0.3;
}

.new-fabric__header {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.new-fabric__image {
  display: flex;
  align-items: flex-start;
  min-width: 385px;
  width: 385px;
}

.new-fabric__text,
.new-fabric__detailtext {
  font-size: 20px;
}

.new-fabric__detailtext {
  margin-top: 80px;
}

.product-card__price {
  margin-bottom: 12px;
}

.new-fabric__available {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc2229;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 192px;
  height: 40px;
  max-height: 40px;
  margin: auto auto 0 auto;
  flex-grow: 1;
}

.new-fabric__noavailable {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  font-size: 16px;
  font-weight: 700;
  width: 192px;
  height: 40px;
  max-height: 40px;
  margin: auto auto 0 auto;
  flex-grow: 1;
}

@media only screen and (max-width: 1399px) {
  .new-fabric__text,
  .new-fabric__detailtext {
    font-size: 16px;
  }

  .new-fabric__header {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .new-fabric__image {
    align-items: center;
    justify-content: flex-start;
  }

  .new-fabric__header {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .new-fabric__detailtext {
    margin-top: 50px;
  }
}

.news-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bx-pagination {
  margin-top: 40px;
}

.header__contacts-items {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.header__contacts-head {
  font-weight: 700;
  font-size: 15px;
}

.header__contacts-phone {
  font-weight: 700;
  font-size: 15px;
  color: #cc2229;
}

.header__contacts-phone a {
  display: block;
  white-space: nowrap;
}

.header__contacts-item {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.header__contacts-social {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-bottom: 5px;
}

.header__contacts-social li,
.header__contacts-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__contacts-adres {
  font-weight: 700;
  text-align: right;
  font-size: 14px;
}

@media only screen and (max-width: 1499px) {
  .header .header__wrapper {
    gap: 30px;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1399px) {
  .header-search_des {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header .menu .menu__list > li > a {
    font-size: 16px;
  }

  .header__contacts-head {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header__contacts {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    width: 110px;
  }

  .header__logo img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .header {
    background: #fff;
  }

  .menu .menu__list > li,
  .header__logo,
  .header__contacts {
    position: relative;
    z-index: 5;
  }

  .dropdown-menu-opened .menu__dropdown-list-header::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 5;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .dropdown-menu-opened .header__holder {
    padding-left: 170px;
  }

  .switch-back {
    position: relative;
    z-index: 20;
  }

  .menu__dropdown-arrow {
    position: relative;
    z-index: 55;
  }

  .menu .menu__list > li.menu__dropdown:first-child:not(.hover) {
    z-index: 99;
  }

  @media only screen and (max-width: 1399px) {
    .header .menu .menu__dropdown-list {
      padding: 0 40px;
    }

    .dropdown-menu-opened .header__holder {
      padding-left: 100px;
    }

    .dropdown-menu-opened .header__contacts-head {
      display: none;
    }
  }

  @media only screen and (max-width: 1199px) {
    .header .menu .menu__dropdown-list {
      padding: 0 20px;
    }

    .dropdown-menu-opened .header__holder {
      padding-left: 80px;
    }
  }
}

.switch-back img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .switch-back img:last-child {
    display: block;
  }

  .switch-back img:first-child {
    display: none;
  }
}

.rs-breadcrumbs a span {
  cursor: pointer;
}

.new-fabric__detailtext h1,
.new-fabric__detailtext h2,
.new-fabric__detailtext h3,
.new-fabric__detailtext h4,
.new-fabric__detailtext h5,
.new-fabric__detailtext h6,
.product-tabs__content h1,
.product-tabs__content h2,
.product-tabs__content h3,
.product-tabs__content h4,
.product-tabs__content h5,
.product-tabs__content h6 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 100%;
}

.new-fabric__detailtext:last-child {
  margin-bottom: 0;
}

.new-fabric__detailtext p,
.product-tabs__content p {
  margin-bottom: 20px;
}

.new-fabric__detailtext ol,
.new-fabric__detailtext ul,
.product-tabs__content ul,
.product-tabs__content ol {
  padding-left: 20px;
}

.new-fabric__detailtext ul li,
.product-tabs__content ul li {
  list-style-type: disc;
  margin-bottom: 30px;
}

.new-fabric__detailtext ul li:last-child,
.product-tabs__content ul li:last-child {
  margin-bottom: 0;
}

.new-fabric__detailtext ul,
.new-fabric__detailtext ol,
.product-tabs__content ol,
.product-tabs__content ul {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .new-fabric__detailtext h1,
  .new-fabric__detailtext h2,
  .new-fabric__detailtext h3,
  .new-fabric__detailtext h4,
  .new-fabric__detailtext h5,
  .new-fabric__detailtext h6,
  .product-tabs__content h1,
  .product-tabs__content h2,
  .product-tabs__content h3,
  .product-tabs__content h4,
  .product-tabs__content h5,
  .product-tabs__content h6 {
    font-size: 24px;
  }
}

.product-card__photo {
  position: relative;
}

.product-card .tags{
  position: absolute;
  z-index: 5;
  top: 25px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  transition: transform var(--animation-duration) var(--timing-func);
  flex-direction: column;
}

.product-card .tag {
  left: 0;
  background: #cc2229;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px 5px 35px;
}

.product-card:hover .product-card__photo .tags {
  transform: scale(0.85);
}

@media only screen and (max-width: 1024px) {
  .product-card:hover .product-card__photo .tags {
    transform: none;
  }

  .product-card .tag{
    padding: 5px 15px;
    font-size: 16px;
  }
}



.rs-product-slider__img_swiper {
  position: relative;
}

.rs-product-slider__item .tags{
  position: absolute;
  z-index: 5;
  top: 25px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  transition: transform var(--animation-duration) var(--timing-func);
  flex-direction: column;
}

.rs-product-slider__item .tag {
  left: 0;
  background: #cc2229;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px 5px 35px;
}

.rs-product-slider__item:hover .rs-product-slider__img_swiper .tags {
  transform: scale(0.85);
}

@media only screen and (max-width: 1024px) {
  .rs-product-slider__item:hover .rs-product-slider__img_swiper .tags {
    transform: none;
  }

  .rs-product-slider__item .tag {
    font-size: 16px;
    padding: 5px 15px;
  }
}




.goods-card__photo {
  position: relative;
}

.goods-slider__slide .tags{
  position: absolute;
  z-index: 5;
  top: 25px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  transition: transform var(--animation-duration) var(--timing-func);
  flex-direction: column;
}

.goods-slider__slide .tag {
  left: 0;
  background: #cc2229;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px 5px 35px;
}

.goods-slider__slide:hover .goods-card__photo .tags {
  transform: scale(0.85);
}

@media only screen and (max-width: 1024px) {
  .goods-slider__slide:hover .goods-card__photo .tags {
    transform: none;
  }

  .goods-slider__slide .tag {
    font-size: 16px;
    padding: 5px 15px;
  }
}

.price-items{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 12px;
}

.price-stock{
  color: #CC2229;
  font-weight: 700;
}

.price-items .product-card__price{
  color: #A1A1A1;
  text-decoration: line-through;
  margin-bottom: 0;
  text-decoration-color: #cc2229;
}

.price-items-card{
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 12px;
  margin-bottom: 40px;
}

.price-stock-card{
  color: #CC2229;
  font-weight: 700;
  font-size: 40px;
}

.price-items-card .product-price{
  color: #A1A1A1;
  text-decoration: line-through;
  margin: 0 !important;
  text-decoration-color: #cc2229;
  font-size: 32px !important;
}

@media only screen and (max-width: 767px) {
  .price-items-card{
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
/* End */


/* Start:/local/templates/rossait/components/bitrix/menu/footer-menu/style.min.css?1773740488490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/rossait/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/rossait/components/bitrix/form/form__wrapper/bitrix/form.result.new/.default/style.css?1773740488666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/rossait/components/bitrix/form/form__wrapper/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/rossait/components/bitrix/form/form__wrapper/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/rossait/styles.css?178064843883*/
.callback-form textarea {
    min-height: 67px;
    border: 1px solid #9b9b9b;
}
/* End */
/* /local/templates/rossait/css/new-style.css?17803203719543 */
/* /local/templates/rossait/components/bitrix/menu/footer-menu/style.min.css?1773740488490 */
/* /local/templates/rossait/components/bitrix/form/form__wrapper/bitrix/form.result.new/.default/style.css?1773740488666 */
/* /local/templates/rossait/styles.css?178064843883 */
