@media (max-width: 1023px){
header .menu > li:hover > ul{
display: none;
}
header .contacts .tel a,
footer .contacts .tel a{
font-size: 16px;
}
header .adress,
header .time,
header .contacts .tel a,
footer .adress,
footer .time,
footer .contacts .tel a{
padding-left: 20px;
}
header .adress:after,
header .time:after,
footer .adress:after,
footer .time:after{
display: none;
}
.section_center{
width: 100%;
}
.advantages .item_wrap{
width: 100%;
}
.advantages .item_wrap + .item_wrap .item:before{
display: none;
}
.advantages .item{
padding: 10px 0 0 120px;
text-align: left;
position: relative;
min-height: 90px;
margin-top: 20px;
}
.advantages .item .icon{
position: absolute;
top: 0;
left: 0;
width: 100px;
}
.advantages .item .name{
margin-top: 0;
}
.advantages .item .name br{
display: none;
}
.aside_left{
width: 100%;
}
aside .box_choice{
display: none;
}
aside .menu{
display: none;
}
aside .aside_news{
display: none;
}
aside .link_aside{
display: block;
}
}