@font-face {
    font-family: 'Circe Rounded';
    src: local('../fonts/Circe Rounded Extra Light'), local('../fonts/Circe-Rounded-Extra-Light'),
        url('../fonts/CirceRounded-ExtraLight.woff2') format('woff2'),
        url('../fonts/CirceRounded-ExtraLight.woff') format('woff'),
        url('../fonts/CirceRounded-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'Circe Rounded';
    src: local('../fonts/Circe Rounded Alt Bold'), local('../fonts/Circe-Rounded-Alt-Bold'),
        url('../fonts/CirceRounded-AltBold.woff2') format('woff2'),
        url('../fonts/CirceRounded-AltBold.woff') format('woff'),
        url('../fonts/CirceRounded-AltBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Circe Rounded';
    src: local('../fonts/Circe Rounded Regular5'), local('../fonts/Circe-Rounded-Regular5'),
        url('../fonts/CirceRounded-Regular5.woff2') format('woff2'),
        url('../fonts/CirceRounded-Regular5.woff') format('woff'),
        url('../fonts/CirceRounded-Regular5.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

* {
    font-family: 'Circe Rounded', sans-serif;
}

body {
    background: #f6f6f6;
}

.head__menu {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.head__menu > a {
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
}

.tn-atom {
    color: #000000;
    font-size: 27px;
    font-weight: bold;
}

header .col-md-4 {
    display: flex;
    align-items: center;
}

header .col-md-4 > a {
    margin: 0 20px;
}

a.head__tel {
    color: #4cb190;
    font-size: 27px;
    line-height: 1.55;
    font-weight: 600;
}

.head__schedule {
    color: #4cb190;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.head__schedule span {
    display: block;
}

.last__head {
    align-items: center;
    justify-content: space-between;
}

.soc-icons > a:first-child img {
    width: 40px;
    margin-right: 5px;
}

.soc-icons > a img {
    width: 37px;
}

ul {
    margin-bottom: 0;
}

.ma.center.d-flex.align-items-center {
    background: #fff;
    border-radius: 30px;
    padding: 10px 0px;
}

pre {
    border: 0;
}

.greenColor {
    color: rgb(76, 177, 144);
}

h1.title__main {
    color: #000000;
    font-size: 47px;
    font-family: 'Circe Rounded',Arial,sans-serif;
    line-height: 1.55;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin-bottom: 45px;
    margin-top: 0;
}

pre.descr__main {
    font-size: 22px;
    line-height: 25px;
}

section#delivery {
    margin-bottom: 100px;
}

.delivery__green--cirle pre {
    color: #ffffff;
    font-size: 19px;
    line-height: 20px;
    background: rgb(76, 177, 144);
    border-radius: 100%;
    padding: 32px 15px;
    text-align: center;
    border: 15px solid #fff;
}

.delivery__green--cirle pre span {
    font-weight: bold;
}

img.delivery__image {
    border-radius: 40px;
}

.delivery-top .row.nomobile {
    position: relative;
}

.delivery__green--cirle {
    position: absolute;
    top: -73px;
    z-index: 10;
}

.delivery__green--cirle.item-1 {
    left: 68%;
}

.delivery__green--cirle.item-2 {
    left: 80%;
}

.delivery-top .mySwiper {
    overflow: hidden;
}

.delivery-top {
    margin: 20px 0 100px 0;
}

.usual_title {
    color: #000000;
    font-size: 35px;
    line-height: 54px;
    font-weight: 700;
}

span.delicious_digital {
    color: #4cb190;
    font-size: 50px;
    font-weight: bold;
    margin-right: 20px;
}

span.delicious_title {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
}

p.delicious_text {
    color: #000000;
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
    margin-left: -15px;
}

.delicious_block {
    border: 1px solid #4cb190;
    border-radius: 20px;
    padding: 10px 50px;
}

img.about_lunch--img {
    margin-bottom: 20px;
    width: 74px;
    height: 74px;
}

.about_lunch--text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.about_lunch--block {
    border: 1px solid #4cb190;
    border-radius: 100%;
    padding: 50px;
    position: relative;
}

.delicious {
    margin-bottom: 100px;
}

.about_lunch--block--after:after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: -32px;
    width: 65px;
    height: 65px;
}

.about_lunch--block--after:first-child:after,
.about_lunch--block--after:nth-child(3):after {
    background: url(../images/arrow-up.png) no-repeat 100%;
}

.about_lunch--block--after:nth-child(2):after {
    background: url(../images/arrow-down.png) no-repeat 100%;
    top: 0;
}

.min_order {
    background: #4cb190;
    padding: 10px 0;
    margin: 100px 0;
    border-radius: 10px;
}

.min_order p {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.min_order p span {
    text-decoration: underline;
}

section.test_order .container {
    background: #4cb190;
    border-radius: 43px;
    padding: 50px 70px;
}

.test_order h2,
.test_order p {
    color: #fff;
    margin: 0;
}

.test_order p {
    font-size: 20px;
    margin-top: 20px;
}

.test_order .row {
    align-items: flex-end;
}

.btn.btn-primary {
    color: #4cb190;
    font-size: 20px;
    line-height: 1.55;
    border-radius: 30px;
    background-color: #ffffff;
    font-weight: bold;
    padding: 10px 45px;
    border: 0;
}

section#pricetags .container > h2 {
    font-size: 41px;
}

.lunch__week h2 {
    color: #4cb190;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
}

.hug-btn {
    position: relative;
}

.hug-btn:after {
    content: "";
    position: absolute;
    top: -70%;
    right: -15px;
    background: url(../images/hug.png) no-repeat 100%;
    width: 56px;
    height: 56px;
}

section.dishes img {
    border-radius: 20px;
}

.objects_block {
    position: relative;
}

.objects_block--text {
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    z-index: 2;
}


/* OLD STYLES */

li {
    list-style-type: none;
}

#day_tuesday,
#day_wednesday,
#day_thursday,
#day_friday,
#day_saturday,
#day_sunday {
    display: none;
}

.center {
    text-align: center;
}

.ma {
    margin: 10px 5px;
}

.tele {
    font-size: 25px;
}

.mailto {
    font-size: 25px;
}

.center-cart-icon img {
    width: 37px;
}

.opacity {
    opacity: 0.8;
    background: #fff;
    padding: 20px;
}

@font-face {
    font-family: PrivaOnePro;
    src: url(../fonts/PrivaOnePro.otf);
}

a svg:hover #mylogomf {
    fill: #4cb190;
}

a svg:hover #mycartmf {
    fill: #034150;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.cart-icon {
    background: url('../images/cart-icon.png') no-repeat -6px -14px;
    width: 37px;
    height: 31px;
    display: inline-block;
}

.center-cart-icon svg path {
    fill: #4cb190;
}

.cart-icon:hover {
    background: url('../images/cart-icon.png') no-repeat -6px -60px;
}

.site-main-banner {
    height: 870px;
    position: relative;
    max-height: 100vh;
    min-height: 350px;
    overflow: hidden;
}

.site-main-banner.parallax-window:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*   background: rgba(255, 255, 255, 0.4);*/
}

.call-back-section {
    overflow: hidden;
    padding: 50px 0px;
    /*   background: #f9f9f9;}*/
}

/*	#sets h2 {
    margin-top: 0;
	padding-top: 50px;
	font-size: 40px;
}*/
.site-main-banner .banner-inner-content {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    /*padding-top: 200px;*/
    left: 50%;
    right: 0;
    text-align: center;
    color: #fff;
    max-width: 670px;
    padding-bottom: 31px;
}

.actobak-section {
    position: relative;
    padding-top: 62px;
}

.actobak-section .background-image img {
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    z-index: -1;
}

/*.site-main-banner .banner-inner-content h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 60px;
    line-height: 1;
    margin-top: 35px;
	color: #000;
}*/
.site-main-banner .banner-inner-content .offices {
    font-size: 30px;
    font-weight: bold;
}

.site-main-banner .banner-inner-content p {
    font-size: 19px;
    margin-top: 14px;
    color: #000;
}

.site-main-banner .banner-inner-content .btn {
    margin-top: 22px;
}

img {
    max-width: 100%;
}

.top-header {
    width: 100%;
    position: fixed;
    font-size: 11px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    background: #fff;
    z-index: 3;
}

.top-header ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 77px;
}

.top-header ul li {
    display: inline-block;
}

.top-header ul li a {
    text-decoration: none;
}

.top-header .top-navigation ul li {
    margin-right: 30px;
}

.top-header a {
    color: #606060;
}

.top-center-navigation {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.13px;
}

.top-header .top-center-navigation a {
    color: #4cb190;
}

.container-fluid {
    padding-left: 75px;
    padding-right: 75px;
}

.top-header .top-navigation ul li a {
    text-transform: uppercase;
    letter-spacing: 0;
    background: #4cb190;
    padding: 2px 10px;
    color: #fff;
}

.top-header a:hover {
    color: #034150;
}

.top-header .top-navigation {
    padding-top: 10px;
}

.top-header .top-center-navigation ul li {
    margin: 0 8px;
}

.top-header .top-center-navigation .fa {
    margin-left: 9px;
    color: #626262;
}

.top-header .top-center-navigation a {
    text-decoration: none;
}

.top-right-menu {
    text-align: right;
    padding-top: 3px;
    margin-right: 7px;
}

.social-icons {
    font-size: 19px;
}

.social-icons li {
    margin-left: 1px;
    min-width: 20px;
}

.header-main-menu {
    padding-bottom: 15px;
}

.header-main-menu .left-menu {}

.header-main-menu .menu-icon-section {
    float: left;
    padding-top: 36px;
    position: relative;
    z-index: 3333;
}

.header-main-menu .menu-icon-section .menu-icon {
    width: 23px;
    float: left;
}

.header-main-menu .menu-icon-section .menu-icon .line {
    float: left;
    width: 100%;
    background: #034150;
    height: 3px;
    margin-bottom: 5px;
}

.header-main-menu .menu-icon-section .menu-text {
    float: left;
    font-size: 12px;
    margin-left: 15px;
    text-transform: uppercase;
    margin-top: 3px;
    letter-spacing: 0.5px;
    color: #034150;
}

.header-main-menu .menu-icon-section a:hover .menu-text {
    color: #4cb190;
}

.header-main-menu .menu-icon-section a:hover .menu-icon .line {
    background: #4cb190;
}

.header-main-menu .main-logo {
    float: left;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: -5px;
}

.top-left-navigation img {
    width: 66px;
}

