

/* Start:/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.feedback/callback_counter/style.css?17364027278164*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.counter_block .feedback_modal {
    padding-bottom: 0px;
}

.PRVUniversalFeedback .error_text {
    color: red;
}

.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.counter_block .prv_from_group {
	margin-left: 10px;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size: 1em;
}

.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
    background: transparent;
}

.label_text:focus + label,
.label_text:not(:placeholder-shown) + label {
    top: -16px;
    font-size: .8em;
}

.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus {
    border-color: var(--prv_color);
}

.counter_block .thanks_container .modal_heading,
.counter_block .feedback_modal .modal_heading {
    margin: 0px 0 20px;
}

.counter_block .thanks_container .modal_heading h3,
.counter_block .feedback_modal .modal_heading h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	line-height: normal;
	color: var(--prv_color);
}
.callback-form-subtitle{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.feedback_modal .modal_heading h3 span {
    color: var(--prv_interactive_color);
}

.thanks_container h5 {
    margin: 10px 0 10px;
}

.feedback_modal .checkbox_cnt {
    margin: 42px 0px 5px;
}

.feedback_modal .help-block {
    position: unset;
    text-align: left;
    margin: 0 0 20px;
    color: #ff3b30;
    font-style: normal;
}

.agree-checkbox-block {
    margin-bottom: 32px;
}

.textarea {
    resize: none;
}

.textarea_cnt {
    position: relative;
}

.textarea_cnt > .textarea {
    margin-bottom: 0;
}

.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}

.close_modal_btn {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .feedback_modal .modal-heading {
        margin: 12px 0;
    }

    .feedback_modal .checkbox_cnt {
        margin: 0 0 20px;
    }
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}

.modal_description .clsp-2 {
    opacity: 0.1;
}

.checkbox_cnt {
    display: flex;
}

.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}

.chekbox_visual {
    display: block;
    height: 18px;
    width: 33px;
    background: #dbe0e6;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    transition: background .1s ease-in;
    margin-right: 10px;
    flex-shrink: 0;
}

.chekbox_visual:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}

.chekbox_hidden:checked + .chekbox_visual {
    background: var(--prv_interactive_color);
}

.chekbox_hidden:checked + .chekbox_visual:before {
    right: 0;
}

@media (min-width: 500px) {
    .api-star-rating {
        float: left;
        margin-right: 15px;
    }
}

.api-star-rating-label {
    line-height: 32px;
}

.api-star-rating i {
    display: inline-block;
    height: 28px;
    width: 29px;
    cursor: pointer
}

.api-star-rating i {
    background: url("/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.feedback/callback_counter/./sprite.png") no-repeat 0 -57px;
}

.api-star-rating i.active {
    background-position: -29px -57px;
}

.rounded{
    margin-top: 20px;
}

.countdown span {
    font-size: 2.1em;
    background: #EAEBF3;
    border-radius: 10px;
    width: 62px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FFFFFF;
    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;
    font-weight: bold;
    color: #000000;
}

.countdown .time{
    text-align: center;
    color: #AEAEB2;
}

.countdown{
    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;
}

.countdown svg {
    position: relative;
    top: -13px;
    margin: 0 5px;
}

.btn-submit-counter{
    text-align: center;
}
.feedback-submit-wrapper button, .feedback-submit-wrapper button:focus{
    padding: 16px 52px;
}
.feedback-submit-wrapper button svg{
    margin-left: 5px;
}
.timerslider{
	display: flex;
	justify-content: center;
	margin-top: 34px;
}
.timer-item {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	align-items: center;
}
.timer-item::after{
	content: ':';
	width: 10px;
	position: absolute;
	right: -15px;
    top: 0;
	height: 10px;
	font-size: 30px;
	font-weight: 600;
	color: #D1D1D6;

}
.timer-item:last-child::after{
	display: none;
}
.timer-item__number {
	width: 62px;
	height: 49px;
}

.timer-item-number__bg-white {
	position: absolute;
	width: 62px;
	height: 49px;
	border-radius: 10px;
	box-shadow: -3px -3px 15px -2px rgba(255,255,255);
}

.timer-item-number__bg-black {
	position: absolute;
	width: 62px;
	height: 49px;
	border-radius: 10px;
	box-shadow: 3px 3px 15px 3px rgba(0,0,0,0.1);
}

.timer-item-number__number {
	display: flex;
	width: 62px;
	height: 49px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 600;
	background-color: #EAEBF3;
}

.timer-item__letter {
	margin-top: 10px;
	color: #AEAEB2;
	font-size: 14px;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/slider-modal/style.css?17364027273051*/

