

/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/slider/style.css?17363873552186*/
.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?1736387356691*/
.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?17363873552371*/

.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?1736387355539*/
.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/catalog.sections.top/services_3/style.css?17363873561696*/
.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/catalog.section/services_3_main/style.css?17363873561696*/
.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/catalog.sections.top/prices_default/style.css?173638735610713*/
.scroll_prices .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: -30px;
}
.prices-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;
}
.price_cnt{
	background: #fff;
}
.prices-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.prices-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;
}
.prices-section__dropdown-tab-panel:focus, .video-section__dropdown-tab-panel:active {
	color: #000;
	text-decoration: none;
}

.projects-section__container {
    position: relative;
}

.block_details_link {
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    margin-bottom: 17px;
}

@media (min-width: 560px) {
    .block_details_link {
        position: absolute;
        right: 15px;
        margin-bottom: 0px;
        top: 32px;
    }
}

.block_details_link:hover {
    color: #999;
}

.block_details_link:focus,
.block_details_link:hover {
    text-decoration: none;
}

.all_projects {
    margin-bottom: 60px;
}

.scroll_prices .projects-section__project-wrapper {
    height: 237px;
    display: block;
    position: relative;
    overflow: hidden;
}

.projects-section__project-background {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: transform .5s;
}

.projects-section__project-wrapper:hover > .projects-section__project-background {
    transform: scale(1.1);
}

.projects-section__project-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 24px;
    z-index: 2;
    color: #fff;
    line-height: 20px;
    background-color: rgba(33, 33, 33, 0.6)
}

.projects-section__project-heading-section {
    opacity: .7;
    font-size: 0.7142em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.projects-section__project-heading-name {
    font-size: 1.1428em;
    line-height: 23px;
}
/*prices*/
.prices_cnt{
    margin: auto auto 20px;
    width: max-content;
    display: flex;
    align-items: center;

}
.price {
    font-size: 22px;
    font-weight: 600;
    margin-right: 18px;
    float: left;
}
.old_price{
    color: #757575;
    text-decoration: line-through;
    float: left;
}
@media (max-width: 767px) {
    .price {
        font-size: 20px;
    }
}
.price_callback{
    display: block;
    font-size: 0.8em;
    font-family: var(--prv_font_family);
    text-transform: uppercase;
    color: var(--prv_btn_color);
    padding: 27px;
    text-align: center;
    line-height: 1;
    margin-top: auto;
}
.price_callback:hover,
.price_callback:focus{
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.hr{
    height: 1px;
    background-color: #EEF1F4;
}
.owl-stage{
    display: flex;
}
/*goods*/
.goods_prices {
    text-align: left;
    line-height: 16px;
}

.goods_row {
    background: url(/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/prices_default/dott.png) 0 10px repeat-x;
    margin-bottom: 22px;
    line-height: 16px;
}

.goods_name_cnt {
    float: left;
    max-width: 105px;
}

.goods_name_cnt > span.goods_name {
    padding-right: 10px;
    display: table-caption;
    min-width: 68px;
}

.goods_price {
    float: right;
    width: 100px;
    text-align: right;
}

.goods_price_block {
    padding-left: 10px;
}

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

.owl-projects .owl-prev {
    left: -48px;
}

.owl-projects .owl-next {
    right: -48px;
}

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

.owl-projects .owl-dots {
    position: relative;
    margin-bottom: -11px;
    bottom: auto !important;
}

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

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

.nav.projects-section__tabs-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.projects-section__tabs-list > li {
    margin-right: 6px;
}

.projects-section__tabs-list > li > a {
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}

.projects-section__tabs-list > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}

.projects-section__tabs-list > li:hover > a:after,
.projects-section__tabs-list > li > a.active:after {
    background: var(--prv_interactive_color);
}

.projects-section__tabs-list > li > a.active {
    color: var(--prv_btn_color);
}

.projects-section__tabs-list > li > a:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}

.projects-section__dropdown-tabs-wrapper {
    padding-bottom: 25px;
}

.projects-section__list-group {
    margin-bottom: 0px;
}

.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}

.projects-section__list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}

.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus {
    text-shadow: none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #eff1f5;
    border-left-color: var(--prv_color);
    background-image: none;
}

.projects-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;
}

.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
    text-decoration: none;
    color: #212121;
}

.projects-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;
}

.projects-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.projects-section__tab-panel-nav {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .projects-section__container {
        padding-bottom: 40px;
    }
}