.navigation ul li .svg-image {
    position: relative;
    width: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.center-cart-icon {
    text-align: center;
    padding-top: 30px;
}

.icon-main-logo {
    background: url('../images/main-logo.png') no-repeat -7px -5px;
    width: 66px;
    height: 54px;
    display: inline-block;
}

.icon-main-logo:hover {
    background: url('../images/main-logo.png') no-repeat -7px -62px;
}

.right-menu-section {
    text-align: right;
    padding-top: 34px;
    font-size: 13px;
}

.right-menu-section .search-icon {
    display: inline-block;
    margin-left: 35px;
}

.right-menu-section .main-navigation {
    display: inline-block;
}

.right-menu-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.right-menu-section ul li {
    display: inline-block;
    margin-left: 30px;
}

.right-menu-section ul li a {
    color: #000;
    text-decoration: none;
}

.right-menu-section ul li a:hover,
.right-menu-section .search-icon a:hover,
.right-menu-section ul li.active a,
.right-menu-section ul li.current-menu-item a {
    color: #000;
    border-bottom: 2px solid #4cb190;
    padding-bottom: 5px;
}

.right-menu-section .search-icon a {
    color: #5e5e5e;
    text-decoration: none;
}

.right-menu-section .search-icon .fa {
    font-size: 20px;
}

.actobak-section {
    text-align: center;
}

/*.section-main-content h2 {
    font-size: 50px;
    color: #034150;
    margin-bottom: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
}*/

.actobak-section .section-main-content p {
    font-size: 16px;
    color: #034150;
    letter-spacing: 0.1px;
    line-height: 1.5;
}

.actobak-section .section-lower-content {
    float: right;
    color: #4e4e4e;
    font-size: 15px;
    max-width: 400px;
    text-align: center;
    margin-top: 162px;
    line-height: 1.6;
    margin-bottom: 208px;
}

.actobak-section .section-lower-content h3 {
    color: #4e4e4e;
    font-size: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.modal-lg-custom {
    max-width: 500px;
}

.owl-carousel {
    width: 87%;
}

.subitemmobile {
    visibility: hidden;
}



.actobak-section .section-lower-content p {
    padding-left: 25px;
    padding-right: 25px;
}

.actobak-section .section-lower-content .btn {
    margin-top: 11px;
    margin-bottom: 20px;
    font-weight: normal;
}

.actobak-section .section-lower-content .btn:hover {
    background: #eb8f72;
    border-color: transparent;
}

.our-products-section {
    background: #f9f9f9;
    padding-bottom: 25px;
    text-align: center;
}

.our-products-section .section-heading {
    margin-bottom: 30px;
}

.section-main-content {
    text-align: center;
}

.section-main-content h3 {
    color: #034150;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
}

.custom-tabs-nav {
    padding: 0;
    margin-top: 24px;
    list-style: none;
    text-align: center;
}

.custom-tabs-nav li {
    display: inline-block;
    margin: 20px 13px;
}

.custom-tabs-nav li span {
    font-size: 24px;
    color: #4e4e4e;
    padding-bottom: 5px;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 100;
    border-bottom: 2px solid transparent;
}

.custom-tabs-nav li.active span,
.custom-tabs-nav li span:hover,
.custom-tabs-nav li.active span:hover {
    font-weight: 400;
    border-bottom-color: #ffa58a;
}

.custom-tabs-nav li span:hover {
    font-weight: 300;
}

.tab-content .tab-custom-text {
    max-width: 606px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
    line-height: 1.6;
}

.latest-products-section {
    text-align: center;
}

.latest-products-section .our-product {
    display: table;
    margin: 0 39px;
    margin-top: 27px;
    min-width: 196px;
    text-align: center;
    vertical-align: middle;
}

.our-product.mobile-half-width p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 90px;
    /*font-family: PrivaOnePro;*/
    font-size: 30px;
}

.mnogo {
    vertical-align: middle;
    /*display: table-cell;
	padding-left: 90px;
	font-family: PrivaOnePro;*/
    font-size: 30px;
}

.page-lower-banner {
    padding: 100px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
    position: relative;
    background-position: center;
    height: 898px;
    max-height: 100vh;
    min-height: 600px;
}

.page-lower-banner .banner-inner-content {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    right: 0;
    padding-top: 48px;
    max-width: 600px;
}

/*  .page-lower-banner .banner-inner-content h2 {
            font-size: 60px;
            margin-bottom: 23px;
            line-height: 1;
            font-family: 'Open Sans Condensed', sans-serif;
        }*/

.page-lower-banner .banner-inner-content p {
    font-size: 19px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.page-lower-banner .banner-inner-content .btn {
    margin-top: 15px;
}

.our-blog-section .section-heading {
    text-align: center;
    padding-top: 77px;
    padding-bottom: 48px;
    color: #034150;
}

/*   .our-blog-section .section-heading h2 {
            font-size: 40px;
        }*/
.blog-post .blog-post-inner {
    position: relative;
}

.blog-post .blog-post-inner .blog-image img {
    width: 100%;
}

.blog-post .blog-title {
    position: absolute;
    top: 77px;
    color: #fff;
    max-width: 394px;
    left: 18%;
    right: 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
}

/*  .blog-post .blog-title h2 {
            font-size: 45px;
            padding-left: 20px;
            padding-right: 20px;
            line-height: 1;
            margin-bottom: 27px
        }*/

.blog-post .blog-title .btn {
    margin-top: 21px;
}

.blog-post.light-blog-post .blog-title {
    color: #000;
}

.load-more-button {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hobnka-section {
    color: #fff;
    height: 547px;
    font-size: 19px;
    padding-top: 177px;
    margin-top: 30px;
}

.hobnka-section h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

/*  .hobnka-section h2 {
        margin-top: 3px;
        margin-bottom: 22px;
        font-size: 60px;
        line-height: 1;
    }*/

.hobnka-section a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 21px;
}

.hobnka-section a:hover {
    border-bottom-color: transparent;
}

.mf-kitchen-info {
    padding-bottom: 60px;
}

.kitchen-info-inner {
    text-align: center;
}

/*   .mf-kitchen-info .kitchen-info-inner h2 {
        text-align: center;
        font-size: 40px;
        color: #034150;
        margin-bottom: 54px;
    } */

.mf-kitchen-info h3 {
    font-size: 26px;
    color: #034150;
}

.mf-kitchen-info a {
    color: #4cb190;
}

/*
.our-contact-form-section .section-inner-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #034150;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin-bottom: 22px;
}*/

/*
.our-contact-form-section1 .section-inner-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #034150;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin-bottom: 22px;
}*/

.our-contact-form-section .section-inner-content {
    font-size: 15px;
    color: #7c7c7c;
    padding-right: 145px;
    letter-spacing: 0.1px;
    line-height: 1.34;
}

.our-contact-form-section1 .section-inner-content {
    font-size: 15px;
    color: #7c7c7c;
    padding-right: 145px;
    letter-spacing: 0.1px;
    line-height: 1.34;
}

/*  .our-contact-form-section1 .section-inner-content h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #034150;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0.1px;
        line-height: 1.5;
        margin-bottom: 22px;
    }

.our-contact-form-section .section-inner-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #034150;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin-bottom: 22px;
}*/

.our-contact-form-section {
    background-image: url(../images/contact-form-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 46px;
    padding-bottom: 384px;
    background: #f2f2f2;
    background-position: left;
}

.our-contact-form-section1 {
    background-image: url(../images/contact-form-bg.jpg);
    background-size: 108%;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f2f2f2;
}

.our-contact-form-section .contact-form-container {
    margin-left: 0px;
    margin-top: 29px;
}

.our-contact-form-section1 .contact-form-container {
    margin-left: 0px;
    margin-top: 29px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=time] {
    width: 100%;
    background: transparent;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    height: 49px;
    padding: 13px;
    letter-spacing: -0.6px;
    margin-bottom: 19px;
    outline: none;
    transition: all 0.3s;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=url]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=text]:active,
input[type=password]:active,
input[type=email]:active,
input[type=number]:active,
input[type=url]:active,
input[type=date]:active,
input[type=time]:active {
    border-color: #034150;
    color: #034150;
}

.our-contact-form-section .btn.btn-primary {
    font-size: 16px;
    padding: 13px 20px;
}

.our-contact-form-section .btn.btn-primary:hover {
    background: #eb8f72;
    border-color: transparent;
}

.contact-form-container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact-form-container [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-upper-content {
    background: #f3f3f5;
    margin-top: 153px;
    padding-top: 30px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.footer-upper-content .man-image {
    margin-top: -98px;
    margin-left: -24px;
    float: left;
}

.footer-upper-content .section-inner-content {
    margin-left: 241px;
    padding-top: 30px;
}

.footer-upper-content .section-inner-content h3 {
    color: #034150;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.slick-slide {
    max-width: 150px;
    min-width: 150px;
    width: 200px;
}

.next-slick {
    right: 32px;
}

.prev-slick {
    left: 32px;
}

.prev-slick,
.next-slick {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(139, 139, 139, .4);
    border-radius: 100px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    margin-top: -5px;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .14);
    font-size: 30px;
}

.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider__wrap li {
    width: 66px;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.reviews__item {
    width: 350px;
}

.reviews__toggles {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    padding: 0 60px;
}

.reviews__toggle {
    display: block;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: 0;
}

.reviews__toggle--prev {
    margin-right: auto;
    float: left;
    left: 20px;
}

.reviews__toggle--prev,
.reviews__toggle--next {
    background-image: url(../images/icon-prev-hover.svg);
    background-position: center;
    background-size: 25px;
    /*  background: #fff;*/
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .14);
    position: absolute;
    z-index: 2;
    top: 50%;
}

.reviews__toggle--next {
    background-image: url(../images/icon-next-hover.svg);
    margin-left: auto;
    right: 20px;
}

/* MFKIT-92-footer START */
.h-100 {
    height: 100%;
}

.footer_upper .footer_top-bg {
    background: #f3cdd0;
    height: 300px;
    margin-top: 50px;
    position: relative;
}

.footer_upper .footer_top-bg .footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer_upper .footer_top-bg .footer_top-left {
    max-width: 590px;
    width: 100%;
}

.footer_upper .footer_top-bg .footer_top-left img {
    position: absolute;
    bottom: 0;
}

.footer_upper .footer_top-bg .footer_top-right {
    position: relative;
}

/*  .footer_upper .footer_top-bg .footer_top-right .footer_top-right_title h1 {
      font-family: Open Sans Condensed;
      font-weight: 900;
      font-size: 40px;
      color: #274351;
      text-transform: uppercase;
      line-height: 56px;
      position: relative;
      z-index: 1; }
    .footer_upper .footer_top-bg .footer_top-right .footer_top-right_title h2 {
      content: '10%';
      font-family: Open Sans Condensed;
      font-weight: 900;
      text-transform: uppercase;
      color: rgba(214, 178, 181, 0.3);
      display: block;
      position: absolute;
      font-size: 288px;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }*/

.footer_upper .footer_top-bg .footer_top-right .footer_social {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 25px;
    width: 310px;
    position: relative;
    z-index: 1;
}

.footer_upper .footer_top-bg .footer_top-right .footer_social a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.footer_upper .footer_top-bg .footer_top-right .footer_social a:hover {
    animation: rotate 0.3s linear;
}

.footer_upper .footer_top-bg .footer_top-right .footer_social .vk {
    background: #4c75a3;
}

.footer_upper .footer_top-bg .footer_top-right .footer_social .facebook {
    background: #475995;
}

.footer_upper .footer_top-bg .footer_top-right .footer_social .telegram {
    background: #6ec2f5;
}

.footer_upper .footer_top-bg .footer_top-right .footer_social .viber {
    background: #8f5db7;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(360deg);
    }
}


/* MFKIT-92-footer END */
a {
    color: #034150;
}

footer {
    padding-top: 32px;
    font-size: 14px;
    background: #4cb190;
    color: #fff;
    margin-top: 50px;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:active,
footer a:visited {
    color: #fff;
}

/*  footer h2 {
        font-size: 20px;
        color: #034150;
        text-transform: uppercase;
    }*/

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    margin-bottom: 8px;
}

footer li a {
    color: #034150;
    font-size: 14px;
}

footer p {
    line-height: 1.4;
    margin-bottom: 16px;
}

.footer-search-section input[type="search"],
.footer-search-section input[type="text"],
.footer-search-section input[type="email"],
.footer-search-section input[type="number"],
.footer-search-section input[type="date"] {
    background: #f3f3f5;
    border: none;
    float: left;
    width: calc(100% - 110px);
    border-radius: 8px 0 0 8px;
    height: 49px;
    padding: 9px;
    font-size: 12px;
    letter-spacing: -0.2px;
}

.footer-search-section input[type="search"]:focus,
.footer-search-section input[type="text"]:focus,
.footer-search-section input[type="email"]:focus,
.footer-search-section input[type="number"]:focus,
.footer-search-section input[type="date"]:focus,
.footer-search-section input[type="search"]:hover,
.footer-search-section input[type="text"]:hover,
.footer-search-section input[type="email"]:hover,
.footer-search-section input[type="number"]:hover,
.footer-search-section input[type="date"]:hover {
    color: #034150
}

.footer-search-section input[type="submit"] {
    float: left;
    width: 110px;
    border-radius: 0 8px 8px 0;
    padding: 0;
    height: 49px;
    font-size: 15px;
}

.footer-search-section input[type="submit"]:hover {
    background: #eb8f72;
    border: none;
}

.instagram-posts {
    margin-top: 14px;
}

.instagram-posts img {
    margin-left: 6px;
    margin-bottom: 10px;
}

.footer-search-section {
    margin-top: 14px;
}

.footer-search-section:after {
    content: "";
    display: table;
    clear: both;
}

.footer-social-icons .social-icons li {
    display: inline-block;
    margin-left: 0;
    margin-right: 9px;
    font-size: 22px;
    margin-top: 16px;
}

.footer-social-icons .social-icons li a {
    font-size: inherit;
    color: #616161;
}

footer .lower-footer {
    border-top: 1px solid #eaeaea;
    margin-top: 26px;
    padding-top: 21px;
}

footer .lower-footer .our-apps {
    float: right;
}

footer .lower-footer .our-apps ul {
    list-style: none;
    padding: 0;
}

footer .lower-footer .our-apps ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

footer .lower-footer p {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}

footer .lower-footer p a {
    margin-left: 21px;
}

.top-header .top-left-navigation {
    float: left;
}

.top-header .top-right-social-icons {
    float: right;
}

.header-main-menu .header-main-menu .left-logo-section {
    float: left;
}

.header-main-menu .right-navigation-section {
    float: right;
}

.header-main-menu .the-cart-section {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.error-not-found {
    margin-top: 50px;
    text-align: center;
    background: #f2d0d4;
}

.error-not-found .btn-primary {
    font-size: 16px;
    width: 218px;
    margin-top: 13px;
    margin-bottom: 71px;
}

.error-not-found img {
    width: 485px;
    margin-top: 45px;
}

.error-not-found-label {
    font-size: 35px;
    color: #0d404f;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    text-align: center;
}

.error-not-found~.footer-upper-content {
    margin-top: 0px !important;
}


.site-main-banner.site-inner-banner {
    height: 547px;
    min-height: 0;
    text-align: left;
    max-height: 547px;
}

.site-main-banner.site-inner-banner .banner-inner-content {
    text-align: left;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}

/*   .site-main-banner.site-inner-banner .banner-inner-content h2 {
            font-size: 60px;
            max-width: 369px;
        }*/

.inner-page-content {
    margin-top: 0;
    padding-top: 8px;
    /*margin-bottom: -153px;*/
    margin-bottom: -33px;
    padding-bottom: 81px;
}

.section-main-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.inner-page-content .custom-tabs-nav li {
    margin-left: 5px;
    margin-right: 5px;
}

.inner-page-content .custom-tabs-nav li a {
    padding-left: 7px;
    padding-right: 7px;
}

.inner-page-content .tab-content .tab-custom-text {
    max-width: 100%;
    margin-top: 31px;
    line-height: 1.8;
    letter-spacing: 0.06px;
}

.tab-inner-image {
    margin-top: 34px;
}

.inner-page-menu {
    margin-top: 32px;
    font-size: 14px;
    color: #7c7c7c;
    text-transform: uppercase;
}

.inner-page-menu ul li a {
    color: #7c7c7c;
}

.inner-page-menu ul li.active a,
.inner-page-menu ul li a:hover {
    color: #034150;
    text-decoration: none;
}

.inner-page-menu ul li {
    margin: 0 5px;
}

.related-products .product-image img {
    width: 100%;
}

.related-products {
    margin-top: 30px;
}

.semibald {
    font-weight: 600;
}

.related-products a {
    text-decoration: none;
    color: inherit;
}

.related-products .product-content {
    text-align: left;
    color: #7c7c7c;
    font-size: 13px;
    margin-top: 13px;
    padding: 0 15px 6px;
    line-height: 1.3;
    border: 1px solid #e7eae8;
    margin-top: 0;
    padding-top: 11px;
    background: #fff;
}

.related-products .product-content p {
    color: #7c7c7c;
}

.related-products .product-content p b {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar {
    text-align: left;
    color: #7c7c7c;
    font-size: 14px;
}

.sidebar .sidebar-inner {}

.sidebar-title {
    background: #4cb190;
    padding: 17px 20px;
    margin-top: -68px;
    text-align: left;
}

/*   .sidebar-title h2 {
        font-size: 24px;
        color: #fff;
        margin: 0;
    }*/

.panel-title,
.accordian-section h4.panel-title {
    font-size: 13px;
    color: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.panel-default>.panel-heading {
    background: #fff;
    border-radius: 0;
    color: #333;
    position: relative;
    font-size: 13px;
    padding: 17px 30px 19px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    border-color: #eaeaea;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
}

.panel-default>.panel-heading a {
    text-decoration: none;
}

.panel-default>.panel-heading a:before {
    content: "\f106";
    position: absolute;
    left: 8px;
    top: 12px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
}

.panel-default>.panel-heading a.collapsed {
    color: #4cb190;
}

.panel-default>.panel-heading a.collapsed:before {
    content: "\f107";
    color: #4cb190;
}

.panel-default>.panel-heading a.collapsed:hover,
.panel-default>.panel-heading a.collapsed:hover:before {
    color: #333;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 18px 19px;
}

.accordian-section p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.accordian-section .panel-inner-content h4 {
    color: #333;
    margin-top: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.panel-inner-content .select-field {
    margin-top: 20px;
    padding: 0 3px;
    margin-bottom: 23px;
}

.panel-inner-content .select-field select,
.panel-inner-content .select-field input {
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #7c7c7c;
    color: #7c7c7c;
    border-radius: 5px;
    padding: 0 10px;
}

.panel-inner-content .off-seelced-price {
    padding: 0 3px;
    font-size: 16px;
}

.panel-inner-content .off-seelced-price p {
    margin-bottom: 10px;
}

.panel-inner-content .off-seelced-price h4 {
    margin-bottom: 0;
}

.panel-inner-content .total-current-price {
    padding: 0 4px;
}

.panel-inner-content .total-current-price h3 {
    color: #034150;
    margin-top: 0;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

.panel-inner-content .total-current-price h4 {}

.submit-button .btn.btn-primary {
    width: 100%;
    font-size: 16px;
    margin-top: 14px;
}

.panel-inner-content .submit-button {
    padding: 0 4px;
}

.panel-group .panel+.panel {
    margin-top: -2px;
    box-shadow: none;
    border-radius: 0;
    border-color: #eaeaea
}

.panel-default {
    border-color: #eaeaea
}

.panel-group .panel {
    box-shadow: none;
}

.footer-upper-content .man-image.small-man-image {
    margin-top: -37px;
    margin-left: 22px;
    float: left;
    max-width: 139px;
}

.inner-page-menu select {
    display: none;
}

.mobile-title {
    display: none;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.mobile-inner-page-content,
.mobile-content-section {
    display: none;
}

.mobile-close-button {
    display: none;
}

.actobak-section.program-card .background-image img {
    position: absolute;
    top: -18px;
    bottom: 0;
    z-index: -1;
}

.actobak-section.program-card {
    border-top: 1px solid #eaeaea;
    padding-top: 26px;
    padding-bottom: 65px;
    overflow: hidden;
}

.program-card .our-card-section {
    width: 316px;
    float: right;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-top: 103px;
    max-width: 100%;
    padding: 24px 30px;
    color: #034150;
    font-size: 15px;
    line-height: 1.6;
    border: 1px solid #eaeaea;
}

/*   .program-card .our-card-section h2 {
        color: #034150;
        margin-left: 35px;
        margin-right: 35px;
        line-height: 1;
        margin-top: 22px;
        margin-bottom: 18px;
    }*/

.program-card .our-card-section p {}

.program-card .our-card-section .bottom-content {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 40px;
    border-top: 1px solid #eaeaea;
    padding-right: 40px;
    font-size: 16px;
    margin-top: 22px;
    padding-top: 20px;
    text-transform: uppercase;
}

.filteration-section {
    padding-top: 47px;
    padding-bottom: 31px;
}

.filteration-section .filtration-inner {
    text-align: center;
    color: #444;
    font-size: 18px;
}

.filteration-section .filtration-inner .the-field {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.filteration-section .filtration-inner select {
    width: 100%;
    height: 39px;
    border: 1px solid #7c7c7c;
    color: #7c7c7c;
    border-radius: 5px;
    padding: 0 10px;
    min-width: 144px;
    outline: none;
    font-size: 14px;
}

.filteration-section .filtration-inner a {
    color: #034150;
    font-size: 14px;
    text-decoration: underline;
}

.blog-post .blog-lower-detail {
    background: #2a2d36;
    color: #fff;
    padding: 10px 31px 30px;
    margin-bottom: 22px;
}

.blog-post .blog-lower-detail:after {
    content: "";
    display: table;
    clear: both;
}

.blog-post .blog-lower-detail h3 {
    text-align: center;
    margin: 13px 0;
}

.blog-post .blog-lower-detail .lower-inner {
    border: 1px solid #fff;
    padding: 16px 25px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 9px;
}

.blog-post .blog-lower-detail .lower-inner .meat-name {
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-post .blog-lower-detail .lower-inner .meat-button {
    margin-left: -3px;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
}

.blog-post .blog-lower-detail .lower-inner .meat-button span {
    font-style: italic;
}

.blog-post .blog-lower-detail .lower-inner .meat-button .btn {
    font-size: 12px;
    padding: 10px 15px;
    margin-right: 10px;
}

.blog-post .blog-post-inner .sec-price {
    margin-top: 14px;
    letter-spacing: 0.5px;
}

.blog-post.light-blog-post .blog-lower-detail {
    background: #b9b8c0;
    color: #000;
}

.filteration-section .mobile-button {
    display: none;
}

.btn.btn-primary.inverse {
    background: transparent;
    border: 1px solid #4cb190;
    color: #4cb190;
    padding: 10px 24px;
}



/*new styling for new pages*/
.menu-icons {
    position: relative;
    width: 37px;
    height: 51px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.menu-icons:after {
    background: url('../images/menu-sprite.png') no-repeat -8px -4px;
    width: 37px;
    height: 28px;
    display: inline-block;
    content: "";
    position: absolute;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-icons.icon-1:after {
    background-position: -8px -4px;
    width: 37px;
    height: 28px;
}

.navigation li a:hover .menu-icons.icon-1:after {
    background-position: -50px -4px;
}

.menu-icons.icon-2:after {
    background-position: -5px -278px;
    width: 40px;
    height: 28px;
}

.navigation li a:hover .menu-icons.icon-2:after {
    background-position: -51px -278px;
}

.menu-icons.icon-3:after {
    background-position: -8px -135px;
    width: 29px;
    height: 30px;
}

.navigation li a:hover .menu-icons.icon-3:after {
    background-position: -44px -135px;
}

.menu-icons.icon-4:after {
    background-position: -9px -326px;
    width: 34px;
    height: 22px;
}

.navigation li a:hover .menu-icons.icon-4:after {
    background-position: -46px -326px;
}

.menu-icons.icon-5:after {
    background-position: -14px -225px;
    width: 28px;
    height: 31px;
}

.navigation li a:hover .menu-icons.icon-5:after {
    background-position: -46px -225px;
}

.menu-icons.icon-6:after {
    background-position: -11px -52px;
    width: 34px;
    height: 28px;
}

.navigation li a:hover .menu-icons.icon-6:after {
    background-position: -46px -52px;
}

.menu-icons.icon-7:after {
    background-position: -4px -93px;
    width: 41px;
    height: 31px;
}

.navigation li a:hover .menu-icons.icon-7:after {
    background-position: -46px -93px;
    width: 41px;
    height: 31px;
}

.menu-icons.icon-8:after {
    background-position: -14px -362px;
    width: 17px;
    height: 34px;
}

.navigation li a:hover .menu-icons.icon-8:after {
    background-position: -34px -362px;
    width: 17px;
    height: 34px;
}

.menu-icons.icon-9:after {
    background-position: -99px 0;
    width: 40px;
    height: 35px;
}

.navigation li a:hover .menu-icons.icon-9:after {
    background-position: -140px 0;
    ;
}

.menu-icons.icon-10:after {
    background-position: -5px -178px;
    width: 36px;
    height: 34px;
}

.navigation li a:hover .menu-icons.icon-10:after {
    background-position: -45px -178px;
}

#main-navigation-section {
    background: #fff;
    position: fixed;
    left: -610px;
    top: 0;
    bottom: 0;
    z-index: 222;
    width: 610px;
    max-width: 100%;
    transition: all 0.4s;
    padding-top: 126px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#main-navigation-section .menu-inner {
    position: absolute;
    top: 126px;
    bottom: 10px;
    left: 0;
    padding-left: 75px;
    padding-right: 25px;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#main-navigation-section .menu-inner::-webkit-scrollbar {
    width: 3px;
}

#main-navigation-section .menu-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

#main-navigation-section .menu-inner::-webkit-scrollbar-thumb {
    background: rgba(3, 46, 79, 0.22);
}

.body-overlay {
    position: fixed;
    left: 0;
    right: 0;
    ;
    top: 0;
    bottom: 0;
    z-index: 221;
    background: rgba(0, 0, 0, 0.8);
}

.menu-inner .menu-header {
    color: #4e4e4e;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

/*  .menu-inner .menu-header h2 {
        color: #4e4e4e;
        margin-bottom: 12px;
    }*/

.menu-inner .menu-header p {}

nav {}

nav.navigation {
    font-size: 17px;
    margin-top: 46px;
    text-transform: uppercase;
}

.navigation ul {
    list-style: none;
    padding: 0;
}

.navigation ul li {
    margin-bottom: 1px;
}

.navigation ul li a {
    color: #034150;
}

.navigation ul li a:hover {
    color: #4cb190;
    text-decoration: none;
}

.menu-close {
    position: absolute;
    top: 72px;
    right: 65px;
    width: 22px;
}

.menu-close .line {
    float: left;
    width: 100%;
    background: #034150;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
}

#close_menu:hover .line {
    background: #4cb190
}

.menu-close .line.line-one {
    transform: rotate(45deg);
    top: 8px;
}

.menu-close .line.line-two {
    opacity: 0;
}

.menu-close .line.line-three {
    transform: rotate(-45deg);
    top: -8px;
}

#close_menu {
    cursor: pointer;
}

.menu-open#main-navigation-section {
    left: 0;
}

body.menu-open {
    overflow: hidden;
}



/*new final program-page*/
.our-program-section {}

.our-program-section .blog-image {
    position: relative;
    height: 547px;
    overflow: hidden;
}

.our-program-section .blog-image img {
    position: absolute;
    left: -50%;
    top: -50%;
    bottom: -50%;
    right: -50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 1000%;
    margin: auto;
}

.our-program-section .blog-post .blog-post-inner .blog-image img {
    width: auto;
    height: auto;
}

.our-program-section .blog-post .blog-title {
    left: 0;
    right: 0;
    max-width: 100%;
    text-align: left;
}

/*  .our-program-section .blog-post .blog-title h2 {
            padding-left: 0;
            font-size: 40px;
            max-width: 436px;
            letter-spacing: 0;
        }*/

.our-program-section .blog-post .blog-post-inner {}

.our-program-section .blog-post-inner-title {
    max-width: 519px;
    font-size: 19px;
    letter-spacing: 0.1px;
    line-height: 1.46;
}

.our-program-section .blog-post .blog-title .btn {
    margin-top: 13px;
    font-size: 16px;
    padding: 12px 33px 13px;
    vertical-align: middle;
}

.our-program-section .blog-post .blog-post-inner .sec-price {
    letter-spacing: 0;
    display: inline-block;
    font-size: 16px;
    margin-left: 18px;
    margin-top: 18px;
    margin-bottom: 0;
    vertical-align: middle;
}

.our-program-section .lef-heading {
    float: left;
    width: 150px;
    padding-top: 3px;
    padding-left: 14px;
}

.our-program-section .right-program-button {
    margin-left: 150px;
    padding-left: 6px;
    padding-right: 6px;
}

.our-program-section .lef-heading h3 {
    text-align: left;
}

.our-program-section .lef-heading h3 {
    text-align: left;
    line-height: 1.34;
}

.our-program-section .blog-post .blog-lower-detail .lower-inner {
    margin-top: 21px;
    margin-right: -6px;
    margin-left: -6px;
}

.our-program-section .blog-post .blog-lower-detail .lower-inner {
    padding: 10px 11px 9px;
}

.our-program-section .blog-post .blog-lower-detail .lower-inner .meat-name {
    float: left;
    width: calc(100% - 110px);
}

.our-program-section .meat-name p {
    margin-bottom: 0;
}

.our-program-section .primary-price {
    font-style: italic;
}

.our-program-section .blog-post .blog-lower-detail .lower-inner .meat-button .btn {
    margin-right: 0;
    float: right;
}

.our-program-section .lower-inner:after {
    content: "";
    display: table;
    clear: both;
}

.our-program-section .blog-post .blog-lower-detail {
    padding: 10px 31px 19px;
    margin-bottom: 0;
}

.our-program-section.program-light {}

.our-program-section.program-light .blog-post .blog-title {
    color: #000000;
}


.our-program-section.program-light .blog-post .blog-lower-detail {
    background: #dedfe1;
    color: #000;
}

.our-program-section.program-light .blog-post .blog-lower-detail .lower-inner {
    border-color: #000;
}

.our-program-section.program-light .btn.btn-primary:hover {
    background: transparent;
    border-color: #fff;
}

.our-program-section .blog-post .blog-lower-detail {
    padding-left: 0;
    padding-right: 0;
}

.our-program-section .blog-post .blog-title {
    top: 50%;
    transform: translateY(-50%);
}

.shoping-form-section {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #eaeaea;
}

.shoping-form-section h4 {
    color: #034150;
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.shoping-form-section p {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #7c7c7c;
    font-size: 13px;
}

.shoping-form-section hr {
    border-color: #ffa58a;
    margin: 30px 0px 40px;
    border-width: 2px;
}

.shoping-form-section .return_btn {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    color: #a1a1a1;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 11.96px !important;
    padding: 10px 18px !important;
    margin-bottom: 20px;
}

.shoping-form-section .return_btn:hover {
    background: #000;
    color: #fff;
}

.shoping-form-section .btn {
    font-size: 15.94px;
    padding: 12px 70px;
}

.shoping-form-section .btn-primary:hover {
    background: transparent;
    border-color: #fff;
}

.shoping-form-section input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="date"],
input[type="time"] {
    border-color: #7c7c7c;
}


.orderprice h4 {
    background: #4cb190;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-size: 23px;
}

.orderprice .total-box {
    border: 1px solid #eaeaea;
}

.orderprice .total-box p {
    margin-bottom: 0;
    color: #000;
    font-size: 13.95px;
    font-weight: 600;
}

.orderprice .total-box h3 {
    color: #034150;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21.92px;
}



.dietlog-slider {
    position: relative;
}

.dietlog-caption {
    position: absolute;
    top: 35%;
    left: 50%;
    max-width: 500px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/*  .dietlog-caption h1 {
        color: #094054;
        text-transform: uppercase;
        font-size: 70px;
    }*/

.dietlog-caption p {
    font-size: 34px;
    color: #094054;
}

.dietlog-caption .btn-primary:hover {
    background: #eb8f72;
    border-color: transparent;
}

.dietlog-caption a {
    margin-top: 25px;
}

.dietlog-caption1 {
    color: #034150;
    position: absolute;
    bottom: 0%;
    left: 50%;
    max-width: 520px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.dietlog-caption1 p {
    font-weight: lighter;
    font-size: 18px
}

.order .btn-primary {
    color: #fff;
    margin-top: 25px;
}

.order .btn-primary:hover {
    background: #eb8f72;
    border-color: transparent;
}

.mf-kitchen-bg {
    position: relative;
}

/*  .mf-kitchen-bg h2 {
        color: #034150
    }*/

.bg-img-1 {
    position: absolute;
    left: -1%;
    top: 12%;
}

.bg-img-2 {
    position: absolute;
    right: 0%;
    top: 4%;
}

.kitchen-info-inner p {
    font-size: 18px;
    font-weight: lighter;
}

.kitchen-points {
    padding: 0px 53px;
}

.kitchen-points .media .media-left {
    padding-right: 18px;
}

.kitchen-points .media .media-left h3 {
    padding: 14px 18px 14px 0px;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
}

.kitchen-points .media .media-body h4 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 24px;
}

.kitchen-points .media .media-body p {
    color: #767676;
}

.input-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #034150;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.padd30 {
    padding-bottom: 30px;
}

.border-right {
    padding-right: 10px;
    border-right: 1px solid #e5e5e3;
}

.margin0 {
    margin: 0px;
}

.warning-clr {
    color: #4cb190 !important;
}

.title-padd {
    padding: 4px 0px 15px 0px;
}

.form-submit-button .btn-primary:hover {
    background: #eb8f72;
    border-color: transparent;
}

/*end style*/

.header-main-menu {
    padding-bottom: 15px;
    position: relative;
    top: 15px;
    padding: 5px;
}

header {
    /*  padding-bottom: 72px !important;*/
}

.header-main-menu {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 2;
    top: 30px;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}



/* Meals carousel */

.meals-list {
    position: relative;
    height: 217px;
    overflow: hidden;
}

.meals-list.owl-carousel {
    width: 100%;
}

.meals-list .owl-nav {
    display: block;
    position: absolute;
    top: 46.5%;
    left: 0;
    right: 0;
    height: 0;
    overflow: visible;
    z-index: 10;
}

.meals-list__nav-button {
    width: 56px;
    height: 56px;
    border: 2px solid #e7eae8;
    border-radius: 50%;
    background: white;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    transform: translate(0, -50%);
    color: #4cb190;
    -webkit-text-stroke: 1px white;
}

.meals-list .owl-prev .meals-list__nav-button {
    padding-right: 4px;
}

.meals-list .owl-next .meals-list__nav-button {
    padding-left: 4px;
}

.meals-list .owl-prev,
.meals-list .owl-next {
    position: absolute;
    background: none;
    border: none;
    /*display: block !important;*/
    width: auto !important;
    height: auto !important;
}

.meals-list .owl-prev:not(.disabled),
.meals-list .owl-next:not(.disabled) {
    display: block !important;
}

.meals-list .owl-prev.disabled,
.meals-list .owl-next.disabled {
    display: none !important;
}

.meals-list .owl-prev {
    left: 0;
}

.meals-list .owl-next {
    right: 0;
}

.meals-list .owl-prev:after,
.meals-list .owl-prev:before,
.meals-list .owl-next:after,
.meals-list .owl-next:before {
    content: none;
}

.meals-list__item {
    width: 158px;
    height: 217px;
    padding: 0 !important;
}

.meals-list__item-image {
    width: 100%;
    height: 60%;
    object-fit: contain;
}

.meals-list__item-description {
    padding: 15px 15px;
}

.meals-list:before,
.meals-list:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 158px;
    top: 0;
    height: 100%;
    pointer-events: none;
}

.meals-list:before {
    left: 0;
    background: linear-gradient(to right, #f9f9f9 40px, rgba(0, 0, 0, 0));
}

.meals-list:after {
    right: 0;
    background: linear-gradient(to left, #f9f9f9 40px, rgba(0, 0, 0, 0));
}

.meals-list.meals-list--start:before {
    content: none;
}

.meals-list.meals-list--end:after {
    content: none;
}

.container-fluid {
    text-align: center;
}

/*.container-fluid._404 img{
    width: 100%;
}*/
.top-center-navigation img {
    margin-right: 10px;
}

a.return {
    font-size: 23px;
}


#mailFormStatic {
    width: 570px;
}

#mailFormStatic input {
    background: transparent;
    border-color: #000;
    max-height: 34px;
    max-width: 177px;
}

#mailFormStatic .form-group {
    float: left;
    margin-right: 20px;
}

#mailFormStatic .call-back__button {
    line-height: 24px;
    height: 34px;
    width: 176px;
    border: none;
    margin-bottom: 20px;
}

.call-back__down #respons2 {
    font-size: 14px;
    line-height: 1.2;
}

.call-back {
    margin: 0 auto;
    border-width: 3px;
    border-radius: 7px;
    border-color: #4cb190;
    height: auto;
    max-width: 930px;
    border-style: solid;
    padding: 0 25px;
}

.call-back__heading {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.call-back__input:invalid {
    box-shadow: none;
}

.call-back__input {
    height: 42px;
    width: 300px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fff;
}

.call-back__input::placeholder {
    padding-left: 15px;
    padding-right: 15px;
}

.call-back__button {
    display: block;
    cursor: pointer;
    line-height: 44px;
    height: 44px;
    text-align: center;
    width: 220px;
    background: #ff6f38;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.call-back__button:hover {
    color: #fff;
    text-decoration: none;
    background: #4cb190;
}

.call-back__down {
    display: flex;
    padding: 0 58px;
}

.call-back-desk {
    width: 815px;
    height: 432px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 57px;
}

.call-desk-text {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: black;
}

.price-section {
    background: none repeat scroll 0 0 #f8f8f8;
    display: inline;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-top: 2px solid #4cb190;
}

.price-flex {
    display: flex;
    justify-content: space-between;
}

.pricing_area {
    display: inline;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.cashback .container {
    display: flex;
    align-items: center;
}

.single-price {
    display: block;
    float: left;
    text-align: center;
    min-height: 594px;
    max-width: 285px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 0px;
    min-width: 235px;
}

.single-price-top {
    background: #4cb190;
    color: #fff;
}

.single-price__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    margin: 0px;
    text-transform: uppercase;
}

.single_price .price__cost {
    color: #fff;
    padding: 15px 0;
}

.price__cost h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0px 0px 20px;
    color: #fff;
    padding-top: 15px;
}

.price__cost--text {
    font-size: 15px;
    color: #fff;
}

.price__cost {
    background: #4cb190;
    padding-bottom: 15px;
}

.custext p {
    width: 50%;
}

.price-features {
    padding: 10px 25px;
}

.price-features li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    text-transform: uppercase;
}

.our-blog-section {
    padding-bottom: 50px;
}

.price-btn {
    color: #fff;
    background: #4cb190;
    display: block;
    font-size: 15px;
    max-width: 125px;
    min-height: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 30px;
    padding: 10px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.price-btn:hover {
    color: #4cb190;
    text-decoration: none;
    outline: none;
    background: #fff;
    border: 1px solid #4cb190;
}

.price-button {
    color: #4cb190;
    background: #fff;
    display: block;
    font-size: 15px;
    max-width: 125px;
    min-height: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid transparent;
}

.price-button:hover {
    color: #fff;
    background: #4cb190;
    border: 1px solid #fff;
    text-decoration: none;
}

.our-product__image {
    width: 450px;
    height: 400px;
}

.delivery {
    background: #f8f8f8;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.delivery-heading {
    text-align: center;
    font-size: 40px;
    color: #034150;
    padding-top: 30px;
}

.delivery-text {
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
}

.our-blog-section img {
    width: 100%;
}

.our-blog-section .col-6:nth-child(1),
.our-blog-section .col-6:nth-child(2),
.our-blog-section .col-6:nth-child(3) {
    margin-bottom: 20px;
}

.load-more-button .btn.btn-primary:hover {
    background: #eb8f72;
    border-color: transparent;
}

ul.days__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0 60px 0;
}

li.day--item {
    color: #4cb190;
    font-size: 20px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 15px;
    background-position: center center;
    border-color: #4cb190;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin: 0 5px;
    padding: 10px 30px;
}

li.day--item:hover {
    cursor: pointer;
}
li.day--item.active {
    background: #4cb190;
    border: 2px solid #4cb190;
    color: #fff;
}

.lunch__week h3 {
    font-size: 25px;
}

.content--lunch__wrapper li {
    list-style: disc;
    font-weight: 400;
    font-size: 18px;
}

.content--lunch__wrapper ul {
    margin-bottom: 10px;
    padding-left: 20px;
}

.note__lunch {
    font-weight: 500;
    color: #4cb190;
    font-size: 14px;
}

.price__lunch {
    color: #4cb190;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    line-height: 1;
    margin-left: 3px;
    margin-right: 25px;
}

div.catProd .food_constr-col {
    margin-top: -3px;
}

ul.lunch__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

li.lunch--list {
    padding: 18px;
    border-radius: 25px;
    border: 1px solid #4cb190;
    margin-bottom: 20px;
    margin-right: 20px;
    min-width: 390px;
    min-height: 208px;
    max-width: 390px;
}

.food_constr-col .food_constr-quant:nth-child(2):after {
    bottom: -10px;
}

h2.left {
    text-align: left;
}

p.title__lunch {
    font-size: 22px;
    font-weight: 600;
    color: #4cb190;
}

.lunch__week {
    background: url(../images/week-bg.jpg) no-repeat;
    background-size: cover;
}

.color_1 span {
    width: 20px;
    height: 20px;
    background: rgb(104 190 230 / 49%);
    float: left;
    margin-right: 10px;
    border: 2px solid rgba(104, 190, 230, 1);
}

.color_2 span {
    width: 20px;
    height: 20px;
    background: rgb(255 251 131 / 49%);
    float: left;
    margin-right: 10px;
    border: 2px solid rgba(255, 251, 131, 1);
}

.color_3 span {
    width: 20px;
    height: 20px;
    background: rgb(62 234 91 / 49%);
    float: left;
    margin-right: 10px;
    border: 2px solid rgba(62, 234, 91, 1);
}

.color_4 span {
    width: 20px;
    height: 20px;
    background: rgba(179, 179, 179, 0.25);
    float: left;
    margin-right: 10px;
    border: 2px solid rgb(182 182 182);
}

.list-default li {
    list-style-type: disc;
}

.cart-wrapper {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 3px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-wrapper__form_title,
.cart-wrapper__title {
    font-size: 24px;
    line-height: 28px;
}

.cart-wrapper__product {
    margin: 10px 0;
    text-align: left;
}

.cart-wrapper__day {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    background: #4cb190;
    color: #ffffff;
    display: inline-block;
    border-radius: 6px;
    padding: 3px 8px;
}

.cart-wrapper__heading {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.cart-wrapper__price {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    background: #4cb190;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
}

.cart-wrapper__price:hover {
    opacity: .8;
}

.cart-wrapper__product_name {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}

.cart-wrapper__product_info {
    margin-bottom: 25px;
}

.cart-wrapper__remove {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 10px;
    opacity: .35;
    transition: opacity .3s cubic-bezier(.21, .67, .58, 1);
}

.cart-wrapper__remove:before,
.cart-wrapper__remove:after {
    display: block;
    content: "";
    width: 2px;
    height: 1.3em;
    background: currentColor;
    position: absolute;
    left: -16px;
    right: 0;
    top: 0;
    margin-top: .35em;
    margin-left: 1em;
}

.cart-wrapper__remove:before {
    transform: rotate(45deg);
}

.cart-wrapper__remove:after {
    transform: rotate(-45deg);
}

.cart-wrapper__remove:hover {
    cursor: pointer;
    opacity: 1;
}

.cart-wrapper__remove_main {
    position: absolute;
    font-size: 14px;
    top: 17px;
    right: 30px;
    z-index: 9999;
}

.modal-lg-custom.modal-cart .modal-body {
    padding: 0 0 40px 0;
}

.cart-wrapper__quantity {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 10px;
    color: currentColor;
    position: relative;
    opacity: .35;
    transition: opacity .3s cubic-bezier(.21, .67, .58, 1);
}

.cart-wrapper__minus:before,
.cart-wrapper__plus:before {
    width: 1em;
    height: 2px;
}

.cart-wrapper__plus:after {
    width: 2px;
    height: 1em;
}

.cart-wrapper__minus:before,
.cart-wrapper__plus:before,
.cart-wrapper__plus:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: currentColor;
}

.cart-wrapper__quantity:hover {
    opacity: 1;
}

.cart-wrapper__item_count {
    display: flex;
    align-items: center;
}

input.cart-wrapper__count {
    text-align: center;
    border: none;
    max-width: 40px;
    outline: none;
    padding: 0;
    margin: 0;
}

.cart-wrapper__count::-webkit-outer-spin-button,
.cart-wrapper__count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-wrapper__quantity_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-wrapper__label {
    font-size: 15px;
    line-height: 1.375;
    padding-bottom: 5px;
    font-weight: 500;
    display: block;
}

.modal-lg-custom.modal-cart {
    max-width: 800px;
}

.cart-wrapper__order input[type=text], .cart-wrapper__order textarea {
    display: block;
    width: 100%;
    border: 1px solid transparent;
    min-height: 40px;
    line-height: 1.466;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 25px 9px 15px;
    word-break: keep-all;
    border-radius: 4px;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e8e8e8;
    outline: none;
}

form.cart-wrapper__order {
    margin-top: 35px;
}

.cart-wrapper__label_tel {
    margin-top: 20px;
}

.cart-wrapper__order_send {
    font-size: 15px;
    outline: 0;
    border: 0;
    min-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    background: #1b1b1c;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    margin-top: 25px;
}

.cart-wrapper__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-wrapper .row {
    width: 100%;
    margin: 0 35px;
    padding: 10px 0;
}

.shopping-cart {
    position: fixed;
    left: 30px;
    bottom: 50px;
    line-height: 69px;
    width: 300px;
    height: 70px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #4cb190;
    background-color: #4cb190;
    box-shadow: 0 14px 16px rgb(0 0 0 / 12%), 0 24px 46px rgb(0 0 0 / 12%);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    transition: 1s ease;
    text-decoration: none !important;
    z-index: 999;
}

.shopping-cart:hover,
.shopping-cart:active,
.shopping-cart:focus {
    color: #4cb190;
    background-color: #fff;
}

.shopping-cart._cart-show {
    left: 30px;
    bottom: 50px;
}

.subtitle__order {
    color: #267926;
}

.text__order {
    font-size: 20px;
    text-align: center;
}

.food_constr-cols {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    padding-top: 5px;
}

.food_name {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.food_descr {
    font-size: 18px;
    font-weight: 400;
    display: inline;
    margin-left: 5px;
}

.food_price {
    font-weight: bold;
    font-size: 25px;
    color: #4cb190;
}

.food_constr-quant {
    display: flex;
    align-items: center;
    justify-content: right;
}

.food_constr-quant #itemCount {
    padding: 2px 13px 0 13px;
    font-size: 25px;
    font-weight: 700;
    color: #4cb190;
}

span.nameProduct {
    margin-right: 25px;
    color: #4cb190;
    font-size: 18px;
}

span.price-obed {
    margin-right: 15px;
    color: #4cb190;
    font-size: 20px;
    font-weight: 600;
}

.food_constr-col .food_constr-quant:nth-child(2):before {
    top: -10px;
}
.food_constr-col .food_constr-quant:nth-child(2):before, .food_constr-col .food_constr-quant:nth-child(2):after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bababa;
}

.food_constr-col .food_constr-quant:nth-child(2):before {
    top: -10px;
}

.food_constr-col .food_constr-quant:nth-child(2) {
    margin: 20px 0;
    position: relative;
}

.food_constr-col .food_constr-quant:nth-child(2):before, .food_constr-col .food_constr-quant:nth-child(2):after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bababa;
}

div.bth {
    background-color: #4cb190;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    cursor: pointer;
    transition: box-shadow .2s ease;
    box-shadow: 0 0 0px 0px #4cb190;
}

div.bth:hover {
    box-shadow: 0 0 0px 3px #4cb190;
}

.bth.cart-minus {
    background-color: #4cb190;
}

.container-800 {
    max-width: 800px;
}

.food_constr-quant img {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.kitvalues {
    border: 0 !important;
    outline: 0 !important;
    max-width: 36px !important;
    border-radius: 0 !important;
    padding: 0 10px !important;
    height: 20px !important;
    margin: 0 !important;
}

input.kitvalues[type="number"]::-webkit-outer-spin-button,
input.kitvalues[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.food_constr-cols:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e2e2e2;
}


.food_constr-container .food_constr-cols:last-child:after {
    content: none;
}

p.kitadd {
    cursor: pointer;
    display: flex;
    justify-content: center;
    max-width: 240px;
    margin: 20px auto 40px auto;
    padding: 7px 0;
    font-size: 16px;
    line-height: 22px;
    background: #4cb190;
    color: #fff;
    border-radius: 5px;
}


p.kitadd:hover {
    opacity: .8;
}

.food_constr {
    flex-wrap: wrap;
}

.food_constr .container.container-800 {
    border: 1px solid #4cb190;
    border-radius: 25px;
    margin-bottom: 40px;
    padding:25px;
    width: 47%;
}

h3.food--type {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}

.food_constr-cols>div {
    width: 100%;
    max-width: 300px;
}

.food_constr-col.food-main {
    min-width: 330px;
    padding: 15px 0;
}

.food_constr-col.food_price-main {
    width: 100%;
    max-width: 100px;
    display: flex;
    justify-content: right;
}

.fz-23 {
    font-size: 23px;
}

.fz-21 {
    font-size: 21px;
}

.taste-sale .container {
    background: rgb(8, 34, 115);
    background: linear-gradient(38deg, rgba(8, 34, 115, 1) 0%, rgba(84, 67, 158, 1) 45%, rgba(84, 69, 151, 1) 45%, rgba(84, 69, 151, 1) 100%);
}

.number-sale.text-center span {
    color: #fff;
    font-size: 92px;
    font-weight: bold;
}

.text-sale {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.small-text-sale p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}

.link-sale .btn.btn-primary {
    background: #4cb190;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid transparent;
    font-size: 15px;
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-left: 20px;
}

section.taste-sale .container {
    padding: 40px 0;
}

section.taste-sale {
    padding: 50px 0;
}

.taste-sale .row {
    flex-wrap: wrap;
}

.call-back-section {
    display:none;
}

a.download_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    font-weight: bold;
    color: #4e4e4e;
    font-size: 20px;
    transition: 1s;
}

a.download_menu img {
    width: 40px;
    margin-left: 5px;
    transition: 1s;
}

a.download_menu:hover {
    text-decoration: none;
    font-size: 24px;
    color: #00733b;
    transition: 1s;
}

a.download_menu:hover img {
    width: 50px;
    transition: 1s;
}

h2.menu--title {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
}

h2.menu--title > span {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-left: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 6px 25px 3px 25px;
}

div.catProd h2>.__lunch-plus {
    position: absolute;
    z-index: -1;
    right: 32px;
    top: 0;
    font-size: 20px;
    display: flex;
    background: #fff;
    color: #4cb190;
    border-radius: 15px;
    padding: 8px 25px;
}

.delivery h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
}

.delivery p {
    font-size: 20px;
    font-weight: 400;
}

.green-border {
    border: 1px solid #4cb190;
    border-radius: 20px;
    padding: 20px;
}

.delivery h3 {
    font-size: 24px;
    font-weight: 600;
}

.delivery .col-md-6.text-left {
    padding-right: 65px;
}

.delivery img {
    width: 600px;
    height: 400px;
    border-radius: 20px;
    margin-top: 70px;
}

#delivery {
    margin-top: 150px;
}

