@media screen and (min-width: 768px) and (max-width: 1020px) {
	.wrapper {
		width: 90%;
		margin: 0 auto;
	}
	.text_wrapper {
		width: 100%;
	}
	
	/* Header */
	.header .wrapper {
		height: 132px;
	}
	.city.moscow .header .wrapper {
		height: 100px;
	}
	.header_menu {
		top: 92px;
	}
	.city .header_menu {
		width: 100%;
		top: 96px;
	}
	.static .header .wrapper {
		height: 100px;
	}
	.static .header_menu {
		top: 44px;
	}
	.apps {
		right: auto;
		left: 0;
	}
	.apps a {
		margin: 0 20px 0 0;
	}
	.city_submenu_zone {
		left: 0;
		margin-left: -4px;
		width: 100%;
	}
	.city_submenu_wrapper {
		width: 100%;
		max-height: 560px;
		padding-bottom: 20px;
	}
	.arrow_up_border {
		left: 50%;
		margin-left: -20px;
	}
	.city_submenu_franchise {
		width: auto;
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		height: 24px;
		padding-top: 32px;
		margin: 20px 22px 0;
	}
	.city_submenu_header_item, .city_submenu_col {
		width: 100px;
		padding-left: 5px;
	}
	.city_submenu_header_item:first-child, .city_submenu_col:first-child {
		width: 120px;
		padding-left: 20px;
	}
	
	/* Footer */
	.footer_projects {
		right: 0;
		margin-right: 0;
	}
	.footer {
		padding-top: 175px;
	}
	.footer_logo {
		top: -135px;
	}
	.footer_menu {
		top: -60px;
	}
	
	/* Content */
	
	/* Pages */
	/* Pages - City */
	.products_button {
		display: block;
	}
	.media.wrapper {
		margin-bottom: 30px;
	}
	@media screen and (min-width: 769px) and (max-width: 800px) {
		.products_wrapper {
			width: 484px;
			margin: 0 auto;
		}
		.products_item {
			width: 182px !important;
			margin: 0 30px !important;
		}
	}
	@media screen and (min-width: 800px) {
		.products_wrapper {
			width: 726px;
			margin: 0 auto;
		}
		.products_item {
			width: 212px !important;
			margin: 0 15px !important;
		}
	}
	/* Pages - News */
	.news_wrapper {
		padding: 0 10px;
	}
	.news {
		width: 100%;
		margin-bottom: 0 !important;
		font-size: 0;
	}
	.news_item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 6px;
	}
	.news_item:nth-child(3), .news_item:nth-child(6), .news_item:nth-child(9),
	.news_item:nth-child(12), .news_item:nth-child(15), .news_item:nth-child(18),
	.news_item:nth-child(21), .news_item:nth-child(24), .news_item:nth-child(27) {
		margin-right: 0;
	}
	/* Pages - Post */
	.post_text {
		width: 100%;
	}
	.post_text img {
		width: 100%;
		max-width: 10000px;
		height: auto;
	}
	/* Pages - Franchise */
	.fr-afisha {
		width: 100%;
	}
	.fr-afisha p {
		width: 410px;
	}
	.fr-now {
		width: 100%;
		height: auto;
	}
	.fr-now-left {
		float: none;
		margin: 0 auto 30px;
	}
	.fr-now-right {
		float: none;
		margin: 0 auto 30px;
	}
	.fr-classic ul {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 40px;
	}
	.fr-classic img {
		margin-left: 10px;
		margin-right: 0;
		width: 306px;
		height: auto;
	}
	@media screen and (min-width: 800px) {
		.fr-classic img {
			margin-right: 4%;
		}
	}
	.fr-traditions h4 {
		width: 700px;
	}
	.fr-traditions img {
		margin: 0 20px;
	}
	.fr-traditions div {
		margin: 0 20px 60px;
		width: 360px;
	}
	.fr-conditions table td h4 {
		font-size: 20px;
	}
	.fr-conditions table td span {
		font-size: 10px;
	}
	.fr-support-list-item {
		margin: 0 40px 40px !important;
	}
}