

/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/slider/style.css?16747197992186*/
.head-slide {
	padding-top: 150px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
	color: #212121;
	background-color: #dedede;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
	line-height: 1.1;
}
.wrap-txt-slide-main{
    padding-right: 20%;
}

@media(max-width: 768px){
    
    .scroll_slider a.btn.slider_color_lite{
        display: none;
    }
}

@media(max-width: 1025px){
    .wrap-txt-slide-main{
        padding-right: 0px;
    }
    .slider_text_left {
        justify-content: center !important;
    }
}
.wrap-txt-slide{
    background: rgba(245,245,245,0.7);
    padding: 25px;

}
.wrap-txt-slide .slider_description{
    font-size: 17px;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:24px 0 10px;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}
@media(max-width: 992px){
    .slider_header{
        margin-top: 20px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){
    .slider_header{
        font-size: 2.642857em;
    }
    .slider_description{
        font-size: 1em;
    }
    .head-slide{
        max-height: 633px;
    }
}
@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1674719799691*/
.heading {
	position: relative;
	font-size: 2.1428571em;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}

.scroll_news .heading{
	margin-bottom: 18px;
}

.heading:after{
	content: "";
	background: var(--prv_color_bg);
	border-radius: 4px;
	width: 75px;
	height:6px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.heading.heading--block h2{
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 25px;
	position: relative;
	z-index: 4;
	display: inline-block;
}

.heading.heading--block::after{
	content: "";
	background: #e5f1fc;
	width: 76px;
	height: 76px;
	position: absolute;
	top: -23px;
	border-radius: 0;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/advantages_2/style.css?16747197992371*/

.adv-icon-cnt {
	width: 155px;
    height: 155px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    border: 1px dashed #888888;
    align-items: center;
    border-radius: 200px;
}

@media(max-width: 500px) {
    .advantage-cnt{
        margin: 0 auto;
        display: block !important;
    }
    .adv-icon-cnt{
        width: 124px !important;
        height: 124px !important;
    }
}

.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
	color: #757575;
        text-align: center;
}
.adv-heading{
	font-size: 1.2857142em;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
        text-align: center;

}
.all-advantages .col-xs-12:first-child .advantage-cnt{
	margin-left: 72px;
}
.all-advantages{
	display: flex;
	justify-content: space-between;
}
.advantage-image{
	display: flex;
	justify-content: center;
	position: relative;
}
.advantage-image::after{
	content: '';
    width: 67px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -25%;
    background-color: #888888;
}
.advantage-cnt:last-child .advantage-image::after{
	content: unset;
}
@media (max-width: 991px) {
	.advantage-cnt:nth-child(2) .advantage-image::after{
		content: unset;
	}
	.all-advantages .col-xs-12:first-child .advantage-cnt{
		margin-left: 0;
	}
	.advantage-cnt{
		margin-bottom: 30px;
	}
    .all-advantages .col-*:last-child .advantage-cnt{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    #advantages.section_grey{
        padding: 60px 0 20px;
    }
    .adv-icon-cnt,
    .adv-heading{
        margin-bottom: 8px;
    }

}
@media(min-width: 768px){
    .advantage-cnt:hover .adv-icon-cnt{
         border: 2px dashed var(--prv_interactive_color);

    }

    .advantage-cnt:hover .adv-heading{
         color:  var(--prv_btn_color);

    }
}
@media(max-width: 576px){
	.advantage-image::after{
		content: unset;
	}
}

@media(min-width: 1500px){
    .adv-icon-cnt {
		width: 140px;
		height: 140px;
	}
}

@media(max-width: 375px){
	.adv-icon-cnt {
    width: 120px;
    height: 120px;
	}
	.adv-text-cnt {
    font-size: 0.9em;
	}
}


.all-advantages{
margin: 0;
    display: grid !important;
    justify-content: normal;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 30px;
}

.all-advantages .advantage-cnt{
    flex: none;
    max-width: 250px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/menu_with_images/style.css?1674719799539*/
.prv_menu-with-images{
	width: 100%;
}

.prv_menu-with-images .prv_menu-with-images__item {
    height: 456px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 210%;
    background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease-in-out;
}

.prv_menu-with-images .prv_menu-with-images__item:hover{
	background-size: 230%;
}

.prv_menu-with-images .prv_menu-with-images__item a{
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0;
	width: 50%;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/products-slider/style.css?16747197994319*/
.products_list_block{
	bottom: 35px 0;
	padding-bottom: 35px;
}

.products_list_block .product_detail_btn{
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 30px;
}

.product_item {
	display: flex;
	height: 100%;
	min-height: 550px;
}

.product_item .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.owl-carousel .owl-item .product_item .product_item_img img {
    width: auto;
    margin: 0 auto;
    max-height: 547px;
}

.product_item .product_item_img {

}

@media(max-width: 769px){
    .product_item .row{
        align-items: flex-start;
        flex-flow: column;
    }
    .owl-carousel .owl-item .product_item .product_item_img img{
        height: 100%;
        width: 100%;
    }
    .owl-carousel .owl-item .product_item .product_item_img{
        height: 280px;
    }
    .products-section .projects-section__container{
        display: none;
    }
    .product_item_info {
        padding-left: 2px;
    }
}

@media(max-width: 767.98px) {
    .product_item .product_item_img {
        margin-bottom: 40px;
    }
}

#products .owl-carousel.owl-drag .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*owl style*/
.products_slider_owl .owl_btn-right a,
.products_slider_owl .owl_btn-right a:focus,
.products_slider_owl .owl_btn-left a,
.products_slider_owl .owl_btn-left a:focus {
    border: none;
    font-size: 32px;
    padding: 0;
}

.products_slider_owl .owl-prev {
    left: -18px;
}

.products_slider_owl .owl-next {
    right: -18px;
}

.products_slider_owl .owl-next,
.products_slider_owl .owl-prev {
	bottom: 25%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none !important;
    outline: none !important;
}

.products_slider_owl .owl-dots {
    bottom: auto;
}

.products_slider_owl .owl-next a .carousel-arrow,
.products_slider_owl .owl-prev a .carousel-arrow {
    fill: #757575;
}

.products_slider_owl .owl-next:not(.disabled):hover .carousel-arrow,
.products_slider_owl .owl-prev:not(.disabled):hover .carousel-arrow {
    fill: var(--prv_btn_color);
}

.product_item .marks_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    max-height: 40px;
    min-height: 40px;
    z-index: 7;
}

.product_item .marks_container .mark {
    font-size: 0.857142em;
    margin: 0px 10px 10px 0px;
    border-radius: 27px;
	color: #fff;
	font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px;
}

.product_item .marks_container .mark_HIT {
    background-color: #B2B9E9;
}

.product_item .marks_container .mark_NEW {
    background-color: #008FEF;
}

.product_item .marks_container .mark_RECOMMEND {
    background-color: #0A9200;
}

.product_item .marks_container .mark_SALE {
    background-color: #FFCA33;
}

.product_item .product_item_info .product_detail_btn a{
    color: #fff;
    text-decoration: none;
}

.product_item .products_item_name {
    font-size: 2.283968em;
    font-weight: bold;
    margin-bottom: 15px;
}

.product_item .item_price {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_item .item_new_price {
    font-size: 1.892857em;
    line-height: 1;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 8px;
}

.product_item .item_old_price {
    color: #757575;
    font-size: 1.892857em;
    line-height: 1;
    text-decoration: line-through;
    margin-bottom: 8px;
}

.product_item .preview_text {
    margin-bottom: 25px;
}

#products .nav-tabs .nav-link {
    color: #212121;
    border: none;
}

#products .nav-tabs .nav-item.show .nav-link, #products .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid;
    border-color: var(--prv_interactive_color);
    color: var(--prv_interactive_color);
}

#products .nav-tabs .nav-link:focus, #products .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 2px solid;
    border-color: var(--prv_interactive_color);
    color: var(--prv_interactive_color);
}

#products .nav-tabs {
    margin-bottom: 25px;
}


