body {
	font-family: 'HelveticaNeueCyr';
}

* {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#top_menu {
	border-bottom: 1px solid #F3F3F3;
}

#top_menu .container>.row {
	height: 50px;
}

#top_menu ul {
	list-style: none;
	padding: 0px;
	display: flex;
	margin-bottom: 0px;
}

#top_menu ul li {
	padding: 0px 10px;
}

#top_menu a {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: #B0B0B0;
}

#top_menu a.active {
	color: #3C3C3B;
	font-weight: 500;
}

#top_menu a.active span {
	color: #4AA838;
}

#top_menu a.active span i {
	color: #B0B0B0;
	font-size: 16px;
}

#top_menu a:hover {
	color: #4AA838;
	text-decoration: none;
}

#top_menu ul li:first-child {
	padding-left: 0px;
}

#top_menu ul li:last-child {
	padding-right: 0px;
}

#top_second_menu {
	border-bottom: 1px solid #F3F3F3;
}

#top_second_menu .container>.row {
	height: 67px;
}

#top_second_menu .logo {
	width: 145px;
	display: block;
}

#top_second_menu .logo img {
	width: 100%;
}

#top_second_menu .big_menu {
	display: flex;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}

#top_second_menu .big_menu a {
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
	font-size: 16px;
	font-weight: 500;
	color: #3C3C3B;
}

#top_second_menu .big_menu .active a {
	border-bottom: 2px solid #3C3C3B;
	box-sizing: border-box;
}

#top_second_menu .big_menu a:hover {
	color: #4AA838;
	text-decoration: none;
}

#top_second_menu .tel a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #3C3C3B;
}

#top_second_menu .tel a:hover {
	color: #4AA838;
	text-decoration: none;
}

#top_second_menu .tel span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #B0B0B0;
}

.my_btn {
	min-width: 88px;
	border-radius: 15px;
	background: #FECE00;
	color: #3F3300;
	font-size: 16px;
	font-weight: 500;
	height: 42px;
	padding: 0px 15px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.my_btn-w {
	min-width: 88px;
	border-radius: 15px;
	background: #fff;
	border: 2px solid #4E4E4E;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	height: 42px;
	padding: 0px 15px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.my_btn:hover {
	background: #4AA838;
	color: #fff;
	text-decoration: none;
}

#poseter {
	background: #F3F3F3;
	padding: 20px 0px;
	position: relative;
	z-index: 3;
}

#poseter .item {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.owl-dots {
	margin-top: -24px;
}

#cotegories {
	background: #fff;
	box-shadow: 0px 3px 32px -4px rgba(124, 124, 124, 0.25);
}

#cotegories .my_btn {
	color: #fff;
}

#cotegories .my_btn,
#cotegories .my_btn-w {
	margin: 0px 5px;
	font-size: 16px;
}

#cotegories .my_btn-w.active,
#cotegories .my_btn-w:hover {
	color: #fff;
	border: 2px solid #4AA838;
	text-decoration: none;
	background: #4AA838;
}

#cotegories .container .row {
	height: 60px;
}

.product_item {
	padding-top: 25px;
}

.title {
	font-weight: 500;
	font-size: 30px;
}

#products .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	z-index: 1;
}

#products .img img {
	width: 100%;
}

#products .info {
	position: relative;
	z-index: 2;
	padding: 0px 5px;
}

#products .info .name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

#products .info .name.active {
	background: #ffffffbd;
	display: inline-block;
	padding: 0px 5px;
	border-radius: 3px;
}

#products .info .tab_menu {
	background: #C4C4C4;
	border-radius: 15px;
	display: flex;
	margin: 0px 0px 10px;
}

#products .info .tab_menu a {
	width: 100%;
	text-align: center;
	line-height: 36px;
	border-radius: 15px;
	color: #333;
	font-weight: 500;
	font-size: 16px;
}

#products .info .tab_menu a:hover {
	text-decoration: none;
}

#products .info .tab_menu a.active {
	background: #FECE00;
}

#products .info .my_btn-w {
	color: #333;
	background: #FECE00;
	border: 0px;
	height: 36px;
}

#products .info .my_btn-w:hover {
	background: #4AA838;
	color: #fff;
	border: 0px;
}

.product_box {
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 15px;
}

.product_box .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_box:after {
	position: absolute;
	content: '';
	border-radius: 15px;
	width: 95%;
	height: 70%;
	bottom: 0px;
	left: 2.5%;
	background: #F7F7F7;
}

