@font-face {
	font-family: "GothamPro";
	src: url("/catalog/fonts/GothamPro.ttf");
	font-weight: 400;
   }

@font-face {
	font-family: "GothamPro";
	src: url("/catalog/fonts/GothamPro-Light.ttf");
	font-weight: 300;
   }


@font-face {
	font-family: "GothamPro";
	src: url("/catalog/fonts/GothamPro-Medium.ttf");
	font-weight: 500;
   }


@font-face {
	font-family: "GothamPro";
	src: url("/catalog/fonts/GothamPro-Bold.ttf");
	font-weight: 600;
   }


@font-face {
	font-family: "GothamPro";
	src: url("/catalog/fonts/GothamPro-Black.ttf");
	font-weight: 900;
   }



  @font-face {
	font-family: "Font Awesome";
	src: url("/catalog/view/javascript/font-awesome/fonts/fa-regular-400.ttf");
  }

  @font-face {
	font-family: "Font Awesome Brand";
	src: url("/catalog/view/javascript/font-awesome/fonts/fa-brands-400.ttf");
  } 

body {
	font-family: 'GothamPro';
	font-weight: 400;
	color: #272730;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
    font-family: "GothamPro";
}
h2 {
    font-size: 27px;
    font-family: "GothamPro";
}
h3 {
    font-size: 21px;
    font-family: "GothamPro";
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}

.newsblog-article .description-article a {
    color: #000;
    text-decoration: underline;
}



a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 14px;
    height: auto;
    background: none;
    border: none;
    font-family: "GothamPro";
    color: #464646;
    display: block;
    margin-bottom: -2px;
    width: 100%;
    text-align: right;
}

select#input-sort {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    font-family: "GothamPro";
    color: #000;
    padding: 0px;
    margin-left: auto;
    max-width: 150px;
    display: block !important;
    height: 100%;
    position: relative !important;
    float: none;
    font-weight: 500;
    background: transparent;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
    background-color: #fff;
    /* border-bottom: 1px solid #e2e2e2; */
    padding: 15px 0px 10px;
    margin: 0 0 0px 0;
    min-height: 40px;
    position: relative;
}

.menuLeftLogo {
    position: relative;
    z-index: 99;
}

nav#top:before {
    background-image: url(/image/catalog/home/header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -105px;
    z-index: 8;
}

div#logo {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    width: fit-content;
    top: 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	/* color: #ffffff; */
	/* background-color: #229ac8; */
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
	text-decoration: underline;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: auto;
}
/* footer */
footer {
    padding-top: 80px;
    color: #000;
    background-image: url(/image/catalog/home/footer.jpg);
    margin-top: 0px;
    position: relative;
    z-index: 9;
    background-size: cover;
}

footer hr {
	/* border-top: none;
	border-bottom: 1px solid #666; */
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'GothamPro', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px -18px;
    padding: 8px 0;
    /* border: 1px solid #ddd; */
    background: none;
    z-index: 99;
    position: relative;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.breadcrumb > li:first-child {
    padding-left: 15px;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -6px;
    width: 10px;
    height: 8px;
    background-image: url(/image/catalog/home/arrow-right.png);
    background-repeat: no-repeat;
}

.breadcrumb > li:last-child:after {
display: none;
}

.breadcrumb a {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb > li:last-child a {
    font-weight: 400;
}

.fa-home:before {
    content: "\f015";
    font-family: "Font Awesome";
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    letter-spacing: 2px;
    margin-left: 0px;
}

.form-horizontal.qc-totals .row:first-child {
    display: none;
}

.btn-primary {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    letter-spacing: 2px;
    margin-left: 0px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
    background-position: 0 -15px;
    color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff !important;
    text-shadow: none;
    background-color: #000;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
    transition: all 0.15s ease-in;
    text-decoration: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: none !important;
}

.product-compare h1 {
    font-family: "GothamPro";
    color: #000;
    margin-bottom: 30px;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: all 0.2s ease-in;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	color: #000;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* border: 1px solid #ddd; */
	margin-bottom: 20px;
	/*overflow: auto;*/
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/* .product-thumb .image a:hover {
	opacity: 0.8;
} */
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 65px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
    margin-left: -10px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.image-additional {
    max-width: 108px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 5px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #000;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000;
    
}

.btn-danger:hover {
    background-image: none;
    background-color: #fff;
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000;
}

.flexRowHead {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.profileImg {
    width: 25px;
}


img.searchImg {
    width: 25px;
}

.bthHead {
    background: transparent !important;
    border: none !important;
	box-shadow: none !important;
	padding: 0px;
}

.imgShopCart {
    width: 25px;
    position: relative;
    top: 3px;
}

#cart-total {
    background-color: #e22829;
    padding: 0px 0px;
    border-radius: 30px;
    position: absolute;
    left: 12px;
    top: -2px;
    width: 18px;
    text-align: center;
}

.telHead {
    font-family: "GothamPro";
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
}

.telHead:hover {
	text-decoration: underline !important;
}

.manuHeadLeft a:hover {
	text-decoration: underline !important;
}

.languageBlock {
    position: relative;
    top: 10px;
}

.flexRowHead .list-inline li {
	padding: 0px 0px 0px 20px;
}

.manuHeadLeft a {
    color: #000;
    font-size: 14px;
    font-family: "GothamPro";
    padding: 0px 23px 0px 0px;
}

.flexRowHead ul.list-inline {
    margin: -14px 0px 0px 0px !important;
}


#megamenu-menu {
    margin-bottom: 0px !important;
}

.header-bg {
    z-index: 9;
    position: relative;
    background: transparent;
    padding: 0px 0px;
    margin-top: 6px;
    min-height: 50px;
}

/*HOME CAROUSEL START*/
  
  /* fix blank or flashing items on carousel */
 section.home-slider-section .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    height: 89vh;
    background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    align-items: center;
    background-position: center 0;
}
  
  /* end fix */
  .owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
  }
  
  .owl-nav i {
	font-size: 52px;
  }
  
  .owl-nav .owl-prev {
	left: -30px;
  }
  
  .owl-nav .owl-next {
	right: -30px;
  }

  .carousel-wrap {
    /* height: 82vh; */
    z-index: 0;
}

section.home-slider-section {
    margin-top: -50px;
}

  /*HOME CAROUSEL END*/

.title-slider {
    font-family: "GothamPro";
    color: #fff;
    text-align: left;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
.owl-stage-outer .block_slider_left, .owl-stage-outer .block_slider_left h1 {
	text-align: left;
}
.owl-stage-outer .block_slider_left h1 {
	text-transform: none;
}
.owl-stage-outer .textBlock-slider a.lastCollect {
	text-align: left;
	margin-left:50px;
}

.textBlock-slider {
    text-align: center;
}

.lastCollect {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "GothamPro";
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    padding: 18px 25px;
    /* margin-top: 20px; */
}

.featuresIcon {
    width: 53px;
    float: left;
    padding-right: 10px;
}

.textRightFeat {
    font-size: 14px;
    font-family: "GothamPro";
    color: #333;
}

.boldTitle {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
    margin-top: -1px;
}

.features-section {
    padding: 70px 0px;
    background-color: #f8f8f8;
}



.owl-latest-product .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    height: auto;
}
  
.imgNext {
    transform: rotate(180deg);
}

.newLatest {
    font-size: 50px;
    font-family: "GothamPro";
    color: #1e1e1e;
    padding: 80px 0px 0px;
    font-weight: 600;
    line-height: 1.2;
}

.product-thumb .caption {
    min-height: 250px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owl-latest-product .product-thumb {
	min-height: auto;
	border: none;
}

.latest-product {
    text-align: center;
}

.btnLatest {
    border: none;
    background: none;
    font-size: 12px;
    color: #fff;
    font-family: "GothamPro";
    position: absolute;
    /* top: 36%; */
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    /* text-decoration: underline; */
    border-bottom: 1px solid #fff;
    padding: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing: 1px;
	opacity: 0;
	transition: all 0.15s ease-in;
}

.blockSrav {
    position: absolute;
    top: 41%;
    /* bottom: 0; */
    left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.15s ease-in;
}

.btnListModule {
    position: relative;
    margin: auto;
    padding: 0px 17px !important;
    letter-spacing: 1px;
    opacity: 1;
    background: transparent;
    transition: all 0.15s ease-in;
    box-shadow: none !important;
	border: none !important;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
}

.btnListModule:first-child {
    border-right: 1px solid #fff !important;
}

.latest-product:hover .blockSrav {
	opacity: 1;
}

.latest-product:hover .btnLatest {
	opacity: 1;
}


.category-hover:hover .blockSrav {
	opacity: 1;
}

.category-hover:hover .btnLatest {
	opacity: 1;
}

.category-hover {
    transition: all 0.15s ease-in;
}



.category-hover .blockSrav {
    text-align: center;
}

.nameProduct a {
    color: #171717;
    font-size: 14px;
    font-family: "GothamPro";
    font-weight: normal;
}

.nameProduct {
    margin-top: 15px;
}

.product-thumb .price {
    color: #000000;
    font-size: 23px;
    font-family: "GothamPro";
    margin-top: 5px;
    font-weight: 400;
}



.product-thumb .image a {
    display: block;
transition: all 0.15s ease-in;
}

.product-thumb .image a:after {
    display: block;
    /* background: #53b77fba !important; */
    z-index: 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.15s ease-in;
}

.latest-product:hover .image a:after {
    display: block;
    background: #53b77fba !important;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: all 0.15s ease-in;
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

.owl-latest .owl-nav.disabled {
    display: block;
}

.latest-product {
	transition: all 0.15s ease-in;
}

.latest-product:hover {
    transform: translate(0px, -15px);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.15);
}

.category-hover:hover {
    transform: translate(0px, -15px);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.15);
}



.inlineSoc {
    margin-top: 20px;
}

.textMagaz {
    color: #5d5d5d;
    font-size: 14px;
    font-family: "GothamPro";
    margin-bottom: 15px;
}

.textMagaz a {
    color: #5d5d5d;
}

.textMagaz a:hover {
    color: #5d5d5d;
	text-decoration: underline;
}

.writeLetter {
    color: #001717;
    font-size: 14px;
    font-family: "GothamPro";
	    margin-bottom: 20px;
}

.formLetter input, .formLetter button {
    width: 100%;
    margin: 12px 0px;
}

.inputMail {
    border: none !important;
    border-bottom: 2px solid #828282 !important;
    font-size: 14px !important;
    color: #828282;
    font-family: "GothamPro" !important;
    padding: 0px 0px 15px !important;
    width: 100% !important;
    border-radius: 0px !important;
    min-height: 50px !important;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 0 !important;
}

.submit-btn {
    font-size: 12px !important;
    color: #fff !important;
    font-family: "GothamPro";
    text-transform: uppercase;
    border: none !important;
    background: #000 !important;
    font-weight: bold !important;
    padding: 8px 0px !important;
    height: 50px !important;
    width: 100% !important;
    border-radius: 0px !important;
}

.inputMail:focus {
    box-shadow: none !important;
    outline: none !important;
}

.submit-btn:focus {
    outline: none;
}

.flexCopy {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 30px;
}

.flexCopy p {
    color: #afafaf;
    font-size: 14px;
    font-family: "GothamPro";
}

.voll {
    font-weight: bold;
    color: #afafaf;
}

.voll:hover {
    font-weight: bold;
    color: #afafaf;
	text-decoration: underline;
}

.owl-latest .owl-nav.disabled {
    display: block !important;
}

.bestseller-product .image a:after {
    display: block;
    background: #8b8698b8 !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.15s ease-in;
}

.bestseller-product:hover .image a:after {
    display: block;
    background: #8b8698b8 !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.15s ease-in;
}

.bestMargin {
    padding: 50px 0px 30px;
}

.row-flex-feat {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.left-col-feat {
    flex-basis: 30%;
}

.center-col-feat {
    flex-basis: 22%;
}

.right-col-feat {
    flex-basis: 30%;
}


.megamenu-type-html {
	width: 220px;
	margin-top: 0px !important;
}

.customMenuLink {
    font-size: 14px !important;
    font-family: "GothamPro";
    text-transform: uppercase;
}

.customMenuLink {
    font-size: 14px !important;
    font-family: "GothamPro";
    text-transform: uppercase;
    padding: 6px 12px !important;
}

.customMenuLink:hover {
	color: #000 !important;
	text-decoration: underline;
}

.fa-heart:before {
    content: "\f004";
    font-family: "Font Awesome";
}

.fa-balance-scale-right:before {
    content: "\f516";
    font-family: "Font Awesome";
}

.fa-caret-down:before {
    content: "\f0d7";
    font-family: "Font Awesome";
    color: #000;
    font-weight: bold;
}

.languageSpan {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-shadow: none;
}

.caretImg {
    position: relative;
    top: -1px;
}

.menuLanguage {
	min-width: 40px;
	padding: 0px;
}

.menuLanguage li {
    padding: 0px !important;
}

.languageBtn {
    padding-right: 0px;
}

.dropdown-img:after {
    content: "";
    background-image: url(/image/catalog/home/caret.png);
    width: 7px;
    height: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
    right: -7px;
}

#logo img.img-responsive {
    height: 30px;
}

p.subtitle-rastа:after {
    content: "";
    display: block;
    height: 60px;
    width: 3px;
    background: #bb2426;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

ul.dropdown-menu.dropdown-menu-right li a {
    color: #000 !important;
    font-family: "GothamPro";
    text-transform: none;
    padding: 0px;
    margin: 10px 0px 10px 10px;
}

ul.dropdown-menu.dropdown-menu-right li a:hover {
    color: #000;
    background: transparent;
    text-decoration: underline !important;
}

.dropdown-menu-right {
    min-width: 155px;
}

.menuLanguage a:hover {
    background: none !important;
    text-decoration: underline !important;
}

.menuLanguage a span:hover {
    background: none !important;
    text-decoration: underline !important;
}

.category-hover:hover .image a:after {
    display: block;
    background: #8b8698b8 !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.15s ease-in;
}

.category-hover {
    margin-bottom: 40px;
}

.block-text-cat p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.5;
}

.block-text-cat h2 {
    font-size: 22px;
    font-family: "IBMPlex";
    font-family: "GothamPro";
    color: #000;
    margin-bottom: 25px;
}

.block-desc-cat {
    position: relative;
    margin-top: 50px;
}

.block-desc-cat .absolutImgCenter {
    position: absolute;
    top: 0px;
    right: 0;
}

.block-text-cat {
    position: relative;
    z-index: 1;
}

.category-head {
    font-size: 14px;
    font-family: "GothamPro";
    text-shadow: none;
    color: #787878;
    font-weight: 300;
}

