*,
:after,
:before {
    box-sizing: border-box
}
li,
ol,
ol[class],
ul,
ul[class] {
    margin: 0;
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed
}

li,
ol[class],
ul[class] {
    list-style: none
}

a {
    text-decoration: none;
    transition: all 0.3s
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

button,
input,
select,
textarea {
    border: none;
    font: inherit
}

[role="button"],
button {
    cursor: pointer
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important
    }
}

@keyframes move {
    50% {
        transform: translateY(-5px) rotate(15deg)
    }
    75% {
        transform: translateY(-5px) rotate(5deg)
    }
}

.faq {
    margin-bottom: 35px;
    margin-top: 25px
}

.faq--item {
    border: 1px solid #428cdc;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px
}

.faq--item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 10px
}

.faq--item-text {
    font-size: 18px;
    line-height: 1.66
}

.block-games {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0
}

.block-games--item {
    border: 2px solid #fecd00;
    border-radius: 12px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important
}

.block-games--item:hover .block-games--row {
    opacity: 1
}

.block-games--img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.block-games--img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.block-games--row {
    background-color: rgb(0 50 102 / .8);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    opacity: 0;
    padding: 16px 16px 24px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out
}

.block-games--title {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-align: center
}

.block-games--btn {
    align-items: center;
    background: #fecd00;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: 10px 10px 10px 12px
}

@media (max-width:1024px) {
    .block-games {
        grid-template-columns: repeat(1, 1fr)
    }
}

.block-promotions {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0
}

.block-promotions--item {
    background: #0F5239 !important;
    border: 2px solid #fecd00;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    overflow: hidden;
    text-decoration: none !important
}

.block-promotions--img {
    height: 250px;
    min-width: 250px;
    width: 250px
}

.block-promotions--img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.block-promotions--right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 16px 16px 0
}

.block-promotions--title {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px
}

.block-promotions--text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

.block-promotions--btn,
.promocode--link {
    background: #fecd00;
    border-radius: 8px;
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 12px 12px 64px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase
}

.block-promotions--btn span,
.promocode--link span {
    animation: move 2s infinite;
    background-image: url(../../images/mini-gift.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    left: 6px;
    position: absolute;
    top: -2px;
    width: 52px
}

@media (max-width:1024px) {
    .block-promotions {
        grid-template-columns: repeat(1, 1fr)
    }
    .block-promotions--img {
        height: 250px;
        width: 100%
    }
    .block-promotions--item {
        flex-direction: column
    }
    .block-promotions--right {
        padding: 16px
    }
}

.promocode {
    background: #0F5239;
    border: 2px solid #fecd00;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 450px;
    padding: 20px
}

.promocode--wrap {
    margin: 30px 0
}

.promocode--title {
    font-size: 24px;
    font-weight: 900
}

.promocode--text,
.promocode--title {
    color: #fff;
    margin-bottom: 8px;
    text-align: center
}

.promocode--text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

.promocode--row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    margin-top: 12px
}

.promocode--secret {
    border: 2px dashed #f9cb16;
    border-radius: 8px;
    color: #f9cb16;
    font-size: 16px;
    font-weight: 700;
    min-width: 35%;
    padding: 12px
}

.promocode--btn {
    align-items: center;
    background: hsl(0 0% 100% / .1);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 4px;
    justify-content: center;
    padding: 6px 8px;
    width: 100%
}

.promocode--btn .active {
    display: none
}

.promocode--btn.active .active {
    display: block
}

.promocode--btn.active .notactive {
    display: none
}

.promocode--link {
    padding-left: 12px;
    text-align: center;
    text-transform: none
}

