@media screen and (max-width:1440px) {
    .footerText{
        width:100%;
        flex-wrap: wrap;
    }
    .footerTextTop{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footerH1{
        font-size: 100px;
        top: -363px;
    }
    .footerTextBot{
        width: 100%;
    }
    .topLine{
        width:100%;
    }

    .greenBoxes{
        flex-wrap: wrap;
    }
    .topLineRight{
        flex-wrap: wrap;
        max-height:100px;
        gap: 5px;
    }
    .navWrap{
        width: 100%;
        padding: 10px;
    }
    .main-nav__list{
        flex-wrap: wrap;
    }
    .topWrapInfo{
        width: 100%;
        margin-top: 0px;
        flex-wrap: wrap;
        margin-bottom: 100px;
        margin-top: 100px;
    }
    .trio{
        width:100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .answers{
        width:100%;
        flex-wrap: wrap;
        flex-direction: column;
        margin: auto;

        & > *{
            width: 100%;
        }
    }    
    .answersRight > *{
        margin-right: 20px;
    }
    .lakes18{
        width: 100%;
        justify-content: center;
    }
    .l18Tex{
        order: 1;
    }
    .lc18Img{
        order:2;
    }
    .trioElem{
        width:fit-content;
    }
    .halfBlocks{
        flex-direction: column;
        & .hBLeft{
            order: 1;
            width: 90%;
            margin: auto;
            margin-top: 50px;
            
            & img{
                border-radius: 32px;
            }
        }
        & .hBRight{
            order: 2;
            width: 95%;
            margin: 40px 0px;
        }
    }
}
@media screen and (max-width:1100px) {
    .topLineLeft{
        justify-content: space-between;
        padding: 0px 10px;
    }
    .topWrapInfo{
        flex-direction: column;
        height: auto;
        align-items: center;
        margin-bottom: 200px;
    }
    .tWILeft{
        width:100%;
    }
    .tWIRight{
        display: none;
    }
    .tWILP {
        width: 100%;
        padding: 0px 10px;
    }
}
@media screen and (max-width:500px) {
    .lc18Img{
        width: 100%;
    }
    .footerH1{
        font-size: 70px;
        top: -403px;
        
    }
    .topWrapInfo{
        flex-direction: column;
        height: auto;
        align-items: center;
        margin-bottom: 140px;
    }
    
    .tWILH1{
        font-size: 111px;
    }
    .topLineLeft{
        width: auto;
    }
    .topLineRight{
        width: auto;
        margin-left: 20px;
    }
    .logoText{
        display:none;
    }
    .footerBlockText{
        width: fit-content;
        margin-top: 20px;
    }
    .footerBlock1{
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        & img{
            width: 74px;
            height:50px;
        }
        .footerBlock1P{
            width: 70%;
        }
    }
    .footerGreenBox{
        width:50%;
        margin-top: 5px !important;
    }
    .footerText{
        margin-top: -310px;
    }
    .clouds{
        top: -689px;
    }
    .activity__top {
        gap: 0px;
        & > h2{
            font-size: 72px;
        }
        margin-bottom: 75px;
    }
    .activity-slider .owl-stage-outer {
        padding-left: 50px;  /* сколько нужно */
    }
}

@media screen and (max-width:1200px) {
    .variables{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .rm-slider{
        width: 100%;
        order:1;

    }
    .sliderRight{
        position: relative;
        width:70%;
        margin: auto;
        margin-top: 100px;
        margin-bottom: 150px;
        order: 3;
    }
    .rm-img {
       display: none;
    }
    .activity{
        margin-top: 150px;
    }
    .variables{
        width: 95%;
    }
}

.activity-slider {

    width: 100%;
}

.activity-slider__track.owl-carousel .activity-card {
    height: 100%;
}