body {
    background: #f7f5f0;
}

.delivery-page {
    position: relative;
    margin-top: 0px;
    font-size: 20px;
    line-height: 36px;
    color: #000;
    margin-bottom: 0px;
}
.delivery-page .pm-block {
    border-radius: 20px;
    padding: 50px;
    min-height: 450px;
}
.delivery-page .pm-block.green {
    background: #f5f8f1;
}
.delivery-page .pm-block.red {
    background: #f8f3f1;
}
.delivery-page h1 {
    font-size: 60px;
}
.delivery-page .text {
    margin-top: 2em;
    margin-bottom: 3em;
    width: 75%;
}
.delivery-page .pm-title {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 1.5em;
}
.delivery-page .pm-title img {
    margin-right: 25px;
}
.delivery-page .desc {
    margin-right: 40px;
}
.delivery-page .desc .upper {
    font-size: 30px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}
.delivery-page .block-mobile {
    background: #661413;
    position: relative;
}
.delivery-page .block-mobile .cont {
    position: relative;
    width: 100%;
    height: 660px;
}
.delivery-page .block-mobile .layer-text {
    font-size: 60px;
    line-height: 74px;
    font-weight: 700;
    color: #fff;
    top: 170px;
    z-index: 10;
    position: absolute;
}

.delivery-page .block-mobile .layer-text small {
    font-size: 32px;
    line-height: 1;
}

.delivery-page .block-mobile .layer-hand {
    position: absolute;
    bottom: 0;
    background: url('/assets/berezka/images/articles/mobile-hand.png') no-repeat;
    background-size: contain;
    background-position: right bottom;
    right: 0;
    width: 361px;
    height: 597px;
}
.delivery-page .block-mobile .layer-text img {
    margin-top: 40px;
}
.delivery-page .block-mobile::before {
    content: "";
    position: absolute;
    background: url('/assets/berezka/images/articles/back-berezka-dark-red.png') no-repeat;
    background-position: center center;
    width:100%;
    height: 100%;
    top:0;
}
.delivery-page .block-man {
    background: #f5efe3;
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
    position: relative;
}
.delivery-page .block-man .cont {
    position: relative;
    width: 100%;
    display: grid;
    align-items: center;
    align-content: center;
}
.delivery-page .block-man .cont img {
    margin-bottom: 20px;
}
.delivery-page .block-man .cont a {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #661413;
    text-decoration: underline;
}
.delivery-page .block-man .layer-man {
    margin-top:-130px;
    bottom: 0;
    background: url('/assets/berezka/images/articles/delivery-man.png') no-repeat;
    background-size: contain;
    background-position: left bottom;
    right: 0;
    width: 100%;
    height: 790px;
}
.delivery-page .block-steps {
    background: #ffffff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    position: relative;
    padding-top: 150px;
    padding-bottom: 350px;
}
.delivery-page .block-steps h2 {
    font-size: 46px;
    margin-bottom: 120px;
}
.delivery-page .block-steps span {
    margin-top: 30px;
    display: block;
}
.delivery-page .block-like {
    background: #f7f5f0;
    position: relative;
}
.delivery-page .block-like .pm-block {
    border-radius: 40px;
    padding: 50px;
    min-height: 400px;
}
.delivery-page .block-like .pm-block.green {
    background: #f5efe3 url('/assets/berezka/images/articles/delivery-rover.png') no-repeat;
    background-size: contain;
    background-position: bottom right -30px;
    margin-top: -160px;
}
.delivery-page .block-like .pm-block.red {
    background: #f3eeee;
    margin-top: -160px;
}
.delivery-page .block-like .green .pm-title {
    font-size: 34px;
    line-height: 46px;
    color: #661413;
}
.delivery-page .block-like .red .pm-title {
    display: block;
    align-items: center;
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 0;
    color: #661413;

}

.delivery-page .block-like .green .pm-title span {
    color:#000;
    font-weight: 400;
}

.delivery-page .block-like .red .pm-title span {
    display: block;
    margin-top: 30px;
    font-weight: 400;
    color:#000;
}

.delivery-page .block-like .red .pm-title span strong {
    color: #661413;
}

