@media (max-width: 1200px) {
    .ceny__one .ceny__obrazok img {
        top: 60%;
    }
}

@media (max-width: 991px) {
    .ceny__one .ceny__obrazok, .tim .ceny__one .ceny__obrazok  {
        height: 200px;
    }

    .blog-one__obrazok {
        height: 250px;
    }

    .blog-one__obrazok img {
        width: 120%;
    }

    .blog__text {
        height: 250px;
        margin-top: -250px;
        padding: 50px 30px;
    }

    .kontakty-one {
        height: 578px;
    }

    .duo-form .form__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }

    header .logo {
        margin: 0;
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
        margin-top: 8px;
    }

    .header .menu {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #FF9800;
        padding: 20px 0;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .header .menu.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .header .menu-item {
        margin: 0;
        margin-bottom: 15px;
    }

    .header .menu-but {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    header .logo {
        font-size: 25px;
    }

    header h1 {
        font-size: 60px;
        margin-top: 40px;
    }

    .btn {
        font-size: 18px;
        height: 50px;
        width: 200px;
        margin-top: 20px;
    }

    .ceny__one .ceny__obrazok, .tim .ceny__one .ceny__obrazok{
        height: 150px;
    }

    .blog-one {
        margin-bottom: 20px;
    }

    .blog__text {
        padding: 80px 30px;
    }

    h2 {
        font-size: 40px;
    }

    .uspesne__info {
        margin-left: 20px;
    }

    .kontakty-one {
        height: auto;
        margin-bottom: 20px;
    }

    .kontakty {
        padding-bottom: 20px;
    }

    .btn {
        width: 350px;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 16px;
    }

    .btn {
        width: 100%;
    }

    .footer .logo {
        display: block;
        margin: 0 auto;
        width: fit-content;
        margin-bottom: 10px;
    }

    .footer .menu {
        margin-top: 20px;
    }

    .footer .menu-but {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .footer .menu-one {
        justify-content: center;
    }

    .footer {
        margin-top: 0;
    }

    .blog__text {
        padding: 50px 20px;
    }

    h2 {
        margin-bottom: 20px;
    }

    .ceny__one {
        margin-bottom: 30px;
    }

    .ceny__one .ceny__obrazok, .tim .ceny__one .ceny__obrazok {
        height: 250px;
    }

    .ceny__one .ceny__obrazok {
        margin-bottom: 10px;
    }

    .pozornost {
        margin-top: 40px;
        padding: 30px;
    }

    .uspesne__obrazok {
        width: 100%;
        margin-bottom: 10px;
    }

    .uspesne__info {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .uspesne__info p:first-child {
        margin-bottom: 0px;
    }

    .uspesne-one {
        margin-bottom: 30px;
    }

    .onas__obrazok {
        height: 200px;
    }

    .header {
        padding: 10px 0 60px;
        background-size: cover;
    }

    header .logo {
        font-size: 18px;
    }

    .onas h3 {
        margin-top: 0;
    }

    header h1 {
        font-size: 40px;
    }

    .blog-one__obrazok img {
        width: 130%;
    }
    
    section {
        padding: 40px 0;
    }

    .header .menu-one {
        margin: 0;
    }
}