.ocfilter-option .ocf-option-name {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #000;
	font-family: "GothamPro";
	border-bottom: 1px solid #ebebeb !important;
	padding-bottom: 15px;
}

div#ocfilter {
	border: none;
	box-shadow: none;
}

.ocfilter-option label span.newcheckbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0px;
}

.ocfilter-option .ocf-option-values {
	position: relative;
	margin-left: 20px;
}

.ocfilter-option .ocf-option-values label {
	position: relative;
}

.ocfilter-option label input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ocfilter-option label .link-name {
    color: #898989;
    text-decoration: none;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
    position: relative;
    top: -4px;
    transition: all 0.15s ease-in;
}

.ocfilter-option label .link-name:hover {
    color: #000;
}

.ocfilter-option {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.fa-times-circle:before {
    content: "\f057";
    font-family: "Font Awesome";
    color: #000;
    /* background: #000; */
    /* overflow: hidden; */
    border-radius: 100%;
    font-size: 20px;
}

i.fa.fa-times-circle {
    margin-right: 15px;
}

.list-group-item.selected-options {
    border: none;
    text-align: left;
}

.ocfilter-option label input:checked ~ span.newcheckbox {
    background-color: #fff;
}

.ocfilter-option label input:checked ~ span.newcheckbox:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ocfilter-option label input:checked ~ .link-name {
	color: #000;
}

.custom-end-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left;
    font-size: 14px;
    align-items: center;
    display: flex;
    padding: 0px;
    margin-bottom: 32px;
}

.row-product-cat {
    margin-top: 25px;
}


.thumb-product {
    border: none;
}

.product-head {
    font-size: 35px;
    font-family: "GothamPro";
    color: #1e1e1e;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.minus, .plus {
border: 1px solid #d4d4d4;
    background: none;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    /* font-weight: bold; */
    color: #9d9d9d;
    /* align-items: center; */
    font-family: "GothamPro";
    padding: 0px;
    font-weight: 500;
}

input#input-quantity {
    text-align: center;
    width: 100%;
    max-width: 55px;
    border: none;
    box-shadow: none;
    font-size: 19px;
    font-family: "GothamPro";
    text-shadow: none;
    font-weight: 600;
    color: #e32929;
}

.block-inline-quant {
	display: flex;
}

.price-block {
    font-family: "GothamPro";
    font-weight: bold;
    color: #000;
    font-size: 34px;
}

.btn-add-cart-custom {
    max-width: 225px;
    background: none;
    color: #000;
    text-shadow: none;
    border: 1px solid #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 13px;
	border-radius: 0px;
	transition: all 0.15s ease-in;
}

.btn-add-cart-custom:hover {
    color: #fff;
	text-shadow: none;
	background: #000;
}

.btn-custom-srav {
    background: none;
    border: none;
    box-shadow: none;
}

.btn-custom-srav i {
    font-size: 20px;
    color: #000;
}

span.price-text {
    font-size: 27px;
    font-weight: 400;
    margin-right: 10px;
    color: #262626;
    position: relative;
}
span.price-text:after {
	content: ' грн';
	font-size: 20px;
}
.price-total:after {
	content: ' грн';
	font-size: 15px;
}
.product-thumb .price {
	position: relative;
}
.product-thumb .price:after {
	content: ' грн';
	position: absolute;
	display: block;
    right: -30px;
    top: 2px;
    font-size: 14px;
}

.procentBlock img {
    float: left;
    margin-right: 10px;
    max-height: 55px;
    margin-top: 6px;
}

.descRight-proc {
    height: 75px;
    align-items: center;
    display: flex;
}

.block-desc-proc {
    margin-bottom: 25px;
}

.form-group.group-inline {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 30px;
}


.descRight-proc p {
    font-size: 15px;
    color: #000;
    font-family: "GothamPro";
    line-height: 2;
    margin-left: 15px;
}

.bg-with-img {
    background-size: cover;
}

.bg-with-img {
    background-size: cover;
    position: relative;
    top: -50px;
    padding: 95px 0px 45px;
}

.kilkist {
    font-family: "GothamPro";
    font-size: 14px;
    color: #000;
    display: block;
	margin-bottom: 30px;
	margin-top: 9px;
}

.ocfilter .ocfilter-option {
    margin-bottom: 35px;
}

.attribute-block {
    display: inline-block;
    margin-top: 40px;
}

ul.attribute-block li {
    color: #0c1013;
    font-size: 16px;
    font-family: "GothamPro";
    margin-bottom: 5px;
}

span.blod-znach {
    font-weight: bold;
    color: #0c1013;
}

.block-attr li {
    color: #0c1013;
    font-size: 16px;
    font-family: "GothamPro";
    margin-bottom: 5px;
}

ul.block-attr.list-unstyled {
    margin-top: -10px;
}

.blockDesc p {
    color: #0c1013;
    font-size: 16px;
}

.title-prim {
    font-weight: bold;
    margin-bottom: 5px;
}

.title-random {
    font-size: 35px;
    font-family: "GothamPro";
    color: #1e1e1e;
    margin-bottom: 50px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 60px;
}

.blockDesc {
    margin-top: 30px;
    max-width: 350px;
    line-height: 1.5;
}

.random-prod {
    margin-top: 0;
}

.block-option-custom .radio {
    display: inline-block;
}

.option-title-custom {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.block-option-custom {
    margin-top: 35px;
}

.block-option-custom .radio label {
    padding-left: 0px;
    margin-right: 10px;
}

span.name-option {
    display: none;
}

.block-option-custom .radio input {
    opacity: 0;
}

.block-option-custom .img-thumbnail {
    border-radius: 100%;
}

.block-pag-cat {
    text-align: center;
}

.row-product-cat .product-layout {
    min-height: 454px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 14px;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    font-weight: bold;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #000;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}

.fa-filter:before {
    content: "\f0b0";
    font-family: "Font Awesome";
}

.fa-book:before {
    content: "\f02d";
    font-family: "Font Awesome";
}

.fa-truck:before {
    content: "\f0d1";
    font-family: "Font Awesome";
}

.fa-credit-card:before {
    content: "\f09d";
    font-family: "Font Awesome";
}

.fa-chevron-down:before {
    content: "\f078";
    font-family: "Font Awesome";
}

.fa-chevron-up:before {
    content: "\f077";
    font-family: "Font Awesome";
}

.fa-times:before {
    content: "\f00d";
    font-family: "Font Awesome";
    color: #171717;
}

.fa-check:before {
    content: "\f00c";
    font-family: "Font Awesome";
}

.fa-shopping-cart:before {
    content: "\f07a";
    font-family: "Font Awesome";
}


/*DOSTAVKA I OPLATA START*/

.bg-dostavka.bg-with-img {
    background: linear-gradient(90deg, #f4f5f6 20%, #fafafa 50%);
}

.inform-head {
    font-family: "GothamPro";
    color: #000;
    font-size: 44px;
    text-shadow: none !important;
    margin-bottom: 15px;
}

.titleDost {
    font-size: 22px;
    font-family: "GothamPro";
    color: #000;
    padding-top: 14px;
}

.float-left {
    float: left;
    margin-right: 15px;
}

.dostavkaText p {
    font-size: 16px;
    font-family: "GothamPro";
    color: #171717;
    line-height: 1.3;
    margin-top: 25px;
}

.first-bold {
    font-weight: 500;
}

.formDostavka input.inputMail {
    height: 50px;
}

.text-ras {
    color: #001717;
    font-size: 14px;
    font-family: "GothamPro";
    margin-top: 16px;
}

.titleRassylka {
    font-family: "GothamPro";
    color: #171717;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.title-vozvrat {
    font-size: 22px;
    font-family: "GothamPro";
    color: #0c1013;
    margin-bottom: 35px;
}

.block-text-two p {
    color: #171717;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.block-cyfry p {
    font-size: 16px;
    color: #171717;
    margin-bottom: 20px;
}

.vozvrat-title-spisok {
    color: #0c1013 !important;
    font-family: "GothamPro";
    font-size: 22px !important;
    margin-bottom: 20px;
}

.block-cyfry {
    margin-top: 50px;
    margin-bottom: 100px;
}

.title-form-vozvrat {
    font-size: 22px;
    color: #171717;
    font-family: "GothamPro";
    margin-bottom: 20px;
}

.subtitle-form-vozvrat {
    color: #001717;
    font-size: 14px;
}

.formWesta input {
    border: none;
    border-bottom: 2px solid #828282;
    width: 100%;
    font-size: 14px;
    color: #828282;
    padding-bottom: 10px;
    height: 50px;
}

.btn-send {
    font-size: 12px;
    color: #fff;
    font-family: "GothamPro";
    text-transform: uppercase;
    border: none;
    background: #000;
    font-weight: bold;
    padding: 15px 0px;
    width: 100%;
    letter-spacing: 1px;
}

.formWesta {
    margin-top: 40px;
}

.btn-poshta {
    font-size: 12px;
    color: #000;
    font-family: "GothamPro";
    text-transform: uppercase;
    border: none;
    background: transparent;
    font-weight: bold;
    padding: 15px 30px;
    letter-spacing: 1px;
    border: 1px solid #000;
    transition: all 0.15s ease-in;
}

.block-btn-poshta {
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn-poshta img {
    margin-right: 10px;
    position: relative;
    left: -7px;
}

.btn-poshta:hover {
    font-size: 12px;
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.formWesta input:focus {
    outline: none;
}

a:focus, a:hover {
    color: initial;
    text-decoration: none;
    outline: none !important;
}

div#post_form_success {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 40px;
    font-family: "GothamPro";
}

/*DOSTAVKA I OPLATA END*/


.countdown-title {
	font-family: BebasNeueBold, sans-serif;
	color: #fe4040;
	text-transform: uppercase;
	font-size: 50px;
    margin-bottom: -15px;
}

	.countdown {
		font-family: sans-serif;
		color: #fff;
		display: block;
		font-weight: 100;
		text-align: left;
		font-size: 30px;
		margin-bottom: 0px;
	}

	.countdown-number {
		padding: 10px 0px;
		border-radius: 3px;
		background: transparent;
		display: inline-block;
	}

    .countdown-time {
        padding: 15px 1px 0px;
        border-radius: 3px;
        background: transparent;
        display: inline-block;
        color: #009944;
        font-size: 42px;
        font-family: "GothamPro";
        font-weight: 400;
    }

    .countdown-text {
        display: block;
        padding-top: 16px;
        font-size: 14px;
        color: #7b7b7b;
        font-family: "GothamPro";
        text-align: center;
        width: auto;
        margin: 0px auto 12px -8px;
        line-height: 0px;
    }

	.perePrice {
		font-size: 30px;
		display: block;
		position: relative;
		margin-left: 0px;
		margin-bottom: -15px;
	}

.perePrice:before {
    content: "";
    background: #fe4040;
    display: block;
    width: 57px;
    height: 3px;
    position: absolute;
    top: -5%;
    bottom: 0;
    left: -1px;
    right: 0;
    transform: rotate(16deg);
    margin: auto;
}

.product-category59_61 .block-desc-cat {
    display: none;
}

.dvoKrap {
    color: #009944;
    font-family: "GothamPro";
    font-weight: 400;
    font-size: 42px;
    position: relative;
    right: -4px;
    top: -4px;
}

nav.nav-pod-zakolka a {
    color: #000 !important;
    text-align: center;
    padding: 0px !important;
}

.skidka {
    max-width: 477px;
    width: 100% !important;
    margin-bottom: 50px;
}

.title-slider-akcia {
    font-size: 64px;
    color: #fff;
    text-align: left;
    font-family: "GothamPro";
    margin-bottom: 40px;
}

.text-do-konca {
    font-size: 14px;
    font-family: "GothamPro";
    color: #fff;
    font-weight: 400;
    margin-left: 4px;
}

.img-logo-inform {
    max-width: 255px;
}

.evita-title {
    font-size: 22px;
    font-family: "GothamPro";
    color: #000;
    margin-top: 20px;
}

#option-10016 {
    display: none;
}

.title-soc-evita {
    font-size: 16px;
    font-family: "GothamPro";
    color: #000;
    font-weight: bold;
}

img.socImgIcon.soc-evita-img {
    border: 1px solid #000;
    padding: 5px;
    height: 30px;
}

.tel-soc-evita {
    color: #0c1013;
}

.contact-evita {
    font-size: 16px;
    font-family: "GothamPro";
    color: #0c1013;
    margin-top: 14px;
}

.soc-evita {
    margin-bottom: 40px;
}

.imgInEvita {
    width: 100%;
}

.block-text-evita p {
    color: #0c1013;
    font-size: 16px;
    font-family: "GothamPro";
    margin-bottom: 15px;
}

.block-text-evita {
    margin-top: 35px;
}

p.title-ourContact {
    line-height: 1.3;
    color: #0c1013;
    display: block;
    min-height: 20px;
    font-size: 16px;
    font-family: "GothamPro";
    font-weight: bold;
    margin-bottom: 15px;
}

.title-our-contact {
    font-size: 22px;
    font-family: "GothamPro";
    color: #0c1013;
    margin-bottom: 30px;
}

.subtitle-ourContact {
    color: #0c1013;
    font-size: 16px;
    font-family: "GothamPro";
    line-height: 1.5;
}

.contact-link {
    color: #0c1013;
    text-decoration: underline;
}

.contact-link:hover {
    color: #0c1013;
    text-decoration: underline;
}

.block-ourContact {
    margin-bottom: 50px;
}

.maps-evita {
    width: 100%;
}

.magaz-on-map {
    font-size: 22px;
    font-family: "GothamPro";
    color: #171717;
    margin-top: 50px;
    margin-bottom: 45px;
}

.magazadres {
    color: #0c1013;
    font-size: 16px;
    margin-bottom: 30px;
}

.block-maps {
    margin-bottom: 50px;
}



.title-article a {
    color: #0c1013;
    font-size: 16px;
    font-family: "GothamPro";
    font-weight: bold;
}

.preview-article {
    color: #0c1013;
    font-size: 14px;
    font-family: "GothamPro";
}

.podrob a {
    color: #e42929;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    background: #fff;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 15px;
}


.article-date {
    color: #e6a3a3;
    font-size: 15px;
    margin-bottom: 10px;
}

.posled-article {
    font-size: 22px;
    font-family: "GothamPro";
    color: #0c1013;
    margin: 15px 0px;
}

p.inform-head {
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-article-inside {
    font-size: 29px;
    font-family: "GothamPro";
    color: #282828;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 15px;
}

.date-article {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 500;
}

.newsblog-article .thumbnails > li {
    margin-left: 0px;
    padding: 0px 5px;
}

.newsblog-article .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.description-article p {
    margin-top: 20px;
    color: #4c4c4c !important;
    font-size: 16px;
    line-height: 1.4;
}

.row-flex-article-inside {
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
}

.description-article {
    margin-top: 35px;
}

.related-news {
    font-size: 22px;
    font-family: "GothamPro";
    color: #171717;
}

.related-block {
    margin-top: 50px;
}

.fa-check-circle:before {
    content: "\f058";
    font-family: "Font Awesome";
}

.alert-success {
    color: #171717 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 14px;
}

.alert-success a {
    color: #171717;
    text-decoration: underline;
}

.btn-group-justified .btn-group label, .btn-group-justified .btn-group button {
    background: transparent !important;
    color: #171717 !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: "GothamPro";
    font-weight: bold !important;
    letter-spacing: 1px;
    box-shadow: none !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    padding: 13px 0px !important;
}

label.btn.btn-primary.active {
    color: #fff !important;
    background: #171717 !important;
}

#d_quickcheckout .panel-default > .panel-heading {
    background: transparent !important;
    border: none !important;
}

#d_quickcheckout .panel-default {
    border: none !important;
    box-shadow: none !important;
}

#d_quickcheckout .panel-title span.text {
    font-size: 22px;
    font-family: "GothamPro";
    color: #171717;
}

.fa-truck:before {
    content: "\f0d1";
    font-family: "Font Awesome";
    font-size: 22px;
    color: #171717;
}

.fa-credit-card:before {
    content: "\f09d";
    font-family: "Font Awesome";
    font-size: 22px;
    color: #171717;
}

#d_quickcheckout p {
    margin: 0 0 10px;
    font-size: 15px;
    font-family: "GothamPro";
    color: #171717;
}

