* {
    box-sizing: border-box;
}

.top, .main, .bottom {
    text-align: center;
    display: flex;
    width: 100%;
}

a {
    cursor: pointer;
}

.m-top-3 {
    margin-top: 3px;
    display: inline-block;
}

body {
    margin: 0;
    padding: 0;
    background: #EEE1AF;
    color: #95785E;
    font-family: 'mr-eaves-modern', sans-serif;
}

.hr {
    margin: auto;
    width: 78px;
    height: 12px;
    background: url(../images/hr.png) center center /100% no-repeat;
}

.light {
    font-weight: 200;
}

/*------------TOP------------*/

.top {
    flex-direction: column;
    justify-content: flex-start;
}

.top .top-back-bottom, .top .logo {
    width: 100%;
    display: flex;
}

.top .logo {
    height: 132px;
    background: url(../images/top_background.png) center center /cover no-repeat;
    filter: saturate(.9);
}

.top .top-back-bottom {
    height: 71px;
    background: url(../images/top_background_2.png) center center /cover no-repeat;
    position: relative;
    filter: saturate(.9);
    z-index: 2;
    box-shadow: 0 9px 10px rgba(0,0,0,.15);
}

.top, .top .logo {
    align-items: center;
    justify-content: center;
}

.top .head-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top .head-info .poster {
    /*height: 421px;*/
    margin-top: -1px;
}

.top .head-info .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top .head-info .text, .top .head-info .poster {
    width: 50%;
}

.top .head-info .text {
    display: flex;
    flex-direction: column;
    padding: 50px 40px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
}
.top .head-info .text b {
    font-size: 32px;
}

.top .head-info .text i {
    /*font-style: italic;*/
}

.top .head-info .text .top-text {
    margin-bottom: 30px;
}


/*------------MAIN------------*/

/*.main {*/
    /*height: 500px;*/
/*}*/

.main .right-block {
    width: 39.5%;
    background: url(../images/main_right_block_background.png) top left /cover no-repeat, rgba(208,183,135, .7);
    padding-bottom: 86px;
    color: #3C2415;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: .3px;
}
.main .left-block {
    width: 60.5%;
}

.main .right-block, .main .left-block {
    display: flex;
}

.main .right-block, .main .left-block {
    flex-direction: column;
}

.main .right-block .top-block div:nth-child(1) {
    margin-top: 87px;
}
.main .right-block .top-block div:nth-child(2) {
    margin-top: 17px;
    padding: 0 34px;
    text-align: justify;
}

.main .right-block .top-block div:nth-child(2) span {
    font-size: 36px;
    display: inline-block;
}

.main .right-block .top-block div:nth-child(3) {
    margin-top: 15px;
}

.main .right-block .top-block div:nth-child(3) a,
.main .right-block .top-block div:nth-child(3) a:hover,
.main .right-block .bottom-block div:nth-child(3) a,
.main .right-block .bottom-block div:nth-child(3) a:hover {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.main .right-block .bottom-block div:nth-child(1) {
    margin-top: 98px;
}
.main .right-block .bottom-block div:nth-child(2) {
    margin-top: 25px;
    padding: 0 34px;
    text-align: justify;
}

.main .right-block .bottom-block div:nth-child(2) span {
    font-size: 42px;
    display: inline-block;
}

.main .right-block .bottom-block div:nth-child(3) {
    margin-top: 20px;
}

.main .left-block .cook-type {
    display: flex;
    position: relative;
}

.main .left-block .cook-type:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 60px);
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #D0B787;
}

.main .left-block .cook-type .first-block, .main .left-block .cook-type .second-block {
    display: flex;
    flex-direction: column;
    padding: 22px 10px 0 10px;
    width: 50%;
}

.main .left-block .cook-type .first-block .image, .main .left-block .cook-type .second-block .image {
    padding-bottom: 70%;
    height: 0;
    min-height: 250px;
}

.main .left-block .cook-type .first-block .image img, .main .left-block .cook-type .second-block .image img {
    max-width: 100%;
}

.main .left-block .cook-type .first-block .title, .main .left-block .cook-type .second-block .title {
    font-size: 46px;
    font-weight: 200;
    line-height: 1;
}

.main .left-block .cook-type .first-block .text, .main .left-block .cook-type .second-block .text {
    padding: 0 20px;
    text-align: justify;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: .3px;
}

.main .left-block .cook-type .first-block .text .hr, .main .left-block .cook-type .second-block .text .hr {
    margin: 30px auto;
}
.main .left-block .purchase-title {
    background: #D0B787;
    color: #fff;
    font-size: 51px;
    padding: 4px 0;
    font-weight: 600;
}

