
p{
	text-indent: 2rem;
}

html, body{
	overflow-x: hidden;
	padding-top: 40px;
}

input{
	font-size: 1.25rem;
}

[data-toggle="collapse"]{
	cursor: pointer;
}

a, a:hover{
	color: #000;
	text-decoration: none;
}

a:focus, img:focus, div:focus{
	outline: none !important;
}

.slick-prev, .slick-next{
	border: solid 1px #555;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	font-size: 3rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: -45px;
}

.slick-next{
	left: auto;
	right: -45px;
}

.modal{
	z-index: 9999;
}

.parallax-mirror{
	background: #000;
	height:;
}

.parallax-slider{
	
}

.h1{
	font-size: 1.5rem;
}

.h2{
	font-size: 1rem;
}

.display-3{
	font-size: 2rem;
	line-height: 2rem;
}

.display-4{
	font-size: 2rem;
	line-height: 2rem;
}

.title{
	text-align: center;
	position: relative;
	padding: 2rem 1rem 3rem;
	margin-bottom: 2rem;
}

.title:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	background: url('/templates/VkusGoroda/resources/images/title-bg.png') no-repeat center;
	background-size: auto 20px;
}

.container{
	position: relative;
	z-index: 101;
}

*[data-animate]{
	opacity: 0;
}

.group-link{
	font-size:18px;
	text-decoration:underline;
	margin:0 13px;
}

.animate__animated{
	opacity: 1;
}

.bg-black{
	background: #000;
}

.button{
	color: #ff9505;
	text-decoration: none;
	border: #ff9505 solid 3px;
	display: inline-block;
	padding: 1rem 2rem;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .3s ease 0s;
}

.button:hover{
	background: #ff9505;
	color: #000;
	text-decoration: none;
}

.screen-spacing-bottom,
.screen-spacing-top{
	position: relative;
}

.screen-spacing-bottom:after,
.screen-spacing-top:before{
	content: '';
	display: block;
	height: 160px;
	width: 100%;
	background: url('/templates/VkusGoroda/resources/images/screen-spacing-bg.png') no-repeat center;
	background-size: 100% auto;
	position: absolute;
	bottom: -80px;
	left: 0;
	z-index: 101;
}

.screen-spacing-top:before{
	bottom: auto;
	top: -80px;
}

.logo{
	width: 100px;
	height: auto;
}

#call-button{
	position: fixed;
	bottom: 5rem;
	right: 1rem;
	background: #090;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 101;
	width: 50px;
	height: 50px;
	line-height: 60px;
	display: block;
}

#mobile-logo{
	width: 160px;
	height: 70px;
	background: url('/templates/VkusGoroda/resources/images/logo-dark.png') no-repeat center;
	background-size: 100%;
	margin: 2.5rem auto;
}

#nav-wrapper{
	position: absolute !important;
	z-index: 1100;
}

#nav{
	background: #fff;
	height: 0%;
	width: 0%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
	overflow: hidden;
	border-bottom-left-radius: 500%;
	transition: all .3s ease 0s;
}

.count-products-in-cart{
	padding: 0 7px;
	position: absolute;
	background: #f00;
	font-size: 14px;
	border-radius: 50%;
	color: #fff;
}

#nav-wrapper .count-products-in-cart{
	bottom: -2px;
	right: -2px;
}

#mobile-nav .count-products-in-cart{
	top: 2px;
	right: 2px;
	font-size: 12px;
	padding: 0 5px;
}

#nav .close{
	position: fixed;
	top: 1rem;
	right: 1rem;
	opacity: 0;
}

#nav a{
	color: #000 !important;
	text-decoration: none;
	position: relative;
}

#nav i{
	font-size: 2rem;
}

#nav.active{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	border-bottom-left-radius: 0%;
}

#nav.active .close{
	opacity: 1;
	transition: all .5s ease .15s;
}

.mobile-menu-item-icon{
	font-size: 30px;
	margin-bottom: 12px;
}

.mobile-menu-item-title{
	font-size: 14px;
}

#banner{
	background: #000;
}

#banner p{
	text-indent: 0;
}

#banner .carousel-indicators{
	bottom: 5rem;
}

#banner .carousel-item img{
	height: 80vh;
	min-height: 600px;
	width: 100%;
	object-fit: cover;
	opacity: .6;
}

#banner .carousel-item .carousel-caption{
	bottom: auto;
	top: 50%;
	transform: translateY(-60%) !important;
}

#banner .carousel-caption > div > *{
	opacity: 0;
}

#banner .carousel-caption > div > *.animate__animated{
	animation-delay: .5s;
}

#banner .carousel-item .carousel-caption.caption-right{
	object-position: right;
}

#banner .carousel-item .carousel-caption.caption-left{
	object-position: left;
}

img.stock-image{
	height: 240px;
	width: 100%;
	object-fit: cover;
}

.product{
	position: relative;
}

.product:after{
	width: 4px;
	height: 0;
	background: #000;
	bottom: 0;
	left: 0;
	z-index: 101;
}

.product:hover:after{
	height: 100%;
}

