@media all and (max-width: 1500px){
	.main_h2 {
	    position: relative;
	    left: 0px;
	    padding-right: 0px;
	    border-right: 0px;
	    border-left: 3px solid #EB8202;
	    padding-left: 13px;
	}
	.main_h2_text {
		padding-left: 25px;
	}
	
}
@media all and (max-width: 1300px){
    .wrapper {
        width: 100%;
    }
 	.header_slogan {
 		display: none;
 	}
	.m_1_bg {
		width: 57%;
	}
	.m_9_composition {
		right: 5%;
	}
	.products .category ul li a{
		padding: 9px 10px;
	}
	.header_phone{
		display: none;
	}
	.m_1_ul li{
		font-size: 13px;
	}
	.moskit-content-form{
		padding: 0 25px;
	}
	.main_but.main_but_orange a{
		width: auto;
		font-size: 0.8em;
	}
	.ourWorks .m_4_element{
		width: 30%;
		margin: 10px;
	}
	.ourWorks .bigImage{
		width: 100%;
		
	}
	.ourWorks .m_4_flex{
		margin-top: 0px;
	}
	.m_1_but {
		margin-right: 30px;
	}
	.m_1_but .form{
		padding: 20px;
	}
	.m_1_but .form .t11{
		line-height: 20px;
		margin-bottom: 15px;
	}
	.m_1_but .form .t13 .main_but_submit span{
		font-size: 10px;
	}
	.m_4_element{
		width: 25%;
	}
	.m_2_item{
		width: 20%;
		max-width: 20%;
	}
	.m_6_block .m_6_slick .slick-arrow.slick-next {
		top: -20px;
		right: 18px;
		left: auto;
	}
	.m_6_block .m_6_slick .slick-arrow.slick-prev {
		right: 40px;
		top: -20px;
		left: auto;
	}
	.m_6_block .m_6_slick .slick-arrow{
		width: 15px;
		height: 23px;
	}
}