.head-slide {
	padding-top: 100px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #212121;
	background-color: #dedede;
	align-items: center;
    display: flex;
}
.wrap-txt-slide-main{
	padding-right: 20%;
}
@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_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
	line-height: 1.1;
}
.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);
    max-width: 580px;
}
.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: 50px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){

    .slider_header{
        font-size: 3.642857em;
    }
    .slider_description{
        font-size: 1em;
    }
    .head-slide{
		min-height: 633px;
    }
}

.counter_block{
	margin-right: 15px;
    width: 100%;
    max-width: 460px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    border-radius: 10px;
    z-index: 10;
    padding: 20px 25px 25px 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,1)), to(rgba(234,235,243,1)));
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(234,235,243,1) 100%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(234,235,243,1) 100%);
}
.counter-wrapper{
	position: relative;
}
.counter-container{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto
}
.counter-container .row{
	height: 100%;
}

@media(max-width: 1199.98px){
    .counter_block{
        display: none;
	}

}
@media(min-width: 1199.98px){
	.slider_text_left {
		max-width: calc(100% - 500px);
	}
}

@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/menu_with_images/style.css?1736402727539*/
.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/main.include/heading/style.css?1736402723691*/
.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/catalog.sections.top/services_2/style.css?17364027231641*/
.sect_service_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sections_services [class*="col-"]{
    padding: 15px 15px 0;
}
.sections_services [class*="col-"]:nth-child(-n+3){
    padding: 15px;
}
.services_subheading{
    font-size: 2em;
    margin-bottom: 38px;
    line-height: 1.3571428;
}
.services_desc{
    color: #757575;
    font-size: 1em;
    line-height: 1.7857142;
    margin-bottom: 32px;
}

.sect_service_cnt{
    height: 230px;
}
.sect_service_cnt:hover .sect_service_heading{
    display: none;
}
.sect_service_cnt:hover .sect_service_bg{
    display: block;
}
.sect_service_cnt:hover .sect_service_desc{
    display: flex;
}
.sect_service_heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
}
.sect_service_bg{
    display: none;
    background: var(--prv_interactive_color);
    opacity: .8;
    height: 100%;
    z-index: 1;
}
.sect_service_desc{
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}

