body {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #7e6d63;
    line-height: 1.2;
    background: #f7f7f0;
}
.menu-restaurant-selector li {
    box-shadow: none!important;
    line-height: 26px;
}
.section--header {
    border-bottom: 4px solid #f59b00;
}
.page-title {
    min-height:280px;
    display:table;
    width:100%;
    text-align:center;
}
.page-title h1.page-title__caption {
    font-size: 4.6em;
    font-family: 'PoetsenOne-Regular';
    color: #7e6d63;
    line-height: 1.2;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.sidebar {
    margin-top: -220px;
    position: relative;
}
.sidebar ul.left-menu {
    background: rgb(141,187,63);
    background: -moz-linear-gradient(top, rgba(141,187,63,1) 0%, rgba(124,164,55,1) 85%);
    background: -webkit-linear-gradient(top, rgba(141,187,63,1) 0%,rgba(124,164,55,1) 85%);
    background: linear-gradient(to bottom, rgba(141,187,63,1) 0%,rgba(124,164,55,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbb3f', endColorstr='#7ca437',GradientType=0 );
    margin: -75px 0 0;
    padding: 90px 30px 30px;
    display: block;
}
.sidebar ul.left-menu li {
    display:block;
    margin-bottom:10px;
}
.sidebar ul.left-menu li a {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}
.sidebar img.sidebar-image {
    max-width: 310px;
    margin: 0 -20px;
}
.sidebar ul.left-menu li a:hover , .sidebar ul.left-menu li.current-menu-item>a, .sidebar ul.left-menu li.current-post-ancestor>a {
    text-decoration:underline;
}
.workers {
    margin-top:50px;
}
.workers:after {
    display:table;
    width:100%;
    content:'';
}
.worker-block {
    margin:30px 0;
    text-align:center;
}
.worker-block img {
    max-width:270px;
    width:100%;
}
.worker-block__name {
    padding:20px 0;
    display:block;
    font-weight:normal;
    font-size:1.5em;
    color:#96bb2d;
    font-family: 'PoetsenOne-Regular';
    line-height: 1.2;
}
.worker-block p {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.2;
    margin:0;
}
.pagination {
    width: 100%;
    border: 0px;
    margin: 50px 0 70px;
    text-align: left;
}
.pagination .wp-pagenavi {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
    display: inline-block;
    margin-right: 5px;
    float: left;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
    color: #7e6d63;
    display: block;
    text-align: center;
    font-size: 1.6em;
    font-family: 'Matias';
    border: 1px solid transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.pagination .wp-pagenavi a:hover, .pagination .wp-pagenavi span  {
    background: #8dbb3f;
    color: #fff;
    text-decoration: none;
    border: 1px solid #8dbb3f;
}

.mission-name h1.page-title__caption {
    color: #fff;
}
.mission-name {
    position:relative;
}
.mission-name img.mission-image {
    position: absolute;
    bottom: -100px;
    left: calc(50% - 88px);
}
.sidebar img.sidebar-sheet {
    position: absolute;
    bottom: -135px;
    right: 5px;
}
.mission-text {
    margin: 80px 0 0 0;
    overflow: hidden;
}
.mission-text h2 {
    font-size: 2.6em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.26;
}
.mission-text p, .mission-text ul, .mission-text ol{
    font-size: 1.2em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.6;
    margin:0 0 30px 0;
}
.mission-text img {
    margin:0 0 30px 0;
    width:100%;
}
.mission-content {
    margin-bottom: 60px;
    width: 100%;
    position:relative;
    background: url(../images/stem.png) 100% 15% no-repeat , url(../images/bigbroccoli.png) 0% 70% no-repeat;
}
.mission-content:after {
    content:'';
    width:100%;
    display:table;
}
.company-name h1.page-title__caption {
    color: #fff;
    text-shadow: 0px 8px 9px rgba(6, 6, 6, 0.5);
}
.company-content {
    margin-bottom: 60px;
    width: 100%;
    position:relative;
    background: url(../images/branch1.png) top center no-repeat , url(../images/sheets.png) 95% 15% no-repeat , url(../images/sheets2.png) 20% 100% no-repeat;
}
.company-content:after {
    content:'';
    width:100%;
    display:table;
}
.company-blocks {
    margin-top: -30px;
}
.company-stage {
    width:100%;
}
.company-stage:after {
    content:'';
    width:100%;
    display:table;
}
.company-stage:nth-of-type(odd) {
    background:url(../images/branch2.png) bottom center no-repeat;
}
.company-stage:nth-of-type(even) {
    background:url(../images/branch3.png) bottom center no-repeat;
}
.company-stage:nth-child(even) .company-stage__text {
    width: calc(50% - 40px);
    float: left;
}
.company-stage__image img {
    width:100%;
    max-width:470px;
}
.company-stage:nth-child(even) .company-stage__image {
    width: calc(50% - 40px);
    float: right;
    text-align: left;
}
.company-stage__image {
    text-align: center;
    margin:150px 20px 0 0;
}
.company-stage:nth-child(odd) .company-stage__text {
    width: calc(50% - 40px);
    float: right;
}
.company-stage:nth-child(odd) .company-stage__image {
    width: calc(50% - 40px);
    float: left;
    text-align: right;
}
.company-stage__text-name {
    margin-bottom:20px;
}
.company-stage__text-name strong {
    font-size: 2.6em;
    font-family: 'PoetsenOne-Regular';
    color: #8dbb3f;
    line-height: 1.2;
    font-weight:normal;
    display:block;
}
.company-stage__text-name a.company-stage_link {
    font-size: 2.6em;
    font-family: 'PoetsenOne-Regular';
    color: #8dbb3f;
    line-height: 1.2;
}
.company-stage__text p {
    font-size: 1.2em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.6;
    margin:0 auto;
    max-width:385px;
}
.quote {
    margin: 75px 0 35px;
    text-align: center;
    max-width: 350px;
    float: right;
    position: relative;
}
.quote p {
    font-size: 1.9em;
    font-family: 'PoetsenOne-Regular';
    color: #a5a5a5;
    line-height: 1.2;
    margin:0;
}
.quote:before {
    content: '';
    background: url(../images/quote.png) bottom center no-repeat;
    width: 34px;
    height: 24px;
    top: -40px;
    left: calc(50% - 17px);
    position: absolute;
}
.quote:after {
    content: '';
    background: url(../images/quote.png) bottom center no-repeat;
    width: 34px;
    height: 24px;
    bottom: -40px;
    left: calc(50% - 17px);
    position: absolute;
    transform:rotate(180deg);
}
.company-stage:nth-child(even) .company-stage__text-name {
    text-align:right;
}
.company-stage:nth-child(even) p.description {
    text-align:right;
}
.company-stage__text {
    min-height: 650px;
}
.company-stage:nth-of-type(1) .company-stage__text {
    min-height: 590px;
}
.company-stage:last-child .company-stage__text {
    min-height: 600px;
    background: url(../images/branch4.png) bottom left no-repeat !important;
}
.company-stage:last-child  {
    background:none !important;
}
.thank-you {
    margin:30px 0 60px;
    text-align:center;
}
.thank-you p {
    font-size: 2.6em;
    font-family: 'PoetsenOne-Regular';
    color: #8dbb3f;
    line-height: 1.2;
}
.left-menu ul li.menu-item-has-children a {
    color: #242424;
    position: relative;
}
.left-menu .sub-menu {
    position: relative;
    background: transparent;
    width: 100%;
    top: -3px;
    margin-bottom: 0;
    border-radius: 0px;
    box-shadow: none;
    text-align: left;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0 0 0;
    border: none;
}
.left-menu .sub-menu > li > a {
    padding: 0px 10px;
    border: none;
    position: relative;
    color: #4a6917 !important;
    font-size: 16px !important;
    text-transform: none !important;
}
.recipes-chef {
    margin: 50px 0;
    box-shadow: 0px 5px 20px 2px rgba(205, 205, 155, 0.7);
    text-align: center;
    overflow: hidden;
}
.recipes-chef img {
    width:100%;
    margin-bottom:25px;
}
a.chef-link {
    font-size: 1.8em;
    font-family: 'PoetsenOne-Regular';
    color: #f69c10;
    line-height: 1.2;
    display: inline-block;
    padding: 0 15px;
}
.recipes-chef p {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.2;
    margin:0;
    text-align:left;
}
.recipes-chef__description {
    margin:25px 35px;
    background: url(../images/branch5.png) bottom center no-repeat;
    padding-bottom: 60px;
}
.recipe-week {
    margin-bottom: 70px;
    margin-top: -64px;
    position: relative;
    width: 95%;
    background:#f9f9f9;
    height:322px;
    box-shadow: 0px 5px 10px 2px rgba(192, 192, 186, 0.9);
}
.sub-menu > li > a:hover, .sub-menu > li > a:focus {
    background-color: transparent !important;
}
.recipe-week:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -70px;
    width: 137px;
    height: 116px;
    background: url(../images/bow.png) bottom center no-repeat;
    z-index: 25
}
.recipe-week:after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -70px;
    width: 107px;
    height: 108px;
    background: url(../images/spinach.png) bottom center no-repeat;
    z-index: 25
}
.recipe-week__description {
    overflow: hidden;
    background: #f9f9f9;
    padding: 40px 30px 40px 10px;
    height:322px;
}
.recipe-week__description  h2 {
    font-size: 1.6em;
    font-family: 'Matias';
    color: #7e6d63;
    text-transform: uppercase;
    padding:0;
    margin: 0 0 20px 0;
}
.recipe-week__description p {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.2;
    margin:0 0 20px 0;
}
.recipe-week__description p strong, .recipe-week__description p b {
    color:#96bb2d;
    font-weight: normal;
}
.recipe-week__description p.recipe-week__name {
    font-size: 2.4em;
    font-family: 'Matias';
    color:#00a8a8;
}
.recipe-week__image img {
    width:100%;
}
.recipe-week__image {
    height:322px;
    overflow:hidden;
}
.recipes {
    overflow:hidden;
}
.recipe-block {
    width: 100%;
    overflow:hidden;
    margin:30px 0;
}
.recipe-block:nth-child(odd) .recipe-block__text {
    width: 55%;
    float: left;
}
.recipe-block:nth-child(odd) .recipe-block__image {
    width: 44%;
    float: left;
}
.recipe-block:nth-child(even) .recipe-block__text {
    width: 55%;
    float: right;
}
.recipe-block:nth-child(even) .recipe-block__image {
    width: 44%;
    float: left;
}
.recipe-text__description {
    width: 80%;
    margin: 20px 30px;
}
.recipe-block:nth-child(odd) .recipe-text__description {
    float: right;
}
.recipe-block:nth-child(even) .recipe-text__description {
    float: left;
}
.recipe-block__image img{
    width:100%;
}
.recipe-block__text p {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align:left;
}
.recipe-block__text {
    text-align:center;
}
.recipe-block__text p.recipe-block__name {
    font-size: 2em;
    font-family: 'PoetsenOne-Regular';
    color: #96bb2d;
    line-height: 1;
    text-align: center;
    padding: 0 0 35px 0;
    background: url(../images/recipesheet.png) bottom center no-repeat;
    margin: 0 0 15px 0;

}
a.recipe-block__link {
    font-size: 13px;
    font-family: 'Matias';
    background: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    overflow: hidden;
    display: block;
    margin:0;
    box-shadow: 0px 3px 7px 0px rgba(104, 15, 67, 0.26);
}
.recipe-block__text .btn, .recipe-week__description .btn {
    display: inline-block;
    padding: 7px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    background: #c4468f;
    color: #fff;
    margin: 0;
}
.recipe-block__text .btn:before, .recipe-week__description .btn:before {
    display: block;
    position: absolute;
    left: 15px;
    right: -10px;
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
    background: #fff;
    transition: left 400ms ease;
    color: #c4468f;
}
.recipe-block__text .btn-text, .recipe-week__description .btn-text {
    position: relative;
    z-index: 2;
    color: #c4468f;
}
.btn.recipe-block__link:hover .btn-text {
    color: #fff !important;
}
.recipe-block__text .btn:hover:before,  .recipe-week__description .btn:hover:before {
    left: 120%;
}
.news-name .page-title h1.page-title__caption {
    color: #fff;
    text-shadow: 0px 8px 9px rgba(6, 6, 6, 0.5);
}
.news-blocks {
    margin:50px 0 25px;
}
.news-blocks:after {
    content:'';
    display:table;
    width:100%;
}
@media only screen and (min-width:1200px) {
    .news-block-clear:nth-of-type(3n+4) {
        clear: left;
    }
}
@media only screen and (max-width:1199px) {
    .news-block-clear:nth-of-type(2n+3) {
        clear: left;
    }
}
.one-news {
    margin: 15px 0;
    box-shadow: 0px 5px 20px 2px rgba(90, 90, 85, 0.6);
    overflow: hidden;
    background:#fff;
    transition: all 400ms ease;
}
.one-news:hover {
    box-shadow: 0px 5px 20px 2px rgba(90, 90, 85, 0.8);
    transition: all 400ms ease;
}
.one-news img {
    width:100%;
}
.one-news__description {
    padding:25px;
}
a.one-news_links{
    font-size: 1.25em;
    font-family: 'Matias';
    color: #8dbb3f;
    height: 90px;
    display: inline-block;
}
.one-news__description p {
    font-size: 1em;
    font-family: 'Matias';
    color: #c5bab4;
    margin:0;
}
.text-page__name {
    width:100%;
    position: relative;
    text-align:center;
}
.text-page__name .container {
    position:relative;
}
.recipe-photo-overlay {
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
}
.text-page-description {
    position:absolute;
    bottom:150px;
    left:0;
    right:0;
    text-align:center;
}
.text-page-description p, .text-page-description a {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #fff;
    line-height: 1.2;
    margin:0 0 40px 0;
}
h1.text-page__caption {
    font-size: 3.8em;
    font-family: 'PoetsenOne-Regular';
    color: #fff;
    line-height: 1.2;
    padding:0;
    margin:0 auto;
    max-width:540px;
}
.text-page__name img {
    width:100%;
}
.text-page__composition {
    background: url(../images/composition-left.png) left bottom no-repeat, url(../images/composition-right.png) right bottom no-repeat;
    background-color: #fff;
    box-shadow: 0px 5px 15px 7px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin: -75px 0 70px 0;
    position: relative;
    z-index: 10;
}
.composition-value p.composition-caption {
    padding:0px 45px;
}
.text-page__composition:before {
    content: '';
    position: absolute;
    top: -45px;
    right: -45px;
    width: 107px;
    height: 108px;
    background: url(../images/spinach.png) bottom center no-repeat;
    z-index: 25;
    transform: rotate(100deg);
}
.text-page__composition:after {
    content: '';
    width:100%;
    display:table;
}
.text-page__composition p.composition-caption {
    font-size: 1.8em;
    font-family: 'Matias';
    color: #96bc3c;
    line-height: 1.2;
    margin:0 0 15px 0;
}
.composition-list {
    padding: 0;
    margin: 0;
    display:block;
}
.composition-item_children {
    background: url(../images/children.png) 0px 6px no-repeat;
}
.composition-item_vegetarian {
    background: url(../images/vegetarian.png) 0px 6px no-repeat;
}
.composition-item_gluten {
    background: url(../images/gluten.png) 0px 6px no-repeat;
}
.composition-list li {
    font-size: 1.15em;
    font-family: 'Matias';
    color: #7e6d63;
    margin-bottom: 10px;
    display: block;
    line-height: 2em;
    padding-left: 35px;
}
.energy-value {
    padding: 0 45px;
    border-left: 1px dashed #7f6e64;
    border-right: 1px dashed #7f6e64;
    margin-right: 20px;
    font-size: 1.2em
}
.energy-value p {
    font-size: 1em;
    font-family: 'Matias';
    color: #7e6d63;
    margin:0;
    line-height: 2em;
}
.energy-value p span.value {
    color:#c5bab4;
}
.text-page__composition table {
    width:100%;
    font-size: 1.2em;
}
.text-page__composition td {
    line-height: 2em;
}
.text-page__composition td:nth-of-type(2) {
    text-align:right;
    font-size: 1em;
    font-family: 'Matias';
    color: #c5bab4;
    margin:0;
}
.text-page__composition td:nth-of-type(1) {
    text-align:left;
    font-size: 1em;
    font-family: 'Matias';
    color: #7e6d63;
    margin:0;
}
.text-page__recipe {
    width:100%;
    margin-bottom:50px;
}
.text-page__recipe:after {
    content:'';
    display:table;
    width:100%;
}
.recipe-step {
    margin-bottom: 50px;
}
.recipe-step__number {
    margin-bottom:35px;
}
.recipe-step__number span {
    font-size: 2.2em;
    font-family: 'PoetsenOne-Regular';
    color: #f69d0f;
    line-height: 1.2;
    display:inline-block;
    vertical-align:middle;
}
.step-number {
    display:inline-block;
    vertical-align:middle;
    position:relative;
    margin-left:20px;
}
.step-number span {
    font-size: 2.2em;
    font-family: 'PoetsenOne-Regular';
    color: #fff;
    position: absolute;
    line-height: 68px;
    left: 0;
    right: 0;
    text-align: center;
}
.recipe-step p {
    font-size: 1.5em;
    font-family: 'Matias';
    color:#7e6d63;
    margin: 20px 0;
    line-height: 1.6;
}
.recipe-step table {
    max-width:580px;
    margin:20px auto 40px;
    width:100%;
}
.recipe-step table td {
    padding:7px 15px;
    font-size: 1.4em;
    font-family: 'Matias';
}
.recipe-step table td:nth-of-type(2) {
    text-align:right;
}
.recipe-step table td:nth-of-type(1) {
    text-align:left;
}
.recipe-step table tr:nth-of-type(odd) {
    background:#7e6d63;
    color:#f7f7f0;
}
.recipe-step table tr:nth-of-type(even) {
    color:#7e6d63;
    background:#f7f7f0;
}
.recipe-step__images {
    margin:30px 0;
}
.recipe-step__images:after {
    content:'';
    display:table;
    width:100%;
}
.recipe-step__images img {
    max-width: 100%;
}
.step-images {
    margin-bottom:30px;
    position:relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.step-images:after {
    content:'';
    position:absolute;
    width:49px;
    height:46px;
    top:10px;
    left:10px;
    background:url(../images/stepbg.png) 0 0 no-repeat;
    z-index:10;
    font-size: 1.4em;
    font-family: 'Matias';
    color:#fff;
    line-height:45px;
    text-align: center;
}
.step-images:first-child:after {
    content:'.1';
}
.step-images:nth-child(2):after {
    content:'.2';
}
.step-images:nth-child(3):after {
    content:'.3';
}
.step-images:nth-child(4):after {
    content:'.4';
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1200px) {

    .page-title h1.page-title__caption {
        font-size: 4em;
    }
    .pagination .wp-pagenavi a {
        font-size: 1.4em;
    }
    .mission-content {
        background: url(../images/stem.png) 107% 15% no-repeat , url(../images/bigbroccoli.png) 0% 70% no-repeat;
    }
    .company-content {
        background: url(../images/branch1.png) top center no-repeat , url(../images/sheets.png) 110% 15% no-repeat , url(../images/sheets2.png) 5% 100% no-repeat;
    }
    .recipe-week {
        height: 307px;
        width:100%;
    }
    .recipe-week__image {
        height: 307px;
    }
    .recipe-week__description {
        padding: 25px 30px 20px 0px;
        height: 307px;
    }
    .recipe-week__description p.recipe-week__name {
        font-size: 1.8em;
    }
    .recipe-week__description p {
        margin: 0 0 10px 0;
    }
    .recipe-week__description h2 {
        font-size: 1.4em;
        margin: 0 0 10px 0;
    }
    .recipe-block__text p.recipe-block__name {
        font-size: 1.4em;
        padding: 0 0 30px 0;
        margin: 0 0 7px 0;
    }
    .recipe-text__description {
        width: 85%;
        margin: 5px 20px;
    }
    a.chef-link {
        font-size: 1.5em;
    }
    .energy-value {
        padding: 0 30px;
        margin-right: 10px;
    }
    .composition-value p.composition-caption {
        padding: 0px 30px;
    }
    .text-page__composition:before {
        right: -15px;
    }
}

@media only screen and (max-width:991px) {
    .sidebar {
        margin-top: 0;
    }
    .sidebar ul.left-menu {
        margin: 0;
        padding: 40px 30px 40px 320px;
    }
    .sidebar img.sidebar-image {
        max-width: 300px;
        position: absolute;
    }
    .sidebar {
        margin-top: 0;
        position: relative;
    }
    .mission-name img.mission-image {
        left: 68%;
        z-index: 25;
    }
    .mission-content {
        background: url(../images/stem.png) 110% 35% no-repeat , url(../images/bigbroccoli.png) -10% 75% no-repeat;
    }
    .company-blocks {
        margin-top: 25px;
    }
    .company-stage__text-name a.company-stage_link {
        font-size: 2em;
    }
    .company-stage__text-name strong {
        font-size: 2em;
    }
    .company-stage__image {
        margin: 95px 20px 0 0;
    }
    .company-stage:nth-of-type(3) .company-stage__text {
        min-height: 520px;
    }
    .thank-you p {
        font-size: 2em;
    }
    .recipes-chef img {
        width: 45%;
        float: left;
        margin: 0;
    }
    .mobile__description {
        float: left;
        width: 54%;
        padding-top: 10px;
    }
    .recipe-week {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .recipe-week:after {
        right: 0;
    }
    .energy-value {
        padding: 0 0 0 30px;
        margin-right: 0;
        height: auto !important;
        border-right: 0px;
        margin-bottom:30px;
    }
    h1.text-page__caption {
        font-size: 3em;
    }
    .recipe-step__number span {
        font-size: 2em;
    }
    .recipe-step p {
        font-size: 1.3em;
    }
    .recipe-step table td {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 767px) {
    .page-title h1.page-title__caption {
        font-size: 3em;
    }
    .sidebar img.sidebar-image {
        display: none;
    }
    .sidebar ul.left-menu {
        margin: 0;
        padding: 30px 20px 20px;
        text-align: center;
    }
    .worker-block {
        margin: 25px auto;
        max-width: 300px;
    }
    .workers {
        margin-top: 20px;
    }
    .pagination {
        margin: 30px 0 50px;
        text-align: center;
    }
    .mission-name img.mission-image {
        display: none;
    }
    .mission-text {
        margin: 20px 0 0 0;
    }
    .mission-content {
        background: transparent;
        margin-bottom: 40px;
    }
    .mission-text h2 {
        font-size: 2.2em;
    }
    .company-stage {
        background: transparent !important;
        margin-bottom:40px;
    }
    .company-stage__text {
        width: 100% !important;
        background:transparent !important;
        min-height: auto !important;
        text-align:center !important;
    }
    .company-stage__image {
        width: 100% !important;
        margin: 15px 0 0 0 !important;
        text-align: center !important;
    }
    .company-content {
        background: transparent;
        margin-bottom: 30px;
    }
    .quote {
        display: none;
    }
    .company-stage:nth-child(even) .company-stage__text-name {
        text-align: center;
    }
    .company-stage:nth-child(even) p.description {
        text-align: center;
    }
    .company-stage__text p.description {
        max-width: 100%;
    }
    .left-menu .sub-menu  li  a {
        text-align: center;
    }
    .recipes-chef {
        margin: 50px auto;
        max-width: 480px;
    }
    .recipes-chef img {
        width: 100%;
    }
    .mobile__description {
        width: 100%;
    }
    .recipe-week {
        margin: 50px auto;
        max-width: 480px;
        height:auto;
    }
    .recipe-week__image {
        height:auto;
    }
    .recipe-week__description {
        height: auto;
        padding: 20px;
    }
    .recipe-week:after {
        bottom: -75px;
    }
    .recipe-text__description {
        width: 100%;
        margin:0;
    }
    .recipe-block__text {
        width: 100% !important;
        transform: rotate(-180deg);
        padding-bottom: 10px;
    }
    .recipe-block__image {
        width: 100% !important;
        margin:10px 0;
        transform: rotate(-180deg);
    }
    .recipe-block {
        max-width: 480px;
        margin: 0 auto 35px;
        transform: rotate(-180deg);
    }
    .one-news {
        margin: 15px auto;
        max-width: 330px;
    }
    a.one-news_links {
        height: auto;
        margin-bottom: 15px;
    }
    .text-page__composition {
        background: url(../images/composition-left.png) left bottom no-repeat;
        background-color:#fff;
        padding: 20px 10px;
        margin: 15px 0 50px 0;
    }
    h1.text-page__caption {
        font-size: 2em;
    }
    .text-page-description {
        bottom: 25px;
    }
    .text-page-description p {
        font-size: 1em;
        margin: 0 0 10px 0;
    }
    .composition-value p.composition-caption {
        padding: 0;
    }
    .composition-value {
        margin-top:30px;
    }
    .energy-value {
        padding: 0;
        border: 0px;
    }
    .recipe-step__number {
        margin-bottom: 20px;
    }
    .recipe-step__number span {
        font-size: 1.8em;
    }
    .text-page__recipe {
        margin-bottom: 20px;
    }
    .text-page__composition:before {
        display:none;
    }
}
.page-lk {
    min-height: 280px;
    text-align: center;
}
.page-lk .container {
    position:relative;
}
.page-lk h1.caption {
    font-size: 4.6em;
    font-family: PoetsenOne-Regular;
    color:#7e6d63;
    line-height: 1.2;
    margin: 85px 0 0 0;
}
.page-lk a.shop {
    font-size: 1em;
    font-family: 'Matias';
    color:#fff8f8;
    padding:12px 15px;
    display:inline-block;
    position:absolute;
    top:0;
    width:100px;
    text-transform:uppercase;
    -webkit-box-shadow: inset 2px 0px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 0px 20px -5px rgba(0,0,0,0.75);
    box-shadow: inset 2px 0px 20px -5px rgba(0,0,0,0.75);
    background:#8ab73e;
}
.page-lk a.shop {
    left:0;
    border-radius:0 0 0 10px;
}
.page-lk a.shop.iam {
    border-radius:0 0 10px 0;
    left:100px;
}
.page-lk a.shop.active , .page-lk a.shop:hover  {
    background:#f59b00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration:none;
}
.page-lk__content {
    position:relative;
    margin: -75px 0 0 0;
}
.page-lk__content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width:128px;
    height: 174px;
    z-index: 10;
    background: url(../images/greenery.png) 0 0 no-repeat;
}
.page-lk__content:after {
    content:'';
    width:100%;
    display:table;
}
.page-lk__points {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 7px;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 50px 40px 60px;
    margin: 0 auto 70px;
    max-width: 1000px;
}
.page-lk__points:before {
    content: "";
    position: absolute;
    top: -45px;
    right: -45px;
    width: 107px;
    height: 108px;
    z-index: 25;
    transform: rotate(100deg);
    background: url(../images/spinach.png) center bottom no-repeat;
}
.page-lk__points:after {
    content:'';
    width:100%;
    display:table;
}
.page-lk__points p {
    font-size: 2.8em;
    font-family: 'Matias';
    color: #97bc2d;
    line-height: 1.2;
    margin:0 0 30px 0;
}
.page-lk__points p span.user-name {
    color:#7e6d63;
    display:block;
}
.points-summ p {
    font-size: 1.6em;
    color: #7e6d63;
    margin:0;
}
.points-summ p span.quantity {
    color: #c4468f;
    font-size: 1.8em;
    display: block;
}
.points-description p {
    font-size: 1.4em;
    color: #c5bab4;
    margin:0 0 15px 0;
}
.points-description {
    border-left: 1px dashed rgb(127, 110, 100);
    padding: 0px 0px 15px 30px;
}
.exchange img {
    display: inline-block;
    vertical-align: middle;
    margin-right:25px;
}
.exchange p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    color: #7e6d63;
    line-height: 1;
    margin:0;
    max-width: 70%
}
.exchange p span.number {
    font-size: 2em;
    color: #f59b00;
    display:block;
}
.refresh a.refresh-link {
    font-size: 1.6em;
    font-family: 'Matias';
    color: #8ab73e;
    padding: 8px 0 8px 60px;
    position: relative;
    display: inline-block;
    margin: 12px 0px;
}
.refresh a.refresh-link:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:44px;
    height:40px;
    background:url(../images/refresh.png) 0 0 no-repeat;
}
.refresh a.refresh-link:hover {
    text-decoration:none;
}
.page-lk__text {
    margin-bottom:50px;
    overflow: hidden;
}
.page-lk__text h2 {
    font-size: 2.1em;
    font-family: PoetsenOne-Regular;
    color: #97bc2d;
    margin:0 0 30px 0;
    padding:0;
}
.page-lk__text p {
    font-size: 1.25em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.6;
    margin:0 0 30px 0;
}
.page-lk__text ul {
    display:block;
    margin-bottom:30px;
    padding:0;
}
.page-lk__text ul li {
    display: block;
    font-size: 1.25em;
    font-family: 'Matias';
    color: #7e6d63;
    line-height: 1.6;
    position: relative;
    padding-left: 12px;
}
.page-lk__text ul li:before {
    content:'';
    background:#97bc2d;
    position:absolute;
    top:12px;
    left:0;
    width:5px;
    height:5px;
    border-radius:50%;
}
.page-lk__text table {
    width:100%;
    margin-bottom:30px;
}
.page-lk__text table td {
    padding:20px 25px;
    font-size: 1.25em;
    font-family: 'Matias';
    color: #7e6d63;
    border:1px solid #7e6d63;
}
.page-lk__text table td:nth-of-type(1) {
    width: 70px;
    border-left: 0px;
    padding: 0;
    text-align: center
}
.page-lk__text table.bgu-table td {
    text-align: right;
}
.page-lk__text table.bgu-table td:nth-of-type(1) {
    width: auto;
    text-align: left;
}
.page-lk__text table td:nth-of-type(2) {
    border-right: 0px;
}
.page-lk__text table td:nth-of-type(3) {
    border-left: 0px;
    border-right: 0px;
    padding:20px 0px;
    text-align: right;
    font-size: 2em;
    color: #f69d0f;
    text-transform: uppercase;
}
.page-lk__text table.bgu-table td:nth-of-type(3) {
    border: 1px solid #7e6d63;
    padding: 20px 25px;
    font-size: 1.25em;
    color: inherit;
    text-transform: inherit;
}
.page-lk__text table.bgu-table tr:nth-of-type(1) td {
    border: none;
    color: #8ab73e;
}
.page-form__bg {
    width: 100%;
    min-height: 100vh;
    background: url(../images/bd-body.jpg) top center;
    background-size: cover;
    display: table;
    text-align: center;
}
.page-form {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.form-block {
    max-width:320px;
    margin:0 auto;
    background:#fff;
    padding:50px 30px;
    box-shadow: 0px 10px 30px 0px rgba(85, 85, 85, 0.3);
    border-radius: 4px;
    overflow:hidden;
}
.form-block h1 {
    font-size: 2.8em;
    font-family: 'Matias';
    color: #7e6d63;
    margin:0 0 15px;
    padding:0;
    line-height: 0.9;
}
.form-block p.caption, .form-block p.caption-bottom{
    font-size: 1.1em;
    font-family: 'Matias';
    color: #7e6d63;
    margin:0 0 30px;
    text-transform:uppercase;
}
.form-block p.caption.active, .form-block p.caption-bottom.active {
    color:#97bc2d;
}
.form-block p.caption.error {
    color:#c4040b;
}
.form-block__button {
    font-size: 1.1em;
    font-family: 'Matias';
    background: #fff;
    border-radius:5px;
    border: none;
    position: relative;
    overflow: hidden;
    display: block;
    margin:0;
    box-shadow: 0px 3px 7px 0px rgba(104, 15, 67, 0.26);
    outline:none;
}
.form-block .btn {
    display: block;
    width: 100%;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    background: #c4468f;
    color: #fff;
    margin: 0;
}
.form-block .btn:before {
    display: block;
    position: absolute;
    left: 15px;
    right: -10px;
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
    background: #fff;
    transition: left 400ms ease;
    color: #c4468f;
}
.form-block .btn-text {
    position: relative;
    z-index: 2;
    color: #c4468f;
}
.form-block__button:hover .btn-text {
    color: #fff !important;
}
.form-block .btn:hover:before {
    left: 120%;
}
.form-block .form-control {
    color: #7e6d63;
    background: #fff;
    font-family: 'Matias';
    font-size: 1.1em;
    padding: 8px 15px 10px;
    border:1px solid #afafaf;
    border-radius:5px;
    -moz-appearance: none;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: -1.5px 2.6px 7px 0px rgba(85, 85, 85, 0.3);
    transition:all 400ms aese;
}
::-webkit-input-placeholder {
    color:#afafaf;
}
::-moz-placeholder          {
    color:#afafaf;
}/* Firefox 19+ */
:-moz-placeholder           {
    color:#afafaf;
}/* Firefox 18- */
:-ms-input-placeholder      {
    color:#afafaf;
}
.form-block .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: -1.5px 2.6px 7px 0px rgba(85, 85, 85, 0.5);
    box-shadow: -1.5px 2.6px 7px 0px rgba(85, 85, 85, 0.5);
}
.page-form__act a {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #afafaf;
}
.page-form__act span {
    font-family: 'Matias';
    color: #afafaf;
    padding: 0 10px;
    font-size: 18px
}
.page-form__act {
    text-align: center;
    margin: 25px 0 0
}
.page-form__act a:hover {
    color: #97bc2d;
    text-decoration: none;
}

.chek {
    width:100%;
    margin: 15px 0;
    overflow:hidden;
}
.chek input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.chek input[type="checkbox"] + label {
    background: url(../images/square.png) 0px 5px no-repeat;
    padding: 7px 0px 7px 35px;
    font-family: 'Matias';
    font-weight: normal;
    margin: 0;
    letter-spacing: 0px;
    font-size: 1em;
    color: #afafaf;
}
.chek input[type="checkbox"] + label a {
    color: #97bc2d;
}
.chek input[type="checkbox"]:checked + label {
    background: url(../images/square_active.png) 0px 5px no-repeat;
}
.page_entrance.check {
    padding: 40px 45px;
}
.chek p {
    margin: 0;
    text-align: left;
}
.form-block .restore {
    margin:0 -30px 30px;
}
.form-block .restore p {
    font-size: 1.1em;
    font-family: 'Matias';
    color: #97bc2d;
    margin: 0px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline:none;
}
.page-lk__application {
    padding: 15px 0;
    background: #97bc2d;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.application_block {
    max-width:1000px;
    margin:0 auto;
}
.application_block p {
    font-size: 1.8em;
    font-family: 'Matias';
    color: #fff;
    margin:0;
}
a.application-link {
    display:inline-block;
    vertical-align:middle;
    margin:12px 20px 0 0;
}
.close-application {
    background: url(../images/close.png) center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor:pointer;
}

@media only screen and (max-width: 1199px) {
    .page-lk__content:before {
        display:none;
    }
    .page-lk__points {
        max-width: 850px;
    }
    .page-lk h1.caption {
        font-size: 4em;
    }
    .page-lk__text h2 {
        font-size: 2em;
    }
    .application_block p {
        font-size: 1.6em;
    }
    a.application-link {
        margin: 7px 20px 0 0;
    }
    .close-application {
        top: 17px;
        right: 17px;
    }
}

@media only screen and (max-width:991px) {
    .refresh a.refresh-link {
        margin: 30px 0px 0 15px;
    }
    .page-lk__text h2 {
        margin: 15px 0 30px 0;
    }
    .page-lk__points {
        padding: 50px 40px 50px;
        margin: 0 auto 50px;
    }
    .application_block p {
        font-size: 1.4em;
    }
    a.application-link {
        margin: 16px 16px 0 0;
    }
    .close-application {
        top: 27px;
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .page-lk {
        min-height: 180px;
    }
    .page-lk__points:before {
        display:none;
    }
    .page-lk__points p {
        font-size: 2em;
    }
    .page-lk__content {
        margin: 0;
    }
    .page-lk h1.caption {
        font-size: 3em;
    }
    .page-lk a.shop {
        left: 15px;
    }
    .page-lk a.shop.iam {
        left: 115px;
    }
    .page-lk__points {
        padding: 20px;
        margin: 0 auto 30px;
    }
    .points-summ p {
        font-size: 1.6em;
    }
    .points-description {
        border-top: 1px dashed rgb(127, 110, 100);
        border-left: 0pc;
        padding: 10px 0px 15px 0px;
    }
    .points-description p {
        font-size: 1.4em;
    }
    .exchange img {
        margin-right: 15px;
    }
    .page-lk__text h2 {
        font-size: 1.8em;
    }
    .page-lk__text table td {
        display: block !important;
        width: 100% !important;
        border: 0px !important;
        text-align: center !important;
        padding: 10px 0 5px !important;
    }
    .page-lk__text table tr {
        border: 1px solid #7e6d63;
    }
    .form-block {
        padding: 30px 15px;
    }
    .page-form {
        padding: 15px 0;
    }
    .form-block .restore {
        margin: 0 -5px 30px;
    }
    .close-application {
        top: 0px;
        right: 0px;
    }
    .application_block p {
        width: 90%;
    }
    a.application-link {
        margin: 15px 5px 0 0;
    }
}
.confidential-link {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #8ab73e;
}
.confidential-link:hover {
    color: #8ab73e;
}
.profile-logout {
    font-family: 'Matias';
    color: #8ab73e;
    font-size: 1.3em;
}
.profile-logout:hover {
    color: #8ab73e;
}
.js-filter-search {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-family: 'Matias';
    color: #7e6d63;
    border: none;
    padding: 5px 15px;
    font-size: 1.25em;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 25px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.page-lk__text.page-bgu__text {
    min-height: 800px;
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
}
.mobile-table-title {
    display: none;
}
@media only screen and (max-width: 767px) {
    .js-filter-search {
        border: 3px solid #8ab73e;
    }
    .page-lk__text table.bgu-table tr:nth-of-type(1) {
        display: none;
    }
    .mobile-table-title {
        display: inline;
        color: #8ab73e;
    }
}