.review {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.review--block-first {
    width: 25%
}

.review--block {
    background: #0F5239;
    border: 2px solid #fecd00;
    border-radius: 12px;
    padding: 16px
}

.review--block-title {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 16px
}

.review--about-row {
    border-bottom: 1px solid rgb(250 92 2 / .3);
    font-size: 17px;
    padding: 16px 0
}

.review--about-row span {
    color: #fecd00;
    font-weight: 800
}

.review--about-row:first-child {
    padding-top: 0
}

.review--about-row:last-child {
    border-bottom: none
}

.review--block-pay {
    width: 46%
}

.review--type-row {
    align-items: center;
    border-bottom: 1px solid rgb(250 92 2 / .3);
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    padding: 12px 0
}

.review--type-row img {
    height: auto;
    max-width: 32px
}

.review--type-row:first-child {
    padding-top: 0
}

.review--type-row:last-child {
    border-bottom: none
}

.review--block-pay {
    font-size: 17px
}

.review--pay-title {
    margin-bottom: 12px
}

.review--pay-wrap {
    border-bottom: 1px solid rgb(250 92 2 / .3);
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 16px
}

.review--pay-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.review--pay-logos img {
    height: auto;
    max-width: 34px
}

.review--currencies {
    border-bottom: 1px solid rgb(250 92 2 / .3);
    font-size: 14px;
    padding: 16px 0
}

.review--currencies span {
    color: #fecd00;
    font-weight: 800
}

.review--deposits {
    display: grid;
    grid-column-start: 4px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 16px
}

.review--deposit {
    font-size: 14px;
    text-align: center
}

.review--deposit .text {
    color: #fecd00;
    font-weight: 800;
    margin-top: 5px
}

.review--block-bonuses {
    width: 39%
}

.review--bonuses {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.review--bonuses>div {
    border: 1px solid #72aee6;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px
}

.review--block-bottom {
    width: 18.5%
}

.review--cols {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr)
}

.review--col {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px
}

.review--col img {
    height: auto;
    max-width: 32px
}

.review--license-img {
    margin-bottom: 12px;
    max-width: 100%;
    width: 146px
}

.review--license-img img {
    height: auto;
    max-width: 100%
}

@media (max-width:1024px) {
    .review--block {
        width: 100%
    }
}

.body--inner,
body.-toggle,
html.-toggle {
    overflow: hidden
}

.body--inner {
    max-width: 100vw;
    min-height: 100vh;
    position: relative
}

.fixed-bottom {
    bottom: 0;
    display: none;
    left: 0;
    padding: 5px 10px;
    position: fixed;
    text-align: center;
    width: 100%
}

.fixed-bottom--link {
    background: #28b686;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center
}

.fixed-bottom.active {
    display: block
}

body {
    background: #fff;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    width: 1400px
}

.button--border {
    background: #28b686;
    color: #fff;
    text-decoration: none
}

.button--border,
.button--green,
.wp-block-button__link {
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 18px;
    text-transform: uppercase
}

.button--green,
.wp-block-button__link {
    background: #fecd00;
    ;
    box-shadow: 0 10px 30px #fecd00;
    color: #fff !important;
    text-decoration: none !important
}

.button--orange {
    background: #fecd00;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 18px;
    text-decoration: none !important;
    text-transform: uppercase
}

.header {
    background: #0F5239;
    z-index: 100
}

.header--bottom,
.header--mobile-lang {
    display: none
}

.header--left-sticky-close {
    background: #fff0;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px
}

.header--left-sticky-close svg {
    height: auto;
    width: 100%
}

.header--left-sticky {
    background: #28b686;
    height: 100vh;
    left: 0;
    min-width: 310px;
    padding: 70px 15px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    z-index: 1000
}

.header--left-sticky .sub-menu a {
    padding-left: 20px
}

.header--left-sticky a {
    align-items: center;
    border-bottom: 1px solid hsl(0 0% 100% / .3);
    color: #fff;
    display: flex;
    font-size: 16px;
    gap: 7px;
    padding: 10px 0
}

.header--left-sticky.active {
    transform: translateX(0)
}

.header--left-open {
    background: #fff0
}

.header--row-left {
    align-items: center;
    display: flex;
    gap: 20px
}

.header--bottom-container {
    position: relative
}

.header--scroll-row {
    background: #428cdc;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-out;
    z-index: 1
}

.header--bottom-row {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative
}

.header--bottom-row:after {
    background: linear-gradient(90deg, #fff0, #0F5239 63.75%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -45px;
    top: 0;
    width: 128px
}

.header--bottom-title {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px
}

.header--bottom-scroll {
    -ms-overflow-style: none;
    overflow-x: auto;
    position: relative;
    scrollbar-width: none
}

.header--bottom-scroll::-webkit-scrollbar {
    display: none
}

.header--logo {
    margin-right: 24px;
    width: 172px
}

.header--top {
    padding: 9px 0
}

.header--row {
    justify-content: space-between
}

.header--menu-wrap,
.header--row {
    align-items: center;
    display: flex
}

.header--links a {
    margin-left: 24px
}

.header--right {
    display: none
}

.header--menu .menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0 -12px
}

.header--menu .menu>li {
    margin: 0 12px
}

.header--menu .menu>li.menu-item-has-children:hover>.sub-menu {
    display: block
}

.header--menu .menu>li.menu-item-has-children>a {
    padding-right: 17px
}

.header--menu .menu>li.menu-item-has-children>a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.558 7.942c.244.244.64.244.884 0l2.5-2.5a.625.625 0 1 0-.884-.884L6 6.616 3.942 4.558a.625.625 0 1 0-.884.884l2.5 2.5Z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.header--menu li {
    position: relative
}

.header--menu a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0
}