.feedback h2 {
    font-size: 35px;
    font-weight: 700;
}

.feedback p {
    font-size: 20px;
    font-weight: 400;
}

.feedback .logo {
    font-size: 40px;
    font-weight: 700;
}

.feedback .logo span.green {
    color: rgb(76, 177, 144);
}

.feedback .col-md-6:first-child {
    position: relative;
}

.feedback .col-md-6:first-child:before {
    content: "";
    position: absolute;
    right:0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #4cb190;
}

.feedback {
    padding-bottom: 100px;
}

.objects_block {
    width: 380px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.objects_block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    z-index: 0;
    opacity: .3;
    border-radius: 20px;
}

.where-1 {
    background: url(../images/where-1.jpg) no-repeat;
}

.where-2 {
    background: url(../images/where-2.jpg) no-repeat;
}

.where-3 {
    background: url(../images/where-3.jpg) no-repeat;
}

.where-4 {
    background: url(../images/where-4.jpg) no-repeat;
}

.where-5 {
    background: url(../images/where-5.jpg) no-repeat;
}

.where-6 {
    background: url(../images/where-6.jpg) no-repeat;
}

.where-7 {
    background: url(../images/where-7.jpg) no-repeat;
}

.where-8 {
    background: url(../images/where-8.jpg) no-repeat;
}

