@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
/*common*/
body, input, button, textarea {
    font-family: 'SourceHanSansCN', sans-serif;
    font-weight: 400;
}
input, button, textarea {
    border: none;
    outline: none;
}
button {
    cursor: pointer;
}
.content {
    max-width: 708px;
    padding: 0 20px;
    margin: 0 auto;
}
.spacer {
    text-align: justify;
    font-size: 0.1px;
}
.spacer > * {
    display: inline-block;
    vertical-align: middle;
}
.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.page-wrap {
    max-width: 767px;
    margin: 0 auto;
    overflow: hidden;
}
.hidden {
    display: none;
}
.br {
    display: block;
}
/*common*/

/*header*/
.main {
    position: relative;
}
.header {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 2;
    padding: 31px 0 24px;
    background: rgba(255, 255, 255, 0.5);
}
.header .content {
    position: relative;
    z-index: 4;
}
.logo {
    background: url('../images/logo.png') no-repeat;
    width: 121px;
    height: 76px;
}
h1 {
    font-size: 36px;
    line-height: 1;
    color: #2F2D5E;
    font-weight: 700;
    text-align: right;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    left: -27px;
    top: 6px;
}
h1 small {
    font-size: 18px;
    line-height: 27px;
    display: block;
    font-weight: 400;
    color: #000000;
}
.menu__btn {
    height: 22px;
    width: 51px;
    border-top: 4px solid #2F2D5E;
    border-bottom: 4px solid #2F2D5E;
    position: relative;
    cursor: pointer;
}
.menu__btn:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2F2D5E;
}

.menu {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: right;
    padding-top: 192px;
    padding-bottom: 120px;
    display: none;
}
.menu__item {
    margin-bottom: 22px;
}
.menu__item:last-child {
    margin-bottom: 0;
}
.menu__link {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #2F2D5E;
    display: block;
    text-decoration: none;
}
.menu__link i {
    position: relative;
}
.menu__link:hover i:after {
    content: '';
    position: absolute;
    left: 0; bottom: -4px;
    width: 100%;
    height: 1px;
    background: #2F2D5E;
}
/*end header*/

