.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

*,
.slick-list {
    margin: 0;
    padding: 0
}

.banner,
.navigation {
    -webkit-box-align: center
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.banner__button,
.menu--mobile__item,
.menu__link {
    text-transform: uppercase
}

.banner__header,
.banner__text-content,
.navigation,
.offer__products {
    font-family: Open Sans, sans-serif
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.career__button:hover,
.gallery__figure:hover,
.groceries__input--submit:hover,
.m-contact__button:hover {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.navigation__burger {
    display: none;
    color: #fff;
    background: rgba(85, 122, 36, .6);
    border-radius: 3px;
    font-size: 1.6em;
    z-index: 2;
    position: fixed;
    right: 20px
}

.navigation__cover {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .75)
}

.banner,
.logo__link {
    background-repeat: no-repeat;
    background-position: 50%
}

.logo__link {
    float: left;
    height: 80px;
    width: 200px;
    font-size: 0;
    background-image: url(../img/logo.png);
    background-size: contain;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.menu__item {
    display: inline-block;
    font-size: .9em
}

.menu--mobile__item,
.menu__icon {
    font-size: 1.6em;
    text-align: center
}

.menu__item:nth-child(2n) {
    margin: 0 20px
}

.menu__icon {
    display: block
}

.menu__link {
    color: #fff;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.menu__link--active,
.menu__link:hover {
    color: #ffe63b
}

.menu--mobile__item {
    white-space: nowrap
}

.menu--mobile__item:nth-child(2n) {
    margin: 15px 0
}

.menu--mobile__link {
    color: #fff;
    position: relative
}

.menu--mobile__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe63b;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.menu--mobile__link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (max-width:768px) {
    .navigation {
        padding: 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navigation__burger {
        display: block
    }

    .menu {
        display: none
    }

    .menu--mobile {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .logo__link {
        width: 180px
    }
}

.gallery-cover__button--left,
.partners__buttons {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

@media (min-width:768px) {
    .cover {
        display: none
    }
}

.banner,
.offer__products {
    display: -webkit-box;
    display: -ms-flexbox
}

.banner {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15%;
    min-height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/banner.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/banner.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/banner.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/banner.jpg);
    background-size: cover;
    z-index: -1
}

.banner__news-sheet {
    max-width: 300px;
    width: 100%;
    height: auto
}

.banner__image {
    width: 100%
}

.banner__text-content {
    color: #fff;
    text-align: center
}

.banner__offer {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 30px
}

.banner__button {
    font-weight: 700;
    color: #232323;
    padding: 10px 25px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffe7b), to(#f9b402));
    background: -webkit-linear-gradient(#fffe7b, #f9b402);
    background: -o-linear-gradient(#fffe7b, #f9b402);
    background: linear-gradient(#fffe7b, #f9b402);
    -webkit-box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .35);
    box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .35);
    -webkit-transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease
}

.banner__button:hover {
    -webkit-box-shadow: inset 125px 0 0 0 hsla(0, 0%, 100%, .35);
    box-shadow: inset 125px 0 0 0 hsla(0, 0%, 100%, .35)
}

@media (max-width:768px) {
    .banner {
        min-height: 100vh
    }

    .banner__news-sheet {
        display: none
    }

    .banner__header {
        letter-spacing: 0;
        font-size: 2.1em
    }

    .banner__offer {
        font-size: 1.3em
    }
}

.banner__header,
.partners__header {
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (max-width:1200px) {
    .banner {
        padding: 10px
    }
}

.banner--subpage {
    min-height: 300px;
    
    background-position: bottom;
}

.banner__header {
    margin: 0;
    font-size: 2.3em;
    color: #fff;
    text-align: center
}

.banner__header--subpage {
    text-shadow: 5px 2px 2px rgba(0, 0, 0, .5)
}

.offer__products {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.offer__products .product {
    width: 500px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 35px;
    background: #fff;
    border: 3px solid #557a24;
    border-radius: 20px;
    margin: 5px 10px;
    -webkit-box-shadow: 0 7px 10px 0 rgba(85, 122, 36, .4);
    box-shadow: 0 7px 10px 0 rgba(85, 122, 36, .4)
}

.offer__products .product__promotion,
.partners__button {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.offer__products .product__left {
    max-width: 150px
}

.about-partners__image,
.groceries__image,
.partners__image {
    max-width: 90%;
    max-height: 90%;
    top: 50%
}

.offer__products .product__image {
    min-width: 90px;
    width: 100%
}

.offer__products .product__right {
    margin-left: 20px
}

.offer__products .product__promotion {
    width: 250px;
    height: 115px;
    background-image: url(../img/promotion_yellow.png);
    margin: 0 auto 5px;
    line-height: 115px;
    text-align: center;
    font-size: 2.3em;
    font-weight: 800;
    color: #dd1f26
}

.offer__superlatives .row,
.partners__header {
    color: #557a24;
    font-family: Open Sans, sans-serif
}

.offer__products .product .info {
    text-transform: uppercase
}

.offer__products .product .info__name {
    font-weight: 700;
    margin-bottom: 5px
}

.offer__products .product .info__value {
    font-weight: 700
}

.offer__products .product .info--block {
    display: block
}

.offer__superlatives {
    margin: 60px 0
}

.offer__superlatives .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.offer__superlatives .row__item {
    width: 20%;
    text-align: center;
    margin: 0 15px
}

.offer__superlatives .row__icon {
    font-size: 2em;
    border: 2px solid;
    padding: 5px;
    border-radius: 50%
}

.offer__superlatives .row__header {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase
}

.offer__superlatives .row__description {
    text-align: justify
}

.offer__superlatives .row--margin-top {
    margin-top: 25px
}

@media (max-width:1200px) {
    .offer__superlatives {
        margin: 40px 0 60px
    }
}

@media (max-width:768px) {
    .offer {
        padding: 0 5px
    }

    .offer__products {
        margin: 0
    }

    .offer .product {
        padding: 5px 0
    }

    .offer .product__promotion {
        width: 200px;
        height: 100px;
        margin-bottom: 0;
        line-height: 100px;
        font-size: 2em
    }

    .offer .product__right {
        margin-left: 5px
    }

    .offer .product .info--block {
        font-size: .9em
    }

    .offer__superlatives .row__item {
        width: 100%
    }

    .offer__superlatives .row__item:nth-child(2) {
        margin: 15px 0
    }
}

.partners__header {
    margin: 45px 0 30px;
    font-size: 1.5em;
    text-align: center
}

.partners__wrapper {
    position: relative;
    width: 65%;
    margin: 0 auto 40px
}

.partners__wrapper--wide {
    width: 85%
}

.partners__buttons {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%)
}

.partners__button {
    display: block;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none
}

.contact__header,
.realization__header,
.site-map__header {
    font-size: 1.1em;
    text-transform: uppercase
}

.partners__button--prev {
    background-image: url(../img/btn_prev.png);
    margin-bottom: 5px
}

.partners__button--next {
    background-image: url(../img/btn_next.png)
}

.partners__item {
    height: 120px;
    position: relative
}

.partners__image {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1200px) {
    .partners__wrapper {
        width: 80%
    }
}

@media (max-width:768px) {
    .partners__header {
        margin: 25px 0 15px
    }

    .partners__wrapper {
        width: 75%
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 65px 0 105px;
    font-family: Open Sans, sans-serif;
    color: #333;
    background: #eaeaea
}

.blocks__bottom,
.blocks__item,
.blocks__left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #eaeaea
}

.site-map {
    margin: 0 10%
}

.site-map__header {
    margin-bottom: 15px
}

.site-map__item:nth-child(2n) {
    margin: 6px 0
}

.site-map__link {
    color: #333;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.site-map__link:hover {
    color: #557a24
}

.contact__header {
    margin-bottom: 15px
}

.contact__item--margin {
    margin: 15px 0
}

.contact__phone {
    color: #333
}

.realization__header {
    margin-bottom: 15px;
    text-align: center
}

.realization__link {
    display: block
}

.realization__image {
    width: 85%;
    display: block;
    margin: 0 auto
}

@media (max-width:992px) {
    .footer {
        padding: 30px 10px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .site-map {
        margin: 0
    }
}

@media (max-width:768px) {
    .site-map {
        display: none
    }
}

@media (max-width:476px) {
    .realization {
        display: none
    }
}

.about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 70px 0 40px
}

.about-info__text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 350px;
    flex: 1 1 350px;
    font-family: Open Sans, sans-serif
}

.about-info__header {
    color: #557a24;
    font-size: 1.55em;
    margin-bottom: 5px
}

.about-info__text {
    color: #333;
    text-align: justify;
    line-height: 1.6
}

.about-partners__header,
.shops__header {
    color: #557a24;
    text-transform: uppercase
}

.about-info__figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 450px;
    flex: 1 1 450px
}

.about-info__image {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4)
}

@media (max-width:768px) {
    .about-info {
        margin: 20px 0
    }

    .about-info__image {
        width: 100%;
        margin-top: 10px
    }
}

.shops {
    font-family: Open Sans, sans-serif
}

.shops__header {
    font-size: 1.6em;
    margin-top: 40px;
    text-align: center
}

.shops__map {
    background-color: #eaeaea;
    width: 100%;
    height: 300px;
    margin: 20px 0 30px
}

.shops__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shops__item:nth-child(2n) {
    margin: 0 5px
}

.shop {
    font-size: .9em
}

.shop__data:first-child {
    margin-bottom: 10px
}

@media (max-width:768px) {
    .shops__header {
        margin-top: 30px
    }

    .shops__map {
        margin: 20px 0
    }

    .shops__list {
        display: block;
        margin-bottom: 40px
    }

    .shops__item {
        padding: 5px 0;
        width: 100%;
        text-align: center
    }

    .shops__item:nth-child(2n) {
        border-top: 2px dashed #eaeaea;
        border-bottom: 2px dashed #eaeaea
    }
}

.about-partners {
    font-family: Open Sans, sans-serif;
    margin: 40px 0
}

.about-partners__header {
    margin-top: 40px;
    font-size: 1.6em;
    text-align: center
}

.about-partners__list {
    width: 85%;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-partners__item {
    width: 150px;
    height: 150px;
    position: relative
}

.about-partners__image {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:768px) {
    .about-partners {
        margin-top: 30px 0
    }

    .about-partners__list {
        width: 100%
    }
}

@media (max-width:478px) {
    .about-partners {
        display: none
    }
}

.blocks {
    width: 80%;
    margin: 30px auto 0;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.blocks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 450px
}

.blocks__left {
    width: 60%;
    margin-right: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url(../img/oferta1.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta1.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta1.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta1.jpg);
    -webkit-box-shadow: inset 0 -80px 50px -50px rgba(0, 0, 0, .6);
    box-shadow: inset 0 -80px 50px -50px rgba(0, 0, 0, .6);
    font-size: 2.1em
}

.blocks__left,
.blocks__right {
    position: relative;
    height: 100%
}

.blocks__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 40%
}

.blocks__item {
    position: relative;
    width: 100%;
    height: 48.5%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url(../img/oferta2.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta2.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta2.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta2.jpg);
    -webkit-box-shadow: inset 0 -80px 50px -50px rgba(0, 0, 0, .6);
    box-shadow: inset 0 -80px 50px -50px rgba(0, 0, 0, .6);
    font-size: 1.5em
}

.blocks__item--contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url(../img/oferta3.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta3.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta3.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/oferta3.jpg)
}

.blocks__bottom {
    display: table;
    height: 120px;
    width: 100%;
    margin-top: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url(../img/oferta4.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/oferta4.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/oferta4.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/oferta4.jpg);
    padding: 0 15%
}

.blocks__header {
    color: #fff;
    font-size: 1.6em;
    display: table-cell;
    vertical-align: middle
}

.blocks__link {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff
}

.blocks__link:hover>.blocks__arrow {
    color: #ffe63b
}

.blocks__arrow {
    padding: 5px;
    margin-left: 10px;
    font-size: 1em;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

@media (max-width:768px) {
    .blocks {
        margin-top: 15px
    }

    .blocks__container {
        height: 600px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blocks__left {
        height: 33%;
        width: 100%;
        margin: 0;
        font-size: 1.4em
    }

    .blocks__right {
        height: 67%;
        width: 100%
    }

    .blocks__item {
        margin: 10px 0;
        font-size: 1.4em
    }

    .blocks__item--contact {
        margin: 0
    }

    .blocks__bottom {
        display: none
    }
}

.groceries__buttons,
.groceries__list {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (max-width:1200px) {
    .blocks {
        width: 100%
    }

    .blocks__left {
        font-size: 1.5em
    }

    .blocks__header,
    .blocks__item {
        font-size: 1.4em
    }
}

.groceries {
    margin-top: 60px;
    font-family: Open Sans, sans-serif
}

.groceries__header {
    color: #557a24;
    text-align: center;
    text-transform: uppercase
}

.groceries__list {
    margin: 30px auto;
    width: 60%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.groceries__item {
    display: inline-block
}

.groceries__figure {
    position: relative;
    height: 120px;
    margin-bottom: 5px
}

.groceries__image {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.groceries__type {
    display: block;
    color: #333;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center
}

.groceries__content {
    margin-top: 40px
}

.groceries__left {
    width: 40%;
    float: left
}

.groceries__right {
    width: calc(60% - 10px);
    float: left;
    margin-bottom: 4em
}

.groceries__subheader {
    color: #557a24;
    font-size: 1.5em;
    text-align: center
}

.groceries__contact-us,
.groceries__date,
.groceries__input {
    display: block;
    color: #333;
    font-weight: 700
}

.groceries__subheader--uppercase {
    text-transform: uppercase
}

.groceries__date {
    font-size: .9em;
    text-align: center;
    margin-bottom: 15px
}

.groceries__form {
    margin: 40px auto 0;
    width: 80%
}

.groceries__contact-us {
    margin-bottom: 30px;
    text-align: center
}

.groceries__input {
    width: 100%;
    background-color: #eaeaea;
    border: none;
    border-radius: 25px;
    padding: 15px;
    font-family: Open Sans, sans-serif;
    resize: none
}

.groceries__input--submit {
    background-color: #557a24;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    font-size: 1em;
    float: right
}

.groceries__input::-webkit-input-placeholder {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    color: #737373
}

.groceries__input:-ms-input-placeholder {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    color: #737373
}

.groceries__input::placeholder {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    color: #737373
}

.groceries__input:nth-child(2n) {
    margin: 5px 0
}

.groceries__buttons {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.career__form,
.groceries .product {
    display: -webkit-box;
    display: -ms-flexbox
}

.groceries__button {
    background: 0 0;
    border: none
}

.groceries__icon {
    color: #557a24;
    font-size: 2.8em
}

.groceries .product {
    width: 400px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.groceries .product:nth-child(2n) {
    margin: 30px auto
}

.groceries .product__left {
    max-width: 150px;
    margin-right: 20px
}

.groceries .product__image {
    width: 80%
}

.groceries .product__promotion {
    width: 250px;
    height: 115px;
    background-image: url(../img/promotion_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-bottom: 5px;
    line-height: 115px;
    text-align: center;
    font-size: 2.3em;
    font-weight: 800;
    color: #dd1f26
}

.groceries .product .info {
    text-transform: uppercase
}

.groceries .product .info__name {
    font-weight: 700;
    margin-bottom: 5px
}

.groceries .product .info__value {
    font-weight: 700
}

.groceries .product .info--block {
    display: block
}

.newsletter__figure {
    width: 85%;
    margin: 0 auto
}

.newsletter__image {
    display: block;
    width: 100%
}

.newsletter__buttons {
    height: 42px
}

.newsletter__button {
    display: block;
    width: 50%;
    float: left;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0
}

.newsletter__button--view {
    background: #eaeaea;
    color: #557a24
}

.newsletter__button--download {
    background: #557a24;
    color: #fff
}

.newsletter__previous {
    clear: left;
    display: block;
    margin-top: 10px;
    color: #2e8b57;
    font-weight: 700;
    font-style: italic;
    text-align: center
}

@media (max-width:1200px) {
    .groceries__list {
        width: 75%
    }

    .groceries__form,
    .newsletter__figure {
        width: 100%
    }
}

@media (max-width:768px) {
    .groceries {
        margin-top: 20px
    }

    .groceries__content {
        margin-top: 0
    }

    .groceries__list {
        margin: 10px 0;
        width: 100%
    }

    .groceries__item {
        width: 100%
    }

    .groceries__left {
        width: 100%;
        margin-right: 0
    }

    .groceries__right {
        display: none;
        clear: left
    }

    .groceries__contact-us {
        margin-bottom: 10px
    }

    .groceries__form {
        width: 75%;
        margin-top: 15px
    }

    .groceries__input--submit {
        width: 60%;
        margin-bottom: 25px !important
    }

    .groceries .newsletter {
        display: none
    }
}

@media (max-width:476px) {
    .groceries__form {
        width: 90%
    }

    .groceries .newsletter__figure {
        width: 100%
    }
}

.career__content {
    display: table;
    margin: 70px 0 50px
}

.career__left,
.career__right {
    display: table-cell;
    vertical-align: middle
}

.career__left {
    width: 52%;
    font-family: Open Sans, sans-serif
}

.career__header {
    margin-bottom: 5px;
    font-size: 1.6em;
    font-weight: 700;
    color: #557a24
}

.career__header--thin {
    font-weight: 400
}

.career__info {
    color: #333;
    line-height: 1.8
}

.career__list {
    margin-top: 15px
}

.career__item {
    color: #333
}

.career__item:nth-child(2n) {
    margin: 10px 0
}

.career__item:before {
    margin-right: 10px;
    font-family: Icons;
    content: "\E80E";
    color: #557a24
}

.career__button,
.career__header-section,
.career__input,
.career__span {
    font-family: Open Sans, sans-serif
}

.career__right {
    width: 48%
}

.career__image {
    width: 95%;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4)
}

@media (max-width:768px) {
    .career__header--thin {
        display: none
    }

    .career__content {
        margin: 20px 0;
        display: block
    }

    .career__left,
    .career__right {
        display: block;
        width: 100%
    }

    .career__image {
        width: 100%
    }
}

.career__contact {
    margin-bottom: 70px
}

.career__header-section {
    margin: 60px 0 40px;
    font-size: .9em;
    text-align: center
}

.career__form {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto
}

.career__bottom,
.career__form-left {
    display: -webkit-box;
    display: -ms-flexbox
}

.career__form-left {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 25px);
    margin-right: 25px
}

.career__form-right {
    width: 50%
}

.career__input {
    display: block;
    width: 100%;
    background-color: #eaeaea;
    border: none;
    border-radius: 25px;
    padding: 15px 25px;
    font-weight: 700;
    color: #333
}

.career__input:nth-child(2) {
    margin: 5px 0
}

.career__input--textarea {
    height: 170px;
    resize: none
}

.career__bottom {
    margin-top: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.career__buttons,
.m-contact__details {
    display: -webkit-box;
    display: -ms-flexbox
}

.career__buttons {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%;
    margin-left: 25px
}

.career__button {
    padding: 10px 0;
    border-radius: 25px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    width: 49%
}

.career__button--upload {
    text-align: center;
    border: 2px solid #557a24;
    background-color: #fff;
    color: #557a24
}

.career__button--hidden {
    display: none
}

.career__button--apply {
    background-color: #557a24;
    color: #fff
}

.career__span {
    font-weight: 700;
    font-size: .9em;
    color: #737373
}

@media (max-width:1200px) {
    .career__form {
        width: 90%
    }
}

@media (max-width:768px) {
    .career__contact {
        margin-bottom: 40px
    }

    .career__header-section {
        margin: 20px 0
    }

    .career__form {
        display: block;
        width: 90%
    }

    .career__form-left,
    .career__form-right {
        display: block;
        width: 100%
    }

    .career__bottom,
    .career__input--textarea {
        margin-top: 5px
    }

    .career__buttons {
        width: 100%;
        margin: 0
    }

    .career__button--apply {
        width: 100%
    }

    .career__button--upload,
    .career__span {
        display: none
    }
}

.m-contact__details,
.m-contact__list {
    margin: 40px 0;
    font-family: Open Sans, sans-serif
}

.m-contact__details {
    text-align: center;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-contact__detail {
    font-size: 1.5em
}

.m-contact__icon {
    font-size: .9em;
    background-color: #557a24;
    color: #fff;
    border-radius: 5px;
    padding-bottom: 2px
}

.m-contact__link {
    font-weight: 700;
    color: #000;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.m-contact__link:hover {
    color: #557a24
}

@media (max-width:768px) {
    .m-contact__detail {
        font-size: 1.2em
    }
}

.m-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.adress__header {
    font-size: 1.6em;
    color: #557a24
}

.adress:nth-child(2n) {
    margin: 0 5px
}

.adress__item {
    color: #333
}

.adress__item:nth-child(2) {
    margin: 10px 0
}

@media (max-width:768px) {
    .m-contact__list {
        margin: 20px 0;
        width: 95%;
        display: block;
        text-align: center
    }

    .adress {
        padding: 10px 0
    }

    .adress:nth-child(2n) {
        border-top: 2px dashed #eaeaea;
        border-bottom: 2px dashed #eaeaea
    }
}

.m-contact__form {
    margin-bottom: 50px
}

.m-contact__header {
    margin: 40px 0 25px;
    font-family: Open Sans, sans-serif;
    font-size: 1.5em;
    color: #557a24;
    text-align: center
}

.m-contact__button {
    padding: 15px 0;
    border-radius: 25px;
    font-family: Open Sans, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    width: 30%;
    background-color: #557a24;
    color: #fff;
    margin: 10px auto 0
}

.m-contact__map {
    width: 100%;
    height: 320px;
    background-color: #eaeaea
}

@media (max-width:768px) {
    .m-contact__form {
        margin-bottom: 20px
    }

    .m-contact__header {
        margin: 20px 0
    }

    .m-contact__button {
        margin-top: 5px;
        width: 100%
    }

    .m-contact__map {
        height: 300px
    }
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0
}

.gallery__figure {
    position: relative;
    width: 350px;
    height: 230px;
    margin: 5px;
    background-color: #eaeaea;
    overflow: hidden
}

.gallery__figure:hover>.gallery__image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.gallery__image {
    width: 100%;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-cover {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 2
}

.gallery-cover__button {
    font-size: 2.5em;
    color: #fff;
    text-decoration: none;
    line-height: 0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.gallery-cover__button:hover {
    color: #ffe63b
}

.gallery-cover__button--left {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.gallery-cover__button--right {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery-cover__button--close {
    position: absolute;
    top: 35px;
    right: 20px
}

.gallery-cover__figure {
    width: 50%;
    position: relative
}

.gallery-cover__figure,
.gallery-cover__image {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-cover__image {
    border: 5px solid #fff;
    width: 100%;
    position: absolute
}

@media (max-width:768px) {
    .gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 40px
    }

    .gallery-cover__figure {
        width: 65%
    }

    .gallery-cover__button {
        font-size: 1.5em
    }

    .gallery-cover__button--close {
        font-size: 2em
    }
}

.shadow {
    clear: left;
    width: 60%;
    height: 50px;
    margin: 0 auto -50px;
    border: none;
    -webkit-box-shadow: 0 -17px 20px -20px rgba(0, 0, 0, .15);
    box-shadow: 0 -17px 20px -20px rgba(0, 0, 0, .15)
}

.shadow--wide {
    width: 75%
}

.main--thiner {
    width: 75%;
    margin: 0 auto
}

@media (max-width:1200px) {
    .main--thiner {
        width: 90%
    }
}

@media (max-width:768px) {
    .shadow {
        width: 80%
    }

    .shadow--wide {
        margin-top: 40px
    }
}

`