#d_quickcheckout strong.title {
    font-size: 16px;
    font-weight: bold;
    color: #171717;
    margin: 18px 0px 14px !important;
    display: block;
}

.radio-input span.text, .radio-input span.price {
    color: #171717;
    font-size: 15px;
}

#payment_address_form label.control-label {
    display: none;
}

#shipping_address_form label.control-label {
    display: none;
}

div#shipping_address {
    margin-top: 66px;
}

#payment_address_form input {
display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px 10px 15px;
    font-size: 14px !important;
    line-height: 1.42857143;
    position: relative;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#confirm_agree_input a {
    color: #171717;
    text-decoration: underline;
}

input#payment_address_telephone {
    padding-left: 48px !important;
    padding-bottom: 7px !important;
}

#shipping_address_form input {
    display: none;
}

div#shipping_method .panel-heading, div#shipping_method .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}

div#payment_method .panel-heading, div#payment_method .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}

#shipping_address_form input, #shipping_address_form select {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #828282 !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    background: transparent !important;
    height: 40px !important;
    color: #828282 !important;
    font-size: 14px !important;
    display: block;
}

#cart_view .control-label, #cart_view .text-right {
    font-size: 16px !important;
    color: #171717 !important;
    padding: 0px !important;
    margin-bottom: 5px;
}

#confirm_comment_input span.text {
    font-size: 16px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 30px !important;
    display: block;
}

textarea#confirm_comment {
display: block;
    width: 100%;
    height: 145px;
    padding: 10px 15px 10px 15px;
    font-size: 14px !important;
    line-height: 1.42857143;
    position: relative;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


#d_quickcheckout button#qc_confirm_order {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 15px 28px;
    letter-spacing: 2px;
    margin-left: auto;
    max-width: 250px
}

div#d_quickcheckout {
    margin-top: 50px;
}

.img-product-checkout {
    /* float: left; */
    margin-right: 20px;
    display: inline-block;
}

.caption-checkout a {
    color: #171717 !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
}

.price-total {
    font-weight: 600;
    font-size: 22px;
}

#d_quickcheckout button.btn.btn-primary.decrease {
    background: transparent !important;
    color: #000 !important;
    border-radius: 100% !important;
    border-color: #000 !important;
    padding: 9px 10px !important;
    width: 33px !important;
    height: 33px !important;
}

#d_quickcheckout button.btn.btn-primary.increase {
    background: transparent !important;
    color: #000 !important;
    border-radius: 100% !important;
    border-color: #000 !important;
    padding: 9px 10px !important;
    width: 33px !important;
    height: 33px !important;
}

#d_quickcheckout button.btn.btn-primary.increase:focus {
    outline: none;
}

#d_quickcheckout button.btn.btn-primary.decrease:focus {
    outline: none;
}

input.qc-product-qantity.form-control.text-center {
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 16px !important;
}

#d_quickcheckout button.btn.btn-danger.delete {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 0;
    position: absolute;
    top: -15px;
    right: 0;
    padding-right: 0px;
}

.form-horizontal.qc-totals {
    display: block !important;
    width: 100%;
    padding-right: 15px;
}

#d_quickcheckout .qc-product-qantity {
    min-width: 38px;
    background: transparent;
}

.fa.fa-times {
    font-size: 22px !important;
}

.qc-checkout-product.panel-body {
    margin-top: 25px;
    margin-bottom: 20px !important;
}

#d_quickcheckout .input-group.input-group-sm {
    max-width: 130px;
}

.caption-checkout {
    margin-bottom: 35px;
}

.quantity-check {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-left: 20px;
}

.quantity-check {
    display: inline-block;
}


.block-vsego {
    display: inline-block;
}

.product-checkout-block {
    position: relative;
    margin-bottom: 50px;
}

div#payment_method_list label {
    color: #171717;
    font-size: 15px;
}

.fa-share:before {
    content: "\f064";
    font-family: "Font Awesome";
}

.minus:focus, .plus:focus {
    outline: none;
}

.btnLatest:focus {
    outline: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    outline: none !important;
}

button.btn.btn-custom-srav:focus {
    outline: none !important;
    box-shadow: none !important;
}

#login_model .modal-dialog {
    background: #fff !important;
}

#login_model .modal-content {
    border-radius: 0px;
}

.fa-exclamation-circle:before {
    content: "\f06a";
    font-family: "Font Awesome";
}

.fa-angle-right:before {
    content: "\f105";
    font-family: "Font Awesome";
}

.login-title {
    text-align: center;
    font-size: 22px;
    font-family: "GothamPro";
    color: #171717;
}

#login_form label.control-label {
    display: none;
}

#button_login {
    max-width: 100%;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: #000 !important;
    border-color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
    font-weight: bold !important;
    min-height: 50px;
    /* margin-left: auto !important; */
    position: relative !important;
    right: 0px !important;
    display: block !important;
    width: 100% !important;
    color: #fff !important;
}

.blockText.seoHomeText {
    left: 18px;
}

#login_form input {
    font-size: 14px;
    font-family: "GothamPro";
    box-shadow: none !important;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #828282 !important;
    padding: 0px 0px 5px;
    height: 40px;
    margin-bottom: 10px;
}

.blockLastImg .blockText.seoHomeText {
    left: -6px;
    top: -50px;
}

#remeber_password {
    color: #171717;
    text-decoration: underline;
}

.checkout-checkout footer {
    margin-top: 20px;
}

.width-img-svg {
    max-width: 48px;
}

.block-oplata .width-img-svg {
    max-width: 41px;
}

.bg-category.register-bg {
    background-color: #f7f8fd;
    background-image: none;
}

.account-register legend {
    font-size: 22px;
    color: #000;
    font-family: "GothamPro";
}

.account-register form fieldset input[type="text"], .account-register form fieldset input[type="password"], .account-register form fieldset input[type="email"], .account-register form fieldset input[type="tel"], .account-register form fieldset select {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #828282 !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    height: 40px !important;
    color: #828282 !important;
    font-size: 14px !important;
}

.account-register #content p {
    font-size: 14px;
    color: #000;
}

.account-register input.btn.btn-primary {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    letter-spacing: 2px;
    margin-left: 0px;
}

.account-account h2 {
    font-family: "GothamPro";
    color: #000;
    margin-bottom: 15px;
}

.account-account .list-unstyled a {
    color: #000 !important;
    font-size: 14px;
    font-family: "GothamPro";
    margin-bottom: 6px;
    display: inline-block;
}

.account-account .list-unstyled a:hover {
    text-decoration: underline;
}

.account-order h1 {
    font-family: "GothamPro";
    color: #000;
}

.form-horizontal .control-label {
    color: #000;
    font-size: 14px;
}

.account-register a b {
    color: #000;
    text-decoration: underline;
}

.account-register #content a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.list-group-item {
    color: #000 !important;
    font-size: 14px;
    font-family: "GothamPro";
}

.well h2 {
    font-family: "GothamPro";
    font-size: 22px;
    color: #000;
}

.well {
    min-height: 326px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}

.well .btn.btn-primary {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    letter-spacing: 2px;
    margin-left: 0px;
}

.margin-register {
    margin-top: 50px;
    margin-bottom: 80px;
}

.well a.btn.btn-primary {
    display: inline-block;
    margin-top: 18px;
}

.related-block .article-thumb {
    margin-top: 13px;
}

.checkout-success h1 {
    font-size: 32px;
    color: #000;
    font-family: "GothamPro";
    margin-bottom: 20px;
}

.checkout-success #content p {
    font-size: 16px;
    color: #000;
}

.checkout-success #content a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.checkout-success #content a.btn.btn-primary {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    background: #000;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 12px;
    min-width: 160px;
}

.akcii-span {
    color: #000;
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
}

table.table.table-bordered td {
    color: #000;
    font-family: "GothamPro";
}

table.table.table-bordered td a {
    color: #000;
    font-family: "GothamPro";
    text-decoration: underline;
}

.row-product-btn {
    position: relative;
}

.block-text-evita h2 {
    color: #000;
    font-family: "GothamPro";
    font-size: 22px;
    margin-bottom: 15px;
}

.checkout-checkout .img-product-checkout {
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.checkout-cart h1 {
    font-family: "GothamPro";
    color: #000;
    margin-bottom: 20px;
}

.list-plata li {
    font-family: "GothamPro";
    font-size: 16px;
    color: #171717;
    margin-bottom: 5px;
}

#option-10017 {
    display: none;
}

.modal-body {
    padding: 20px;
}

.radio-input.radio span.price {
    display: none;
}

button#button-cat[disabled] {
    background: transparent !important;
    color: #000;
    border: 1px solid #000;
    text-shadow: none;
    box-shadow: none !important;
}




body.product-category59.filter-10012-67248360 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_obruchi.jpg);
}

.filter-10012-847419357 .bg-category {
    background-image: url(/image/catalog/category-filter/bg-zakolki.jpg);
}
body.product-category59.filter-10012-2254667479 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_povyazki.jpg);
}

body.product-category59.filter-10012-604256165 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_rezinki.jpg);
}

body.product-category59.filter-10012-4170086023 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_rascheski.jpg);
}

body.product-category59.filter-10012-754041559 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_ukrasheniya.jpg);
}

body.product-category59.filter-10017-454015028 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_svadebnie_ukr.jpg);
}

body.product-category59.filter-10012-2905483759 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_sunglasses.jpg);
}

body.product-category59.filter-10012-235659455 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_golovnie_ubori.jpg);
}

p.subtitle-rastа {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 45px;
}

#logo img.img-responsive {
    height: 123px;
}

span.tel-icon-head {
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #787878;
    border-radius: 100%;
}

.inside-tel-head {
	display: flex;
    align-items: center;
    max-width: 405px;
}

.block-head-tel-inside {
    display: flex;
    flex-wrap: wrap;
}

a.tel-inside-head {
font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    flex-basis: 50%;
    margin-bottom: 2px;
}

span.tel-icon-head {
    margin-right: 12px;
}

a.tel-inside-head.btn-call-to-me {
    color: #BC2729;
    font-weight: 400;
    text-decoration: underline;
}