.price_list_owl .item {
    height: 100%;
}

.price-cnt {
    border: 1px solid #e0e0e0;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: .2s;
    height: 100%;
}

.price-cnt:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    z-index: 99;
}

.price_img {
    height: 197px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.price-period {
    font-size: 20px;
    margin-top: 26px;
    height: 30px;
    padding: 0 18px;
    text-align: left;

}

.price-period p {
    line-height: 1.3 !important;
    font-size: 22px;
}

.price-note {
    padding: 18px 18px 6px 18px;
	margin-bottom: 40px;
    color: #757575;
    text-align: left;
    line-height: 2;
}

.price-note ul {
    padding-inline-start: 18px;

}

.price_list_price {
    color: #212121;
    font-weight: bold;
    font-size: 22px;
    padding: 18px 18px;
}

.price_list_btn {
    padding: 0 18px;
}

.price_list_btn a {

    display: block;
    border-top: 1px solid #DFDFDF;
    padding: 27px 0;
    text-decoration: none;
}

.price-cnt:hover .price_list_btn {
    background: var(--prv_btn_hover);
    text-decoration: none;
    color: #fff;
    border: none !important;
}

.price-cnt:hover .price_list_btn a {

    text-decoration: none;
    color: #fff;
    border-top: 1px solid var(--prv_btn_hover);
    transition: transform 0s;
    opacity: unset;

}


.service-detail__price-list {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.service-detail__price-list > table {
    width: 100%;
}

.service-detail__price-list thead > tr {
    background: var(--prv_color_bg);
}

.service-detail__price-list thead > tr > th {
    color: #fff;
}

.service-detail__price-list > table td, .service-detail__price-list > table th {
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}

@media (min-width: 768px) {
    .service-detail__price-list > table td, .service-detail__price-list > table th {
        font-size: 1.1328em;
        padding: 20px 40px 20px 30px;
    }
}

.service-detail__price-list tbody > tr:nth-child(2n) {
    background-color: #F5F7FF;
}

.service-detail__price-list > table td:nth-child(n+3), .service-detail__price-list > table td:nth-child(1) {
    font-weight: bold;
}

.service-detail__price-list_title sup {
    text-transform: uppercase;
    font-size: .6em;

}

.service-detail__price-list_title {
    font-size: 1.857em;
    margin: 32px 0;
}
.characteristics_price_block{
	white-space: nowrap;
}
.characteristics_name{
	white-space: nowrap;
}
.characteristics_row{
	display: flex;
	align-items: center;
}
.characteristics_dots{
	border-bottom:1px dotted #757575;
	margin: 0 8px;
	height: 2px;
	width: 100%;
}

.scroll_prices #price_list_owl{
    margin-bottom: 0;
}
.scroll_prices .projects-section__container {
    padding-bottom: 0px;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/products-slider/style.css?17363873554319*/
.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?17363873561856*/
.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/interior_default/style.css?17363873564825*/
#interior{
    overflow: hidden;
}

#interior .heading h2{
    line-height: normal;
}
#interior .interior_colors_block{
    position: relative;
    z-index: 10;
    padding-top: 50px;
}
#interior .interior_colors{
    margin-top: 40px;
}

#interior .tab-content > .tab-pane {
    margin-top: 35px;
}

#interior .tab-content > .tab-pane ul {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
}
@media(max-width: 768px) {
    .texture-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 575.98px) {
    #interior .tab-content > .tab-pane ul {
        display: block;
        width: 100%;
    }
}

#interior .tab-content > .tab-pane ul li {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    #interior .tab-content > .tab-pane ul li {
        width: 100%;
    }
}
@media (max-width: 374px) {
    #interior .tab-content > .tab-pane ul li {
        width: 50%;
    }
}
#interior .tab-content > .tab-pane ul li a {
    display: block;
    color: #212121;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#interior .nav-tabs .nav-link.active {
    background: var(--prv_button_bg);
    color: var(--prv_font_color);
}

#interior .nav-tabs .nav-link {
    border: 2px solid var(--prv_btn_border_color);
    border-radius: .25rem;
    font-weight: bold;
    color: #212121;
}

#interior .nav-tabs .nav-item {
    margin-right: 20px;
    margin-bottom: 20px;
}

#interior .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}

#interior .nav-tabs {
    border-bottom: none;
}

#interior .laminator {
    background: url("/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/interior_default/./img/interior.jpg") no-repeat;
    background-position: right;
    height: 572px;
    position: relative;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 1.4);
}

