body {
	color: #565775;
}

.logo {
	max-width: 200px;
}

a { color: inherit; }

/*
a.messager-icon {
	display: inline-block;
	background-color: blue;
	width: 40px;
	height: 40px;
	color: white;
	border-radius: 50px;
	vertical-align: middle;
	text-align: center;
}*/

a.messager-icon {
	padding-left: 5px;
	padding-right: 5px;
}

section {
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-title {
	font-family: 'Gilroy';
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 30px;
}
.section-title::after {
	content:'';
	display: block;
	position: absolute;
	border-top: 4px solid #e30613;
	width: 60px;
	margin-left: -32px;
	left: 50%;
}

.shadow-bottom {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.arrow-bottom::after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-top-color: white;
	margin-top: 10px;
	left: 50%;
}

.transparent-border {
	border: 18px solid rgba(209, 231, 255, 0.24);
}

.big-first-letter::first-letter {
	font-family: 'Gilroy';
	font-size: 30px;
	font-weight: bold;
	line-height: 18px;
	padding-right: 2px;	
}

.slick-wrapper {
	margin-left: 30px;
	margin-right: 30px;
}
.slick-arrow::before {
    color: #000;
}

#sticky-top {
	position: fixed; 
	width:100%; 
	background-color: white; 
	z-index: 99;	
}
#sticky-top-offset {
	height: 124px;
}

section#top {
	font-family: 'Gilroy';	
}
section#top .phone {
	color: inherit;
	font-weight: bold;
	font-size: 24px;
}
section#top .phone span { font-weight: normal;  }

#mainmenu .nav-item {
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 22px;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 3px solid transparent;
	opacity: 0.7;
	position: relative;
}
#mainmenu .nav-item .nav-link {
	padding-bottom: 3px;
}
#mainmenu .nav-item.active,
#mainmenu .nav-item:hover{
	border-bottom-color: #e30613;
	opacity: 1;
}
#mainmenu .nav-item.active {

}
#mainmenu .nav-item.active::after,
#mainmenu .nav-item:hover::after{
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-bottom-color: #e30613;
	left: 50%;
	margin-left: -6px;
	bottom: 0;
}

#mainmenu .nav-item .nav-link {
	color: #565775;
	text-align: center;
}

.header-img {
	position: absolute;
	max-width: 100%;
	bottom: 0;
	z-index: 0;
}
#shifted-img {
	float: left; 
	margin-top: -70px; 
	margin-right: 20px; 
	margin-bottom: 10px; 
	width: 50%;
	position: relative;
	z-index: 50;
}
#header-text {
	margin-top: 100px; 
	position: relative; 
	z-index: 40;
}

@media screen and (max-width:768px) {
	#sticky-top-offset { height: 207px; }
	#shifted-img {
		float: none;
		width: 100%;
	}
	#header-text {
		margin-top: 20px;
		text-align: center;
	}
	.header-img {
		max-width: 70%;
		left: 15%;
	}
}


section#preferences .preference { 
	text-align: center; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
}
section#preferences .value {
	font-family: 'Gilroy';
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #e30613;	
}
section#preferences .icon {
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.dinner {
	padding: 0 20px 30px;
	text-align: center;
	font-size: 18px;
}
.dinner img {
	margin: 20px auto;
	width: 100px;
}
.dinner .name-main {
	font-family: 'Gilroy';
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #e30613;
}
.dinner .name-extra {
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.dinner .descr {
	margin: 20px 20px;
	font-size: 16px;
}
.dinner .descr::first-letter,
.dinner .descr *:first-child::first-letter {
	font-family: 'Gilroy';
	font-size: 30px;
	font-weight: bold;
	line-height: 18px;
	padding-right: 2px;
}
.dinner .price {
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.btn {
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: bold;
}
.btn.btn-danger {
	background-color: #e30613;
	border-color: #e30613;
}
.btn.btn-danger:hover {
	background-color: #fff;
	color: #e30613;
}

.dinner #order-btn {
	margin-top: 20px;	
}
section#menu .dinner .descr {
	max-height: 75px;
	overflow-y: hidden;
	text-overflow: ellipsis;
}
section#menu .dinner a:hover {
	text-decoration: none;
	color: inherit;
}

div[contenteditable] {
	background-color: #eee;
	border: 1px solid lightgray;
}

.dinner .descr[contenteditable] {
	margin-left: 0;
	margin-right: 0;
	padding: 5px;
}

.dinner .price[contenteditable] {
	display: inline-block;
	padding: 2px 5px;
}


section#clients #clients-slider .client-logo { 
	height: 170px; 
	line-height: 170px;
	padding: 30px 20px;
}
section#clients #clients-slider .client-logo img {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

section#contacts { 
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #565775;
	color: white; 
}
section#contacts #title {
	font-size: 24px; 
	text-transform: uppercase;	
}
section#contacts .logo {
	margin-top: 30px;
	margin-bottom: 30px;
}
section#contacts a { color: inherit; }
section#contacts .param {
	margin-top: 20px;
	margin-bottom: 20px;
}
section#contacts .param .param-name { font-size: 14px; }
section#contacts .param .param-value { font-size: 14px; text-transform: uppercase; }
section#contacts .param .param-icon { float: left; margin-right: 10px; }
section#contacts .map { border: 4px solid white; }

@media screen and (max-width:768px) {
	section#contacts .param {	
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	section#contacts #title {
		text-align: center;
	}
}

section.recall {
	background-color: #e30613;
	color: #fff;
}
section.recall .section-title { padding-top: 10px; }
section.recall .section-title::after {
	border-top-color: #fff;
}
section.recall .btn {
	font-family: 'Gilroy';
	font-weight: bold;	
	text-transform: uppercase;
}
section.recall input {
	border-radius: 0;
}
input::placeholder,
textarea::placeholder {
	font-style: italic;
}
section.recall.arrow-bottom::after {
	border-top-color: #e30613;
}

#order_form .spinner {
	height: 41px;
}
#dishes .dish {
	padding: 10px 0;
}
#dishes .dish h2 {
	font: bold 18px/20px 'Gilroy';
	margin: 0;
}

#dishes .dish .attrs {
	font: normal 1rem 'Gilroy';
	color: black;
}
#dishes .dish .attrs span {
	padding: 0 10px;
	border-left: 1px solid #a8adb2;
}
#dishes .dish .attrs span:first-child {
	padding-left: 0;
	border-left: none;
}

#date-selector {
	margin-bottom: 40px;
	text-align: center;
}
#date-selector .date {
	padding: 5px 10px;
	margin: 5px 20px;
	font: normal 16px/18px 'Gilroy';
	cursor: pointer;
	position: relative;
	display: inline-block;
}
#date-selector .date.selected,
#date-selector .date:hover {
	background-color: #8e94ad;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
}

.dish_type {
	font: bold 18px/20px 'Gilroy';
	text-transform: uppercase;
	color: #8e94ad;
	background-color: #ebeef4;
	padding: 3px;
	margin: 10px 0;
	text-align: center;
}

.btn-order {
	background-color: #e30613;
	color: #fff;
}

#basket-icon {
	position: absolute;
	width: 30px;
	margin-left: 10px;
	right: 40px;
	top: 15px;
}
.badge {
	background-color: #e30613;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	bottom: -15px;
	right: -5px;
	min-width: 20px;
	display: block;
}
.badge.hidden {
	display: none;
}