/*==========  Desktop First Method  ==========*/

@media (max-width: 1200px) {
	.header_top .search_wrap form input[type="text"] {
		width: 230px;
	}
	.header_nav>ul>li>a {
		padding: 17px 25px;
	}
	.footer_contacts .address {
		max-width: 280px;
	}
	.prod_left {
		width: 385px;
	}
	.prod_right {
		width: calc(100% - 385px);
	}
	.footer_links .callback a {
		font-size: 15px;
	}
	.search_list .item_wrap {
	    width: 33.3333%;
	}
}

@media (max-width: 992px) {
	.header_top .toggle_nav {
		display: flex;
	}
	.header_top .callback_wrap {
		display: none;
	}
	.header_top .search_wrap {
		display: none;
	}
	.header_nav {
		padding: 0;
		display: none;
	}
	.header_nav>ul {
		display: block;
		text-align: center;
	}
	.header_nav>ul>li>a {
		font-size: 14px;
		padding: 14px 0;
	}
	.main_catalog .item_wrap {
		width: 50%;
	}
	.main_catalog .item {
		height: 190px;
	}
	.text_block .img_cont {
		float: none;
		max-width: 100%;
		height: auto;
		margin: 0 0 20px;
	}
	.footer_contacts_wrapper {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer_contacts .social ul li {
		margin: 5px;
	}
	.footer_contacts .phone {
		margin: 5px 0 10px;
	}
	.footer_wrapper {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer_wrapper .privacy {
		margin: 5px 0;
	}
	.main_preim .item_list .item_wrap {
		width: 50%;
	}
	.left_nav_wrap {
		display: none;
	}
	.page_right_wrap {
		width: 100%;
	}
	.main_reviews .item_wrap {
		width: 50%;
	}
	.search_list .item_wrap {
	    width: 50%;
	}
}

@media (max-width: 768px) {
	.main_catalog .item_wrap {
		width: 100%;
	}
	.main_catalog .item .title {
		font-size: 16px;
	}
	.main_title {
		font-size: 24px;
	}
	.prod_list .item_wrap {
		width: 50%;
	}
	.prod_left {
		width: 100%;
		padding-right: 0;
	}
	.prod_right {
		width: 100%;
	}
	.lSSlideWrapper li {
		height: 250px;
	}
	.footer_links .title {
		display: none;
	}
	.footer_links {
		text-align: center;
	}
	.footer_contacts .social ul {
		justify-content: center;
		margin-bottom: 0;
		max-width: 100%;
	}
	.footer_contacts .phone,
	.footer_contacts .address {
		justify-content: center;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.header_top {
		padding: 10px 0;
	}
	.header_top .logo {
		max-width: 160px;
	}
	.header_top .contacts_wrap .phone {
		font-size: 14px;
	}
	.header_top .contacts_wrap .email {
		font-size: 12px;
	}
	.main_form_wrapper {
		padding: 30px;
	}
	.main_form_wrapper .title {
		font-size: 18px;
	}
	.main_preim .item_list .item .img_cont img {
		height: 60px;
	}
	.main_preim .item_list .item .title {
		font-size: 14px;
	}
	.prod_list .item_wrap {
		width: 100%;
	}
	.main_reviews .item_wrap {
		width: 100%;
	}
	.search_list .item_wrap {
	    width: 100%;
	}
}

/*==========  Mobile First Method  ==========*/

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.header_nav {
		display: block !important;
	}
	.main_catalog .item_wrap:nth-child(1) {
		width: 66.6666%;
	}
	.main_catalog .item .link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main_catalog .item .title {
		padding: 8px 12px;
	}
}

@media (min-width: 1200px) {
	
}