body {
    min-height: 100vh;
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #1519EE;
}

@media screen and (min-width: 768px) {
    body {
        border: 70px solid #ffffff;
    }
}

@media screen and (min-width: 768px) {
    .v_mobile {
        display: none !important;
    }
}

.v_tablet {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .v_tablet {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .v_tablet {
        display: none !important;
    }
}

.v_desktop {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .v_desktop {
        display: block !important;
    }
}

.header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 36px 78px;
}

@media screen and (min-width: 768px) {
    .header {
        padding: 78px 90px 138px;
    }
}

.header__logo {
    width: 102px;
    height: 102px;
    margin: 0 0 108px;
    display: block;
}

@media screen and (min-width: 768px) {
    .header__logo {
        width: 134px;
        height: 134px;
        margin: 0 0 105px;
    }
}

.header__kanji {
    width: auto;
    height: 46px;
    margin: 0 0 27px;
    display: block;
}

@media screen and (min-width: 768px) {
    .header__kanji {
        height: 66px;
        margin: 0 0 30px;
    }
}

.header__intro {
    margin: 0 0 60px;
    font-family: Obviously, sans-serif;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.12px;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .header__intro {
        font-size: 35px;
        line-height: 42px;
        letter-spacing: -1.4px;
    }
}

@media screen and (min-width: 1024px) {
    .header__intro {
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -1.6px;
    }
}

.header__intro strong {
    font-weight: 400;
    color: #F4C5D8;
}

.header__video_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 10px 16px;
    border: 1px solid #fff;
    border-radius: 22px;
    background: #1519EE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.07px;
    box-sizing: border-box;
    cursor: pointer;
}

.header__video_btn:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 14px;
    margin: 0 0 0 6px;
    background: url(../img/play-icon.svg) no-repeat center center;
    background-size: contain;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .header__image {
        width: 70vw;
        margin-left: -70px;
    }
}

@media screen and (min-width: 1024px) {
    .header__image {
        width: 71vw;
    }
}

@media screen and (min-width: 768px) {
    .chefs__image__container {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 768px) {
    .chefs__image {
        width: 70vw;
        margin-right: -70px;
    }
}

.about {
    padding: 116px 36px 101px;
}

@media screen and (min-width: 768px) {
    .about {
        padding: 121px 90px;
    }
}

.about p {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.09px;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .about p {
        width: 40vw;
    }
}

@media screen and (min-width: 1024px) {
    .about p {
        width: 28vw;
        font-size: 19px;
        line-height: 26px;
        letter-spacing: -0.1px;
    }
}

.footer {
    padding: 129px 36px 46px;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 205px 90px 63px;
    }
}

.footer__links {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer__links__item {
    margin: 0 16px 0 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .footer__links__item {
        margin-right: 41px;
    }
}

.footer__links__item__link {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.07px;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
    .footer__links__item__link {
        font-size: 17px;
        letter-spacing: -0.09px;
    }
}

.video_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.video_modal--active {
    display: block;
}

.video_modal__close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 23px;
    height: 23px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.video_modal__close_btn__icon {
    display: inline-block;
    width: 23px;
    height: 23px;
}

.video_modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video_modal__content__video {
    height: 80%;
    width: auto;
}

@media screen and (min-width: 1024px) {
    .video_modal__content__video {
        height: 90vh;
        width: auto;
    }    
}