.fixed-column-wrap_title h2 {
font-size: 45px;
line-height: 50px;
}
.header-contacts ul{
display:block!important;
}
.header-contacts::after {
display:block!important;
}
@media all and (max-width:650px) {
.fixed-column-wrap_title h2 {
font-size: 25px;
line-height: 30px;
}   
}
@media only screen and (max-width: 700px) {
.header-contacts ul{
display:none!important;
}
}
@media only screen and (max-width: 850px) {
.header-contacts::after {
display:none!important;
}
}
.section-number span::before {
background:none!important;
}
.section-number {
right: 20px;
top: 200px;
font-size: 30px;
}

