:root {
    --color-black: #000;
    --color-white: #fff;
    --color-blue-1: #141F3D;
    --color-blue-2: #141F3D;
    --color-blue-3: #141F3D;
    --color-blue-4: #141F3D;
    --color-orange: #141F3D;
    --color-green-opacity: #141F3D;
    --color-red-opacity: #141F3D;
    --color-red: #141F3D;
    --color-green: #141F3D;
    --color-yellow: #FF9800;
    --color-light: #c4bdda;
    --gradient-green: #141F3D;
    --gradient-yellow: #141F3D
}

h1 {
    font-size: 32px;
    line-height: 1.1875
}

h1,
h2,
h3 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0
}

h2,
h3 {
    font-size: 24px;
    line-height: 1.2083333333
}

p {
    margin-bottom: 20px;
    margin-top: 0
}

.btn {
    align-items: center;
    border-radius: 8px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    gap: 10px;
    justify-content: center;
    line-height: 1.1875;
    padding: 13px 16px;
    text-align: center
}

.btn img {
    width: 24px
}

.btn-border {
    border: 1px solid var(--color-white)
}

.btn-border:hover {
    background: var(--color-white);
    color: var(--color-blue-1)
}

.btn-green {
    background-color: #00CFA6;
    background-image: var(--gradient-green)
}

.btn-green:hover {
    opacity:0.8;
}

.btn-yellow img {
    filter: brightness(0) invert(1);
}

.btn-yellow {
    background-color: #FD2400;
    background-image: var(--gradient-yellow);
    color: #fff
}

.btn-yellow:hover {
    background-color: #f8c020
}

.btn-orange {
    background-color: var(--color-orange)
}

.btn-orange:hover {
    background: var(--color-white);
    color: var(--color-blue-1)
}

.header {
    align-items: center;
    background: var(--color-blue-2);
    display: flex;
    padding: 13px 15px
}

.header__logo {
    display: block;
    width: 160px
}

.header__sidebar {
    flex-shrink: 0;
    width: 320px
}

.header__wrap {
    justify-content: space-between;
    width: 100%
}

.header__content,
.header__wrap {
    align-items: center;
    display: flex
}

.header__content {
    gap: 24px
}

.app__btn,
.header__actions {
    display: flex;
    gap: 12px
}

.app__btn {
    align-items: center;
    background: var(--color-blue-3);
    border-radius: 8px;
    color: var(--color-light);
    font-size: 12px;
    padding: 7px 8px
}

.app__btn img {
    height: 30px;
    width: 30px
}

.app__btn-title {
    color: #fff;
    font-size: 16px;
    line-height: 1.1875
}

.app__btn:hover {
    background: var(--color-blue-4)
}

.wrapper {
    display: flex;
    justify-content: space-between
}

.sidebar {
    background: var(--color-blue-2);
    flex-shrink: 0;
    min-height: calc(100vh - 76px);
    padding: 15px 10px;
    position: relative;
    width: 320px
}

.sidebar__block {
    position: sticky;
    top: 15px
}

.sidebar__item {
    border-bottom: 1px solid var(--color-blue-4);
    padding-bottom: 25px;
    padding-top: 35px
}

.sidebar__item:first-child {
    padding-top: 0
}

.sidebar__item:last-child {
    border-bottom: 0
}

.sidebar__link {
    color: var(--color-light);
    display: block;
    margin-bottom: 24px;
    padding-left: 12px
}

.sidebar__link:hover {
    color: #fff
}

.sidebar p {
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 12px
}