.my_btn-w.off .plus {
	margin-right: 0px;
}

#products .info .my_btn-w:nth-child(2):hover {
	background: #FECE00;
	color: #333;
}

#footer {
	background: #F3F3F3;
	font-size: 14px;
	font-weight: 400;
}

#footer .container>.row {
	height: 100px;
}

#footer .logo {
	width: 145px;
	display: block;
}

#footer .logo img {
	width: 100%;
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

#footer ul a {
	font-size: 40px;
	margin: 0px 5px;
	color: #005F94;
}

#footer ul a:hover {
	text-decoration: none;
	color: #4AA838;
}

#footer .tel {
	text-align: right;
}

#footer .tel a {
	font-size: 35px;
	font-weight: 500;
	display: block;
	color: #231F20;
}

#footer .tel a:hover {
	text-decoration: none;
	color: #4AA838;
}

#last-footer .container>.row {
	height: 65px;
	font-size: 14px;
	font-weight: 400;
	color: #231F20;
}

#last-footer .container>.row a {
	font-size: 14px;
	font-weight: 400;
	color: #231F20;
}

#last-footer .container>.row a:hover {
	text-decoration: none;
	color: #4AA838;
}

#cart {
	padding: 50px 0px;
}

.map {
	margin-bottom: 10px;
}

.map iframe {
	width: 100%;
	height: 300px;
}

form label {
	font-size: 18px;
	font-weight: 500;
}

.form-check-label {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.form-check-label.active {
	box-shadow: inset 0 0 0 1px #4AA838 ! important;
}

.form-control {
	border: 1px solid #7C7C7C;
	background: #F3F3F3;
	border-radius: 15px;
	height: 48px;
	line-height: 48px;
}

.form-control:focus {
	color: #333;
	background-color: #fff;
	border-color: #FF9900;
	outline: 0;
	box-shadow: 0 0 0 0.2rem #FECE00;
}

form .my_btn {
	border: 0px;
	width: 300px;
}

.cart-box {
	box-shadow: inset 0 0 0 1px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px;
}

.cart-box .title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 0px;
	text-align: center;
}

.cart-box .title span {
	color: #B0B0B0;
}

.cart-p-content {
	margin-top: 10px;
	padding-top: 10px;
}