.menuRightLogo {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

span.adres-icon-head {
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #787878;
    border-radius: 100%;
    margin-right: 12px;
}

.inside-adres-head {
    display: flex;
    align-items: center;
}

span.vul-title {
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #1e1e1e;
}

span.vul {
    font-size: 15px;
    color: #1e1e1e;
}

button.zarezerv {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    letter-spacing: 2px;
    margin-left: 30px;
}

.textBlock-slider.block_slider_left {
    margin-top: -100px !important;
    display: block;
}

.flex-row-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.about-section {
    background-image: url(/image/catalog/home/bg_2.png);
    color: #fff;
    margin-top: -30px;
    padding-top: 80px;
    position: relative;
    padding-bottom: 183px;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-left-img {
    flex-basis: 43%;
}

.item-right-img {
    flex-basis: 57%;
    position: relative;
    z-index: 9;
}

img.image-item-about {
    width: 100%;
}

img.image-item-about {
    width: 100%;
    position: absolute;
    max-width: 887px;
    top: 115px;
    left: 80px;
}

h1.title-sobsno {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 60px;
    max-width: 725px;
}

.opys-about {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 0px;
    max-width: 520px;
    margin-left: auto;
}

span.bg-mazok1 {
    background-image: url(/image/catalog/home/mazok.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12px 17px;
}

.opys-about p:first-child {
    margin-bottom: 30px;
}

section.specoffer-section {
    background-image: url(/image/catalog/home/doski.jpg);
    background-size: cover;
    padding: 90px 0px;
    position: relative;
}

.flex-row-restoran {
    text-align: center;
}

.inside-restoran-row {
    font-size: 35px;
    color: #2e2e2e;
    line-height: 1.2;
    font-weight: 600;
}

span.red-text {
    display: block;
    color: #bc2729;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 20px;
}

section.younow-section {
    background-image: url(/image/catalog/home/bg_1_1.jpg);
    background-size: cover;
    padding: 100px 0px 210px;
    margin-top: -20px;
    position: relative;
}
span.mazok2 {
    background-image: url(/image/catalog/home/mazok2.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9px 29px;
}

a.bron-stola {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    letter-spacing: 2px;
    padding: 20px 35px;
    display: inline-block;
    margin-top: 54px;
    border-radius: 30px;
    cursor: pointer;
}

img.absolut-left {
    position: absolute;
    left: 0;
    top: -78px;
}

img.absolut-right {
    position: absolute;
    right: 0;
    top: -350px;
}

img.absolut-petr {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.flex-menus-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin-top: 30px;
}

.flex-item-menu {
    flex-basis: 32%;
}

.item-inside-btn {
    text-align: center;
    position: relative;
}

span.pdf-icon img {
   width: 23px;
}

span.text-pod-btn {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 300;
    display: block;
}

.reverse-mazki {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.red-mazok {
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.inside-link-menu:hover .red-mazok {
    opacity: 1;
    color: #fff;
}

.inside-link-menu:hover span.text-amd-icon {
	color: #fff;
}

span.text-amd-icon {
    font-size: 22px;
    font-weight: 600;
    color: #1f1f1f;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    right: 0;
    top: -25px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in;
}

span.pdf-icon {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 6px;
    margin-left: 10px;
}

.inside-link-menu {
    min-height: 117px;
}

.image-latest {
    min-height: 190px;

}
.image-latest img {
	max-height: 190px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.name-product-home a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
}

.product-thumb.transition {
    background-image: url(/image/catalog/home/cart.png);
    min-height: 440px;
    background-color: transparent;
    position: relative;
    margin-bottom: 50px;
}

.product-thumb.transition:before {
    content: "";
    display: block;
    box-shadow: 0px 0px 27px -8px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 10px;
    left: 0;
    right: 1px;
    bottom: 0px;
    background-color: transparent;
    z-index: -1;
    border-bottom-right-radius: 194px;
    border-bottom-left-radius: 15px;
}

button.btn-cartpr {
    position: absolute;
    right: 0;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border-radius: 100%;
    border: none;
    padding: 12px 15px;
    color: #fff;
        bottom: 4px;
}

.caption:after {
    content: "";
    display: block;
    box-shadow: 43px -10px 22px 16px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 151px;
    left: 0;
    right: 65px;
    bottom: 8px;
    background-color: transparent;
    z-index: -1;
    border-bottom-right-radius: 194px;
    border-bottom-left-radius: 15px;
}

.caption {
	position: relative;
}

.short-desc {
    font-size: 13px;
    color: #454545;
    font-weight: 500;
    margin-top: 10px;
}

.owl-latest .owl-dot span {
    background: #e6e6e6;
    min-width: 10px !important;
    min-height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    margin: 0px 5px;
}

.owl-latest .owl-dots {
    display: flex !important;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.owl-latest .owl-nav {
    display: block !important;
    max-width: 200px;
    position: relative;
    margin: auto;
    top: 15px;
}

.owl-latest .owl-dot.active span {
    background: #d72728;
}

p.ochen {
    font-size: 14px;
    color: #787878;
    margin-top: 15px;
}

p.ochen:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #dea7a8;
    position: relative;
    top: -4px;
    margin-right: 15px;
}

.newLatest-block {
    margin-bottom: 60px;
}

.block-price-quant {
    display: flex;
    justify-content: space-between;
    max-width: 150px;
    align-items: center;
}

.cart-quantity i {
    font-size: 16px;
    color: #707070;
    margin: 0px 3px;
}

.product-weight {
    color: #6e6e6e;
    font-size: 13px;
    margin-top: 10px;
}

section.younow-section {
    background-image: url(/image/catalog/home/bg_1_1.jpg);
    background-size: cover;
    padding: 140px 0px 210px;
    margin-top: 60px;
    position: relative;
}

h2.text-title-about2 {
    margin-top: 0px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    background-image: url(/image/catalog/home/mazok3.png);
    background-repeat: no-repeat;
    background-position-x: 237px;
    background-position-y: -19px;
    padding-top: 15px;
}

.text-about2 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    max-width: 485px;
    line-height: 1.8;
    margin-top: 25px;
}

.text-about2 p:first-child {
margin-bottom: 30px;
}

.text-about2:before {
    content: "";
    width: 3px;
    height: 56px;
    background: #bb2426;
    display: block;
    margin-bottom: 27px;
    margin-left: 110px;
}

img.image-right-hach {
    position: absolute;
    top: 40px;
    right: 0px;
    max-width: 1080px;
}


.inside-flex-zaly {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.inside-item-zaly {
    flex-basis: 33%;
}

span.title-person img {
    max-width: 15px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

span.title-zal {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    transition: all .2s ease-in;
}

span.title-zal.zal1 {
    background-image: url("/image/catalog/home/zal_1.png");
    background-position-x: center;
    background-repeat: no-repeat;
    padding: 20px;
    background-position-y: center;
    margin-bottom: 15px;
}

span.title-zal.zal2 {
    background-image: url(/image/catalog/home/zal_2.png);
    background-position-x: center;
    background-repeat: no-repeat;
    padding: 20px;
    background-position-y: center;
    margin-bottom: 15px;
}

span.title-zal.zal3 {
    background-image: url(/image/catalog/home/zal_3.png);
    background-position-x: center;
    background-repeat: no-repeat;
    padding: 20px;
    background-position-y: center;
    margin-bottom: 15px;
}

span.title-zal.zal1:hover {
    background-image: url(/image/catalog/home/zal_1_1.png);
}

span.title-zal.zal2:hover {
    background-image: url(/image/catalog/home/zal_2_1.png);
}
span.title-zal.zal3:hover {
    background-image: url(/image/catalog/home/zal_3_1.png);
}

span.kilkist-person {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}


span.title-person:after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: #bb2426;
    margin: 25px auto 25px;
}

.inside-photo-zaly {
    display: flex;
    justify-content: space-between;
}

.inside-photo-zaly .item-inside-photo:first-child img {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.inside-photo-zaly .item-inside-photo:last-child img {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

section.zaly-section {
    margin-top: -160px;
    position: relative;
    z-index: 9;
    padding-bottom: 40px;
}

section.form-on-home {
    background-image: url(/image/catalog/home/bron_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px 60px;
    margin-top: 40px;
}

span.img-icon-input img {
    max-width: 15px;
}

.flex-row-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 840px;
    margin: auto;
}

.item-row-input {
    flex-basis: 32%;
    position: relative;
    margin-bottom: 20px;
}

.item-row-input input {
    border: 2px solid #c5c5c5;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding-left: 45px;
}

span.img-icon-input {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    display: flex;
}

button.red-btn {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    letter-spacing: 2px;
    width: 100%;
    height: 55px;
    position: relative;
    overflow: hidden;
}

.title-form-inside {
    text-align: center;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    background-image: url(/image/catalog/home/bron_mazok.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px;
    margin-bottom: 50px;
}

section.seo-nikala {
    background-image: url(/image/catalog/home/bg_2.jpg);
    background-size: cover;
    padding: 75px 0px 40px;
    position: relative;
}

.flex-seo {
    display: flex;
    flex-wrap: wrap;
}

.item-text-seo {
    flex-basis: 53%;
    color: #303030;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.item-text-seo p {
    margin-bottom: 35px;
}

img.image-shash3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.image-item-seo {
    flex-basis: 47%;
    text-align: center;
    position: relative;
    background-image: url(/image/catalog/home/bg_2_1.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 111%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.image-perchik {
    position: absolute;
    right: 0;
    bottom: -115px;
    z-index: 9;
}

section.restoran-section {
    position: relative;
}

img.absol-petrushka {
    position: absolute;
    right: 0;
    bottom: 150px;
}

h2.title-restoran {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

span.gruzin-text {
    background-image: url(/image/catalog/home/u_mazok.png);
    background-size: cover;
    padding: 10px;
    background-repeat: no-repeat;
}

section.restoran-section {
    background-image: url(/image/catalog/home/bg_u.jpg);
    padding: 90px 0px 100px;
    background-size: cover;
}

.text-block-restoran {
    font-size: 16px;
    color: #fff;
    max-width: 610px;
    line-height: 1.7;
    font-weight: 300;
    margin: 50px 0px 65px;
    display: flex;
}

.text-block-restoran:before {
    content: "";
    display: inline-block;
    background: #bb2426;
    min-width: 56px;
    height: 3px;
    margin-right: 28px;
    position: relative;
    top: 12px;
    margin-left: 40px;
}

.inside-border {
    position: relative;
    margin-bottom: 70px;
}

.inside-bankety {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all .2s ease-in;
}

span.bg-bankety-text {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 29px;
    background-position: center;
    transition: all .2s ease-in;
}

.bankety1 {
    background-image: url(/image/catalog/home/u_b_1.png);
}

.bankety2 {
    background-image: url(/image/catalog/home/u_b_2.png);
}

.bankety3 {
    background-image: url(/image/catalog/home/u_b_3.png);
}

.inside-border:hover span.bg-bankety-text {
	color: #000;
}

.inside-border:hover .bankety1 {
    background-image: url(/image/catalog/home/u_b_1_1.png);
}

.inside-border:hover .bankety2 {
    background-image: url(/image/catalog/home/u_b_2_1.png);
}

.inside-border:hover .bankety3 {
    background-image: url(/image/catalog/home/u_b_3_1.png);
}

.inside-border:hover .inside-bankety {
    border-color: #bb2426;
}

.carousel-bankety .owl-nav.disabled {
    display: block !important;
    max-width: 200px;
    position: relative;
    margin: auto;
    top: 15px;
}

.carousel-bankety .owl-dots.disabled {
    display: block !important;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.carousel-bankety .owl-dot span {
    background: #e6e6e6;
    min-width: 10px !important;
    min-height: 10px !important;
    display: inline-block;
    border-radius: 100%;
}

.carousel-bankety .owl-dot.active span {
    background: #d72728;
}

.flex-row-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

span.flex-icon-soc img {
    height: 27px;
}

span.icon-tel-footer img {
    width: 13px;
}

span.icon-tel-footer {
    border: 1px solid #515151;
    border-radius: 100%;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 36px;
    max-height: 36px;
}

.tel-footer-contact {
    display: flex;
    align-items: center;
}

span.flex-icon-soc img {
    margin: 0px 10px;
}

span.flex-icon-soc {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.item-flex-footer.flex-footer-menu1 {
    flex-basis: 20%;
    margin-left: 60px;
    margin-right: 40px;
}

nav.menu-footer.footer-menu-first {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

nav.menu-footer.footer-menu-first a {
    flex-basis: 50%;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
}

p.title-menu-footer {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.item-flex-footer.flex-footer-menu2 {
    flex-basis: 37%;
}

.item-flex-footer.flex-footer-logo {
    flex-basis: 13%;
    text-align: center;
}

.item-flex-footer.flex-footer-contact {
    flex-basis: 21%;
    text-align: right;
}

.tel-inside-block a {
    font-size: 16px;
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.tel-footer-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: -4px;
    margin-bottom: 22px;
}

p.adres-footer {
    font-size: 15px;
    color: #e4e4e4;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 0px;
}

p.adres-footer span {
    display: block;
    font-weight: 300;
}

ul.thumbnails img {
    border-radius: 10px;
}

nav.menu-footer.footer-menu-second a {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
    display: block;
}

.blockDesc p {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
}

.blockDesc:after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background: #d5d5d5;
    margin-top: 30px;
    margin-bottom: 35px;
}

.form-group.form-group-button {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 400px;
    margin-top: 30px;
}

button#button-cart {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 18px 28px;
    letter-spacing: 2px;
    margin-left: 0;
    max-width: 240px;
}

img.icon-bag {
    max-width: 19px;
    margin-top: -8px;
}

ul.list-unstyled.list-prices {
    display: flex;
}

span.icon-uah {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

span.weight-text-product {
    font-size: 16px;
    font-weight: 500;
    color: #454545;
}

span.weight-porcion {
    color: #6e6e6e;
    font-size: 16px;
}

.weight-block:after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background: #d5d5d5;
    margin-top: 30px;
    margin-bottom: 35px;
}

.weight-block {
    margin-top: -10px;
}

.sp-c {
    overflow: visible !important;
}

div#cart {
    position: relative;
    z-index: 9;
}

section.section-menu-logo {
    position: relative;
    z-index: 9;
}

.menu-block-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

nav.menu-in-head {
    display: flex;
    align-items: center;
    /* color: #373737; */
}

nav.menu-in-head a {
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 20px;
}

.menu-left-head nav.menu-in-head a:first-child {
    padding-left: 0px;
}

.menu-right-head ul.list-inline {
    margin-bottom: 0px;
    margin-right: -5px;
}
/*span#cart-total {
    display: none;
}*/

section.section-menu-logo {
    position: relative;
    z-index: 9;
    margin-top: -15px;
}

.breadcrumb {
    margin: 60px 0 20px -14px;
    padding: 8px 0;
    /* border: 1px solid #ddd; */
    background: none;
    z-index: 99;
    position: relative;
}

.title-random.title-prosmotr {
    margin-top: 35px;
}

.common-home nav.menu-in-head a {
    color: #fff;
}

.product-body a#menu4 {
    color: #e32929;
    font-weight: 600;
}

.product-body a#menu4:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}

section.home-slider-section {
    margin-top: -70px;
}

.language-block button.btn.btn-link.dropdown-toggle {
    padding-left: 0px;
    margin-right: 10px;
}

.form-group.input-group.group-sort {
    margin-left: auto;
    text-align: right;
    display: block;
}

h1.dostavka {
    font-size: 50px;
    font-family: "GothamPro";
    text-shadow: none;
    color: #1e1e1e;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    line-height: 1;
    margin-bottom: 30px;
}

span.category-head:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #dea7a8;
    margin-right: 12px;
    position: relative;
    top: -3px;
}

.body-category ul.breadcrumb {
    margin-top: 30px;
}

section.section-form-category {
    position: relative;
    background-image: url(/image/catalog/category/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-row-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

p.title-form-category {
    font-size: 35px;
    color: #2e2e2e;
    font-weight: 600;
    max-width: 500px;
    line-height: 1.3;
}

span.mazok-category {
    background-image: url(/image/catalog/category/mazok.png);
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6px 18px;
    background-position: center;
}

p.trad-category {
    color: #bc2729;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 500px;
    line-height: 1.4;
    margin-top: 20px;
}

.form-block-category {
    flex-basis: 45%;
}

.image-category-form {
    flex-basis: 55%;
}

.image-category-form img {
 	width: 100%
}

.input-block-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.input-block-cat input {
    border: 2px solid #c5c5c5;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding-left: 20px;
    flex-basis: 47%;
}

.input-block-cat button {
    flex-basis: 48%;
}

section.section-form-category {
    position: relative;
    background-image: url(/image/catalog/category/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0px 60px;
}

.image-category-form img {
    width: 110%;
    position: relative;
    margin-right: -20px !important;
    display: block;
    right: -60px;
}

img.perchik {
position: absolute;
    z-index: 99;
    left: 75px;
    bottom: -140px;
}

.body-category {
    background-image: url(/image/catalog/category/listiki.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 3%;
}

.product-body {
    background-image: url(/image/catalog/category/listiki.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 5%;
}

img.image-svg-BLUDO {
    max-width: 35px;
}

.fixed-category {
    position: fixed;
    left: 0;
    z-index: 9999;
    background-image: url(/image/catalog/category/bg_menu.jpg);
    background-size: cover;
    top: 0px;
    width: 90px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-bottom-right-radius: 20px;
    padding-bottom: 10px;
}

.fixed-category:hover {
    width: 200px;
}

nav.menu-item-category a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    height: 80px;
}

nav.menu-item-category a span {
    display: none;
}

.fixed-category:hover a span {
        display: block;
    margin-left: 20px;
}

nav.menu-item-category a:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #2e2e2e;
    position: absolute;
    bottom: 0;
    left: -2px;
    right: 0;
    margin: auto;
}


.product-category62 a#menu-fix1:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category62 a#menu-fix1 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}

.product-category63 a#menu-fix2:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category63 a#menu-fix2 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}


.product-category64 a#menu-fix3:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category64 a#menu-fix3 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}


.product-category65 a#menu-fix4:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category65 a#menu-fix4 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}




.product-category66 a#menu-fix5:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category66 a#menu-fix5 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}

.product-category67 a#menu-fix6:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category67 a#menu-fix6 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}

.product-category68 a#menu-fix7:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category68 a#menu-fix7 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}


.product-category69 a#menu-fix8:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category69 a#menu-fix8 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}

.product-category70 a#menu-fix9:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category70 a#menu-fix9 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}

.product-category72 a#menu-fix10:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #bb2426;
    z-index: -1;
    border-radius: 100%;
    left: 29px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: -3px;
}

.product-category72 a#menu-fix10 .name-BLUDO {
	color: #bb2426;
	font-weight: 600;
}



.flex-insidePage-zaly {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h1.title-inside-static {
    font-size: 50px;
    font-family: "GothamPro";
    text-shadow: none;
    color: #1e1e1e;
    font-weight: 600;
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
}

span.icon-people img {
    max-width: 15px;
}

.flex-item-zaly {
    flex-basis: 32%;
    text-align: center;
}

span.subtitle-static {
    font-size: 14px;
    font-family: "GothamPro";
    text-shadow: none;
    color: #787878;
    font-weight: 300;
}

span.vmestimost-text {
    display: block;
    color: #1a1a1a;
    font-size: 14px;
}

span.subtitle-static:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #dea7a8;
    margin-right: 12px;
    position: relative;
    top: -3px;
}

.text-caption {
    border: 1px solid #cacaca;
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.text-caption span.title-zal {
    margin-top: -33px;
    z-index: 99;
    position: relative;
    margin-bottom: 0px;
}

.block-title-static {
    margin-bottom: 50px;
}

.vmestimost {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.information-information-13 ul.breadcrumb {
    margin: 30px 0 20px -14px;
}

section.section-form-category.infomation-zaly {
    margin-top: 50px;
}

.information-information-13 a#menu1 {
    color: #e32929;
    font-weight: 600;
}

.information-information-13 a#menu1:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}

.information-information-15 a#menu2 {
    color: #e32929;
    font-weight: 600;
}

.information-information-15 a#menu2:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}

.information-information-16 a#menu5 {
    color: #e32929;
    font-weight: 600;
}

.information-information-16 a#menu5:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}


body.product-category71 a#menu4 {
    color: #e32929;
    font-weight: 600;
}

body.product-category71 a#menu4:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}


.information-information-14 a#menu3 {
    color: #e32929;
    font-weight: 600;
}

.information-information-14 a#menu3:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}

.information-information-10 a#menu7 {
    color: #e32929;
    font-weight: 600;
}

.information-information-10 a#menu7:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}

.newsblog-category a#menu6, .newsblog-article a#menu6 {
    color: #e32929;
    font-weight: 600;
}

.newsblog-category a#menu6:after, .newsblog-article a#menu6:after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #e32929;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: 7px;
    margin-bottom: -9px;
}

body.information-information-13 {
    background-image: url(/image/catalog/category/listiki.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 9%;
}


body.information-information-14 {
    background-image: url(/image/catalog/category/listiki.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 9%;
}

img.img-icon-contact {
    max-width: 13px;
    position: relative;
    top: 2px;
}

.flex-contact-row {
    display: flex;
    flex-wrap: wrap;
}

.item-desc-flex {
    flex-basis: 37%;
    margin-left: -15px;
    margin-right: 60px;
}

.flex-bg-contact {
    background-image: url(/image/catalog/kontakty/bg.jpg);
    background-size: cover;
    padding: 60px;
}

.contact-item-text {
    display: flex;
}

span.text-inside-contact {
    font-size: 18px;
    color: #fff;
    margin-left: 14px;
    line-height: 1.5;
}

span.text-inside-contact a {
    color: #fff;
    display: block;
}

.contact-item-text {
    display: flex;
    margin-bottom: 30px;
}

p.title-formContact {
    font-size: 23px;
    color: #222222;
    font-weight: 600;
}

span.red-circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e42929;
    border-radius: 100%;
    position: relative;
    top: -4px;
    margin-right: 9px;
}

.icon-input img {
    max-width: 16px;
}

.input-block-flexContact input {
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    height: 55px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 60px;
}

.input-block-flexContact {
    position: relative;
    flex-basis: 48%;
    margin-bottom: 20px;
}

span.icon-input {
    position: absolute;
    top: 16px;
    left: 26px;
    width: 20px;
}

.flex-row-inputBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.row-flex-area textarea {
    border: 1px solid #c5c5c5;
    height: 55px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 25px;
    border-radius: 20px;
    height: 110px;
}

.otprav-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

button.otprav-btn.red-btn {
    flex-basis: 48%;
}

span.text-otprav {
    flex-basis: 48%;
    font-size: 13px;
    font-weight: 400;
    color: #838383;
}

.input-block-flexContact input:focus, .row-flex-area textarea:focus {
    outline: none;
    box-shadow: none;
}

.item-form-flex-contact {
    max-width: 557px;
    margin-top: 30px;
}

span.red-time {
    display: block;
    margin-left: 52px;
    font-weight: 600;
    color: #e42929;
    font-size: 14px;
}

body.information-information-10 .breadcrumb {
    margin: 30px 0 20px -14px;
}

body.information-information-10 .block-title-static {
    margin-bottom: 30px;
}

.overflow-maps {
    height: 438px;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 50px;
    margin-left: -3px;
    margin-bottom: 80px;
}

.red-btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff2b;
    border-radius: 100%;
    width: 0px;
    transition: all 0.4s ease-in-out;
    height: 400px;
    margin: auto;
}

.red-btn:hover::before {
    /* width: 300px; */
    height: 400px;
    width: 400px;
    /* transform: translate(-15px, -7px); */
}

.flex-row-bankety {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

span.title-banket {
    font-weight: 600;
    font-size: 18px;
}

.desc-banket {
    padding: 30px;
    max-height: 135px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    top: 0px;
    z-index: 99;
}

.item-banket-block:hover .desc-banket {
    max-height: 400px;
}

p.desc-bankety {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 35px;
}

.item-banket-block button.red-btn.popupUp-RU {
    max-width: 190px;
}

.item-banket-block {
    max-width: 348px;
    min-height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 34px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.item-banket-block:before {
    content: "";
    width: 1343px;
    height: 1343px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 65%;
    right: -125%;
    transition: all 0.3s ease-in;
}

.item-banket-block:hover:before {
    bottom: 35%;
}

.item-banket-block:hover .desc-banket {
    max-height: 400px;
    top: 30px;
}

.item-banket-block:after {
    content: "";
    display: block;
    width: 1363px;
    height: 1363px;
    border: 2px solid #ffffff;
    position: absolute;
    border-radius: 100%;
    bottom: 71%;
    right: -125%;
    transition: all 0.4s ease-in-out;
}

.item-banket-block:hover:after {
	bottom: 29%;
    right: -128%;
}

.item-flex-bankety {
    flex-basis: 31.5%;
}

.item-flex-bankety.item-flex-bankety-form {
    flex-basis: 65.5%;
}

.item-banket-form {
    min-height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 34px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

p.text-form-bankety {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding: 51px;
    background-image: url(/image/catalog/bankety/big_mazok.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 681px;
    background-position: center;
}

span.bg-span-red {
    background-image: url(/image/catalog/bankety/mazok.png);
    padding: 7px 12px;
    background-size: contain;
    background-position: center;
    color: #fff;
}

div#without-form {
    display: flex;
    padding: 5px 40px;
    flex-wrap: wrap;
}

div#form-name-tel {
    position: relative;
}

div#form-name-tel input {
    border: 2px solid #fff;
    border-radius: 30px;
    height: 55px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 60px;
    background: transparent;
    color: #fff !important;
}

div#form-name-tel input::placeholder {
    color: #fff !important;
}

div#form-name-tel {
    position: relative;
    margin-right: 25px;
}

button.recallme-without {
    color: #e42929;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 15px 40px;
    letter-spacing: 2px;
    height: 55px;
    margin-top: 30px;
}

div#form-name-tel input:focus {
	outline: none;
	box-shadow: none;
}

.row-flex-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.article-flex-item {
    flex-basis: 33%;
}

.article-flex-item:nth-child(3n+1) {
    flex-basis: 64.7%;
}
.article-flex-item:nth-child(4n+1) {
    flex-basis: 64.7%;
}
.title-article a {
    color: #fff;
    font-size: 29px;
    font-family: "GothamPro";
    font-weight: 600;
    line-height: 1.3;
    max-width: 410px;
    display: block;
}

.article-thumb {
    min-height: 425px;
    border-radius: 20px;
    background-size: cover;
    margin-bottom: 25px;
    padding: 25px 40px;
}

.newsblog-category ul.breadcrumb {
    margin: 30px 0 20px -14px;
}

.row-flex-article-inside {
    display: flex;
}

.thumb-flex-article {
    max-width: 560px;
    margin-right: 20px;
    min-width: 363px;
}
span.ups {
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

p.subtitle404 {
    color: #d5d5d5;
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 35px;
    margin-top: 25px;
}

.in-home-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn404.red-btn {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 18px 5px;
    letter-spacing: 2px;
    width: 100%;
    max-height: 55px;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.menu-404 {
    border: 2px solid #e12729;
    display: inline-block;
    margin-left: 20px;
    padding: 16px 81px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    max-height: 55px;
    letter-spacing: 2px;
}

.item-row-menu-bludo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: -1px;
    border-top: 1px solid #e0e0e0;
}

span.name-bludo-item {
    font-size: 16px;
    font-weight: 500;
    flex-basis: 56%;
}

span.gramm-grey {
    color: #272727;
    font-size: 18px;
    font-weight: lighter;
}

span.cena-na-bludo {
    color: #262626;
    font-size: 20px;
    font-weight: 400;
}

img.uah-menu {
    max-width: 8px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.item-section-menu-title {
    margin-bottom: 65px;
}

span.title-menu-presesnt {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    padding: 25px 54px;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-menu-inside {
    margin-bottom: 40px;
}

.overflow-maps-home {
    height: 660px;
    overflow: hidden;
    border-radius: 0;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
}

section.home-maps-footer {
    margin-top: -26px;
    margin-bottom: -27px;
    position: relative;
}

img.avatar-review {
    max-width: 95px;
}

.otzyvy-block {
    max-width: 810px;
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 100%;
    left: -25px;
}

.bottom-otzyvy-body {
    width: 100%;
}

.title-review {
    font-size: 50px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 1.2;
    margin-bottom: 5px;
}

.head-otzyvy-title {
    background-image: url(/image/catalog/home/reviews/head-reviews.png);
    background-size: cover;
    padding: 69px 29px 70px 82px;
}

.bottom-otzyvy-body {
    background-image: url(/image/catalog/home/reviews/bg-review.png);
    padding: 0px 85px 73px;
    background-size: cover;
    margin-top: -50px;
    height: 410px;
}

img.avatar-review {
    margin: auto;
    position: relative;
    left: 4px;
    top: 6px;
}

.head-body-review {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

span.name-reviewer {
    color: #0f0f0f;
    font-weight: 600;
    font-size: 17px;
}

span.data-reviewer {
    font-size: 24px;
    color: #464646;
}

span.data-reviewer span {
    color: #757575;
    font-size: 14px;
}

.text-body-reviewer {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    line-height: 1.7;
}

.reviews-carousel .owl-nav > div {
    top: auto;
    bottom: -80px;
    position: absolute;
    margin-top: 0px;
}

.bottom-reviewer {
    text-align: right;
    position: relative;
    top: 45px;
}

.reviews-carousel .owl-nav .owl-prev {
	    left: 0;
}

.reviews-carousel .owl-nav {
    max-width: 65px;
    position: relative;
    display: block;
}

span.image-bag svg {
    max-width: 22px;
    height: 21px;
    position: relative;
    top: 6px;
}

span.profile-block svg {
    max-width: 20px;
    height: 21px;
    position: relative;
    top: 6px;
}

span.profile-block svg path {
    fill: #000;
}

span.image-bag svg path {
    fill: #000;
}

.common-home span.profile-block svg path {
    fill: #fff;
}

.common-home span.image-bag svg path {
    fill: #fff;
}

a.item-galereya {
min-height: 275px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    flex-basis: calc(25% - 2px);
    border-radius: 15px;
    margin-bottom: 4px;
}

.galereya-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 555px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

a.item-galereya:nth-child(5n+1) {
    flex-basis: calc( 50% - 2px );
}

/*a.item-galereya:nth-child(3n+2) {
    flex-basis: calc( 25% - 2px );
}


a.item-galereya:nth-child(5n-2) {
    flex-basis: calc( 25% - 2px );
}

a.item-galereya:nth-child(4n) {
    flex-basis: calc(25% - 2px);
}*/

.galereya-all {
    text-align: center;
    position: relative;
}

button.see-more-gallery {
    color: #a2a2a2;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #bcbcbc;
    border-radius: 30px;
    padding: 10px 30px;
    letter-spacing: 2px;
    margin-top: 40px;
    transition: all 0.2s ease-in;
    background-color: #fff;
    position: relative;
    /*z-index: 9;*/
}

button.see-more-gallery:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

button.see-more-gallery:hover {
    background: #bcbcbc;
    color: #fff;
}

.galereya-all:after {
    content: "";
    border-bottom: 2px solid #e0e0e0;
    display: block;
    position: relative;
    bottom: 23px;
    z-index: -2;
}

.galereya-flex.show-gallery {
    max-height: 8000px;
    transition: all 0.3s ease-in-out;
}

/*a.item-galereya:nth-child(9n) {
    flex-basis: calc( 25% - 2px);
}*/

button.see-more-gallery:focus {
    outline: none;
    box-shadow: none;
}

button.see-more-gallery:before {
    content: "Показать все фото";
}


button.see-more-gallery.change-btn:before {
    content: "Скрыть";
}

.img-product-checkout img {
    border-radius: 10px;
}

.item-row-input input:focus {
	outline: none;
	box-shadow: none;
}

div#post_form_homesuccess {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

button.red-btn:focus {
	outline: none;
	box-shadow: none;
}

div#post_form_successContact {
    text-align: center;
    position: relative;
    top: 20px;
    font-size: 18px;
    line-height: 1.5;
}

button.zarezerv:focus {
    outline: none;
    box-shadow: none;
}














.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999990;
    display: none;

    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}

#ProsuctName {
    cursor: default;
    border: 0;
    padding: 0;
    line-height: 20px;
    height: 25px;
    color: #505050;
    font-weight: 600;
    font-size: 16px;
    margin-left: 6px;
}

.rsform-block-prosuctname label {
    font-size: 18px;
    margin-left: 6px;
    margin-bottom: 2px;
    color: #717171;
}

.formTitle {
    background: linear-gradient(to right,#ec483b,#f1c411);
    height: 50px;
    border: 0px;
    font-size: 18px;
    margin: 15px 0;
    text-transform: uppercase;
    text-align: center;
    padding: 2px;
    line-height: 50px;
    color: #fff;
}

.formTitle:active {
    background-color: #ec483b;
}

.popupWindow {
    z-index: 999999;
    width: 400px;
    padding: 20px;
    background: transparent;
    background-image: url(/image/catalog/popup/bg.png);
}

.popupWindow-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
img.statya_img_1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
}
img.statya_img_2 {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: -10px 10px 30px rgba(0,0,0,0.2);
}
@media (max-width: 500px) {
	img.statya_img_1, img.statya_img_2 {
		box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}
.block-desc-cat p {
	font-size: 14px;
}
.block-desc-cat li {
	font-size: 14px;
}
.block-desc-cat ul li {
	position: relative;
}
.block-desc-cat ul li:after {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background-image: url(/image/Statya/checked.svg);
	background-size: cover;
	background-position: center;
	left: -20px;
	top: 1px;
}
.block-desc-cat ul {
	list-style: none;
}
.popupClose {
	cursor: pointer;
    position: fixed;
    line-height: 1;
    font-size: 30px;
    transform: rotate(45deg);
    text-align: center;
    font-weight: 100;
    top: 0px;
    right: 0px;
    color: #d1d1d1;
    z-index: 99999999;
    display: none;
    background: #fff;
    border-radius: 100%;
    font-weight: 500;
    width: 30px;
}

.popup-form .control-group input, .popup-form .control-group textarea {width: 94%;}

.moveRight {
    display: block;
    position: fixed;
    width: 710px;
    max-height: 510px;
    top: 13%;
    right: 0;
    transition: all 0.4s ease;
    transform: translate3d(1600px,0,0);
    visibility: hidden;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.moveRight.in {
  transform: translate3d(0,0,0);
  visibility: visible;  
}

.item-row-input-popup input {
    border: 2px solid #c5c5c5;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding-left: 45px;
}

.item-row-input-popup {
    position: relative;
    margin-bottom: 20px;
}

.title-popupHead {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    background-image: url(/image/catalog/popup/zabronirovat.png);
    color: #fff;
    padding: 34px 10px;
    margin-top: 38px;
    margin-bottom: 50px;
}

.columns-flex-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 540px;
    margin: auto;
}

.left-columns {
    flex-basis: 46%;
}

.right-columns {
    flex-basis: 46%;
}

span.shag {
    color: #919191;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

span.krok-number {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
}

span.krok-number span {
    font-size: 22px;
    color: #c92424;
    margin-right: 2px;
}

span.vashy-dannye {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    margin-top: 20px;
    max-width: 160px;
    align-items: baseline;
}

span.vashy-dannye:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #c92424;
    position: relative;
    top: -4px;
    margin-right: 13px;
}

span.dalee {
    color: #838383;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #838383;
    border-radius: 30px;
    padding: 16px 30px;
    text-align: center;
    display: block;
    margin-top: 65px;
    height: 55px;
    cursor: pointer;
    transition: all 0.15s ease-in;
}

img.dalee-icon {
    position: relative;
    right: -4px;
    top: -1px;
}

span.dalee:hover {
    background: #838383;
    color: #fff;
}

input:focus {
	outline: none;
	box-shadow: none;
}

div#myModal {
    min-height: 510px;
}

img.check-bron {
    max-width: 20px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

button.bron-popup.red-btn {
    margin-top: 87px;
}

.columns-flex-form.second-popup-mon {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in;
}

.columns-flex-form.first-popup-mon.hide-slow {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in;
}

.columns-flex-form.second-popup-mon.show-slow {
    max-height: 600px;
    transition: all 0.4s ease-in;
}

.title_podmenu p {
    font-size: 16px;
    color: #838383;
    margin: 40px 0 10px 0;
}

.title-popupHead.spasibo-bg-popup {
    background-image: url(/image/catalog/popup/spasipo.png);
    background-position: center;
    background-repeat: no-repeat;
}

p.vy-uspeshno {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
    margin-top: -15px;
    margin-bottom: 25px;
}

.doby-spasibo-popup {
    max-width: 365px;
    margin: auto;
}

span.text-spasibo-data {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
}

span.sobsno-dannye {
    font-size: 16px;
    color: #c92424;
    font-weight: 600;
}

.item-spasibo {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #dedede;
}

.text-svyaz {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

span.text-sobsnosvyaz {
    color: #2e2e2e;
    font-size: 14px;
    max-width: 257px;
}

button.popupClose.closeOk {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 1000%;
    padding: 12px 12px;
    letter-spacing: 2px;
    margin-left: 30px;
    display: block;
    position: relative;
    transform: rotate(0deg);
    width: 42px;
}

span#daleeValid {
    text-align: center;
    display: block;
    color: red;
    font-weight: 500;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
a.popup-video {
	position: absolute;
	/* right: 0; */
	left: 26%;
	text-align: center;
	top: 41%;
	z-index: 91;
	max-width: 100px;
	margin: auto;
}

a.popup-video img {

	width: 100px;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

p.text-register-success {
	font-size: 21px;
	display: inline-block;
	line-height: 1.2;
	font-weight: 500;
}
p.sub-desc {
	font-size: 14px;
	line-height: 1.8;
}













@media (min-width: 1200px) {
.container {
    width: 1145px;
}
}


@media (max-width: 1650px) {
 img.image-item-about {
    width: 100%;
    position: absolute;
    max-width: 755px;
    top: 115px;
    left: 80px;
}

section.about-section {
    background-image: url(/image/catalog/home/bg_2.png);
    color: #fff;
    margin-top: -30px;
    padding-top: 80px;
    position: relative;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}


}

@media (max-width: 1440px) {

img.image-item-about {
    width: 100%;
    position: absolute;
    max-width: 577px;
    top: 115px;
    left: 80px;
}


section.about-section {
    background-image: url(/image/catalog/home/bg_2.png);
    color: #fff;
    margin-top: -30px;
    padding-top: 80px;
    position: relative;
    padding-bottom: 60px;
}



}

@media (max-width: 1300px) {
    .absolutBlockImg {
        position: absolute;
        top: 3px;
        z-index: 0;
        left: -370px;
    }

    .common-home .imgLeft {
        width: 87%;
    }
}

@media (max-width: 1024px) {
	.flexRowHead .list-inline li {
		padding: 0px 0px 0px 13px;
	}

	.specoffer-section {
		background-position-x: 618px;
	}
	#megamenu-menu .nav > li > a {
    	font-size: 12px !important;
	}
	
	.absolutBlockImg {
		left: -450px;
	}
}

@media (max-width: 770px) {
.blockImgCont img {
    max-width: 100%;
}

i.fa.fa-times-circle {
    margin-right: 2px;
}

.dropdown-img:after {
    right: -2px !important;
}

#megamenu-menu .nav > li > a {
    font-size: 10px !important;
    padding: 20px 0px 10px 0px;
}

.ocfilter-option label .link-name {
    margin-left: 20px;
}

.product-grid .product-thumb .caption {
    min-height: 80px;
    padding: 0 10px;
}

.ocfilter-option .ocf-option-values {
    position: relative;
    margin-left: 0px;
}

select#input-sort {
    width: 100%;
}

.block-img-cat {
    margin-top: 75px;
}

.block-img-cat img {
    width: 100% !important;
    max-width: 100%;
}

.bg-category {
    padding: 45px 0px 45px;
    top: 0px;
    margin: 15px 0px 40px;
    background-image: none;
    background-color: #f7f8fd;
}
.common-home .imgLeft {
    width: 100%;
}

.bg-category.bg-with-img {
    background-color: #f7f8fd;
    background-image: none !important;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    padding: 1px 1px;
}

.specoffer-section {
    background-position-x: 0;
}

.catImg {
    width: 100%;
}

.owl-nav .owl-next {
    right: 0;
    width: fit-content;
    z-index: 99999;
    position: absolute;
}

.owl-nav .owl-prev {
    left: 0px;
    width: fit-content;
    z-index: 99999;
    position: absolute;
}

.title-slider-akcia {
    text-align: center;
}

.skidka {
    margin-left: auto;
    margin-right: auto;
}

.subtitle-ourContact {
    font-size: 14px;
}

.article-thumb .caption {
    top: -30px;
}

.countdown {
    text-align: center;
}

/* .row-flex-feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */

.flexRowHead .list-inline li {
    padding: 0px 0px 0px 7px;
}

.languageBtn {
    padding: 0px;
}

.manuHeadLeft a {
    padding: 0px 5px 0px 0px;
    display: inline-block;
}

#logo img.img-responsive {
    height: 25px;
}

img.searchImg {
    width: 20px;
}

.profileImg {
    width: 20px;
}

.imgShopCart {
    width: 20px;
    position: relative;
    top: 4px;
}

.telHead {
    font-size: 13px;
    position: relative;
    top: 1px;
}

#top .container {
    padding: 0 0px;
}

.manuHeadLeft a {
    font-size: 13px;
}

.left-col-feat {
    flex-basis: 34%;
}

.center-col-feat {
    flex-basis: 31%;
}

.right-col-feat {
    flex-basis: 35%;
}

.featuresIcon {
    width: 53px;
    float: left;
    padding-right: 5px;
    margin-bottom: 30px;
}

.absolutBlockImg {
    position: relative;
    top: 26px;
    z-index: 0;
    left: 0;
}

.absolutImgCenter {
    position: relative;
    top: -5px;
    right: 0;
    text-align: right;
}

.absolutImgRight img {
	display: none;
}

.absolutImgCenter .imgRight {
    width: 100%;
}

footer {
    margin-top: 60px;
}

.blockLastImg {
    margin-top: 65px;
}

.nowTitle {
    margin: 50px 0px 55px;
}

.newLatest {
    padding: 75px 0px 5px;
}

.bestMargin {
    padding: 25px 0px 5px;
}

.specoffer-section {
    padding: 70px 0px 298px;
    margin-top: 0px;
    margin-bottom: 90px;
    background-position-y: 270px;
}
.discountSlider-desc {
	font-size: 20px;
}
.owl-stage-outer .textBlock-slider a.lastCollect {
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}


.blockLastImg .blockText.seoHomeText {
	top: 0;
}

}




















@media (max-width: 500px) {
	.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
}

span.title-menu-presesnt {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    padding: 20px 45px;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-bg {
    min-height: auto;
}

section.section-menu-logo {
    position: relative;
    z-index: 9;
    margin-top: -25px;
}

.moveRight {
    display: block;
    position: fixed;
    width: 100%;
}

.left-columns {
    flex-basis: 100%;
}

.right-columns {
    flex-basis: 100%;
}

button.popupClose.closeOk {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 1000%;
    padding: 12px 12px;
    letter-spacing: 2px;
    margin-left: 30px;
    display: block;
    position: relative;
    transform: rotate(0deg);
    width: 42px;
    height: 42px;
}

span.dalee {
    color: #838383;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #838383;
    border-radius: 30px;
    padding: 16px 30px;
    text-align: center;
    display: block;
    margin-top: 10px;
    height: 55px;
    cursor: pointer;
    transition: all 0.15s ease-in;
}

span.vashy-dannye {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    margin-top: 20px;
    max-width: 100%;
    align-items: baseline;
    margin-bottom: 20px;
}
.title-popupHead {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    background-image: url(/image/catalog/popup/zabronirovat.png);
    color: #fff;
    padding: 20px 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

button.bron-popup.red-btn {
    margin-top: 0px;
}

.title-review {
    font-size: 22px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 1.2;
    margin-bottom: 5px;
}

.head-otzyvy-title {
    background-image: url(/image/catalog/home/reviews/head-reviews.png);
    background-size: contain;
    padding: 29px 20px 70px 36px;
    background-repeat: no-repeat;
}

.common-home footer {
    margin-top: 0px;
}

.reviews-carousel .owl-nav > div {
    top: auto;
    bottom: -45px;
    position: absolute;
    margin-top: 0px;
}

.bottom-otzyvy-body {
    background-image: url(/image/catalog/home/reviews/bg-review.png);
    padding: 0px 20px 30px;
    background-size: cover;
    margin-top: -50px;
    height: 410px;
    background: #fff;
}

.reviews-carousel .owl-nav .owl-next {
    right: -7px;
}

.otzyvy-block {
    max-width: 810px;
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 100%;
    left: 0;
}

.bottom-reviewer {
    text-align: right;
    position: relative;
    top: 10px;
}

span.name-bludo-item {
    font-size: 13px;
    font-weight: 500;
    flex-basis: 49%;
}

span.cena-na-bludo {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
}

span.gramm-grey {
    color: #272727;
    font-size: 14px;
    font-weight: lighter;
}

img.image-item-about {
    width: 100%;
    position: relative;
    max-width: 577px;
    left: 0px;
    top: 0;
}

h2.text-title-about2 {
    font-size: 22px;
}

.inside-item-zaly {
    flex-basis: 100%;
}

.item-row-input {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 20px;
}

.fca-phone.fca-mobile .fca-ph-img-circle {
    width: 35px !important;
}

#fca_phone_div.fca-phone.fca-mobile {
    width: 35px !important;
}

.button_332 {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 65px!important;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 19px 38px 0 rgba(34,36,43,.3);
    position: relative;
    transform: scale(1);
}

.fca-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running fca-circle-img-anim;
    background-color: rgba(30,30,30,.1);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px !important;
    left: 70px;
    opacity: .7;
    top: 70px;
    width: 60px;
    background-size: 80%;
}

section.seo-nikala {
    background-image: url(/image/catalog/home/bg_2.jpg);
    background-size: contain;
    padding: 75px 0px 40px;
    position: relative;
    background-repeat: no-repeat;
}

.image-item-seo {
    flex-basis: 100%;
}

img.image-shash3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}



.text-block-restoran:before {
    content: "";
    display: inline-block;
    background: #bb2426;
    min-width: 56px;
    height: 3px;
    margin-right: 28px;
    position: relative;
    top: 12px;
    margin-left: 5px;
}

.text-block-restoran {
    font-size: 14px;
    color: #fff;
    max-width: 610px;
    line-height: 1.7;
    font-weight: 300;
    margin: 50px 0px 65px;
    display: flex;
}

h2.title-restoran {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

img.image-perchik {
    width: 37%;
}

.item-text-seo {
    flex-basis: 100%;
    color: #303030;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.title-form-inside {
    font-size: 22px;
}

.inside-photo-zaly {
    display: block;
    justify-content: space-between;
}

.inside-photo-zaly .item-inside-photo:first-child img {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

.inside-photo-zaly .item-inside-photo:last-child img {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px;
}

img.cyfra404 {
    margin: 20px 0px 0px;
    position: relative;
    left: 0px !important;
    width: 100%;
}

.breadcrumb > li:last-child a {
    font-weight: 400;
    white-space: break-spaces;
}
.row-flex-article-inside {
    display: block;
    margin-top: 50px;
    margin-bottom: 100px;
}
a.btn404.red-btn {
    margin: 0px auto 15px;
}

.in-home-block {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.menu-404 {
    border: 2px solid #e12729;
    display: inline-block;
    margin-left: 0px;
    padding: 16px 64px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    max-height: 55px;
    letter-spacing: 2px;
    width: 97px;
}

.fixed-category {
    display: none;
}

div#without-form {
    display: flex;
    padding: 5px 15px;
    flex-wrap: wrap;
}

.item-banket-form {
    min-height: 350px;
}

button.recallme-without {
    color: #e42929;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 15px 40px;
    letter-spacing: 2px;
    height: 55px;
    margin-top: 30px;
    width: 100%;
    margin-top: 0px;
}

div#form-name-tel {
    position: relative;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
}

p.text-form-bankety {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    padding: 14px;
    background-image: url(/image/catalog/bankety/big_mazok.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 681px;
    background-position: center;
}
.item-flex-bankety {
    flex-basis: 100%;
}

.item-flex-bankety.item-flex-bankety-form {
    flex-basis: 100%;
}

span.icon-input {
    position: absolute;
    top: 16px;
    left: 9px;
}

.input-block-flexContact input {
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    height: 55px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 30px;
}

.item-desc-flex {
    flex-basis: 100%;
    margin-left: -15px;
    margin-right: 0px;
}

.menu-block-head {
    display: none;
}

.flex-bg-contact {
    background-image: url(/image/catalog/kontakty/bg.jpg);
    background-size: contain;
    padding: 44px;
    background-repeat: no-repeat;
}

span.text-otprav {
    flex-basis: 48%;
    font-size: 11px;
    font-weight: 400;
    color: #838383;
}

p.title-form-category {
    font-size: 22px;
    color: #2e2e2e;
    font-weight: 600;
    max-width: 500px;
    line-height: 1.3;
}

section.section-form-category.infomation-zaly {
    margin-top: 50px;
    background-size: contain;
    padding-bottom: 5px;
}

img.perchik {
    position: absolute;
    z-index: 99;
    left: 75px;
    bottom: -145px;
    width: 25%;
}

.input-block-cat button {
    flex-basis: 50%;
}

.input-block-cat input {
    flex-basis: 48%;
}

button.red-btn {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 12px 5px;
    letter-spacing: 2px;
    width: 100%;
    height: 55px;
}

p.trad-category {
    color: #bc2729;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 500px;
    line-height: 1.4;
    margin-top: 20px;
}

.form-block-category {
    flex-basis: 100%;
}

.flex-item-zaly {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
}



#megamenu-menu .nav > li > a {
    font-size: 14px !important;
    padding: 20px 0px 10px 0px;
    font-weight: 600;
}

ul.menu-dostavki {
    text-align: right;
    border-top: 1px solid #3c3c3c;
    display: flex !important;
    flex-wrap: wrap;
    /* flex-direction: column; */
    padding-top: 25px;
    list-style: none;
    color: #fff;
    padding-left: 0px;
    padding-bottom: 20px;
}

ul.menu-dostavki li a {
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
    display: block;
}

ul.menu-dostavki li {
    flex-basis: 50% !important;
}

ul.menu-dostavki li:nth-child(even) {
    flex-basis: 40% !important;
}

.image-category-form {
    flex-basis: 100%;
}

.image-category-form img {
    width: 100%;
    position: relative;
    margin-right: 0px !important;
    display: block;
    right: 0;
}

.input-block-cat input {
    flex-basis: 100%;
    margin-bottom: 20px;
}

section.section-form-category {
    position: relative;
    background-image: url(/image/catalog/category/bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 25px 0px 60px;
}

.input-block-cat {
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

p.menu-title-dostavka {
    font-size: 20px;
    font-weight: 600;
    color: #dadada;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.block-img-cat {
    margin-top: 20px;
}

.article-thumb {
    margin-bottom: 30px;
}

.ocf-offcanvas .ocfilter-mobile-handle {
    position: absolute;
    left: 100%;
    top: auto !important;
    bottom: 150px;
}


.pagination>li>a, .pagination>li>span {
    padding: 6px 8px;
}

.row-product-cat .product-layout {
    min-height: auto;
}

.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    z-index: 999999 !important;
}

.article-thumb .caption {
    text-align: left;
}

.checkout-checkout .img-product-checkout {
    float: none;
    text-align: center;
    display: block;
}

.img-product-checkout {
    float: none;
    text-align: center;
    display: block;
}

#popupcart_extended .popupcart_info .price {
    width: 100% !important;
    text-align: center;
}

.caption-checkout a {
    text-align: center;
}

.block-product .caption-checkout {
    width: 100%;
    text-align: center;
}

.img-product-checkout a {
    /* float: none; */
    text-align: center !important;
}


#d_quickcheckout .img-product-checkout .img-responsive {
    margin: auto !important;
}

.caption-checkout {
    text-align: center;
}

#d_quickcheckout button#qc_confirm_order {

    margin-right: auto !important;
}

#d_quickcheckout div#shipping_address {
    margin-top: 0px;
}