@media all and (max-width:1024px) {
	.openForm + .wpcf7-response-output {
		position: static;
	}
	.m_1_but .form .t13 {
		display: block;
	}
	.m_1_but .form .t13 .wpcf7-form-control-wrap,
	.m_1_but .form .t13 .main_but_submit{
		width: 100%;
	}
	.m_1_but .form .t13 .wpcf7-form-control-wrap{
		margin-bottom: 20px;
		display: block;
	}
	
}
@media all and (max-width: 992px){
	.m_3_right .m_2_dot{
		display: none !important;
	}
	.m_1_but .form{
		width: 70%;
		margin: 0 auto !important;	
	}
	.m_1_but,
	.m_1_but .form{
		margin-right: 0px;
	}
	.m_4_element {
		width: 370px;
	}
	.section{
		overflow: hidden;
	}
	.m_2_wrapper{
		margin-top: 0px !important;
	}
	.m_4_image{
		height: 250px;
	}
	.m_1_but .form .t13 .main_but_submit span {
		font-size: 14px;
	}
	.viberDesctop {
		display:none;
	}
		.viberMob {
		display:block;
	}
	
	.wrapper_for_line {
		display:none;
	}
	
	.m_9 .wrapper {
		height:auto;
	}
	.desktopNone {
		display:block;
		text-align:center;
	}
	.desktopNone .icon {
		justify-content:center;
		margin-top:20px;
	}
		.desktopNone .icon a:last-child img{
		width:25px;
	}
		.desktopNone .icon img {
		width:25px;
	}
		.desktopNone .head {
		justify-content:center;
		
		font-weight:bold;
		font-size:30px;
	}
	.desktopNone .m_5_question {
		margin-top:10px;
	}
	.mobileNone {
		display:block;
	}
	.m_4_flex {
		justify-content: center;
	}
	.header_right {
 		display: none;
 	}
	.header_lang.mob{
		display: block;
		text-align: right;
	}
 	.hamburger {
        display: block;
    	position: relative;
    	top: 1px;
    	padding: 0px;
    }
    .mobile_nav {
    	display: none;
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
    .mobile_nav.active {
    	display: block;
    }
    .mobile_nav .header_slogan {
    	width: 100%;
    	display: block;
    	margin-left: 0px;
    	text-align: center;
    	margin-bottom: 10px;
		
    }
	.mobile_nav .header_slogan span {
		position:relative;
	}
	.mobile_nav .header_slogan span::after {
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		height: 1px;
		background-image: linear-gradient(#fff, #fff);
		background-size: 100% 1px;
		background-position-y: 100%;
		background-position-x: 50%;
		background-repeat: no-repeat;
	}
    .header_phone {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	-ms-align-items: center;
    	align-items: center;
    	flex-direction: column;
    	text-align: center;
    	margin-right: 0px;
		gap:7px;
    }
    .header_time {
    	text-align: center;
    	margin-top: 20px;
    	margin-right: 0px;
    }
	.header_or {
		margin-top: 10px;
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		text-transform: uppercase;
		color: #fff;	
		text-align:center;
	}
	.mobile_nav .header_slogan,
	.mobile_nav .header_time{
		font-weight: 600 !important;
		font-size: 16px;
		text-transform: uppercase;
	}
	.mobile_nav .header_phone a {
		font-size: 16px;
	}
    .header_but {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	margin-top: 10px;
    }
    .m_1_bg {
    	width: 100%;
    	right: auto;
    	left: -0;
    	height: 300px;
    	background-size:contain;
		background-position:bottom center;
    }
    .m_1_content {
    	width: 100%;
    	padding-left: 0px;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	-ms-align-items: center;
    	align-items: center;
    }
    .m_1_content h1 {
    	text-align: center;
    }
    .m_1_content {
    	padding-bottom: 345px;
    }
    .m_1_dot {
    	display: none;
    }
    .m_1_content {
    	padding-top: 100px;
    }
    .m_1_after_h1{
    	text-align: center;
    }
    .m_3_flex {
    	flex-direction: column;
    	justify-content: center;
    	-ms-align-items: center;
    	align-items: center;
    }
    .m_3_left {
    	width: 100%;
    	padding-left: 15px;
    	padding-right: 0px;
    }
    .m_3_right {
    	width: 500px;
    	max-width: 100%;
    	margin-top: 40px;
    	padding-left: 15px;
    }
    .m_3_but {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    }
    .main_but.main_but_orange a {
    	left: 0;
    }
	.m_4_flex {
		margin-left: -25px;
	}
	.m_5_row a {
		font-size: 14px;
	}
	.m_5_col_1 {
		padding-left: 10px !important;
	}
	.m_5_col_4 {
		padding-right: 10px !important;
	}
	.m_5_col_1 {
		width: 40%;
	}
	.m_5_col_3 {
		width: 20%;
	}
	.m_5_col_4 {
		width: 20%;
	}
	.m_5_row_header > div {
		font-size: 13px;
		line-height: 15px;
	}
	.m_5_row > div {
		font-size: 14px;
	}
	.m_5_table {
		padding-left: 15px;
	}
	.m_7_wrapper {
		padding-left: 15px;
	}
	.m_7_form form {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.m_7_form form input {
		margin-right: 0px;
		margin-bottom: 15px;
		display:flex;
	}
	.main_but.main_but_orange button {
		left: 0;
	}
	.m_9_composition {
		position: static;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		transform: none;
		padding-left: 25px;
		padding-right: 25px;
	}
	.m_9_email a {
		font-size: 14px;
	}
	.m_9_local {
		font-size: 14px;
	}
	.m_9_phone .m_9_wrapper_for_phone a {
		font-size: 14px;
	}
	.m_8_wrap_quest {
		padding-left: 15px;
	}
	.m_9 .line_1_grey {
		opacity: 1;
	}
	#map {
		z-index: 150;
		position: relative;
	}
	.products .category ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.products .category ul li a{
		padding: 9px 10px;
		width: 100%;
		display: block;
	}
	.products .product .image{
		flex-direction: inherit;
	}
	.target-block .m_3_left{
		display: none;
	}
	.m_6_block .m_6_slick img {
		width: 260px !important;
	}
}
@media all and (max-width: 900px){
    .m_6_block .m_6_slick img {
		width: 230px !important;
	}	
}
@media all and (max-width: 800px){
    .m_6_block .m_6_slick img {
		width: 300px !important;
	}	
}
@media all and (max-width: 700px){
    .m_6_block{
		display: block;
	}	
	.m_6_block .level{
		width: 50%;
		margin: 0 auto;
	}
	.m_6_block .reviews{
		width: 100%;
	}
	.m_6_block .m_6_slick img {
		width: 400px !important;
	}
	.m_6_block .reviews .google{
		display: none !important;
	}
	.m_6_block .m_6_slick .slick-arrow.slick-prev{
		right: 55px;
	}
}
@media all and (max-width: 600px){
	.m_1_but .form{
		width: 100%;
		margin: 0 auto !important;	
	}
	.m_6_slaid_wrapper {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.m_6_icon {
		margin-right: 0;
	}
	.m_6_text {
		font-size: 14px;
	}
	.faq_main_wrapper .m_5_block {
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq_main_wrapper .m_5_icon {
		margin-left: 20px;
	}
	.products .product .image .img img{
		max-height: 400px;
		height: auto;
		max-width: 310px;
	}
	.target-block,
	.target-block .main_but,
	.target-block .main_but .m_3_flex, 
	.target-block .main_but .m_3_flex .m_3_right{
		display: block;
	}
	.ourWorks .m_4_element{
		width: 40%;
	}
	.ourWorks .bigImage {
		width: 100%;
	}
	.m_6_block {
		width: 100%;
	}
	.m_6_block .level {
		width: 100%;
	}
}
@media all and (max-width: 500px){
	#stend{
		right: -35px;
		bottom: -35px;
	}
	.m_1_content h1 {
		font-size: 30px;
	}
	.m_1_after_h1 {
		font-size: 14px;
	}
	.m_1_row_for_text{ 
		font-size: 14px;
	}
	.m_6_dots {
		right: -60px;
		bottom: -60px;
	}
	.main_7_h2 {
		font-size: 22px;
	}
	.remodal_2{
		padding-left: 10px;
		padding-right: 10px;
	}
	.products .product .image{
		flex-direction: column;
	}
	.products .product .image .carousel{
		display: none !important;
	}
	.moskit-content-form{
		padding: 0 0;
	}
	.hamburger-box,
	.hamburger-box .hamburger-inner,
	.hamburger-inner:after, .hamburger-inner:before{
		width:30px;
	}
	.header_logo {
		width: 150px;
		height: auto;
	}
}
@media all and (max-width: 400px){
	.m_6_block .m_6_slick img {
		width: 260px !important;
	}

}