@font-face {
    font-family: inter;
    src: url("../aupabet365_fonts/aupabet365_inter-regular.woff2");
}

@font-face {
    font-family: Roboto;
    src: url("../aupabet365_fonts/aupabet365_roboto-bold.woff2");
}



#confirmButton {
    background-color: #5956E9;
    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;
}

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;
}

img {
    max-width: 100%;
}

body {
    font-family: inter;
    background: url("../aupabet365_img/aupabet365-body-background.webp") no-repeat center;
    background-size: cover;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.aupabet365_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #171717;
    width: 100%;
    top: 0px;
    left: 0;
}

.aupabet365_header__wrappper {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aupabet365_header__info {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.aupabet365_header__info:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.aupabet365_footer__logo{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.aupabet365_header__age {
    width: 32px;
    height: 32px;
    background: url("../aupabet365_img/aupabet365-header-icon-age.webp") no-repeat center;
}
.aupabet365_header__block {
    max-width: 980px;
    margin: 0 auto;
}
.content__infos {
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.aupabet365_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;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.aupabet365_header__box {
    padding-top: 0px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.header__block {
    max-width: 1030px;
    width: 100%;
}


.aupabet365_header__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 75px;
}

.aupabet365_header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.aupabet365_header__burger {
    display: none;
}


.aupabet365_header__link {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    background: #0A1F44;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.aupabet365_header__link:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.aupabet365_header {
    background: url("../aupabet365_img/aupabet365-header-background.webp") no-repeat center bottom/cover;
    margin-bottom: 0px;
    padding-bottom: 123px;
    padding-top: 143px;
    margin-top: 80px;
}

.aupabet365_header_bg {
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.aupabet365_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aupabet365_header__images {
    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;
}

.aupabet365_header__title {
    color: #FDC309;
    text-align: center;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aupabet365_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.aupabet365_header__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: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /* Разрешаем перенос элементов на новую строку */
}

.aupabet365_header__item {
    padding: 6px 10px;
    background: rgba(55, 55, 55, 0.50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}

.aupabet365_header__sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap; /* Запрещаем перенос текста */
}

.header__sup_1::before,
.header__sup_2::before,
.header__sup_3::before,
.header__sup_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: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.header__sup_1::before {
    background-image: url("../aupabet365_img/aupabet365-header-icon-1.webp");
}

.header__sup_2::before {
    background-image: url("../aupabet365_img/aupabet365-header-icon-2.webp");
}

.header__sup_3::before {
    background-image: url("../aupabet365_img/aupabet365-header-icon-3.webp");
}

.header__sup_4::before {
    background-image: url("../aupabet365_img/aupabet365-header-icon-4.webp");
}

.aupabet365_welcome {
    padding-top: 80px;
    padding-bottom: 80px;
}
.aupabet365_welcome__title {
    color: #FFF;
    font-family: Roboto;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.aupabet365_welcome__wrapper {
    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: 20px;
    margin-bottom: 40px;
}
.aupabet365_welcome__wrap {
    max-width: 333px;
    width: 100%;
    min-height: 223px;
    padding: 30px 40px;
    border: 4px solid #FFF;
    background: #E6E6E6;
}
.aupabet365_welcome__caption {
    color: #0A1F44;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.aupabet365_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;
    gap: 10px;
    margin-bottom: 22px;
}
.aupabet365_welcome__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #1B0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
}
.aupabet365_welcome__time::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: 24px;
    height: 24px;
    background: url("../aupabet365_img/aupabet365-popular-icon-1.webp") no-repeat center;
}
.aupabet365_welcome__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #1B0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
}
.aupabet365_welcome__result::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: 24px;
    height: 24px;
    background: url("../aupabet365_img/aupabet365-popular-icon-2.webp") no-repeat center;
}
.aupabet365_welcome__btn {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0A1F44;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.aupabet365_welcome__btn:hover{
    background: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.aupabet365_welcome__text {
    color: #1B0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.aupabet365_promotions {
    padding-bottom: 80px;
}
.aupabet365_promotions__title {
    color: #FFF;
    font-family: Roboto;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.aupabet365_promotions__items {
    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: 20px;
    padding-left: 0;
    list-style: none;
}
.aupabet365_promotions__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;
    gap: 20px;
    max-width: 400px;
    width: 100%;
    padding: 30px 20px;
    background: #FFF;
}
.aupabet365_promotions__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: 100%;
    max-width: 80px;
    height: 80px;
    background: url("../aupabet365_img/aupabet365-why-icon-1.webp") no-repeat center;
}
.aupabet365_promotions__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: 100%;
    max-width: 80px;
    height: 80px;
    background: url("../aupabet365_img/aupabet365-why-icon-2.webp") no-repeat center;
}
.aupabet365_promotions__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: 100%;
    max-width: 80px;
    height: 80px;
    background: url("../aupabet365_img/aupabet365-why-icon-3.webp") no-repeat center;
}
.aupabet365_promotions__head {
    color: #0A1F44;
    font-family: Roboto;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aupabet365_promotions__text {
    color: #1B0000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    max-width: 200px;
    margin: 0 auto;
}

.aupabet365_footer {
    background: #050505;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aupabet365_footer__top {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}


.aupabet365_footer__age {
    width: 60px;
    height: 60px;
    background: url("../aupabet365_img/aupabet365-footer-icon-age.webp") no-repeat center;
}

.aupabet365_footer__items {
    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;
    width: 100%;
    margin-bottom: 32px;
}

.aupabet365_footer__tops{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}

.aupabet365_footer__responsable{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.aupabet365_footer__responsable:hover{
    color: #E90707;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.aupabet365_footer__info {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.aupabet365_footer__sup {
    color: #A9A9A9;
    font-family: Roboto;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
}

.aupabet365_footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.aupabet365_footer__network {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.aupabet365_footer__network:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.aupabet365_footer__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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 386px;
}

.aupabet365_footer__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.aupabet365_footer__bottom {
    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;
    margin-bottom: 32px;
}

.aupabet365_footer__network {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.aupabet365_footer__network:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.aupabet365_footer__header {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.aupabet365_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.aupabet365_footer__text:last-child{
    margin-bottom: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.aupabet365_footer__right {
    max-width: 608px;
    width: 100%;
}

.aupabet365_footer__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.aupabet365_footer__input {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 424px;
}

.aupabet365_footer__networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}


.aupabet365_footer__links {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 75px;
    margin-bottom: 30px;
}

.aupabet365_footer__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.aupabet365_footer__btn {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0A1F44;
    border: none;
    cursor: pointer;
}

.aupabet365_footer__btn:hover{
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.aupabet365_footer__info {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.aupabet365_footer__info:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.aupabet365_footer__link {
    color: #FCF064;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.aupabet365_responsable {
    padding-bottom: 40px;
    background: #DFDFDF;
}
.aupabet365_responsable__title {
    color: #0A1F44;
    font-family: Roboto;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.aupabet365_responsable__inner {
    margin-bottom: 30px;
}
.aupabet365_responsable__text {
    color: #1B0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.aupabet365_responsable__head {
    color: #0A1F44;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aupabet365_responsable__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: 10px;
    padding-left: 20px;
}
.aupabet365_responsable__info {
    color: #1B0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.aupabet365_contact {
    padding-bottom: 40px;
    background: #DCDCDC;
}
.aupabet365_contact__wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.aupabet365_contact__title {
    color: #0A1F44;
    text-align: center;
    font-family: Roboto;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.aupabet365_contact__subtitle {
    color: #1B0000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
}
.aupabet365_contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.aupabet365_contact__input {
    color: #1B0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    border: 1px solid #A1A0A0;
    background: #FFF;
    padding: 14px 16px;
    width: 100%;
}
.aupabet365_contact__message {
    color: #1B0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    border: 1px solid #A1A0A0;
    background: #FFF;
    padding: 14px 16px;
    height: 100px;
    width: 100%;
    resize: none;
}
.aupabet365_contact__btn {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    cursor: pointer;
    background: #0A1F44;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.aupabet365_contact__btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.aupabet365_contact__messages {
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.modal_form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal_form__content {
    position: relative;
    top: 0%;
    border: 2px solid #A1A0A0;
    background: #DFDFDF;
    padding: 24px;
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #272727;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal_form__left {
    width: 100%;
}

.modal_form__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.modal_form__inner {
    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;
    width: 100%;
}

.modal_form__links {
    color: #272727;
    font-size: 14px;
}

.modal_form__label {
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__input {
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FFF;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #121514;
    font-size: 14px;
    font-weight: 400;
}

.modal_form__input::-webkit-input-placeholder {
    color: #121514;
}

.modal_form__input::-moz-placeholder {
    color: #121514;
}

.modal_form__input:-ms-input-placeholder {
    color: #121514;
}

.modal_form__input::-ms-input-placeholder {
    color: #121514;
}

.modal_form__input::placeholder {
    color: #121514;
}

.modal_form__btn {
    padding: 10px 20px;
    width: 100%;
    background: #0A1F44;
    text-transform: uppercase;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links {
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.modal_form__messages_1 {
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.modal_form__messages_2 {
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__wrappper {
    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;
}

.modal__text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #000
}


.modal_form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #000
}

.modal_form__links {
    color: #272727;
}


.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(27, 46, 121, 0.30);
    -webkit-backdrop-filter: blur(4.800000190734863px);
    backdrop-filter: blur(4.800000190734863px);
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__game {
    width: 100%;
    height: 400px;
}

.popup__iframe {
    width: 100%;
    height: 100%;
}

.popup__title {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal__title {
    margin: 0;
    margin-bottom: 20px;
    color: #272727;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border: none;
    background: #E90707;
    font-family: Roboto;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 10px;
}

.modal__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.btn {
    background: transparent;
    border: 1px solid #272727;
    color: #272727;
}

.modal__content {
    position: relative;
    top: 0%;
    background: #DEDDDD;
    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;
    padding: 24px;
    width: 100%;
    max-width: 500px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img {
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.cookie-popup.hidden {
    display: none;
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 600px;
    width: 100%;
    background: #DEDDDD;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title {
    color: #272727;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle {
    color: #272727;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #E90707;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    border: 1px solid #272727;
    color: #272727;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.popupcookie__button:hover {
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    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);
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.info__title,
.content__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.terms__list {
    margin-bottom: 10px;
}

.terms__info {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


.desc__top {
    padding-top: 140px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.mob {
    display: none;
}


@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .aupabet365_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .aupabet365_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .aupabet365_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;
    }

    .aupabet365_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .aupabet365_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 7px;
        -ms-transform-origin: 7px;
        transform-origin: 7px;
    }

    .aupabet365_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        background: #313131;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .aupabet365_footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }

    .aupabet365_footer__left {
        max-width: 100%;
    }

    .aupabet365_footer__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px;
    }

    .aupabet365_footer__wrappper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .aupabet365_footer__input {
        width: 100%;
    }

    .aupabet365_header__box {
        padding-top: 10px;
    }

    .aupabet365_header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .aupabet365_footer__items {
        -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;
    }

    .aupabet365_footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aupabet365_header__title {
        font-size: 50px;
    }

    .aupabet365_header__title {
        font-size: 40px;
    }

    .footer__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}

@media (max-width: 575px) {
    .body__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .aupabet365_header__nav {
        padding-left: 16px;
        padding-right: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .aupabet365_header__title {
        font-size: 24px;
    }

    .aupabet365_header {
        background: url("../aupabet365_img/aupabet365-header-background-mob.webp") no-repeat center bottom/cover;
        padding-top: 50px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc {
        display: none;
    }

    .aupabet365_footer__wrappper {
        gap: 12px;
    }

    .aupabet365_footer__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 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;
    }

    .aupabet365_footer__sup {
        text-align: left;
    }

    .menu{
        top: 63px;
    }

    .popupcookie__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popupcookie__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popupcookie__btn {
        width: 100%;
    }

    .popupcookie__button {
        width: 100%;
    }

    .aupabet365_header__logo {
        max-width: 122px;
    }

    .aupabet365_header__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .aupabet365_header__subtitle{
        margin-bottom: 20px;
    }

    .aupabet365_header__items{
        gap: 10px;
    }

    .aupabet365_footer__content {
        max-width: 247px;
    }

    .aupabet365_header__item{
        max-width: 251px;
        width: 100%;
    }

    .aupabet365_footer__sup {
        font-size: 12px;
        text-align: center;
    }

    .aupabet365_footer__left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .aupabet365_footer__link {
        font-size: 14px;
    }

    .aupabet365_footer__text {
        font-size: 12px;
    }

    .aupabet365_footer__head {
        font-size: 14px;
    }


    .header__title {
        font-size: 32px;
    }

    .aupabet365_footer__header {
        font-size: 16px;
    }

    .aupabet365_footer__items {
        gap: 16px;
    }

    .aupabet365_footer__bottom {
        -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: 16px;
    }

    .aupabet365_footer__network {
        font-size: 12px;
    }

    .aupabet365_header__links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        gap: 10px;
    }



    .aupabet365_header__button{
        gap: 10px;
        width: 100%;
    }

    .aupabet365_header__link {
        padding: 12px 10px;
        font-size: 14px;
    }

    .aupabet365_header__box {
        padding-top: 0px;
    }

    .aupabet365_footer__top {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .aupabet365_footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .aupabet365_footer__pays {
        max-width: 70px;
    }

    .aupabet365_footer__top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    .aupabet365_footer__links{
        margin-bottom: 20px;
    }

    .footer__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .aupabet365_welcome{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aupabet365_promotions{
        padding-bottom: 40px;
    }

    .aupabet365_promotions__title{
        margin-bottom: 20px;
        font-size: 24px;
    }

    .aupabet365_footer__logo{
        margin-bottom: 20px;
    }

    .aupabet365_footer__button{
        gap: 20px;
        width: 100%;
    }

    .aupabet365_footer__btn{
        font-size: 14px;
        width: 100%;
        padding: 12px 10px;
    }

    .footer__list{
        width: 100%;
    }

    .aupabet365_footer__tops{
        margin-bottom: 20px;
    }

    .aupabet365_welcome__text{
        font-size: 12px;
    }

    .aupabet365_responsable__title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .aupabet365_responsable__inner{
        margin-bottom: 20px;
    }

    .aupabet365_contact__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .aupabet365_contact__subtitle{
        margin-bottom: 16px;
    }

    .aupabet365_contact__btn{
        width: 100%;
    }

    .aupabet365_welcome__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    body {
        font-family: inter;
        background: url("../aupabet365_img/aupabet365-body-background-mob.webp") no-repeat center;
        background-size: cover;
    }
}