.main .left-block .purchase-options {
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.main .left-block .purchase-options .item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    position: relative;
    align-items: center;
}

.main .left-block .purchase-options .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D0B787;
    bottom: 5px;
    left: 0;
}

.main .left-block .purchase-options .item .button {
    display: block;
    width: 121px;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.main .left-block .purchase-options .item .image {
    width: 76px;
}

.main .left-block .purchase-options .item .text {
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 200;
    margin: auto 10px auto 20px;
}

.shopify-buy__btn {
    font-family: 'mr-eaves-modern', sans-serif;
    height: 52px;
    width: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.main .left-block .purchase-options .item .button a {*/
    /*color: #fff;*/
    /*background: #95785E;*/
    /*text-decoration: none;*/
    /*border-radius: 10px;*/
    /*height: 52px;*/
    /*width: 121px;*/


/*}*/

.main .left-block .purchase-options .item .button a:hover {
    text-decoration: none;
}


/*------------BOTTOM------------*/

.bottom {
    display: flex;
    flex-direction: column;
}

.bottom .links-block {
    display: flex;
    flex-direction: row;
}

.bottom .links-block .left-block {
    width: 60.5%;
    display: flex;
    justify-content: center;
}

.bottom .links-block .right-block {
    width: 39.5%;
    padding: 53px 35px;
    font-size: 38px;
    font-weight: bold;
}

.bottom .links-block .right-block .image {
    margin: 20px 0 11px -10px;
}

.bottom .links-block .right-block .text {
    margin-left: -10px;
}
.bottom .links-block .right-block .text.with-link a {
    text-decoration: none;
    font-weight: normal;
    color: #CC2028;
    margin-top: 13px;
    display: inline-block;
}

.bottom .links-block .left-block .visit {
    width: 662px;
    height: 401px;
    background: url(../images/social.png) center center no-repeat;
    color: #F1E4B2;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    padding: 59px 74px 36px 91px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    flex-direction: column;
}
.bottom .links-block .left-block .visit .big {
    color: #fff;
    font-size: 64px;
    display: inline-block;
    margin: -5px 0 -10px 0;
}

.bottom .links-block .left-block .visit a {
    color: #F1E4B2;
    text-decoration: none;
}

.bottom .links-block .left-block .visit .social {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 170px;
    margin: auto;
}

.bottom .links-block .left-block .visit .social div {
    width: 32px;
    height: 32px;
}

.bottom .links-block .left-block .visit .social div a {
    display: block;
    width: 100%;
    height: 100%;
}

.bottom .links-block .left-block .visit .social div.facebook {
    background: url(../images/f.png) center center /100% no-repeat;
}

.bottom .links-block .left-block .visit .social div.twitter {
    background: url(../images/icon_twitter.png) center center /100% no-repeat;
}

.bottom .links-block .left-block .visit .social div.inst {
    background: url(../images/insta.png) center center /100% no-repeat;
}
.bottom .hint-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.bottom .hint-block .hr {
    margin: 0 30px;
}
.bottom .hint-block .hint {
    font-family: 'fairwater-script', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #3C2415;
}

.bottom .donate-block {
    margin-bottom: 37px;
}

.bottom .donate-block a {
    color: #fff;
    background: #95785E;
    text-decoration: none;
    border-radius: 15px;
    height: 60px;
    width: 197px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 600;
}

.bottom .bottom-background {
    height: 140px;
    width: 100%;
    background: url(../images/footer_background.png) center center /cover no-repeat;
}

/*------------MEDIA------------*/

@media (max-width: 1186px) {
    .bottom .hint-block .hint {
        font-size: 35px;
    }
}

@media (max-width: 1100px) {
    .bottom .links-block .left-block .visit {
        width: 550px;
        padding: 85px 74px 36px 104px;
        font-size: 23px;
        background: url(../images/social.png) center center /100% no-repeat;
    }
    .bottom .links-block .left-block .visit .social  {
        max-width: 143px;
        margin-left: 103px;
    }

    .bottom .links-block .left-block .visit .big {
        font-size: 51px;
    }

    .bottom .links-block .right-block, .bottom .hint-block .hint {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .d-none-more-991 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .top .head-info {
        flex-direction: column;
        align-items: center;
    }

    .top .head-info .text {
        padding: 20px 30px;
    }
    .top .head-info .text b, .top .head-info .text {
        font-size: 25px;
    }
    .d-none-991 {
        display: none !important;
    }

    .main {
        flex-direction: column;
    }

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

    .main .right-block {
        flex-direction: row;
        background: url(../images/mobile_right_block_back.png) top left /cover no-repeat;
    }

    .main .right-block .top-block,
    .main .right-block .bottom-block {
        width: 50%;
    }

    .bottom .links-block {
        flex-direction: column;
        align-items: center;
    }

    .bottom .hint-block {
        margin-top: 0;
    }

    .bottom .donate-block {
        margin-bottom: 0;
    }

    .bottom .hint-block .hr {
        margin: 0 15px;
        width: 50px;
    }

    .bottom .links-block .left-block .visit {
        min-width: 550px;
    }

    .bottom .links-block .right-block .image {
        max-width: 200px;
        margin: auto;
    }

    .bottom .links-block .right-block .image img {
        width: 100%;
    }

    .bottom .links-block .right-block,
    .bottom .links-block .left-block,
    .bottom .links-block .hint-block {
        width: 100%;
    }

    .top .head-info .text, .top .head-info .poster {
        width: calc(100% - 60px);
    }
}

@media (max-width: 768px) {

    .top .head-info .text {
        padding: 20px;
    }

    .main .right-block .bottom-block div:nth-child(2) span,
    .main .right-block .top-block div:nth-child(2) span{
        font-size: inherit;
    }

    .main .right-block {
        font-size: 18px;
    }

    .main .right-block .top-block div:nth-child(1),
    .main .right-block .bottom-block div:nth-child(1) {
        margin-top: 30px;
        height: 102px;
    }
    .main .right-block .top-block div:nth-child(1),
    .main .right-block .bottom-block div:nth-child(1),
    .main .right-block .top-block div:nth-child(2),
    .main .right-block .bottom-block div:nth-child(2),
    .main .right-block .bottom-block div:nth-child(3),
    .main .right-block .top-block div:nth-child(3) {
        padding: 0 15px;
    }
    .main .right-block .top-block div:nth-child(1) img,
    .main .right-block .bottom-block div:nth-child(1) img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .main .right-block .bottom-block div:nth-child(2),
    .main .right-block .top-block div:nth-child(2),
    .main .right-block .bottom-block div:nth-child(3),
    .main .right-block .top-block div:nth-child(3) {
        margin-top: 15px;
    }

    .main .right-block .top-block div:nth-child(3) a,
    .main .right-block .bottom-block div:nth-child(3) a {
        font-size: 16px;
    }

    .bottom .links-block .left-block .visit {
        min-width: 450px;
        width: 450px;
        padding: 72px 74px 36px 91px;
        font-size: 18px;
        height: 300px;
    }

    .bottom .links-block .left-block .visit .big {
        font-size: 38px;
    }

    .bottom .links-block .left-block .visit .social {
        max-width: 106px;
        margin-left: 83px;
    }

    .bottom .links-block .left-block .visit .social div {
        width: 20px;
        height: 20px;
    }

    .bottom .hint-block {
        margin-top: 15px;
    }

    .bottom .links-block .right-block {
        padding: 25px;
    }

    .top .head-info .text b,
    .top .head-info .text {
        font-size: 20px;
    }

    .main .left-block .cook-type .first-block .title,
    .main .left-block .cook-type .second-block .title {
        font-size: 34px;
    }

    .main .left-block .cook-type .first-block .image,
    .main .left-block .cook-type .second-block .image {
        padding-bottom: 0;
        height: 36vw;
        min-height: auto;
    }

    .top .logo {
        height: auto;
        padding: 10px 0;
    }

    .top .top-back-bottom {
        height: 33px;
    }

    .top .logo img {
        width: 50%;

    }

    .main .left-block .cook-type .first-block .text,
    .main .left-block .cook-type .second-block .text {
        font-size: 20px;
    }

    .main .left-block .purchase-title {
        font-size: 42px;
    }

    .main .left-block .purchase-options .item .text {
        font-size: 20px;
    }

    .main .left-block .purchase-options .item .image {
        width: 70px;
    }

    .main .left-block .purchase-options .item .image img {
        width: 100%;
    }

    .main .left-block .purchase-options {
        padding: 30px;
    }

    .main .left-block .purchase-options .item .button {
        font-size: 18px;
        font-weight: 500;
    }

    .main .left-block .purchase-options .item .button a {
        height: 44px;
        width: 100px;
    }
    .bottom .links-block .right-block,
    .bottom .hint-block .hint {
        font-size: 20px;
    }

    .bottom .donate-block a {
        height: 48px;
        width: 181px;
        font-size: 24px;
        font-weight: 500;
    }

    .bottom .links-block .right-block .image {
        max-width: 150px;
    }

    .bottom .hint-block .hr {
        margin: 0 10px;
        width: 40px;
    }
}

@media (max-width: 578px) {
    .bottom .links-block .right-block,
    .bottom .hint-block .hint {
        font-size: 17px;
    }
}

@media (max-width: 500px) {
    .main .left-block .cook-type .first-block .title,
    .main .left-block .cook-type .second-block .title {
        font-size: 27px;
    }

    .main .left-block .cook-type .first-block .text,
    .main .left-block .cook-type .second-block .text {
        font-size: 17px;
    }

    .main .left-block .cook-type .first-block .text .hr,
    .main .left-block .cook-type .second-block .text .hr  {
        width: 45px;
        margin: 15px auto;
    }

    .main .left-block .purchase-title {
        font-size: 37px;
    }

    .main .left-block .purchase-options .item .text,
    .main .left-block .purchase-options .item .button {
        font-size: 16px;
    }

    .main .left-block .purchase-options .item .button a {
        height: 38px;
        width: 88px;
    }

    .main .right-block .top-block div:nth-child(1),
    .main .right-block .bottom-block div:nth-child(1) {
        height: 70px;
    }

    .main .right-block .bottom-block div:nth-child(2),
    .main .right-block .top-block div:nth-child(2) {
        font-size: 16px;
    }
    .main .right-block .top-block div:nth-child(3) a,
    .main .right-block .bottom-block div:nth-child(3) a {
        font-size: 14px;
    }

    .bottom .links-block .left-block .visit br {
        display: none;
    }
    .bottom .links-block .left-block .visit {
        min-width: 350px;
        width: 350px;
        padding: 42px 74px 36px 76px;
        font-size: 14px;
        height: 234px;
    }
    .bottom .links-block .left-block .visit .social {
        max-width: 85px;
        margin-left: auto;
    }

    .bottom .links-block .left-block .visit .social div {
        width: 16px;
        height: 16px;
    }

    .bottom .links-block .right-block,
    .bottom .hint-block .hint {
        font-size: 14px;
    }

    .bottom .hint-block {
        margin-top: 0;
    }

    .bottom .hint-block .hr {
        margin: 0 5px;
        width: 27px;
    }

    .main .right-block .bottom-block div:nth-child(2),
    .main .right-block .top-block div:nth-child(2),
    .main .right-block .bottom-block div:nth-child(3),
    .main .right-block .top-block div:nth-child(3) {
        margin-top: 10px;
    }

    .main .right-block {
        padding-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .top .head-info .text b,
    .top .head-info .text {
        font-size: 13px;
    }

    .main .left-block .purchase-title {
        font-size: 30px;
        font-weight: 500;
    }

    .main .left-block .cook-type .first-block .text,
    .main .left-block .cook-type .second-block .text {
        font-size: 13px;
    }

    .top .head-info .text .top-text {
        margin-bottom: 15px;
    }

    .main .left-block .purchase-options {
        padding: 15px;
    }

    .main .left-block .purchase-options .item .text {
        margin: auto 5px auto 10px;
        font-size: 13px;
    }

    .main .left-block .purchase-options .item .button {
        font-size: 15px;
    }

    .main .left-block .purchase-options .item .button a {
        height: 34px;
    }

    .main .right-block .top-block div:nth-child(1),
    .main .right-block .bottom-block div:nth-child(1),
    .main .right-block .top-block div:nth-child(2),
    .main .right-block .bottom-block div:nth-child(2),
    .main .right-block .bottom-block div:nth-child(3),
    .main .right-block .top-block div:nth-child(3) {
        padding: 0 8px;
    }

    .main .right-block .bottom-block div:nth-child(2),
    .main .right-block .top-block div:nth-child(2) {
        font-size: 13px;
    }

    .main .right-block .top-block div:nth-child(3) a,
    .main .right-block .bottom-block div:nth-child(3) a {
        font-size: 12px;
    }

    .bottom .links-block .left-block .visit {
        min-width: 320px;
        width: 320px;
        padding: 42px 56px 36px 62px;
        height: 214px;
    }

    .bottom .links-block .left-block .visit .social {
        margin-top: 10px;
        margin-left: 59px;
    }

    .bottom .links-block .left-block .visit .big {
        font-size: 32px;
        font-weight: 500;
    }

    .bottom .links-block .right-block,
    .bottom .hint-block .hint {
        font-size: 13px;
    }

    .bottom .hint-block .hr {
        width: 20px;
    }

    .bottom .donate-block a {
        height: 39px;
        width: 105px;
        font-size: 15px;
        border-radius: 10px;
    }

    .bottom .links-block .right-block .image {
        max-width: 110px;
    }

    .bottom .links-block .right-block .text.with-link a {
        margin-top: 5px;
    }
}