.content {
    padding: 20px;
    width: 100%
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu a {
    align-items: center;
    background: hsla(0, 0%, 100%, 0);
    border-radius: 8px;
    display: flex;
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 12px;
    padding: 10px 12px;
    position: relative
}

.menu a:hover {
    background: var(--color-blue-3)
}




.menu a.has-submenu.active:after {
    transform: rotate(180deg)
}

.menu ul {
    height: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.menu ul.active {
    height: auto
}

.menu ul a {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px
}

.language__btn {
    align-items: center;
    background: var(--color-blue-3);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    padding: 15px 12px;
    position: relative
}

.language__btn img {
    width: 20px
}

.language__btn:hover {
    background: var(--color-blue-4)
}




.language__btn.active:after {
    transform: rotate(180deg)
}

.social {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 12px;
    padding-left: 12px
}

.social a img {
    width: 24px
}

.social a:hover {
    filter: brightness(2)
}

.banner {
    background-size: cover;
    border-radius: 12px
}



.banner__subtitle {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1666666667;
    text-transform: uppercase
}

.banner__row {
    gap: 7px
}

.banner__promocode,
.banner__row {
    align-items: center;
    display: flex;
    justify-content: center
}

.banner__promocode {
    background: #fff;
    background: linear-gradient(92.71deg, #fafbfd .92%, #e8ecf1 97.74%);
    border-radius: 8px;
    color: var(--color-blue-1);
    gap: 10px;
    padding: 10px 105px;
    cursor:pointer;
}

.banner__promocode img {
    width: 24px
}

.banner__lg {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15625;
    margin: 0 auto 15px;
    max-width: 885px;
    text-transform: uppercase
}

.banner__wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%
}

.banner__orange,
.banner__title {
    font-size: 31px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
    transform: rotate(-6deg);
    width: -moz-max-content;
    width: max-content;
}

.banner__orange {
    margin-top: 25px;
    cursor: pointer;
}
.banner__orange:hover {
    color:#DDDFE1;
}

.banner__orange:before {
    background: #00CFA6;
    border-radius: 15px;
    bottom: -10px;
    box-shadow: inset 2px 2px 0 0 hsla(0, 0%, 100%, .25);
    content: "";
    left: -10px;
    position: absolute;
    right: -15px;
    top: -10px;
    transform: skewX(-9deg);
    z-index: -1
}

.banner__text {
    font-size: 18px;
    line-height: 1.3888888889
}

.banner__bonus,
.banner__text {
    font-weight: 900;
    text-transform: uppercase
}

.banner__bonus {
    font-size: 47px;
    line-height: 1;
    margin-bottom: 10px
}

.banner__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%
}

.block {
    background: var(--color-blue-2);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 15px 15px 1px
}

.table {
    overflow-x: auto;
    width: 100%
}

.table table {
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%
}

.table tr:nth-child(2n) td {
    background: var(--color-blue-3)
}

.table td {
    padding: 10px 12px
}

.table td:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.table td:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.img-text {
    overflow: hidden
}

.img-text,
.img-text img {
    width: 100%
}

.img-cov {
    border-radius: 12px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    width: 350px
}

.img-cov-right {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.clear {
    clear: both
}

.faq {
    grid-gap: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px
}

.faq__item {
    background: var(--color-blue-3);
    border-radius: 8px;
    height: -moz-min-content;
    height: min-content;
    margin-bottom: 8px
}

.faq__item h3 {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1875;
    margin: 0;
    padding: 10px 52px 10px 12px;
    position: relative
}




.faq__item[aria-expanded=true] .faq__answer {
    opacity: 1
}

.faq__item[aria-expanded=true] h3:after {
    transform: rotate(180deg)
}

.faq__answer {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease
}

.faq__answer p {
    color: #c4bdda;
    margin: 0;
    padding: 10px 12px
}

.footer {
    background: var(--color-blue-2);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 25px 15px
}

.footer__logo {
    border-bottom: 1px solid var(--color-blue-3);
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 33px;
    padding-bottom: 33px
}

.footer__bottom,
.footer__logo {
    align-items: center;
    display: flex
}

.footer__bottom {
    justify-content: end
}

.footer__menu {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__menu a {
    color: var(--color-light)
}

.footer__menu a:hover {
    color: #fff
}

.footer__logo-2 {
    align-items: center;
    display: flex;
    gap: 15px
}

.footer__logo-2 img {
    max-height: 22px;
    max-width: 115px
}

.page {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 65px 0;
    text-align: center
}

.page h1 {
    font-size: 128px
}

.page p {
    color: var(--color-light)
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.breadcrumbs,
.breadcrumbs a {
    align-items: center;
    display: flex
}

.breadcrumbs a {
    color: var(--color-light);
    position: relative
}

.breadcrumbs a:hover {
    color: #fff
}



.sitemap {
    margin-bottom: 15px
}

.sitemap__item {
    align-items: center;
    background: var(--color-blue-3);
    border-radius: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1875;
    margin: 0 0 8px;
    padding: 10px 52px 10px 12px;
    position: relative
}




.sitemap__item:hover {
    background: var(--color-blue-4)
}

.burger {
    display: none
}

@media screen and (max-width:1200px) {
    .banner-2 {
        display: none
    }

    .footer__bottom {
        display: block
    }

    .footer__menu {
        margin-bottom: 15px
    }

    .header__content {
        display: none
    }

    .header__wrap {
        justify-content: flex-end
    }
}

@media screen and (max-width:992px) {
    .sidebar {
        background: var(--color-blue-1);
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 95px;
        transition: all .3s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 1000
    }

    .sidebar.active {
        opacity: 1;
        visibility: visible
    }

    .header__content {
        display: none
    }

    .header__sidebar {
        order: 0;
        width: auto
    }

    .header__logo {
        width: 80px
    }

    .banner-2 {
        display: none
    }

    .banner__orange,
    .banner__title {
        font-size: 12px;
        color:#DB0000;
    }

    .footer__bottom {
        display: block
    }

    .footer__menu {
        flex-wrap: wrap;
        gap: 15px 9px;
        justify-content: center;
        margin-bottom: 15px
    }

    .footer__logo-2 {
        gap: 10px;
        justify-content: center
    }

    .footer__logo-2 img {
        max-height: 14px;
        max-width: 65px
    }

    .img-cov {
        max-width: 100%
    }

    .footer__logo {
        gap: 15px 5px;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .footer__menu a {
        font-size: 12px
    }

    .footer {
        padding: 15px
    }

    .faq {
        grid-template-columns: 1fr
    }

    h1 {
        font-size: 20px
    }

    h2,
    h3 {
        font-size: 18px
    }

    .faq__item h3 {
        font-size: 12px
    }

    .banner-1 {
        padding: 30px 20px
    }

    .banner__orange {
        margin-top: 10px
    }

    .banner__orange:before {
        border-radius: 5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        top: -5px
    }

    .btn {
        font-size: 12px;
        line-height: 1.1666666667;
        padding: 7px;
        width: 100%
    }

    .burger {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 30px;
        order: 1;
        padding: 2.5px 0;
        width: 30px;
        z-index: 101
    }

    .burger span {
        background: #fff;
        border-radius: 30px;
        display: block;
        height: 3px;
        transition: all .3s ease;
        width: 30px
    }

    .burger.active span:first-child {
        transform: translateY(4px) rotate(45deg)
    }

    .burger.active span:nth-child(2) {
        transform: translateY(-9px) rotate(-45deg)
    }

    .header {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .header__wrap {
        margin-top: 10px;
        order: 2;
        width: 100%
    }

    .header__actions {
        width: 100%
    }

    .banner__subtitle {
        font-size: 14px
    }

    .banner__lg {
        font-size: 20px
    }

    .banner-4 {
        background-color: #FB4D00;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding: 15px
    }

    .banner__promocode {
        flex-shrink: 0;
        font-size: 12px;
        padding: 2px 15px;
        width: -moz-max-content;
        width: max-content
    }

    .content {
        padding: 15px
    }

    .banner__wrap,
    .block {
        margin-bottom: 15px
    }
}

.wrhwrhwhw{
    background-color:#00CFA6;
    color:#fff;
}

.banner__orange {
    color:#fff;
}

.banner__title {
    color:#f0f0f0;
}

/* MostBet localized replacement for removed external inject */
:root {
    --color-blue-1: #141F3D;
    --color-blue-2: #141F3D;
    --color-blue-3: #141F3D;
    --color-blue-4: #141F3D;
    --color-orange: #141F3D;
}

body {
    background: #141F3D;
}

.header,
.sidebar,
.footer,
.table thead th,
.faq__item,
.language__dropdown,
.menu__dropdown,
.wrapper,
.header__sidebar,
.sidebar__block,
.sidebar .footer,
.sidebar .footer__top,
.sidebar .footer__center,
.sidebar .footer__bottom {
    background-color: #141F3D !important;
}

.hero,
.table tbody td,
.sidebar__item,
.footer__top,
.footer__center,
.app__btn,
.bonus,
.language__list,
.menu__list {
    background-color: #141F3D;
}

.banner-2,
.banner-4 {
    background-color: #141F3D;
}

.btn-border {
    background: #141F3D;
}

.btn-border:hover {
    background: #141F3D;
    color: #fff;
}

/* Mobile alignment fixes */
@media screen and (max-width: 768px) {
    .banner-2 {
        display: none !important;
    }

    .sidebar {
        top: 122px !important;
        background: #141F3D !important;
    }

    .sidebar__block {
        padding-top: 4px;
    }

    .sidebar__block > .sidebar__item:first-child {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 14px;
    }

    .langs15454 {
        margin-right: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
    }

    .langs15454--active img {
        width: 26px;
        height: 26px;
        transform: none;
    }

    .sidebar__item666 {
        margin-top: 12px;
    }

    .sidebar__item666 .header__actions {
        flex-direction: column;
        gap: 10px;
    }
}


/* Restore MostBet button colors and keep banner images */
.btn-green,
.wrhwrhwhw {
    background-color: #3ADD67;
    color: #000;
}

.btn-yellow {
    background-color: #FDDE50;
    color: #000;
}

.btn-yellow img {
    filter: none;
}

.btn-border {
    color: #fff;
    border: 1px solid rgba(255,255,255,.85);
}

.banner-2 {
    background-image: url(../img/banner-2.webp);
}

.banner-4 {
    background-image: url(../img/banner-5.webp);
}


/* Match mobile menu background fully with page background */
@media screen and (max-width: 768px) {
    .sidebar,
    .sidebar__block,
    .sidebar__item,
    .sidebar .footer,
    .sidebar .footer__top,
    .sidebar .footer__center,
    .sidebar .footer__bottom,
    .menu__list,
    .language__list,
    .sidebar .app__btn {
        background-color: #141F3D !important;
    }
}


/* Desktop left-side background should match the main page background */
.sidebar__block,
.sidebar__item,
.sidebar .footer,
.sidebar .footer__top,
.sidebar .footer__center,
.sidebar .footer__bottom,
.sidebar .app__btn {
    background-color: #141F3D !important;
}

/* Bring CTA colors closer to original MostBet look */
.btn-border {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.9);
}

.btn-border:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.btn-green,
.wrhwrhwhw {
    background-color: #3ADD67 !important;
    color: #000 !important;
}

.btn-yellow {
    background-color: #FDDE50 !important;
    color: #000 !important;
}


/* Solid language dropdown background */
.language-switcher-modern,
.mobile-language-switcher{z-index:9999}
.language-switcher-modern .language__dropdown,
.mobile-language-switcher .language__dropdown{
    background:#141F3D !important;
    opacity:1 !important;
    z-index:9999 !important;
    backdrop-filter:none !important;
}

/* Language polish for MostBet */
.language-switcher-modern,
.mobile-language-switcher{position:relative !important;z-index:9999 !important}
.language-switcher-modern{display:inline-block !important;max-width:100% !important}
.language-switcher-modern .language__btn{display:inline-flex !important;align-items:center !important;gap:10px !important;justify-content:flex-start !important;width:auto !important;max-width:100% !important;margin-bottom:0 !important;padding:8px 42px 8px 12px !important;border-radius:10px !important;background:#141F3D !important;border:1px solid rgba(255,255,255,.16) !important;box-shadow:0 8px 20px rgba(0,0,0,.16) !important;position:relative !important}
.language-switcher-modern .language__btn span{font-size:12px !important;font-weight:700 !important;line-height:1.2 !important;color:#fff !important;white-space:nowrap !important}
.language-switcher-modern .language__btn img{width:20px !important;height:20px !important;min-width:20px !important;flex:0 0 20px !important;border-radius:50% !important}
.language-switcher-modern .language__btn::after{content:'' !important;position:absolute !important;right:12px !important;top:50% !important;width:8px !important;height:8px !important;margin-top:-6px !important;border-right:2px solid rgba(255,255,255,.92) !important;border-bottom:2px solid rgba(255,255,255,.92) !important;transform:rotate(45deg) !important;transition:transform .2s ease !important}
.language-switcher-modern .language__btn.active::after{transform:rotate(225deg) !important;margin-top:-2px !important}
.language-switcher-modern .language__dropdown{display:none !important;position:absolute !important;top:calc(100% + 8px) !important;left:0 !important;min-width:188px !important;width:188px !important;margin-top:0 !important;border-radius:10px !important;overflow:hidden !important;background:#141F3D !important;border:1px solid rgba(255,255,255,.16) !important;box-shadow:0 12px 26px rgba(0,0,0,.24) !important;z-index:10000 !important;opacity:1 !important}
.language-switcher-modern .language__dropdown.active{display:block !important}
.language-switcher-modern .language__list{list-style:none !important;margin:0 !important;padding:8px !important}
.language-switcher-modern .language__option{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;flex-wrap:nowrap !important;gap:10px !important;padding:9px 12px !important;border-radius:8px !important;color:#fff !important;text-decoration:none !important}
.language-switcher-modern .language__option:hover,.language-switcher-modern .language__option.is-active{background:rgba(255,255,255,.12) !important}
.language-switcher-modern .language__option img{display:inline-block !important;width:20px !important;height:20px !important;min-width:20px !important;flex:0 0 20px !important;border-radius:50% !important;margin:0 !important}
.language-switcher-modern .language__option span{display:block !important;font-size:13px !important;line-height:1.2 !important;color:#fff !important;white-space:nowrap !important;margin:0 !important}
.mobile-language-switcher{display:none !important;flex-shrink:0 !important}
.mobile-language-switcher .language__btn{display:inline-flex !important;align-items:center !important;gap:6px !important;margin-bottom:0 !important;padding:6px 28px 6px 8px !important;width:auto !important;min-width:0 !important;border-radius:9px !important;background:#141F3D !important;border:1px solid rgba(255,255,255,.16) !important;box-shadow:0 8px 20px rgba(0,0,0,.16) !important;position:relative !important}
.mobile-language-switcher .language__btn span{font-size:11px !important;font-weight:700 !important;line-height:1 !important;color:#fff !important;letter-spacing:.02em !important;white-space:nowrap !important}
.mobile-language-switcher .language__btn img{width:18px !important;height:18px !important;min-width:18px !important;flex:0 0 18px !important;border-radius:50% !important}
.mobile-language-switcher .language__btn::after{content:'' !important;position:absolute !important;right:11px !important;top:50% !important;width:7px !important;height:7px !important;margin-top:-5px !important;border-right:2px solid rgba(255,255,255,.92) !important;border-bottom:2px solid rgba(255,255,255,.92) !important;transform:rotate(45deg) !important;transition:transform .2s ease !important}
.mobile-language-switcher .language__btn.active::after{transform:rotate(225deg) !important;margin-top:-1px !important}
.mobile-language-switcher .language__dropdown{display:none !important;position:absolute !important;top:calc(100% + 6px) !important;right:0 !important;left:auto !important;width:172px !important;min-width:172px !important;border-radius:10px !important;overflow:hidden !important;background:#141F3D !important;border:1px solid rgba(255,255,255,.16) !important;box-shadow:0 12px 26px rgba(0,0,0,.24) !important;z-index:10002 !important;opacity:1 !important}
.mobile-language-switcher .language__dropdown.active{display:block !important}
.mobile-language-switcher .language__list{list-style:none !important;margin:0 !important;padding:8px !important}
.mobile-language-switcher .language__option{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;flex-wrap:nowrap !important;gap:8px !important;padding:8px 10px !important;border-radius:8px !important;color:#fff !important;text-decoration:none !important}
.mobile-language-switcher .language__option:hover,.mobile-language-switcher .language__option.is-active{background:rgba(255,255,255,.12) !important}
.mobile-language-switcher .language__option img{display:inline-block !important;width:18px !important;height:18px !important;min-width:18px !important;flex:0 0 18px !important;border-radius:50% !important;margin:0 !important}
.mobile-language-switcher .language__option span{display:block !important;font-size:12px !important;line-height:1.2 !important;color:#fff !important;white-space:nowrap !important;margin:0 !important}
@media screen and (max-width:768px){.header{position:relative !important}.mobile-language-switcher{display:block !important;position:absolute !important;right:52px !important;top:50% !important;transform:translateY(-50%) !important;margin:0 !important}.burger{order:2}.header__wrap{order:3;width:100%}.sidebar__block>.sidebar__item:first-child{display:none !important}}


/* mobile language button position + 2-letter compact fix */
@media screen and (max-width:768px){
  .mobile-language-switcher{
    right:44px !important;
    top:18px !important;
    transform:none !important;
  }
  .mobile-language-switcher .language__btn{
    padding:5px 24px 5px 7px !important;
    gap:5px !important;
    min-height:30px !important;
  }
  .mobile-language-switcher .language__btn span{
    font-size:10px !important;
    line-height:1 !important;
  }
  .mobile-language-switcher .language__btn::after{
    right:9px !important;
  }
}


/* mobile language final position tune */
@media screen and (max-width:768px){
  .mobile-language-switcher{
    right:60px !important;
    top:14px !important;
    transform:none !important;
  }
  .mobile-language-switcher .language__btn{
    padding:5px 24px 5px 7px !important;
    gap:5px !important;
    min-height:30px !important;
  }
  .mobile-language-switcher .language__btn span{
    font-size:10px !important;
    line-height:1 !important;
  }
}

/* Mobile logo final fix */
.header__logo a,
.header__logo p{
  display:block;
  margin:0 !important;
}

.header__logo img{
  display:block;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain;
}

@media screen and (max-width:992px){
  .header{
    min-height:64px;
  }

  .header__sidebar{
    display:flex;
    align-items:center;
  }

  .header__logo{
    width:128px !important;
    max-width:128px !important;
  }
}

@media screen and (max-width:768px){
  .header{
    min-height:68px;
    padding-top:12px !important;
    padding-bottom:12px !important;
  }

  .header__sidebar{
    display:flex;
    align-items:center;
    min-height:44px;
  }

  .header__logo{
    width:132px !important;
    max-width:132px !important;
  }

  .header__logo img{
    min-width:132px !important;
  }
}

@media screen and (max-width:420px){
  .header__logo{
    width:124px !important;
    max-width:124px !important;
  }

  .header__logo img{
    min-width:124px !important;
  }
}

/* Desktop header language switcher placement */
.desktop-language-switcher{
  display:flex;
  align-items:center;
  flex-shrink:0;
  position:relative;
  z-index:10001;
}

.desktop-language-switcher .language-switcher-modern{
  display:block !important;
  max-width:100% !important;
}

.desktop-language-switcher .language-switcher-modern .language__btn{
  margin-bottom:0 !important;
  min-height:42px !important;
  padding:8px 38px 8px 10px !important;
  gap:8px !important;
}

.desktop-language-switcher .language-switcher-modern .language__btn span{
  font-size:12px !important;
  line-height:1.1 !important;
}

.desktop-language-switcher .language-switcher-modern .language__dropdown{
  left:0 !important;
  right:auto !important;
}

@media screen and (min-width:769px){
  .header__wrap > .header__actions:last-child{
    align-items:center !important;
    gap:12px !important;
  }

  .sidebar__block > .sidebar__item:first-child{
    display:none !important;
  }
}

@media screen and (max-width:768px){
  .desktop-language-switcher{
    display:none !important;
  }
}