.where-9 {
    background: url(../images/where-9.jpg) no-repeat;
}

.objects {
    margin-top: 120px;
}


@media(min-width: 1300px) {

    .owl-carousel {
        width: 100%;
    }

    .subitemmobile {
        visibility: hidden;
    }
}

@media screen and (max-width: 600px) {

    .nomobile {
        display: none!important;
    }

    .food-main,
    .food_price-main {
        max-width: 220px;
        margin-right: 2%;
    }

    .food_descr {
        font-size: 12px;
    }

    .food_name {
        font-size: 13px;
    }

    .food_price {
        font-size: 14px;
    }

    ul.list-default {
        text-align: left;
        padding-left: 46px;
    }

    .our-blog-section .col-6 {
        margin-bottom: 10px;
    }

    .subitem {
        visibility: hidden;
    }

    .headmain {
        padding-top: 125px;
    }

    .subitemmobile {
        visibility: visible;
    }

    .food_constr-quant {
        justify-content: right;
    }

    .food_constr-col.food-main {
        margin-right: 30px;
        width: 400px;
    }

    .food_constr-col.food_price-main {
        max-width: 50px;
    }

    section#basket .container>.col-md-3 {
        display: none;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1261px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {
    .footer_upper .footer_top-bg {
        height: auto;
    }

    .footer_upper .footer_top-bg .footer_top-left img {
        position: static;
    }
}

@media (max-width: 992px) {
    #calculate-form .container {
        width: 100%!important;
    }

    div.catProd h2>.__lunch-plus {
    width: 100px;
    height: 31px;
    font-size: 16px;
    font-weight: 400;
    right: 14px;
    top: 15px;
    max-width: 110px;
    min-width: 110px;
    padding: 15px;
    display: block;
    text-align: center;
    padding: 10px 25px!important;
    }

    span.__lunch-plus-open,
    span.__lunch-plus-close {
        margin: 0!important;
        font-size: 12px!important;
    }

    div#showLunch h2 {
        padding-right: 80px;
        justify-content: left;
        font-size: 16px;
    }

    h2.menu--title > span {
        font-size: 13px!important;
        margin: 15px 0 0 0!important;
    }

    .lunch__week .catProd.mb40 {
        width: 92%;
    }

    .food_constr-quant img {
        width: 22px;
        height: 22px;
    }

    .food_constr-col {
        width: 100%!important;
    }

    span.nameProduct {
        font-size: 14px;
    }

    span.price-obed {
        font-size: 13px;
    }


    h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .site-main-banner .banner-inner-content .offices {
        font-size: 26px;
    }

    .footer_upper .footer_top-bg .footer_top {
        flex-direction: column-reverse;
    }

    .footer_upper .footer_top-bg .footer_top-left_img {
        margin-top: 65px;
    }

    .footer_upper .footer_top-bg .footer_top-left_img img {
        width: 100%;
    }

    .footer_upper .footer_top-bg .footer_top-right .footer_top-right_title {
        text-align: center;
        padding-top: 50px;
    }

    .footer_upper .footer_top-bg .footer_top-right .footer_social {
        width: 260px;
    }

    .footer_upper .footer_top-bg .footer_top-right .footer_social a {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 490px) {
    section.test_order .container {
        padding: 35px;
        max-width: 350px;
    }
    .reviews__toggle--prev,
    .reviews__toggle--next {
        display: none;
    }

    header .ma.center.d-flex.align-items-center {
        flex-wrap: wrap;
    }
    .objects_block {
        width: 100%;
        height: 175px;
    }
    .delivery__green--cirle pre {
        padding: 22px 7px;
        font-size: 16px;
        line-height: 16px;
    }
    .delivery__green--cirle.item-2 {
        left: 65%;
    }
    .delivery__green--cirle.item-1 {
        left: 33%;
    }
    .col-12.col-sm-3.about_lunch--block--after {
        width: 65%;
        margin: 0 auto 20px auto;
    }
    .about_lunch--block {
        padding: 25px;
    }
    .food_constr-col.food-main {
        margin-right: 15px;
    }
    .food_constr-col.food_price-main {
        margin: 0 5px;
    }
    .food_constr-col {
        width: 150px!important;
    }
    .price__lunch {
        font-size: 27px;
    }
    #dobed .obed .food_constr-col {
        width: 100%!important;
    }
}

