@font-face {
    font-family: Montserrat;
    src: url("../forebet_fonts/forebet_opensans-regular.woff2");
}

@font-face {
    font-family: Montserrat-bold;
    src: url("../forebet_fonts/forebet_montserrat-bold.woff2");
}

@font-face {
    font-family: "Open Sans";
    src: url("../forebet_fonts/forebet_opensans-regular.woff2");
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}



img {
    max-width: 100%;
}

body {
    font-family: "Open Sans";
    background: #FFF;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.forebet_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #FDFBFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(177, 59, 255, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(177, 59, 255, 0.10);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    top: 0px;
    left: 0;
}

.forebet_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.forebet_header__box {
    padding-top: 80px;
}

.header__link__logo {
    font-family: inter-blod;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
}

.forebet_header {
    padding-top: 0px;
    padding-bottom: 0px;
}


.forebet_header__block {
    max-width: 804px;
    width: 100%;
}

.forebet_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 32px;
}

.forebet_header__burger {
    display: none;
}

.forebet_header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.forebet_header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Montserrat;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_header__btn:nth-child(1) {
    color: #FFF;
    border-radius: 10px;
    border: 1px solid #B13BFF;
    background: -webkit-gradient(linear, right top, left top, from(#471396), to(#B13BFF));
    background: -o-linear-gradient(right, #471396 0%, #B13BFF 100%);
    background: linear-gradient(270deg, #471396 0%, #B13BFF 100%);
}

.forebet_header__btn:nth-child(2) {
    color: #471396;
    border-radius: 10px;
    border: 2px solid #471396;
}

.forebet_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}


.forebet_header__link {
    color: #230100;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.act_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #B13BFF;
    padding: 10px;
    border-radius: 1000px;
    color: #fff;
    width: 40px;
    height: 40px;
}

.forebet_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
}

.forebet_header__title {
    color: #303030;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.forebet_header__subtitle {
    display: block;
    color: #471396;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.forebet_header__subtitle:hover {
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_header__text {
    color: #303030;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.forebet_header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.forebet_header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_header__button:nth-child(1) {
    border-radius: 10px;
    border: 1px solid #B13BFF;
    background: -webkit-gradient(linear, right top, left top, from(#471396), to(#B13BFF));
    background: -o-linear-gradient(right, #471396 0%, #B13BFF 100%);
    background: linear-gradient(270deg, #471396 0%, #B13BFF 100%);
    color: #FFF;
}

.forebet_header__button:nth-child(2) {
    color: #471396;
    border-radius: 10px;
    background: #E7CDFF;
}

.forebet_header__button:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}

.forebet_header {
    padding-top: 40px;
    background: url("../forebet_img/forebet-header-background.webp") no-repeat center;
    background-size: cover;
    padding-bottom: 1px;
}

.forebet_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    margin-top: 40px;
    margin-bottom: 40px;
}

.forebet_header__left {
    max-width: 316px;
    width: 100%;
}

.forebet_header__name{
    font-family: Montserrat-bold;
    color: #0D0023;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.forebet_header__top{
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.forebet_header__wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0px 30px 30px 0px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.forebet_header__info {
    color: #B13BFF;
    font-family: Montserrat-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_header__info:hover {
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_why {
    padding-top: 40px;
    padding-bottom: 40px;
}
.forebet_why__wrap{
    padding: 24px;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
}
.forebet_why__title {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_why__subtitle {
    color: #0D0023;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 40px;
}

.forebet_why__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}
.forebet_why__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    max-width: 580px;
    min-height: 270px;
    border-radius: 22px;
    background: #F5ECFF;
    padding: 20px;
}
.forebet_why__item:nth-child(1)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    background: url("../forebet_img/forebet-why-icon-1.webp") no-repeat center;
}
.forebet_why__item:nth-child(2)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    background: url("../forebet_img/forebet-why-icon-2.webp") no-repeat center;
}
.forebet_why__item:nth-child(3)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    background: url("../forebet_img/forebet-why-icon-3.webp") no-repeat center;
}
.forebet_why__item:nth-child(4)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    background: url("../forebet_img/forebet-why-icon-4.webp") no-repeat center;
}
.forebet_why__head {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%; 
    margin-bottom: 24px;
}
.forebet_why__text {
    color: #585858;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
}

.forebet_why__adults {
    padding: 16px;
    border-radius: 60px;
    border: 1px solid #FF8282;
    background: #FFF8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.forebet_why__bold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    color: #710000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.forebet_why__bold::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    background: url("../forebet_img/forebet-attention-square.webp") no-repeat center;
}
.forebet_why__sup {
    color: #FF2F2F;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.forebet_available {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#FFF));
    background: -o-linear-gradient(top, #FC0 0%, #FFF 100%);
    background: linear-gradient(180deg, #FC0 0%, #FFF 100%);
}
.forebet_available__title {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_available__subtitle {
    color: #0D0023;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 40px;
}
.forebet_available__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
}
.forebet_available__item {
    max-width: 300px;
    width: 100%;
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.forebet_available__text {
    color: #0D0023;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; 
}

.forebet_customers {
    padding-top: 40px;
    padding-bottom: 40px;
}
.forebet_customers__wrap{
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.forebet_customers__title {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_customers__subtitle {
    color: #0D0023;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}
.forebet_customers__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}
.forebet_customers__item {
    max-width: 540px;
    padding: 24px;
    border-radius: 20px;
}
.forebet_customers__text {
    color: #808080;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    border-left: 1px solid #FF3733;
    padding-left: 16px;
}
.forebet_customers__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    color: #1E1E1E;
    font-family: Montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
}

.forebet_customers__name::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 24px;
    background: url("../forebet_img/forebet-customers-icon-star.webp") no-repeat center;
}

.forebet_adventure {
    padding-top: 40px;
    padding-bottom: 40px;
}
.forebet_adventure__title {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_adventure__subtitle {
    color: #0D0023;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 24px;
}
.forebet_adventure__link {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    border: 1px solid #B13BFF;
    background: -webkit-gradient(linear, right top, left top, from(#471396), to(#B13BFF));
    background: -o-linear-gradient(right, #471396 0%, #B13BFF 100%);
    background: linear-gradient(270deg, #471396 0%, #B13BFF 100%);
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    width: 196px;
    margin: 0 auto;
    margin-bottom: 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_adventure__link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_adventure__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    padding: 16px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    border: 1px solid #FF8282;
    margin: 0 auto;
}
.forebet_adventure__only {
    color: #FF2F2F;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.forebet_about {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 140px;
}
.forebet_about__title {
    color: #0D0023;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.forebet_about__content {
    padding: 24px;
    border-radius: 30px;
    background: #FDFBFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
}
.forebet_about__name {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.forebet_about__subtitle {
    color: #0D0023;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 15px;
}
.forebet_about__subtitle:last-child {
    margin-bottom: 0;
}
.forebet_about__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
}
.forebet_about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    max-width: 608px;
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
}
.forebet_about__head {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
}
.forebet_about__info {
    color: #230100;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    
}

.about__info_1{
    max-width: 307px;
}

.about__info_2{
    max-width: 228px;
}

.forebet_about__wrapper {
    border-radius: 30px;
    background: #F7FFF9;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    margin-bottom: 40px;
}
.forebet_about__header {
    color: #13964A;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.forebet_about__left {
    max-width: 368px;
    width: 100%;
}
.forebet_about__data {
    color: #464646;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.forebet_about__right {
    max-width: 800px;
    width: 100%
}
.forebet_about__information {
    color: #464646;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 15px;
}
.forebet_about__information:last-child{
    margin-bottom: 0;
}
.forebet_about__company {
    max-width: 563px;
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    margin: 0 auto;
}
.forebet_about__caption {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_about__block {
    margin-bottom: 15px;
}
.forebet_about__address {
    color: #464646;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.forebet_about__block:last-child{
    margin-bottom: 0;
}

.forebet_bids {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 160px;
}
.forebet_bids__title {
    color: #0D0023;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.forebet_bids__wrap {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.forebet_bids__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    max-width: 590px;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.forebet_bids__header {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
}
.forebet_bids__text {
    color: #0D0023;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.forebet_bids__right {
    max-width: 610px;
    min-height: 268px;
    width: 100%;
    background: url("../forebet_img/forebet-bonuses-background.webp") no-repeat;
    background-position: center bottom;
}
.forebet_bids__content {
    background: url("../forebet_img/forebet-bonuses.webp") no-repeat center right;
    padding-top: 20px;
    padding-bottom: 20px;
}
.forebet_bids__wrapper {
    padding-top: 50px;
    margin-left: 65px;
    max-width: 320px;
    width: 100%;
}
.forebet_bids__head {
    color: #FFF;
    font-family: Montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 10px;
}
.forebet_bids__info {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}
.forebet_bids__btn {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    color: #471396;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    border-radius: 10px;
    background: #E7CDFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_bids__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}

.forebet_promotions {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 160px;
}
.forebet_promotions__title {
    color: #230100;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 57.6px */
}
.forebet_promotions__wrap {
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
}
.forebet_promotions__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    max-width: 590px;
    width: 100%;
}
.forebet_promotions__header {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
}
.forebet_promotions__text {
    color: #0D0023;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.forebet_promotions__right {
    max-width: 610px;
    min-height: 268px;
    width: 100%;
    background: url("../forebet_img/forebet-bonuses-background.webp") no-repeat;
    background-position: center bottom;
}
.forebet_promotions__content {
    background: url("../forebet_img/forebet-bonuses.webp") no-repeat center right;
    padding-top: 20px;
    padding-bottom: 20px;
}
.forebet_promotions__wrapper {
    padding-top: 50px;
    margin-left: 65px;
    max-width: 320px;
    width: 100%;
}
.forebet_promotions__head {
    color: #FFF;
    font-family: Montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 10px;
}
.forebet_promotions__info {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}
.forebet_promotions__btn {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    color: #471396;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    border-radius: 10px;
    background: #E7CDFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_promotions__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}

.forebet_promotions__inner{
    padding: 16px 50px;
    border-radius: 60px;
    border: 1px solid #FF8282;
    background: #FFF8F8;
    max-width: 650px;
    margin: 0 auto;
}

.forebet_promotions__information{
    color: #FF2F2F;
    font-family: "Open Sans";
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.forebet_welcome {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 60px 60px 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#FFF));
    background: -o-linear-gradient(top, #FC0 0%, #FFF 100%);
    background: linear-gradient(180deg, #FC0 0%, #FFF 100%);
}
.forebet_welcome__title {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 40px;
}
.forebet_welcome__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.forebet_welcome__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 413px;
    width: 100%;
}
.forebet_welcome__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 88px;
    height: 88px;
    border-radius: 1000px;
    background: #090040;
    margin-bottom: 40px;
}
.forebet_welcome__number {
    color: #FFF;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 40px;
    font-weight: 800;
    line-height: 120%;
}
.forebet_welcome__link {
    color:  #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_welcome__link:hover{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_welcome__text {
    color: #090040;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */

}
.forebet_welcome__head {
    color: #090040;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 28px;
    font-weight: 800;
    line-height: 120%; 
    margin-bottom: 16px;
}

.forebet_welcome__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.forebet_conditions {
    padding-top: 80px;
    padding-bottom: 80px;
}
.forebet_conditions__wrap {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    margin: 0 auto;
}
.forebet_conditions__title {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_conditions__list {
    padding-left: 20px;
}
.forebet_conditions__info {
    color: #464646;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.forebet_bonuses {
    padding-top: 40px;
    padding-bottom: 40px;
}
.forebet_bonuses__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}
.forebet_bonuses__item {
    max-width: 380px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #D4D4D4;
    background: #FFF;
}
.forebet_bonuses__sup {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%; 
    text-transform: uppercase;
    margin-bottom: 16px;
}
.forebet_bonuses__head {
    color: #0D0023;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 12px;
}
.forebet_bonuses__text {
    color: #515151;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}
.forebet_bonuses__link {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    border: 1px solid #B13BFF;
    background: -webkit-gradient(linear, right top, left top, from(#471396), to(#B13BFF));
    background: -o-linear-gradient(right, #471396 0%, #B13BFF 100%);
    background: linear-gradient(270deg, #471396 0%, #B13BFF 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_bonuses__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}

.forebet_sports {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#FFF));
    background: -o-linear-gradient(top, #FC0 0%, #FFF 100%);
    background: linear-gradient(180deg, #FC0 0%, #FFF 100%);
}
.forebet_sports__title {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_sports__subtitle {
    color: #0D0023;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 40px;
}
.forebet_sports__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
}
.forebet_sports__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 370px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.forebet_sports__head {
    color: #0D0023;
    font-family: Montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; 
    margin-bottom: 12px;
}
.forebet_sports__text {
    color: #0D0023;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 12px;
}
.forebet_sports__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: #E7CDFF;
}
.forebet_sports__info {
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    background: var(--1, linear-gradient(270deg, #471396 0%, #B13BFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.forebet_ready {
    padding-top: 40px;
    padding-bottom: 40px;
}
.forebet_ready__wrap {
    padding: 40px;
    border-radius: 20px;
    background: #F5F5F5;
}
.forebet_ready__title {
    color: #230100;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_ready__subtitle {
    color: #464646;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}
.forebet_ready__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.forebet_ready__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: Montserrat;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    border-radius: 10px;
}

.forebet_ready__btn:nth-child(1) {
    color: #FFF;
    border-radius: 10px;
    border: 1px solid #B13BFF;
    background: -webkit-gradient(linear, right top, left top, from(#471396), to(#B13BFF));
    background: -o-linear-gradient(right, #471396 0%, #B13BFF 100%);
    background: linear-gradient(270deg, #471396 0%, #B13BFF 100%);
}
.forebet_ready__btn:nth-child(2) {
    border-radius: 10px;
    background: #E7CDFF;
    color: #471396; 
}

.forebet_ready__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}

.forebet_live {
    padding-top: 40px;
    padding-bottom: 40px;
}
.forebet_live__wrap {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
}
.forebet_live__item {
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    max-width: 600px;
    width: 100%;
}
.forebet_live__head {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_live__text {
    color: #464646;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}
.forebet_live__list {
    padding-left: 20px;
}
.forebet_live__info {
    color: #464646;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.forebet_contact {
    margin-top: 160px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.forebet_contact__title {
    color: #230100;
    font-family: Montserrat-bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}
.forebet_contact__subtitle {
    color: #230100;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 20px;
}
.forebet_contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.forebet_contact__left {
    max-width: 784px;
    width: 100%;
}
.forebet_contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.forebet_contact__input {
    color: #6E6E6E;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    margin-bottom: 16px;
}
.forebet_contact__textarea {
    color: #6E6E6E;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    height: 100px;
    resize: none;
    margin-bottom: 20px;
}
.forebet_contact__btn {
    color: #FFF;
    font-family: Montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 261px;
    border-radius: 10px;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    border: 1px solid #B13BFF;
    background: -webkit-gradient(linear, right top, left top, from(#471396), to(#B13BFF));
    background: -o-linear-gradient(right, #471396 0%, #B13BFF 100%);
    background: linear-gradient(270deg, #471396 0%, #B13BFF 100%);
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}
.forebet_contact__messages {
    display: none;
    color: #6E6E6E;
    font-size: 14px;
}
.forebet_contact__right {
    max-width: 400px;
    width: 100%;
}
.forebet_contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-left: 0;
    list-style: none;
}
.forebet_contact__item {
    min-height: 175px;
    padding: 16px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.forebet_contact__head {
    color: #471396;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
    text-transform: uppercase;
    margin-bottom: 16px;
}
.forebet_contact__text {
    color: #626262;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.forebet_contact__info {
    color: #626262;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.forebet_contact__info:last-child{
    margin-bottom: 0;
}

.forebet_services {
    padding-top: 40px;
    padding-bottom: 40px;
}
.forebet_services__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #FF8282;
}
.forebet_services__info {
    color: #FF2F2F;
    font-family: Montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    text-transform: uppercase;
}
.forebet_services__text {
    color: #FF2F2F;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.forebet_services__phone {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%; 
    text-transform: uppercase;
    color: #471396;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 305px;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 1px 1px 1px #00000040;
    -webkit-box-shadow: 8px 8px 20px 0px #45090059;
            box-shadow: 8px 8px 20px 0px #45090059;
    border-radius: 10px;
    border: 2px solid #471396;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.forebet_services__phone:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 80%;
}

.forebet_responsible {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 160px;
}
.forebet_responsible__title {
    color: #230100;
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_responsible__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    width: 100%;
    padding: 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    border-radius: 20px;
    border: 1px solid #FF8282;
    background: #FFF8F8;
    margin: 0 auto;
    margin-bottom: 24px;
}
.forebet_responsible__info {
    color: #FF2F2F;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}
.forebet_responsible__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
}
.forebet_responsible__item {
    max-width: 397px;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.forebet_responsible__head {
    color: #471396;
    font-family: Montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_responsible__inner {
    margin-bottom: 20px;
}
.forebet_responsible__inner:last-child{
    margin-bottom: 0;
}
.forebet_responsible__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.forebet_responsible__list {
    padding-left: 20px;
}

.green{
    color: #00674B;
}

.brown{
    color: #790300;
}

.forebet_help {
    padding-top: 20px;
    padding-bottom: 20px;
}
.forebet_help__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.forebet_help__item {
    max-width: 608px;
    width: 100%;
}
.forebet_help__head {
    color: #230100;
    font-family: Montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.forebet_help__inner {
    margin-bottom: 20px;
}
.forebet_help__inner:last-child{
    margin-bottom: 0;
}
.forebet_help__text {
    color: #230100;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.forebet_help__list {
    padding-left: 20px;
}
.forebet_help__info {
    color: #230100;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.forebet_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #230100;
}
.forebet_footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
}
.forebet_footer__item:nth-child(1){
    max-width: 381px;
    width: 100%;
}
.forebet_footer__item:nth-child(2){
    max-width: 200px;
    width: 100%;
}
.forebet_footer__item:nth-child(3){
    max-width: 158px;
    width: 100%;
}
.forebet_footer__item:nth-child(4){
    max-width: 300px;
    width: 100%;
}
.forebet_footer__img {
    margin-bottom: 16px;
}
.forebet_footer__text {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 16px;
}
.forebet_footer__inner {
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #6A6A6A;
    margin-bottom: 16px;
}
.forebet_footer__info {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.forebet_footer__sup {
    color: #A2A2A2;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.forebet_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
}
.forebet_footer__link {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
    -webkit-transition: 0.4s; 
    -o-transition: 0.4s; 
    transition: 0.4s;
}
.forebet_footer__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_footer__networks {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.forebet_footer__network {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_footer__network:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
.forebet_footer__name {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
}
.forebet_footer__email {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_footer__email:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_footer__phone {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_footer__phone:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.forebet_footer__sub {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.forebet_footer__images {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-bottom: 24px;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.footer__list::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 52px;
    height: 45px;
    background: url("../forebet_img/forebet-footer-age.webp") no-repeat center center;
}
.forebet_footer__content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
}
.forebet_footer__information {
    color: #AFAFAF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.forebet_footer__head {
    color: #888;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
}
.forebet_footer__cookie {
    color: #888;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}
.forebet_footer__wraps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 16px;
    border-radius: 60px;
    border: 1px solid #FF8282;
    margin-bottom: 24px;
}
.forebet_footer__only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    color: #FFA5A5;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.forebet_footer__only::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    background: url("../forebet_img/forebet-attention-square.webp") no-repeat center center;
}
.forebet_footer__header {
    color: #FF2F2F;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.forebet_footer__copy {
    color: #AFAFAF;
    font-family: "Open Sans";
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}

.forebet_footer__line{
    text-decoration: underline;
    transition: 0.4s;
}

.forebet_footer__line:hover{
    text-decoration: none;
    transition: 0.4s;
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.desc__top {
    padding-top: 200px;
    padding-bottom: 50px;
}

.mobile{
    display: none;
}

.mobile_bonus{
    display: none;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .forebet_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .forebet_header__links {
        display: none;
    }

    .forebet_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    /* Эффект перекрестия */
    .forebet_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px;
    }

    .forebet_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .forebet_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px;
    }

    .forebet_header__line {
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        background: #FDFBFF;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(177, 59, 255, 0.10);
                box-shadow: 0px 4px 10px 0px rgba(177, 59, 255, 0.10);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;

        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }



    .forebet_why__item{
        max-width: 100%;
        width: 100%;
        min-height: auto;
    }

    .forebet_customers__item{
        max-width: 43vw;
    }

    .forebet_bids__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .forebet_bids__left{
        max-width: 100%;
    }

    .forebet_promotions__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
    }

    .forebet_promotions__left{
        max-width: 100%;
    }

    .mobile_bonus{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop_bonus{
        display: none;
    }

}

@media (max-width: 1199px) {
    .forebet_footer__top{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .forebet_footer__item:nth-child(1) {
        max-width: 100%;
        width: 100%;
    }

    .forebet_customers__item{
        max-width: 38vw;
    }

    .forebet_header__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .forebet_header__left{
        max-width: 100%;
        text-align: center;
    }

    .forebet_header__block{
        max-width: 100%;
        text-align: center;
    }

    .forebet_header__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_why__adults{
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_why__bold{
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_about__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_about__left{
        max-width: 100%;
    }

    .forebet_about__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_about__item{
        max-width: 100%;
    }

    .forebet_about__info{
        max-width: 100%;
    }

    .forebet_about__head{
        font-size: 26px;
    }

    .forebet_about__right{
        max-width: 100%;
    }

    .forebet_sports__items{
        gap: 16px;
    }

    .forebet_sports__wrap{
        max-width: 355px;
    }

    .forebet_welcome__item{
        max-width: 100%;
    }

    .forebet_welcome__item{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 16px;
    }

    .forebet_welcome__items{
        gap: 20px;
    }

    .forebet_welcome__numbers{
        margin-bottom: 0;
    }

    .forebet_welcome__content{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .forebet_bonuses__item{
        max-width: 100%;
        width: 100%;
    }

    .forebet_welcome__text{
        text-align: left;
    }

    .forebet_services__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }

    .forebet_services__item{
        max-width: 100%;
        width: 100%;
    }

    .forebet_contact__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .forebet_contact__left{
        max-width: 100%;
    }

    .forebet_contact__right{
        max-width: 500px;
    }

    .forebet_contact{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .forebet_services__phone{
        width: 100%;
    }

    .forebet_responsible__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }

    .forebet_responsible__item{
        max-width: 100%;
    }

    .forebet_help__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .forebet_help__item{
        max-width: 100%;
    }

}

@media (max-width: 767px) {
    .forebet_header__wrap{
        padding: 16px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .forebet_header__name{
        font-size: 48px;
    }

    .forebet_header__title{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .forebet_header__subtitle{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .forebet_header__text{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .forebet_header__button{
        padding: 10px 24px;
        font-size: 12px;
    }

    .forebet_header__items{
        gap: 10px;
    }

    .forebet_why {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_why__wrap{
        padding: 16px;
    }

    .forebet_why__title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .forebet_why__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .forebet_why__head{
        line-height: 150%;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .forebet_why__text{
        font-size: 16px;
    }

    .forebet_why__item{
        gap: 12px;
    }

    .forebet_why__item:nth-child(1)::before {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .forebet_why__item:nth-child(2)::before {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .forebet_why__item:nth-child(3)::before {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .forebet_why__item:nth-child(4)::before {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .forebet_why__adults{
        border-radius: 30px;
        padding: 24px 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .forebet_why__bold{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .forebet_available{
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 30px;
    }

    .forebet_available__title{
        font-size: 20px;
    }

    .forebet_available__subtitle{
        font-size: 14px;
        margin-bottom: 24px;
    }

    .forebet_available__items{
        gap: 16px;
    }

    .forebet_available__item{
        max-width: 260px
    }

    .forebet_available__text{
        font-size: 18px;
    }

    .forebet_customers {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_customers__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .forebet_customers__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .forebet_customers__item{
        padding: 16px;
    }

    .forebet_customers__text{
        font-size: 12px;
        border-left: 1px solid #471396;
        margin-bottom: 8px;
    }

    .forebet_customers__name{
        gap: 8px;
        font-size: 14px;
    }

    .forebet_customers__wrap{
        padding: 16px;
    }

    .forebet_adventure{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_adventure__title{
        margin-bottom: 16px;
        font-size: 20px;
    }

    .forebet_adventure__subtitle{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .forebet_adventure__link{
        margin-bottom: 20px;
        padding: 10px 24px;
        font-size: 12px;
    }

    .forebet_adventure__only{
        font-size: 14px;
    }

    .forebet_footer__img{
        margin-bottom: 12px;
    }

    .forebet_footer__text{
        font-size: 14px;
        margin-bottom: 12px;
    }

    .forebet_footer__info{
        font-size: 14px;
    }

    .forebet_footer__inner{
        margin-bottom: 12px;
    }

    .forebet_footer__top{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 16px;
    }

    .forebet_footer__item:nth-child(2){
        max-width: 160px;
    }

    .forebet_footer__item:nth-child(4){
        max-width: 188px;
    }

    .forebet_footer__links{
        gap: 12px;
    }

    .forebet_footer__wrapper{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .forebet_footer__top{
        margin-bottom: 16px;
    }

    .forebet_footer__images{
        gap: 12px;
    }

    .footer__list{
        gap: 12px;
    }

    .forebet_footer__images{
        margin-bottom: 16px;
    }

    .forebet_footer__content{
        margin-bottom: 16px;
    }

    .forebet_footer__head{
        font-size: 14px;
    }

    .forebet_footer__cookie{
        font-size: 12px;
    }

    .forebet_footer__wraps{
        border-radius: 30px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }

    .forebet_footer__only{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 16px;
    }

    .forebet_header__icon{
        max-width: 113px;
    }

    .forebet_header__btn{
        font-size: 12px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .forebet_header__buttons{
        gap: 8px;
    }

    .forebet_header__info{
        font-size: 14px;
    }

    .forebet_about__title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .forebet_about__content{
        padding: 16px;
        margin-bottom: 20px;
    }

    .forebet_about__name{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .forebet_about__head{
        max-width: 140px;
        width: 100%;
    }

    .forebet_about__head{
        font-size: 20px;
    }

    .forebet_about__item{
        gap: 16px;
        padding: 16px;
        border-radius: 30px;
    }

    .forebet_about__info{
        font-size: 14px;
    }

    .forebet_about__items{
        gap: 20px;
    }

    .forebet_about__items{
        margin-bottom: 20px;
    }

    .forebet_about__wrapper{
        padding: 16px;
        margin-bottom: 20px;
    }

    .forebet_about__header{
        margin-bottom: 16px;
        font-size: 20px;    
    }

    .forebet_about__data{
        font-size: 14px;
    }

    .forebet_about__information{
        font-size: 14px;
    }

    .forebet_about__company{
        padding: 16px;
    }

    .forebet_about__caption{
        margin-bottom: 16px;
        font-size: 20px;
    }

    .forebet_about__address{
        font-size: 14px;
    }

    .forebet_bids__title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .forebet_bids__wrap{
        padding-top: 0px;
        gap: 50px;
    }

    .forebet_bids__left{
        gap: 16px;
    }

    .forebet_bids__header{
        font-size: 20px;
    }

    .forebet_bids__text{
        font-size: 14px;
    }

    .forebet_bids__head{
        font-size: 18px;
    }

    .forebet_bids__info{
        font-size: 12px;
    }

    .forebet_bids__btn{
        padding: 10px 24px;
        font-size: 12px;
    }

    .forebet_bids__content{
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: right 0px top 0px
    }

    .forebet_promotions__title{
        font-size: 28px;
        margin-bottom: 0px;
    }

    .forebet_promotions__wrap{
        padding-top: 0px;
        gap: 20px;
    }

    .forebet_promotions__left{
        gap: 16px;
    }

    .forebet_promotions__header{
        font-size: 20px;
    }

    .forebet_promotions__text{
        font-size: 14px;
    }

    .forebet_promotions__head{
        font-size: 18px;
    }

    .forebet_promotions__info{
        font-size: 12px;
    }

    .forebet_promotions__btn{
        padding: 10px 24px;
        font-size: 12px;
    }

    .forebet_promotions__content{
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: right 0px top 0px
    }



    .forebet_sports{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_bids{
        padding-top: 20px;
        padding-bottom: 00px;
    }

    .forebet_promotions{
        padding-top: 20px;
        padding-bottom: 00px;
    }


    .forebet_sports{
        border-radius: 30px;
    }

    .forebet_bids__right{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 240px;
        background-size: 560px
    }

    .forebet_bids__wrapper{
        width: 100%;
        padding-top: 0;
    }

    .forebet_bids__content{
        width: 100%;
        background-size: 250px;
    }

        
    .forebet_promotions__right{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 240px;
        background-size: 560px
    }

    .forebet_promotions__wrapper{
        width: 100%;
        padding-top: 0;
    }

    .forebet_promotions__content{
        width: 100%;
        background-size: 250px;
    }


    .forebet_sports__title{
        font-size: 20px;
    }
    
    .forebet_sports__subtitle{
        font-size: 14px;
        margin-bottom: 24px;
    }

    .forebet_sports__wrap{
        max-width: 260px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .forebet_sports__item{
        border-radius: 20px;
        background: #FFF;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .forebet_sports__head{
        font-size: 20px;
    }

    .forebet_sports__wrap{
        padding: 16px;
    }

    .forebet_sports__wrapper{
        padding: 10px 24px;
    }

    .forebet_sports__info{
        font-size: 12px;
    }

    .forebet_live__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .forebet_live__item{
        padding: 16px;
        max-width: 100%;
    }

    .forebet_live__head{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .forebet_live__text{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .forebet_live__info{
        font-size: 14px;
    }

    .forebet_live {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_ready {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_ready__wrap{
        padding: 20px;
    }

    .forebet_ready__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .forebet_ready__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .forebet_ready__buttons{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
    }

    .forebet_ready__btn{
        width: 100%;
    }

    .forebet_bonuses {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_bonuses__items{
        gap: 8px;
    }

    .forebet_welcome{
        border-radius: 30px 30px 0px 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .forebet_welcome__title{
        margin-bottom: 16px;
        font-size: 20px;
    }

    .forebet_welcome__link{
        font-size: 20px;
    }

    .forebet_welcome__head{
        font-size: 20px;
    }

    .forebet_welcome__text{
        font-size: 14px;
    }

    .forebet_welcome__numbers{
        max-width: 88px;
        width: 100%;
    }

    .forebet_conditions {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .forebet_conditions__wrap{
        padding: 20px;
    }

    .forebet_conditions__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .forebet_conditions__info{
        font-size: 14px;
    }

    .forebet_contact__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .forebet_contact__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .forebet_contact__input{
        margin-bottom: 12px;
    }

    .forebet_contact__btn{
        width: 100%;
        padding: 10px 24px;
        font-size: 12px;
    }

    .forebet_contact__input{
        font-size: 14px;
    }

    .forebet_contact__right{
        max-width: 100%;
    }

    .forebet_services {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_services__info{
        font-size: 14px;
    }

    .forebet_services__text{
        font-size: 14px;
    }

    .forebet_services__wrap{
        gap: 16px;
    }

    .forebet_services__phone{
        padding: 10px 24px;
        font-size: 12px;
    }

    .forebet_responsible__title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .forebet_responsible__wrap{
        padding: 16px;
    }

    .forebet_responsible{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forebet_responsible__item{
        padding: 16px;
    }

    .forebet_responsible__head{
        margin-bottom: 8px;
        font-size: 14px;
    }

    .forebet_responsible__text{
        font-size: 14px;
    }

    .forebet_responsible__inner{
        margin-bottom: 15px;
    }

    .forebet_help__head{
        margin-bottom: 16px;
    }

    .forebet_help__text{
        font-size: 14px;
    }

    .forebet_help__info{
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .forebet_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop{
        display: none;
    }

    .forebet_header__btn{
        width: 100%;
    }

    .forebet_header__buttons{
        padding-bottom: 8px;
    }

    .forebet_header__wrapper{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .menu{
        gap: 12px;
        top: 177px;
    }

    .forebet_header__wrap{
        margin-top: 50px;
    }

    .forebet_available__item{
        max-width: 100%;
    }
    
    .forebet_customers__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_customers__item{
        max-width: 100%;
    }

    .forebet_customers__text{
        padding-left: 12px;
    }

    .forebet_footer__images{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .forebet_about {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 200px;
    }

    .forebet_bids{
        margin-top: 200px;
    }

    .forebet_bids__left{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_bids__header{
        text-align: center;
    }

    .forebet_bids__text{
        text-align: center;
    }

    .forebet_bids__wrapper{
        margin-left: 10px;
    }

    .forebet_bids__box{
        padding-left: 0;
        padding-right: 0;
    }

    .forebet_bids__content{
        background-position: right -80px top 0px;
        background-size: 200px;
    }

    .forebet_bids__wraps{
        padding-left: 10px;
        padding-right: 10px;
    }


    .forebet_promotions{
        margin-top: 200px;
    }

    .forebet_promotions__left{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forebet_promotions__header{
        text-align: center;
    }

    .forebet_promotions__text{
        text-align: center;
    }

    .forebet_promotions__wrapper{
        margin-left: 10px;
    }

    .forebet_promotions__box{
        padding-left: 0;
        padding-right: 0;
    }

    .forebet_promotions__content{
        background-position: right -80px top 0px;
        background-size: 200px;
    }

    .forebet_promotions__wraps{
        padding-left: 10px;
        padding-right: 10px;
    }


    .forebet_sports__wrap{
        max-width: 100%;
    }

    .forebet_bids__wrapper{
        max-width: 100%;
        margin-left: 0;
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .forebet_promotions__wrapper{
        max-width: 100%;
        margin-left: 0;
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .forebet_bonuses__item{
        padding: 16px;
    }

    .forebet_bonuses__sup{
        font-size: 12px;
        margin-bottom: 12px;
    }

    .forebet_bonuses__head{
        font-size: 18px;
        margin-bottom: 4px;
    }

    .forebet_bonuses__text{
        margin-bottom: 16px;
        font-size: 14px;
    }

    .forebet_bonuses__link{
        padding: 10px 24px;
        font-size: 12px;
    }

    .forebet_bonuses__items{
        gap: 20px;
    }

    .forebet_welcome__head{
        text-align: left;
    }

    .forebet_welcome__link{
        text-align: left;
    }

    .forebet_contact{
        margin-top: 200px;
    }

    .forebet_responsible{
        margin-top: 200px;
    }
}