/* 1225 - 1260 */
@media screen and (max-width: 1260px) {
    .container {
        padding-inline: 20px;
    }

    .main {
        background-size: auto;
    }
}

/* 1125 - 1260 */
@media screen and (max-width: 1225px) {
    .menu .slider-btn.left {
        right: 5px;
    }
    .menu .slider-btn.right {
        left: 5px;
    }

    .reviews .slider-btn.left {
        right: -15px;
    }

    .reviews .slider-btn.right {
        left: -15px;
    }

    .header-menu {
        margin-right: 110px;
    }

    .main-top {
        padding-top: 75px;
    }

    .main-top-left h1 {
        font-size: 40px;
    }

    .main-top-left p {
        font-size: 16px;
    }

    .main-right-img {
        top: 60px;
    }

    .main-right-img img {
        width: 550px;
    }

    .main-right-discounts {
        right: 100px;
    }

    .main-cards {
        margin-top: 90px;
    }

    .main-bottom {
        padding-bottom: 30px;
    }

    .about .container {
        margin-top: 75px;
    }

    .advantages {
        margin-top: 350px;
    }

    .advantages-info-center {
        width: 550px;
    }

    .menu {
        padding-top: 75px;
    }

    .reviews-card {
        width: 280px;
    }

    .card-1 {
        width: 365px;
    }

    .card-1 .promotions-card-img img {
        height: 110px;
    }

    .card-2 {
        width: 360px;
    }

    .card-3 {
        width: 350px;
        height: 300px;
    }

    .card-4 {
        width: 750px;
    }

    .card-4 .promotions-card-text {
        margin-left: 40px;
    }

    .promotions-card-text-small {
        font-size: 12px;
    }

    .promotions-card-text-normal {
        font-size: 20px;
    }

    .promotions-card-text-big {
        font-size: 30px;
        font-family: "Trebuchet-Bold", sans-serif;
    }

    .book {
        margin-top: 100px;
    }

}

/* 1015 - 1150 */
@media screen and (max-width: 1150px) {
    .header-menu {
        margin-right: 90px;
    }

    .header-item:not(:last-child) {
        margin-right: 45px;
    }

    .promotions-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .promotions-card {
        width: 370px;
        height: 180px;
    }

    .card-2 .promotions-card-text {
        top: 20px;
    }

    .card-4 .promotions-card-img {
        width: 130px;
    }

    .book-left img {
        width: 450px;
    }

    .book-content {
        justify-content: center;
    }

    .book-left img {
        margin-left: 0;
    }

    .pepper {
        right: -65px;
    }
}

/* 929 - 1015 */
@media screen and (max-width: 1015px) {
    .header-menu {
        margin-right: 30px;
    }

    .main-right-name {
        right: 20px;
        bottom: -50px;
    }
}

/* 767 - 929 */
@media screen and (max-width: 929px) {
    .menu .slider-btn.left {
        right: -20px;
    }
    .menu .slider-btn.right {
        left: -20px;
    }

    .reviews .slider-btn.left {
        right: 0;
    }

    .reviews .slider-btn.right {
        left: 0;
    }

    .header-item:not(:last-child) {
        margin-right: 35px;
    }

    .main-right-img img {
        width: 480px;
    }

    .about-images-first {
        width: 217px;
        right: 120px;
    }

    .about-images-second {
        width: 200px;
        right: -40px;
    }

    .about-images-third {
        width: 100px;
        left: 65px;
    }


    .book-left img {
        width: 400px;
    }

    .pepper {
        right: 10px;
        bottom: -120px;
    }
}