.delivery-page .block-like .red .pm-title img {
    margin-right: 25px;
    display: block;
}
.delivery-page .block-bottom {
    background: #f7f5f0 url('/assets/berezka/images/articles/delivery-footer-logo.png') no-repeat;
    position: relative;
    background-position: center bottom;
    padding-top: 110px;
    padding-bottom: 370px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}
.delivery-page .block-bottom .bb-image {
    margin-right: 40px;
}
.delivery-page .block-bottom .bb-text {
    max-width: 160px;
    margin-right: 30px;
}
.delivery-page .block-bottom .bb-phone {
    font-size: 56px;
    font-weight: 700;
    margin-left: 100px;
    position: relative;
}
.delivery-page .block-bottom .bb-phone .sup {
    font-weight: 400;
    font-size: 28px;
    right: -100px;
    top: -50px;
    position: absolute;
}
.contact-page {
    position: relative;
    margin-top: 50px;
    font-size: 20px;
    line-height: 36px;
    color: #000;
    margin-bottom: 80px;
}
.contact-page .pm-block {
    border-radius: 20px;
    padding: 50px;
    min-height: 495px;
}
.contact-page .pm-block.green {
    background: #f5efe3;
}
.contact-page .pm-block.red {
    background: #f5efe3;
}
.contact-page h1 {
    font-size: 60px;
}
.contact-page .text {
    margin-top: 2em;
    margin-bottom: 3em;
    width: 75%;
}
.contact-page .pm-title {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 1.5em;
}
.contact-page .pm-title img {
    margin-right: 25px;
}
.contact-page .desc {
    margin-right: 40px;
}
.contact-page .desc .upper {
    font-size: 30px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}
.payment-page {
    position: relative;
    padding-top: 50px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding-bottom: 300px;
    background: url('/assets/berezka/images/articles/back-berezka.png') no-repeat;
    background-position: bottom right 15%;
    margin-bottom: 0px;
}
.payment-page h1 {
    font-size: 60px;
}
.payment-page .text {
    margin-top: 2em;
    margin-bottom: 3em;
}
.payment-page .pm-title {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 1.5em;
}
.payment-page .pm-title img {
    margin-right: 25px;
}
.payment-page .desc {
    margin-right: 40px;
}
.about-page {
    position: relative;
    margin-top: 0px;
    font-size: 20px;
    line-height: 36px;
    color: #000;
    margin-bottom: 0px;
}

.about-page .pm-block {
    border-radius: 20px;
    padding: 50px;
}

.about-page .pm-block.green {
    background: #f5f8f1;
}

.about-page .pm-block.red {
    background: #f8f3f1;
}

.about-page h1 {
    font-size: 60px;
}

.about-page .text {
    margin-top: 2em;
    margin-bottom: 3em;
    width: 75%;
}