.bg-category {
    padding: 20px 0px 20px;
    top: 0px;
    margin: 15px 0px 40px;
}

.posled-article {
    margin: 20px 0px 0px;
}

.article-thumb .caption {
    top: 0px;
}

p.title-ourContact {
    min-height: auto;
}

.title-article a {
    color: #fff;
    font-size: 22px;
    font-family: "GothamPro";
    font-weight: 600;
    line-height: 1.3;
    max-width: 410px;
    display: block;
}

.article-flex-item {
    flex-basis: 100%;
}

button#button-cart {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    background: linear-gradient(180deg, #e22829 50%, #b52324);
    border: none;
    border-radius: 30px;
    padding: 18px 15px;
    letter-spacing: 2px;
    margin-left: 0;
    max-width: 215px;
    margin-right: 10px;
}

.product-thumb.transition {
    background-image: url(/image/catalog/home/cart.png);
    min-height: 440px;
    background-color: transparent;
    position: relative;
    margin-bottom: 50px;
    background-size: cover;
}
.block-ourContact {
    margin-bottom: 25px;
}

.formWesta input {
    margin-bottom: 30px;
}

.title-slider-akcia {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.countdown {
    text-align: center;
}

.skidka {
    max-width: 250px;
    width: 100% !important;
    margin-bottom: 37px;
    margin-right: auto;
    margin-left: auto;
}

.skidka {
    max-width: 250px;
    width: 100% !important;
    margin-bottom: 37px;
}

.block-oplata {
    margin-top: 50px;
}

.block-attr-prod {
    text-align: center;
}

.block-desc-cat {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.procentBlock {
    text-align: center;
}

.procentBlock img {
    float: none;
    margin-right: 10px;
    margin: auto;
}

.descRight-proc {
    height: auto;
    align-items: center;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.title-random {
    text-align: center;
}

div#cart {
    margin-top: 15px;
}

.searchBtn {
    margin-top: 20px;
}

a.dropdown-toggle {
    margin-top: 20px;
    display: block;
}

.bg-with-img {
    top: 0px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 20px 0px 20px;
    background-position-x: 55%;
}

.block-img-cat img {
    width: 100%;
}

.caption {
    text-align: center;
}

.form-group.group-inline {
    display: block;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.product-head {
    font-size: 22px;
    font-family: "GothamPro";
    color: #000;
    margin-top: 2px;
    margin-bottom: 55px;
    text-align: center;
}

.languageBlock {
    padding-right: 0px !important;
}

.block-inline-quant {
    display: flex;
    margin: 20px 0px;
    align-items: center !important;
    text-align: center;
    justify-content: center;
}

.btn-add-cart-custom {
    margin: auto;
}

#top .container {
    padding: 0 20px;
}

#top-links {
    padding-top: 6px;
	width: 100%;
}

.telHead {
    font-size: 14px;
    position: relative;
    top: 1px;
}

img.searchImg {
    width: 25px;
}

.profileImg {
    width: 25px;
}

.imgShopCart {
    width: 25px;
}

.languageBtn {
    /* padding: 0px; */
    padding: 0px 0px 4px 12px;
}

.title-slider {
    font-size: 22px;
    padding: 0px 0px;
    margin-top: -20px;
}

p.subtitle-rastа {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 45px;
}

.featuresIcon {
    width: 100px;
    float: none;
    padding-right: 10px;
	margin: 0px 0px 5px;
}

.col-flex-feat {
	flex-basis: 100%;
}


.featureBlock {
    text-align: center;
}

.featureBlock {
    text-align: center;
    margin-bottom: 25px;
}

.owl-nav .owl-next {
    right: 25px;
}

.flexRowHead .list-inline li {
    padding: 0px 14px 0px 0px;
}

.owl-nav .owl-prev {
    left: 25px;
}


.nowTitle {
    margin: 50px 0px 40px;
}

.titleSpec {
    font-size: 29px;
    line-height: 1.1;
}

.blockPercent {
    margin-top: 184px;
    text-align: center;
}

.imgPercent {
    float: none;
    padding-right: 0px;
    margin-bottom: 30px;
}

.textPercent:before {
    content: "";
    background: #000;
    width: 50px;
    height: 2px;
    display: none;
    margin: auto;
    margin-bottom: 25px;
}

.blockLastImg {
    margin-top: 10px;
}

.catImg {
    width: 100%;
}

.absolutBlockImg {
    position: relative;
    top: 0;
    z-index: 0;
    left: 0;
}

.absolutImgRight img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    display: none;
}

