
/*---------- LAYOUT ----------*/

/*---------- 1500 ----------*/
@media screen and (max-width: 1500px){
	.header_middle_block{
		flex-wrap: wrap;
	}
	.header_time{
		margin-left: auto;
	}
	.header_middle_next{
		order: 1;
		width: 100%;
		padding: 5px 60px;
		justify-content: space-between;
		box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .15);
	}
}


/*---------- 1300 ----------*/
@media screen and (max-width: 1300px){
	.home_section_3_block p{
		font-size: 4.5rem;
	}
	.popup{
		width: calc(100% - 120px);
		margin: auto 60px;
	}
}


/*---------- 1140 ----------*/
@media screen and (max-width: 1140px){
	.popup{
		width: calc(100% - 40px);
		margin: auto 20px;
	}
	.popup_content{
		width: 100%;
	}
	.footer{
		padding-bottom: 50px;
	}
	.footer_block{
		flex-wrap: wrap;
	}
	.foter_nav_main{
		margin-left: auto;
	}
	.foter_nav_main a{
		white-space: wrap;
	}
	.footer_nav_top{
		padding-top: 30px;
		border-top: 1px solid #fff;
		margin-top: 30px;
		margin-left: 0;
	}
	.footer_nav_under{
		width: 100%;
		margin-top: 30px;
	}
	.footer_mailing form{
		display: flex;
	}
	.footer_mailing_btn{
/*		margin-top: 0;*/
		margin-left: 0;
	}
	.footer_mailing .mc4wp-form-fields{
		display: flex;
	}
	.footer_mailing button{
		height: 100%;
		padding: 6px 10px;
		margin-top: 0;
		margin-left: 10px;
	}
	.home_section_2_image{
		display: none;
	}
	.home_section_2_text{
		width: 100%;
	}
	.home_section_3_title{
		flex-direction: column;
	}
	.home_section_3_title .title_h2{
		margin-right: 0;
	}
	.home_section_3_block p{
		font-size: 4rem;
	}
	.home_section_6_block{
		flex-direction: column;
	}
	.home_section_6_block_image{
		display: none;
	}
	.home_section_6_block_image_tab{
		display: block;
		width: 49%;
	}
	.home_section_6_block_text{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.home_section_6_block_title{
		width: 49%;
	}
	.home_section_6_block_text form{
		width: 100%;
	}
}


/*---------- 992 ----------*/
@media screen and (max-width: 992px){
	.container{
		padding: 0 20px;
	}
	.header_logo{
		padding-left: 20px;
	}
	.header_btn{
		width: 215px;
	}
	.header_middle_next{
		padding: 5px 20px;
	}
	.header_submenu ul{
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}
	.home_section_1_title{
		width: 80%;
	}
	.home_section_2,
	.home_section_3,
	.home_section_4,
	.home_section_6,
	.home_section_7,
	.home_section_8,
	.home_section_9,
	.home_section_11,
	.home_section_12,
	.home_section_13,
	.services_section_2,
	.services_section_3,
	.services_section_8,
	.services_section_9{
		padding: 50px 0;
	}
	.home_section_2_block,
	.home_section_5_list,
	.home_section_8_list,
	.home_section_11_block{
		margin-top: 30px;
	}
	.home_section_3_block p{
        font-size: 3rem;
    }
    .home_section_4_slide{
    	border-bottom: 1px solid #000;
    	padding-bottom: 70px;
    }
    .home_section_5_text{
    	width: 100%;
    	padding: 50px 0;
    }
    .home_section_5_item{
    	display: flex;
    	align-items: center;
    }
    .home_section_5_item p{
    	margin-left: 15px;
    }
    .home_section_5_image{
    	display: none;
    }
    .home_section_5_btn{
    	display: none;
    }
    .home_section_6_image{
    	margin: 30px 0;
    }
    .home_section_7 .title_h2{
    	text-align: left;
    }
    .home_section_7_list{
    	column-gap: 20px;
    	row-gap: 20px;
    	margin-top: 30px;
    }
    .home_section_7_image{
    	display: none;
    }
    .home_section_9_list{
    	margin-top: 30px;
    }
    .home_section_9_block{
	    grid-template-columns: repeat(2, 1fr);
	    column-gap: 20px;
	    row-gap: 30px;
	}
	.home_section_10{
		padding-bottom: 50px;
	}
	.home_section_10_block{
		flex-direction: column;
	}
	.home_section_10_image{
		width: 100%;
	}
	.home_section_10_text{
		width: 100%;
	}
	.home_section_11_title{
		flex-direction: column;
		align-items: flex-start;
	}
	.home_section_11_buttons{
		margin-top: 30px;
	}
	.home_section_11_block::after{
	    content: '';
	    display: block;
	    width: 2000px;
	    height: 100%;
	    background: #121C22;
	    position: absolute;
	    z-index: 2;
	    top: 0;
	    right: -2000px;
	}
	.home_section_12_block{
		grid-template-columns: repeat(2, 1fr);
    	column-gap: 20px;
		margin-top: 30px;
	}

	/*services*/
	.services_section_2_block{
		grid-template-columns: repeat(2, 1fr);
	}
	.services_section_2_item > img{
		height: auto;
	}
}


/*---------- 740 ----------*/
@media screen and (max-width: 740px){
	h1{
		font-size: 26px;
		line-height: 26px;
	}
	h2{
		font-size: 24px;
		line-height: 33px;
	}
	.title_h2 h3,
	.title_h2 p{
		font-size: 24px;
		line-height: 33px;
	}
	.home_section_6_block_text p:first-child{
		font-size: 24px;
		line-height: 33px;
	}
	h3{
		font-size: 22px;
		line-height: 30px;
	}
	h4{
		font-size: 20px;
		line-height: 28px;
	}
	.home_section_12_item_text p:first-child{
		font-size: 20px;
		line-height: 28px;
	}
	.home_section_7_item_title p{
		font-size: 20px;
		line-height: 28px;
	}
	.popup{
		background-position: right top;
		width: calc(100% - 15px);
		height: 100%;
		max-height: 100%;
		padding: 20px;
		margin: auto;
	}
	.popup_title div{
		flex-direction: column;
		align-items: flex-start;
	}
	.popup_title div p:first-child{
		font-size: 26px;
	}
	.popup_title div p:last-child{
		font-size: 26px;
		margin-top: 10px;
		margin-left: 0;
	}
	.popup_block{
		max-width: 100%;
		width: 100%;
	}
	.popup_block form{
		max-width: 100%;
		width: 100%;
		flex-direction: column;
	}
	.popup_block form input{
		max-width: 100%;
		width: 100%;
		height: 56px;
	}
	.popup_block form button{
	    width: calc(100% - 52px);
	    height: 56px;
	    margin-right: 52px;
	    margin-top: 10px;
	}
	.mob_header_space{
		display: block;
	}
	.header{
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 11;
	}
	.header_middle_block{
		padding: 5px 10px 5px 20px;
	}
	.header_logo{
		width: 175px;
		padding-left: 0;
	}
	.mob_header_burger{
		display: block;
	}
	.header_time,
	.header_lang,
	.header_btn,
	.header_middle_next,
	.header_bottom_block{
		display: none;
	}
	.mob_header_main_menu{
		display: flex;
	}
	.mob_header_main_menu_bottom .header_time,
	.mob_header_main_menu_bottom .header_lang{
		display: flex;
	}
	.header_location{
		padding: 15px 0;
		margin-left: 0;
	}
	.header_time{
		border: none;
		margin-left: 0;
	}
	.mobile_bottom_menu{
		display: flex;
	}
	.mobile_bottom_menu .title{
		display: flex;
		justify-content: space-between;
	}
	.mobile_bottom_menu .title p{
		font-size: 30px;
		line-height: 36px;
		font-weight: 700;
	}
	.mobile_bottom_menu .title_cross{
		margin-top: 10px;
	}
	.mob_header_nav{
		width: 100%;
		height: calc(100vh - 175px);
		overflow-y: scroll;
		padding: 0 20px;
		background: var(--white);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 82px;
		display: none;
	}
    .mob_header_nav > li{
    	position: relative;
    }
	.mob_header_nav > li > span{
		display: block;
		font-weight: 700;
		padding: 20px 0;
		border-top: 1px solid #E6E6E6;
		display: flex;
		align-items: center;
	}
	.mob_header_nav > li > span::after{
	    content: '';
	    display: block;
	    width: 12px;
	    height: 12px;
	    background-image: url(../img/arrow_down.svg);
	    margin-left: auto;
	    margin-right: 10px;
	    transition: .3s;
	}
	.mob_header_nav > li > span.active{
		color: #fff;
		width: calc(100% + 40px);
		padding: 20px;
		background: #EA5501;
		margin-left: -20px;
	}
	.mob_header_nav > li > span.active::after{
		width: 15px;
		height: 15px;
		background-image: url(../img/cross_white.svg);
	}
	.mob_header_nav > li > span::before{
		content: '';
	    display: block;
	    width: 0;
	    height: 12px;
	    background-image: url(../img/arrow_left_white.svg);
	    transition: .3s;
	    margin-right: 10px;
	}
	.mob_header_nav > li > span.active::before{
		width: 12px;
	}
    .mob_header_nav > li > a{
    	width: 30px;
        height: 100%;
    	position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
    }
	.mob_header_subnav{
		display: none;
	}
	.mob_header_subnav a{
		padding: 20px 0;
		border-top: 1px solid #E6E6E6;
	}
	.mob_bottom_menu_call{
		width: 100%;
		height: calc(100vh - 175px);
		overflow-y: scroll;
		padding: 20px 20px 0;
		background: var(--white);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 82px;
		display: none;
	}
	.header_hours{
		border-bottom: 1px solid #E6E6E6;
		padding-bottom: 5px;
		margin-top: 20px;
		margin-left: 0;
	}
	.header_call_main{
		padding: 20px 0;
		align-items: stretch;
	}
	.header_call_main div:last-child{
		margin-left: 10px;
	}
	.header_call_main div:last-child p,
	.header_call_main div:last-child span{
		font-weight: 700;
	}
	.mob_bottom_menu_form{
		width: 100%;
		height: calc(100vh - 190px);
		overflow-y: scroll;
		padding: 20px 20px 0;
		background: var(--white);
		border-top: 1px solid #E6E6E6;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 82px;
		display: none;
	}
	.mob_bottom_menu_form > p{
		margin-top: 20px;
	}
	.mob_bottom_menu_form form{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	.mob_bottom_menu_form input{
		width: 100%;
        height: 56px;
		margin-bottom: 15px;
	}
	.mob_bottom_menu_form_btn{
    	height: 56px;
		padding: 15px 20px;
		background: transparent;
		margin-right: 52px;
	}
	.footer{
		padding-bottom: 100px;
	}
	.foter_nav_main{
		margin-top: 20px;
		margin-left: 0;
	}
	.foter_nav_main ul{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 40px;
	}
	.footer_nav_top_cat div{
		flex-direction: column;
	}
	.footer_nav_top_cat ul{
		width: 100%;
	}
	.footer_nav_top_menu div{
		flex-direction: column;
	}
	.footer_nav_top_menu ul{
		width: 100%;
	}
	.home_section_1{
		padding: 100px 0;
	}
	.home_section_1_title{
		width: 100%;
	}
	.home_section_1_title h1{
		max-width: 190px;
	}
	.home_section_2_list{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.home_section_2_items{
		display: none;
	}
	.home_section_3_block img{
		display: none;
	}
	.home_section_3_block p{
		font-size: 2rem;
		margin-top: 20px;
	}
	.home_section_4_title{
		flex-direction: column;
		align-items: stretch;
	}
	.home_section_4_slide_text_title{
		font-size: 22px;
		line-height: 30px;
	}
	.home_section_4_pagination{
		margin-top: 10px;
		margin-left: auto;
	}
	.home_section_5_list{
	    grid-template-columns: repeat(1, 1fr);
	}
	.home_section_6_block_text{
		flex-direction: column;
	}
	.home_section_6_block_image_tab{
		width: 100%;
	}
	.home_section_6_block_title{
		width: 100%;
		margin-top: 10px;
	}
	.home_section_6_block_text form{
		flex-direction: column;
	}
	.home_section_6_block_text input{
		width: 100%;
		margin-bottom: 10px;
	}
	.home_section_6_block_text button{
		width: 100%;
		height: 56px;
	}
	.home_section_7_list{
	    grid-template-columns: repeat(1, 1fr);
	    column-gap: 0px;
	    row-gap: 20px;
	}
	.home_section_8_list{
	    grid-template-columns: repeat(2, 1fr);
	}
	.home_section_9_list{
		margin-top: 10px;
	}
	.home_section_9_block{
		margin-top: 35px;
	}
	.home_section_9_item div{
/*		height: 120px;*/
	}
	.home_section_9_item p{
		font-size: 14px;
		line-height: 20px;
	}
	.work_section_9_item figure{
		height: 120px;
	}
	.work_section_9_item p{
		font-size: 14px;
		line-height: 20px;
	}
	.home_section_10_image{
		height: 210px;
	}
	.home_section_10_text{
		padding: 30px 15px;
	}
	.home_section_12_block{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .home_section_12_all{
    	margin-top: 40px;
    }
}


/*---------- 480 ----------*/
@media screen and (max-width: 480px){
	.footer_mailing input{
		max-width: 170px;
		padding: 6px 10px;
	}
	.home_section_3_block p{
        font-size: 1.5rem;
    }
    .home_section_9_list li{
    	padding: 5px 15px;
    }
    .home_section_9_block{
		grid-template-columns: repeat(1, 1fr);
	}
    .home_section_11_buttons button{
    	padding: 10px;
    }

    /*services*/
    .services_section_2{
    	padding: 30px 0;
    }
	.services_section_2_block{
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		row-gap: 10px;
	}
	.services_section_2_item > img{
		height: auto;
	}
	.services_section_9_block{
		padding: 32px 15px;
	}

	/*work*/
	.work_section_9_item figure{
		height: 230px;
	}
}