/*   
Theme Name: Catering
Theme URI:
Version: 1.0
Tags: clean, html5, bootstrap
Description:
Author: 
Author URI: 
*/

body {
	font-family: 'Inter', sans-serif;
	font-size:18px;
	color:#000;
	line-height: 22px;
	background: #fff;
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1270px;
    }
}
@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.logo {
	font-family: 'Open Sans', sans-serif;
font-size: 25px;
line-height: 30px;

}
.logo a {
	color: #14172A;
	text-decoration:none;
}
.logo img {
    vertical-align: baseline;
}
.flex {
	display: flex;
}
.flex.top {
	justify-content: space-between;
    align-items: center;
    padding: 30px 15px 36px;
}
.cats_nav .flex.top {
    padding: 0 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default {
    border: none;
    background: transparent;
	margin: 0;
    min-height: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#top-nav-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: none;
    padding: 0;
    text-transform: uppercase;
}
.navbar-nav>li {
   float: none;
   display: flex;
   align-items: center;

}
.navbar-nav>li:not(:last-child) {
    margin-right: 3em;
}
.navbar {    
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.phone a {
    color: #FF9210;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.phone a:hover span {
	opacity: .6;
}
.phone a img {
	margin: 0 5px 0 0;
}
header {
	background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(38, 44, 64, 0.25);
}
.cats_nav {
    padding: 40px 0;
    background: #00A3E0;
}
.top-menu-cats {
        margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top-menu-cats li {
    list-style-type: none;
    display: inline-flex;
}
.top-menu-cats li a {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.open_cat {
    display:none;
}
.home_banner {
	padding: 120px 0 130px;
	position: relative;
    background: #fff;
}
.home_banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 50%;
    height: 100%;
    background: #fff url(img/bg.jpg) no-repeat left top/auto 125%;
}

.h1, h1 {
    font-size: 36px;
    font-weight: bold;
    padding: 40px 0 40px;
    margin: 0;
}
.home_banner h1 {
    color: #000;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}
.hours23img {
    display: block;
    width: 100%;
    max-width: 271px;
    margin-bottom: 52px;
}
.home_banner a {
	background: linear-gradient(180deg, #FF9210 0%, #FF9210 48.96%, #FF9210 100%);
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 23px 50px;
    text-align: center;
    border-radius: 16px;
    text-decoration: none;
    display: inline-block;
}
.home_banner a:hover {
	background: linear-gradient(90deg, #e99a3b 0%, #FF9210 48.96%, #FF9210 100%)
}
.home_banner .container {
    position: relative;
	    z-index: 8888;
}
.profits {
    margin-bottom: 64px;
}
.profits .row {
    display: flex;
    flex-wrap: wrap;
}
.profits .item {
    width: 100%;
    height: 100%;
    padding: 27px 22px 28px;
    border-radius: 18px;
    background: #00A3E0;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.profits .item img {
	display:block;
	margin:0 0 20px;
    width: 44px;
    height: 44px;
    object-fit: contain;
    object-position: left center;
}
.home article h2 {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 16px;
}
.home article h3 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 16px;
}
.home article p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1em;
}
.page-contents h1 {
    color: #000;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1em;
    margin-top: 1.5em;
    text-transform: uppercase;
    padding: 0;
}
.stati-page h1 {
    color: #000;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1em;
    margin-top: 1.5em;
    text-transform: uppercase;
    padding: 0;
    margin-left: 0;
}
.stati-page a.thmbl > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-contents h2 {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1em;
}
.page-contents h3 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 1em;
}
.page-contents p {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1em;
}
.page-contents li {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1em;
}
footer {
    padding: 63px 0 83px;
    background: #00A3E0;
    color: #fff;
	margin-top: 40px;
/*     margin-top: 103px; */
}
footer .flex.top {
    padding: 15px 15px;
}
footer .logo a, footer .navbar-default .navbar-nav>li>a, footer .navbar-default .navbar-nav>.active>a, footer .navbar-default .navbar-nav>.active>a:hover, footer .phone a {
    color: #fff;
}
footer .navbar-default .navbar-nav>li>a:focus, footer .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
}
.h2, h2 {
    font-size: 28px;
	font-weight: bold;
    padding: 0;
    margin: 0 0 20px;
}
h2 a, h2 a:hover {
	color:#000;
	text-decoration:none;
}
.item_post h2 {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.5em;
}
.item_post p {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.single-statia h1 {
    color: #000;
    font-family: Inter;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1em;
    margin-top: 1.5em;
    text-transform: uppercase;
    padding: 0;
    margin-left: 0;
    max-width: 991px;
}
.single-statia h2 {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1em;
}
.single-statia h3 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 1em;
}
.single-statia p {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1em;
}
.single-statia li {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1em;
}
.single-statia img {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 28px;
}

.cat-desc-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1em;
}
.cat-desc-content h3 {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.cat-desc-content p {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1em;
}

.stati-page .more {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    padding: 11px 70px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}
article.post {
	    margin: 0 0 40px;
}
.stati-page article.post:not(:last-child) {
    margin-bottom: 80px;
}

.catalog {
    padding: 58px 0;
}
.catalog h2 {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 40px;
}
.catalog .cat_list {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas:
    ". . . . .";
}
.catalog .cat_list .item {
    margin-bottom: 40px;
}
.catalog .cat_list .item img {
    display: block;
    width: 224px;
    height: 224px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
    .catalog .cat_list .item img {
        width: 180px;
        height: 180px;  
    }
}
.catalog .cat_list .item a {
    color: #000;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
}
.catalog .cat_list .item a:hover {
    color: #00A3E0;
}
body.home {
    background: #fff;
}
.age_limit {
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.age_limit img {
    display: block;
    width: 320px;
    margin-right: 30px;
}
.age_limit_colors {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.age_limit_colors span {
    color: #FF9210;
}

img {
	max-width:100%;
	height: auto;
}
body.single-post .post_content {
	background: #fff;
	overflow: hidden;
	    padding: 30px 0;
        margin: 0 -15px;
}
.prod_nav .top-menu-cats {
    border-radius: 16px;
    background: #00A3E0;
    display: block;
    padding: 24px;
}
.prod_nav .top-menu-cats li {
	display: block;
}
.prod_nav .top-menu-cats li:not(:last-child) {
    margin-bottom: 14px;
}
.prod_nav .top-menu-cats li a {
    display: block;
    border-bottom: 2px solid #fff;
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-item-catalog {
    margin-bottom: 80px;
    text-align: center;
}
.cat_wrap .row {
    display: flex;
    flex-wrap: wrap;
}
.item_prod {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.item_prod h2 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.item_prod .price {
    color: #00A3E0;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 24px;
}
.item_prod .shop {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background: #00A3E0;
    border: none;
    margin-top: auto;
}
.cat_wrap {
	background:#fff;
	padding: 0 0 40px;
}
.kama_breadcrumbs a, .kama_breadcrumbs span {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.kama_breadcrumbs {
    padding-top: 20px;
    margin-bottom: 60px;
}
.search-form {
    border-radius: 10px;
    background: #F1F1F1;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 41px;
}
.search-form input {
	border: none;
    display: block !important;
    width: 100% !important;
    height: 100%;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    background: transparent !important;
    padding: 22px 21px;
}
.search-form  button {
	    text-indent: -9999px;
    border: none;
    background: url(img/search.png) no-repeat center #00A3E0;
    display: block;
    width: 62px;
    min-width: 62px;
}
.search-form  button:hover {
    border: none;
    background: url(img/search.png) no-repeat center #00A3E0;
}
.aside {
	width: 24.8%;
}
.content {
	width: 70%;
}
.category .flex, .search-results .flex {
	    justify-content: space-between;
}

.stati-page .row {
    display: flex;
    flex-wrap: wrap;
}
.item_prod .thumb {
	height: 262px;
    margin-bottom: 30px;
}
.item_prod .thumb img {
	height:100%;
    object-fit: contain;
    object-position: center;
}


.pagination>li {
    display: inline-block;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #262c40;
    border-color: #262c40;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #262c40;
    background-color: #eee;
    border-color: #ddd;
}
.mod {
	    position: fixed;
    width: 465px;
    height: 272px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    text-align: center;
	border-radius: 10px;
	display:none;
    z-index: 99999;
}
.over {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000078;
	display:none;
    z-index: 9999;
}
.mod .innner {
	    padding: 45px 0;
}
.mod  span {
	font-weight: 500;
font-size: 20px;
line-height: 24px;
text-align: center;
display: block;
    margin: 15px 0;
color: #000000;
}
.mod  a {
	font-weight: 800;
font-size: 30px;
line-height: 36px;


color: #14172A;

}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: 1;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 12px;
}
a.thmbl {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}
.item_post img {
    border-radius: 8px;
    margin-bottom: 14px;
    display:none;
}
.catalog-section {
    margin-top: 50px;
}
.pagination>li:not(:last-child) {
    margin-right: 14px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 8px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 8px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #FFF;
    background: #FF8B00;
    border-color: #FF8B00;
}
.pagination>li>a,
.pagination>li>span {
    color: #8E8E8E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #F1F1F1;
    border-color: #F1F1F1;
    padding: 10px 15px;
}
.search-form .form-group {
    margin-bottom: 0;
}
.search-form button {
    outline: none !important;
}

.catalog-section_product__title {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin-bottom: 12px;
}
.catalog-section_product .country {
    display: flex;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.catalog-section_product .country span {
    text-transform: none;
}
.catalog-section_product .price {
    color: #00A3E0;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 24px;
}
.catalog-section_product__content {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.catalog-section_product__content p {
    margin-bottom: 1em;
}
.catalog-section_product__content .call {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #00A3E0;
    border: none;
    text-transform: uppercase;
    padding: 15px 80px;
}
.show-mobile-menu {
    position: relative;
}
.show-mobile-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 99999;
}

.category  .h1, .category  h1 {
	padding-top:0;
}

.cat-desc-content>br{
	display:none;
}

.cat_wrap{
	padding-bottom:10px;
}

div#map1 {
	margin-top: 10px;	
}

.cat-desc-footer {
	margin-top:-60px;
}

@media all and (max-width:1200px) {
	.top-menu-cats li a {
        font-size: 12px;
    }
    .phone a {
        font-size: 20px;
    }
    .container {
        width: 100%;
        position: relative;
        z-index: 8888;
    }
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
        font-size: 21px;
    }
}
@media screen and (max-width: 991px) {
    .top-menu-cats li a {
        text-transform: uppercase;
        color: #FFF;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 14px;
        border-bottom: 2px solid #fff;
        display: block;
    }
    .top-menu-cats li:not(:last-child) {
        margin-bottom: 14px;
    }
    .top-menu-cats {
        flex-direction: column;
        background: #00A3E0;
        padding: 24px;
    }
    .show-mobile-menu .top-menu-cats {
        display: flex;
    }

    .home_banner {
        padding: 38px 0 104px;
    }
    .home_banner:before {
        width: 60%;
    }
    .home_banner a {
        padding: 10px 20px;
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 7px;
    }
    .home_banner h1 {
        color: #000;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px;
    }
    .hours23img {
        max-width: 150px;
        margin-bottom: 27px;
    }
    #top-nav-ul {
        width: 100%;
    }
    header {
        margin-bottom: -1px;
    }
    .show-mobile-menu header {
        z-index: 99999;
        position: relative;
    }
    header .flex.top {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        padding: 33px 0 0;
    }
    header .phone {
        order: 0;
        margin-bottom: 24px;
    }
    header .navbar-default {
        order: 1;
        width: 100%;
        background: #00A3E0;
        padding: 12px 15px 14px;
    }
    .navbar-collapse {
        box-shadow: none;
    }
    .navbar-header {
        display: none;
    }
    header .logo {
        margin-bottom: 24px;
    }
    .cats_nav {
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999999;
    }
    .show-mobile-menu .top-menu-cats {
        flex-direction: column;
        background: transparent;
        padding: 24px;
    }
    .show-mobile-menu .top-menu-cats li {
        line-height: normal;
        text-align: right;
    }
    .top-menu-cats {
        margin: 0;
        padding: 0;
        display: none;
        justify-content: space-between;
        width: 100%;
        position: relative;
        z-index: 8888;
        background: #fff;
    }
    .top-menu-cats li {
        list-style-type: none;
        display: block;
        line-height: 50px;
        text-align: center;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle {
        display:none
    }
    .open_cat {
        display:none;
        height: auto;
        line-height: normal;
        background: #FF9210;
        color: #fff;
        border: none;
        left: 0;
        top: auto;
        right: 0;
        bottom: 10px;
        margin: auto;
        padding: 5px 20px;
    }
    header .navbar-default .navbar-nav>li>a,
    header .navbar-default .navbar-nav>.active>a,
    header .navbar-default .navbar-nav>.active>a:hover {
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }
    .item_prod .thumb img {
        height: 100%;
        width: auto;
    }
    .navbar-default .navbar-collapse {
        width:100%;
        display: block;
        padding: 0;
    }
    footer .navbar-default .navbar-collapse,
    footer .navbar-default .navbar-form,
    footer .navbar-default {
        display: none;
    }
    .profits_item-col:not(:last-child) {
        margin-bottom: 16px;
    }
    .profits .container {
        max-width: 767px;
    }
    .home article h2 {
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .catalog h2 {
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 30px;
    }
    .home article h3 {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .home article p {
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .item_post h2 {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .item_post p {
        font-size: 12px;
    }
    a.thmbl {
        display: none;
    }
    .item_post img {
        display: block;
    }
    .catalog {
        padding: 40px 0 10px;
    }
    .catalog .cat_list {
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .catalog .cat_list .item {
        margin-bottom: 30px;
    }
    .catalog .cat_list .item img {
        margin-bottom: 10px;
    }
    .catalog .cat_list .item a {
        color: #000;
        font-family: Inter;
        font-size: 14.625px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .profits {
        margin-bottom: 40px;
    }
    .age_limit img {
        min-width: 130px;
        width: 130px;
        margin-right: 15px;
    }
    .age_limit_colors {
        font-size: 14px;
    }
    footer {
        padding: 23px 0;
    }
    footer .flex.top {
        flex-direction: column;
    }
    footer .logo {
        margin-bottom: 24px;
    }
    .phone a {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
    }
    #top-nav-ul {
        justify-content: space-between;
    }
    .navbar-nav>li:not(:last-child) {
        margin-right: 4.5vw;
    }

    .page-contents h1 {
        font-size: 24px;
    }
    .page-contents h2 {
        font-size: 16px;
    }
    .page-contents h3 {
        font-size: 16px;
    }
    .page-contents p {
        font-size: 12px;
    }
    .page-contents li {
        font-size: 12px;
    }

    .single-statia h1 {
        font-size: 24px;
    }
    .single-statia h2 {
        font-size: 16px;
    }
    .single-statia h3 {
        font-size: 16px;
    }
    .single-statia p {
        font-size: 12px;
    }
    .single-statia li {
        font-size: 12px;
    }
    .single-statia img {
        border-radius: 8px;
        margin-bottom: 12px;
    }

    .stati-page h1 {
        font-size: 24px;
    }

    .cat-desc-content h2 {
        font-size: 16px;
    }
    .cat-desc-content h3 {
        font-size: 16px;
    }
    .cat-desc-content p {
        font-size: 12px;
    }


    .aside {
        width: 100%;
        padding: 0 15px;
    }
    .content {
        width: 100%;
        padding: 0 15px;
    }
    footer .navbar-default .navbar-collapse,
    footer .navbar-default .navbar-form,
    footer .navbar-default,
    .prod_nav .top-menu-cats {
        display:none;
    }
    .category .flex,
    .search-results .flex {
        flex-wrap: wrap;
    }
    .search-form .form-group {
        width: 100%;
    }
    .search-form {
        max-width: 260px;
		margin-bottom:0;
    }
	.kama_breadcrumbs{
		margin-bottom:20px;
	}
    .search-form input {
        padding: 12px 8px;
        font-size: 12px;
    }
    .search-form button {
        width: 50px;
        min-width: 50px;
        background: #00A3E0 url(img/search.png) no-repeat center / 20px 20px !important;
    }
    body.single-post .post_content {
        padding-top: 0;
        padding-bottom: 0;
    }
    .col-img-prod img {
        display: block;
        width: 100%;
        margin-bottom: 22px;
    }
    .catalog-section_product__title {
        color: #000;
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 8px;
    }
    .catalog-section_product .country {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .catalog-section_product .price {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .catalog-section_product__content {
        font-size: 12px;
    }
    .catalog-section_product__content .call {
        display: block;
        font-size: 18px;
        padding: 12px 64px;
    }
    .catalog-section_product article.post {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .catalog .cat_list .item img {
        width: 110px;
        height: 110px;
    }
}
@media all and (max-width:800px) {
    .alignright {
        float: none;
        margin: 0 0 30px 0;
    }

    .search-form input {
        width: 100%!important;
    }
}


@media all and (max-width:767px) {
	.h1, h1 {
		font-size: 22px;
        padding-bottom: 20px;
        padding-top: 0;
	}
	
	.mod {
    	width: 90%;
	}
    .logo, .phone {
        text-align: center;
    }
    .product-item-catalog {
        width: 50%;
    }
	
	
    .item_prod .thumb {
        height: 190px;
    }
    .item_prod h2 {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .item_prod .price {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .item_prod .shop {
        font-size: 14px;
        padding: 9px;
    }
}