@charset "UTF-8";
@media screen and (max-width: 600px) {
	html, body{
		overflow-x: hidden;
		overflow-y: scroll;
  		width: 100%;
	}
	#header, #fake-header{
		display: none;
	}
	.covid{
		position: fixed;
		top: 0;
	}
	.global-wrapper{
		width: 100%;
		min-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float: left;
	}
	#home-blocks, .home-block, .home-block-img_wrapper, .wrapper{
		width: 100% !important;
		margin-top: 15px;
	}
	.wrapper{
		float:left;
	}
	.home-block-text_wrapper{
		padding: 0px;
		border: 0;
		margin-bottom: 30px;
	}
	.home-block-2 a, .home-block-3 a{
		margin-left: 0 !important;
	}
	h1{
		font-size: 21px !important;
		text-align: left;
	}
	.home-block{
		display:none;
	}
	.home-block-mobile{
		display: block;
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	#content #blocks4-wrap .block4{
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
		margin-bottom: 10px;
	}
	.block4-3{
		width: -webkit-calc(100% - 120px) !important;
		width: calc(100% - 120px) !important;
	}
	.block4-4{
		margin-bottom: -10px !important;
	}
	.hr-grey{
		width: 100%;
		min-width: 100%;
		display: none;
	}
	.hr-grey-mobile{
		border-top: 1px solid #ccc;
		margin: 10px 0;
		float: left;
		width: 100%;
		display: block;
	}
	.hr{
		width: 100% !important;
		float: left;
		margin: 20px 0;
		border-bottom: 1px solid #e8e6e2;
		margin-top: 15px;
	}
		.se_filter_box {
	    width: calc(50% - 10px);
	    float: left;
	    height: 60px;
	}
	.se_filter_box select {
	    width: 100%;
	    max-width: unset;
			height: 30px;
	}
	.show_filter_results {
	    padding: 8px 0px;
	    width: calc(50% - 10px);
	    text-align: center;
	}
	.se_filter_box:nth-child(2n) {
	    margin-left: 20px;
	}
	.block_one_style{
		width: 100% !important;
		height: 82px;
		padding: 69px 20px 0 0;
		margin-top: 5px;
		overflow: hidden;
		float: left;
		border: 1px solid #eee;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-weight: 400;
		letter-spacing:0;
		font-size: 19px;
		line-height: 18px;
		text-align: right;
		-moz-transition:all 0.4s ease-in-out;
		-o-transition:all 0.4s ease-in-out;
		-webkit-transition:all 0.4s ease-in-out;
		position: relative;
		color: #242424;
	}
	.block_one_style:hover{
		border:1px solid #ff9c53;
		color: #ff9c53;
	}
	.block_img{
		left: -64px !important;
		height: 239px;
		position: absolute;
		top: -13px;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		border: none;
	}
	#catalog-wrap{
		margin-left: 0 !important;
		float:left;
		margin-top: 10px;
		height: auto !important;
		width: 100%;

	}
	#catalog-wrap h2{
		font-size: 21px !important;
		margin-top: -28px;
	}
	#catalog-wrap a{
		padding: 0;
	}
	.catalog__item{
		width: 100% !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		border:1px solid #f2f2f2;
		margin: 0 3px 0 0 !important;
	}

	.content-left-part, .content-right-part{
		width: 100%;
		text-align: justify;
		font-size: 14px;
	}
	.content-right-part{
		margin-top: 20px;
	}
	#wrap_social{
		display: none;
	}
	#wrap_social-mobile{
		display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	}
	#bottom_social a{
		margin-bottom: 5px;
	}
	.owl-item img{
		width: 100% !important;
		height: auto !important;
	}
	.owl-strelka-right{
		top: 50px;
		right: 0px;
	}
	.owl-strelka-left{
		top: 50px;
		left: 0px;
	}
	.under_owl_miniimgs_wrap{
		width: 100%;
	}
	#product-img{
		width: 100%;
	}
	#product-price-wrap{
		margin: 20px 0 0 0;
		width: 100%;
	}

	.catalog__item:hover #product-price{
        opacity: 1;
	}
	#btn_new a, .btn_new_v2 a{
		width: 100% !important;
	}
	.textov{
		width: 100% !important;
	}
	.textov p:first-child{
		text-align: left !important;
	}
	.no-visible{
		display: none;
	}
	.incategory{
		margin: 25px 0 25px 0 !important;
		width: 100% !important;
	}
	.video, .video iframe, .video img{
		width: 100%;
		height: auto !important;
	}
	.promo_banner > img{
		width: 100% !important;
		height: auto !important
	}
	.promo_text{
		width: 100%;
		padding: 10px 0;
	}
	.promo_text h2{
		margin-bottom: 15px !important;
	}
	.promo_text img{
		margin-left: 10px !important;
		margin-right: 0 !important;
		padding-right: 10px;
	}
	.promo_text .btn_new{
		margin: 20px 0 0 0px !important;
		display: flex;
		justify-content: center;
	}
	.desc_stol_info2 .btn_new a{
		width: 100% !important;
	}
	.promo_banner h2{
		font-size: 18px !important;
	}
	.cat_desc {
		padding-top: 15px;
	}
	.cat_desc p{
		display: none;
	}
	.cat_desc h1, .cat_desc h2{
		margin-left: 0 !important;
	}
	#footer{
		display: none;
	}
	.subcat{
		width: 100%;
	}
	.mobile_header {
		display: flex;
		width: 100%;
		height: 50px;
		background: #fff;
		box-shadow: 0 0 50px rgba(0,0,0,0.2);
		position: fixed;
		top: 0px;
		z-index: 9999;
		border-bottom: 3px solid #ff9c53;
		left: 0;
	}
	.mobile_right_h{
		display: flex;
		justify-content: space-between;
		padding: 14px 0;
		float: none;
		width: 140px;
		border-right: 0 !important;
		padding-right: 13px;
	}
	.mobile_right_h a{
		height: 24px;
	}
	.mobile_right_h a:nth-child(1){
		padding-right: 16px;
		border-right: 1px solid #E0E0E0;
	}
	.mobile_right_h a:nth-child(2){
		padding: 0 15px;
		border-right: 1px solid #E0E0E0;
	}
	.mobile_right_h a:nth-child(3){
		padding-left: 19px;
	}
	.mobile_middle_h{
		position: relative;
		width: calc(100% - 195px);
		width: -webkit-calc(100% - 195px);
		padding: 3px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.mobile_middle_h img{
		width: 35%;
	}
	.mobile_left_h{
		padding: 16px 20px;
		height: 16.5px;
	}
	.or_left img{
		width: 21% !important;
		margin: 3px;
	}
	.or_n_left, .or_n_right{
		width: 100%;
		border-right: 0;
	}
	.or_inp{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-left: 0 !important;
		width: 100% !important;
		margin-top: 0 !important;
	}
	.or_left{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.or_price, .or_right{
		width: 100%;
		margin-bottom: 20px;
	}
	div.or_form_text{
		width: 21% !important;
		margin: 3px;
		border: 3px solid #fff;
		line-height: 10px;
	}
	table{
		width: 100% !important;
	}
	table img, table object{
		width: 100% !important;
		display: none;
	}
	table td{
		max-width: 100% !important;
		width: auto !important;
		padding: 0 !important;
	}
	.left-b, .right-b, .bl_c{
		width: 100% !important;
	}
	.callme-btn{
		width: 100%;
		margin-top:15px !important;
	}
	.wp-image-1199{
		height: auto !important;
	}
	.otz img{
		display: block !important;
	}
	.otz td{
		width: 33.3% !important;
	}
	.citieses{
		width: 100% !important;
		margin-top: 20px;
	}
	.citieses2{
		width: 100% !important;
	}
	.citieses2 iframe{
		width: 100% !important;
		height: auto !important;
	}
	.about-left1, .about-left2, .about-right2{
		width: 100% !important;
	}
	.sert2 img{
		display: block;
		width: 100% !important;
	}
	.sert2 td{
		width: 50% !important;
	}
	.sert2 {
		width: 100% !important;
	}
	.search_inp{
		right: 0;
		width: 100%;
		position: relative;
		padding: 10px 20px 10px 50px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		top: 0;
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}
	.mobile_acc{
		display: block;
	width: 100% !important;
	height: auto;
	margin-bottom: 10px;
	}
	.owl-item img{
		width: 100% !important;
		height: auto !important;
	}
	.owl-strelka-right{
		display: none;
	}
	.owl-strelka-left{
		display: none;
	}
	.owl-item .good_index{
		width: 100%;
	}
	.owl-carousel-2{
		float: left;
	}
	.mob_center{
		position: relative;
		margin: 20px auto 0;
		width: 210px;
	}
	#product-price-wrap p.product-5-garantiya{
	    display: flex;
        width: 100%;
        left: 10px;
        position: relative;
	}
	.garantia-5-year{
		width: 60% !important;
        margin: auto;
	}
	.product-5-garantiya{
		margin: 16px -15px 13px -15px !important;
	}
	#catalog-wrap .catalog__item, #catalog-wrap > a {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#catalog-wrap .catalog__item2, #catalog-wrap > a {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#catalog-wrap .catalog__item, #catalog-wrap > a {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#catalog-wrap .catalog__item2, #catalog-wrap > a {
		width: 49%;
		height: 333px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#catalog-wrap .catalog__item2 .catalog__item-description{
		font-size: 14px;
		margin-top: -30px;
	}
	#catalog-wrap .catalog__item2 .callme-btn{
		left: 0 !important;
		right: 0 !important;
		bottom: 6px !important;
		margin: auto !important;
	}
	.catalog__item2 {
		border:1px solid #f2f2f2;
		margin: 0 !important;
	}
	.catalog__item2:hover{
		border:1px solid #d97c2a;
		box-shadow: none !important;
	}
	.besplatnyj-zamer{
		width: 100%;
		padding: 14px 48px;
	}
	.btn_new_photo{
		margin:  auto !important;
		width: 201px;
	}
	.textov strong{
		text-align: left !important;
	}
	.goods_rec{
		float: left;
		height: auto !important;
		border-top: 1px solid #ccc;
	}
	.stockand{
		margin-bottom: 30px !important;
		margin-top:30px !important;
		border-top: 1px solid #ccc;
		padding-top: 20px !important;
	}
	#wrap_socil_text{
		text-align: center;
		color:#575757;
		font-size: 21px;
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
	}
	.supername h2{
		font-size: 14px !important;
	}
	.supername{
		margin: 10px 0;
	}
	#content{
		margin:0 auto 20px auto !important;
		text-align: left !important;
		float: left;
		width: 100%;
	}
	#catalog-wrap .all_model h2{
		font-size: 16px !important;
		margin-bottom: 20px;
		text-align: center;
		float: none !important;
	}
	#bottom-nav ul{
		margin: 0;
		left: 0;
	}
	.bottom-nav-mobile{
		float: left;
		width: 48% !important;
		padding: 0 3px;
	}
	#art{
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 5px;
	}
	#breadcrumbs{
		margin-top: 15px !important;
	}
	.bread_crumbs_catalog {
		margin: 0  !important;
	}
	.info_page{
		margin-top: 45px;
	}
	.very_desc{
		display: none;
	}
	.content-right-part p{
		text-align: left !important;
	}
	#content p{
		text-align: left;
	}
	.or_right{
		text-align: left !important;
	}
	.desc_stol{
		width: 100% !important;
		float: left !important;
		display: block;
	}
	.complect_good{
		width: 50%;
		height: 245px;
		border:1px solid #f2f2f2;
	}
	.name_complect{
		text-transform: none;
		padding: 0;
		text-align: center;
		border-left: none;
		font-size: 30px;
		font-weight: bold;
		display: none;
	}
	.desc_stol_hr{
		border-top: 1px solid #ccc;
	}
	.desc_stol_info{
		display: none;
	}
	#ceny-content, .portfolio, .portfolio-1, .portfolio-2{
		width: 100% !important;
		float: left;
	}
	.portfolio-1 img{
		width: 46%;
		height: 46%;
		float: left;
		padding-right:  10px;

	}
	.portfolio-1 a{
		width: 50% !important;
		float: left;
	}
	.complect_name{
		font-size: 14px;
		color:#575757;
		height: 39px;
		overflow: hidden;
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 5px;
	}
	.complect_good .complect_no_price{
		font-size: 14px;
	}
	.complect_good .callme-btn {
    left: 0 !important;
    right: 0 !important;
    bottom: -15px !important;
    margin: auto !important;
	}

	.complect_good .callme-btn {
    display: none;
    position: relative !important;
	}
	.complect_good:hover .callme-btn{
		display: block;
	}
	.complect_good_no_p{
		height: 180px;
	}
	.complect_good .callme-btn{
		padding: 5px !important;
		width: 112px !important;
		border-bottom: 3px solid #ff6629 !important;
	}
	.complect_good:hover {
		box-shadow: none;
		border: 1px solid #d97c2a;
	}
	.desc_stol_info2 .btn_new a{
		text-transform: uppercase;
		padding: 14px;
		font-weight: bold;
	}
	.promo_text .btn_new a{
		padding: 10px;
	}
	.promo_banner{
		position: relative;
	}
	.promo_banner .btn_new{
		position: absolute;
		margin: 0;
		bottom: -4px;
	}
	.zamer_v1{
		height: 150px;
		margin-top:10px;
	}
	.zamer_v1 p{
		display: none;
	}
	.zamer_v1 h2{
		font-size: 25px;
		padding: 0;
	}
	.button_project{
		width: 70%;
		padding: 10px 5px;
		margin-top:7px;
		font-size: 18px;
	}
	#upbutton{
		right: 0px;
		top: 65px;
		margin: 0;
		left: auto;
	}
	#upbutton img{
		width: 55px !important;
		height: 55px !important;
	}
	.catalog_zamer_v1{
		background: url("/media-temp/img/banners/index_zamer_v1.jpg");
		margin:10px 0;
	}
	.catalog_zamer_v1 img{
		display: none;
	}
	.catalog_zamer_v1_bg{
		font-size: 25px;
		padding: 0;
		line-height: 18px;
	}
	.catalog_zamer_v1_bg div p:nth-child(1){
		margin: 0 !important;
		line-height: 45px;
		text-align: center !important;
		margin-bottom: 0;
	}
	.help_catalog_zamer_v1_bg{
		width: 100% !important;
	}
	.catalog_zamer_v1_bg div p:nth-child(2){
		display: none;
	}
	.catalog_zamer_v1_bg .button_project{
		float: left;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.help_button_project{
		width: 100%;
		float: left;
		position: relative;
		margin-top:5px;
	}
	.category_zamer_v1{
		display: none;
	}
	.category_zamer_v1-mobile{
		display: block;
		text-align: center;
		text-transform:none;
		width: 100%;
		float: left;
		padding: 13px 0;
		font-size: 20px;
	}
	.category_zamer_v1-mobile span{
		text-transform: uppercase;
	}
	.si-modal-zamer_v1, .si-modal-zamer, .si-modal-kredit, .si-fast-zakaz, .si-online-oplata, .si-modal-quiz{
		width: 100%;
		height: 100%;
		overflow: scroll;
		left: 0 !important;
		right: 0 !important;
		margin:0 !important;
		top:0 !important;
		bottom: 0 !important;
		position: fixed;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.order_button_zamer_v1{
		padding: 14px 38px;
	}
	.si-modal-zvonok{
		overflow: scroll;
		left: 0 !important;
		right: 0 !important;
		margin:0 !important;
		top:0 !important;
		bottom: 0 !important;
		position: fixed;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;
	}
	.category_zamer_v1-mobile div{
		width: 88%;
		margin: auto;
	}
	.category_zamer_v1-mobile div img{
		width: 15%;
		float: left;
	}
	.category_zamer_v1-mobile div div{
		width: 85%;
		float: left;
	}
	.vid_text, .category_namber{
		width: 100%;
	}
	.input_vid, .vid_call{
		margin-right: 5px;
		width: 48% !important;
	}
	.vid_call{
		float: right !important;
	}
	#product-img #gallery-1{
		width: 100%;
	}
	.I_have_q{
		display: none;
	}
	.kredit_block_left{
    	width: 100%;
	}
	.kredit_block_right{
	    width: 100%;
	}
	.kredit_block_left .kredit_form{
		width: 100%;
	}

	.catalog__item:hover #art{
		border-bottom: 1px solid #fff;
	}
	.views_goods_bottom{
		display: none !important;
	}
	.views_goods_bottom .views_goods_fastbuy, .views_goods_bottom .views_goods_rashit{
		padding: 8px 7px 8px 7px !important;
	}
	.views_goods_bottom i{
		margin-right: 1px !important;
	}
	.home-slide h2{
		margin: 45px 0 5px -50px !important;
		font-size: 20px !important;
		font-family: arial !important;
	}
	.home-slide h3{
		font-size: 12px !important;
		margin-left: -50px !important;
	}
	.slider_p_mobile{
		display: none !important;
	}
	.block5-1{
		width: 50%;
		height: 200px;
	}
	#home-slider{
		height: auto !important;
		margin-bottom: 100px !important;
		width: 100% !important;
		float: left !important;
	}
	.home-slide p{
		margin-left: -50px !important;
		margin-top: 5px !important;

	}
	.home-slide p a{
		font-size: 18px !important;
	}
	#slider-circles{
		display: none;
	}
	#content #blocks4-wrap{
		margin: 0;
	}
	.home-slider-category{
		display: none;
	}
	.zamer_v1_mobilecat{
		display: none;
	}
	#content h1{
		text-align: left !important;
	}
	.se_filter_box select{
		margin-bottom: 5px;
		margin-right: 5px;
		border: 1px solid #e8e6e2;
		border-radius: 3px;
		color: #39342e;
		font-size: 12px;
		letter-spacing: 0.1px;
		text-decoration: none;
		padding: 5px 1px;
	}
	.ssc{
		border:none;
	}
	.ssc {
    border: none;
    width: calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
		width: -o-calc(100% + 20px);
    overflow-x: scroll;
    float: left;
	  background: #eee;
		padding: 0;
		margin-left: -10px;
	}
	.ssc a{
		text-decoration: none;
	}
	.ssc > div{
		float: left;
		width: auto;
		padding: 20px 10px;
	}
	.ssc .hr{
		display: none;
	}
	.subcat{
		display: inline;
		float: none;
		border: none;
		background: #fff;
	}
	.tb_text{
		float: none;
		display: inline;
		padding: 10px;
		white-space: nowrap;
	}
	.subcat img{
		display: none;
	}
	.video{
		margin-left: 0;
	}
	.siteshtml{
		display: none;
	}
	.viewstpl{
		width: 100%;
		float: left;
	}
	.viewstpl h2{
		padding: 0 10px;
	}
	.viewstpl .hr-grey-mobile{
		width: 95%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.viewstpl .owl-carousel-2 {
    	margin-bottom: 0;
	}
	.whynot, .whynot .name_complect, .whynot .desc_stol_info{
		display: block !important;
	}
	.whynot .name_complect{
		font-size: 28px;
	}
	.whynot .desc_stol_info{
		font-size: 16px;
	}
	.tesoroVano{
		display: block !important;
	}
	.buy_kredit, .buy_kredit_text{
		width: 100% !important;
	}
	.promo_text p{
		position: relative;
		min-height: 45px;
	}
	.promo_text p img{
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 80px;
		margin: auto !important;
		width: 40px;
	}
	.promo_text p span{
		position: absolute;
		left: 40px;
		right: 0;
		top:0;
		bottom: 0;
		margin:auto;
		width: 80px
	}
	.sortcategory{
		width: 100%;
		float: left;
	}
	.rash_fix_mobile_text{
		margin-top: 30px !important;
	}

	.mobile_contacts{
		display: block;
		width: 100%;
		float: left;
		margin: 65px 0 0 0;
	}
	.mobile_contacts .adress_header_phone{
		float: none;
		text-align: center;
		margin: 0;
	}
	.mobile_contacts .adress_header_phone span{
		font-size: 14px;
	}
	.mobile_contacts .adress_header_phone div{
		font-size: 25px;
	}
	.mobile_contacts .adress_header_phone div span{
		font-size: 25px;
		font-weight: 600;
	}
	.mobile_contacts .adress_header_phone div a{
		font-size: 25px;
		float: none;
	}
	.mobile_contacts .adress_header_phone div a:hover{
		color:#ff9c53;
	}
	.wrapper{
		margin-top: 0 !important;
	}
	.video_mibilee iframe{
		width: 100% !important;
		height: auto;
	}
	.video_mibilee div{
		width: 100% !important;
	}
	.home-blocks-wrap-footer_display{
	  display: none;
	}
	.mobile_contacts .hr{
	  margin: 10px 0;
	}
	#home-slider{
	  margin-top:0 !important;
	  margin-bottom: 0 !important;
		min-height: 112px;
	}
	.home-block-mobile{
		margin-top: 0;
	}
	.home-block-mobile .hr{
		margin: 10px 0;
	}
	.home-block-mobile .block_one_style_mobile{
		margin-top:0;
	}
	.button_center{
		 width: 100%;
		 position: relative;
		 float: left;
		 min-height: 45px;
	}
	 .button_center div{
		 position: absolute;
		 left: 12px;
		 right: 0;
		 margin: auto;
		 width: 250px;
	 }
	 .online_pay_html, .pay-right{
		 display: none;
	 }
	 .pay-left{
		 width: 100%;
	 }
   #btn_new {
    margin-top: 15px;
   }
	 #btn_new .callme-btn, .buy_kredit_text, .btn_new_how a{
	 	margin-top: 8px !important;
	 }
	 .buy_kredit{
	 	margin-top: 0 !important;
	 }
	 .windows_version{
		 display: none;
	 }
	 .mobile_version{
		 display: block;
	 }
	 .fast_modal_quiz {
		 padding: 20px !important;
		 width: 100%;
		 height: 100%;
		 overflow-y: scroll !important;
		 height: auto !important;
		}
		.logo_quiz {
    	display: none;
		}
		.text_quiz {
		    display: none;
		}
		.line_quiz {
		    margin-top: 0 !important;
				padding: 0 20px;
		}
		.line_quiz span {
		    font-size: 23px;
		}
		.si-modal-quiz{
			width: 100% !important;
			padding: 0 !important;
		}
		.line_quiz .line{
			width: calc(100% + 25px);
		}
		.center_quiz span {
	    font-size: 24px;
	    margin: 15px 0;
		}
		.squrd_quiz{
			width: 90px;
			height: 90px;
			margin-bottom: 15px;
		}
		.fast_modal_quiz{
	padding: 20px !important;
	width: 100%;
	height: 100%;
	overflow-y: hidden !important;
	height: auto;
}
.quiz_bg{
	width: 210%;
	height: auto;
}
.no-vis{
	opacity: 0;
}
.block_left_q .inp_o, .button_quiz_send{
	width: 100%;
}
.center_quiz{
	float: left;
	margin-bottom: 5px;
}
.center_quiz .squrd_quiz:nth-child(3), .center_quiz .squrd_quiz:nth-child(5){
	margin-right: 0;
}
.line_quiz{
	margin-top: 0 !important;
}
.block_left_q a{
	width: 100%;
}
.banner_quiz{
	width: 100%;
	padding: 20px;
}
.banner_quiz span{
	font-size: 27px;
}
.banner_quiz span p{
	font-size: 16px;
	margin: 25px 0 0 0;
}
.banner_quiz div{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-top: 30px;
}
.banner_quiz div img{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 25%;
	margin-left: 0;
}
.logo_quiz{
	display: none;
}
.center_quiz span{
	font-size: 24px;
	margin: 15px 0;
}
.line_quiz span{
	font-size: 23px;
}
.button_quiz {
    width: 100%;
    margin: 50px 0 70px 0;
		position: relative;
}
.button_quiz span {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    background-color:
    #ff9c53;
    border-radius: 5px;
}
.logo_quiz{
	float: left;
	width: 50%;
}
.text_quiz{
	display: none;
}
.line_quiz{
	margin-top: 20px;
}
.squrd_quiz span{
	font-size: 12px;
	margin:auto;
}
.block_right_q{
	display: none;
}
.block_left_q{
	width: 100%;
	padding-right: 0;
	margin-top: 40px;

}
.in_price_or div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.back_quiz{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	bottom: auto;
	float: left;
	left: auto;
	margin-bottom: 50px;
	position: relative;
}
.no_snandart_squrd_s {
    top: 15px !important;
}
.no_snandart_squrd_p {
    bottom: auto !important;
    top: 30px !important;
}
.back_quiz span{
	font-size: 14px;
}
		.podbor_kuhni{
			font-weight: 600;
		}
		.mobile_img{
			display: block;
			width: 50% !important;
			margin: auto;
		}

