

/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/slider-3-vertical/style.css?16722983682856*/
#head_owl .item {
    overflow: hidden;
}
.head-slide {
    min-height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75%;
    color: #212121;
    background-color: #dedede;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-decoration: none;
}
@media(max-width: 500px){
    .item_wrap .slider_header{
        font-size: 14px !important;
        white-space: normal !important;
        padding: 15px 15px !important;
        max-width: 250px;
        display: block !important;
        margin: 0 auto;
        height: auto !important;
        margin-top: 0px !important;
    }
    .head-slide {
        height: 50vh !important;
    }
}
.slider_header {
    overflow: hidden;
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1.1;
    height: 58px;
    text-decoration: none;
    padding: 10px 21px;
    background: var(--prv_button_bg);
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
}
.item_wrap{
    position: relative;
}
.slider_header{
    position: absolute;
    white-space: nowrap;
    top: calc(50% - 29px);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.head-slide:hover{
    text-decoration: none;
    transform: scale(1.1);
}
.slider_header:hover, .slider_header:focus {
    color: #ffffff;
    text-decoration: none;
    background: var(--prv_button_bg);
}

.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 55px;
    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: 50px;
    }

    .head-slide {
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .head-slide {
        min-height: 400px;
    }
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1670427287897*/
.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 .h2-index{
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 25px;
	position: relative;
	z-index: 4;
	display: inline-block;
	font-size: 1em;
    line-height: 1.066;
}

.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?16546697592371*/

.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/main.include/about_default/style.css?16546697591856*/
.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/main.include/feedback_default/style.css?1654669759204*/
.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 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/slider-3-vertical/style.css?16722983682856 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1670427287897 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/advantages_2/style.css?16546697592371 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/about_default/style.css?16546697591856 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/feedback_default/style.css?1654669759204 */