@media(min-width: 992px) {
    .related-products .col-md-2 {
        width: 20%;
    }
}

@media(max-width: 1299px) {
    .inner-page-content .custom-tabs-nav li {
        margin-left: 1px;
        margin-right: 1px;
    }
}

@media(max-width: 1199px) {
    .inner-page-content .custom-tabs-nav li a {
        font-size: 16px;
        font-weight: 400;
    }
}

@media(max-width: 991px) {
    .inner-page-content .custom-tabs-nav {
        display: none;
    }

    li.lunch--list {
        background: #fff;
    }

    .d-flex.align-items-center.text-sale-below {
        flex-wrap: wrap;
        justify-content: center;
    }

    .text-sale {
        text-align: center;
    }

    .small-text-sale {
        margin-bottom: 15px;
    }

    .inner-page-content {
        background: #fff;
    }

    #delivery {
        margin-top: 50px;
    }

    h1.title__main {
        font-size: 32px;
        text-align: center;
        margin-bottom: 0;
    }

    .descr__main {
        text-align: center;
        margin-bottom: 105px;
    }

    .col-12.col-sm-6.pos-rel {
        margin-bottom: 25px;
    }

    .delicious_block {
        margin-bottom: 20px;
    }

    .delicious {
        margin-bottom: 50px;
    }

    .about_lunch--block--after:after {
        content: none;
    }

    .col-12.col-sm-3.about_lunch--block--after {
        margin-bottom: 20px;
    }

    .min_order p {
        font-size: 22px;
    }

    .min_order {
        margin: 50px 0;
    }

    h2.menu--title {
        font-size: 28px;
        flex-wrap: wrap;
        justify-content: center;
    }

    h2.menu--title span {
        font-size: 22px;
        margin: 15px auto 0 auto;
    }

    li.lunch--list,
    .food_constr .container.container-800 {
        margin: 0 auto 20px auto;
        min-width: 335px;
        max-width: 335px;
    }

    .food_constr-col.food-main {
        min-width: 120px;
    }

    .container .container-800 .food_constr-quant img {
        width: 17px;
        height: 17px;
    }

    .container.container-800 .food_constr-quant #itemCount {
        font-size: 17px;
    }

    .test_order .container {
        padding: 25px 20px;
    }

    .test_order .row {
        flex-wrap: wrap;
    }

    .usual_title {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        text-align: center;
    }

    .test_order p {
        text-align: center;
        margin-bottom: 35px;
    }

    .test_order .col-sm-12:last-child {
        margin: 0 auto;
    }

    .test_order {
        margin-bottom: 50px;
    }

    .objects {
        margin: 50px 0;
    }

    .delivery img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .feedback .row{
        flex-wrap: wrap;
        margin: 0;
    }

    section.delivery {
        margin-bottom: 0px!important;
    }

}