.header--menu a:hover {
    color: #fecd00
}

.header--menu .sub-menu {
    background: #012;
    border-radius: 5px;
    display: none;
    left: 0;
    padding: 15px 10px;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 2
}

@media (max-width:1024px) {
    .header--mobile-lang {
        display: block
    }
    .header--bottom {
        display: block;
        padding-top: 10px
    }
    .header--bottom .header--links {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr
    }
    .header--bottom .header--links a {
        text-align: center
    }
    .header--left-open {
        display: none
    }
    .header--menu-btn {
        align-items: center;
        background: #fecd00;
        border: none;
        border-radius: 5px;
        display: flex;
        height: 42px;
        justify-content: center;
        width: 42px
    }
    .header--menu-btn span {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M15 13.125a1.125 1.125 0 0 1 .108 2.245l-.108.005H3a1.125 1.125 0 0 1-.108-2.245L3 13.125h12Zm0-5.25a1.125 1.125 0 0 1 0 2.25H3a1.125 1.125 0 1 1 0-2.25h12Zm0-5.25a1.125 1.125 0 0 1 0 2.25H3a1.125 1.125 0 0 1 0-2.25h12Z' fill='%23428CDC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        height: 18px;
        width: 18px
    }
    .header--top {
        position: relative
    }
    .header--right {
        align-items: center;
        display: flex;
        gap: 10px
    }
    .header--menu a:after {
        display: none !important
    }
    .header--menu .sub-menu {
        background: #fff0;
        display: block;
        left: auto;
        padding: 10px 0 10px 20px;
        position: relative;
        top: auto;
        width: 100%
    }
    .header--menu .menu {
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 20px
    }
    .header--menu .menu>li {
        margin: 0
    }
    .header--menu-wrap {
        align-items: flex-start;
        background: #0F5239;
        display: none;
        flex-direction: column;
        left: 0;
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px 15px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 10
    }
    .header--menu-wrap.-toggle {
        display: flex
    }
    .header--links {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }
    .header--links a {
        margin-left: 0
    }
    .header--logo {
        width: 180px
    }
    .header--bottom-items a {
        font-size: 12px;
        padding: 6px 8px
    }
}

.page--main-section {
    padding: 40px 0
}

.page--toc {
    background: #f3f4f4;
    padding: 8px 15px
}

.page--toc-button {
    align-items: center;
    background: #fff0;
    color: #000;
    display: flex;
    font-size: 22px;
    gap: 15px;
    padding: 10px 0;
    width: 100%
}

.page--toc-button:hover {
    color: #fecd00
}

.page--toc-button span {
    display: block;
    height: 24px;
    position: relative;
    transition: all 0.3s;
    width: 24px
}

.page--toc-button.active span {
    transform: rotate(180deg)
}

.page--toc-change {
    display: none
}

.page--toc-change.show {
    display: block
}

