header {background: #fff;}
header a {color: unset;}
.top-row {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.top_menu ul li {display: inline-block;list-style: none;margin-right: 20px;}
.menu_button .icon-menu-close {display: none;}
.icon-menu {background: #000;}
.icon-menu i {top: 2px;background: #fff;margin: 0 auto 4px;}
.icon-menu-close span {width: 100%;color: #fff;font-size: 20px;}
.top_contacts {display: none;}
.top_logo img {height: 40px;width: auto;max-width: unset;}

@media (min-width: 992px){
	.mobile {display: none;}
	.menu_button {display: none;}
	.top_logo img {height: 60px;width: auto;margin: 10px 0;}
}


@media (max-width: 991.98px){
	.body-custom {top: 60px;}
	.no-mobile {display: none;}
	.top_telegram {display: none;}
	header {height: auto;max-height: 97%;overflow-x: auto;}
	.top_whatsapp {order: 2;}
	.top_logo {order: 3;margin: 10px 0;}
	.top_menu {order: 4;width: 100%;margin-top: 20px;margin-bottom: 20px;}
	.top_menu nav ul {display:flex;flex-direction: column;align-items: center;width: 100%;}
	.top_menu nav ul li {margin-bottom: 10px;}
	.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;}

}