body{
	min-width: 360px;
}

.mobile_menu_top{
	display: none;
}
.slick-arrow{
	position: absolute;
	top: 0;
	height: 100%;
	width: 25px;
	font-size: 0;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-arrow::after{
	content: "";
	background-image: url("../images/arrows1.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}
.slick-prev.slick-arrow{
	left: -25px;
}
.slick-next.slick-arrow{
	right: -25px;
}
.solutionsLibrary .slick-prev.slick-arrow{
	left: 0;
	z-index: 1;
}
.solutionsLibrary .slick-next.slick-arrow{
	right: 0;
	z-index: 1;
}

.slick-prev.slick-arrow::after{
	background-position: 0 0;
}
.slick-next.slick-arrow::after{
	background-position: right 0;
}
.b-solutionsMain-scene{
	overflow: visible;
	margin: 0 !important;
	position: static;
	padding-left: 25px;
	padding-right: 25px;
}
.b-solutionsMain-item{
	margin: 0;
	padding: 10px;
}
.table-responsive{
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	margin-bottom: 40px;
}
.table-responsive table{
	margin-bottom: 0;
}
.mobile_select--regions .text--regions .text--region,
.mobile_select--regions{
	display: none;
}
.mobile_select--regions .text--regions .text--region.show{
	display: block;
}
.mobile_select--regions .select--regions{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mobile_select--regions .text--regions{
	border: 1px solid #e1001a;
	padding: 10px;
	max-width: 400px;
	margin: 0 auto 15px;
	border-radius: 5px;
}
.mobile_select--regions .select--regions>span{
	text-align: left;
}
.mobile_select--regions .CFEselect .CFEselectTextItem .CFEselectText{
	padding-top: 15px;
}
.eventsSlick .photoEvents .event img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.events.eventsSlick .event div{
	height: auto;
}
.eventsSlick .eventsSlickEl{
	padding-left: 5px;
	padding-right: 5px;
}

.b-headerDealers-wrapper {
	display: flex;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
	white-space: nowrap;
}

.architects_carusel .SlickEl{
    position: relative;
}
.architects_carusel .SlickEl .txt{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-align: left;
    padding: 35px;
    background: rgba(0,0,0,.6);
    max-width: calc(100% - 40px);
}
.architects_carusel .SlickEl .txt .h1,
.architects_carusel .SlickEl .txt .h2{
    color: #fff;
    margin: 0;
    font-weight: normal !important;
    text-transform: none;
}
.architects_carusel .SlickEl .txt .h1{
    font-size: 26px;
}
.architects_carusel .SlickEl .txt .h2{
    margin-top: 15px;
    font-size: 17px;
}
.b-ymapsBalloon-layout{
    width: auto;
}
.input_have_after_wrap{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.input_have_after_wrap .input_have_after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.input_have_after_wrap .input_after{
    width: 16px;
    height: 16px;
    display: inline-flex;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff;
}
.input_have_after_wrap .input_after::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.input_have_after_wrap input[type="checkbox"]:checked + .input_after::after,
.input_have_after_wrap input[type="radio"]:checked + .input_after::after{
    opacity: 1;
}
.input_have_after_wrap input[type="checkbox"] + .input_after{
    border-radius: 2px;
}
.input_have_after_wrap input[type="checkbox"] + .input_after::after{
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-checkmark' viewBox='0 0 20 20'%3E%3Cpath d='M0 11l2-2 5 5 11-11 2 2-13 13z' style='fill:%23d60119'%3E%3C/path%3E%3C/svg%3E");
}

.input_have_after_wrap input[type="radio"] + .input_after{
    border-radius: 50%;
}
.input_have_after_wrap input[type="radio"] + .input_after::after{
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #d60119;
}
.b-solutionsMain-item-wrapper{
    padding:0;
}
.b-solutionsMain-item-content{
    position: relative;
    display: block;
}

@media (max-width: 1150px) {
    .b-timeCarousel .rs-carousel-action-next,
    .b-timeCarousel-next,
    .b-techAdvance .rs-carousel-action-next,
    .b-techAdvance-next {
        right: -20px;
    }
    .b-timeCarousel-prev, .b-timeCarousel .rs-carousel-action-prev, .b-techAdvance-prev, .b-techAdvance .rs-carousel-action-prev {
        left: -20px;
    }
}

@media (max-width: 1000px){

    .b-mainMenu-subMenu-item-link {
        font-size: 14px;
    }
    .b-facingMain-item-title-link{
        font-size: 14px;
    }
    .b-facingMain-item-text{
        font-size: 14px;
    }
    *,
    *::before,
    *::after{
        box-sizing: border-box;
    }
    .page-wrapper,
    .page-content,
    .page-header-wrapper,
    .page-main,
    .page-main-part-wrapper,
    .page-footer-pageActions-wrapper,
    .page-footer-banners-wrapper,
    .page-footer-polls-wrapper,
    .page-footer-wrapper,
    .page-footer-addition-layout,
    .b-specialistMenu_index-layout,
    .b-sliderIndex-item-wrapper,
    .b-sliderIndex-arrows,
    .b-sliderIndex-nav-wrapper,
    .b-videoIndexes-wrapper{
        width: 100%;
        min-width: auto;
    }
    .container{
        width: 100%;
        max-width: 940px;
    }
    .page-header-line{
        padding-left: 10px;
        padding-right: 10px;
    }
    #headBanner,
    .page-footer-layout,
    .page-footer-banners,
    .page-footer-pageActions,
    .page-main>*:not(.b-specialistMenu_index, #sliderIndex),
    .page-footer-addition{
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-footer-addition{
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    body .mbl_wrapper .mbl_btn.mbl_btn_show_modal{
        bottom: 0;
        top: auto;
        text-align: center;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;

        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .page-header-auth{
        width: auto;
        float: right;
        margin: 0;
    }
    .b-specialistMenu-wrapper{
        margin: 0;
    }
    .b-facingIndex-wrapper,
    .b-facingMain-wrapper{
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        left: auto;
    }
    .b-facingIndex-item,
    .b-facingMain-item{
        width: 20%;
    }
    .page-header-line.contain_nav .page-header-menu{
        position: fixed;
        width: auto;
        top: 0;
        right: 0;
        z-index: -10;
        width: 100vw;
        max-height: 100vh;
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
        visibility: hidden;
    }
    .open_mob_menu .page-header-line.contain_nav .page-header-menu{
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
        z-index: 10001;
    }
    .page-header-line.contain_nav .page-header-menu .b-mainMenu-item{
        display: block;
        position: relative;
    }
    .page-header-line.contain_nav .page-header-menu .b-mainMenu-item-link{
        border-radius: 0;
    }
    .page-header-line.contain_nav .b-mainMenu-subMenu{
        position: static;
        width: 100%;
    }
    .mobile_menu_btn{
        float: right;
        width: 30px;
        height: 44px;
        cursor: pointer;
    }
    .mobile_menu_btn>span{
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        margin: 9px 0px;
    }
    .close-menu{
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        display: block;
        z-index: 100;
        cursor: pointer;
    }
    .close-menu::before,
    .close-menu::after{
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -50%;
    }
    .close-menu::before{
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .close-menu::after{
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .b-mainMenu-item:hover .b-mainMenu-subMenu,
    .b-mainMenu-item.jshover .b-mainMenu-subMenu,
    .b-mainMenu-item-link:focus + .b-mainMenu-subMenu{
        display: none;
    }
    .b-mainMenu-item.open_sub_menu .b-mainMenu-subMenu{
        display: block !important;
    }
    .b-mainMenu-item.has_child .b-mainMenu-item-link::after{
        content: none;
    }
    .open_sub_menu_btn{
        width: 44px;
        height: 44px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        cursor: pointer;
    }
    .open_sub_menu_btn::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 7px;
        margin-top: -3.5px;
        margin-left: -5px;
        display: block;
        background: url(../images/bullet1.png) no-repeat;
        /* background: url(/bitrix/templates/kraspan_copy/images/bullet1.png) no-repeat; */
	}
	.open_sub_menu .open_sub_menu_btn::after{
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.mobile_menu_top{
		display: block;
		height: 44px;
		font-size: 24px;
		padding: 6px 21px;
		background: #ca0117;
		border-bottom: 1px solid #fff;
	}
	.page-header-logo{
		/* margin-top: 17px; */
		width: 229px;
	}
	.page-header-auth::before{
		content: none;
	}
	.page-header-auth .b-authHeader{
		margin-left: 0;
	}
	.page-header-dealers,
	.page-header-contacts{
		width: auto;
	}
	.b-sliderIndex-nav-item{
		width: auto;
		float: none;
		height: auto;
		padding: 10px;
	}
	.b-sliderIndex-nav-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b-sliderIndex-nav-item-number{
		position: static;
		font-size: 24px;
		padding-left: 5px;
	}
	.b-specialistMenu_index-wrapper{
		display: flex;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		white-space: nowrap;
	}
	.b-specialistMenu_index-wrapper .b-specialistMenu_index-item{
		width: auto;
		display: inline-block;
	}
	.b-specialistMenu_index-item-wrapper{
		position: static;
		padding: 0 10px;
	}
	.page-header-addition{
		width: calc(100% - 50px);
		margin-right: 0;
		margin-left: 0;
	}
	.b-facingIndex-wrapper,
	.b-facingMain-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b-facingIndex-item,
	.b-facingMain-item{
		width: 100%;
		margin: 0;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 30px;
	}
	.b-facingIndex-item-overlay,
	.b-facingMain-item-overlay{
		display: block;
		position: static;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	.b-facingIndex-item-overlay-wrapper,
	.b-facingMain-item-overlay-wrapper{
		padding: 0;
		margin: 0;
		border: none;
	}
	.b-facingIndex-item-overlay-wrapper .b-facingIndex-item-title,
	.b-facingMain-item-overlay-wrapper .b-facingMain-item-title{
		display: none;
	}
	.b-sliderIndex{
		height: auto
	}
	.b-sliderIndex-item,
	.b-sliderIndex .b-sliderIndex-scene{
		height: 53vw;
		background-size: cover;
	}
	.b-sliderIndex-scene,
	.b-sliderIndex-nav{
		position: static;
	}
	.b-timeCarousel-nav-item .event, 
	.b-techAdvance-nav-item .event{display: none;}
	.b-timeCarousel-item-wrapper{
		width: 100%;
	}
	.b-timeCarousel-item-img{
		max-width: 100%;
	}
	.b-timeCarousel-prev,
	.b-timeCarousel .rs-carousel-action-prev,
	.b-techAdvance-prev,
	.b-techAdvance .rs-carousel-action-prev{
		left: 0;
	}
	.b-timeCarousel .rs-carousel-action-next,
	.b-timeCarousel-next,
	.b-techAdvance .rs-carousel-action-next,
	.b-techAdvance-next{
		right: 0;
	}
	.b-timeCarousel-nav,
	.b-timeCarousel-nav-events,
	.b-techAdvance-nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
	}
	.b-timeCarousel-nav-item,
	.b-timeCarousel-nav-item.last,
	.b-timeCarousel-nav-item.first,
	.b-techAdvance-nav-item,
	.b-techAdvance-nav-item.first,
	.b-techAdvance-nav-item.last{
		position: relative;
		left: auto !important;
		background-position: center 0;
		min-width: 30px;
		margin: 5px;
		background: transparent;
	}
	/* .b-timeCarousel-nav-item.last a{
		right: auto;
		left: 0;
	} */
	.b-timeCarousel-nav-pointer,
	.b-techAdvance-nav-pointer{
		position: absolute;
		top: 0;
		display: none;
	}
	.b-timeCarousel-scene{
		padding: 0;
		margin: 0;
	}
	.b-timeCarousel-filter-reset-place,
	.b-timeCarousel-filter-wrapper{
		width: 100%;
		display: block;
		text-align: center;
	}
	.b-timeCarousel-filter{
		display: block;
	}
	.b-timeCarousel-filter-reset-place .b-nav-item{
		margin-right: 0;
		margin-top: 10px;
	}
	.b-timeCarousel-nav-item a,
	.b-techAdvance-nav-item a{
		top: 0;
	}
	.solutionsLibrary ul li{
		width: auto;
		height: auto;
	}
	.solutionsLibrary ul li img{
		max-width: 100%;
		height: auto;
	}
	.b-form-feedback .textfield1{
		width: 100%;
	}
	.b-form-feedback .field{
		padding: 0 15px;
		width: 100%;
	}
	.b-form-feedback .field:not(.no-flex){
		padding: 0 15px;
		display: flex;
		margin-bottom: 10px;
		align-items: center;
	}
	.b-form-feedback .textfield1,
	.b-form-feedback .textfield2,
	.b-form-feedback textarea{
		width: 100%;
	}
	.b-form-feedback .red{
		padding: 0;
	}
	.b-form-feedback .btn{
		text-align: center;
		padding: 0;
	}
	.b-form-feedback .btn input{
		margin-top: 15px;
	}
	.b-facingDetail-scheme-nav.b-carousel{
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
	}
	/*.b-carousel-scene>.caroufredsel_wrapper{
		width: 100% !important;
		height: auto !important;
	}*/
	/*
	.b-carousel-wrapper{
		inset: 0px auto auto 0px !important;
		width: 100% !important;
		height: auto !important;
		display: flex !important;
		flex-wrap: wrap !important;
		position: relative !important;
		float: none;
	}*/
	/*
	.b-facingDetail-scheme-nav .b-carousel-item{
		height: auto;
		margin: 5px !important;
		width: calc(12.5% - 10px);
	}*/
	.b-facingDetail-scheme-nav .b-carousel-item-wrapper{
		position: relative;
		display: block;
	}
	.b-facingDetail-scheme-nav .b-carousel-item-wrapper .b-carousel-item-title{
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.b-facingDetail-scheme-nav .b-carousel-item.active .b-carousel-item-img{
		margin: 0;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	/*
	.b-facingDetail-item-content .b-carousel-prev,
	.b-facingDetail-item-content .b-carousel-next{
		display: none !important;
	}*/


	.b-carousel-prev{
		left: 0;
	}
	.b-carousel-next{
		right: 0;
	}
	.video_instructions .video{
		width: 100%;
	}
	.video_instructions .video iframe{
		max-width: 100%;
	}
	.b-facingDetail-scheme{
		margin-bottom: 30px;
	}
	.b-sliderIndex-item-wrapper{
		height: auto;
	}
	.b-sliderIndex-prev{
		left: 0;
	}
	.b-sliderIndex-next{
		right: 0;
		left: auto;
	}
	.ymaps-stepwise-movable-outer-pane{
		display: none;
	}
	.b-regionsMap-map,
	.b-regionsMap-title,
	.mobile_select--regions{
		position: relative;
	}
	.b-regionsMap{
		height: auto;
	}
	.mobile_select--regions{
		display: block;
		z-index: 2;
	}
	#regionsMap{
		display: none;
	}
	.b-abstracts-item-img-place{
		width: 25px;
		text-align: left;
	}
	.b-sectionMenu-item-link{
		/* display: none; */
	}
	.b-sectionMenu-menu,
	.b-sectionMenu-menu-title .b-sectionMenu-item-link,
	.b-sectionMenu-item{
		display: block;
		position: static;
		width: 100%;
	}
	.b-sectionMenu-item.has_child,
	.b-sectionMenu-menu-title{
		background-image: none;
	}
	.b-sectionMenu-item.has_child>.b-sectionMenu-menu{
		margin-top: 15px;
	}
	.b-sectionMenu-menu-title{
		margin-bottom: 0;
		font-weight: bold;
	}
	.b-subsystems-nav-item-arrow{
		display: none;
	}
	.b-carousel-scene{
		overflow: hidden;
	}
	.b-solutionsLibrary-txt{
		width: 100%;
		position: relative;
		margin: 0;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.b-architect-dealer-content,
	.materialsBlock .lBlock,
	.materialsBlock .rBlock,
	.materialsBlock .lBlock>iframe{
		width: 100%;
	}
	.b-architect-dealer-overview{
		width: 100%;
		padding: 15px;
	}
	.page-main-part.fill_true{
		padding-top: 10px;
	}
	ul li{
		padding-left: 10px;
	}
	.b-project-stages .item{
		width: 100%;
		padding-left: 10px !important;
	}
	.materialsBlock .lBlock>iframe{
		margin-bottom: 15px;
	}
	.materialsBlock .rBlock.materials .item{
		width: 33.3333%;
		padding: 10px;
		text-align: center;
	}
	.materialsBlock .rBlock.materials  .Clear{
		display: none;
	}
	.terms ul li,
	.terms ul li .item{
		width: 100%;
		height: auto;
	}
	.newsList1 .item{
		display: flex;
	}
	.newsList1 .item .txt,
	.newsList2 .item{
		width: 100%;
	}
	.newsList1 .item,
	.newsList2 .item{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e3e3e3;
	}
	.b-subsystems-nav-item-arrow{
		margin-top: 26px;
		display: none !important;
	}
	.b-subsystems-content.hidden{
		opacity: 0;
		visibility: hidden;
	}
	.b-subsystems-content{
		/*margin-top: 15px;*/
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 10px;
		width: calc(100% - 20px);
		z-index: 11;
	}
	.b-productsMenu-item{
		width: 100%;
	}
	iframe{
		max-width: 100%;
	}
	.b-timeCarousel-filter-label{
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.b-carousel-prev,
	.b-footerBanners-prev,
	.b-techAdvance-prev,
	.b-solutionsMain-prev,
	.b-sliderGroup-prev,
	.photoEvents .carousel1 .btnPrev,
	.slick-prev.slick-arrow{
		left: 0;
		z-index: 2;
	}
	.b-carousel-next,
	.b-footerBanners-next,
	.b-techAdvance-next,
	.b-sliderIndex-next,
	.b-solutionsMain-next,
	.b-sliderGroup-next,
	.photoEvents .carousel1 .btnNext,
	.slick-next.slick-arrow{
		right: 0;
		z-index: 2;
	}
	.eventsList1 .item .txt{
		width: calc(100% - 330px);
	}
	.events .event div{
		height: auto;
	}
	.photoEvents .carousel1 .over{
		width: 100%;
	}
	.vacancyBlock1 .lBlock,
	.vacancyBlock1 .rBlock{
		width: 100%;
		float: none;
	}
	.b-objectFilter-wrapper,
	.b-objectFilter-field-wrapper,
	.b-objectFilter-field-column{
		margin: 0;
	}
	.b-objectFilter-field{
		width: 100%;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.b-objectFilter-field + .b-objectFilter-field{
		margin-top: 30px;
	}
	.b-objectsIndex-section-wrapper,
	.b-objectsIndex-sections-row,
	.b-objectsIndex-section{
		margin: 0;
		width: 100%;
	}
	div + .b-objectsIndex-sections-row{
		margin-top: 50px;
	}
	.b-objectsIndex-section-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.b-objectsIndex-section-item{
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.b-objectsIndex-section_full,
	.b-objectsIndex-section_full-carousel-scene{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.b-objectsIndex-desctop{
		display: none;
	}
	.b-objectsIndex-mobile{
		display: block;
		padding: 15px;
	}
	.b-objectsIndex-section{
		padding-bottom: 30px;
	}
	.searchBlock .textfield input,
	.searchBlock .textfield{
		width: 100%;
	}
	.searchBlock .textfield{
		height: 36px;
	}
	.b-specialistMenu_index + #sliderIndex{
		top: 40px;
	}
	.loginPage .lBlock,
	.loginPage .rBlock{
		width: 100%;
	}
	.page-main .textfield{
		height: auto;
		padding: 0;
	}
	.page-main .textfield input{
		min-height: 41px;
	}
	.page-main .textfield input{
		padding: 5px;
	}
	.loginPage .lBlock p{
		text-align: center;
	}
	.loginPage .item{
		height: auto;
	}
	.loginPage .lBlock{
		margin-bottom: 30px;
	}
	.reg .formBlock .item,
	.page-main .textfield,
	.page-main .textfield input{
		max-width: 100%;
	}
	.reg .formBlock .item .label{
		width: calc(100% - 40px);
	}
	.b-headBanner.active .b-headBanner-text{
		height: auto;
		padding-bottom: 15px;
	}
	.b-specialistMenu-item{
		margin-left: 0px;
	}
	.b-specialistMenu-item + .b-specialistMenu-item{
		margin-left: 10px;
	}
	.page-header-specialistMenu{
		width: auto;
		margin: 0;
	}
	body div.title-search-result{
		left: 10px !important;
		width: calc(100vw - 20px) !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	body table.title-search-result{
		width: 100%;
	}
	body table.title-search-result td{
		white-space: normal;
	}
	.files .item{
		width: 100%;
		padding: 5px;
		display: flex;
	}
	.files .item .txt{
		width: calc(100% - 30px);
	}
	.itemList ul,
	.b-subsystems-nav.tab-nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.itemList ul li,
	.itemList ul li .item{
		width: 100%;
		height: auto;
	}
	.itemList ul li,
	.b-subsystems-nav.tab-nav .b-subsystems-nav-item{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 250px;
	}
	.b-subsystems-nav.tab-nav .b-subsystems-nav-item{
		height: auto;
		padding: 15px 10px;
		margin-bottom: 10px;
	}
	.b-subsystems-nav.tab-nav .b-subsystems-nav-item .b-subsystems-nav-item-bg{
		background-size: contain;
	}
	.b-subsystems-nav.tab-nav .b-subsystems-nav-item-title{
		margin: 0px 0 5px 0;
	}
	.b-subsystems-nav.tab-nav .b-subsystems-nav-item-trigger{
		position: relative;
		display: block;
		top: auto;
		left: auto;
		bottom: auto;
	}
	.itemList ul li .item{
		padding: 10px;
	}
	#fancybox-wrap,
	#fancybox-content{
		width: 90vw !important;
		height: auto !important;
	}
	#fancybox-wrap{
		left: 5vw !important;
		padding: 0 !important;
	}

	#fancybox-left{
		left: 0;
	}
	#fancybox-right,
	#fancybox-close{
		right: 0;
	}
	#fancybox-close{
		width: 24px;
		height: 24px;
		top: -12px;
		right: -12px;
	}
	.b-servicesIndex,
	.b-servicesIndex-item{
		margin-left: 0;
	}

	.grayBlock  .b-timeCarousel-shadow.position_left {
	 	width: 70px;
		background: linear-gradient(to left, rgba(235,235,235,0) 0%, rgba(235,235,235,1) 100%);
	 }
	.grayBlock  .b-timeCarousel-shadow.position_right {
		 width: 70px;
		background: linear-gradient(to right, rgba(235,235,235,0) 0%, rgba(235,235,235,1) 100%);
	 }

	.b-techAdvance-item-wrapper{
		height: auto;
		display: block;
	}
	.b-techAdvance-item-img-place,
	.b-techAdvance-item-content{
		display: block;
		width: 100%;
		padding: 5px;
		font-size: 14px;
	}
	.polls .poll{
		width: 100%;
	}
	.polls .poll .block{
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.b-timeCarousel-filter-reset-place{
		white-space: normal;
	}
	.page-wrapper select{
		padding: 10px;
		border: 1px solid #d3d3d3;
		border-radius: 5px;
	}
	.b-project-stages .item h2 span{
		width: auto;
		max-width: calc(100% - 50px);
	}
}
@media (max-width: 800px){
	/*.b-facingDetail-scheme-nav .b-carousel-item{
		width: calc(20% - 10px);
	}*/



	.b-facingDetail-scheme-nav .b-carousel-item {
		width: 90px;
		height: 90px;
	}
	.b-facingDetail-scheme-nav .b-carousel-item:hover .b-carousel-item-img {
		width: 100%;
		margin: 0 0 15px;
	}
	.b-facingDetail-scheme-nav .b-carousel-item:hover .b-carousel-item-img{
		box-shadow: none;
	}
	.b-facingDetail-scheme .b-carousel-prev,
	.b-facingDetail-scheme .b-carousel-next{
		top: calc(50% + 10px);
	}
	.b-headerDealers-overview,
	.b-headerDealers-wrapper{
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.page-header-dealers,
	.page-header-contacts{
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	.page-header-contacts::before{
		content: none;
	}
	.page-header-line .b-headerDealers{
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.b-headerDealers-wrapper{
		background: none;
	}
	.architects_carusel .SlickEl .txt{
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
		padding: 10px;
	}
	.faq dd .lBlock,
	.faq dd .rBlock{
		width: 100%;
		float: none;
	}
	.b-project-stages .item h2 span{
		width: auto;
	}
	.files .item.checkbox,
	.two_columns .column{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.files .item.checkbox{
		padding: 15px;
	}
	.itemList ul li{
		width: 100%;
		height: auto;
	}
	.itemList ul li .bg_album,
	.itemList ul li .item{
		width: auto;
		height: auto;
		padding: 10px;
	}
	.b-objectsDetail-img-place,
	.b-objectsDetail-props,
	.b-objectsDetail-photos{
		width: 100%;
		float: none;
		margin: 0;
	}
	.b-objectsDetail-img-place{
		margin-bottom: 30px;
	}
	.b-objectsIndex-section-item{
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.b-architect-dealer-overview,
	.b-architect-dealer-content,
	.b-manager-select .photo,
	.b-manager-select .txt{
		width: 100%;
		float: none;
	}
	.b-architect-dealer-content{
		margin-top: 30px;
	}
	.b-abstracts-item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.page-main-part{
		padding-bottom: 0;
	}
	.page-footer-menu,
	.page-footer-news{
		width: 100%;
		float: none;
	}
	.b-footerMenu-wrapper{
		margin: 0;
		display: inline-block;
		width: 100%;
	}
	.page-footer-menu-addition,
	.hide_mob{
		display: none;
	}
	.b-footerMenu-item.type_products,
	.b-footerMenu-item.type_company{
		margin-left: 0;
	}
	.page-header-line{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.page-header-logo,
	.page-header-specialistMenu,
	.page-header-auth{
		width: 100%;
	}
	.page-header-logo{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.b-logo.type_kraspan-header_ru{
		margin: 0 auto;
	}
	.b-specialistMenu-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.b-specialistMenu-item{
		display: block;
		margin: 0 10px;
	}
	.page-header-auth{
		margin: 0;
		text-align: center;
	}
	.page-header{
		margin-bottom: 0;
	}
	.page-main{
		padding-top: 0;
	}
	.b-headerDealers-item-phone + .b-headerDealers-item-phone,
	.b-headerDealers-item-status{
		display: none;
	}
	.page-footer-addition-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
	}
	.page-footer-addition-wrapper>div{
		width: auto;
		display: block;
	}
	.page-footer-dev{
		padding-left: 10px;
	}
	.page-footer-copy{
		padding-right: 10px;
	}
	.b-footerNews{
		padding-bottom: 15px;
	}
	.b-specialistMenu_page{
		padding-left: 10px;
		padding-right: 10px;
	}
	.b-specialistMenu_page-item-content,
	.b-specialistMenu_page-item-content ul{
		margin-bottom: 0;
	}
	.b-specialistMenu_page-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.b-specialistMenu_page-item{
		width: 50%;
		margin: 0;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.b-specialistMenu_page-item-head{
		margin-bottom: 10px;
	}
	.b-facingIndex-item,
	.b-facingMain-item{
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.b-sliderIndex-nav-item-number{
		display: none;
	}
	.b-sliderIndex-nav-item,
	.b-sliderIndex-nav-wrapper{
		height: auto;
		margin: 0;
	}
	.b-sectionMenu-title,
	.b-sectionMenu-layout{
		display: block;
		width: 100%;
	}
	.b-mainMenu-subMenu-wrapper .b-mainMenu-subMenu_products-item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.b-mainMenu-subMenu_products-item-img-placeholder{
		margin: 0;
	}
	.b-mainMenu-subMenu-wrapper .b-mainMenu-subMenu_products-item-title{
		display: block;
	}
	.b-framesIndex-item{
		width: 100%;
		margin: 0 0 15px 0px;
	}
	.b-servicesIndex-item{
		width: 100%;
	}
	.eventsList1 .item .Img,
	.eventsList1 .item .txt{
		width: 100%;
		float: none;
	}
	.eventsList1 .item .txt{
		padding-left: 0;
		padding-top: 15px;
	}
	.b-switch.pull_center .b-switch-item{
		width: 100%;
		display: block;
		float: none;
		text-align: center !important;
		padding: 5px;
	}
	.vacancyBlock2 .column{
		width: 100%;
	}
	.vacancyList dd .lBlock,
	.vacancyList dd .rBlock{
		width: 100%;
		float: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-main>ul[style="padding-left: 240px;"]{
		padding-left: 10px !important;
	}
	.page-main p>img{
		float: none !important;
		padding: 5px;
	}
	table td img{
		max-width: none;
	}
	table th,
	table td{
		padding: 5px;
	}
	.b-facingDetail-params table td{
		font-size: 14px;
	}
	
	.page-main .textarea,
	.page-main .textarea textarea{
		width: 100%;
	}
	.page-main > :not(.b-specialistMenu_index, #sliderIndex){
		padding: 50px 0 0;
	}
}
@media (max-width: 600px){
	/*.b-facingDetail-scheme-nav .b-carousel-item{
		width: calc(25% - 10px);
	}*/
	.button1{
		background-size: auto 100%;
		line-height: 1.7;
		padding: 15px;
		height: auto;
	}
	.activitiesBlock2 .block{
		padding: 10px;
	}
	.b-objectFilter-field-column{
		width: 100%;
		float: none;
	}
	.b-objectsIndex-section-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.b-manager-select{
		margin-left: 14px !important;
	}
	.b-exthibitionsLast-item,
	.b-exthibitionsLast-wrapper{
		width: 100%;
		margin: 0;
		float: none;
	}
	.b-sliderGroup-scene,
	.b-sliderGroup-item{
		height: auto;
	}
	.b-sliderGroup-item-content{
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		display: inline-block;
		width: 100%;
	}
	.b-sliderGroup-wrapper{
		height: auto !important;
	}
	.js .b-sliderGroup-item-push{
		display: none;
	}
	.materialsBlock .rBlock.materials .item{
		width: 50%;
	}
	.b-facingIndex-item,
	.b-facingMain-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.b-citySelect-toggle{
		font-size: 0;
	}
	.b-citySelect-toggle .b-citySelect-toggle-wrapper{
		font-size: 13px;
	}
	.b-citySelect-toggle::after{
		margin-top: -5px;
		margin-left: 5px;
	}
	.b-specialistMenu_page-item{
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.b-footerMenu-item.type_products,
	.b-footerMenu-item.type_services,
	.b-footerMenu-item.type_faq,
	.b-footerMenu-item.type_polls,
	.b-footerMenu-item.type_contacts{
		width: 100%;
	}
	.b-footerMenu-item.type_company .b-footerMenu-subMenu-column{
		width: 100%;
	}
	.page-footer-news{
		margin-top: 30px;
	}
	.page-footer-addition-wrapper>div{
		width: 50%;
	}
	.b-footerBanners-item-img-place{
		height: auto;
	}

	.b-switch-item{
		white-space: normal;
	}

	.b-successStories-item_full .b-timeCarousel-shadow.position_right,
	.page-main-part.fill_true .b-timeCarousel-shadow.position_right,
	.b-successStories-item_full .b-timeCarousel-shadow,
	.page-main-part.fill_true .b-timeCarousel-shadow{
		background: transparent !important;
	}
	.grayBlock .b-timeCarousel-shadow.position_right,
	.grayBlock .b-timeCarousel-shadow.position_left{
		width: 30px;
	}
	.newsList1 .item{
		display: block;
	}
	.newsList1 .item .Img,
	.newsList1 .item .txt{
		width: 100%;
	}
	.newsList1 .item .Img{
		text-align: center;
	}
	.newsList1 .item .txt{
		padding-left: 0;
		margin-top: 15px;
	}
}
@media (max-width: 500px){


    .has-swipeTape .swipeTape {
        display: inline-flex;
    }

	/*.b-facingDetail-scheme-nav .b-carousel-item{
		width: calc(33.3333% - 10px);
	}*/
	.b-solutionsMain-item-wrapper{
		padding: 0;
	}
	.b-solutionsMain-item-wrapper .b-solutionsMain-item-content{
		position: static;
		display: block;
	}
	.page-main .label{
		max-width: calc(100% - 40px);
	}
	.b-objectsIndex-section-item{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.b-facingIndex-item,
	.b-facingMain-item{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.b-footerMenu-item.type_products .b-footerMenu-subMenu-item{
		width: 100%;
	}
	.page-footer-addition-wrapper>div{
		width: 100%;
		margin: 0;
		padding: 5px 0px;
	}
	.page-header-dealers,
	.page-header-contacts{
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	.page-header-contacts::before{
		content: none;
	}
	.b-headerDealers-overview,
	.b-headerDealers-wrapper{
		width: auto;
		padding: 5px;
		margin: 0;
	}

	.b-headerDealers-wrapper {
		display: flex;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		white-space: nowrap;
	}

	.b-citySelect-toggle{
		margin: 0 auto;
	}
	.b-nav-item{
		width: 100%;
	}
	.b-subsystems-nav-item{
		margin: 10px 0;
		width: 100%;
	}
	.page-footer-pageActions{
		text-align: center;
	}
	.materialsBlock .rBlock.materials .item{
		width: 100%;
	}
	.b-footerMenu-subMenu-item,
	.b-footerMenu-level3-item,
	.b-footerMenu-item.type_products .b-footerMenu-subMenu,
	.b-footerMenu-item.type_products .b-footerMenu-subMenu-item{
		margin: 0;
	}
	.b-timeCarousel-nav,
	.b-timeCarousel-nav-events,
	.b-techAdvance-nav{
		justify-content: start;
	}
	
	.b-timeCarousel-nav-events{
		display: none;
	}
}

body div.title-search-result{
	top: 180px !important;
}
@media (max-width: 100px){
	body div.title-search-result{
		top: 180px !important;
	}
}

@media (max-width: 620px){
	body div.title-search-result{
		top: 250px !important;
	}
}
@media (max-width: 546px){
	body div.title-search-result{
		top: 283px !important;
	}
}

@media (max-width: 429px){
	body div.title-search-result{
		top: 307px !important;
	}
	.b-mainMenu-subMenu-item-link {
		font-size: 13px;
	}
	.page-header-line.contain_nav .page-header-menu{
		min-width: 360px;
	}
}

@media (max-width: 357px){
	body div.title-search-result{
		top: 340px !important;
	}
}
@media (max-width: 1024px){
	.contactsBlock1 dd.map .arrow{
		display: none;
	}
	.contactsBlock1 dd.map {
		position: absolute;
		width: calc(100% - 20px);
		min-width: auto;
		height: 385px;
		z-index: 2;
		top: 0;
		left: 10px;
	}
	.b-form-feedback_contact {
		position: absolute;
		top: 800px;
		left: 10px;
		width: calc(100% - 20px);
		z-index: 20;
		padding: 0 0 20px 0;
	}
	.b-form-feedback_contact.hidden{
		opacity: 0;
		visibility: hidden;
	}
	.b-form-feedback_contact .arrow{
		display: none;
	}
	.b-timeCarousel-item-img-place {
		max-height: 135px;
	}
	.architects_carusel .SlickEl .txt .h1{
		font-size: 22px;
	}
	.architects_carusel .SlickEl .txt .h2 {
		 margin-top: 1em;
		 font-size: 16px;
	 }
}
@media (max-width: 800px){
	body div.title-search-result{
		top: 226px !important;
	}
	.b-timeCarousel-nav{
		display: none;
	}
	#fancybox-left,
	#fancybox-right{
		top: calc(50% + 14px);
		background-size: 60px 59px;
		width: 30px;
		height: 29px;
	}
	.architects_carusel .SlickEl .txt .h1 {
		font-size: 20px;
	}
	.architects_carusel .SlickEl .txt .h2 {
		margin-top: 1em;
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	.page-header-line {
		margin-bottom: 25px;
	}
	.b-mainMenu-subMenu-item.type_products{
		margin: 0 10px 0 0;
	}
	.b-mainMenu-item.open_sub_menu .b-mainMenu-subMenu {
		padding: 1.5em 1em 1em;
	}
	.architects_carusel .SlickEl .txt .h1 {
		font-size: 14px;
	}
	.architects_carusel .SlickEl .txt .h2 {
		margin-top: 1em;
		font-size: 10px;
	}
}