.absolutImgCenter {
    position: relative;
    top: 0;
    right: 0;
}

.absolutImgCenter .imgRight {
    width: 100%;
}

footer {
    margin-top: 50px;
    padding-top: 70px;
    color: #000;
    text-align: center;
}

footer .col-sm-3 {
    margin-bottom: 55px;
}

button.btn.btn-link.dropdown-toggle {
    padding-top: 8px !important;
}

.flexCopy {
    display: block;
	padding-top: 0px;
}

div#logo {
    width: 100%;
    position: relative;
    top: -14px;
    right: auto;
    text-align: left;
    justify-content: flex-start;
    left: -10px;
    z-index: 9;
}

span.tel-icon-head {
    display: none;
}

a.tel-inside-head {
    font-size: 13px;
    color: #1e1e1e;
    font-weight: 500;
    flex-basis: 50%;
    margin-bottom: 2px;
}
a.tel-inside-head.btn-call-to-me {
	color: #cc0000;
}

.ocfilter-mobile-handle .btn-primary {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
}

.ocfilter-mobile .list-group {
    padding: 20px 10px 10px;
}

.ocfilter-mobile-handle .btn-primary:focus {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
}

.flexRowHead {
    display: block;
    justify-content: space-between;
    align-items: center !important;
        margin-bottom: -10px;
}

