@media screen and (min-width: 992px) {
}

.bg-container {
    width: 32px !important;
}

.swipe-label {
    width: 80% !important;
}

/* navigation */
.align-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.language-nav {
    display: flex;
    gap: 15px;
    color: white;
    order: 1;
    margin-right: -10px;
}

.language-nav a {
    display: block;
    padding: 10px;
    margin-top: -9px;
}

.language-nav a.active span {
    border-bottom: 2px solid #DA2B1C;
    padding-bottom: 4px;
}

.language-nav .divider {
    width: 2px;
    height: 20px;
    background: white;
}

.main-nav {
    order: 2;
}

@media screen and (max-width: 1279px) {
    nav .desktop .navigation {
        width: 675px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    nav .desktop .navigation {
        width: 862px;
    }
}

/* mobile navigation */

.language-nav.mobile-language {
    color: #234570;
    margin-right: 0;
}

.language-nav.mobile-language .divider {
    background: #234570;
}

.language-nav.mobile-language a.active span {
    border-bottom: 1px solid #DA2B1C;
}

/* links */

.content.top a {
    text-decoration: underline;
}

.content.bottom a {
    text-decoration: underline;
}

/* swiper */

section.content .slider-container .swiper .swiper-wrapper .swipe-label {
    bottom: 0;
    width: calc(100% - 128px) !important;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.content .slider-container .swiper .swiper-wrapper .swipe-label p {
    line-height: 17px;
}

@media screen and (min-width: 992px) {

    section.content .slider-container .control-btn {
        background: #f2f6fa;
    }

    section.content .slider-container .control-btn .content .bg-container {
        background: #f2f6fa;
    }

    section.content .slider-container .control-btn .content .bg-container > *::after {
        background-image: url(../images/arrow-dark.svg);
    }

    section.content .slider-container .swiper .swiper-wrapper .swipe-label p {
        color: #234570;
    }

    section.content .slider-container .control-btn {
        z-index: 0;
    }

    section.content .slider-container .swiper {
        background: #f2f6fa;
    }

    section.content .slider-container .control-btn {
        height: 0;
        top: unset;
        bottom: 0;
        z-index: 1;
    }

    section.content .slider-container .control-btn .content .bg-container.left {
        bottom: 0;
        height: 58px;
        width: 50px !important;
    }

    section.content .slider-container .control-btn .content .bg-container.right {
        bottom: 0;
        height: 58px;
        width: 50px !important;
    }

    section.content .slider-container .control-btn .content .bg-container .swiper-button-next {
        width: 50px;
    }

    section.content .slider-container .control-btn .content .bg-container .swiper-button-prev {
        width: 50px;
    }

    section.content .slider-container .control-btn .content .bg-container .swiper-button-next::after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    section.content .slider-container .control-btn .content .bg-container .swiper-button-prev::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

}

@media screen and (min-width: 1440px) and (max-width: 1559px) {
    html body .wrapper-body .container {
        max-width: 1439px;
    }
}