/*main__slider*/
.main__slide {
    height: 653px;
    position: relative;
}
.main__slide-bg_1 {
    background-image: url('../images/main-slider/slide-1.jpg');
}
.main__slide-bg_2 {
    background-image: url('../images/main-slider/slide-2.jpg');
}
.main__slide-bg_3 {
    background-image: url('../images/main-slider/slide-3.jpg');
}
.main__slide-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}
.main__slide-right {
    position: absolute;
    top: 314px;
    right: 0;
    width: 344px;
    padding: 47px 30px 57px 52px;
    box-sizing: border-box;
    background: #2F2D5E;
}
.main__slide .icon,
.main__slide-title {
    display: inline-block;
    vertical-align: middle;
}
.main__slide-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #FFFFFF;
}
.main__slide .icon {
    margin-right: 13px;
}
.icon-main-1 {
    width: 42px;
    height: 68px;
    position: relative;
    top: -5px;
}
.main__slide-desc {
    margin-top: -8px;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
.main__control {
    text-align: center;
    font-size: 0;
    margin-top: 32px;
}
.main__control-link {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 21px;
    background: #FFFFFF;
    border: 1px solid #2F2D5E;
    box-sizing: border-box;
}
.main__control-link.active,
.main__control-link:hover {
    background: #2F2D5E;
}
.main__control-link:last-child {
    margin-right: 0;
}
.icon-main-2 {
    background: url('../images/icon-main-2.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 40px;
    height: 40px;
}
.main__slide_2 .main__slide-right {
    padding-bottom: 41px;
}
.icon-main-3 {
    width: 46px;
    height: 34px;
}
.main__slide_3 .main__slide-right {
    padding-bottom: 66px;
}
/*end main__slider*/

/*shops*/
.shops {
    padding-top: 131px;
}
.shops__title {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    color: #2F2D5E;
}
.shops__map-wr {
    margin-top: 26px;
    font-size: 0;
    position: relative;
}
.ymaps-2-1-74-search {
    opacity: 0 !important;
}
.shops__select {
    z-index: 5;
    position: absolute;
    top: 10px;
    left: 0;
    height: 49px;
    padding-left: 33px;
    width: 225px;
    box-sizing: border-box;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.shops__select-item,
.shops__select-selected {
    font-size: 18px;
    line-height: 49px;
    color: #000000;
}
.shops__select-item {
    line-height: 38px;
    margin-bottom: 6px;
}
.shops__select-item:last-child {
    margin-bottom: 0;
}
.shops__select-btn {
    position: absolute;
    top: 0; right: 0;
    background: #ECB144;
    width: 49px;
    height: 49px;
}
.icon-arrow-down {
    width: 14px;
    height: 12px;
}
#map {
    height: 573px;
}
.shops__select-list {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 10px;
}
.shops__select.open .shops__select-list {
    display: block;
}
.shops__select-item {
    padding-left: 33px;
}
/*end shops*/

/*footer*/
.footer {
    background: #2F2D5E;
    padding-top: 115px;
    padding-bottom: 108px;
}
.contacts {
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    left: -28px;
}
.contacts a {
    color: #ffffff;
    text-decoration: none;
}
.icon-inst {
    width: 42px;
    height: 42px;
}
.icon-vk {
    width: 50px;
    height: 30px;
}
.icon-fb {
    width: 42px;
    height: 42px;
}
.social__link {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-decoration: none;
}
.social__link .icon {
    fill: #ffffff;
}
.social__link {
    margin-right: 38px;
}
.social__link:nth-child(2) {
    margin-right: 46px;
}
.social__link:last-child {
    margin-right: 0;
}
/*end footer*/

/*advantages*/
.advantages {
    padding-top: 100px;
}
.advantage {
    margin-bottom: 61px;
}
.advantage__icon-wrap {
    height: 87px;
    position: relative;
}
.advantage__icon-wrap .icon {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
}
.icon-adv-1 {
    width: 70px;
    height: 87px;
    left: 28px;
}
.icon-adv-2 {
    left: 19px;
    width: 86px;
    height: 78px;
}
.icon-adv-3 {
    left: 14px;
    width: 94px;
    height: 81px;
}
.icon-adv-4 {
    left: 52px;
    width: 76px;
    height: 66px;
}
.icon-adv-5 {
    width: 77px;
    height: 75px;
    right: 45px;
}
.icon-adv-6 {
    width: 72px;
    height: 79px;
    right: 45px;
}
.advantages__col {
    text-align: center;
}
.advantages__col:last-child .advantage__desc {
    text-align: right;
}
.advantage {
    display: inline-block;
}
.advantage__desc {
    margin-top: 13px;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    color: #2F2D5E;
}
/*end advantages*/

/*about*/
.about {
    padding-top: 46px;
    padding-bottom: 92px;
}
.block-title {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    color: #2F2D5E;
    font-weight: 500;
}
.block-title em {
    color: #ecb144;
}
.block-title span {
    display: inline-block;
    text-align: left;
}
.block-title small {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    display: block;
}
.about__list {
    background: url('../images/about-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 569px;
    height: 569px;
    margin: 45px auto 0;
    position: relative;
    left: -7px;
}
.about__link {
    text-align: center;
    position: absolute;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    color: #2F2D5E;
}
.about__link > * {
    display: inline-block;
    vertical-align: middle;
}
.icon-plus {
    width: 16px;
    height: 16px;
}
.about__link-text {
    position: relative;
    top: -1px;
}
.about__link-text:first-child {
    margin-right: 9px;
}
.about__link-text:last-child {
    margin-left: 9px;
}
.about__link_1 {
    width: 212px;
    top: 37px;
    left: 85px;
}
.about__link_2 {
    width: 163px;
    top: 100px;
    right: -60px;
}
.about__link_3 {
    width: 184px;
    bottom: 145px;
    right: -27px;
}
.about__link_4 {
    width: 291px;
    bottom: 75px;
    left: 49px;
}
.about__link_5 {
    width: 159px;
    bottom: 188px;
    left: -31px;
}
.about__text {
    display: none;
    position: absolute;
    left: 0; right: -22px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 57px 20px 55px 43px;
    font-size: 16px;
    line-height: 24px;
    width: 284px;
    box-sizing: border-box;
    top: 122px;
    color: #000000;
}
.about__text.view {
    display: block;
}
/*end about*/

/*recipes*/
.recipes__top {
    padding-top: 92px;
    padding-bottom: 40px;
    background: #2F2D5E;
}
.recipes__title,
.recipes__title small {
    color: #FFFFFF;
}
.recipes__slider {
    position: relative;
}
.recipes__control {
    top: 33px;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 3;
    font-size: 0;
    width: 100%;
}
.recipes__control-link {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #FFFFFF;
    margin-right: 21px;
    box-sizing: border-box;
}
.recipes__control-link.active,
.recipes__control-link:hover {
    background: #ffffff;
}
.recipes__control-link:last-child {
    margin-right: 0;
}
.recipe {
    height: 700px;
    position: relative;
}
.recipe__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.recipe__bg_1 {
    background-image: url('../images/recipes/recipe-1.jpg');
}
.recipe__bg_2 {
    background-image: url('../images/recipes/recipe-2.jpg');
}
.recipe__bg_3 {
    background-image: url('../images/recipes/recipe-3.jpg');
}
.recipe__bg_4 {
    background-image: url('../images/recipes/recipe-4.jpg');
}
.recipes__prev a, .recipes__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.recipes__prev, .recipes__next {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 90px;
    top: 206px;
    z-index: 3;
}
.recipes__prev {
    left: 30px;
}
.recipes__next {
    right: 30px;
}
.recipes__prev .icon, .recipes__next .icon {
    width: 51px;
    height: 93px;
    stroke: #ffffff;
}
.recipe__text {
    position: absolute;
    z-index: 2;
    bottom: 95px;
    right: 0;
    width: 443px;
    padding: 34px 45px 80px 36px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.recipe__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.recipe__desc {
    margin-top: 11px;
    padding-left: 12px;
    font-size: 17px;
    line-height: 25px;
}
.recipe__desc i {
    margin-left: -12px;
}
.recipe__link {
    width: 368px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 0; right: 0;
    margin: 0 auto;
    bottom: 57px;
    background: #2F2D5E;
    font-size: 24px;
    font-weight: 500;
    z-index: 3;
    color: #FFFFFF;
}
.recipe__text_2 {
    width: 368px;
    padding-top: 39px;
    bottom: 100px;
    padding-bottom: 54px;
}
.recipe__text_2 .recipe__desc {
    padding-top: 9px;
}
.recipe__text_3 {
    padding-bottom: 55px;
}
.recipe__text_4 {
    padding-top: 27px;
    padding-bottom: 55px;
}
/*end recipes*/























@media all and (max-width: 740px) {
    .contacts {
        left: 0;
    }
}

@media all and (max-width: 700px) {
    h1 {
        font-size: 32px;
    }
    .social__link,
    .social__link:nth-child(2) {
        margin-right: 15px;
    }
    .about__list {
        width: 500px;
        height: 500px;
    }
}

@media all and (max-width: 650px) {
    h1 {
        left: 0;
    }
    .contacts {
        max-width: 160px;
    }
    .advantage__desc {
        font-size: 15px;
    }
    .icon-adv-6,
    .icon-adv-5 {
        right: 25px;
    }
    .icon-adv-4 {
        left: 40px;
    }
    .block-title {
        font-size: 30px;
    }
}

@media all and (max-width: 600px) {
    .about__list {
        width: 460px;
        height: 460px;
    }
}

@media all and (max-width: 550px) {
    .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    h1 {
        left: 0;
    }
    .main__slide-bg_1 {
        background-image: url('../images/main-slider/slide-1-mobile.jpg');
    }
    .main__slide-bg_2 {
        background-image: url('../images/main-slider/slide-2-mobile.jpg');
    }
    .main__slide-bg_3 {
        background-image: url('../images/main-slider/slide-3-mobile.jpg');
    }
    .main__slide-bg {
        display: block;
        position: static;
        height: 513px;
    }
    .header {
        padding-top: 17px;
        padding-bottom: 75px;
    }
    .logo {
        display: block;
        margin: 0 auto;
        width: 86px;
        height: 54px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    h1 {
        margin-top: 8px;
        text-align: center;
        width: 100%;
        font-size: 21px;
    }
    h1 small {
        font-size: 14px;
        margin-top: -1px;
    }
    .menu__btn {
        width: 36px;
        height: 15px;
        border-top-width: 3px;
        border-bottom-width: 3px;
        position: absolute;
        right: 20px;
        top: 33px;
    }
    .menu__btn:after {
        height: 3px;
    }
    .main__control {
        position: absolute;
        width: 100%;
        top: 150px;
        left: 0;
        z-index: 5;
        margin-top: 0;
    }
    .main__control-link {
        width: 11px;
        height: 11px;
        border: none;
        margin-right: 15px;
    }
    .main__slide-right {
        margin: 0;
        position: relative;
        top: 0;
        display: block;
        width: auto;
        height: 142px;
        padding: 28px 20px 0 70px !important;
    }
    .main__slide-title {
        padding: 0;
        font-size: 18px;
        line-height: 20px;
    }
    .main__slide-title .br {
        display: inline;
    }
    .main__slide-desc {
        margin-top: 7px;
        font-size: 14px;
        line-height: 21px;
    }
    .main__slide-right .icon {
        position: absolute;
    }
    .icon-main-1 {
        width: 25px;
        height: 44px;
        top: 40px;
        left: 29px;
    }
    .icon-main-2 {
        width: 34px;
        height: 34px;
        -webkit-background-size: cover;
        background-size: cover;
        top: 52px;
        left: 21px;
    }
    .main__slide-desc_small {
        font-size: 13px;
        line-height: 19px;
    }
    .icon-main-3 {
        width: 41px;
        height: 30px;
        top: 51px;
        left: 18px;
    }
    .menu {
        position: fixed;
        padding-top: 85px;
        height: 340px;
        background: #ecb144;
        z-index: 100;
        box-sizing: border-box;
    }
    .main__slider {
        position: relative;
    }
    .shops__select {
        top: 50px;
    }
    #map {
        height: 500px;
    }
    .shops__title {
        font-size: 21px;
        line-height: 31px;
        font-weight: 700;
    }
    .shops__map-wr {
        margin-top: 24px;
    }
    .shops {
        padding-top: 61px;
    }
    .contacts {
        width: 100%;
        margin-top: 27px;
        max-width: inherit;
        text-align: center;
    }
    .social__link {
        margin-right: 38px;
    }
    .social__link:nth-child(2) {
        margin-right: 46px;
    }
    .footer {
        padding-top: 179px;
        padding-bottom: 48px;
        position: relative;
    }
    .social {
        position: absolute;
        left: 0;
        top: 75px;
        width: 100%;
        text-align: center;
    }
    .advantages__col {
        width: 100%;
    }
    .advantage {
        width: auto;
        display: block;
        min-height: 52px;
        position: relative;
        padding-left: 74px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .advantage .advantage__desc {
        text-align: left;
        margin-top: 0;
    }
    .advantages__col:last-child .advantage__desc {
        text-align: left;
    }
    .advantage__desc {
        font-size: 14px;
        line-height: 21px;
        color: #2F2D5E;
    }
    .advantage__desc .br {
        display: inline;
    }
    .advantage__icon-wrap {
        height: 52px;
        width: 49px;
        position: absolute;
        left: 4px; top: 0; bottom: 0;
        margin: auto;
    }
    .advantage__icon-wrap .icon {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
    }
    .icon-adv-1 {
        width: 41px;
        height: 52px;
    }
    .icon-adv-2 {
        width: 48px;
        height: 44px;
    }
    .icon-adv-3 {
        width: 49px;
        height: 42px;
    }
    .icon-adv-4 {
        width: 40px;
        height: 35px;
    }
    .icon-adv-5 {
        width: 45px;
        height: 44px;
    }
    .icon-adv-6 {
        width: 39px;
        height: 43px;
    }
    .advantages {
        padding-top: 64px;
    }
    .advantage {
        margin-bottom: 26px;
    }
    .about__list {
        width: 320px;
        height: 320px;
        left: 0;
        margin-top: 15px;
    }
    .block-title {
        font-size: 21px;
        line-height: 31px;
    }
    .about {
        padding: 30px 0 78px;
    }
    .about__title {
        line-height: 1.2;
    }
    .about__title em {
        display: block;
    }
    .about__title small {
        display: none;
    }
    .about__link {
        font-size: 14px;
        height: 27px;
        line-height: 27px;
    }
    .icon-plus {
        width: 16px;
        height: 16px;
    }
    .about__link-text {
        top: 0;
    }
    .about__link-text:first-child {
        margin-right: 5px;
    }
    .about__link-text:last-child {
        margin-left: 5px;
    }
    .about__link_1 {
        width: 162px;
        top: 39px;
        left: 65px;
    }
    .about__link_2 {
        width: 124px;
        top: auto;
        bottom: 59px;
        right: 43px;
    }
    .about__link_3 {
        width: 142px;
        bottom: 127px;
        right: 22px;
    }
    .about__link_4 {
        width: 231px;
        bottom: 190px;
        left: 30px;
    }
    .about__link_5 {
        width: 114px;
        bottom: 95px;
        left: 14px;
    }
    .about__text {
        left: 0; right: 0;
        margin: 0 auto;
        top: 279px;
        width: 262px;
        padding: 35px 15px 23px 24px;
        background: rgba(236, 177, 68, 0.9);
        font-size: 14px;
        line-height: 21px;
    }
    .recipes__title small {
        font-size: 14px;
        line-height: 21px;
        padding-top: 3px;
    }
    .recipes__top {
        padding-top: 59px;
        padding-bottom: 31px;
    }
    .recipes__control {
        top: 38px;
    }
    .recipes__prev, .recipes__next {
        display: none;
    }
    .recipe {
        height: 422px;
    }
    .recipe__link {
        width: 270px;
        height: 62px;
        font-size: 18px;
        line-height: 62px;
        bottom: 28px;
    }
    .recipe__desc {
        display: none;
    }
    .recipe__text {
        width: 215px;
        top: 94px;
        bottom: auto !important;
        padding: 16px 15px 16px 25px;
    }
    .recipe__title {
        font-size: 18px;
        line-height: 27px;
    }
    .recipe__text_3 {
        width: 190px;
        padding-left: 41px;
    }
    .recipe__text_4 {
        width: 241px;
        padding-left: 30px;
    }
    .recipe__bg_1 {
        background-image: url('../images/recipes/recipe-1-mobile.jpg');
    }
    .recipe__bg_2 {
        background-image: url('../images/recipes/recipe-2-mobile.jpg');
    }
    .recipe__bg_3 {
        background-image: url('../images/recipes/recipe-3-mobile.jpg');
    }
    .recipe__bg_4 {
        background-image: url('../images/recipes/recipe-4-mobile.jpg');
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .main__slide-bg_1 {
        background-image: url('../images/main-slider/slide-1-retina.jpg');
    }
    .main__slide-bg_2 {
        background-image: url('../images/main-slider/slide-2-retina.jpg');
    }
    .main__slide-bg_3 {
        background-image: url('../images/main-slider/slide-3-retina.jpg');
    }
    .recipe__bg_1 {
        background-image: url('../images/recipes/recipe-1-retina.jpg');
    }
    .recipe__bg_2 {
        background-image: url('../images/recipes/recipe-2-retina.jpg');
    }
    .recipe__bg_3 {
        background-image: url('../images/recipes/recipe-3-retina.jpg');
    }
    .recipe__bg_4 {
        background-image: url('../images/recipes/recipe-4-retina.jpg');
    }
}


