img.image-zal {
    width: 100%;
}


h1.dostavka {
    font-size: 50px;
    font-family: "GothamPro";
    text-shadow: none;
    color: #1e1e1e;
    font-weight: 600;
    display: block;
    margin-top: -15px;
    line-height: 1;
    margin-bottom: 30px;
}


.container.mmobile-top {
    margin-top: 80px;
}

#logo img.img-responsive {
	/*margin: auto;*/
	margin-left: 0px;
}

#top-links .list-inline {
    display: flex;
    justify-content: space-around;
}

h1.title-sobsno {
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

p.subtitle-rastа:after {
    content: "";
    display: block;
    height: 60px;
    width: 3px;
    background: #bb2426;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

p.subtitle-rastа {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.item-inside-btn {
    margin-bottom: 20px;
}

.newLatest-block {
    margin-bottom: 25px;
}

.newLatest {
    font-size: 22px;
    font-family: "GothamPro";
    color: #1e1e1e;
    padding: 80px 0px 0px;
    font-weight: 600;
    line-height: 1.2;
}

img.absolut-right {
    position: absolute;
    right: 0;
    top: -224px;
    width: 40%;
}

section.specoffer-section {
    background-image: url(/image/catalog/home/doski.jpg);
    background-size: cover;
    padding: 0px 0px 50px;
    position: relative;
    margin-top: 10px;
}

section.about-section {
    background-image: url(/image/catalog/home/bg_2.png);
    color: #fff;
    margin-top: -30px;
    padding-top: 80px;
    position: relative;
    padding-bottom: 85px;
}

img.absolut-right {
    display: none;
}

img.absolut-left {
    display: none;
}

span.red-text {
    display: block;
    color: #bc2729;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}

.inside-restoran-row {
    font-size: 22px;
    color: #2e2e2e;
    line-height: 1.2;
    font-weight: 600;
}

.item-left-img {
    flex-basis: 100%;
}

	.item-left-img {
		position: relative;
	}

	a.popup-video {
		position: absolute;
		/* right: 0; */
		left: 40%;
		text-align: center;
		top: 37%;
		z-index: 91;
		max-width: 90px;
		margin: auto;
	}

	a.popup-video img {
		width: 65px;
	}

img.absolut-left {
    position: absolute;
    left: 0;
    top: -78px;
    width: 30%;
}
.item-right-img {
    flex-basis: 100%;
    position: relative;
    z-index: 9;
}

.telHeadBlock {
    margin-top: 25px;
}
.features-section {
    padding: 55px 0px 40px;
    background-color: #f8f8f8;
}

.owl-latest .owl-nav {
    display: block !important;
    max-width: 200px;
    position: relative;
    margin: auto;
    top: 0px;
}

.owl-latest .owl-dot span {
    background: #e6e6e6;
    min-width: 10px !important;
    min-height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    margin: 0px 2px;
}

.newLatest {
    padding: 60px 0px 0px;
}

.carousel-bankety .owl-dots {
    display: flex;
    justify-content: center;
}

.item-inside-photo img {
    width: 100%;
}

.inside-border {
    position: relative;
    margin-bottom: 30px;
}

.carousel-bankety .owl-nav > div {
    margin-top: -8px;
    position: absolute;
    top: auto;
    color: #cdcbcd;
    z-index: 999999 !important;
}

.bestMargin {
    padding: 10px 0px 60px;
}

.specoffer-section {
    padding: 0px 0px 0px;
    background-position-y: 100px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.btnLatest span.hidden-xs.hidden-sm.hidden-md {
    display: block !important;
}

.owl-latest .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 25px;
}

.btnLatest {
    /* top: 40%; */
    top: 28%;
    border: none;
    text-decoration: underline;
}

#megamenu-menu button.btn.btn-navbar.navbar-toggle {
    position: absolute;
    top: -58px;
    right: -5px;
    padding-right: 0px;
}

.block-title-static {
    margin-bottom: 25px;
}

.item-flex-footer.flex-footer-logo {
    flex-basis: 100%;
    text-align: center;
}

.item-flex-footer.flex-footer-menu1 {
    flex-basis: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.item-flex-footer.flex-footer-menu2 {
    flex-basis: 100%;
}

.menuRightLogo {
    display: none;
}

.item-flex-footer.flex-footer-contact {
    flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

nav.menu-footer.footer-menu-first a {
    flex-basis: 50%;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

nav.menu-footer.footer-menu-second a {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    display: block;
}

.tel-footer-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20%;
    margin-bottom: 22px;
}

#logo img.img-responsive {
    height: 70px;
}

/*.menuLeftLogo {
    display: none;
}*/

h1.title-inside-static {
    font-size: 32px;
    font-family: "GothamPro";
    text-shadow: none;
    color: #1e1e1e;
    font-weight: 600;
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
}

.inside-tel-head {
    display: flex;
    align-items: center;
    max-width: 233px;
    position: absolute;
    left: 70px;
    top: 3px;
}

#megamenu-menu {
    margin: 0px;
    border: none;
}

nav#top:before {
    background-image: url(/image/catalog/home/header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
    content: "";
    display: none;
}

#megamenu-menu {
	min-height: 0px;
}

section.home-slider-section {
    margin-top: 25px;
}

#megamenu-menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: transparent !important;
    /* display: block; */
    box-shadow: none;
    border: none;
}

section.home-slider-section .owl-carousel .item {
    height: 50vh;
    margin-top: 80px;
}

.megamenu-haschild .customMenuLink {
    text-align: center;
    color: #000 !important;
    font-size: 13px !important;
}


.percentZag {
    max-width: 75px;
    float: right;
    position: relative;
    top: -30px;
}

.skidkaBlock {
    display: block;
    margin-top: 15px;
}

.category-section {
    margin-top: 50px;
}

.text-spasibo p {
    font-family: "GothamPro";
    font-size: 14px;
    line-height: 1;
    color: #5d5d5d;
}

.title-spasibo {
    line-height: 1;
}
.discountSlider-desc {
	font-size: 20px;
}

a.dropdown-toggle.dropdown-img {
    display: block;
}

.article-flex-item:nth-child(3n+1) {
    flex-basis: 100%;
}
.article-flex-item:nth-child(4n+1) {
    flex-basis: 100%;
}
.mobile-fix {
	background-position: 33%!important;
}
img.absolut-petr {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.inside-link-menu {
    min-height: auto;
}

img.image-all-btn {
    width: 100%;
}

.flex-item-menu {
    flex-basis: 60%;
    margin: auto;
}

span.text-amd-icon {
    font-size: 16px;
}

span.text-pod-btn {
    font-size: 11px;
    color: #8e8e8e;
    font-weight: 300;
    display: block;
}

img.white-mazok {
    width: 100%;
}

.inside-link-menu:hover .red-mazok {
    opacity: 1;
    color: #fff;
    width: 100%;
}

.product-thumb .caption {
    min-height: 160px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-thumb.transition {
    background-image: url(/image/catalog/home/cart.png);
    min-height: 100%;
    background-color: transparent;
    position: relative;
    margin-bottom: 50px;
    background-size: cover;
    border-radius: 20px;
}

.owl-latest .owl-nav {
    display: block !important;
    max-width: 250px;
    position: relative;
    margin: auto;
    top: 0px;
}

.owl-latest .owl-dots {
    display: flex !important;
    text-align: center;
    width: fit-content;
    margin: auto;
    position: relative;
    top: -15px;
}

.carousel-bankety .owl-dot span {
    background: #e6e6e6;
    min-width: 10px !important;
    min-height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    margin: 0px 2px;
}


}







@media (max-width: 375px) {
    .nowTitle {
        margin: 5px 0px 40px;
    }

    .contact-evita {
        font-size: 14px;
    }
}

.catImg {
    width: 100%;
}

.btnLatest span.hidden-xs.hidden-sm.hidden-md {
    display: block !important;
}

@media (max-width: 360px) {
    .newLatest {
        padding: 60px 0px 55px;
    }
}




/*LANDSCAPE TABLET START*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: landscape)  {

	.flexRowHead .list-inline li {
		padding: 0px 0px 0px 12px;
	}

	.languageBtn {
		padding: 0;
    }
    
    .block-img-cat img {
        width: 100%;
    }

	.owl-nav .owl-next {
		right: 0px;
	}

	.owl-nav .owl-prev {
		left: 0px;
	}

	.specoffer-section {
		background-position-x: 255%;
	}

	.newLatest {
		padding: 75px 0px 5px;
	}

	.bestMargin {
		padding: 30px 0px 10px;
	}

	.nowTitle {
		margin: 40px 0px 115px;
	}

	.absolutBlockImg {
		position: absolute;
		top: -14px;
		z-index: 0;
		left: -465px;
	}

	.absolutImgCenter .imgRight {
		width: 47%;
	}

	.center-col-feat {
		flex-basis: 25%;
	}

	.left-col-feat {
		flex-basis: 37%;
	}

	.right-col-feat {
		flex-basis: 37%;
    }
    
    #megamenu-menu .nav > li > a {
        font-size: 12px !important;
    }

    .title-slider-akcia {
        text-align: center;
    }

    .skidka {
        margin-left: auto;
        margin-right: auto;
    }

    .countdown {
        text-align: center;
    }

    .skidka {
        margin-bottom: 20px;
        margin-top: -25px;
    }

    select#input-sort {
        width: 100%;
    }

    .bg-category.bg-with-img {
        background-color: #f7f8fd;
        background-image: none !important;
    }

    .contact-evita {
        font-size: 15px;
    }

    footer {
        margin-top: 30px;
    }

    .product-grid .product-thumb .caption {
        min-height: 85px;
        padding: 0 10px;
    }

    .row-product-cat .product-layout {
        min-height: 350px;
    }

    .btnLatest {
        border-bottom: none;
        text-decoration: underline;
    }

  }


/*LANDSCAPE TABLET END*/

.product-category-60 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_svadebnie_ukr.jpg);
}
.discountSlider-desc {
    color: #fff;
    text-align: left;
    font-size: 32px;
    font-family: "GothamPro";
    margin-bottom: 60px;
    margin-top: 55px;
}

