.directions {
    height: calc(100vh - 70px);
    min-height: 807px;
    width: 100%;
    position: relative;
    zoom: 1.1;
}

.directions::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 76px);
    z-index: 5;
    pointer-events: none;
    background: transparent;
    box-shadow: 0px 0px 21.2px 0px #000000ED inset;

    @media screen and (max-width: 1024px) {
        height: calc(100% - 186px);
    }
}


.directions .app-container {
    height: 100%;
    max-width: 1340px;
}

.directions__bg {
    position: absolute;
    width: 100%;
    background-color: #1B204C;
    height: 100%;
}

.directions__bg img {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.directions__main {
    font-family: Segoe UI;
    top: -66px;
    text-transform: uppercase;
    right: 0;
    position: absolute;
    font-size: 32px;
    font-weight: 700;
    line-height: 52.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;

}

.directions__bg .active-bg {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.directions__wrapper {
    height: calc(100% - 60px);
    display: flex;
    padding: 52px 0 67px 0;
    align-items: center;
    position: relative;
}
.directions__container{
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    height: fit-content;
    gap: 73px;
    align-items: center;
}
.directions__bot__container{
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    height: fit-content;
    gap: 73px;
    align-items: center;
}
.swiper__directions-left {
    max-width: 275px;

}


.swiper__directions-left .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.swiper__directions-left .swiper-wrapper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0 !important;
    transition: all 0.4s ease-in-out;
}

.directions__title {
    font-family: Segoe UI;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-transform: uppercase;
}

.directions__desc {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}
/*.directions__desc p{*/
/*    opacity: 0.8;*/
/*}*/

.swiper__directions-right {
    width: 1019px;
    overflow: hidden;
    margin-left: 10px;
    height: 500px;

}

.swiper__directions-right .swiper-wrapper {
    align-items: center;
}

.swiper__directions-right .swiper-wrapper .swiper-slide img {
    width: 360px;
    height: 500px;
    transition: all 0.4s ease-in-out;
    object-fit: cover;

}

.swiper__directions-right .swiper-wrapper .swiper-slide {
    width: 360px !important;
    height: 500px !important;
    transition: all 0.4s ease-in-out;
}

.swiper__directions-right .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    object-fit: cover;
    width: 300px !important;
    transition: all 0.4s ease-in-out;
    height: 420px !important;

}

.swiper__directions-right .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
    object-fit: cover;
    width: 300px;
    transition: all 0.4s ease-in-out;
    height: 420px;

}

 .swiper-pagination {
    bottom: 40px !important;
    width: fit-content !important;
    left: 360px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    background: none;
    width: 17px;
    height: 17px;
    border: 3px solid #727DA4;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #727DA4 !important;
    transition: all 0.4s ease-in-out;

}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev {
    left: 300px !important;
    width: unset !important;
    height: unset !important;
    transition: all 0.4s ease-in-out;
}

.swiper-button-prev:hover {
    scale: 1.1;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    right: -60px !important;
    width: unset !important;
    height: unset !important;
    transition: all 0.4s ease-in-out;

}

.swiper-button-next:hover {
    scale: 1.1;
}



@media screen and (max-width:1024px) {
    .directions{
        overflow: hidden;
        height: 1000px;
        min-height: auto;
        position: relative;
        zoom: 1;
    }
   
    .directions__bg img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: 100%;
    }

    .directions__wrapper {
        height: calc(100% - 28px);
        padding: 0;
    }
    .directions__container{
        flex-direction: column-reverse;
        gap: 20px;
        height: 100%;
        padding: 20px 0 0 0;
        justify-content: flex-end;
        display: flex;
    }
   
    .directions__main {
        font-family: Segoe UI;
        top: 40px;
        text-transform: uppercase;
        right: 50%;
        transform: translateX(50%);
        position: absolute;
        font-size: 24px;
        font-weight: 700;
        line-height: 36.8px;
        text-align: center;
        width: 100%;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    
    }
   
    .swiper__directions-left {
        max-width: calc(100% - 32px);
    }
   
    .swiper__directions-left .swiper-wrapper .swiper-slide {
        flex-direction: column;
        gap: 6px;
    }

    .swiper__directions-left .swiper-wrapper .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0 !important;
        transition: all 0.4s ease-in-out;
    }
    .swiper__directions-left .swiper-wrapper .swiper-slide:not(.swiper-slide-active){
        opacity: 0 !important;
        transition: all 0.4s ease-in-out;
    }

    .directions__title {
        font-size: 24px;
        line-height: 32px;
    }

    .directions__desc {
        font-size: 14px;
        line-height: 17.2px;
    }

    .swiper__directions-right {
        width: 100%;
        overflow: hidden;
        margin-left: 0;
        height: auto;
        margin-top: 80px;
    }

    .swiper__directions-right .swiper-wrapper {
        align-items: center;
    }

    .swiper__directions-right .swiper-wrapper .swiper-slide img {
        width: calc(100% - 100px);
        height: 400px;
        transition: all 0.4s ease-in-out;
        scale: unset;

        object-fit: cover;

    }

    .swiper__directions-right .swiper-wrapper .swiper-slide {
        width: 100% !important;
        display: flex;
        justify-content: center;
        height: 400px !important;
        scale: unset;

        transition: all 0.4s ease-in-out;
    }
 
    .swiper__directions-right .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
        width: 100% !important;
        height: 400px !important;
        scale: unset;


    }

    .swiper__directions-right .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
        width: calc(100% - 100px);
        height: 400px !important;
        scale: unset;

    }
  
    
 .swiper-pagination {
        display: none;
    }

    .swiper__directions-right .swiper-pagination .swiper-pagination-bullet {
        display: none;
    }

    .swiper-button-prev {
        left: 10px !important;
        width: 18px !important;
        top: 32%!important;
        height: unset !important;
        transition: all 0.4s ease-in-out;
    }
 

    .swiper-button-prev:hover {
        scale: 1;
    }


    .swiper-button-next {
        right: 10px !important;
        width:  18px !important;
        top: 32%!important;
        height: unset !important;
        transition: all 0.4s ease-in-out;

    }
 
    .swiper-button-next:hover {
        scale: 1;
    }
}

#footer .left-wrapper {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}