@media (max-width: 991px) {
    .services_subheading {
        font-size: 1.714285em;
        line-height: normal;
    }
    .services_desc {
        line-height: 1.42857;
    }
}
@media (max-width: 767px) {
    .sections_services{
        margin-top: 40px;
    }
    .services_subheading{
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog.section/services_2_main/style.css?17364027231696*/
.services-sections>.container{
    position: relative;
}
.sect_service_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}

.sect_service_block {
    margin-bottom: 22px;
}

.sect_service_heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
    transition: 0.9s;
}
.sect_service_bg{
    visibility: hidden;
    opacity: 0;
    background: var(--prv_interactive_color);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 182px;
    transition: top .3s, visibility .3s, opacity 10s;
    left: 0; 
    right: 0;
    bottom: 0;
}
.sect_service_desc{
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}
@media (max-width: 767px) {
    .sections_services{
        margin-top: 40px;
    }
    .services_subheading{
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .sections_services [class*="col-"]{
        width: 100%;
    }
}
@media(min-width: 768px){
    .sect_service_cnt:hover .sect_service_heading{
        visibility: none;
        opacity: 0;
        transition: 0s;
    }
    .sect_service_cnt:hover .sect_service_bg{
        visibility: visible;
        opacity: .8;
        top: 0px;
        transition: top .3s, visibility .3s, opacity .3s;
    }
    .sect_service_cnt:hover .sect_service_desc{
        display: flex;
    }
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/feedback_default/style.css?1736402726204*/
.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/main.include/about_2/style.css?17364027231589*/
.total_content .scroll_about{
	padding: 0;
}
.about-section{
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	padding: 0 0 153px;
}
.about-section__subheading{
	font-size: 1.8571em;
	margin-bottom: 10px;
	line-height: 1.58em;
	margin-top: -13px;
}
.about-section__button-container{
	margin-top: 25px;
}
.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.6em;
}
.about-section .heading{
	margin-top: 85px;
}
.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 .heading {
			margin-top: 40px;
    }
}
@media (max-width: 991px) {
	.about-section{
		padding-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{
		padding-bottom: 50px;
	}
	.about-section .heading{
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.about-section__text{
		font-size: 1em;
		line-height: 25px;
	}
	.about-section__subheading{
		font-size: 1.2857em;
	}
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/advantages_default/style.css?1736402727834*/
.adv-icon-cnt {
	height: 64px;
	display: flex;
	margin-bottom: 30px;
}
.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
	color: #757575;
}
.adv-heading{
	font-size: 1.2857142em;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
}
.all-advantages .col-xs-12:first-child .advantage-cnt{
	margin-left: 72px;
}
.advantage-block:nth-child(n+5){
	padding-top: 40px;
}
@media (max-width: 991px) {
	.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;
        }
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/promotions_1/style.css?17364027274385*/
@media(max-width: 1200px){
  .total_content .scroll_promotions{
    padding-bottom: 80px;
  }
}
@media(max-width: 768px){
  .total_content .scroll_promotions{
    padding-bottom: 60px;
  }
}
.sect_promotion_text-mobile{
  display: none;
}
.description-column{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.promotions-promotion .owl-stage-outer {
    padding: 50px;
    margin: -50px -50px 0;
}

.promotions-promotion .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.promotions-promotion .owl-item.active {
  opacity: 1;
}
.promotions-promotion .owl-dots{
    bottom: 0;
}

.promotions-promotion > .container {
    position: relative;
}

.sect_promotion_cnt {
    position: absolute;
    width: 100%;
    height: 100%;
}

.name_data {
    background: #fff;
    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: 256px;
    padding: 30px;
    position: relative;
    transition: .5s;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
}

.name_data:hover {
    box-shadow: 0 0 32px #777;
    transition: .5s;
    text-decoration: none;
}

.name_data .more {
    max-width: 138px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.img_prom {
  height: 100%;
}

#promotions .img_prom img {
    margin: 0 auto;
    height: 100%;
    width: 174px;
    object-fit: cover;
    border-radius: 12px;
}
.name_data .row{
  height: 100%;
}

.sect_promotion_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(255, 255, 255, 0));
    z-index: 0;
    border-radius: 15px;
}

.sect_promotion_block {
    margin-bottom: 30px;
}

.sect_promotion_heading {
    font-size: 18px;
    color: #212121;
    line-height: normal;
    font-weight: bold;
}
.sect_promotion_heading a{
    text-decoration: none;
    color: #000;
}
.sect_promotion_heading a:hover{
  text-decoration: none;
}
.sect_promotion_text {
    font-size: 14px;
    color: #808080;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sect_promotion_btn {
    position: absolute;
    bottom: 70px;
    left: 50px;
    color: #fff !important;
}

.sect_promotion_dates {
    color: #808080;
    font-size: 1.05em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 15px;
    display: inline-block;
}

.sect_promotion_discount {
    position: absolute;
    right: 15px;
    top: -10px;
    padding: 3px 15px;
    color: #fff;
    /*background-color: var(--prv_color);*/
    background-color: #81CE41;
    border-radius: 40px;
    font-size: 1.0814285em;
    font-weight: bold;
    text-align: center;
    z-index: 5;
}

@media(max-width: 991px){
    #promotions .img_prom img {
      width: 100%;
    }
    .sect_promotion_text {
      font-size: 13px;
    }
    .sect_promotion_dates{
      margin-bottom: 5px;
    }
    .sect_promotion_heading{
      margin-bottom: 10px;
    }
    .sect_promotion_text{
      margin-bottom: 15px;
      margin-top: 0;
    }
    .promotions-promotion .owl-stage-outer {
        padding: 0;
        margin: 0;
    }
    .promotions-promotion .owl-dots {
        bottom: -35px;
    }
    .sect_promotion_discount {
      right: 0px;
    }
}

@media (max-width: 767px) {
    .sect_promotion_btn {
        left: 20px;
    }

    .sect_promotion_cnt {
        padding: 93px 20px 111px 20px;
    }
    .promotions-promotion .owl-stage-outer {
        padding: 10px;
        margin: -10px;
    }
    .sect_promotion_text-mobile{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      margin-bottom: 15px;
    }
    .sect_promotion_text{
      display: none;
    }
}
@media(max-width: 575px){
  .img_prom{
    margin-bottom: 20px;
  }
  .sect_promotion_dates{
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .description-column {
    height: auto;
  }
  .row.h-100{
    height: unset!important
  }

}

/* End */
/* /bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.feedback/callback_counter/style.css?17364027278164 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/slider-modal/style.css?17364027273051 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/menu_with_images/style.css?1736402727539 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1736402723691 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/services_2/style.css?17364027231641 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.section/services_2_main/style.css?17364027231696 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/feedback_default/style.css?1736402726204 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/about_2/style.css?17364027231589 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/advantages_default/style.css?1736402727834 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/promotions_1/style.css?17364027274385 */
