body {
	font-family: 'Oswald', sans-serif;
}

table{
	width: 100%;
}

table td, table th{
	padding: 5px;
}

#top-header {
	background: #424242;
	padding: 10px 0;
}

#top-header .btn {
	padding: 0.3rem 1rem;
}

.btn {
	cursor: pointer;
	border: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn.btn-red {
	background: #e31e24;
	color: #fff;
	font-weight: bold;
}
.btn.btn-red.active,
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active {
	background: #ff0008;
}

.btn.btn-grey {
	background: #424242;
	color: #fff;
	font-weight: bold;
}

.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey:active {
	background: #ff0008;
}

.btn.btn-green {
	background: #059a39;
	color: #fff;
	font-weight: bold;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
	background: #02b33c;
}

.btn.btn-blue {
	background: #5b9ada;
	color: #fff;
	font-weight: bold;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
	background: #3c8ee1;
}

.btn.btn-yellow {
	background: #e9b500;
	color: #fff;
	font-weight: bold;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow:active {
	background: #f9cc2f;
}
.btn.btn-gorod {
	background: #fff;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	text-align: center;
}
.btn.btn-gorod:hover {
	background: #ededed;
}
.btn.btn-gorod img {
	height: 32px;
}
#header {
	background: #ededed;
	padding: 10px;
}

.logo img {
	max-width: 100%;
}
.img_bank_rus {
	display: block;
	height: 39px;
	width: 100%;
	background: url('../img/pitanie.png') no-repeat center #ff0000;
	background-size: contain;
}

.header-contacts i {
	width: 47px;
	height: 47px;
	color: #fff;
	text-align: center;
	line-height: 47px;
	font-size: 20px;
	background: #4f4f4f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.header-contacts .red {
	font-size: 16px;
	color: #e31e24;
	line-height: 1;
	margin-bottom: 4px;
}

.header-contacts .contact,
.header-contacts .contact a {
	line-height: 1;
	font-size: 26px;
	color: #454545;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-contacts .contact a:hover,
.header-contacts .contact a:focus,
.header-contacts .contact a:active {
	color: #e31e24;
}

.header-contacts {
	margin-top: 40px;
}

#header-menu {
	background: #fff;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#header-menu .nav-link {
	font-size: 20px;
	color: #454545;
	text-transform: uppercase;
	padding: 30px 0;
	border-right: 1px solid #f2f2f2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#header-menu .nav-item:first-child {
	border-left: 1px solid #f2f2f2;
}

#header-menu .nav-item {
	position: relative;
}

#header-menu .nav-link:hover,
#header-menu .nav-link:focus,
#header-menu .nav-link:active,
#header-menu .nav-link.active {
	background: #424242;
	color: #fff;
}

#header-menu .nav-item ul {
	position: absolute;
	background: #e31e24;
	list-style-type: none;
	padding: 0;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 10px;
	display: none;
	z-index: 1040;
}

#header-menu .nav-item:hover ul {
	display: block;
}

#header-menu .nav-item ul li a {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px dashed #fff;
	display: block;
	padding: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#header-menu .nav-item ul li a:hover,
#header-menu .nav-item ul li a:focus,
#header-menu .nav-item ul li a:active {
	text-decoration: none;
	background: #424242;
	color: #fff;
}

#header-menu .nav-item ul li:last-child a {
	border-bottom: 0;
}

.relative {
	position: relative;
}

#header-menu .nav-item ul:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(227, 30, 36, 0);
	border-bottom-color: #e31e24;
	border-width: 10px;
	margin-left: -10px;
}

#home-slider .slide {
	height: 648px;
	-webkit-background-size: cover;
	background-size: cover;
}

#home-slider .slide-desc {
	background: rgba(0, 0, 0, 0.5);
	padding: 30px;
	text-align: center;
}

#home-slider .slide-desc .slide-title {
	font-size: 46px;
	text-transform: uppercase;
	color: #ffffff;
}
#home-slider .slide-desc .slide-text {
	font-size: 18px;
	color: #ffffff;
}

#home-slider .slide-desc-wraper {
	width: 100%;
	bottom: 0;
	position: absolute;
}

.btn-food:before {
	font-family: 'FontAwesome';
	content: '\f0f5';
	display: block;
	background: #282828;
	color: #fff;
	position: absolute;
	left: -50px;
	height: 100%;
	width: 50px;
	line-height: 46px;
	top: 0;
}

.block-header.red h2 {
	color: #e31e24;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.block-header.grey h2 {
	color: #424242;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.block-header.red h2:before {
	content: '';
	display: block;
	width: 170px;
	height: 37px;
	background: url('/img/block-header-grey.png') center center no-repeat;
	margin: 0 auto 10px auto;
}