.vlasne-search {
    position: relative;
}

div#search {
    position: absolute;
    visibility: hidden;
}

.show-search div#search {
    position: absolute;
    visibility: visible;
}

#search button.btn.btn-default.btn-lg {
    padding: 10px;
}

.show-search div#search {
    position: absolute;
    visibility: visible;
    z-index: 999;
    background: #fff;
    width: 189px;
    top: -33px;
    left: -160px;
}

#search button.btn.btn-default.btn-lg {
    padding: 6.5px;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #000 !important;
}

#search input.form-control.input-lg {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 16px;
    color: #000;
    font-family: "GothamPro";
    font-size: 14px;
}

#search button.btn.btn-default.btn-lg:hover {
	background: #fff;
}

@media (max-width: 1440px) {
    .bg-category {
        background-position-x: 60%;
    }
}

@media (max-width: 1280px) {
    .bg-category {
        background-position-x: 60%;
    }

    .absolutImgRight img {
        max-width: 156px;
        right: -137px;
        top: -111px;
    }

    .absolutImgCenter .imgRight {
        width: 66%;
    }
}

@media (max-width: 1024px) {
	
	.absolutImgCenter .imgRight {
		width: 57%;
	}
	.absolutImgRight img {
	    max-width: 116px;
	    right: -184px;
	    top: -79px;
	}

}

.menu_news_stocks {
	color: #fe0200 !important;
}
.newsblog-category #content .row {
	display: flex;
	flex-wrap: wrap;
}

nav.nav-pod-zakolka {
    display: none;
}

li.dropdown:nth-child(3) .dropdown-menu {
    display: none !important;
}

li.dropdown:nth-child(3) a:after {
    display: none;
}

@media (max-width: 500px) {
	nav.nav-pod-zakolka {
    display: block;
}

li.dropdown:nth-child(3) .dropdown-menu {
    display: block !important;
}

.category-head {
    font-size: 28px;
    font-family: "GothamPro";
    text-shadow: none;
    color: #000;
}
}



@media (max-width: 478px) {
	section.home-slider-section .owl-carousel .item{
		height: 30vh;
	}
}
section.restoran-section-top {
    display: flex;
}

.restoran-desc-text {
    padding: 0 35px;
}
.restoran-desc-title {
    font-family: 'GothamPro';
    font-size: 44px;
    font-weight: 500;
    margin-left: -151px;
    line-height: 1;
    background: url(/image/catalog/bankety/rest-dlya-korporat/red-bg-title.png);
    padding: 32px 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
}
.restoran-desc-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bold-text{
	font-weight: 600;
}
.advantage-item-flex-block {
    display: flex;
    flex-wrap: wrap;
}
.advantage-item {
    flex-basis: 50%;
}
.advantage-item-top {
    display: flex;
    min-height: 85px;
}
.advantage-item:nth-child(1) .advantage-item-top .advantage-item-svg,
.advantage-item:nth-child(2) .advantage-item-top .advantage-item-svg,
.advantage-item:nth-child(3) .advantage-item-top .advantage-item-svg,
.advantage-item:nth-child(4) .advantage-item-top .advantage-item-svg{
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.advantage-item:nth-child(1) .advantage-item-top .advantage-item-svg{
	background: url(/image/catalog/bankety/rest-dlya-korporat/svg-bg-1.png);
}

.advantage-item:nth-child(2) .advantage-item-top .advantage-item-svg,
.advantage-item:nth-child(4) .advantage-item-top .advantage-item-svg{
	background: url(/image/catalog/bankety/rest-dlya-korporat/svg-bg-2.png);
	width: 84px;
	background-size: cover;
	height: 85px;
}
.advantage-item:nth-child(3) .advantage-item-top .advantage-item-svg{
	background: url(/image/catalog/bankety/rest-dlya-korporat/svg-bg-3.png);
	width: 73px;
	height: 79px;
}
.advantage-item-title {
    font-size: 16px;
    font-family: 'GothamPro';
    text-transform: uppercase;
    color: #bb2426;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.advantage-item-text {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 20px 0 0;
}
.advantage-item:nth-child(1),
.advantage-item:nth-child(2){
    margin-bottom: 50px;
}
.our-advantages-title {
    font-family: 'GothamPro';
    font-size: 35px;
    color: #2e2e2e;
    padding: 40px 0;
    font-weight: bold;
}
.text-caption.rest-text-caption{
	border: none;
	min-height: 183px;
}
.text-caption.rest-text-caption .title-zal{
	margin-top: 0;
	text-align: center;
}
.zal-item-block {
	flex-basis: 33.333%;
}
.zaly-flex-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.vmestimost-zala-rest {
    font-size: 14px;
    color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    padding: 0 48px;
}
.vmestimost-zala-rest-text {
    margin-left: 10px;
}
.zal-item-img {
    position: relative;
}
.zal-item-img:before {
    position: absolute;
    content: "";
    top: -50px;
    left: calc(50% - 1px);
    width: 1px;
    background-color: #bb2426;
    height: 20px;
}
.zal-item-block:nth-child(3) .rest-text-caption .vmestimost-zala-rest{
	padding-left: 72px;
}
section.rest-phone-section {
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rest-phone-text-block {
    flex-basis: 66%;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.6;
    padding-right: 45px;
}
.rest-phone-block {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
}
.rest-phone-number {
    font-weight: bold;
    line-height: 49px;
    font-size: 36px;
    padding-left: 10px;
}
.row-flex-article-inside.restoran-article {
    margin-bottom: 0;
}
section.form-on-home.restoran-home {
    margin-top: 0;
}
@media(max-width: 1199px){
	.restoran-desc-title{
		margin-left: -295px;
	}
}

@media(max-width: 991px){
	section.restoran-section-top{
		flex-direction: column-reverse;
	}
	.restoran-img-block{
		width: 100%;
	}
	.restoran-img-block img{
		width: 100%;
	}
	.restoran-desc-title{
		margin-left: 0;
	}
	.restoran-desc-text{
		padding: 0;
	}
	.zaly-flex-block{
		justify-content: center;
	}
	.zal-item-img img{
		border-radius: 17px;
	}
	.rest-phone-number{
		font-size: 27px;
	}
}
@media(max-width: 767px){
	.advantage-item{
		flex-basis: 100%;
		margin-bottom: 30px;
	}
	.rest-phone-text-block{
		flex-basis: 100%;
		padding-right: 0;
	}
	.rest-phone-block{
		flex-basis: 100%;
		align-items: center;
		margin-top: 20px;
	}
	.newsblog-article .description-article a.rest-phone-number {
    	text-decoration: none;
    	padding-left: 0;
	}
	.our-advantages-title{
		padding: 20px 0;
	}
	.rest-phone-number{
		font-size: 37px
	}
}
@media(max-width: 500px){
	.restoran-desc-title{
		background-position-x: 50%; 
	}
	.rest-phone-number{
		font-size: 30px;
	}
}
a.look-menu-btn {
    background-color: #ffffff;
    border: 1px solid #bb2426;
    border-radius: 30px;
    padding: 18px 25px;
    text-decoration: none !important;
    display: flex;
    max-width: 345px;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

a.look-menu-btn span:nth-child(2) {
    text-transform: uppercase;
    font-family: 'GothamPro';
    font-size: 13px;
    font-weight: bold;
    color: #bb2426;
}

a.look-menu-btn span:nth-child(1) {
    display: flex;
    align-items: center;
}
@media(max-width: 374px){
	a.look-menu-btn{
		max-width: 330px;
		padding: 15px 12px;
	}
	a.look-menu-btn span:nth-child(2){
		font-size: 12px;
	}
}
.home-slider-section{
	position: relative;
}
section.home-slider-section:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
       background: linear-gradient(180deg, #000000c7, #00000000, #00000000, transparent);
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.rest-phone-block a{
	text-decoration: none !important;
}
@media(max-width: 1500px){
	section.seo-nikala{
		background-image: none;
	}
	section.section-form-category{
		background-position-x: -165px; 
	}

}