.product:before{
	width: 4px;
	height: 0;
	background: #ff9505;
	top: 0;
	right: 0;
	z-index: 101;
}

.product:hover:before{
	height: 100%;
}

.product .product-inner{
	position: relative;
	padding-bottom: 5rem;
}

.product .product-inner:after{
	height: 4px;
	width: 0;
	background: #000;
	bottom: 0;
	right: 0;
	z-index: 101;
}

.product .product-inner:hover:after{
	width: 100%;
}

.product .product-inner:before{
	height: 4px;
	width: 0;
	background: #ff9505;
	top: 0;
	left: 0;
	z-index: 101;
}

.product .product-inner:hover:before{
	width: 100%;
}

.product .product-inner .product-buttons{
	position: absolute;
	z-index: 101;
	left: 0;
	bottom: 1rem;
	width: 100%;
}

.product .product-inner .product-buttons a{
	background: #ff9505;
	zoom: .95;
}

.product .product-inner .product-buttons a:first-child{
	float: left;
}

.product .product-inner .product-buttons a:last-child{
	float: right;
}

.product .product-image-wrapper{
	width: 100%;
	height: 160px;
}

.product .product-inner .product-image{
	transition: all .3s ease 0s;
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.product .product-inner .product-title{
	text-align: center;
}

.product .product-inner .product-title a{
	font-size: 1.3rem;
}

.product .product-inner .product-price{
	font-size: 1.2rem;
	line-height: 1.4rem;
	position: absolute;
	bottom: .5rem;
	left: 0;
	width: 100%;
}

.product .product-inner .product-rating div{
	font-size: 1rem;
}

.product-properties div:nth-child(odd){
	border: none !important;
}

#products-groups{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 101;
	overflow-y: auto;
}

#products-groups .group-anchor{
	display: block;
	border: solid 1px #ff9505;
	border-radius: 20px;
}

#products-groups .group-anchor.active{
	background: #ddd;
	transition: all .3s ease 0s;
}

#products-groups-trigger{
	z-index: 102;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #ff9505;
}

.groups-restaurant-title{
	text-decoration: underline;
}

.cart-restaurant-title{
	text-decoration: underline;
}

.cart-product-buttons{
	height: 25px;
	line-height: 20px;
	width: 25px;
}

.pagination-item{
	background: #ff9505;
	border: solid 2px #ff9505;
	color: #000;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 1.2rem;
}

span.pagination-item{
	background: #fff;
}

#footer{
	background: #000;
}

#footer .social-icon img{
	width: 35px;
	height: 35px;
}

.how-it-work-step-image{
	position: relative;
}

.how-it-work-step-image:after{
	height: 30px;
	width: 90px;
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	background: url('/templates/VkusGoroda/resources/images/how-it-work-next-step.png') no-repeat center;
}

.how-it-work-step:nth-child(2) .how-it-work-step-image:after{
	transform: rotateX(180deg);
}

.how-it-work-step:last-child .how-it-work-step-image:after{
	display: none;
}

.how-it-work-step-image span{
	position: absolute;
	top: 0;
	right: 0;
	background: #ff9505;
	color: #fff;
	width: 60px;
	height: 60px;
	font-weight: 700;
	font-size: 1.5rem;
	border-radius: 50%;
	border: solid 4px #fff;
	text-align: center;
	line-height: 50px;
	transition: all .3s ease 0s;
}

.how-it-work-step-image:hover span{
	background: #fff;
	border: solid 4px #ff9505;
	color: #ff9505;
}

.restaurant-not-working{
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	padding: .5rem 0;
	background: #ff9505;
}

#home-filters .home-filters-tab-link{
	max-width: 300px;
	width: 100%;
	display: block;
	padding: .75rem 2rem;
	font-weight: bold;
	margin: 0 auto;
}

#home-filters .home-filters-tab-link:hover{
	text-decoration: underline;
}

#home-filters .home-filters-tab-link.active{
	background: #ff9505;
	color: #fff;
	transition: all .3s ease 0s;
}

#home-filters .home-filters-tab{
	display: none;
}

#home-filters .home-filters-tab:first-child{
	display: block;
}

#home-filters .filter-item{
	position: relative;
}

#home-filters .filter-item:before,
#home-filters .filter-item:after{
	position: absolute;
	content: '';
	display: block;
	height: 0;
	width: 4px;
	transition: all .3s ease 0s;
}

#home-filters .filter-item:before{
	background: #000;
	left: 0;
	bottom: 0;

}

#home-filters .filter-item:after{
	background: #ff9505;
	right: 0;
	top: 0;
}

#home-filters .filter-item-inner:before,
#home-filters .filter-item-inner:after{
	position: absolute;
	content: '';
	display: block;
	height: 4px;
	width: 0;
	transition: all .3s ease 0s;
}

#home-filters .filter-item-inner:before{
	background: #000;
	left: 0;
	top: 0;
}

#home-filters .filter-item-inner:after{
	background: #ff9505;
	right: 0;
	bottom: 0;
}

#home-filters .filter-item-inner img{
	width: 60%;
}

.ingredient-checkbox{
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
}

#delivery-address-datalist:empty{
	display: none;
}