.cart-p-item {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.cart-p-item .img {
	width: 120px;
	min-width: 120px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	margin-right: 15px;
}

.cart-p-item .img img {
	width: 100%;
}

.cart-p-item .info {
	width: 100%;
}

.cart-p-item .info .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart-p-item .info .top .name {
	font-size: 18px;
	font-weight: 500;
}

.close {
	cursor: pointer;
}

.close img {
	width: 15px;
	height: 15px;
}

.cart-p-item {
	border-top: 1px solid #E5E5E5;
	padding-top: 15px;
}

.cart-p-item .info .bottom {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart-p-item .info .bottom .my_btn {
	background-color: #FECE00;
	font-weight: 600;
}

.cart-p-item .info .bottom .my_btn:hover {
	color: #333;
}

.cart-p-item .info .bottom .my_btn-w {
	background-color: #FECE00;
	border: 0px;
	font-weight: 600;
}

.my_btn-w i:first-child {
	margin-right: 10px;
}

.my_btn-w i:last-child {
	margin-left: 10px;
}

.plus {
	background: url(../images/plus.svg);
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px;
	display: inline-block;
}

.minus {
	background: url(../images/minus.svg);
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 15px;
	display: inline-block;
}

.cart-footer {
	font-size: 22px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-cart {
	position: relative;
}

.top-cart .cart-box {
	position: absolute;
	overflow: hidden;
	height: 0px;
	z-index: 9999;
	width: 440px;
	right: 0px;
	top: 90px;
	padding: 20px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}

.top-cart .opan-cart {
	opacity: 1;
	top: 60px;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top-cart .cart-p-content {
	margin-top: 0px;
	border: 0px;
}

.top-cart .cart-p-item {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.top-cart .cart-footer .my_btn {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

.modal-lg {
	max-width: 1140px;
}

.modal-content {
	border-radius: 0px;
	border: 0px;
}

.left-form {
	padding: 50px 70px;
}

.left-form .title {
	font-size: 22px;
	margin-bottom: 20px;
}

.left-form .input {
	position: relative;
	margin-bottom: 15px;
}

.left-form .input label {
	box-shadow: inset 0 0 0 1px #ccc;
	border-radius: 4px;
	width: 100%;
	padding: 10px 20px 40px;
	font-size: 14px;
	cursor: pointer;
}

.left-form .input.textra label {
	box-shadow: inset 0 0 0 1px #ccc;
	border-radius: 4px;
	width: 100%;
	padding: 10px 20px 65px;
	font-size: 14px;
	cursor: pointer;
}

.left-form .input input,
.left-form .input textarea {
	outline: none;
	left: 20px;
	right: 20px;
	position: absolute;
	top: 35px;
	width: 75%;
	border: 0px;
}

.left-form .input .form-for-radio input {
	opacity: 0;
}

.left-form .input .form-for-radio label {
	padding-bottom: 10px;
}

.form-for-radio .form-check {
	padding: 0px;
	margin-bottom: 8px;
}

.pice {
	width: 100%;
}

.pice span {
	display: block;
	font-size: 14px;
	border-top: 1px solid #E5E5E5;
	width: 100%;
	text-align: right;
	padding: 10px 0px;
}

.contact-box {}

.contact-box .box {
	display: flex;
	margin-bottom: 20px;
}

.contact-box .box .img {
	background: #4AA838;
	font-size: 35px;
	text-align: center;
	line-height: 77px;
	min-width: 80px;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	color: #fff;
	border-radius: 5px;
}

.contact-box .box ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}

.big-map {
	margin-bottom: 50px;
}

.big-map iframe {
	min-height: 400px;
	display: block;
}

#about {
	margin: 50px 0px;
}

#about .title {
	font-size: 42px;
	margin-bottom: 20px;
}

.reservation {
	background: url(../images/reservation_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 50px;
	color: #fff;
	padding: 100px 0px;
	position: relative;
}

.reservation>div {
	position: relative;
	z-index: 2;
}

.reservation:after {
	width: 49%;
	right: 0px;
	top: 0px;
	height: 100%;
	background: url(../images/testimonial_bg.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	content: '';
	z-index: 1;
}

.reservation .title {
	text-align: center;
}

.reservation .text {
	text-align: center;
	margin: 20px 0px;
}

.reservation .name {
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.reservation .istochnik {
	color: #4AA838;
	text-align: center;
}

.business-rating-badge-view__stars {
	text-align: center;
}

.business-rating-badge-view__stars span {
	margin: 0px 2px;
}

.video_icon {
	position: absolute;
	background: #ffffff;
	color: #000;
	height: 90px;
	width: 90px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 20px;
	line-height: 94px;
	transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: -50%;
	-moz-border-radius: -50%;
	-ms-border-radius: -50%;
	-o-border-radius: -50%;
}

.video_icon::before,
.video_icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	opacity: 0.15;
	z-index: 1;
}

.video_icon::before {
	z-index: 1;
	-webkit-animation: inner-ripple 2000ms linear infinite;
	-moz-animation: inner-ripple 2000ms linear infinite;
	animation: inner-ripple 2000ms linear infinite;
}

.video_icon::after {
	z-index: 1;
	-webkit-animation: outer-ripple 2000ms linear infinite;
	-moz-animation: outer-ripple 2000ms linear infinite;
	animation: outer-ripple 2000ms linear infinite;
}

.active_bar {
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 2px;
	background-color: #4AA838;
	margin-top: 10px;
}
.no-bar {
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 2px;
	background-color: #ccc;
	margin-top: 10px;
}
.bar {
	display: block;
	width: 20%;
	height: 6px;
	border-radius: 2px;
	background-color: #ccc;
	animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
	margin-top: 10px;
}

@keyframes loadingJ {
	0%,
	100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 0);
		background-color: #4AA838;
		width: 100%;
	}
}

.status {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bars {
	margin-top: 30px;
	margin-bottom: 50px;
}
.bars .title {
	font-size: 14px;
}
.bars .item {
	box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 4px;
    padding: 20px;
}
.bars .active .item {
	box-shadow: inset 0 0 0 1px #4AA838;
}
.bars .item i {
	font-size: 20px;
	margin-right: 5px;
	color: #ccc;
}
.bars .active .item i {
	color: #4AA838;
}

.delevery {
	display: flex;
	align-items: center;
}
.delevery .img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	min-width: 60px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.delevery img {
	width: 100%;
}
.delevery .name {
	font-weight: bold;
	font-size: 18px;
}
.delevery a {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}