@media (max-width: 1300px) {
    #interior .laminator {
        margin-left: calc((100% - 100vw) / 1.8);
    }
}
@media (max-width: 1100px) {
    #interior .laminator {
        margin-left: calc((100% - 100vw) / 3);
    }
}
@media (max-width: 991.98px) {
    #interior .laminator {
        margin-left: 0;
        width: 100%;
        background-position: center;
        background-size: cover;
    }
}
@media (max-width: 575.98px) {
    #interior .laminator {
        height: 400px;
    }
}

#interior .laminator .laminator_fg {
    background: url("/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/interior_default/./img/window_fg.png") no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 494px;
    z-index: 5;
    max-width: 445px;
}
@media (max-width: 991.98px) {
    #interior .laminator .laminator_fg {
        left: -128px;
        right: 0;
    }
}
#interior .laminator .laminator_texture {
    max-width: 300px;
    height: 572px;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    right: 511px;
}
@media (max-width: 991.98px) {
    #interior .laminator .laminator_texture {
        left: 0px;
        right: 0;
    }
}
@media (max-width: 575.98px) {
    #interior .laminator .laminator_texture {
        height: 400px;
    }
}
#interior .laminator .laminator_handle_left{
    background: url("/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/interior_default/./img/hardware.png") no-repeat;
    height: 65%;
    width: 135px;
    position: absolute;
    top: 65px;
    right: 670px;
    z-index: 10;
}
@media (max-width: 991.98px) {
    #interior .laminator .laminator_handle_left {
        left: 0px;
        right: 0;
    }
}
@media (max-width: 575.98px) {
    #interior .laminator .laminator_handle_left {
        background-size: contain;
        left: 30px;
    }
}
#interior .laminator .laminator_handle_right{
    background: url("/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/interior_default/./img/hardware.png") no-repeat;
    height: 65%;
    width: 135px;
    position: absolute;
    top: 65px;
    right: 520px;
    z-index: 10;
}
@media (max-width: 991.98px) {
    #interior .laminator .laminator_handle_right {
        left: 155px;
        right: 0;
    }
}
@media (max-width: 575.98px) {
    #interior .laminator .laminator_handle_right {
        background-size: contain;
        left: 185px;
    }
}







.texture-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.texture-variant {
    text-align: center;
    cursor: pointer
}

.texture-variant__image {
    justify-content: center;
	width: 68px;
	position: relative;
	margin: 0 auto;
}

.texture-variant__image svg{
	display: none;
	position: absolute;
	fill: var(--prv_interactive_color);
}

.texture-variant.active svg{
	display: block;
}

.texture-variant__title {
    font-weight: bold;
    margin-top: 17px
}

.texture-variant__color{
	width: 68px;
    height: 68px;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
}

.texture-variant.texture-variant--cover .texture-variant__color{
	background-size: cover;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/feedback_default/style.css?1736387355204*/
.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?17363873554190*/
.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?17363873552690*/
@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 */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/partners/style.css?17363873551723*/
.total_content .partners-section .partners-section{
    padding-bottom: 40px;
}
.partners-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.partners-section__container{
    position: relative;
}
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        margin-bottom:0px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.partners-section__partner-block{
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    margin: 0 auto;
}
.partners-section__partner-block > img{
    max-width: 100%;
    width: auto!important;
}
/*owl style*/
.owl-partners .owl_btn-right a,
.owl-partners .owl_btn-right a:focus,
.owl-partners .owl_btn-left a,
.owl-partners .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-partners .owl-prev{
    left: -24px;
}
.owl-partners .owl-next{
    right: -24px;
}
.owl-partners .owl-next,
.owl-partners .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-partners .owl-dots{
    bottom: auto;
}
.owl-partners .owl-next a .carousel-arrow,
.owl-partners .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-partners .owl-next:not(.disabled):hover .carousel-arrow,
.owl-partners .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

/* End */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/slider/style.css?17363873552186 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1736387356691 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/advantages_2/style.css?17363873552371 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/menu_with_images/style.css?1736387355539 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/services_3/style.css?17363873561696 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.section/services_3_main/style.css?17363873561696 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/prices_default/style.css?173638735610713 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/products-slider/style.css?17363873554319 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/about_default/style.css?17363873561856 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/interior_default/style.css?17363873564825 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/feedback_default/style.css?1736387355204 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/reviews_main_default/style.css?17363873554190 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/promotions_default/style.css?17363873552690 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/partners/style.css?17363873551723 */
