.app-booze .header-item {
    background: url(../img/booze/booze-bg-1-new.jpg);
    background-size: cover;
    background-position: center;
}
.app-booze .header-item:last-child {
    background: url(../img/booze/booze-bg-2.jpg);
    background-size: cover;
    background-position: center;
}

.app-booze .header-item__content-text {
    font-family: 'Alumni Sans';
    color: #F8F2E5;
}
.app-booze .header-item__content-project a {
    font-family: 'Raleway';
    color: #F8F2E5;
    font-size: 13px;
}

.app-booze .header-item__content-name {
    color: #F8F2E5;
    font-family: 'Raleway';
}

.app-booze .section-content__before-text{
    font-family: 'Raleway';
    color: #385D31;
}
.app-booze .section-content__text{
    font-family: 'Alumni Sans';
    color: #385D31;
    font-weight: 500;
}
.app-booze .section-1 .section-content__after-text{
    font-family: 'Alumni Sans';
    color: #385D31;
    font-size: 24px;
    font-weight: 500;
    max-width: 507px;
    margin: auto;
}
.app-booze .section-1{
    background: #F8F2E5;
}
.section-content__all{
    background-image: url("../img/booze/section-content__all.png");
    padding: 36px;
    width: 100%;
    margin: auto;
    max-width: 714px;
    display: block;
}
@media screen and (max-width: 767px) {
    .section-content__all {
        background-size: cover;
        background-position: center;
    }
    .header-item__content{
        background: #00000054;
    }
}
.app-booze .section-2__content {
    background: url(../img/booze/section-2-bg-new.png);
    background-size: cover;
    background-position: center;
}
.app-booze .section-2 .section-content__text{
    color: #F8F2E5;
    font-family: 'Raleway';
    font-size: 16px;
}
.app-booze .section-2 .section-content__after-text{
    margin-top: 0;
    color: #F8F2E5;
    font-family: 'Alumni Sans';
    font-size: 24px;
    font-weight: 500;
}
.app-booze .section-2 .section-content__after-text p{
    margin: 0;
    margin-bottom: 24px;
}
.app-booze .section-menu__item:first-child .section-menu__item-bg {
    background: url(../img/booze/menu-1.jpg) no-repeat center center;
    background-size: cover;
}
.app-booze .section-menu__item:nth-child(2) .section-menu__item-bg {
    background: url(../img/booze/menu-4.jpg) no-repeat center center;
    background-size: cover;
}
.app-booze .section-menu__item:nth-child(3) .section-menu__item-bg {
    background: url(../img/booze/menu-2.jpg) no-repeat center center;
    background-size: cover;
}
.app-booze .section-menu__item:nth-child(4) .section-menu__item-bg {
    background: url(../img/booze/menu-3.jpg) no-repeat center center;
    background-size: cover;
}
.app-booze .section-menu__title{
    font-family: 'Raleway';
}
.app-booze .section-menu__btn a, .btn-line{
    font-family: 'Raleway';
}
.app-booze .section-4 .section-content__after-text--bg{
    background: url(../img/booze/section-4-bg.svg) no-repeat center center;
    padding: 72px 40px;
    color: #F8F2E5;
    font-family: 'Alumni Sans';
    width: 100%;
    max-width: 714px;
    background-size: cover;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
}
.app-booze .section-4{
    background: #385D31;
}
.app-booze .section-4 .section-content__before-text{
    color: #F8F2E5;
    font-family: 'Raleway';
}
.app-booze .section-5 {
    background: #F8F2E5;
}
.app-booze .footer-wrapper{
    background: url(../img/booze/contacts-bg-new.jpg);
    background-size: cover;
    background-position: center;
}
.app-booze  .contacts-title, .app-booze  .copyright-text{
    color: #F8F2E5;
    font-family: 'Raleway';
}
.app-booze .contacts-address{
    color: #F8F2E5;
    font-family: 'Alumni Sans';
}
@media screen and (max-width: 640px) {
    .header-item__content {
        height: 100%;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: end;
    }
    .app-booze .footer-wrapper {

        background-position-x: 118px;
        background-position-y: 28px;
        background-repeat: no-repeat;
        background-color: #385e31;
    }
}