.about-page .pm-title {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.about-page .pm-title img {
    margin-right: 25px;
}

.about-page .desc {
    margin-right: 40px;
}

.about-page .desc .upper {
    font-size: 30px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}

.about-page .block-mobile {
    background: #661413;
    position: relative;
}

.about-page .block-mobile .cont {
    position: relative;
    width: 100%;
    height: 525px;
}

.about-page .block-mobile .layer-text {
    font-size: 60px;
    line-height: 74px;
    font-weight: 700;
    color: #fff;
    top: 95px;
    z-index: 10;
    position: absolute;
}

.about-page .block-mobile .layer-text small {
    font-size: 32px;
    line-height: 1;
}

.about-page .block-mobile .layer-hand {
    position: absolute;
    bottom: 0;
    background: url('/assets/berezka/images/articles/mobile-hand.png') no-repeat;
    background-size: contain;
    background-position: right bottom;
    right: 0;
    width: 361px;
    height: 597px;
}

.about-page .block-mobile .layer-text img {
    margin-top: 40px;
}

.about-page .block-mobile::before {
    content: "";
    position: absolute;
    background: url('/assets/berezka/images/articles/back-berezka-dark-red.png') no-repeat;
    background-position: center center;
    width:100%;
    height: 100%;
    top:0;
}

.about-page .block-man {
    height: 945px;
    position: relative;
    background: #661413;
}

.about-page .block-man::after {
    content: "";
    position: absolute;
    background: url('/assets/berezka/images/articles/about-man.svg') no-repeat;
    background-position: bottom -100px center;
    background-size: contain;
    width:60%;
    height: 100%;
    top:0;
    left:0;
}

.about-page .block-man h1 {
    color:#fff;
    z-index: 9;
    margin-top: 0px;
}

.about-page .block-man .cont {
    margin-left: calc(60% + 50px);
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 300;
}

.about-page .block-man .cont strong{
    font-size: 32px;
    font-weight: 500;
    color: #d7b56d;
}

.about-page .block-man .cont span {
    margin-bottom: 60px;
}

.about-page .block-facts {
    padding: 120px 0 200px 0;
}

.about-page .block-facts .item {
    border-radius: 40px;
    min-height: 410px;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;

}

.about-page .block-facts .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page .block-facts .item .chevron {
    font-size: 24px;
    margin-left: 10px;
}

.about-page .block-facts .item .overlay {
    position: absolute;
    z-index: 2;
    transition: all 0.4s ease;
}

.about-page .block-facts .item .text {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    position: absolute;
    z-index: 3;
    margin: 40px;
    transition: all 0.4s ease;
}

.about-page .block-facts .item:hover .overlay {
    transition: all 0.4s ease;
}

.about-page .block-facts .item .overtext {
    position: absolute;
    background: rgba(102,20,19,0.9);
    width: 100%;
    height: 100%;
    z-index: 4;
    color:#fff;
    padding: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    opacity: 0;
    transition: all 0.4s ease;

}

.about-page .block-facts .item.bl .overtext {
    margin-top: 100%;
}

.about-page .block-facts .item.br .overtext {
    margin-left: 100%;
}

.about-page .block-facts .item.tl .overtext {
    margin-top: -100%;
}

.about-page .block-facts .item .overtext.active {
    opacity: 1;
    margin: 0;
}

.about-page .block-facts .item .overtext span {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.about-page .block-facts .item .overtext .title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-page .block-facts .item .overtext .title i {
    font-size: 24px;
    margin-left: 10px;
}

.about-page .block-facts .item.bl .overlay {
    background: linear-gradient(45deg, rgba(102,20,19,0.9) 40%, rgba(102,20,19,0) 60%);

    bottom: 0;
    left: 0;
    width: 1000px;
    height: 1000px;
    margin-bottom: -300px;
    margin-left: -300px;
}

.about-page .block-facts .item.bl .text {
    bottom: 0;
    left: 0;
}

.about-page .block-facts .item.bl:hover .overlay {
    transition: all 0.4s ease;
    margin-bottom: -200px;
    margin-left: -100px;
}


.about-page .block-facts .item.br .overlay {
    background: linear-gradient(315deg, rgba(102,20,19,0.9) 40%, rgba(102,20,19,0) 60%);
    bottom: 0;
    right: 0;
    width: 1000px;
    height: 1000px;
    margin-bottom: -300px;
    margin-right: -300px;
}

.about-page .block-facts .item.br .text {
    bottom: 0;
    right: 0;
    z-index: 3;
    text-align: right;
    justify-content: right;
}

.about-page .block-facts .item.br:hover .overlay {
    margin-bottom: -150px;
    margin-right: -100px;
}


.about-page .block-facts .item.tl .overlay {
    background: linear-gradient(145deg, rgba(102,20,19,0.9) 40%, rgba(102,20,19,0) 60%);
    top: 0;
    left: 0;
    width: 1000px;
    height: 1000px;
    margin-top: -300px;
    margin-left: -300px;
}

.about-page .block-facts .item.tl .text {
    top: 0;
    left: 0;
    z-index: 3;
}

.about-page .block-facts .item.tl:hover .overlay {
    margin-top: -150px;
    margin-left: -100px;
}

.about-page .block-facts .item:hover img {
    transform: scale(1.1);
    transition: all 1s ease;
}

.about-page .block-facts h2 {
    margin-bottom: 80px;
}


.about-page .block-slide {
    position: relative;
    overflow: hidden;
    margin-top: -80px;
}
.about-page .block-slide .pm-block {
    border-radius: 40px 40px 0 0;
    padding: 40px;
    padding-bottom: 0;
    background-color: #f5efe3;
}

.about-page .block-slide .pm-block span {
    display: block;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    min-height: 165px;
}

.about-page .block-slide .first {
    background: #f5efe3 url('/assets/berezka/images/articles/about-1.png') no-repeat;
    background-size: contain;
    background-position: bottom center;
    height: 270px;
    width: 100%;
    border-radius: 0 0 40px 40px;
}

.about-page .block-slide .second {
    background: #f5efe3 url('/assets/berezka/images/articles/about-2.png') no-repeat;
    background-size: contain;
    background-position: bottom center;
    height: 270px;
    width: 100%;
    border-radius: 0 0 40px 40px;
}

.about-page .block-slide .third {
    background: #f5efe3 url('/assets/berezka/images/articles/about-3.png') no-repeat;
    background-size: contain;
    background-position: bottom center;
    height: 270px;
    width: 100%;
    border-radius: 0 0 40px 40px;
}


.article-catering {

}

.article-catering .ac-header {
    background: url('/assets/default/images/catering/bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.article-catering .ac-header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.35;
    z-index: 1;
}
.article-catering .ac-header .inside {
    z-index: 2;
}


.article-catering .ac-header h1 {
    font-size: 64px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.article-catering .ac-memories {
    padding: 80px 0;
}

.article-catering .ac-memories h3 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 300;
}

.article-catering .ac-memories .memories-item {
    height: 520px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}

.article-catering .ac-memories .memories-item::after {
    content: "";
    position: absolute;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 60%);
    bottom: 0;
    right: 0;
    width: 1000px;
    height: 1000px;
    margin-bottom: -300px;
    margin-right: -300px;
    z-index: 1;
    opacity: 0.7;
}

.article-catering .ac-memories .memories-item .title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.article-catering .ac-memories .memories-item.mi-1 {
    background: url('/assets/default/images/catering/memories-1.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.article-catering .ac-memories .memories-item.mi-2 {
    background: url('/assets/default/images/catering/memories-2.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.article-catering .ac-memories .memories-item.mi-3 {
    background: url('/assets/default/images/catering/memories-3.webp') no-repeat;
    background-size: cover;
    background-position: center;
}


.article-catering .ac-second {
    background: url('/assets/default/images/catering/bg-2.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 80px 0;
}

.article-catering .ac-second::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}
.article-catering .ac-second .inside {
    z-index: 2;
}


.article-catering .ac-second h3 {
    font-size: 92px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
}

.article-catering .ac-second .subtitle {
    font-size: 36px;
    font-weight: 200;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
}

.article-catering .pad-section {
    padding: 90px 0;
}

.article-catering .pad-section  img {
    border-radius: 10px;
}

.article-catering .subtext {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
}



.article-catering .ac-footer {
    background: url('/assets/default/images/catering/bg-footer.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 80px 0;
    color:#000;
}

.article-catering .ac-footer::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.article-catering .ac-footer .container {
    z-index: 20;
}

.article-catering .ac-footer .inside {
    z-index: 20;
    margin: 80px 0;
    background: rgba(245,239,227,0.9);
    border-radius: 10px;
    padding: 40px;
}


.article-catering .ac-footer h3 {
    font-size: 48px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;

}

.article-catering .ac-footer .subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px;
}

.article-catering .ac-footer .contact {
    font-size: 20px;
    margin-top: 20px;
}

.article-catering .ac-products {

}

@media(max-width: 1399px) {

    .contact-page .pm-block {
        min-height: 530px;
    }

    .about-page .block-slide .pm-block span {
        min-height: 190px;
    }

    .about-page .block-facts .item .overtext {
        font-size: 18px;
        line-height: 28px;
    }

    .about-page .block-man {
        height: 800px;
    }

    .about-page .block-man::after {
        width:55%;
        background-position: bottom -40px center;
        background-size: contain;

    }

    .about-page .block-man .cont {
        margin-left: calc(55% + 50px);
        font-size: 20px;
        line-height: 30px;
    }

    .about-page .block-man .cont strong {
        font-size: 26px;
    }

    .delivery-page .block-steps {
        font-size: 24px;
    }

    .payment-page .desc {
        margin-right: 20px;
    }


    .payment-page .pm-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 1.5em;
    }


}

@media(max-width: 1199px) {


    .article-catering .subtext {
        font-size: 28px;
        line-height: 1.4;
    }

    .about-page .block-facts .item .overtext span {
        font-size: 20px;
    }

    .about-page .block-man h1 {
        margin-top: 20px;
        font-size: 48px;
    }

    .about-page .block-man {
        height: 700px;
    }

    .about-page .block-man::after {
        width:55%;
    }

    .about-page .block-man .cont {
        margin-left: calc(55% + 30px);
        font-size: 18px;
        line-height: 26px;
    }

    .delivery-page .block-like .red .pm-title {
        font-size: 26px;
        line-height: 32px;
    }

    .delivery-page .block-like .green .pm-title {
        font-size: 28px;
        line-height: 36px;
    }

    .delivery-page .block-like .pm-block {
        border-radius: 40px;
        padding: 50px;
        min-height: 358px;
    }

    .delivery-page .block-steps {
        font-size: 20px;
        line-height: 28px;
    }

    .delivery-page .block-mobile::before {
        background-size: 70%;
    }

    .delivery-page .block-mobile .cont {
        height: 500px;
    }

    .delivery-page .block-mobile .layer-text {
        font-size: 50px;
        line-height: 64px;
        top: 90px;
    }

    .delivery-page .block-mobile .layer-hand {
        height: 460px;
    }

    .about-page .block-mobile::before {
        background-size: 70%;
    }

    .about-page .block-mobile .cont {
        height: 400px;
    }

    .about-page .block-mobile .layer-text {
        font-size: 50px;
        line-height: 64px;
        top: 45px;
    }

    .about-page .block-mobile .layer-text small {
        font-size: 28px;
    }

    .delivery-page .block-mobile .layer-text small {
        font-size: 28px;
    }

    .about-page .block-mobile .layer-hand {
        height: 460px;
    }


    .delivery-page .block-man .layer-man {
        margin-top: -100px;
        height: 600px;
    }

    .delivery-page .text {
        margin-top: 2em;
        margin-bottom: 3em;
        width: 100%;
    }

    .delivery-page .pm-block {
        padding: 50px;
        min-height: 550px;
    }

    .contact-page .text {
        margin-top: 2em;
        margin-bottom: 3em;
        width: 100%;
    }

    .contact-page .pm-block {

        padding: 50px;
        min-height: 530px;
    }

    .payment-page h1 {
        font-size: 50px;
    }

    .payment-page .pm-title img {
        margin-right: 15px;
    }

    .payment-page .pm-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 1.5em;
    }

    .delivery-page .block-bottom {
        font-size: 24px;
        line-height: 30px;
    }

    .delivery-page .block-bottom .bb-phone {
        font-size: 36px;
        margin-left: 40px;
    }

    .delivery-page .block-bottom .bb-text {
        max-width: 140px;
    }

    .delivery-page .block-bottom .bb-phone .sup {
        font-weight: 400;
        font-size: 24px;
        right: -72px;
        top: -32px;
        position: absolute;
    }

}

@media(max-width: 991px) {

    .article-catering .subtext {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 40px;
    }

    .about-page .block-facts .item {
        min-height: 400px;
    }

    .about-page .block-facts .item.bl .overtext, .about-page .block-facts .item.br .overtext{
        margin:0;
        margin-top: -100%;

    }

    .about-page .block-facts .item .overtext.active {
        opacity: 1;
        margin: 0;
        position: relative;
        min-height: 400px;

    }

    .about-page .block-man h1 {
        margin-top: 20px;
        font-size: 36px;
    }

    .about-page .block-man {
        height: 600px;
    }

    .about-page .block-man::after {
        width:50%;
        background-position: center;
        background-size: contain;
    }

    .about-page .block-man .cont {
        margin-left: calc(50% + 30px);
        font-size: 16px;
        line-height: 22px;
    }

    .about-page .block-man .cont strong {
        font-size: 20px;
    }

    .delivery-page .block-like .pm-block.green {
        margin-bottom: 0;
        margin-top: -100px;
    }

    .delivery-page .block-like .pm-block.red {
        margin-top: 20px;

    }

    .delivery-page .block-steps span {
        margin-top: 20px;
        display: block;
        margin-bottom: 40px;
    }

    .delivery-page .block-man .layer-man {
        margin-top: -70px;
        height: 430px;
    }

    .delivery-page .block-man .cont img {
        max-width: 30px;
    }

    .delivery-page .block-man {
        font-size: 32px;
        line-height: 40px;
    }

    .delivery-page .block-man .cont a {
        margin-top: 20px;
        font-size: 24px;
    }

    .contact-page .pm-block {
        padding: 50px;
        min-height: auto;
        margin-bottom: 50px;
    }

    .delivery-page .pm-block {
        padding: 50px;
        min-height: auto;
        margin-bottom: 50px;
    }

    .payment-page .pm-title img {
        margin-right: 25px;
    }

    .payment-page .text {
        margin-bottom: 0;
    }

    .payment-page .pm-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 0.6em;
        margin-top: 2em;
    }

    .payment-page {
        padding-bottom: 30px;
        background: none;
        margin-bottom: 0px;

    }

    .delivery-page .block-mobile .layer-text {
        font-size: 36px;
        line-height: 40px;
        top: 60px;
    }

    .delivery-page .block-mobile .layer-hand {
        width: 200px;
        height: 340px;
    }

    .delivery-page .block-mobile .layer-text img {
        margin-top: 40px;
        max-width: 160px;
    }

    .delivery-page .block-mobile .cont {
        position: relative;
        width: 100%;
        height: 360px;
    }

    .about-page .block-mobile .layer-text {
        font-size: 36px;
        line-height: 40px;
        top: 40px;
    }

    .about-page .block-mobile .layer-text small {
        font-size: 24px;
    }

    .delivery-page .block-mobile .layer-text small {
        font-size: 24px;
    }

    .about-page .block-mobile .layer-hand {
        width: 200px;
        height: 340px;
    }

    .about-page .block-mobile .layer-text img {
        margin-top: 40px;
        max-width: 160px;
    }

    .about-page .block-mobile .cont {
        position: relative;
        width: 100%;
        height: 285px;
    }

    .delivery-page .block-steps {
        background-size: 25%;
    }

    .delivery-page .block-bottom {
        padding-top: 50px;
    }

    .delivery-page .block-bottom .bb-image,
    .delivery-page .block-bottom .bb-text{
        display: block;
        width: 100%;
        text-align:center;
        margin-left: 0;
        margin-right: 0;
        max-width: none;

    }

    .delivery-page .block-bottom .bb-image img {
        max-width: 48px;
    }

    .delivery-page .block-bottom .bb-image {
        margin-bottom: 30px;
    }

    .delivery-page .block-bottom .bb-phone {
        font-size: 32px;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        text-align:center;
    }

    .delivery-page .block-bottom .bb-phone .phone {
        text-align: center;
        position: relative;
        display: inline;
    }

    .delivery-page .block-bottom .bb-phone .sup {
        font-weight: 400;
        font-size: 16px;
        right: -50px;
        top: -20px;
        position: absolute;

    }

    .delivery-page .block-steps {
        padding-bottom: 200px;
    }

    .about-page .pm-title {
        font-size: 26px;
        line-height: 30px;
    }

}

@media(max-width: 767px) {

    .article-catering .ac-header {
        margin-bottom: 40px;
    }

    .article-catering .ac-header h1 {
        font-size: 52px;
    }
    .article-catering .ac-header {
        min-height: 400px;
    }

    .article-catering .ac-memories h3 {
        font-size: 30px;
    }

    .article-catering .ac-second h3 {
        font-size: 80px;
    }

    .article-catering .ac-second .subtitle {
        font-size: 28px;
    }

    .article-catering .subtext {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 40px;
    }

    .article-catering .ac-footer {
        margin: 0;
    }

    .article-catering .ac-footer h3 {
        font-size: 36px;
    }

    .article-catering .ac-second {
        margin: 0;
    }

    .article-catering .ac-memories {
        padding-top: 40px;
    }

    .article-catering .ac-footer .subtitle {
        font-size: 18px;
    }

    .about-page .block-facts {
        padding: 120px 0 130px 0;
    }

    .about-page .block-slide .pm-block span {
        min-height: 0;
    }

    .about-page .block-facts .item {
        min-height: 300px;
    }



    .about-page .block-facts .item .overtext.active {
        opacity: 1;
        margin: 0;
        position: relative;
        min-height: 300px;

    }


    .about-page .block-man h1 {
        margin-top: 20px;
        font-size: 30px;
    }

    .about-page .block-man {
        position: relative;
        height: auto;
    }

    .about-page .block-man .mobile-image {
        background: url('/assets/berezka/images/articles/about-man.png') no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 400px;
    }

    .about-page .block-man::after {
        content: "";
        position: absolute;
        width:0%;
        height: 0%;
        top:0;
        left:0;
    }

    .about-page .block-man .cont {
        background: #661413;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        display: block;
        align-items: center;
        height: 100%;
        font-weight: 300;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 130px;
    }

    .about-page .block-man .cont strong{
        font-weight: 500;
    }

    .about-page .block-man .cont span {
        margin-bottom: 60px;
    }



    .delivery-page .block-steps span {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .delivery-page .block-steps {
        display: flex;
        padding-top: 80px;
        background-size: 22%;
    }

    .delivery-page .block-steps img {
        width: 20%;
        margin-right: 40px;
        margin-top: 35px;
        margin-bottom: 5px;
    }


    .delivery-page .block-mobile .layer-text {
        font-size: 26px;
        line-height: 34px;
        top: 70px;
    }

    .about-page .block-mobile .layer-text {
        font-size: 26px;
        line-height: 34px;
        top: 32px;
    }

    .about-page .block-mobile .layer-text small {
        font-size: 18px;
    }

    .delivery-page .block-mobile .layer-text small {
        font-size: 18px;
    }

    .delivery-page .block-man {
        font-size: 24px;
        line-height: 32px;
    }

    .delivery-page .block-man .cont a {
        font-size: 18px;
    }

    .delivery-page .block-man .cont img {
        max-width: 24px;
    }

    .delivery-page .pm-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 1.5em;
    }

    .contact-page .pm-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 1.5em;
    }

    .delivery-page .block-mobile .layer-hand {
        width: 361px;
        height: 270px;
    }

    .delivery-page .block-mobile .cont {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .delivery-page .block-mobile .layer-text img {
        margin-top: 20px;
        max-width: 160px;
    }

    .about-page .block-mobile .layer-hand {
        width: 361px;
        height: 270px;
    }

    .about-page .block-mobile .cont {
        position: relative;
        width: 100%;
        height: 230px;
    }

    .about-page .block-mobile .layer-text img {
        margin-top: 20px;
        max-width: 160px;
    }

    .delivery-page .block-man .layer-man {
        margin-top: -60px;
        height: 360px;
    }

    .delivery-page .block-steps h2 {
        font-size: 32px;
        margin-bottom: 60px;
    }
    .delivery-page .block-steps {
        padding-bottom: 140px;
    }

}

@media(max-width: 575px) {

    .delivery-page .block-man {
        font-size: 20px;
        line-height: 26px;
    }

    .delivery-page .block-bottom {
        background-size: 60%;
        padding-bottom: 270px;
    }



}

@media(max-width: 460px) {

    .about-page .block-man .cont {
        font-size: 16px;
        line-height: 23px;
    }

    .about-page .pm-title {
        font-size: 22px;
        line-height: 26px;
    }

    .about-page .block-facts .item .overtext .title i {
        font-size: 13px;
    }

    .about-page .block-slide .pm-block span {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .about-page .block-facts .item .text {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
    }

    .about-page .block-facts .item .chevron {
        font-size: 13px;
        margin-left: 5px;
    }

    .about-page .block-facts .item .overtext .title {
        font-size: 20px;
        line-height: 24px;
    }
    .about-page .block-facts .item .overtext span {
        font-size: 18px;
    }

    .about-page .block-facts .item .overtext {
        font-size: 16px;
        line-height: 23px;
    }

    .about-page .block-facts .item {
        min-height: 200px;
    }

    .about-page .block-facts .item .overtext.active {
        opacity: 1;
        margin: 0;
        position: relative;
        min-height: 200px;

    }

    .about-page .block-man .mobile-image {
        background: url('/assets/berezka/images/articles/about-man.png') no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 330px;
    }

    .delivery-page .block-like .pm-block.green,
    .delivery-page .block-like .pm-block.red {
        min-height: 240px;
        padding: 30px;
    }

    .delivery-page .block-like .green .pm-title {
        font-size: 24px;
        line-height: 30px;
    }

    .delivery-page .block-like .red .pm-title {
        font-size: 18px;
        line-height: 26px;
    }

    .delivery-page .block-bottom .bb-phone {
        font-size: 24px;
        margin-top: 22px;
    }

    .delivery-page .block-bottom .bb-phone .sup {
        font-weight: 400;
        font-size: 14px;
        right: -42px;
        top: -12px;
    }

    .delivery-page .block-bottom {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 220px;
    }

    .delivery-page .block-bottom .bb-image img {
        max-width: 36px;
    }

    .delivery-page .block-bottom {
        background-size: 60%;
    }


    .delivery-page .block-steps {
        padding-top: 40px;
    }

    .delivery-page .block-steps h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .delivery-page .block-steps img {
        width: 22%;
        margin-right: 30px;
        margin-top: 35px;
        margin-bottom: 5px;
    }

    .delivery-page .block-man .layer-man {
        margin-top: -60px;
        height: 320px;
    }

    .delivery-page .block-mobile .layer-text {
        font-size: 20px;
        line-height: 32px;
        top: 40px;
    }

    .delivery-page .block-mobile .layer-text img {
        margin-top: 20px;
        max-width: 110px;

    }

    .delivery-page .block-mobile .layer-hand {
        width: 200px;
        height: 240px;
    }

    .delivery-page .block-mobile .cont {
        position: relative;
        width: 100%;
        height: 260px;
    }

    .about-page .block-mobile .layer-text {
        font-size: 20px;
        line-height: 32px;
        top: 24px;
    }

    .about-page .block-mobile .layer-text small {
        font-size: 14px;
    }

    .delivery-page .block-mobile .layer-text small {
        font-size: 14px;
    }

    .about-page .block-mobile .layer-text img {
        margin-top: 20px;
        max-width: 110px;

    }

    .about-page .block-mobile .layer-hand {
        width: 200px;
        height: 240px;
    }

    .about-page .block-mobile .cont {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .delivery-page .pm-title img {
        margin-right: 15px;
        max-height: 60px;
        max-width: 70px;
    }

    .delivery-page .pm-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 1.5em;
    }

    .delivery-page {
        position: relative;
        margin-top: 0px;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        padding-bottom: 0px;
        background: none;
        margin-bottom: 0px;
    }
    .delivery-page .text {
        margin-bottom: 1.5em;
    }

    .delivery-page .pm-block {

        padding: 30px;
        margin-bottom: 30px;
    }

    .delivery-page .desc .upper {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }

    .delivery-page h1 {
        font-size: 32px;
    }

    .contact-page .pm-title img {
        margin-right: 15px;
        max-height: 60px;
        max-width: 70px;
    }

    .contact-page .pm-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 1.5em;
    }

    .contact-page {
        position: relative;
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        padding-bottom: 30px;
        background: none;
        margin-bottom: 0px;
    }
    .contact-page .text {
        margin-bottom: 1.5em;
    }

    .contact-page .pm-block {

        padding: 30px;
        margin-bottom: 30px;
    }

    .contact-page .desc .upper {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }

    .contact-page h1 {
        font-size: 32px;
    }

    .payment-page {
        position: relative;
        padding-top: 30px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        padding-bottom: 30px;
        background: none;
        margin-bottom: 0px;
    }

    .payment-page .pm-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0.6em;
        margin-top: 2em;
    }

    .payment-page .pm-title img {
        max-height: 60px;
        max-width: 70px;
    }

    .payment-page .desc {
        margin-right: 0;
    }

    .payment-page h1 {
        font-size: 32px;
    }
}


@media(max-width: 420px) {

    .delivery-page .block-man .layer-man {
        margin-top: -60px;
        height: 280px;
    }

    .delivery-page .block-man {
        font-size: 16px;
        line-height: 20px;
    }

    .delivery-page .block-man .cont a {
        font-size: 14px;
    }

}

@media(max-width: 330px) {

    .delivery-page .block-steps {
        font-size: 16px;
        line-height: 20px;
    }

    .delivery-page .block-steps img {
        width: 20%;
        margin-right: 20px;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .delivery-page .block-man {
        font-size: 13px;
        line-height: 16px;
    }

    .delivery-page .block-man .cont img {
        max-width: 16px;
        margin-bottom: 8px;
    }

    .delivery-page .block-mobile .layer-hand {
        width: 150px;
        height: 187px;
    }

    .delivery-page .block-mobile .cont{
        height: 240px;
    }

    .about-page .block-mobile .layer-hand {
        width: 150px;
        height: 187px;
    }

    .about-page .block-mobile .cont{
        height: 240px;
    }

    .delivery-page .block-man .layer-man {
        margin-top: -60px;
        height: 210px;
    }

    .delivery-page .block-man .cont a {
        margin-top: 10px;
    }

}