.delivery-info_mobile {
	display: none;
}
.menu-nav_mobile {
	display: none;
}
.mobile-make-order {
	display: none;
}
#intro {
	display: none;
}
@media screen and (max-width: 960px) {
	.header__level1 {
		height: 65px;
	}
	.header__nav-item--burger img {
		top: 2px;
	}
	.header__logo {
		padding-top: 9px;
	}
	.header__mobile-phone {
		top: 14px;
	}
	.header__actions-item--user {
		top: -63px;
	}
	.header__actions {
		top: -8px;
		right: 10px;
	}
	.header__nav {
		top: -60px;
	}
	.page {
		padding-top: 65px;
	}
	.js--catalogue {
		position: relative;
	}
	.js--catalogue > .heading {
		margin-top: 0;
		margin-bottom: 20px;
		
		padding-right: 90px;
	}
	.catalog-filter-item:first-child {
		width: 51%;
	}
	.catalogue__nav-item--cake {
		display: inline-block;
		width: 49%;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	
	.breadcrumbs {
		display: none;
	}
	.menu__heading {
		margin-bottom: 25px;
		
		font-size: 40px;
	}
	.menu__container {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
	.delivery-info_mobile {
		position: absolute;
		right: 0px;
		top: 13px;
		
		box-sizing: border-box;
		display: block;
		width: 79px;
		padding-right: 25px;
		
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 9px;
		line-height: 10px;
		}
		.delivery-info_mobile span {
			position: absolute;
			right: 0;
			top: -1px;
			
			display: block;
			width: 17px;
			height: 17px;
			
			border: 2px solid #000;
			border-radius: 50%;
			
			line-height: 17px;
			text-align: center;
			text-transform: lowercase;
		}
	#intro.fancybox-content {
		padding: 45px 20px 20px 20px;
		
		color: #000;
	}
	.intro-title {
		margin-bottom: 20px;
	}
	
	.menu__item {
		margin: 0 5% 20px 0;
		
		width: 47.5%;
	}
	.menu__item:nth-child(2n) {
		margin-right: 0;
	}
	.menu__item-picture {
		position: relative;
		
		margin-bottom: 10px;
	}
	.menu__item-picture:before {
		content: "";
		
		display: block;
		padding-top: 80%;
	}
	.menu__item-picture img {
		position: absolute;
		left: 0;
		top: 0;
		
		width: 100%;
		height: 100%;
		
		object-fit: cover;
		object-position: center;
	}
	.menu__item-content {
		position: relative;
	}
 
	.menu__item-picture a {
		display: block;
	}
	.menu__item-picture img {
		display: block;
	}
	.menu__item .column--50 {
		width: 100%;
	}
	.menu__item-content .menu__item-actions {
		position: absolute;
		right: 0;
		bottom: 10px;
		margin: 0;
	}
	.menu__item-price {
		margin-bottom: 0;
	}
	.menu__item .form__increment {
		font-size: 16px;
	}
	.menu__item .form__increment-control {
		width: 24px;
		height: 24px;
		
		background-size: 40% auto;
	}
	.menu__item .form__increment-counter {
		margin: 0 10px;
		
		height: 24px;
		
		line-height: 24px;
	}
	.menu {
		overflow: hidden;
	}
	.menu-nav_mobile {
		display: block;
		margin-bottom: 15px;
	}
	.catalog-filters {
		margin-bottom: 20px;
	}
	.menu-nav_mobile-items {
		position: relative;
		left: -20px;
		
		display: block;
		white-space: nowrap;
		width: 100%;
		padding: 0 20px 10px 20px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		}
		.menu-nav_mobile-item {
			vertical-align: middle;
			
			display: inline-block;
			padding: 12px 16px;
			
			border-radius: 24px;
			
			font-size: 16px;
			font-weight: 500;
			color: #000;
			text-decoration: none;
			
		}
		.menu-nav_mobile-item.selected {
			color: #000;
			font-weight: 700;
			background-color: #50e3c2;
		}
		
	.menu__dish.fancybox-content {
		padding: 0 0 15px 0;
	}
	.menu__dish-picture {
		margin-bottom: 15px;
	}
	.menu__dish-picture img {
		display: block;
	}
	.menu__dish-holder {
		padding: 0 20px;
	}
	.menu__dish-title {
		margin-bottom: 15px;
		
		font-size: 26px;
	}
	.menu__dish-data p {
		margin-bottom: 10px;
	}
	.menu__dish-price {
		font-size: 28px;
		font-weight: 400;
	}
	.menu__dish .article P {
		margin-bottom: 10px;
		line-height: 140%;
	}
	.menu__dish-cart {
		margin-top: 20px;
	}
	.menu__dish .form__increment {
		position: relative;
		top: -6px;
	}
	.menu__dish .form__increment-control {
		width: 35px;
		height: 35px;
	}
	.fancybox-close-small {
		background-color: #FFF;
	}
	
	.mobile-make-order {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 100;
		
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 15px 0;
		
		border-radius: 12px 12px 0 0;
		background: #50e3c2;
		
		color: #000;
		text-decoration: none;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		
		transform: translateY(102%);
		transition: .3s transform linear;
	}
	.mobile-make-order.show {
		transform: translateY(0);
	}
	.mobile-make-order span {
		position: absolute;
		right: 15px;
		top: 21px;
		
		font-size: 14px;
		font-weight: 400;
		
	}
	
	
	
	
	.menu-items-holder {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-flow: row wrap;
	}
	.menu-items-holder .catalogue__item {
		margin-bottom: 20px;
		
		padding: 0;
		width: 47.5%;
	}
	.menu-items-holder .catalogue__item .catalogue__item-pic {
		margin-bottom: 20px;
		
		height: 175px;
	}
	.menu-items-holder .catalogue__item .catalogue__item-content {
		padding-bottom: 5px;
	}
	.menu-items-holder .catalogue__item .catalogue__item-labels {
		top: 159px;
	}
	.menu-items-holder .catalogue__item .catalogue__item-label {
		margin: 0 3px;
		
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}
	
	
	.catalog-item-detail-ajax {
		padding: 0;
	}
	.catalog-item-detail-ajax .fotorama__fullscreen-icon {
		display: none !important;
	}
	.catalog-item-detail-ajax .fotorama__arr {
		outline: none;
	}
	.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
		background-color: transparent;
	}
}