.page--toc-list {
    list-style: disc !important;
    margin-left: 20px !important;
    padding: 15px 0 !important
}

.page--toc-list li {
    font-size: 18px;
    list-style: disc !important;
    margin-bottom: 6px
}

.page--toc-list li::marker {
    color: #fecd00
}

.page--toc-list a {
    color: #000
}

.page--toc-list a:hover {
    color: #fecd00
}

.page--content {
    color: #000;
    font-size: 18px;
    padding-bottom: 50px
}

.page--content ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    margin: 30px 0
}

.page--content ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 30px;
    padding-left: 56px;
    position: relative
}

.page--content ol li:last-child:before {
    display: none
}

.page--content ol li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1v26' stroke='%23007ACC' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4 4'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    bottom: -20px;
    content: "";
    display: block;
    left: 23px;
    position: absolute;
    top: 5px;
    width: 2px
}

.page--content ol li:after {
    background: #28b686;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    content: counter(my-awesome-counter);
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 46px;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 46px
}

.page--content ul {
    margin: 30px 0
}

.page--content ul li {
    margin-bottom: 15px;
    padding-left: 31px;
    position: relative
}

.page--content ul li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 256 256'%3E%3Cpath d='M25 2C12.317 2 2 12.317 2 25s10.317 23 23 23 23-10.317 23-23c0-4.56-1.34-8.81-3.637-12.389l-1.369 1.618A20.846 20.846 0 0 1 46 25c0 11.579-9.421 21-21 21S4 36.579 4 25 13.421 4 25 4c5.443 0 10.394 2.1 14.129 5.51l1.308-1.545A22.912 22.912 0 0 0 25 2zm18.236 5.754-19.322 22.8-8.133-7.585-1.363 1.463 9.666 9.015 20.68-24.4z' transform='scale(5.12)' fill='%23428cdc' stroke-miterlimit='10' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode:normal'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px
}

.page--content a {
    background: #fecd00;
    color: #fff;
    text-decoration: underline
}

.page--content p {
    line-height: 1.66;
    margin-bottom: 22px
}

.page--content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14;
    margin: 60px 0 30px;
    position: relative
}

.page--content .wp-block-buttons {
    margin: 40px 0 70px
}

.page--content .wp-block-columns {
    margin: 55px 0
}

.page--content .wp-block-table {
    background: #0F5239;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    margin: 30px 0 60px;
    overflow-x: auto;
    padding: 10px
}

.page--content .wp-block-table table {
    border-spacing: 0;
    width: 100%
}

.page--content .wp-block-table table strong {
    font-weight: 500
}

.page--content .wp-block-table td {
    padding: 16px 30px
}

.page--content .wp-block-table tr {
    vertical-align: top
}

.page--content .wp-block-table tr:nth-child(odd) td:first-child {
    border-radius: 10px 0 0 10px
}

.page--content .wp-block-table tr:nth-child(odd) td:last-child {
    border-radius: 0 10px 10px 0
}

@media (max-width:1024px) {
    .page--banner {
        padding: 30px 0
    }
    .page--banner-row {
        display: block
    }
    .page--banner-row>* {
        width: 100%
    }
    .page--banner-text {
        display: none
    }
    .page--banner-left {
        margin-bottom: 20px
    }
    .page--banner-text-mobile {
        display: block
    }
    .page--banner-title {
        font-size: 24px;
        line-height: 1.15
    }
    .page--banner-bonus-title {
        font-size: 18px
    }
    .page--banner-bonus-green {
        font-size: 28px
    }
    .page--banner-bonus {
        margin-bottom: 20px
    }
    .page--content {
        font-size: 16px
    }
    .page--content .wp-block-image img {
        margin-left: auto;
        margin-right: auto
    }
    .page--content .wp-block-columns {
        flex-wrap: wrap !important
    }
    .page--content .wp-block-columns>* {
        flex-basis: 100% !important
    }
    .page--content .wp-block-table {
        font-size: 16px
    }
    .page--content h2 {
        font-size: 24px;
        margin: 50px 0 23px
    }
    .page--content h2:before {
        bottom: 0;
        height: auto;
        top: 0;
        transform: none
    }
}

