.display_table{

}

#btn-vk{
	background: transparent;
}
.menu{
	width: 180px;
	position: fixed;
	float: none;
	padding-top: 0;
	z-index: 1000;
	background: white;
}
.blue{
	width: 170px;
	position: fixed;
	top: 0;
	left: 180px;
	z-index: 500;
	float: none;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.content{
	width: auto;
	float: none;
}
.content-main{
	width: auto;
	height: auto;
	float: none;
}
@media (min-width: 768px){
.content-main{
	min-height: 100%;
}
}
@media (min-width: 992px){

}
@media (min-width: 1200px){
.content{
	margin-left: 180px;
}
.content-main{
	margin-left: 350px;
}
}


.h-btn{
	background: url(/visual/images/icon-menu.svg) center center / 80% no-repeat;
}




.m-logo{
	background-image: url(/visual/images/logo-acqua.svg) !important;
}
.h-logo{
	background: url(/visual/images/logo-30.png) center center / contain no-repeat;
}
.m-countries-wrap{
	background: url(/visual/images/logo-30.png) center center / contain no-repeat;
}
.m-share-btn{
	line-height: 28px;
	font-size: 26px;
	text-decoration: none;
	color: black;
	text-align: center;
	border: 1px solid black;
	border-radius: 100%;
}
.m-share-btn.m-share-btn-white{
	border-color: white;
	color: white;
}
@media (max-width: 480px){
.m-logo{
	margin: 10px auto 10vh auto;
}
}
@media (min-width: 1200px) and (max-height: 700px){
.m-logo{
	margin: 10px auto 9vh auto;
}
.m-wrap{
	min-height: 0;
}
.m-countries-wrap{
	margin-bottom: 10px;
}
}






.recipe-items{
	padding: 12px 17px;
}
.recipes-row:before{
	content: '';
	display: table;
}
.recipes-row:after{
	content: '';
	display: block;
	clear: both;
}
.recipes-row{
	margin-left: -5px;
	margin-right: -5px;
}
.recipe{
	display: block;
	width: 50%;
	float: left;
	padding: 5px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	color: #000;
}
.recipe-body{
	display: block;
	color: black;
	text-decoration: none;
	transition: background-color 0.3s;
}
.recipe-body:hover{
	background-color: #002a5b;
	color: #fff;
}
.recipe .recipe-item-img{
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}
.recipe .recipe-item-img-wrapper{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
}
.recipe .recipe-item-img img{
	display: block;
	width: 100%;
	height: 100%;

}
.index-country{
	height: 150px;
	padding-bottom: 15px;
}
@media (min-width: 768px){
.recipe{
	width: 25%;
}
}
@media (min-width: 992px){
.recipe{
	width: 20%;
}
}
@media (min-width: 1200px){
.recipe{
	width: 16.66%;
}
}


.recipe-dot{
	top: 0;
}
.recipe-dot.active{
	width: 8px;
	height: 8px;
	background-color: #002a5b;
	cursor: default;
}
.recipe-dot.active:before{
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	border: 2px solid #002a5b;
	border-radius: 100%;
}


@media (max-width: 480px){
.rc-icon-wrap{
    width: 85px;
}
}
@media (max-width: 767px){
.n-hider {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	width: 100%;
	height: 50%;
	background-color: #fff;
	padding-left: 9.76%;
	padding-right: 11.78%;
	z-index: 20;
	margin-top: 130px;
	min-height: 80px;
}
.slide-number{
/*	position: absolute;
	top: -140px;*/
}
}


.dish-name{
	height: 80px;
}
@media (min-width: 1200px){
.dish-name.index{
	height: auto;
}
}



.n-hider {
	 left: auto; 
	top: auto;
	 bottom: auto; 
	width: 100%;
	 height: auto; 
	     min-height: 65px;
	background-color: #fff;
	 padding-left: 0; 
	padding-right: 11.78%;
	margin-top: -120px;
	z-index: 20;
	position: relative;
}



#plate{
	background: url(/visual/images/icon-plate.png) center center / contain no-repeat;
}
#calories{
	background: url(/visual/images/icon-calories.png) center center / contain no-repeat;
}
#easy{
	background: url(/visual/images/icon-level-easy.png) center center / contain no-repeat;
}
#medium{
	background: url(/visual/images/icon-level-medium.png) center center / contain no-repeat;
}
#hard{
	background: url(/visual/images/icon-level-hard.png) center center / contain no-repeat;
}
.location{
	background-image: url('/visual/images/icon-location.png');
}



.slider-splitter{
	background-color: transparent;
}


.spec-icon{
	display: inline-block;
	text-align: center !important;
	padding: 20px 15px 0;
}
.spec-icon + .spec-icon{
	/*margin-left: 15px;*/
	border-left: 1px solid silver;
}
.spec-icon__image{
	display: block !important;
	width: auto !important;
	height: 35px !important;
	margin: 0px auto 5px !important;
}
.spec-icon__text{
	font-size: 14px !important;
	height: 20px !important;
}




.blue-btn,
.blue-arrow,
.content-main{
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blue-arrow{
	border-left: 0px solid #002a5b;
	border-right: 10px solid white;
}
.blue.blue-collapsed{
	left: 10px;
}
.blue.blue-collapsed .blue-btn{
	left: 170px;
	background: white;
}
.blue.blue-collapsed .blue-arrow{
	border-left: 10px solid #002a5b;
	border-right: 0px solid white;
}
.blue-arrow:before{

}
.blue-arrow.steps-hidden{

}
@media (min-width: 1200px){
.content-main{
	padding-left: 350px;
    margin-left: 0px;
}
.content-main.blue-collapsed{
	padding-left: 180px;
    margin-left: 0px;
}
.content-main .index-countries{
	left: 350px;
}
.content-main.blue-collapsed .index-countries{
	left: 180px;
}
}

.sp-logo.promo-1{
	background-image: url(/visual/images/logo-promo-1.png);
}
.ap-logo.promo-2{
	background-image: url(/visual/images/logo-promo-2.png);
}



.header-mobile{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: white;
}



.split-name{

}



.index-countries{
	display: block;
}
@media (max-width: 767px){
.index-countries{
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
.index-country{
	height: auto;
	min-height: 110px;
}
.index-slide{
	display: none;
	width: 100%;
	height: auto !important;
	margin-top: 0;
}
.index-slide.active{
	display: block;
}
.index-see-a{
	display: none !important;
}
.index-country .dish-name {
    height: auto;
}
}


@media (min-width: 768px){
.index-slide{
	height: 145px;
	color: black;
	background: white;
	border: none;
	margin-top: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.index-country{
	color: black;
	border-color: black;
	padding-top: 15px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.recipe:not(.recipe_disabled) .recipe-body:hover .index-country{
	color: white;
}
.index-see-a{
	display: inline-block;
	color: black;
	border-color: black;
	margin-top: 15px;
}
.index-slide:hover,
.index-slide.active{
	height: 145px;
	color: #fff;
	background: #002a5b;
	border: none;
	margin-top: 0;
}
.index-slide:hover .index-country,
.index-slide.active .index-country{
	color: #fff;
    padding-top: 15px;
}
.index-slide:hover .index-see-a,
.index-slide.active .index-see-a{
    display: inline-block;
	color: white;
	border-color: white;
}
}


.recipe.recipe_disabled{
	opacity: 0.35;
}
.recipe.recipe_disabled .recipe-body,
.recipe.recipe_disabled .recipe-body:hover{
	color: black;
	background: silver;
}