@media (max-width: 1399px) {
    .orchardblock__card .picture img {
        width: 150%;
    }
}

@media (max-width: 1199px) {
    h2 {
        margin-bottom: 20px;
    }

    .orchardblock__card .picture img {
        width: 180%;
    }
}

@media (max-width: 991px) {
    .gate .emblem {
        margin: 0;
        font-size: 20px;
    }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active {
        position: relative;
        opacity: 2;
    }

    .gate .banquet{
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        z-index: 1000;
        flex-direction: column;
        background:#31473A;
        padding: 20px 0;
        opacity: 0;
        gap: 16px;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .3s ease, transform .3s ease;
    }

    .gate .banquet.active{
        opacity: 1;
        transform: translateY(0);
    }

    .gate  .banquet.active .banquet__one {
        margin: 0;
    }

    .gate  .banquet.active .banquet__one a {
        color: #F9F6F1;
        font-size: 18px;
        text-decoration: none;
    }

    .orchardblock__card {
        margin-bottom: 30px;
        padding: 20px;
    }

    .orchardblock .row > div:last-child .orchardblock__card {
        margin-bottom: 0;
    }

    .orchardblock__card .picture {
        height: 350px;
    }

    .orchardblock__card .picture img {
        width: 110%;
    }

    .orchardblock__card p:first-child {
        margin-bottom: 10px;
    }

    .duo-parchment .parchment__input:first-child {
        margin-bottom: 20px;
    }

    .crestblock .row div:nth-of-type(3) .banquet .banquet__one {
        margin-bottom: 10px;
        justify-content: center;
    }

    .crestblock .row div:nth-of-type(3) .banquet .banquet__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hall {
        background-size: 200%;
    }

    .orchardblock__card .picture img {
        width: 135%;
    }

    .estateblock__card {
        margin-bottom: 20px;
    }
    
    .estateblock .row div:last-child .estateblock__card {
        margin-bottom: 0;
    }

    .crestblock .emblem {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .crestblock .banquet .banquet__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .crestblock .banquet .banquet__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .hall {
        background-size: 300%;
    }

    a.btn {
        width: 200px;
        height: 45px;
        font-size: 20px;
    }

    .hall .pasth1-v4 {
        margin-top: 20px;
    }

    .hall a {
        margin-top: 20px;
    }

    .orchardblock__card .picture {
        height: 200px;
    }
}