.footer {
    background: #0F5239;
    padding: 35px 0 70px
}

.footer--logo {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px
}

.footer--menu .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
}

.footer--menu a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    gap: 8px
}

.footer--menu a:hover {
    color: #fecd00
}

.footer--logos {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 40px 0
}

.footer--logos img {
    max-height: 30px;
    width: auto
}

.footer--copyright {
    text-align: center
}

@media (max-width:767px) {
    .footer--info,
    .footer--row {
        grid-template-columns: repeat(1, 1fr)
    }
    .footer--top-logos {
        gap: 30px;
        justify-content: flex-start
    }
    .footer--bottom-logos {
        gap: 15px
    }
}

.banner {
    background: #434343;
    padding: 40px 0
}

.banner--breadcrumbs {
    color: #fff;
    padding: 15px 0 25px
}

.banner--breadcrumbs a {
    color: #fff
}

.banner--left h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px
}

.banner--left p {
    margin-bottom: 17px
}

.banner--row {
    align-items: center;
    color: #fff;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr
}

.banner--link {
    text-align: center
}

.banner--promos {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px 0 0
}

.banner--promo {
    border: 2px solid #fecd00;
    border-radius: 12px;
    padding: 20px
}

.banner--promo-row {
    align-items: flex-end;
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

.banner--promo-image {
    min-width: 110px;
    width: 110px
}

.banner--promo-left {
    padding-bottom: 70px
}

.banner--promo-text {
    font-weight: 500
}

.banner--promo-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px
}

.banner--promo-title span {
    color: #fecd00
}

.banner--promo-link {
    border: 1px solid #fecd00;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 40px 12px 12px;
    position: relative
}

.banner--promo-link:hover {
    background: #fecd00
}

.banner--promo-link:after {
    background-image: url(../../images/btn-arrows.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 12px;
    top: calc(50% - 12px);
    width: 24px
}

@media (max-width:1024px) {
    .banner--promos,
    .banner--row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.site-header__langs {
    position: relative
}

@media (max-width:768px) {
    .site-header__langs {
        grid-row: 2
    }
}

.site-header__langs .site-header__langs--current {
    border: 1px solid #fecd00;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 8px;
    height: 42px;
    padding: 5px 10px;
    place-items: center;
    text-transform: uppercase
}

.site-header__langs .site-header__langs--current img {
    border-radius: 4px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 24px
}

.site-header__langs .site-header__langs--current span {
    color: #fff
}

.site-header__langs ul {
    background: #012449;
    border-radius: 4px;
    display: none;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 180px;
    z-index: 9999
}

.site-header__langs ul li:not(:last-child) a {
    border-bottom: 1px solid #fecd00;
    margin-bottom: 6px;
    padding-bottom: 6px
}

@media (max-width:768px) {
    .site-header__langs ul li:not(:last-child) a {
        border: none;
        margin-bottom: 8px;
        padding-bottom: 8px
    }
}

.site-header__langs ul li a {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    place-items: center
}

.site-header__langs ul li a:hover {
    opacity: .64
}

.site-header__langs ul li a img {
    border-radius: 2px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 20px
}

.site-header__langs ul li a span {
    color: #fff;
    font-size: 14px
}

.site-header__langs ul li.current-lang a {
    opacity: .64
}

.site-header__langs:hover>ul {
    display: block
}

@media (max-width:768px) {
    .site-header__langs:hover>ul {
        display: grid
    }
}

.to-top-btn {
    align-items: center;
    background: #fecd00;
    border-radius: 50%;
    bottom: 100px;
    display: none;
    height: 62px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 3%;
    transition: all 0.25s ease;
    width: 62px;
    z-index: 9999
}

.to-top-btn:hover {
    transform: scale(1.1)
}

.to-top-btn svg {
    width: 30px
}

.to-top-btn.show {
    display: flex;
    opacity: 1
}

@media (max-width:768px) {
    .to-top-btn {
        bottom: 100px;
        height: 50px;
        width: 50px
    }
}

strong {
    color: #fecd00
}