.mobile_header_info, .close_btn{
	display: none;
}
@media (max-width: 1350px) {
    .header_info {
        padding-right: 0;
    }
    .header_info_text{
    	display: none;
    }
    .header_info, .header_info a {
        color: #000000;
    }
    .header_info_item {
        margin-left: 20px;
        width: 58px;
    	height: 58px;
        padding: 0;
    	cursor: pointer;
    }
    .header_info_item span.icon{
    	position: static;
    	margin-top: 0;
    }
    .header_info_item{
    	position: static;
    }
    a.top_button {
        right: 15px;
    }
}


@media (max-width: 1220px) {
    .catalog_list_item_price {
        font-size: 18px;
    }
}



@media (max-width: 960px) {

.big_slider_item {
    height: 300px;
}
.content_wrap h1 {
    font-size: 28px;
}
.category_menu_title {
    font-size: 20px;
    padding: 20px 15px 0 15px;
    margin-bottom: 20px;
}
.category_menu ul li a {
    font-size: 18px;
    padding: 10px 15px;
}
.slogan {
    font-size: 24px;
}
.catalog_category_item_img {
    width: 170px;
    height: 170px;
}

}


@media (max-width: 767px) {

.header_info{
	display: none;
}
.mobile_header_info{
	display: block;
}
.logo img {
    height: 40px;
}
.header_wrap {
    height: 50px;
}
.header {
    padding: 0;
}
.slogan {
    font-size: 15px;
}
.mobile_header_info {
    display: flex;
    height: 50px;
    align-items: center;
}
.mobile_header_info a.mobile_header_info_item{
    color: #f5c34f;
    font-size: 20px;
    display: block;
    width: 40px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_header_info a:hover{
	text-decoration: none;
}
.modal_bg.open {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 100;
    top: 0;
    left: 0;
}
.close_btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    padding: 5px 10px;
}
.category_menu_title {
    padding-top: 0;
}
.category_menu ul li a {
    padding: 15px;
}
.category_menu {
    display: block;
    position: fixed;
    width: 320px;
    z-index: 120;
    left: -320px;
    top: 0;
    bottom: 0;
    padding: 50px 0 20px;
    background: #fff;
    margin: 0;
    overflow: auto;
}
.content_wrap h1 {
    font-size: 26px;
    line-height: normal;
}
.catalog_category_item_img {
    width: auto;
    height: auto;
}
.big_slider_item {
    height: 150px;
}
.catalog_category_item_name {
    font-size: 18px;
}
.footer {
    font-size: 16px;
}
a.top_button {
    width: 30px;
    height: 30px;
    bottom: 60px;
}

}
@media (max-width: 480px) {
.catalog_list_item_name, .catalog_list_item_price {
    padding: 15px 5px;
}
.catalog_list_item_params {
    padding: 0 5px;
}
.catalog_list_item_name {
    font-size: 13px;
}
.catalog_list_item_param {
    font-size: 13px;
}
.catalog_list_item_price {
    font-size: 13px;
    line-height: normal;
}
.catalog_list_item {
    padding-bottom: 50px;
}
.contacts_page.content {
    font-size: 14px;
}
}


@media (max-width: 390px) {
.slogan {
    font-size: 13px;
    padding-left: 8px;
}
.logo img {
    height: 35px;
}
.mobile_header_info a.mobile_header_info_item{
	width: 37px;
}
.catalog_list_item_param span {
    display: block;
}
.content {
    padding: 20px 10px 0 10px;
}
}

















