header a {color: unset;}
.top-row {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.top_menu {font-size: 4.3vw;}
.top_menu ul li {display: inline-block;list-style: none;}
.menu_button .icon-menu-close {display: none;}
.icon-menu {background: #000;width: 40px;height: 40px;margin-bottom: 0;}
.icon-menu i {top: 2px;background: #fff;margin: 0 auto 4px;}
.icon-menu-close span {width: 100%;color: #fff;font-size: 20px;}
.top_raspisanie, .top_whatsapp, .top_lk {height: 40px;margin-right: 5px;}
.top_logo {height: 40px;margin: 10px 0;}
.top_logo img {height: 100%;width: auto;max-width: unset;}

@media (min-width: 420px){
	.top_menu {font-size: 18px;}
	.top_contacts {font-size: 14px;}
}

@media (min-width: 992px){
	.mobile {display: none;}
	.top_logo {height: 60px;}
	.top_whatsapp, .top_telegram, .top_callback {height: 32px}
	.top_whatsapp img, .top_telegram img {height: 100%;width: auto;}
	.top_lk img {height: 110%;width: auto;margin-top: -5%;}
	.top_callback img {height: 80%;width: auto;margin-top: 20%;}
	.top_menu {font-size: 1.3vw;}
	.top_menu ul li {margin-right: 20px;}
}

@media (min-width: 1310px){
	.top_menu {font-size: 17px;}
}

@media (max-width: 991.98px){
	.no-mobile, .nomobile {display: none;}
	.body-custom {top: 60px;}
	header {height: auto;max-height: 97%;overflow-x: auto;}
	.top_raspisanie img, .top_whatsapp img, .top_lk img {height: 110%;width: auto;margin-top: -5%;}
	.top_whatsapp {order: 2;}
	.top_logo {order: 3;}
	.top_menu {order: 4;width: 100%;margin-top: 10px;margin-bottom: 20px;}
	.top_menu nav ul {display:flex;flex-direction: column;align-items: center;width: 100%;}
	.top_menu nav ul li {margin-bottom: 5px;}
	.top_contacts {order: 5;width: 100%;margin-bottom: 30px;text-align: center;}
	.top_contacts a {display:inline-block;margin-bottom: 10px;}
	.top_button {order: 6;width: 100%;text-align: center;margin-bottom: 30px;}

}