#delivery-address-datalist{
	position: relative;
}

#delivery-address-datalist .list{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 101;
	text-align: left;
}

#delivery-address-datalist .list .item{
	padding: .5rem 1rem;
	cursor: pointer;
	border: solid 1px #ccc;
	font-size: 1.25rem;
}

#delivery-address-datalist .list .item:hover{
	background: #eee;
}

#notify{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 280px;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 1111;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 5px;
	font-size: 1rem;
	display: none;
}

/* xs */
@media screen and (max-width: 576px){
	
	.h1{
		font-size: 1.7rem;
	}

	.h2{
		font-size: 1.2rem;
	}

	.display-3{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	.display-4{
		font-size: 2.3rem;
		line-height: 2.3rem;
	}

}

/* sm */
@media screen and (min-width: 576px){
	
	.h1{
		font-size: 1.9rem;
	}

	.h2{
		font-size: 1.4rem;
	}

	.display-3{
		font-size: 3rem;
		line-height: 3rem;
	}

	.display-4{
		font-size: 2.6rem;
		line-height: 2.6rem;
	}

	.logo{
		width: 130px;
	}

}

/* md */
@media screen and (min-width: 768px){
	
	.h1{
		font-size: 2.1rem;
	}

	.h2{
		font-size: 1.6rem;
	}

	.display-3{
		font-size: 3.5rem;
		line-height: 3.5rem;
	}

	.display-4{
		font-size: 2.9rem;
		line-height: 2.9rem;
	}

}

/* lg */
@media screen and (min-width: 992px){
	
	html, body{
		padding-top: 50px;
	}

	.h1{
		font-size: 2.3rem;
	}

	.h2{
		font-size: 1.8rem;
	}

	.display-3{
		font-size: 4rem;
		line-height: 4rem;
	}

	.display-4{
		font-size: 3.2rem;
		line-height: 3.2rem;
	}

	.title:after{
		background-size: auto 30px;
	}

	.logo{
		width: 160px;
	}

	#call-button{
		width: 80px;
		height: 80px;
		line-height: 115px;
		right: 2rem;
		bottom: 8rem;
	}

	#call-button i{
		font-size: 2.5rem;
	}

	#nav-wrapper{
		position: fixed !important;
	}

	#nav{
		background: transparent;
		height: auto;
		width: auto;
		position: relative;
		top: auto;
		right: auto;
		overflow: auto;
		opacity: 1;
		border-bottom-left-radius: 0;
		transition: all 0s ease 0s;
	}

	#nav a{
		color: #fff !important;
	}

	#nav .items a:after{
		content: '';
		display: block;
		height: 0;
		width: 0;
		background: #ff9505;
		bottom: 0;
		left: 50%;
		position: absolute;
		transition: all .3s ease 0s;
	}

	#nav .items a:hover:after{
		height: 5px;
		width: 100%;
		left: 0;
	}

	#home-filters .filter-item-inner{
		min-height: 320px;
	}

	#home-filters .home-filters-tab-link{
		display: inline-block;
		width: 100%;
		padding: 1.5rem;
		margin: 0 -.36em;
		font-size: 1rem;
	}

	#home-filters .filter-item:hover:before{
		height: 100%;
	}

	#home-filters .filter-item:hover:after{
		height: 100%;
	}

	#home-filters .filter-item-inner:hover:before{
		width: 100%;
	}

	#home-filters .filter-item-inner:hover:after{
		width: 100%;
	}

	#home-filters .filter-item-inner img{
		width: 100%;
	}

	.how-it-work-step-image:after{
		display: block;
	}

	.hover-effect:after,
	.hover-effect:before{
		display: block;
		content: '';
		position: absolute;
		transition: all .3s ease 0s;
	}

	.product .product-image-wrapper{
		height: 200px;
		position: relative;
		overflow: hidden;
	}

	.product .product-inner:hover .product-image{
		opacity: .5;
	}

	.product .product-inner .product-buttons{
		position: absolute;
		z-index: 101;
		left: 0;
		top: -50px;
		transform: translateY(-50%);
		width: 100%;
		transition: all .3s ease 0s;
	}

	.product .product-inner .product-buttons a{
		float: none !important;
		zoom: 1;
	}

	.product .product-inner:hover .product-buttons{
		top: 60%;
	}

	.product .product-inner .product-title a{
		font-size: 1.8rem;
	}

	.product .product-inner .product-price{
		font-size: 2rem;
		line-height: 2rem;
		bottom: 1rem;
	}

	.product-properties div:nth-child(odd){
		border-bottom: 1px solid #dee2e6!important;
	}

	#products-groups{
		top: 117px;
		height: auto;
	}
	
	#products-groups .group-anchor{
		display: inline-block;
	}

	#footer .social-icon img{
		width: 50px;
		height: 50px;
	}

}

/* xl */
@media screen and (min-width: 1200px){
	
	.h1{
		font-size: 2.5rem;
	}

	.h2{
		font-size: 2rem;
	}

	.display-3{
		font-size: 4.5rem;
		line-height: 4.5rem;
	}

	.display-4{
		font-size: 3.5rem;
		line-height: 3.5rem;
	}

}