@media(max-width: 767px) {

    .taste-sale .col-sm-6.col-12 {
        width: 100%;
    }

    .__lunch-content div.catProd {
        max-height: none;
    }


    ul.days__wrapper {
        padding: 0;
        flex-wrap: wrap;
    }

    li.day--item {
        padding: 5px;
        font-size: 16px;
        width: 33%;
        text-align: center;
        margin: 5px;
    }

    .mobile-close-button {
        display: block;
        position: absolute;
        right: 13px;
        top: 15px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }

    .panel-group .panel {
        border-radius: 0;
    }

    .sidebar {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 22;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sidebar-title {
        margin-top: 0;
    }

    .inner-page-content .tab-content {
        display: none;
    }

    .mobile-inner-page-content,
    .mobile-content-section,
    .mobile-title {
        display: block;
    }

    .mobile-title h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #034150;
        text-transform: uppercase;
        margin-top: 21px;
        padding-left: 34px;
        padding-right: 34px;
        line-height: 1.23;
        margin-bottom: 25px;
    }

    .mobile-sidebar-content {}

    .mobile-sidebar-content span.dummy-select {
        display: block;
        width: 100%;
        height: 49px;
        border: 1px solid #7c7c7c;
        color: #7c7c7c;
        border-radius: 5px;
        padding: 0 10px;
        line-height: 47px;
        position: relative;
        text-align: left;
        padding-right: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-sidebar-content span.dummy-select:after {
        content: "\f107";
        position: absolute;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 23px;
        top: 14px;
        font-size: 20px;
    }

    .header-main-menu .menu-icon-section {
        float: left;
        padding-top: 27px;
        padding-left: 6px;
    }

    .site-main-banner.site-inner-banner {
        height: 416px;
    }

    /*  .site-main-banner.site-inner-banner .banner-inner-content h2 {
            font-size: 32px;
            text-align: center;
            margin: 0 auto;
            margin-top: 44px;
            line-height: 1.1;
        }*/

    .mobile-sidebar-content {
        padding: 0 4px;
    }

    .mobile-sidebar-inner-content .content {
        margin-top: 19px;
        line-height: 1.3;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
        height: 124px;
        overflow: hidden;
        margin-left: -19px;
        margin-right: -19px;
        padding: 0 19px;
    }

    .mobile-inner-page-content .btn {
        width: 100%;
        font-size: 16px;
        margin-bottom: 11px;
    }

    .mobile-inner-page-content .mobile-product-image {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
        border-top: 1px solid #ebebeb;
        padding-top: 2px;
    }

    .mobile-inner-page-content .mobile-product-image img {
        width: 100%;
    }

    .section-main-content h3 {
        display: none;
    }

    .related-products {
        overflow: hidden;
    }

    .inner-page-content {
        overflow: hidden;
    }

    .related-products {
        margin-right: -55px;
    }

    .owl-nav {
        display: block;
    }

    .owl-nav .owl-prev {
        display: none;
    }

    .owl-nav .owl-next {
        display: block;
        background: #fff;
        border: 1px solid #808080;
        color: #fff;
        position: relative;
        width: 34px;
        height: 34px;
        right: 40px;
        top: 25%;
        position: absolute;
    }

    .owl-nav .owl-next:after {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 30px;
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
        line-height: 32px;
        color: #808080;
        z-index: 22;
        -moz-osx-font-smoothing: grayscale;
    }

    .related-products {
        position: relative;
    }

    footer {
        text-align: center;
    }
}

@media(max-width: 667px) {

    .footer-upper-content .man-image.small-man-image {
        float: none;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        text-align: center;
    }
}

@media(max-width: 1299px) {
    .blog-post .blog-lower-detail {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 1199px) {
    .actobak-section.program-card .background-image img {
        top: inherit;
    }

    .program-card-section .blog-post .blog-post-inner {
        margin-bottom: 0;
    }

    .blog-post .blog-lower-detail .lower-inner {
        max-width: 263px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 991px) {
    .actobak-section.program-card .background-image img {
        position: relative;
        z-index: -1;
        left: 0;
    }

    .program-card .our-card-section {
        margin-top: 0;
        float: none;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        max-width: initial;
    }
}

@media(max-width: 767px) {
    .filteration-section .mobile-button {
        display: block;
        text-align: center;
    }

    .filteration-section .filtration-inner {
        display: none;
    }

    /*  .section-main-content h2 {
        margin-top: 4px;
    }*/

    .background-image {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }

    .actobak-section.program-card .background-image img {
        position: relative;
        z-index: -1;
        left: 0;
        margin-top: -56px;
        /* margin-left: -15px; */
        min-width: 385px;
    }

    .program-card .our-card-section {
        margin-top: 33px;
    }

    .actobak-section.program-card {
        padding-bottom: 0;
    }

    .filteration-section {
        padding-top: 36px;
        padding-bottom: 33px;
    }

    .blog-post .blog-lower-detail .lower-inner {
        margin-top: 16px;
    }
}

@media(max-width: 1600px) {
    #main-navigation-section .menu-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 991px) {
    .menu-close {
        top: 33px;
    }

    #main-navigation-section .menu-inner {
        top: 60px;
    }
}

@media(max-width: 767px) {
    #main-navigation-section .menu-inner {
        padding-left: 19px;
    }

    .menu-close {
        top: 29px;
    }

    nav.navigation {
        font-size: 14px;
    }

}

@media(max-width: 1299px) and (min-width: 1200px) {
    .blog-post .blog-lower-detail .lower-inner {
        font-size: 12px;
    }

    .blog-post .blog-lower-detail .lower-inner .meat-button .btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media(max-width: 1199px) {
    .our-program-section .lef-heading {
        width: 100%;
        text-align: center;
    }

    .our-program-section .lef-heading h3 {
        text-align: center;
    }

    .our-program-section .right-program-button {
        margin-left: 0;
    }

    .our-program-section .blog-post .blog-lower-detail .lower-inner {
        max-width: 1000%;
    }

    .blog-post .blog-lower-detail .lower-inner {
        font-size: 11px;
    }
}

@media(max-width: 991px) {
    .our-program-section .right-program-button {
        clear: both;
    }

    .blog-post .blog-lower-detail .lower-inner {
        font-size: 14px;
    }

    .our-program-section.program-light .blog-post .blog-post-inner .blog-image {
        background: #dedfe1;
    }

    .our-program-section.program-dark .blog-post .blog-post-inner .blog-image {
        background: #2a2d36;
    }

    .our-program-section .blog-post .blog-post-inner .blog-image img {
        opacity: 0.6;
    }
}

@media(max-width: 767px) {
    .our-program-section .blog-post .blog-lower-detail .lower-inner {
        margin-left: 9px;
        margin-right: 9px;
    }

    /*  .our-program-section .blog-post .blog-title h2 {
        font-size: 26px;
    }*/

    .our-program-section .blog-post-inner-title {
        font-size: 13px;
    }

    .our-program-section .blog-post .blog-title .btn {
        margin-top: 13px;
        font-size: 12px;
        padding: 9px 20px 10px;
        vertical-align: middle;
    }

    .our-program-section .blog-post .blog-post-inner .sec-price {
        font-size: 13px;
    }

    .our-program-section .blog-post-inner-title,
    .our-program-section.program-light .blog-post-inner-title {
        max-width: 300px;
    }

    .our-program-section .blog-post .blog-title {
        padding-left: 0;
        padding-right: 0;
    }

    .custext p {
        width: 100%;
    }
}

@media(max-width: 400px) {
    .our-program-section .blog-post .blog-lower-detail .lower-inner .meat-name {
        width: 100%;
    }

    .our-program-section .blog-post .blog-lower-detail .lower-inner .meat-button .btn {
        width: 100%;
        margin-top: 10px;
    }

    .our-program-section .blog-post .blog-lower-detail .lower-inner .meat-name {
        text-align: center;
    }
}

@media(max-width: 479px) and (min-width: 320px) {

    .dietlog-slider {
        height: 640px;
    }

    .kitchen-info-inner p {
        font-size: 18px;
        font-weight: lighter;
        padding-bottom: 40px;
    }

    .dietlog-slider img {
        width: 100%;
    }

    /*   .dietlog-caption h1 {
        color: #094054;
        text-transform: uppercase;
        font-size: 30px;
    }*/

    .dietlog-caption p {
        font-size: 18px;
        color: #094054;
    }

    .dietlog-caption {
        top: 35%;
        left: 50%;
        max-width: 290px;
        padding: 10px;
    }

    .dietlog-caption1 {
        color: #034150;
        position: absolute;
        bottom: 0%;
        left: 5%;
        max-width: 100%;
        padding: 10px;
        -ms-transform: translate(2.5%, 0);
        -webkit-transform: translate(-2.5%, -0%);
        -moz-transform: translate(-2.5%, -0%);
        transform: translate(-2.5%, 0);
    }

    /*    .dietlog-caption1 h1 {
            font-size: 27px
        }*/

    .dietlog-caption1 p {
        font-size: 16px
    }

    .dietlog-caption a {
        margin-top: 0px
    }

    .dietlog-caption .btn-primary {
        width: 100%;
        height: auto;
        font-size: 12px;
    }

    .form-submit-button .btn-primary {
        font-size: 12px;
        width: 100%;
        margin-bottom: 10px;
    }

    .kitchen-info-inner .col-xs-12 {
        padding: 20px 15px;
    }

    .mf-kitchen-info {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .page-lower-banner .banner-inner-content {
        -ms-transform: translate(-2.5%, -50%);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, -50%);
        left: 6%;
    }

    .site-main-banner .banner-inner-content {
        -ms-transform: translate(-2.5%, -50%);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, -50%);
        left: 3%;
        width: 100%;
    }

    .bg-img-1 img {
        display: none;
    }

    .bg-img-2 img {
        display: none;
    }

    .bg-img-3 {
        position: absolute;
        bottom: -2%;
        left: 30px;
    }

    .our-contact-form-section1 .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section1 {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom;
        padding-top: 20px;
        margin-top: 49px;
        background: #f2f2f2;
        padding-bottom: 245px;
    }

    .our-contact-form-section .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom;
        padding-top: 20px;
        margin-top: 49px;
        background: #f2f2f2;
        padding-bottom: 245px;
    }

    .mf-kitchen-bg {
        padding-bottom: 165px;
    }

    .kitchen-points {
        padding: 0px 15px;
    }

    .kitchen-points .media .media-body h4 {
        padding-top: 0;
    }

    .kitchen-points .media .media-left h3 {
        padding: 10px 15px 10px 0px;
        font-size: 30px;
    }

    .shoping-form-section .btn {
        width: 100%;
    }

    .blog-post .blog-title {
        position: absolute;
        color: black;
        max-width: 394px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }
}

