@media (max-width: 991px) {
    .header__formavedoku {
        padding: 30px 0 60px;
    }

    .header__formavedoku h1 {
        font-size: 60px;
        margin-top: 80px;
    }

    .header__formavedoku p {
        font-size: 22px;
        margin-bottom: 60px;
    }

    .header__formavedoku .menu__formavedoku {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #8B5E3C;
        padding: 20px 0;
        z-index: 1000;
        margin-left: -15px;
    }

    .header__formavedoku .menu__formavedoku.active {
        display: flex;
    }

    .header__formavedoku .menu-item__formavedoku {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .header__formavedoku .menu-item__formavedoku a {
        color: #fff;
        font-size: 18px;
    }

    .menu-toggle__formavedoku {
        display: flex;
    }

    h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .services__formavedoku-one, .achievement__formavedoku-one, .review__formavedoku-one {
        margin-bottom: 30px;
    }

    .picture__formavedoku {
        height: 400px;
        margin-bottom: 20px;
    }

    .picture__formavedoku img {
        width: 120%;
    }

    .services__formavedoku-one .picture__formavedoku {
        height: 200px;
    }

    .btn__formavedoku {
        height: 55px;
        font-size: 22px;
    }

    .duo-form__formavedoku .form__formavedoku__input:first-child {
        margin-bottom: 20px;
    }

    .contact__formavedoku-one {
        height: 604px;
        padding: 15px;
    }

    .footer .logo__formavedoku {
        display: block;
        margin: 0 auto;
        width: fit-content;
        margin-bottom: 20px;
    }

    .menu-toggle__formavedoku {
        display: flex;
        margin-left: auto;
    }

    .header .menu__formavedoku {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #333;
        padding: 20px 0;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .menu__formavedoku.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .menu-item__formavedoku {
        margin: 0;
        margin-bottom: 15px;
    }

    .menu-but__formavedoku {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    /* -------------sny-reviews__one------------- */
    .formavedoku-reviews__one {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }

    .header__formavedoku {
        padding: 20px 0 50px;
    }

    .header__formavedoku .logo__formavedoku {
        font-size: 18px;
        text-align: center;
    }

    .header__formavedoku h1 {
        font-size: 48px;
        margin-top: 60px;
    }

    .header__formavedoku p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    h2 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .picture__formavedoku {
        height: 300px;
    }

    .services__formavedoku-one p:first-of-type {
        font-size: 26px;
    }

    .services__formavedoku-one p {
        font-size: 16px;
    }

    .btn__formavedoku {
        height: 50px;
        font-size: 20px;
    }

    .achievement__formavedoku-one h3 {
        font-size: 32px;
    }

    .review__formavedoku-one b {
        font-size: 20px;
    }

    .contact__formavedoku-one {
        height: auto;
        margin-bottom: 30px;
    }

    .form input,
    .form textarea {
        font-size: 16px;
        width: 100%;
    }

    .duo-form .form__input {
        height: 50px;
    }

    .contact__formavedoku h3 {
        font-size: 26px;
    }

    .footer {
        font-size: 14px;
        padding: 30px 0;
    }

    .form-cookie-container {
        padding: 0 15px;
    }

    .form-cookie-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .form-cookie-buttons .btn__formavedoku {
        width: 100%;
    }

    section {
        padding: 40px 0;
    }

    .btn-dnes__formavedoku {
        margin: 40px 0;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 16px;
    }

    .header__formavedoku {
        background-size: auto 120%;
        padding: 15px 0 40px;
    }

    .header__formavedoku h1 {
        font-size: 36px;
        margin-top: 50px;
    }

    .header__formavedoku p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .header__formavedoku .menu-item__formavedoku a {
        font-size: 16px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .picture__formavedoku {
        height: 200px;
        border-radius: 15px;
    }

    .services__formavedoku-one {
        padding-bottom: 15px;
    }

    .services__formavedoku-one p:first-of-type {
        font-size: 22px;
    }

    .services__formavedoku-one p {
        font-size: 14px;
        padding: 0 15px;
    }

    .btn__formavedoku {
        height: 45px;
        font-size: 18px;
    }

    .achievement__formavedoku-one h3 {
        font-size: 28px;
    }

    .achievement__formavedoku-one p {
        font-size: 16px;
    }

    .review__formavedoku-one b {
        font-size: 20px;
    }

    .contact__formavedoku h3 {
        font-size: 22px;
    }

    .form input,
    .form textarea {
        font-size: 14px;
        padding: 0 15px;
    }

    .form textarea {
        height: 100px;
    }

    .form .btn__formavedoku {
        font-size: 16px;
    }

    .form-cookie-content h3 {
        font-size: 18px;
    }

    .form-cookie-content p {
        font-size: 14px;
    }

    .form-cookie-buttons .btn__formavedoku {
        font-size: 14px;
        height: 45px;
    }

    .footer .logo__formavedoku {
        margin-bottom: 0;
    }

    .footer .menu__formavedoku {
        margin-top: 20px;
    }

    .footer .menu-but__formavedoku {
        text-align: center;
        margin-bottom: 5px;
    }

    .footer .menu-one__formavedoku {
        justify-content: center;
    }
}