/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/about_default/style.css?16747197991856*/
.about-section{
	position: relative;
	padding-bottom: 100px;
}
.img_wrapper{
	width: calc(50% - 30px);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-position: center;
    /* background-size: cover; */
    background-repeat: no-repeat;
}
.about-section__subheading{
    font-size: 25px;
}
.about-section__button-container{
	margin-top: 30px;
}
.about-section__button-container .btn{
	display: inline-block;
	margin-right: 20px;
}
.about-section__button-container .btn:last-child{
	margin-right: 0;
}
.about-section__text{
	line-height: 22px;
	color: #757575;
	font-size: 1em;
	line-height: 1.7857em;
}
.about-section .heading{
	margin-top: 0;
}
.about-section__text ul{
	padding-left: 0;
	margin: 30px 0 36px;
}
.about-section__text ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding-left: 12px;
	position: relative;
	margin-right: 16px;
}
.about-section__text ul li:before{
	content: "\2022 ";
	position: absolute;
	left: 0;
}
.about-section__text ul li:last-child{
	margin-right: 0;
}
@media(max-width: 1199px){
    .about-section{
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
	.img_wrapper{
        min-height: 100%;
	}
	.total_content>div>section.about-section{
		padding-bottom: 0;
                margin-bottom: 0;
	}
	.about-section__button-container{
		margin: 30px 0;
	}
	.about-section__button-container .btn{
		margin-bottom: 12px;
	}
	.about-section__subheading br{
		display: none;
	}
	.about-section .heading{
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.img_wrapper{
        width: 100%;
        position:relative;
		padding-top: 66.6%;
		min-height: unset;
	}
	.about-section__text{
		font-size: 1em;
		line-height: 25px;
	}
	.about-section__subheading{
		font-size: 1.2857em;
	}
}

@media (max-width: 1199px){
	.about-section {
	    margin-top: 0px;
	}
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/video_about_us/style.css?16747198003575*/
.scroll_video_about_us .owl-theme .owl-nav.disabled+.owl-dots {
  bottom: -30px;
}
.video-about-us .owl-item{
  height: auto;
}
.video-about-us .owl-stage{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.video-section__dropdown-tab-panel {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.video-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.video-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.video-section__dropdown-tab-panel:focus, .video-section__dropdown-tab-panel:active {
	color: #000;
	text-decoration: none;
}


.video{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.video__video{
	position: relative;
  min-height: 248px;
  overflow: hidden;
}
.video__video .fancybox{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	z-index: 10;
  transition: .3s;
}
.video__video svg{
	position: absolute;
    top: calc(50% - 7px);
    right: calc(50% - 7px);
}

.video__video .fancybox::before{
  content:url('/bitrix/templates/newwindows2/local/img/play-button.svg');
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(0);
  width: 83px;
  z-index: 11;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  transition: .5s;
  transform-origin: 45% 47%;
}
.video__video .fancybox::after{
  content: "";
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  background: var(--prv_interactive_color);
  border-radius: 50%;
  cursor:pointer;
  transition: .5s;
  z-index: 10;
}

.video__title{
	font-size: 1.2814285em;
	font-weight: 600;
  margin-bottom: 15px;
}
.video__price{
	background: var(--prv_interactive_color);
	color: #fff;
	margin-top: auto;
	align-self: flex-start;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 2px;
	margin-top: auto;
  margin-bottom: 25px;
  font-size: 1em;
}
.video__desc{
	font-size: 1em;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.video-about-us .item{
	height: 100%;
}

.owl-item .item .video .video__video img{
  height: 100%;
  transition: .3s;
}
.video__video .fancybox:hover{
  transition: .3s;
}
.video__video .fancybox:hover::before{
      transform: translate(-50%, -50%) rotate(360deg);
      transition: .5s;
}
.video__video .fancybox:hover img{
  transform:scale(1.1);
  transition: .3s;
}
.video__video .bg-shadow{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .3s;
}

.video__wrapper{
  background: #F8F9FB;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 40px;
  position: relative;
  height: 100%;
}
.video__desc::before{
  content: url(/bitrix/templates/newwindows2/local/img/left-quote.svg);
  position: absolute;
  left: -10px;
  top: -5px;
  z-index: -1;
}
@media(max-width: 390px){
  .video__video .fancybox::before {
      top: 51%;
      left: 51%;
  }
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/feedback_default/style.css?1674719799204*/
.total_content .page-footer-buttons-block a:not(:last-of-type){
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.total_content .page-footer-buttons-block a{
  margin: 0;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/reviews_main_default/style.css?16747197994190*/
.reviews-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
@media(max-width: 768px) {
    .reviews-section .owl-item .item{
        margin-left: 2px;
    }
}
.reviews-section__container {
    position: relative;
}
.reviews-section__person{
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}
.reviews-section .stars_cnt{
    width:150px;
}
.reviews-section .star{
    height: 18px;
    width: 18px;
    margin-left: 8px;
    display: inline-block;
}
.reviews-section .star .star_icon{
    fill: #E1E1E1;
}
.reviews-section .star.active .star_icon{
    fill: #EFCE4A;
}
.reviews-section__person-photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
.reviews-section__person-block {
    width: calc(100% - 136px);
}
.reviews-section__person-name-container {
    display:flex;
    align-items:center;
}
.reviews-section__person-name-block{
    width: calc(100% - 150px);
}
.reviews-section__person-position{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
}
.reviews-section__person-name{
    font-size: 1.7142em;
    font-weight: 600;
}
.reviews-section .review-text{
    color: #757575;
    font-size: 1em;
}
.reviews-section .review_more{
    font-size: 1.1428em;
}
.reviews-section .review_more,
.reviews-section .review_more:hover,
.reviews-section .review_more:focus{
    color: var(--prv_btn_color);
}
.reviews-section .review_rating_value {
    display: none !important;
}

/*owl style*/
.owl-reviews .owl_btn-right a,
.owl-reviews .owl_btn-right a:focus,
.owl-reviews .owl_btn-left a,
.owl-reviews .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-reviews .owl-prev{
    left: -24px;
}
.owl-reviews .owl-next{
    right: -24px;
}
.owl-reviews .owl-next,
.owl-reviews .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-reviews .owl-dots{
    position: relative;
    margin-bottom: -31px;
}
@media(min-width: 768px){
    .owl-reviews .owl-dots{
        margin-bottom: -11px;
    }
}
.owl-reviews .owl-next a .carousel-arrow,
.owl-reviews .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-reviews .owl-next:not(.disabled):hover .carousel-arrow,
.owl-reviews .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
}
.reviews-file{
    margin-top: 20px;
}
.reviews-file__title{
    font-weight: 600;
    font-size: 1.2857em;
    padding-right: 20px;
    margin-bottom: 30px;
    display: block;
}
/* files */
.reviews-file__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-file__files-item{
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 32px 20px 0;
    overflow: hidden;
}
.reviews-file__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px;
}

.reviews-file__files-item-link{
    font-size: 1.2857em;
}

.reviews-file__files-item-link,
.reviews-file__files-item-link:focus,
.reviews-file__files-item-link:hover,
.reviews-file__files-item-link:active,
.reviews-file__files-item-link:active:hover,
.reviews-file__files-item-link:active:focus{
    color: #212121;
}
@media (max-width: 991px) {
    .reviews-section__person-name-container {
        display:block;
    }
    .reviews-section__person-name-block {
        width:100%;
    }
    .reviews-section .stars_cnt {
        padding-top:10px;
    }
    .reviews-section .star {
        margin-left: 0px;
        margin-right: 8px;
    }
}
@media(max-width: 767px){
    .reviews-section .review-text,
    .reviews-file__title,
    .reviews-file__files-item-link{
        font-size: 1em;
    }
}
@media (max-width: 500px) {
    .reviews-section__person{
        display:block;
    }
    .reviews-section__person-block {
        width:100%;
    }
    .reviews-section__person-photo{
        margin-bottom:10px;
    }
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/promotions_default/style.css?16747197992690*/
@media(max-width: 1200px){
  .total_content .scroll_promotions{
    padding-bottom: 30px;
  }
}
@media(max-width: 768px){
  .total_content .scroll_promotions{
    padding-bottom: 40px;
  }
}

.scroll_promotions .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    position: relative;
}

.promotions-promotion{
    /*margin-bottom: 100px;*/
}
.promotions-promotion>.container{
    position: relative;
}

.sect_promotion_cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 322px;
    padding: 20px;
    position: relative;
    transition: .5s;
    border-radius: 15px;
    text-decoration: none;
    overflow: hidden;
    transform: scale(1);
}
.sect_promotion_cnt:hover{
    /* box-shadow: 0 0 32px #777; */
    transition: .5s;
    text-decoration: none;
}
.sect_promotion_cnt * {
    position:relative;
    z-index:2;
}
.sect_promotion_cnt:hover > .sect_promotion_bg{
  transform: scale(1.1);
}
.sect_promotion_cnt .sect_promotion_bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sect_promotion_cnt .sect_promotion_bg-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
.sect_promotion_block {
    margin-bottom: 30px;
}
.name_data{
    margin-top: auto;
}
.sect_promotion_heading{
    font-size: 14px;
    color: #fff;
    font-weight:bold;
    line-height: normal;
}
.sect_promotion_btn {
    position:absolute;
    bottom:70px;
    left:50px;
    color: #fff!important;
}
.sect_promotion_dates{
    color: #fff;
    font-size: 1em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 15px;
    background: var(--prv_interactive_color);
    display: inline-block;
    padding: 5px 10px;
}
.sect_promotion_discount{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 15px;
    color: #fff;
    background-color: #81CE41;
    border-radius: 40px;
    font-size: 1.0814285em;
    font-weight: bold;
    text-align: center;
}
@media(max-width:767px){
    .sect_promotion_btn {
        left: 20px;
    }
    .sect_promotion_cnt{
        padding:93px 20px 111px 20px;
    }
}

/* End */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/slider/style.css?16747197992186 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1674719799691 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/advantages_2/style.css?16747197992371 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/menu_with_images/style.css?1674719799539 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/products-slider/style.css?16747197994319 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/about_default/style.css?16747197991856 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/video_about_us/style.css?16747198003575 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/feedback_default/style.css?1674719799204 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/reviews_main_default/style.css?16747197994190 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/promotions_default/style.css?16747197992690 */
