@media(max-width:1024px) {
    .main-menu li a {
        text-transform: uppercase;
        font-weight: 700;
        padding: 29px 18px;
        display: inline-block;
        font-size: 13px;
        color: #242765;
    }
}

@media(max-width:880px) {
    .main-menu li a {
        text-transform: uppercase;
        font-weight: 700;
        padding: 29px 18px;
        display: inline-block;
        font-size: 13px;
        color: #242765;
    }

    .boy img {
        width: 100%;
    }

    .item-carousel {
        border: 1px solid #3b3b3b;
        border-radius: 10px;
        margin: 60px 5px 0px 5px;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 48%;
    }

    .carou-1 {
        height: 600px !important;
    }

    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
        overflow: hidden !important;
        height: 568px;
    }

    .owl-dots {
        bottom: 13% !important;
        padding: 10px 0px;
    }
}

@media(max-width:500px) {
    li.menu_has_children:after {
        content: "";
    }

    .site-logo,
    .site-title {
        display: block;
        font-size: 36px;
        line-height: 1;
        width: 200px;
    }

    .scooll_logo h1 {
        font-size: 30px;
        text-align: center;
        padding: 0px;
        background-color: #000087;
        color: white;
        font-weight: bolder;
    }

    .carou-1 {
        height: 663px !important;
    }

    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
        overflow: hidden !important;
        height: 568px;
    }

    .owl-dots {
        bottom: 13% !important;
        padding: 10px 0px;
    }

    .bg_hatman {
        background-image: url(../images/Hatman-grey-mob.png) !important;
        background-color: #e3e3e3;
        background-repeat: no-repeat;
        background-size: contain !important;
        padding: 14px 0px;
    }

    .hatman_text {
        margin-top: 230px;
    }

    .baner {
        background-image: url(../images/nicolay-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .baner_text {
        padding: 250px 0px 20px 0px;
    }

    .baner p {
        width: 80%;
        font-size: 16px;
        padding: 30px 5px;
        background-color: rgba(255, 255, 255, 0.56);
        text-align: center;
        margin: 0 auto;
    }

    .baner_contant {
        background-image: url(../images/citata_school-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 200px 0px 100px 0px;
    }

    .baner_text_contakt p {
        font-size: 24px;
        text-align: left;
        padding: 50px 50px;
        background-color: rgba(0, 0, 0, 0.56);
        color: white;
        margin-left: 20%;
    }

    .post {
        width: 100% !important;
        height: auto !important;
    }


    .card {
        width: 100%;
    }

    .item_cennosti {
        margin: 10px 0px;
    }

    .item_cennosti img {
        width: 40%;

    }

    .item_cennosti p {
        font-size: 16px;
    }


    .boy img {
        width: 100%;
    }

    .inv {
        display: none;
    }

}