@media(max-width: 767px) and (min-width: 480px) {
    .dietlog-slider {
        height: 650px;
    }

    .kitchen-info-inner p {
        font-size: 18px;
        font-weight: lighter;
        padding-bottom: 40px;
    }

    .dietlog-caption {
        top: 43%;
        left: 50%;
        max-width: 460px;
        padding: 10px;
    }

    .dietlog-slider img {
        width: 100%;
    }

    /*  .dietlog-caption h1 {
        color: #094054;
        text-transform: uppercase;
        font-size: 30px;
    }*/

    .dietlog-caption p {
        font-size: 20px;
        color: #094054;
    }

    .dietlog-caption1 {
        color: #034150;
        position: absolute;
        bottom: 0%;
        left: 5%;
        max-width: 100%;
        -ms-transform: translate(2.5%, 0);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, 0);
    }

    /*    .dietlog-caption1 h1 {
            font-size: 25px
        }*/

    .kitchen-info-inner .col-xs-12 {
        padding: 20px 15px;
    }

    .bg-img-3 {
        position: absolute;
        bottom: -2%;
        left: 25%;
    }

    .kitchen-points {
        padding: 0px 15px;
    }

    .mf-kitchen-bg {
        padding-bottom: 175px;
    }

    .our-contact-form-section1 .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section1 {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 335px;
    }

    .our-contact-form-section .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 335px;
    }

    .page-lower-banner .banner-inner-content {
        -ms-transform: translate(-2.5%, -50%);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, -50%);
        left: 6%;
    }

    .site-main-banner .banner-inner-content {
        -ms-transform: translate(-2.5%, -50%);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, -50%);
        left: 6%;
    }

    .bg-img-1 img {
        display: none;
    }

    .bg-img-2 img {
        display: none;
    }

    .shoping-form-section .btn {
        width: 100%;
    }

    .blog-post .blog-title {
        position: absolute;
        color: black;
        width: 450px;
        left: 0;
        right: 0;
        font-size: 15px;
        line-height: 1.6;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 1023px) and (min-width: 768px) {
    .footer-upper-content .man-image {
        margin-top: -85px;
        margin-left: -24px;
        float: left;
    }

    .kitchen-info-inner p {
        font-size: 18px;
        font-weight: lighter;
        padding-bottom: 40px;
    }

    .dietlog-slider {
        height: 600px;
    }

    .dietlog-slider img {
        width: 100%;
    }

    .dietlog-caption {
        top: 33%;
    }

    /*     .dietlog-caption h1 {
            color: #094054;
            text-transform: uppercase;
            font-size: 30px;
        }*/

    .dietlog-caption p {
        font-size: 22px;
        color: #094054;
    }

    .dietlog-caption1 {
        color: #034150;
        position: absolute;
        bottom: 0%;
        left: 19%;
        max-width: 500px;
        -ms-transform: translate(2.5%, 0);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, 0);
    }

    /*    .dietlog-caption1 h1 {
            font-size: 30px
        }*/

    .page-lower-banner .banner-inner-content {
        -ms-transform: translate(-2.5%, -50%);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, -50%);
        left: 13%;
    }

    .site-main-banner .banner-inner-content {
        -ms-transform: translate(-2.5%, -50%);
        -webkit-transform: translate(-2.5%, -50%);
        -moz-transform: translate(-2.5%, -50%);
        transform: translate(-2.5%, -50%);
        left: 10%;
    }

    .kitchen-points {
        padding: 0px 25px;
    }

    .bg-img-1 img {
        display: none;
    }

    .bg-img-2 img {
        display: none;
    }

    .bg-img-3 {
        position: absolute;
        bottom: -2%;
        left: 30px;
    }

    .mf-kitchen-bg {
        padding-bottom: 175px;
    }

    .our-contact-form-section1 .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section1 {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom left;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 320px;
        background-size: 50%;
    }

    .our-contact-form-section .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom left;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 320px;
        background-size: 50%;
    }

    .blog-post .blog-title {
        position: absolute;
        color: black;
        width: 394px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }
}



@media(min-width: 992px) and (max-width: 1199px) {
    .dietlog-slider {
        height: 700px;
    }

    .kitchen-info-inner p {
        font-size: 18px;
        font-weight: lighter;
        padding-bottom: 40px;
    }

    .dietlog-slider img {
        width: 100%;
    }

    /*  .dietlog-caption h1 {
        color: #094054;
        text-transform: uppercase;
        font-size: 30px;
    }*/

    .dietlog-caption p {
        font-size: 25px;
        color: #094054;
    }

    .dietlog-caption1 {
        color: #034150;
        position: absolute;
        bottom: 0%;
        left: 50%;
        max-width: 500px;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, 0);
    }

    /*   .dietlog-caption1 h1 {
            font-size: 30px
        }*/

    .our-contact-form-section1 {
        background-image: none;
    }

    .our-contact-form-section {
        background-image: none;
    }

    .mf-kitchen-info {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our-contact-form-section1 .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section1 {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom left;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 345px;
        background-size: 50%;
    }

    .our-contact-form-section .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom left;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 345px;
        background-size: 50%;
    }
}


@media(min-width: 1200px) and (max-width: 1565px) {

    .dietlog-slider {
        height: 700px;
    }

    .kitchen-info-inner p {
        font-size: 18px;
        font-weight: lighter;
        padding-bottom: 40px;
    }

    .dietlog-slider img {
        width: 100%;
    }

    /* .dietlog-caption h1 {
        color: #094054;
        text-transform: uppercase;
        font-size: 30px;
    }*/

    .dietlog-caption p {
        font-size: 16px;
        color: #094054;
    }

    .dietlog-caption1 {
        color: #034150;
        position: absolute;
        bottom: 0%;
        left: 50%;
        max-width: 350px;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, 0);
    }

    /*    .dietlog-caption1 h1 {
            font-size: 30px
        }*/

    .our-contact-form-section1 .section-inner-content {
        padding-right: 0px;
    }

    .our-contact-form-section1 {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom left;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 345px;
        background-size: 50%;
    }
}

@media(min-width: 1024px) and (max-width: 1199px) {
    .bg-img-1 img {
        width: 55%;
    }

    .kitchen-info-inner p {
        font-size: 18px;
        font-weight: lighter;
        padding-bottom: 40px;
    }

    .bg-img-2 img {
        width: 55%;
    }

    .bg-img-1 {
        position: absolute;
        left: -1%;
        top: 20%;
    }

    .bg-img-2 {
        position: absolute;
        right: -15%;
        top: 22%;
    }

    .blog-post .blog-title {
        position: absolute;
        color: #fff;
        width: 394px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }
}