.block-header.red h2:after {
	content: '';
	display: block;
	width: 170px;
	height: 5px;
	background: url('/img/block-header-bottom-grey.png') center center no-repeat;
	margin: 15px auto 0 auto;
}

.block-header.grey h2:before {
	content: '';
	display: block;
	width: 170px;
	height: 37px;
	background: url('/img/block-header-red.png') center center no-repeat;
	margin: 0 auto 10px auto;
}

.block-header.grey h2:after {
	content: '';
	display: block;
	width: 170px;
	height: 5px;
	background: url('/img/block-header-bottom-red.png') center center no-repeat;
	margin: 15px auto 0 auto;
}

#services {
	background: url('/img/services-bg.jpg');
}

.services-name {
	display: block;
	font-size: 31px;
	color: #454545;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 11px solid transparent;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services-name.blue {
	border-color: #69a2dd;
}

.services-name.blue:hover {
	text-decoration: none;
	color: #69a2dd;
}

.services-name.green {
	border-color: #00be43;
}

.services-name.green:hover {
	text-decoration: none;
	color: #00be43;
}

.services-name.yellow {
	border-color: #e9b500;
}

.services-name.yellow:hover {
	text-decoration: none;
	color: #e9b500;
}

#advantages {
	background: url('/img/advantages-bg.jpg') center center no-repeat;
}

.advantages-item {
	margin-bottom: 60px;
}

.advantages-name {
	font-size: 22px;
	color: #424242;
	font-weight: bold;
	text-transform: uppercase;
}

#about {
	background: url('/img/parallax-about-bg.jpg') center center no-repeat;
	font-size: 15px;
}

#faq {
	background: url('/img/services-bg.jpg');
}

#call-back-form {
	border: 3px solid #e31e24;
	padding: 15px 35px;
}
#call-back-form h2 {
	font-size: 24px;
	color: #424242;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
}

#call-back-form p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}

#call-back-form p.red {
	color: #e31e24;
	font-size: 16px;
}

#call-back-form form {
	margin-top: 30px;
}

#call-back-form a {
	text-decoration: underline;
}

.form-control {
	border: 2px solid #e7e7e7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#faq .card-header {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

#faq .card-header:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#faq .card {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#faq #accordion .card:nth-child(even) {
	background: #f1f1f1;
}

#faq #accordion .card:nth-child(odd) {
	background: #fff;
}

#faq .card-header a {
	display: block;
	padding: 10px;
	color: #000;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#faq .card-header a i {
	float: right;
	color: #e31e24;
	font-size: 23px;
}

#faq .card-header a:hover {
	text-decoration: none;
	background: #e31e24;
	color: #fff;
}

#faq .card-header a:hover i {
	color: #fff;
}

.btn-food {
	margin-left: 50px;
}

#map {
	width: 100%;
	height: 600px;
}

#footer {
	background: #ededed;
	font-size: 16px;
}

#footer .copyright {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer .footer-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-nav a {
	color: #424242;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a:active {
	color: #e31e24;
	text-decoration: none;
}

.footer-nav li {
	margin-bottom: 15px;
}

.footer-contacts i {
	height: 26px;
	width: 26px;
	display: inline-block;
	background: #e43136;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	margin-right: 10px;
	font-size: 18px;
}

.footer-contacts a,
.footer-contacts p {
	color: #454545;
	font-size: 22px;
	line-height: 1;
}

.breadcrumb {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.breadcrumb a {
	color: #000;
	text-decoration: underline;
}

.news-name a {
	font-size: 18px;
	color: #e31e24;
}
.news-name {
	margin-bottom: 15px;
}

.rd-mobilemenu_ul a:hover,
.rd-mobilemenu_ul a.active {
	background: #e43136;
	color: #fff;
}

.top-btn {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.header-contacts .contact,
	.header-contacts .contact a,
	.footer-contacts a,
	.footer-contacts p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	#header-menu {
		display: none;
	}

	.services-name {
		font-size: 20px;
	}

	#accordion {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	img {
		max-width: 100%;
	}
	.top-btn {
		margin-bottom: 10px;
	}
	.btn-group-lg > .btn,
	.btn-lg {
		font-size: 1rem;
	}

	#header {
		text-align: center;
	}

	.header-contacts i {
		float: none;
		margin: 0 auto 10px auto;
	}

	.header-contacts {
		margin-top: 10px;
	}

	#home-slider {
		display: none;
	}

	.services-name {
		font-size: 22px;
	}

	.service-item {
		margin-bottom: 30px;
	}

	#footer {
		text-align: center;
	}

	#header {
		padding: 20px 10px;
	}
}

.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #e31e24;
	border-color: #e31e24;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #e31e24;
	background-color: #fff;
	border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
	color: #000000;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #ddd;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
