

/* Start:/bitrix/templates/winn_default/components/bitrix/news.list/banners/style.css?1761308378320*/
.rs-banner__text .list-dashed>li:before {
    margin-right: 0;
	left: -20px;
	position: relative;
}

.rs-banner__text .list-dashed li {
	margin-left: 20px;
}

@media screen and (max-width:630px) {
	.rs-banner_buttons {
		display: flex;
		flex-direction: column;
		row-gap: 16px;
	}

	.rs-banner-btn {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/winn_default/assets/styles/components/banners.css?17570694218642*/
.rs-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden; }
  .l-section .rs-banner {
    min-height: 100%;
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .l-section--header-compensator .rs-banner {
    padding-top: 5rem; }
    @media (min-width: 992px) {
      .l-section--header-compensator .rs-banner {
        padding-top: 9.5rem; } }
  .rs-banner-container {
    width: 100%;
    z-index: 2; }
  .rs-banner-area {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .rs-banner-area.owl-carousel.owl-loaded {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .rs-banner-wrapper {
    position: relative;
    overflow: hidden; }
    .rs-banner-wrapper .owl-item {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .l-section .rs-banner-wrapper {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-self: stretch;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: -4rem;
      margin-bottom: -4rem;
      width: 100%; }
    .l-section--header-compensator .rs-banner-wrapper {
      margin-top: -5rem; }
      @media (min-width: 992px) {
        .l-section--header-compensator .rs-banner-wrapper {
          margin-top: -9.5rem; } }
    .l-section--min-30 .rs-banner-wrapper,
    .l-section--min-50 .rs-banner-wrapper {
      margin-bottom: -4rem;
      margin-top: -0; }
  .rs-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }
  .rs-banner--light,
  .rs-banner--light a,
  .rs-banner--light .accent,
  .rs-banner--light .breadcrumb-item > a {
    color: #fff; }
  .rs-banner--light .btn-outline-primary {
    border-color: #fff;
    color: #fff; }
  @media (min-width: 992px) {
    .l-section--min-30 .rs-banner {
      min-height: 30rem; }
    .l-section--min-50 .rs-banner {
      min-height: 50rem; } }
  .rs-banner__video,
  .rs-banner-area.owl-carousel .owl-video-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: #000; }
  .owl-carousel .rs-banner--has-preview .owl-video-wrapper {
    background: transparent; }
  .owl-carousel .rs-banner--has-preview .owl-video-tn {
    display: none; }
  .rs-banner__text .list-dashed > li:before {
    color: #d5001c;
    font-size: 2rem;
    line-height: initial; }
  .rs-banner-wrapper .owl-stage-outer {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .rs-banner-wrapper .owl-stage {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .rs-banner-wrapper .owl-dot > span {
    display: none; }
  .rs-banner-wrapper .owl-preview {
    display: none; }
  .rs-banner-wrapper .owl-preview__icon {
    display: none; }
  .rs-banner__dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0; }
  @media (min-width: 992px) {
    .rs-banner {
      padding-bottom: calc(5vh + 100px + 1rem + 1.4rem); }
      .rs-banner__dots.owl-loaded {
        position: absolute;
        bottom: 5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 5; }
        .rs-banner__dots.owl-loaded > .owl-dots {
          width: 1000px;
          height: 100px;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0 auto; }
      .rs-banner-wrapper .owl-dot {
        background: transparent;
        border-right: 1px solid #9798a7;
        border-left: 1px solid #9798a7;
        border-radius: 0;
        margin: 0 0 0 -1px;
        -webkit-transition: 0.6s all;
        -o-transition: 0.6s all;
        transition: 0.6s all;
        position: relative;
        z-index: 5;
        width: 20%;
        height: 50%;
        display: inline-block; }
        .rs-banner-wrapper .owl-dot:hover, .rs-banner-wrapper .owl-dot.active {
          height: 100%; }
        .rs-banner-wrapper .owl-dot:hover .owl-preview,
        .rs-banner-wrapper .owl-dot.active .owl-preview {
          opacity: 1;
          -webkit-transition: opacity .9s ease-in-out;
          -o-transition: opacity .9s ease-in-out;
          transition: opacity .9s ease-in-out; }
        .rs-banner-wrapper .owl-dot.active {
          background: transparent;
          width: 20%; }
        .rs-banner-wrapper .owl-dot > span {
          color: white;
          position: absolute;
          top: -24px;
          left: -10px;
          opacity: 0;
          font-size: 1rem;
          font-family: 'Montserrat';
          font-weight: 300; }
        .rs-banner-wrapper .owl-dot:hover > span {
          color: white;
          display: block;
          position: absolute;
          top: -24px;
          left: -10px;
          opacity: 1; }
        .rs-banner-wrapper .owl-dot:hover .owl-preview__icon {
          opacity: 1;
          -webkit-transition: opacity .5s ease-in-out;
          -o-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out; }
        .rs-banner-wrapper .owl-dot.active > span {
          display: block;
          opacity: 1; }
      .rs-banner-wrapper .owl-preview {
        border: none;
        display: block;
        padding: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        opacity: 0;
        outline: none;
        -webkit-filter: brightness(50%);
                filter: brightness(50%);
        z-index: 4; }
        .rs-banner-wrapper .owl-preview__icon {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background-color: rgba(213, 0, 28, 0.2) !important;
          border-radius: 50%;
          color: #fff;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 1.5rem;
          height: 3.625rem;
          left: 50%;
          opacity: 0;
          padding: 0;
          position: absolute;
          top: 50%;
          text-align: center;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 3.625rem;
          margin-bottom: 0;
          z-index: 5; }
          .rs-banner-wrapper .owl-preview__icon:hover {
            background-color: rgba(213, 0, 28, 0.4) !important; }
          .rs-banner-wrapper .owl-preview__icon > .icon-svg {
            pointer-events: none; }
      .rs-banner-wrapper .progressline {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        background: rgba(255, 255, 255, 0.2);
        z-index: 4; }
      .rs-banner-wrapper .progressline__progress {
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5); } }

/* RESPONSIVE */
@media (min-width: 992px) {
  .rs-banner__dots {
    width: 850px; }
    .rs-banner__dots .owl-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 1200px) {
  .rs-banner__dots {
    width: 1000px; } }

/* End */


/* Start:/bitrix/templates/winn_default/components/bitrix/catalog.section.list/catalog/style.css?17612284744349*/
.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	left: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	/*Image*/
}

.product-info-container.product-hidden {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.bx-touch .product-info-container.product-touch-hidden {
	display: none !important;
}

.product-image-wrapper {
	display: block;
	position: relative;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-image-canvas {
	display: block;
	padding-bottom: 100%;
	position: relative;

}

.product-image,
.product-image-slider,
.product-image-slide,
.product-image-overlay {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.product-image {
	max-width: 100%;
	max-height: 100%;
}

.product-info-container {
	margin-bottom: 1rem;
}

.product-image-canvas img {
	object-fit: contain;
}

@media (min-width: 992px) {
	.product-info-container {
		margin-bottom: 2rem;
	}
}

.product-info-container:last-child {
	margin-bottom: 0;
}

.product-title {
	font-size: 1rem;
}

@media (min-width: 768px) {
	.product-title {
		font-size: 1.5rem;
	}
}

.product--card .product-title {
	max-height: 2.4rem;
	overflow: hidden;
}

@media (min-width: 768px) {
	.product--card .product-title {
		max-height: 3.6rem;
	}
}

.product--line .product__preview {
	position: relative;
	overflow: hidden;
	max-height: 12.6rem;
}

.product--line .product__preview:after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #fff), to(#fff));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
	right: 0;
	content: "";
	height: 1.4rem;
	left: 0;
	position: absolute;
	top: 11.2rem;
	width: 100%;
}

@media (min-width: 992px) {
	.product--line .product__preview {
		padding-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.product--line .product-info-container--shrink {
		/* flex:1; */
		overflow-y: hidden;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media (min-width: 768px) {
	.product--card {
		padding-left: 3rem;
	}

	.product--card .product-image-wrapper {
		margin-left: -3rem;
	}

	.product--card .product-title,
	.product--line .product-title {
		margin-left: -3rem;
		padding-left: 3rem;
		position: relative;
	}

	.product--card .product-title:before,
	.product--line .product-title:before {
		background-color: #d5001c;
		content: '';
		display: inline-block;
		height: 0.07em;
		margin: 0.54167em auto;
		min-height: 2px;
		position: absolute;
		left: 0;
		width: 1.5em;
		vertical-align: baseline;
	}

	.product--line .product-content {
		padding-left: 3rem;
	}

	.product--line .product-image-wrapper {
		border: 1px solid #D3DAE6;
	}
}

.product--table .product-image-wrapper {
	width: 5.625rem;
	height: 5.625rem;
}

.product--table .product-title {
	font-size: 1.125rem;
	font-weight: 500;
}

.product--table .product-info-container {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.product--table .product-info-container:last-child {
		margin-bottom: 0;
	}
}

.product--table .product-properties,
.product--table .product-properties>dt,
.product--table .product-properties>dd {
	border-bottom: none;
	display: inline;
	padding-left: 0;
	padding-right: 0;
}

.product--table .product-properties>dd:after {
	content: ',';
	display: inline;
}

.product--table .product-properties>dd:last-child:after {
	display: none;
}

.product--line .product-info-container.product-hidden,
.product--table .product-info-container.product-hidden {
	display: block;
	opacity: 1;
}





@media screen and (max-width:1250px) {
	.product-list.row {
		display: grid;
		grid-template: 1fr/ repeat(2, 1fr);

		li {
			max-width: unset
		}
	}

}

@media screen and (max-width:1150px) {
	.product-list.row {
		display: grid;
		grid-template: 1fr/ repeat(2, 1fr);

	}

}

@media screen and (max-width:576px) {
	.product-list.row {
		display: grid;
		grid-template: 1fr/ repeat(1, 1fr);

	}

}
/* End */


/* Start:/bitrix/templates/winn_default/assets/styles/components/catalog-item.css?17570694211996*/
.product-price-old {
  text-decoration: line-through;
  white-space: nowrap; }

.product-price-current {
  white-space: nowrap; }

.product {
  /* Button */
  /*Amount*/
  /* Price */ }
  .product-button-container .btn-rounded {
    padding: 1rem; }
  .product-button-container .icon-cart {
    float: left; }
  .product-amount-field-btn-plus, .product-amount-field-btn-minus {
    color: #d5001c;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: color 300ms ease, opacity 300ms ease;
    -o-transition: color 300ms ease, opacity 300ms ease;
    transition: color 300ms ease, opacity 300ms ease; }
  .product-amount-field-btn-disabled.product-amount-field-btn-plus, .product-amount-field-btn-disabled.product-amount-field-btn-minus {
    opacity: .3 !important;
    cursor: default; }
  .product-amount-field-btn-disabled.product-amount-field-btn-plus:hover, .product-amount-field-btn-disabled.product-amount-field-btn-minus:hover {
    color: #f2f2f2; }
  .product-amount-field-btn-plus:hover, .product-amount-field-btn-minus:hover {
    opacity: 1; }
  .product-amount-field.form-control:focus {
    border-color: #ced4da;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product-amount-field::-webkit-outer-spin-button, .product-amount-field::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }
  .product-amount .product-amount-field {
    -moz-appearance: textfield;
    text-align: center;
    width: 4.2rem; }
  .product-amount .product-amount-field:disabled {
    background: #fff;
    color: rgba(0, 0, 0, 0.5); }
  .product-amount-field:focus {
    outline: none !important; }
  .product .bx-no-touch input.product-amount-field::-webkit-outer-spin-button,
  .product .bx-no-touch input.product-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none; }

/* End */


/* Start:/bitrix/templates/winn_default/components/bitrix/news.line/newslist/style.css?1757069421335*/
.newslist-item__title {
  margin-left: -3rem;
  padding-left: 3rem;
  position: relative; }
  .newslist-item__title:before {
    background-color: #d5001c;
    content: '';
    display: inline-block;
    height: 0.07em;
    margin: 0.66667em auto;
    position: absolute;
    left: 0;
    width: 1.2em;
    vertical-align: baseline; }

/* End */
/* /bitrix/templates/winn_default/components/bitrix/news.list/banners/style.css?1761308378320 */
/* /bitrix/templates/winn_default/assets/styles/components/banners.css?17570694218642 */
/* /bitrix/templates/winn_default/components/bitrix/catalog.section.list/catalog/style.css?17612284744349 */
/* /bitrix/templates/winn_default/assets/styles/components/catalog-item.css?17570694211996 */
/* /bitrix/templates/winn_default/components/bitrix/news.line/newslist/style.css?1757069421335 */
