*,
: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;
    }
}
@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(//winbet-bulgaria.com/wp-content/themes/theme/dist/styles/../../fonts/Roboto-Regular.woff2);
}
@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url(//winbet-bulgaria.com/wp-content/themes/theme/dist/styles/../../fonts/Roboto-Bold.woff2);
}
.cat-games {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0;
}
.cat-games a {
    text-decoration: none !important;
}
.cat-games--item {
    align-items: center;
    background: linear-gradient(90deg, #003266, #003a76);
    border: 1px solid #254b74;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    transition: all 0.3s;
}
.cat-games--item:hover {
    border-color: #4db749;
}
.cat-games--right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 53px;
    margin-left: 7px;
    width: 53px;
}
.cat-games--title {
    color: #88c504;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.cat-games--subtitle {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .cat-games {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        margin: 10px 0 20px;
    }
}
.games--wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
}
.games--section {
    background: linear-gradient(90deg, #003266, #003a76);
    border: 1px solid #254b74;
    border-radius: 10px;
    padding: 20px;
}
.games--section-top {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
.games--section-icon {
    align-items: center;
    background: #002449;
    border-radius: 5px;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-right: 20px;
    width: 42px;
}
.games--section-title {
    font-size: 24px;
    font-weight: 700;
}
.games--list {
    display: grid;
    gap: 20px;
}
.games--list.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}
.games--list.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.games--item {
    transition: all 0.3s;
}
.games--item:hover {
    transform: scale(1.05);
}
.games--item img {
    width: 100%;
}
@media (max-width: 767px) {
    .games--wrap {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        margin: 20px 0;
    }
    .games--list {
        gap: 20px;
    }
}
.steps-slider {
    background: #001932;
    padding: 60px 0;
}
.steps-slider--outer {
    overflow: hidden;
    position: relative;
}
.steps-slider--inner {
    padding: 0 170px;
    position: relative;
}
.steps-slider--inner:after,
.steps-slider--inner:before {
    background: #001932;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
    z-index: 5;
}
.steps-slider--inner:after {
    left: auto;
    right: 0;
}
.steps-slider--inner .swiper-slide .steps-slider--item {
    transform: scale(0.9);
    transition: all 0.3s;
}
.steps-slider--inner .swiper-slide-active .steps-slider--item {
    transform: none;
}
.steps-slider--inner .swiper-button-next,
.steps-slider--inner .swiper-button-prev {
    background: transparent;
    border: 1px solid #428cdc;
    border-radius: 50%;
    color: #428cdc;
    height: 40px;
    text-rendering: auto;
    transition: all 0.3s;
    width: 40px;
}
.steps-slider--inner .swiper-button-next:after,
.steps-slider--inner .swiper-button-prev:after {
    font-size: 15px;
}
.steps-slider--inner .swiper-button-next:hover,
.steps-slider--inner .swiper-button-prev:hover {
    background: #428cdc;
    color: #fff;
}
.steps-slider--bottom {
    margin-top: 40px;
    text-align: center;
}
.steps-slider--title {
    margin-top: 0 !important;
    text-align: center;
}
.steps-slider--title:before {
    display: none !important;
}
@media (max-width: 767px) {
    .steps-slider--inner {
        padding: 0 90px 60px;
    }
    .steps-slider--inner:after,
    .steps-slider--inner:before {
        display: none;
    }
    .steps-slider--inner .swiper-button-next,
    .steps-slider--inner .swiper-button-prev {
        bottom: 0;
        top: auto;
    }
    .steps-slider--inner .swiper-button-prev {
        left: auto;
        right: 52%;
    }
    .steps-slider--inner .swiper-button-next {
        left: 52%;
        right: auto;
    }
}
.custom-tiles {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0;
}
.custom-tiles--item {
    background: linear-gradient(90deg, #003266, #003a76);
    border: 1px solid #254b74;
    border-radius: 10px;
    padding: 20px;
}
.custom-tiles--icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 54px;
    margin-bottom: 15px;
    width: 50px;
}
.custom-tiles--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
.custom-tiles--text {
    font-size: 16px;
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .custom-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .custom-tiles {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-tiles--item {
        padding-bottom: 60px;
    }
}
.advantages {
    background: #5635a7;
    border-radius: 10px;
    display: grid;
    gap: 16px 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}
.advantages--item {
    align-items: center;
    color: #fff;
    display: flex;
    line-height: 1.5;
}
.advantages--item span {
    align-items: center;
    background: #151342;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-right: 24px;
    min-width: 50px;
    width: 50px;
}
.advantages--item span path,
.advantages--item span svg {
    fill: #714dd4;
}
@media (max-width: 767px) {
    .advantages {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }
}
.welcome {
    align-items: center;
    background-color: #5635a7;
    background-image: url(//winbet-bulgaria.com/wp-content/themes/theme/dist/styles/../../images/welcome-bg.webp);
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding: 47px 37px;
}
.welcome--right {
    display: flex;
    justify-content: center;
}
.welcome--title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}
.welcome--title-green {
    color: #31cb6a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 3px;
}
.welcome--text {
    color: #fff;
}
.welcome--text,
.welcome--text-green {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}
.welcome--text-green {
    color: #31cb6a;
}
.welcome--links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}
.welcome--link {
    color: #fff !important;
}
.welcome--promo {
    position: relative;
}
.welcome--promo.active small {
    display: block;
}
.welcome--promo small {
    background: #000;
    border-radius: 5px;
    bottom: calc(100% + 15px);
    color: #fff;
    display: none;
    padding: 15px 25px;
    z-index: 10;
}
.welcome--promo small,
.welcome--promo small:after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.welcome--promo small:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    top: 100%;
    width: 0;
}
.welcome--promo button {
    background: transparent;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 13.5px 19px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.welcome--promo div {
    background: #428cdc;
    border-radius: 50px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.welcome--promo div,
.welcome--promo div:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.welcome--promo div:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.74' cy='7.74' r='7.24' fill='%23fff' stroke='%23428CDC'/%3E%3Cpath d='M9.3 5.305c.102.091.16.215.16.345 0 .129-.058.253-.16.345L7.35 7.752 9.3 9.485c.102.092.16.216.16.345 0 .13-.058.253-.16.345a.56.56 0 0 1-.18.107.612.612 0 0 1-.602-.107L6.183 8.1a.49.49 0 0 1-.12-.16.443.443 0 0 1 0-.376.49.49 0 0 1 .12-.16l2.335-2.1a.56.56 0 0 1 .179-.107.61.61 0 0 1 .603.108Z' fill='%23428CDC'/%3E%3C/svg%3E");
    display: block;
    height: 16px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.welcome--promo span {
    background: #fff;
    border: 2px solid #428cdc;
    border-radius: 50px;
    height: 100%;
    left: 0;
    position: absolute;
    right: -21px;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.welcome--promo:hover button {
    color: #428cdc;
}
.welcome--promo:hover div {
    width: 0;
}
.welcome--promo:hover div:after {
    transform: translateY(-50%) rotate(180deg);
}
.welcome--promo:hover span {
    right: 0;
}
@media (max-width: 767px) {
    .welcome {
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
        gap: 22px;
        padding: 30px 20px;
    }
    .welcome--right img {
        width: 145px;
    }
    .welcome--left {
        text-align: center;
        width: 100%;
    }
    .welcome--title {
        font-size: 32px;
        margin-bottom: 8px;
    }
    .welcome--title-green {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .welcome--links {
        flex-direction: column;
        margin-top: 20px;
    }
    .welcome--links > * {
        width: 100%;
    }
    .welcome--promo {
        margin-right: 21px;
        width: auto;
    }
}
.cta-contact {
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
    padding: 72px 100px;
    text-align: center;
}
.cta-contact--title {
    color: #4db749;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 37px;
}
.cta-contact--subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.cta-contact--links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
}
.cta-contact--input {
    position: relative;
}
.cta-contact--input:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.744 2.502H2.256A2.258 2.258 0 0 0 0 4.758v11.484a2.258 2.258 0 0 0 2.256 2.256h16.488A2.258 2.258 0 0 0 21 16.242V4.758a2.259 2.259 0 0 0-2.256-2.256Zm1.026 2.256v11.484c0 .05-.004.1-.011.15L13.843 10.5l5.916-5.891c.007.05.01.099.01.149Zm-1.026-1.026c.047 0 .095.004.141.01l-8.385 8.35-8.385-8.35c.047-.006.094-.01.14-.01h16.49ZM1.242 16.392a.995.995 0 0 1-.012-.15V4.758c0-.05.004-.1.012-.15L7.157 10.5l-5.915 5.891Zm1.014.876c-.047 0-.094-.004-.141-.01l5.914-5.89 2.037 2.029a.615.615 0 0 0 .868 0l2.037-2.029 5.914 5.89c-.047.006-.094.01-.14.01H2.254Z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 21px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
}
.cta-contact--input input {
    background: hsla(0, 0%, 100%, 0.2);
    border: 1px solid #4db749;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    min-width: 245px;
    padding: 13px 45px 13px 17px;
}
.cta-contact--input input::-moz-placeholder {
    color: #fff;
}
.cta-contact--input input::placeholder {
    color: #fff;
}
.cta-contact--check {
    font-size: 14px;
    position: relative;
}
.cta-contact--check label {
    padding-left: 24px;
    position: relative;
}
.cta-contact--check label:hover {
    cursor: pointer;
}
.cta-contact--check label:before {
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    height: 16px;
    width: 16px;
}
.cta-contact--check label:after,
.cta-contact--check label:before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cta-contact--check label:after {
    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='M26.98 5.99a1 1 0 0 0-.687.303L11 21.586l-6.293-6.293a1 1 0 1 0-1.414 1.414l7 7a1 1 0 0 0 1.414 0l16-16a1 1 0 0 0-.727-1.717z' transform='scale(8.53333)' fill='%23fff' 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-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: 18px;
    width: 18px;
}
.cta-contact--check input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.cta-contact--check input:checked + label:after {
    display: block;
}
@media (max-width: 767px) {
    .cta-contact {
        padding: 30px 20px;
    }
    .cta-contact--title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .cta-contact--subtitle {
        margin-bottom: 20px;
    }
    .cta-contact--links {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .cta-contact--input input,
    .cta-contact--links > * {
        width: 100%;
    }
}
.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;
}
.faq-list--item {
    background: #232152;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 20px 15px;
}
.faq-list--item.-toggle .faq-list--text {
    display: block;
}
.faq-list--item.-toggle .faq-list--label:after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-list--text {
    background: #232152;
    border-radius: 10px;
    display: none;
    margin-top: 15px;
    padding: 20px 10px;
}
.faq-list--label {
    padding-right: 40px;
    position: relative;
    color: #fff;
}
.faq-list--label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23714dd4' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.727 30.727' xml:space='preserve'%3E%3Cpath d='M29.994 10.183 15.363 24.812.733 10.184a2.5 2.5 0 1 1 3.536-3.536l11.095 11.093L26.461 6.647a2.5 2.5 0 1 1 3.533 3.536z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.g-rev-page-comment-form {
    border-radius: 10px;
    margin: 25px 0;
    padding: 25px 15px;
    position: relative;
    width: 100%;
    background: #232152;
}
@media (max-width: 768px) {
    .g-rev-page-comment-form {
        padding: 32px 20px;
    }
}
.g-rev-page-comment-form .g-rev-page-comment-form__close {
    background-size: 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
}
.g-rev-page-comment-form .g-rev-page-comment-form__close:hover {
    opacity: 0.86;
}
.g-rev-page-comment-form .g-rev-page-comment-form--title {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 768px) {
    .g-rev-page-comment-form .g-rev-page-comment-form--title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}
.g-rev-page-comment-form .g-rev-page-comment-form--desc {
    color: #fff;
    margin-bottom: 32px;
    text-align: center;
}
.g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
        display: block;
    }
}
.g-rev-page-comment-form form input,
.g-rev-page-comment-form form textarea {
    border: 1px solid #4db749;
    border-radius: 20px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .g-rev-page-comment-form form input,
    .g-rev-page-comment-form form textarea {
        margin-bottom: 16px;
        width: 100%;
    }
}
.g-rev-page-comment-form form input {
    padding: 8px 13px;
    background: #151342;
    color: #fff;
}
.g-rev-page-comment-form form textarea {
    height: 160px;
    padding: 8px 13px;
    resize: none;
    width: 100%;
    background: #151342;
    color: #fff;
}
.g-rev-page-comment-form form button {
    align-items: center;
    background: #31cb6a;
    border-radius: 6px;
    display: flex;
    gap: 8px;
    height: 44px;
    justify-content: center;
    line-height: 1.2;
    padding: 0 24px;
    position: relative;
}
@media (max-width: 768px) {
    .g-rev-page-comment-form form button {
        margin: 0;
        place-content: center;
        text-align: center;
        transform: unset;
        width: 100%;
    }
}
.g-rev-page-comment-form form button span {
    color: #fff;
    font-size: 15px;
    font-weight: 500s;
    text-transform: uppercase;
}
.g-rev-page-comment-form form button:hover {
    opacity: 0.86;
}
.g-rev-page-comment-form.-ajax-form {
    grid-column-gap: 12px;
    background: #4db749;
    border: none;
    margin: 20px 0 24px;
    padding: 30px 20px;
}
.g-rev-page-comment-form.-ajax-form input,
.g-rev-page-comment-form.-ajax-form textarea {
    background: #fff !important;
    border-color: #714dd4 !important;
    margin-bottom: 12px;
}
.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form__close {
    display: none;
}
.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form--title {
    color: #1c1e22;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
}
.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form--desc {
    display: none;
}
.g-rev-page-comment-form.-ajax-form .cancel-reply-form {
    background-size: 15px;
    color: #4db749;
    font-size: 14px;
    font-weight: 500;
    margin: 16px 0 24px;
    padding-left: 24px;
}
.g-rev-page-comment-form.-ajax-form button {
    margin-left: 0;
    transform: unset;
}
.comment-form-errrors {
    display: none;
    margin-bottom: 24px;
    margin-top: 20px;
    padding-left: 24px;
}
.comment-form-errrors ul {
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px;
}
.comment-form-errrors li {
    color: #4db749;
    font-size: 14px;
}
.comment-form-errrors li:not(:last-child) {
    margin-bottom: 5px;
}
.g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
    margin-left: 42px;
}
@media (max-width: 768px) {
    .g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
        margin-left: 30px;
    }
}
.g-rev-page-comments-list__comment {
    background: #232152;
    border: 1px solid #714dd4;
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 30px;
}
@media (max-width: 768px) {
    .g-rev-page-comments-list__comment {
        padding: 16px;
    }
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user {
    color: #e1e1e1;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date {
    font-size: 0px;
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--reply {
    visibility: hidden;
}
.g-rev-page-comments-list__comment .g-rev-comment__comment {
    background: #151342;
    border-radius: 8px;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 15px;
    margin-top: 20px;
    padding: 20px;
}
@media (max-width: 768px) {
    .g-rev-page-comments-list__comment .g-rev-comment__comment {
        padding: 16px;
    }
}
.g-rev-page-comments-list__comment .g-rev-comment__comment p:not(:last-child) {
    margin-bottom: 16px;
}
.g-comment-moder-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-section.-toggle {
    display: none;
}
.thanks-section {
    display: none;
    text-align: center;
}
.thanks-section.-toggle {
    display: block;
}
.thanks-section img {
    display: block;
    margin: 0 auto 32px;
}
.thanks-section .thanks-close-btn {
    background: #4db749 !important;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    text-transform: uppercase;
}
.thanks-section .thanks-close-btn:hover {
    opacity: 0.86;
}
.revs--row {
    display: grid;
    gap: 20px;
    grid-template-columns: 3fr 1fr;
}
.body--inner,
body.-toggle,
html.-toggle {
    overflow: hidden;
}
.body--inner {
    max-width: 100vw;
    min-height: 100vh;
    position: relative;
}
body {
    background: #000;
    color: hsla(0, 0%, 100%, 0.5);
    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: 96%;
}
.button--border {
    border: 2px solid #714dd4;
    color: #fff;
    padding: 12px 18px;
    text-decoration: none;
    background: linear-gradient(180deg, #333164, #2c2a57);
}
.button--border,
.button--orange,
.wp-block-button__link {
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.button--orange,
.wp-block-button__link {
    background: linear-gradient(180deg, #3c6, #1fbf99);
    color: #fff !important;
    padding: 13px 18px;
    text-decoration: none !important;
}
.site-header__langs {
    position: relative;
    background: #232152;
    padding: 8.5px;
    border-radius: 8px;
}
.site-header__langs .site-header__langs__current {
    grid-gap: 12px;
    align-items: center;
    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");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 12px;
    display: grid;
    grid-template-columns: max-content 1fr;
    padding-right: 16px;
}
.site-header__langs .site-header__langs__current i {
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
}
.site-header__langs .site-header__langs__current i:before {
    background: url(//winbet-bulgaria.com/wp-content/themes/theme/dist/styles/../../images/lang-icon.svg) no-repeat 50%;
    background-image: 16px;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
}
.site-header__langs .site-header__langs__current span {
    color: #fff;
    font-size: 15px;
}
.site-header__langs .site-header__langs__list {
    background: #232152;
    border-radius: 5px;
    display: none;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    z-index: 999;
}
@media (max-width: 768px) {
    .site-header__langs .site-header__langs__list {
        right: 3%;
    }
}
.site-header__langs .site-header__langs__list li:not(:last-child) {
    margin-bottom: 12px;
}
.site-header__langs .site-header__langs__list li a {
    grid-gap: 6px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr;
}
.site-header__langs .site-header__langs__list li a img {
    height: 24px;
    width: 24px;
}
.site-header__langs .site-header__langs__list li a span {
    color: #fff;
    font-size: 14px;
}
.site-header__langs .site-header__langs__list li a:hover span,
.site-header__langs .site-header__langs__list li.current-lang a span {
    color: #fff;
}
.site-header__langs:hover .site-header__langs__list {
    display: block;
}
.header {
    background: #fff;
}
.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;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}
.header--bottom-title {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
.header--bottom-items {
    align-items: center;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.header--bottom-items a {
    background: rgba(21, 56, 114, 0.1);
    border: 2px solid #31cb6a;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    padding: 8px 10px;
    white-space: normal;
}
.header--bottom-items a:hover {
    background: #31cb6a;
}
.header--logo {
    margin-right: 24px;
    width: 172px;
}
.header--top {
    padding: 10px 0;
    background: #151342;
}
.header--row {
    justify-content: space-between;
}
.header--menu-wrap,
.header--row {
    align-items: center;
    display: flex;
}
.header--links a {
    margin-left: 24px;
}
.header--right {
    align-items: center;
    display: flex;
    gap: 25px;
}
.header--menu-btn {
    display: none;
}
.header--menu .menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0 -12px;
    background: #232152;
    border-radius: 8px;
}
.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 {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
}
.header--menu a:hover {
    color: #31cb6a;
}
.header--menu .sub-menu {
    background: #232152;
    border-radius: 5px;
    display: none;
    left: 0;
    padding: 15px 10px;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 2;
}
@media (max-width: 1024px) {
    .header--menu-btn {
        align-items: center;
        background: #31cb6a;
        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='%23fff'/%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 {
        display: flex;
    }
    .header--menu a:after {
        display: none !important;
    }
    .header--menu .sub-menu {
        background: transparent;
        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: center;
        background: #232152;
        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;
        justify-content: center;
    }
    .header--menu-wrap.-toggle {
        display: flex;
    }
    .header--links {
        align-items: center;
        display: none;
        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--content {
    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-repeat: repeat-y;
    bottom: -20px;
    content: "";
    display: block;
    left: 23px;
    position: absolute;
    top: 5px;
    width: 2px;
}
.page--content ol li:after {
    background: #5635a7;
    border: 1px solid #232152;
    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;
    width: 46px;
    top: 50%;
    transform: translateY(-50%);
}
.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='%234db749' 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: 24px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.page--content a {
    color: #31cb6a;
    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;
    padding-left: 20px;
    position: relative;
    color: #fff;
}
.page--content h2:before {
    background: #4db749;
    content: "";
    display: block;
    height: 36px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    box-shadow: 2px 0px 8px 2px rgba(51, 204, 102, 0.6), 10px 0px 10px 2px rgba(50, 201, 100, 0.4);
}
.page--content .wp-block-buttons {
    margin: 40px 0 70px;
}
.page--content .wp-block-columns {
    margin: 55px 0;
}
.page--content .wp-block-table {
    border-radius: 10px;
    font-size: 20px;
    margin: 30px 0 60px;
    overflow-x: auto;
}
.page--content .wp-block-table thead th {
    background: #5635a7;
    padding: 16px 30px;
}
.page--content .wp-block-table table {
    border-spacing: 0;
    width: 100%;
    color: #fff;
}
.page--content .wp-block-table table strong {
    font-weight: 500;
}
.page--content .wp-block-table td {
    background: #232152;
    padding: 16px 30px;
}
.page--content .wp-block-table tr {
    vertical-align: top;
}
.page--content .wp-block-table tr:nth-child(2n) td {
    background: #151342;
}
.page--content .wp-block-table tr:nth-child(2n) td:first-child {
    border-radius: 10px 0 0 10px;
}
.page--content .wp-block-table tr:nth-child(2n) td:last-child {
    border-radius: 0 10px 10px 0;
}
.page--banner {
    background-position: 50%;
    background-size: cover;
    padding: 60px 0;
}
.page--banner-row {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.page--banner-title {
    color: #31cb6a;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
}
.page--banner-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.68;
}
.page--banner-text strong {
    font-weight: 500;
}
.page--banner-text-mobile {
    display: none;
}
.page--banner-bonus {
    align-items: center;
    background: linear-gradient(180deg, #5635a7, #62247e);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 90px 30px 30px;
    position: relative;
    text-align: center;
    border: 2px solid #31cb6a;
}
.page--banner-bonus > * {
    position: relative;
}
.page--banner-gift {
    align-items: center;
    background: #31cb6a;
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 80px;
}
.page--banner-gift svg {
    height: 40px;
    width: 40px;
}
.page--banner-bonus-text {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 384px;
}
.page--banner-bonus-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
}
.page--banner-bonus-green {
    color: #31cb6a;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px;
}
.page--banner-bonus-link {
    align-items: center;
    display: flex;
    font-size: 18px;
    padding: 9px 23px;
}
.page--banner-bonus-link span {
    margin-right: 3.5px;
    position: relative;
    top: 2px;
}
@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 {
        color: #fff;
        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;
        margin-top: 50px;
    }
    .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: #232152;
    color: #fff;
    padding: 35px 0 0;
}
.footer--logo {
    margin-bottom: 25px;
}
.footer--logo img {
    height: auto;
    width: 200px;
}
.footer--row {
    gap: 30px;
    margin-bottom: 40px;
}
.footer--info,
.footer--row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer--info {
    gap: 0px;
}
.footer--info-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 5px;
}
.footer--info-text {
    font-size: 14px;
}
.footer--top-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
    margin-bottom: 30px;
}
.footer--menus {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.footer--menu-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer--menu a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 20px;
}
.footer--menu a:hover {
    color: #31cb6a;
}
.footer--bottom-logos {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.125);
    border-top: 1px solid hsla(0, 0%, 100%, 0.125);
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 20px 0;
}
.footer--bottom-text {
    font-size: 14px;
    margin-bottom: 30px;
}
.footer--bottom-text p {
    margin-bottom: 10px;
}
.footer--copy {
    background: #000d1a;
    color: hsla(0, 0%, 100%, 0.314);
    font-size: 14px;
    padding: 24px 0;
}
@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;
    }
}
.site-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-info a {
    margin-right: 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.footer-image {
    height: 30px;
    width: auto;
}

/*!
Theme Name: MostBC #1 (vivi)
Author: UwU
Author URI: mailto:vladbelmas007@gmail.com
Version: 1.1
*/