
@media (min-width: 1000px){
	/* меню */
	.adpt_nav {
		display: block;
	}
	.act_btn {
		display: none;
	}
}

@media (max-width: 1000px){
	/* Шапка */

	.header_wrapper {
		justify-content: center;
	}

    /* Топ меню */
	.top_menu {
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	right: 0;
    	left: 0;
    	height: auto;
    	background-color: rgba(0, 0, 0, 0.73);
    	z-index: 999;
    }
    .top_menu_wrp li, .top_menu_wrp li a, .top_menu_wrp ul, .top_menu_wrp {
		float: none;
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-align: center;
	}
	.top_menu_wrp li a {
		margin: 20px 0;
	}
	.top_menu_wrp {
		position: relative;
		top: 150px;
	}

	.adpt_nav {
		display: none;
	}

	.active_menu {
		display: block;
	}
	.act_btn  {
		display: inline-block;
		position: fixed;
		top: 7px;
		right: 7px;
		z-index: 9999;
	}
}

@media (max-width: 727px){
	/* Сайд бар */

	.sidebar_wrapper {
		width: 100%;
	}
}

@media (max-width: 520px){
	/* Низ сайта */
	.footer_info {
		justify-content: center;
	}
	.footer_copy {
		order: -1;
	}
	/* Контакты */
	.feedback_contacts_flex{
		flex-wrap: wrap;
	}
	.feedback_contacts_flex > div {
		width: 100%;
	}
}

@media (max-width: 450px){
/*	.server_vip {
    display: none;
	}*/
}



@media (max-width: 438px){
	/* Основной контент */
	.content_wrapper {
		flex-basis: auto;
	}
	/* Контейнер анонса */
	.anons_container {
		/*flex-basis: auto;*/
	}
	/* Сервер */
	.server_wrapper {
		justify-content: space-around;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}


	select, textarea, input[type="text"], input[type="password"], input[type="file"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
		width: 100% !important;
	}

	.footer_bnr_wrp {
		padding: 0 !important;
	}
	.bnr_88_wrp a {
		margin: 10px;
		display: inline-block;
	}

}





























@media (max-width: 1000px) AND (max-height: 400px){
  .topMenu__menu {
    top: 30px;
  }
}

