@media screen and (max-width: 1350px) {

	.index_main_advantage:after,
	.index_main_advantage:before,
	.main_block_category:before,
	.main_block_category:after {
		display: none;
	}

	.two_column_index_item_1 {
		margin-left: 70px;
	}
}

@media screen and (max-width: 1200px) {
	.header_main_menu {
		width: 100%;
		order: 3;
		text-align: center;
		margin: 18px 0;
	}

	.main_header_inner {
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.header_logo {
		order: 0;
	}

	.two_column_index_item {
		width: 100%;
		margin-left: 85px;
		margin-bottom: 28px;
		max-width: 640px;
	}

	a.btn_default.header_btn {
		order: 1;
		margin: 0;
	}

	.header_main_menu ul {
		display: flex;
		list-style: none;
		justify-content: center;
		flex-direction: column;
	}

	.header_logo img {
		max-width: 160px;
		margin: 0;
	}

	.btn-header-soc {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 15px;
		margin: 20px 0;
		justify-items: center;
		align-items: center;
	}

	.header_main_phones {
		order: 0;
		margin: 0 35px;
	}

}

@media screen and (max-width: 1150px) {
	.two_column_index>.container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	img.index_view_how_decore {
		display: none;
	}

	img.arrow_single {
		display: none;
	}

	.single_project_btns {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.btn_default.btn_individual {
		margin-left: 0;
		margin-top: 6px;
	}

}

@media screen and (max-width: 1120px) {
	.index_view_how_item.index_view_how_item_5 {
		top: 250px;
		left: 180px;
	}

	.index_view_how_item.index_view_how_item_4 {
		top: 191px;
		left: 261px;
	}

	.index_view_how_item.index_view_how_item_2 {
		top: 134px;
		left: 170px;
	}

	.index_view_how_item.index_view_how_item_3 {
		top: 180px;
		left: 209px;
	}

	.index_view_how_item.index_view_how_item_1 {
		left: 243px;
		top: 100px;
	}

	.index_view_how_item.index_view_how_item_6 {
		top: 265px;
		left: 245px;
	}

	.index_view_how_text {
		width: calc(100% - 480px)
	}

	.index_view_how_image {
		margin-right: 30px;
		width: 450px;
	}

	.index_view_how_item {
		font-size: 16px;
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.index_view_how_item:before {
		width: 23px;
		height: 23px;
	}
}

@media screen and (max-width: 1100px) {
	.p_project_item {
		width: calc(100% / 2 - 10px);
	}
}

@media screen and (max-width: 1050px) {
	.about_triggers .index_about_trigger_item {
		width: 50%;
	}


	.p_page_wrap_about_item_t {
		width: 100%;
		margin-top: 15px;
	}
}

@media screen and (max-width: 1000px) {

	.index_about>.container {
		justify-content: center;
	}

	.index_about_triggers {
		width: 100%;
		order: 0;
		margin-bottom: 20px;
	}

	.index_main_advantage_list_item {
		padding: 18px 10px;
	}

	.cat--post_item {
		width: 100%;
	}

	.cat--post_list {
		max-width: 600px;
		margin: 0 auto;
	}

	.footer_menux {
		margin: 0 25px;
	}

	.footer_contacts:before {
		left: -40px;
	}
}

@media screen and (max-width: 950px) {
	.under_footer_form form {
		padding-left: 470px;
	}

	.p_project_item_img_wrap img {
		width: 400px;
		height: 200px;
		object-fit: cover;
	}

	.index_catalog_item.index_catalog_item_big {
		width: 31%;
	}

	.index_catalog_item.index_catalog_item_big .p_project_item_img_wrap {
		height: auto;
		overflow: visible;
	}

	.index_catalog_item.index_catalog_item_text_head {
		width: 100%;
		align-items: center;
	}

	a.btn_default.more_btn_index_catalog_item_ {
		display: none;
	}

	.index_catalog_item_text_head_title {
		margin-bottom: 10px;
	}

	.index_catalog_item.index_catalog_item_big .p_project_item_info_wrap {
		display: block;
	}

	.index_catalog_item.index_catalog_item_big .p_project_item_info_wrap_x {
		text-align: left;
	}
}

@media screen and (max-width: 900px) {
	.index_about_t {
		flex-direction: column;
	}

	.index_about_t_wrap {
		padding-left: 0;
		width: 100%;
		position: relative;
		margin-top: 110px;
	}


	.index_about_t_wrap:before {
		content: '';
		display: block;
		position: absolute;
		width: 360px;
		height: 360px;
		background: #24242d;
		z-index: -1;
		left: -15px;
		top: -399px;
		margin: 0 auto;
		right: 0;
		border-radius: 50%;
		border: 5px solid #c7965c;
	}

	.index_about_t_wrap:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 140px;
		background: #24242d;
		z-index: -2;
		left: 0px;
		top: -299px;
		margin: 0 auto;
		right: 0;
		border-radius: 0;
	}

	.single_table_block table th,
	.single_table_block table td {
		font-size: 12px;
		padding: 10px;
	}

	.single_table_block table {
		margin: 0 -25px;
	}

	.work--post_item {
		width: 100%;
	}

	.p_page {
		padding: 15px 0;
	}

	.p_page_wrap.p_page_wrap_with_sidebar {
		margin-right: 15px;
		width: calc(100% - 305px);
	}

	.footer_menu {
		order: 1;
		width: 100%;
		margin-top: 25px;
	}

	a.footer_logo {
		width: 100%;
		justify-content: center
	}

	.footer_contacts a {
		font-weight: normal;
		font-size: 16px;
	}

	footer.main_footer>.container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer_contacts {
		border: 1px solid #fff;
		padding: 13px 50px 16px;
		text-align: center;
		margin: 15px 0 0;
	}

	.footer_contacts:before {
		display: none;
	}

	.footer_menux {
		margin: 0 0px;
		column-count: 2;
		column-gap: 30px;
		width: 50%;
	}

	.index_about_triggers {
		max-width: 650px
	}
}

@media screen and (max-width: 830px) {
	.index_catalog_item.index_catalog_item_big {
		width: 48%;
	}

	.index_catalog_item {
		width: 48%;
	}

	.under_footer_form>.container {
		padding: 25px 15px;
	}

	.index_main_advantage_list_item {
		width: 25%;
	}

	.index_main_advantage_list_item span {
		font-size: 16px;
	}

	.index_main_advantage_list_item img {
		width: 35px;
	}

	.under_footer_form form {
		padding-left: 240px;
		font-size: 0;
	}

	.under_footer_form form input {
		width: 200px;
		margin-right: 10px;
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	}

	.under_footer_form form input[type="submit"] {
		margin-bottom: 0;
		font-size: 16px;
		margin-right: 0;
	}

	.under_footer_form_title br {
		display: none;
	}

	.under_footer_form_title {
		font-size: 32px;
	}
}

@media screen and (max-width: 800px) {
	.work--post_item {
		width: calc(100% / 2 - 10px);
	}

	.p_project_item_price.p_page_wrap_text_default_price {
		margin: 35px 0 0;
	}

	.single_project_text_block .p_project_item_size {
		right: 15px;
	}

	.index_view_how_text {
		width: calc(100% - 380px);
		font-size: 16px;
	}

	.two_column_index_item_text {
		font-size: 16px;
		line-height: 1.4;
	}

	.index_main_advantage_list_view_item_text {
		font-size: 16px;

	}



	.index_view_how_text_el_title {
		font-size: 28px;
	}

	.index_view_how_image {
		width: 350px;
	}

	.index_view_how_item.index_view_how_item_5 {
		top: 190px;
		left: 140px;
	}

	.index_view_how_item.index_view_how_item_4 {
		top: 151px;
		left: 201px;
	}

	.index_view_how_item.index_view_how_item_2 {
		top: 104px;
		left: 130px;
	}

	.index_view_how_item.index_view_how_item_3 {
		top: 140px;
		left: 162px;
	}

	.index_view_how_item.index_view_how_item_1 {
		left: 189px;
		top: 86px;
	}

	.index_view_how_item.index_view_how_item_6 {
		top: 210px;
		left: 195px;
	}

	.index_view_how_item {
		font-size: 12px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

	.index_view_how_item:before {
		width: 20px;
		height: 20px;
		border: 1px solid #8a8a8a;
	}

	.single_map_block_title {
		padding: 0 15px;
	}

	.single_project_text_block {
		width: 100%;
		position: relative;
		padding: 0 15px;
	}

	.single_project_wrap_images {
		width: 100%;
		padding: 0;
		max-width: 400px;
		margin-top: 30px;
	}

	.single_map_block {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.single_map_block_two {
		width: 100%;
	}

	.single_map_block_add {
		width: 100%;
		padding: 0 15px;
	}

	.sidebar_filter_catalog {
		order: 1;
		width: 50%;
	}

	.p_project_item {
		width: calc(100% / 3 - 10px);
	}

	.index_main_advantage_list_view_item_text {
		width: 100%;
		margin-top: 25px;
	}

	a.btn_default.banner_btn {
		display: block;
	}

	.p_page_wrap.p_page_wrap_with_sidebar {
		width: 100%;
		margin: 0;
	}

	.p_page_sidebar {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.banner_sidebar {
		order: 0;
		width: 60%;
		margin: 0;
		padding: 30px 20px;
	}

	.call_block_sidebar {
		order: 0;
		width: 40%;
		background: #ffe7cb;
		padding: 35px 20px;
		text-align: center;
	}

	.call_block_sidebar_phone {
		justify-content: center;
	}

	.menu_sidebar {
		order: 1;
		width: 100%;
	}

	.side_menu li {}
}

@media screen and (max-width: 750px) {
	.p_project_item {
		width: calc(100% / 2 - 10px);
	}

	.header_main_menu ul.sub-menu {
		display: none !important;
	}

	.header_index_text {
		margin: 0px;
	}

	.header_index_maintext {
		font-size: 48px;
		max-width: 550px;
		margin-bottom: 35px;
	}

	.header_index_subtext {
		font-size: 16px;
		margin-bottom: 40px;
		line-height: 1.5;
	}

	.header_index_subtext strong {
		font-size: 23px;

	}

	.grid-preim {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	a.btn_default.header_btn {
		margin: 0 35px 0 20px;
	}

	a.header_logo {
		width: 100%;
	}

	/*	a.header_logo img{width: 64px;}*/
	a.header_logo img {
		width: 121px;
	}

	.header_main_menu ul {
		display: none;
	}

	.header_main_menu {
		order: 0;
		width: auto;
		margin: 0;
	}

	.header_main_phones {
		order: 1;
		margin: 0;
	}

	button.btn-main_menu {
		display: block;
		height: 46px;
		margin: 10px;
		font-size: 0;
		position: relative;
		border: 1px solid #fff;
		background: transparent;
		padding: 10px;
		width: 50px;
		border: none;
	}

	button.btn-main_menu span,
	button.btn-main_menu span:before,
	button.btn-main_menu span:after {
		content: '';
		display: block;
		background: #fff;
		height: 1px;
		position: absolute;
		left: 8px;
		right: 8px;
		width: auto;
	}

	button.btn-main_menu span:before {
		margin-top: -9px;
		left: 0;
		right: 0;
	}

	button.btn-main_menu span:after {
		margin-top: 9px;
		left: 0;
		right: 0;
	}

	.home .header_main_menu ul {
		border-top: 0;
		padding: 25px 0
	}

	.header_main_menu ul {
		position: absolute;
		background: #222;
		width: 100%;
		left: 0;
		text-align: left;
		column-count: 3;
		margin-top: 12px;
		border-top: 1px solid #292929;
		z-index: 10;
	}

	.header_main_menu li {
		padding: 3px 0;
	}

	.header_main_menu a {
		font-size: 16px;
	}

	.header_main_menu ul {
		padding: 10px 0 15px;
	}
}

@media screen and (max-width: 700px) {
	.index_about_t {
		margin: 20px auto 0px;
	}

	.single_table_block table {
		min-width: 700px;
		margin: 0;
	}

	.single_table_block {
		overflow: scroll;
		margin: 0 -15px;
	}

	.p_page_wrap_text_our_work_images a {
		width: calc(100% / 5 - 4px);
	}

	.p_page_wrap_text_complectation_top {
		text-align: left;
	}

	.index_main_advantage_list_btns {
		flex-wrap: wrap;
	}

	.index_main_advantage_list_item {
		margin-bottom: 15px;
	}

	.index_main_advantage_list_btns {
		justify-content: space-around;
	}

	.index_main_advantage h2 {
		font-size: 32px;
		text-align: center;
		line-height: 1.1;
		margin-bottom: 34px;
	}

	.p_page_wrap_review_item_t {
		width: calc(100% - 190px);
	}

	.under_footer_form_title br {
		display: block;
	}

	.under_footer_form>.container {
		text-align: right;
	}

	.under_footer_form form input {
		width: 100%;
	}

	.under_footer_form_title {
		text-align: left;
	}

	.under_footer_form form {
		width: 240px;
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}

	.under_footer_form>.container {
		background-position: -40px 0px;
	}
}

@media screen and (max-width: 650px) {
	.index_view_how_image {
		margin: 0 auto;
	}

	.index_view_how_text {
		width: 100%;
	}

	.not_found_404 {
		font-size: 80px;
		margin: 50px 20px 50px 0;
	}

	.not_found_block {
		font-size: 34px;
	}

	.container {
		padding: 0 10px
	}

	.single_table_block {
		margin: 0;
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	.header_index_arrow_ {
		display: none;
	}

	.header_index_text {
		margin: 0px;
	}

	.two_column_index_item_wrap {
		padding: 0;
	}

	.two_column_index_item {
		margin-left: 0;
	}

	.two_column_index_item {
		margin-left: 0;
		margin-bottom: 130px;
		padding-top: 90px;
		text-align: center;
	}

	.two_column_index_item>img {
		position: absolute;
		left: 50%;
		width: 220px;
		top: -90px;
		transform: translate(-50%, 0);
	}

	.two_column_index_item_2 {
		margin-bottom: 10px;
	}

	.index_catalog_wrap {
		margin-bottom: 0;
	}

	.index_catalog {
		padding-bottom: 40px;
	}

	.index_catalog_item_text_head_text {
		font-size: 44px;
	}

	.index_catalog_item_text_head_title {
		font-size: 60px;
	}

	.index_catalog_wrap {
		justify-content: center;
	}

	.index_catalog_item.index_catalog_item_big,
	.index_catalog_item {
		width: calc(100% / 1 - 2px);
		max-width: 420px;
		margin-bottom: 35px;
	}

	.single_map_block_two {
		margin-bottom: 50px;
	}

	.single_project_text_block,
	.single_map_block_add {
		padding: 0;
	}

	.p_project_item {
		width: calc(100% / 1 - 2px);
		max-width: 420px;
		margin-bottom: 40px;
	}

	.p_list_projects {
		justify-content: center;
	}

	.work--post_item {
		width: 100%;
		margin: 0;
		margin-bottom: 35px;
	}

	.work_item_block_t {
		padding: 0 10px 15px;
	}

	.p_page_wrap {
		padding: 15px 20px;
	}

	a.footer_logo {
		justify-content: start;
	}

	footer.main_footer>.container {
		justify-content: start;
	}

	.footer_contacts {
		border: 1px solid #5c5c6d;
		padding: 13px 50px 16px;
		text-align: center;
		margin: 15px 0 0;
		border-right: none;
		border-left: none;
		width: 100%;
		text-align: left;
		padding: 0px 0 20px;
		border-top: #ffdead;
		padding-left: 90px;
	}

	.footer_menux {
		column-count: 1;
		column-gap: 0;
	}

}

@media screen and (max-width: 550px) {

	.index_main_advantage_list_view_item_text {
		width: calc(100%);
		max-width: unset;

	}




	.p_page_wrap_contact_info_item:after {
		display: none;
	}

	.index_about_t_wrap:before {
		display: none;
	}

	.index_about_t_wrap:after {
		width: 100%;
		height: 130px;
		top: -205px;
	}

	.index_about_t_wrap {
		margin-top: 40px;
	}

	.index_about_trigger_item_text {
		width: 100%;
		text-align: center;
	}

	.index_about_trigger_item {
		justify-content: center;
		padding: 25px 0px;
	}

	.index_about_trigger_item img {
		margin: 0;
	}

	.index_main_advantage_list_item {
		width: 50%;
		margin-bottom: 0;
		border-bottom: none;
	}

	.index_main_advantage_list_item:nth-child(n+3) {
		border-bottom: 1px solid #24242a
	}

	.index_main_advantage_list_item:nth-child(2) {
		border-right: 1px solid #24242a
	}

	.index_main_advantage_list_view_item_img_wrap {
		width: 300px;
	}

	.p_page_wrap_review_item_t {
		width: 100%;
		margin-top: 22px;
	}

	.pre_next_articles {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.pre_next_articl {
		width: 100%;
		margin: 5px 0;
		background: #f7f7f7;
		text-align: center;
		padding: 8px;
	}

	.post_item_img_wrap {
		width: 200px;
		margin: 10px 0 0 10px;
	}

	.p_page_wrap_review_item {
		margin-bottom: 25px;
		border-bottom: 1px solid #dedede;
		padding-bottom: 30px;
	}

	.p_page_wrap_review_item:last-child {
		border-bottom: none;
	}

	.post_item_block_t {
		width: 100%;
		padding: 10px 10px;
	}

	.p_page_wrap h2 {
		font-size: 24px;
	}

	.p_page_wrap h3 {
		font-size: 20px;
	}

	.p_page_wrap ul,
	.p_page_wrap ol {
		padding-left: 20px;
	}

	.cat--post_item {
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.banner_sidebar {
		width: 100%;
	}

	.call_block_sidebar {
		width: 100%;
		padding: 20px 20px 25px;
		text-align: left;
	}

	.p_page_wrap_contact_info_item span+span {
		font-size: 16px;
		display: block;
		width: 100%;
		margin-top: 5px;
	}

	.p_page_wrap_contact_info_item {
		flex-wrap: wrap;
		border-bottom: 1px solid #222;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	.p_page_wrap_contact_info_item:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.p_page_wrap_contact_info_item img {
		width: 17px;
	}


	.call_block_sidebar_phone {
		justify-content: start
	}
}

@media screen and (max-width: 530px) {
	.about_contact_info .p_page_wrap_contact_info {

		padding: 22px;
	}

	.same_projects .p_project_item {
		max-width: 100%
	}
}

@media screen and (max-width: 500px) {
	.index_about_text {
		line-height: 1.5;
	}

	.index_view_how h2 {
		font-size: 26px;
	}

	.work_item_img_wrap a {
		width: calc(100% / 4 - 2px);
	}

	.single_project_wrap_images {
		margin-top: 0;
	}

	.single_p_bread {
		width: 100%;
	}

	.sidebar_filter_catalog {
		order: 1;
		width: 100%;
		display: none;
	}

	.p_page_wrap_projects_top {
		margin: -15px -10px 0
	}

	.p_projects_block {
		margin: 0 -10px 30px;
		border-top: 2px solid #f3f3f3;
	}

	.index_about_head {
		font-size: 34px;
		margin: 30px 0 30px;
	}

	.index_about_trigger_item:before {
		background-position: 50% 19px;
		background-size: 105px;
	}

	.index_about_trigger_item_text {
		font-size: 17px;
	}

	.index_about_triggers {
		margin-bottom: 10px;
	}

	.index_about_t h1 {
		font-size: 26px;
	}

	.index_about_trigger_item img {
		width: 125px;
	}

	.index_main_advantage_list_view_item_title {
		font-size: 30px;
	}

	.index_main_advantage h2 {
		font-size: 26px;

	}

	.index_main_advantage_list_item {}

	.under_footer_form>.container {
		background-position: 50%;
	}

	.under_footer_form form {
		width: 100%;
		text-align: center;
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}

	.under_footer_form_title {
		text-align: center;
	}

	.under_footer_form {
		padding: 20px 0;
	}

	.under_footer_form_title {
		font-size: 28px;
	}

	.under_footer_form>.container {
		padding: 15px 15px;
	}

	.breadcrumbs {
		position: static;
		margin: 0;
		padding: 8px 0px;
		margin-bottom: 5px;
		font-size: 12px;
	}

	.p_page_wrap_text {
		font-size: 16px;
	}

	.home .header_main_menu ul {
		border-top: 0;
		padding: 20px 0
	}

	.header_main_menu ul {
		left: -10px;
		right: -10px;
		top: -200px;
		width: auto;
		z-index: 100;
	}

	a.btn_default.header_btn {
		background: url(../images/speech-bubble.svg);
		background-size: 48%;
		font-size: 0;
		width: 46px;
		height: 46px;
		padding: 0;
		border: #ffdead;
		background-repeat: no-repeat;
		background-position: 50%;
		background-color: #FF9800;
		position: absolute;
		right: -4px;
		margin: 0;
		top: 74px;
		z-index: 100;
		order: 0;
	}

	.header_main_phones {
		margin-right: 0px;
	}

	.main_header_inner {
		position: relative;
	}

	.for_modal_divide {
		display: block;
		order: 1;
		width: 100%;
	}

	a.header_logo {
		width: auto;
	}

	.main_header_inner {
		justify-content: flex-start;
	}

	.header_main_menu {
		order: 2;
	}

	.logo-block {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		justify-items: center;
	}

	.btn-header-soc {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 15px;
		margin: 20px 0;
		justify-items: start;
		align-items: center;

	}

	.header_logo img {
		max-width: 160px;
		margin: 15px 0 0 0;
	}

	.header_main_phones {
		text-align: center;
	}

	button.btn-main_menu {
		margin: 0;
		position: absolute;
		right: 0px;
		background: #ffffff;
		top: 12px;
		padding: 0;
		width: 40px;
		height: 40px;
		border-radius: 3px;
	}

	.header_index_text {
		margin: 0px;
	}

	.header_index_maintext {
		font-size: 34px;
		line-height: 1.2;
		max-width: 450px;
		margin-bottom: 20px;
	}

	.header_index_subtext {
		font-size: 16px;
		margin-bottom: 35px;
		line-height: 1.5;
	}

	.header_index_subtext strong {
		font-size: 23px;

	}

	.header_index_arrow_ img {
		width: 30px;
	}

	.header_index_arrow_ img+img {
		margin-top: -21px;
	}

	button.btn-main_menu span,
	button.btn-main_menu span:before,
	button.btn-main_menu span:after {
		background: #000
	}
}

@media screen and (max-width: 450px) {
	.single_project_wrap_images {
		margin-top: 0;
	}

	.single_block_phone_phones a {
		display: block;
	}

	.single_block_phone_title {
		text-align: left;
		font-weight: bold;
	}

	.single_block_phone_phones:before {
		height: calc(100% + 2px);
		width: 65px;

		top: -1px;
		border-radius: 30px 0 0 30px;
		background-image: url(../images/call-answer.svg);
		background-size: 21px;
	}

	.single_block_phone_phones {
		padding: 8px 13px 5px;
	}

	.single_block_phone_phones a {
		margin-bottom: 3px;
		margin-right: 0;
	}

	.main_footer_bottom .container {
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	.main_footer_bottom_links a {
		color: #ccc;
		margin: 0;
		margin-right: 15px;
		display: inline-block;
		margin-bottom: 5px;
	}

	.p_page_wrap_projects_top {
		padding: 15px 10px;
	}

	.p_projects_block {
		padding: 20px 15px;
	}

	.p_projects_block_search input[type="submit"] {
		width: 100px;
	}

	.p_projects_block_search input[type='text'] {
		padding: 11px 120px 11px 30px;
	}

	.p_page_wrap h1 {
		font-size: 22px;
	}

	.breadcrumbs+h1 {
		margin-top: 25px;
	}

	.p_page_wrap_text_our_work_images a {
		width: calc(100% / 4 - 4px);
	}

	.p_page_wrap_text_complectation_work {
		border: 1px solid #f3f3f3;
		padding: 20px;
		padding-left: 10px;
		background: #f3f3f3;
		border-radius: 2px;
		margin: -10px;
	}

	.p_page_wrap_text_complectation_top {
		padding-left: 0;
		margin-bottom: 20px;
	}

	.p_page_wrap_about_item_img {
		margin-right: 0;
		width: 280px;
	}

	.breadcrumbs {
		padding: 8px 10px;
		background: #eaeaea;
		margin: -15px -10px 15px;
		width: auto;
		max-width: 1000px;
	}

	body {
		background: #fff
	}

	.p_page_wrap {
		padding: 0;
	}

	.not_found_404 {
		font-size: 60px;
		margin-right: 10px;
	}

	.not_found_block {
		font-size: 26px;
	}

	.nav-links>* {

		padding: 10px 15px;
		font-size: 15px;
	}
}

@media screen and (max-width: 390px) {
	.index_about_t_wrap:after {

		height: 110px;
		top: -175px;
	}

	.index_catalog_item_text_head_text {
		font-size: 40px;
	}

	.index_catalog_item_text_head_title {
		font-size: 50px;
	}

	.index_view_how .container {
		padding: 0;
	}

	.index_view_how_text {
		padding: 0 10px
	}

	.success_modalka {
		padding: 40px 15px;
		width: 100%;
	}

	.success_modalka_text {
		font-size: 16px;
	}

	.modal_container {
		padding: 40px 20px;
	}

	.index_main_advantage_list_item {
		padding: 12px 10px;
	}

	.index_main_advantage_list_btns {
		margin-bottom: 20px;
	}

	.index_main_advantage h2 {
		margin-bottom: 25px;
	}


	.header_main_phones a {
		font-size: 16px;
	}

	a.header_logo img {
		width: 120px;
	}

	button.btn-main_menu {
		top: -230px
	}

	.header_main_menu ul {
		column-count: 2;
	}
}

@media screen and (max-width: 350px) {
	.index_view_how_image {
		margin-top: 20px;
	}

	.modal_container {
		padding: 35px 15px 30px;
	}

	.footer_contacts a {
		font-size: 16px;
	}

	.footer_logo_text {
		font-size: 15px;
		line-height: 1.4;
	}

	.footer_menux a {
		font-size: 16px;
	}

	footer.main_footer {
		padding: 15px 0 30px;
		position: relative;
	}

	.not_found_404 {
		font-size: 50px;
	}

	.not_found_block {
		font-size: 22px;
	}

	.header_index_maintext {
		font-size: 27px;
		line-height: 1.2;
		max-width: 450px;
		margin-bottom: 15px;
	}

	.header_index_subtext {
		font-size: 12px;
		margin-bottom: 30px;
		line-height: 1.5;
	}

	.header_index_subtext strong {
		font-size: 13px;
	}

	a.header_center_btn {
		font-size: 16px;
		padding: 10px 45px 13px;
	}

	.success_modalka_text {
		font-size: 15px;
	}
}