.height_c{
	height: auto;
overflow-x: scroll;
overflow-x: scroll;
width: calc(100% + 40px);
width: -webkit-calc(100% + 40px);
width: -o-calc(100% + 40px);
margin-left: -20px;
background:
#f0f0f0;
padding: 0 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 15px 0 2px 15px;
}
.height_c > div{
	width: auto;
float: left;
height: auto;
}
.perelin{
	float: none;
	width: auto;
}
.perelin .box_link{
	display: inline !important;
white-space: nowrap;
float: none;
font-size: 12px;
}
.perelin a{
	float: none;
	text-decoration: none;
}
.projecct{
	margin-top: 0;
}
.projecct .quiz_flex{
	justify-content: space-between;
}
.projecct .squrd_quiz{
	margin-left: 0;
}
.projecct .back_quiz{
	left: auto;
}
.no-vis {
    opacity: 0;
}
.menu_line{
	display: none !important;
}
.menu_line ~ .global-wrapper{
	margin-top: 43px;
}
#catalog-wrap .catalog__item2:hover .callme-btn{
	display: none;
}
.owl-carousel-catalog{
	margin-bottom: 10px;
}
.owl-carousel-catalog .b_title{
	font-weight: bold;
	font-size: 23px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	top: 17px;
	left: 28%;
	text-align: left;
}
.owl-carousel-catalog .b_desc{
	font-size: 12px;
	line-height: 17px;
	left: 28%;
	top: 70px;
}
.owl-carousel-catalog .b_desc a{
	font-size: 12px;
	line-height: 17px;
	width: auto;
	display: block;
	text-decoration: underline;
	border-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
}
.sh_filter{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	background: #ff9c53;
	width: 100%;
	color: #fff;
	padding: 15px 0;
	float: left;
	position: relative;
	text-align: center;
	border-radius: 3px;
}
.filter_block{
	display: none;
}
.supername h2{
	display: none;
}
.owl-carousel-catalog .b_title{
	width: calc(100% - 30%);
}
.fast_modal_quiz .fancybox-close-small{
	width: 25px;
	height: 25px;
}
.visers_no_slide .looked_block{
		width: calc(100% / 2 - 19px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.visers_no_slide .looked_block:nth-child(2n){
		margin-right: 0;
	}
	.all_model{
		margin-bottom: 40px;
	}
	.button_quiz{
		display: none;
	}
	.new_block_inst a{
		justify-content: center;
	}
	.bag_frame_goods{
		float: left;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.btn_new_how a{
		width: 100%;
	}
	.block5-text{
		height: 40px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.new_img_listing{
		width: 100% !important;
		height: auto !important;
	}
	.filter_reset{
		width: calc(50% - 10px);
		float: left;
		height: 60px;
		margin-left: 20px;
		margin-top: 7px;
		text-align: center;
	}
	.dowload_fasadi{
		height: 28px;
		padding: 6px 8px;
		left: 10px;
		bottom: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: rgba(254, 135, 47, 0.7);
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
		border-radius: 7px;
	}
	.dowload_fasadi_icon{
		padding: 2px;
		width: 16px;
		height: 16px;
		margin-right: 8px;
	}
	.dowload_fasadi_text{
		font-size: 9px;
		line-height: 12px;
	}
	.show_more_cats{
		display: none;
	}
	.perelin{
		display: flex;
	}

  /* BOTTOM-NAV */
  #bottom-nav ul li a {
    display: inline-block;
    padding: 5px 0;
  }
  #my-menu{
	width: 300px;
  }
  .home_slider_item h2{
	margin: 45px 0 5px -50px;
	font-size: 20px;
  }
  .home_slider_item h3 {
	font-size: 12px;
	margin-left: -50px;
  }
  .home_slider_item a {
	font-size: 18px;
	margin-left: -50px;
  }
  .home_slider_item p{
	margin: 0;
  }
  .sort{
	float: left;
	width: 100%;
  }
  .sort a{
	margin: 0 5px;
  }
  .catalog_slider_text{
	width: calc(100% - 30%);
	left: auto;
	right: 10px;
  }
  .catalog_slider_text .b_title{
	font-weight: bold;
	font-size: 23px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-align: left;
  }
  .catalog_slider_text .b_desc{
	font-size: 12px;
	line-height: 17px;
  }
  .catalog_slider_text .b_desc{
	display: grid;
	justify-items: baseline;
	width: 100%;
  }
  .catalog_slider_text a{
	margin: 0;
	margin-top: 10px;
  }
  .looked .looked_block{
	width: calc(100% / 2 - 19px);
  }
  .mm-wrapper__blocker{
	background: rgba(3,2,1,0.3);
  }
  #modal_quiz.fancybox__content .modal_quiz{
	padding: 20px !important;
	width: 100% !important;
	overflow-y: hidden !important;
	height: auto !important;
  }

  .tech-block{
	font-size: 24px;
  }

  .tech-block p{
	display: block !important;
  }
}
@media (min-width: 300px) and (max-width: 414px) {
	.center_quiz2 .squrd_quiz, .center_quiz3 .squrd_quiz{
		height: 84px !important;
	}
	.center_quiz5 .squrd_quiz{
		height: 195px !important;
	}
	.menu_line{
	display: none !important;
	}
}
@media (min-width: 414px) and (max-width: 750px) {
	.center_quiz2 .squrd_quiz, .center_quiz3 .squrd_quiz{
		height: 104px !important;
	}
	.center_quiz5 .squrd_quiz{
		height: 187px !important;
	}
	.menu_line{
		display: none !important;
	}
}
@media (max-width: 1279px) {
  .goods_grid {
    display: block;
  }

  .video-cover {
    max-width: 100%!important;
  }
  .play-btn {
    width: 80px;
    height: 80px;
  }

  .bread_crumbs_new {
    margin: 0 -10px;
    padding: 0 10px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bread_crumbs_new::-webkit-scrollbar {
    display: none;
  }
}