/* 480 - 767 */
@media screen and (max-width: 767px) {
    .slider-btn.right::after {
        top: -12px;
    }

    .menu .slider-btn.left {
        right: 30px;
    }
    .menu .slider-btn.right {
        left: 30px;
    }

    .reviews .slider-btn.left {
        right: 30px;
    }

    .reviews .slider-btn.right {
        left: 30px;
    }

    .container {
        padding-inline: 15px;
    }

    .title {
        font-size: 25px;
    }

    .slick-buttons {
        justify-content: center;
        top: 50px;
    }


    .header {
        margin-block: 0;
    }

    .header-logo {
        margin: 0 auto;
    }

    .header-nav {
        display: none;
    }

    .header-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        background: #000;
        z-index: 3;
    }

    .header-nav.open {
        display: flex;
        flex-direction: column;
    }

    .header-menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-block: 60px 115px;
        font-size: 14px;
    }

    .header-nav .close {
        display: block;
        width: 11px;
        height: 11px;
        fill: rgb(96, 82, 82);
        position: absolute;
        top: 28px;
        right: 26px;
    }

    .header-location-icon {
        margin-right: 15px;
    }

    .burger {
        display: block;
    }

    .burger img {
        width: 30px;
    }

    .adaptive-bg {
        background: url('../images/main-bg-320.png') no-repeat;
        background-size: cover;
    }

    .main {
        background: none;
    }

    .main-top {
        flex-direction: column;
        padding-top: 25px;
    }

    .main-top-left h1 {
        font-size: 25px;
        text-align: center;
    }

    .main-top-left p {
        font-size: 12px;
        text-align: center;
        margin: 20px auto 0 auto;
    }

    .main-top-left .main-button {
        display: none;
    }

    .main-top-right {
        margin: 0 auto;
    }

    .main-right-img {
        top: 120px;
        margin-bottom: 200px;
    }

    .main-right-img img {
        width: 310px;
    }

    .fire {
        top: -70px;
    }

    .main-right-name {
        text-align: center;
        left: 0;
        font-size: 18px;
        margin: 0 auto;
    }

    .main-right-name p {
        font-size: 12px;
    }

    .main-right-img .main-button {
        display: block;
        top: 140px;
        margin: 0 auto;
        position: relative;
    }

    .main-right-discounts {
        right: 25px;
        top: -55px;
    }

    .discount-price {
        right: -20px;
        bottom: -190px;
    }

    .main-right-discount-date {
        width: 80px;
        height: 80px;
    }

    .main-bottom {
        display: flex;
        justify-content: center;
    }

    .main-cards {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
        gap: 20px;
    }

    .main-card {
        margin-right: 0;
        align-items: center;
    }

    .main-card img:first-child {
        width: 38px;
    }

    .food-tray {
        width: 48px;
        height: 30px;
    }

    .main-card-text {
        font-size: 12px;
        max-width: 152px;
    }

    .about-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .about-title img {
        display: block;
        width: 38px;
    }

    .about-description {
        margin-top: 36px;
        font-size: 12px;
    }

    .about-images-first {
        right: -70px;
    }

    .about-images-first img {
        width: 131px;
    }

    .about-images-second {
        right: -140px;
        top: -5px;
    }

    .about-images-second img {
        width: 140px;
    }

    .about-images-third {
        left: 35px;
    }

    .about-images-third img {
        width: 113px;
    }

    .advantages {
        margin-top: 150px;
    }

    .advantages-card {
        margin-bottom: 35px;
    }

    .advantages-title img {
        display: none;
    }

    .advantages-info {
        flex-direction: column;
    }

    .advantages-info-left {
        order: 1;
    }

    .advantages-left-cards {
        display: flex;
        gap: 35px;
    }

    .advantages-info-center {
        order: 3;
        width: 300px;
        height: 250px;
        margin: 20px auto;
    }

    .advantages-info-right {
        order: 2;
    }

    .advantages-right-cards {
        display: flex;
        gap: 40px;
    }

    .advantages-card-text {
        font-size: 12px;
        width: 130px;
        margin-top: 15px;
    }

    .menu .slick-slide div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .menu-item-image {
        height: 100px;
        margin-top: 36px;
    }

    .menu .slick-slide .menu-item-image,
    .menu .slick-slide .menu-item-title,
    .menu .slick-slide .menu-item-description {
        width: 100% !important;
        display: flex !important;
    }

    .menu-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .menu-title img {
        display: block;
    }

    .menu-choice-item:not(:last-child) {
        margin-right: 35px;
    }

    .menu-choice-text {
        font-size: 11px;
    }

    .menu-item {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .menu-item-image {
        filter: drop-shadow(0px 0px 15px #9f0700);
    }

    .menu-item-image img {
        width: 110px;
    }

    .menu-item-title {
        margin-block: 15px;
        font-size: 16px;
        max-width: 110px;
    }

    .menu-item-description {
        font-size: 12px;
        max-width: 134px;
    }

    .reviews .slick-slide div{
        text-align: center;
    }

    .reviews-adaptive-bg {
        background: linear-gradient(rgba(40, 29, 24, 0.8), rgba(40, 29, 24, 0.8)), url("../images/reviews-bg.png") no-repeat;
        border-radius: 5px;
        width: 290px !important;
        height: 270px !important;
        padding: 18px 20px 20px 20px;
        margin-top: 20px;
    }

    .reviews-top {
        display: flex !important;
        width: 100% !important;
    }

    .reviews-left-name {
        font-size: 22px;
        margin-block: 30px 24px;
        text-align: left;
    }

    .reviews-bottom-favorite p {
        text-align: left;
        font-family: 'Trebuchet', sans-serif;
        font-size: 12px;
    }

    .reviews-bottom-text {
        max-width: 245px;
        margin-top: 14px;
    }

    .reviews-bottom-text p {
        text-align: left;
        font-size: 12px;
    }

    .promotions-cards {
        gap: 10px;
    }

    .promotions-card {
        height: 110px;
        width: 290px;
    }

    .promotions-card-text-small {
        font-size: 14px;
    }

    .promotions-card-text-normal {
        font-size: 18px;
    }

    .promotions-card-text-big {
        font-size: 36px;
    }

    .card-1 .promotions-card-img img {
        height: 80px;
    }

    .card-2 {
        order: 2;
    }

    .card-2 .promotions-card-text {
        top: 5px;
    }

    .card-3 {
        order: 4;
        background-size: cover;
        background-position: 0 -110px;
    }

    .card-3 .promotions-card-text,
    .card-3 .promotions-card-text-big {
        font-size: 18px;
    }

    .card-3 .promotions-card-text-small {
        display: none;
    }

    .card-4 {
        width: 290px;
        order: 3;
    }

    .card-4 .promotions-card-img {
        order: 2;
    }

    .card-4 .promotions-card-img img {
        width: 95px;
    }

    .card-4 .promotions-card-text {
        position: relative;
        z-index: 2;
        margin-left: 0;
        order: 1;
    }

    .card-4 .promotions-card-text-small {
        display: none;
    }

    .book-left img {
        display: none;
    }

    .book-right {
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .book-right-text {
        text-align: center;
    }

    .timer {
        justify-content: center;
    }

    .book-form {
        align-items: center;
        justify-content: center;
    }

    .pepper {
        display: none;
    }

    .footer .container {
        flex-direction: column;
        justify-content: center;
    }

    .footer-socials {
        margin-block: 40px;
    }

    .footer-address {
        order: 3;
    }

}

/* 320 - 480 */
@media screen and (max-width: 479px) {
    .chicken {
        width: 25px;
    }

    .cow {
        width: 33px;
    }

    .duck {
        width: 27px;
    }

    .crab {
        width: 29px;
    }

    .menu-item img {
        width: 118px;
    }

}