@media(min-width: 1300px) and (max-width: 1599px) {
    .dietlog-slider {
        height: 800px;
    }

    .dietlog-slider img {
        width: 100%;
    }

    .dietlog-caption h1 {
        color: #094054;
        text-transform: uppercase;
        font-size: 30px;
    }

    .dietlog-caption p {
        font-size: 25px;
        color: #094054;
    }

    .dietlog-caption1 {
        color: #034150;
        position: absolute;
        bottom: 0%;
        left: 50%;
        max-width: 450px;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, 0);
    }

    .dietlog-caption {
        max-width: 450px;
        top: 35%;
        left: 49%;
    }

    .bg-img-1 img {
        width: 70%;
    }

    .bg-img-2 img {
        width: 70%;
    }

    .bg-img-1 {
        position: absolute;
        left: -1%;
        top: 20%;
    }

    .bg-img-2 {
        position: absolute;
        right: -7%;
        top: 15%;
    }

    .our-contact-form-section1 {
        background-image: url(../images/contact-form-bg1.jpg);
        background-position: bottom left;
        padding-top: 20px;
        margin-top: 33px;
        background: #f2f2f2;
        padding-bottom: 40px;
        background-size: 37%;
    }
}

@media only screen and (min-width: 1200px) {
    section.hobnka-section {
        background-image: url(../images/ping-banner-image-2.jpg) !important;
        background-size: cover;
        background-position: center center !important;
        height: auto;
    }

    .custext {
        position: relative;
        top: -175px;
    }
}

@media (max-width: 667px) {
    .mnogo {
        font-size: 25px;
    }

    .our-products-section .our-product.mobile-half-width {
        width: 80% !important;
        margin-bottom: -30px;
    }

    .blog-post .blog-post-inner .blog-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .header-main-menu {
        top: 0px !important;
        padding-bottom: 11px;
    }
}

@media(min-width: 1200px) {
    .meals-list-5:after {
        content: none !important;
    }

    .meals-list-5:before {
        content: none !important;
    }
}

@media (min-width: 677px) {
    .meals-list-3:after {
        content: none !important;
    }

    .meals-list-3:before {
        content: none !important;
    }

    .nodesktop {
        display: none;
    }
}

@media(max-width: 768px) {
    .meals-list.owl-carousel {
        width: 87%;
        overflow: visible;
    }

    .meals-list:before {
        width: 60px;
        background: linear-gradient(to right, white 15px, rgba(0, 0, 0, 0));
        left: -6px;
    }

    .meals-list:after {
        width: 60px;
        background: linear-gradient(to left, white 15px, rgba(0, 0, 0, 0));
        right: -6px;
    }
}

@media(max-width: 500px) {
    .mnogo {
        font-size: 20px;
    }

    .meals-list {
        height: 400px;
    }

    .meals-list__item {
        width: 100%;
    }

    .meals-list__nav-button {
        width: 40px;
        height: 40px;
        font-size: 36px;
    }

    .meals-list__nav-button i {
        transform: translateY(-8px);
    }

    .meals-list:before {
        width: 60px;
        background: none;
        left: -6px;
    }

    .meals-list:after {
        width: 60px;
        background: none;
        right: -6px;
    }

    .product-content {
        height: 400px;
    }

    .meals-list__item-image {
        height: 75%;
    }

    .call-back__down {
        display: block;
        margin-left: 0;
    }

    .call-back__down .call-back__button {
        margin-left: 41px;
        margin-top: 10px;
    }

    .call-back {
        height: auto;
        padding-bottom: 30px;
    }

    .call-back-desk {
        max-width: 815px;
        display: block;
        width: auto;
    }

    .call-desk-text {
        margin: 10px auto !important;
    }

    .call-back-desk {
        height: auto;
    }

    .price-flex {
        display: block !important;
    }

    .single-price {
        float: none;
        max-width: none;
        margin-bottom: 20px;
    }

    .latest-products-section .our-product {
        display: block;
        margin: 0;
    }

    .our-product.mobile-half-width p {
        padding-left: 0;
    }

    .our-product__image {
        width: auto;
        height: auto;
    }

    #mailFormStatic {
        max-width: 340px;
        margin: 0 auto;
    }

    #mailFormStatic .call-back__button {
        margin: 0 auto;
    }

    #mailFormStatic .form-group {
        float: none;
        margin: 20px auto;
    }

    #mailFormStatic input {
        margin: 0 auto;
    }
}

@media(max-width: 1600px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 1350px) {
    .top-header .top-drop-down {
        display: inline-block;
    }
}

@media(max-width: 1200px) {

    .top-header .top-drop-down {
        display: inline-block;
    }

    .actobak-section .background-image img {
        max-width: 800px;
        background-position: left;
        top: inherit;
        width: 100%;
    }

    .header-main-menu .the-cart-section {
        width: 80px;
    }

    .blog-post .blog-post-inner {
        margin-bottom: 20px;
    }
}

@media(max-width: 1100px) {

    .top-header .top-navigation ul li {
        margin-right: 6px;
        font-size: 10px;
    }

    .right-menu-section ul li {
        display: inline-block;
        margin-left: 13px;
        font-size: 11px;
    }

    .actobak-section .background-image img {
        margin-top: -118px;
        position: relative;
        z-index: -1;
    }

    .actobak-section .section-lower-content {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media(max-width: 991px) {

    .kitchen-info-inner {
        text-align: center;
    }

    .top-header {
        display: none;
    }

    .our-contact-form-section1,
    .top-header {}

    .our-contact-form-section,
    .top-header {}

    .right-navigation-section {
        display: none;
    }

    .header-main-menu .the-cart-section {
        float: right;
        width: auto;
    }

    .header-main-menu .main-logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 60px;
        position: absolute;
        left: 0;
        right: 9px;
        top: 4px;
        bottom: 0;
    }

    .header-main-menu {
        padding-bottom: 19px;
        position: relative;
    }

    .center-cart-icon {
        text-align: center;
        padding-top: 15px;
        padding-right: 5px;
    }
}

@media(max-width: 667px) {

    .reviews__toggle--prev,
    .reviews__toggle--next {
        display: none;
    }

    .tele {
        font-size: 25px;
    }

    .site-main-banner .banner-inner-content .offices {
        font-size: 20px;
    }

    .price-btn,
    .price-button {
        margin: auto !important;
    }

    .error-not-found {
        height: 300px;
    }

    .error-not-found img {
        width: 233px;
    }

    .error-not-found-label {
        font-size: 20px;
    }

    .error-not-found~.footer-upper-content {
        display: none;
    }

    .error-not-found~footer {
        padding-top: 0px;
    }

    /*  .site-main-banner .banner-inner-content h2 {
        font-size: 28px;
    }*/

    .banner-inner-content .white-logo img.banner-logo {
        display: none;
    }

    .site-main-banner .banner-inner-content p {
        font-size: 14px;
    }

    .banner-inner-content .white-logo {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn.btn-primary {
        font-size: 14px;
    }

    /*  .section-main-content h2 {
        font-size: 28px;
    }*/

    .actobak-section .section-main-content p {
        font-size: 14px;
    }

    .actobak-section .background-image img {
        margin-top: -40px;
    }

    .actobak-section .section-lower-content h3 {
        font-size: 28px;
    }

    .actobak-section .section-lower-content {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }

    .actobak-section .section-lower-content p {
        padding-left: 0;
        padding-right: 0;
    }

    .btn.btn-primary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-main-content h3 {
        font-size: 28px;
    }

    .our-products-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our-products-section .our-product {
        margin: 0;
        margin-bottom: 20px;
    }

    .our-products-section .our-product.mobile-half-width {
        width: 49%;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 0;
    }

    /* .page-lower-banner .banner-inner-content h2 ,
    .our-blog-section .section-heading h2 */
        {
        font-size: 28px;
    }

    .page-lower-banner .banner-inner-content p {
        font-size: 14px;
    }

    .page-lower-banner .banner-inner-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
    }

    .page-lower-banner {
        height: 310px;
        min-height: 0;
    }

    .our-blog-section .section-heading {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our-blog-section [class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }

    /*  .blog-post .blog-title h2 {
        font-size: 28px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 32px;
        line-height: 1.3;
        margin-bottom: 21px;
    }*/

    .blog-post .blog-title {
        top: 30px;
        font-size: 14px;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 1.45;
    }

    .blog-post .blog-title .btn {
        margin-top: 14px;
        padding: 13px 38px;
    }

    .blog-post .blog-title p br {
        display: none;
    }

    .blog-post .blog-post-inner .blog-image {
        height: 408px;
        position: relative;
        overflow: hidden;
    }

    .blog-post .blog-post-inner .blog-image img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 1000%;
        top: -100px;
        bottom: -100px;
        left: -100px;
        right: -100px;
        min-height: 100%;
        margin: auto;
        min-width: 100%;
    }

    .load-more-button {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .hobnka-section {
        padding-top: 0px;
        background-image: url(../images/mobile-backgound.jpg) !important;
        background-position: bottom center !important;
        text-align: center;
        background-size: 100% 100% !important;
        font-size: 16px;
        height: 679px;
    }

    .hobnka-section br {
        display: none;
    }

    .hobnka-section h3 {
        font-size: 20px;
    }

    /*   .hobnka-section h2 {
            font-size: 28px;
            margin-bottom: 12px;
        }*/

    .hobnka-section a {
        color: #000;
        margin-top: 0;
        border-bottom: 1px solid #000;
        font-size: 14px;
    }

    /*  .mf-kitchen-info .kitchen-info-inner h2 {
        font-size: 28px;
    }*/

    .footer-upper-content .man-image {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .footer-upper-content .section-inner-content {
        margin-left: 0;
        text-align: center;
    }

    .footer-upper-content {
        padding-bottom: 20px;
    }

    .footer-navigation {
        display: none;
    }

    footer {
        text-align: center;
    }

    footer a {
        text-decoration: underline;
    }

    footer .lower-footer p a {
        display: block;
    }

    footer .lower-footer .our-apps {
        float: none;
        text-align: center;
    }
}

@media(max-width: 413px) {

    .single-price .price-btn,
    .single-price .price-button {
        margin-left: 108px;
    }
}

/* Стили для ланчей */
div#showLunch {
    background: #4cb190;
    border-color: #4cb190;
}

.lunch__week .catProd.mb40 {
    max-width: 1231px;
    margin:40px auto;
}

.__lunch-content div.catProd {
    margin-bottom: 40px;
    min-height: 92px;
    max-height: 92px;
}
div.catProd {
    position: relative;
    z-index: 2;
    background-color: rgb(255 255 255 / 57%);
    border: 2px solid #4cb190;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0%);
    transition: box-shadow .3s ease-in;
}

.lunch__week .catProd.mb40 {
    margin-bottom: 40px;
}

.lunch__week .row.vis {
    display: none;
}
.lunch__week .row {
    display: block;
}

.__lunch-content div.catProd .lunch__empty {
    text-align: center;
    font-size: 24px;
    padding: 40px 0;
    font-weight: 300;
}

div#showLunch h2 {
    color: #fff;
    margin-left: 32px;
    display: flex;
    align-items: center;
    position: relative;
}
h2.left.mother {
    margin: 29px 0;
}
h2.left {
    text-align: left;
}
.lunch__week h2 {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
}

div.catProd h2:hover {
    cursor: pointer;
}

div#duzhin .food_constr {
    max-width: 1261px;
    margin: 0 auto;
}

div.catProd h2>.__lunch-plus>.__lunch-plus-open,
div.catProd h2>.__lunch-plus>.__lunch-plus-close {
    display: none;
}

div.catProd h2>.__lunch-plus._open>.__lunch-plus-open,
div.catProd h2>.__lunch-plus._close>.__lunch-plus-close {
    display: block;
}


div.catProd .food_constr-col {}


/* Блок с товаром */
.content--lunch__wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

/* modal-lunch */
.modal-lunch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto;
}

.modal-lunch #goToBusket {
    text-decoration: revert;
    color: #4cb190;
    font-weight: 600;
}

.container.container-800.active {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 25px 25px 0 0;
}

.container.container-800#garnir-block {
    border-radius: 0 0 25px 25px;
    height: 100%;
    max-height: 1000px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 20px rgb(255 0 0 / 25%);
}

.container.container-800#garnir-block.hide {
    display: block !important;
    margin-top: -42px;
    max-height: 0px;
    padding: 0;
    border: 0;
}

.mt-10 {
    margin-top: 20px;
}

.btn-customer-not-bgm {
    position: relative;
    width: 176px;
    font-size: 18px;
    font-weight: 700;
    color: #4cb190;
    margin-top: 14px;
    cursor: pointer;
    text-align: center;
    user-select: none;
}

.btn-customer-not-bgm::before {
    position: absolute;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #4cb190;
    top: 10px;
    right: -10px;
    transform: rotate(90deg);
}

.active .btn-customer-not-bgm::before {
    transform: rotate(-90deg);
}


.range-slider {
    display: flex;
    align-items: center;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: "";
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

#calculate-form p{
    text-align: center;
}
#calculate-form .container{
    width: 50%;
}