@font-face {
    font-family: opensans;
    src: url("../10kaszinomagyar_fonts/10kaszinomagyar_opensans-regular.woff2")
}

@font-face {
    font-family: montserrat;
    src: url("../10kaszinomagyar_fonts/10kaszinomagyar_montserrat-semibold.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}


a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: opensans;
    background: #1A1A1A;
}

#confirmButton {
    border: none;
    color: #363636;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    height: 46px;
    padding: 12px 72px;
    width: 100%;
    border-radius: 12px;
    background: #FFD700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#confirmButton:hover {
    color: #fff;
    background: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.es-login {
    display: none;
}

.confirmButton {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.kaszinomagyar10_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
}

.kaszinomagyar10_header__name {
    color: #FFF;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.kaszinomagyar10_header__coin{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #FFF;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.kaszinomagyar10_header__coin::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: 55px;
    height: 50px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-account-icon-coin.webp") no-repeat center;
}

.kaszinomagyar10_header__out{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #FFD700;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.kaszinomagyar10_header__out::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("../10kaszinomagyar_img/10kaszinomagyar-account-icon-out.webp") no-repeat center;
}

.kaszinomagyar10_header__avatars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.kaszinomagyar10_header__login{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}

.kaszinomagyar10_header_avatar{
    width: 53px;
    height: 53px;
    border-radius: 53px;
    border: 0.53px solid #6997AC;
}

.kaszinomagyar10_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: 10px;
    padding-bottom: 10px
}

.kaszinomagyar10_header__box {
    padding-top: 50px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.kaszinomagyar10_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    padding-left: 0;
    list-style: none;
}

.kaszinomagyar10_header__burger {
    display: none
}

.kaszinomagyar10_header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}

.kaszinomagyar10_header__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.kaszinomagyar10_header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.kaszinomagyar10_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0.5;
}

.kaszinomagyar10_header__block {
    max-width: 558px;
    width: 100%;
}

.kaszinomagyar10_header__title {
    color: #FFF;
    font-family: montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 24px;
}

.kaszinomagyar10_header__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}

.kaszinomagyar10_header__btn {
    position: relative;
    color: #363636;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 46px;
    padding: 12px 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    background: #FFD700;
}

.kaszinomagyar10_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.kaszinomagyar10_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 401px;
    padding: 50px 40px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-header-background.webp") no-repeat center center/cover;
    border-radius: 30px;
    border: 1px solid #6997AC;
}


.kaszinomagyar10_header__log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding: 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 12px;
    background: #FFD700;
    cursor: pointer;
    color: #363636;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar10_header__log:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.kaszinomagyar10_header__reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    border: 1px solid #FFD700;
    background: transparent;
    cursor: pointer;
    color: #FFF;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.kaszinomagyar10_header__reg:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.kaszinomagyar10_header {
    padding-top: 70px;
    margin-bottom: 70px;
}

.kaszinomagyar10_games {
    margin-bottom: 70px;
}

.kaszinomagyar10_games__title{
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 24px;
}

.kaszinomagyar10_games__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;
}

.kaszinomagyar10_games__item {
    max-width: 400px;
    min-height: 458px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid #6997AC;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
    -webkit-backdrop-filter: blur(8.050000190734863px);
            backdrop-filter: blur(8.050000190734863px);
}

.kaszinomagyar10_games__img {
    margin-bottom: 16px;
}

.kaszinomagyar10_games__center {
    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: 16px;
}

.kaszinomagyar10_games__head {
    color: #FFF;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.kaszinomagyar10_games__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #FFF;
    font-family: montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.kaszinomagyar10_games__number::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: 17px;
    height: 17px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-games-icon-star.webp") no-repeat center center;
}

.kaszinomagyar10_games__count {
    color: #A7A7A7;
}

.kaszinomagyar10_games__link {
    color: #363636;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding: 12px 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    background: #FFD700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar10_games__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.kaszinomagyar10_about {
    margin-bottom: 70px;
}

.kaszinomagyar10_about__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    /* 118.75% */
    margin-bottom: 40px;
}

.kaszinomagyar10_about__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: 24px;
}

.kaszinomagyar10_about__image {
    width: 545px;
    height: 363px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-about-background.webp") no-repeat center center;
}

.kaszinomagyar10_about__content {
    max-width: 671px;
    width: 100%;
}

.kaszinomagyar10_about__head {
    color: #FFF;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 16px;
}

.kaszinomagyar10_about__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}

.kaszinomagyar10_about__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: 16px;
    padding-left: 0;
    list-style: none;
}

.kaszinomagyar10_about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #E9E9E9;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.kaszinomagyar10_about__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: 40px;
    height: 46px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-about-icon.webp") no-repeat center center;
}

.kaszinomagyar10_feedback {
    margin-bottom: 70px;
}

.kaszinomagyar10_feedback__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 40px;
}

.kaszinomagyar10_feedback__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: 20px;
}

.kaszinomagyar10_feedback__item {
    max-width: 400px;
    width: 100%;
    min-height: 196px;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #6997AC;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
}

.kaszinomagyar10_feedback__header {
    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: 16px;
}

.kaszinomagyar10_feedback__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.feedback__head_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;
    height: 53px;
    width: 53px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-feedback-image-1.webp") no-repeat center center;
}

.feedback__head_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;
    height: 53px;
    width: 53px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-feedback-image-2.webp") no-repeat center center;
}

.feedback__head_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;
    height: 53px;
    width: 53px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-feedback-image-3.webp") no-repeat center center;
}

.kaszinomagyar10_feedback__star {
    width: 92px;
    height: 16px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-feedback-icon-star-1.webp") no-repeat center center;
}

.feedback__star_2 {
    width: 92px;
    height: 16px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-feedback-icon-star-2.webp") no-repeat center center;
}

.kaszinomagyar10_feedback__text {
    color: #D9D9D9;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.kaszinomagyar10_contacts {
    margin-bottom: 70px;
}

.kaszinomagyar10_contacts__wrap {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.kaszinomagyar10_contacts__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
}

.kaszinomagyar10_contacts__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;
}

.kaszinomagyar10_contacts__input {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    margin-bottom: 24px;
    height: 55px;
    padding: 24px;
    border-radius: 14px;
    background: #E4E4E4;
    border: none;
}

.kaszinomagyar10_contacts__message {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    margin-bottom: 24px;
    height: 93px;
    padding: 24px;
    border-radius: 14px;
    background: #E4E4E4;
    border: none;
    resize: none;
}

.kaszinomagyar10_contacts__messages {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.kaszinomagyar10_contacts__btn {
    color: #363636;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #FFD700;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar10_contacts__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.kaszinomagyar10_disclaimer {
    margin-bottom: 70px;
}

.kaszinomagyar10_disclaimer__wrap {
    padding: 24px 16px;
    border-radius: 24px;
    border: 1px solid #6997AC;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
}

.kaszinomagyar10_disclaimer__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
}

.kaszinomagyar10_disclaimer__text {
    max-width: 908px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.kaszinomagyar10_footer {
    padding-top: 20px;
    padding-bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
}

.kaszinomagyar10_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: 76px;
    margin-bottom: 16px;
}

.kaszinomagyar10_footer__item {
    max-width: 582px;
    width: 100%;
}

.kaszinomagyar10_footer__head {
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 16px;
}

.kaszinomagyar10_footer__text {
    color: #F2F2F2;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.kaszinomagyar10_footer__links {
    padding-left: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 70px;
    margin-bottom: 16px;
}

.kaszinomagyar10_footer__link {
    color: #FFD700;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar10_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
}

.kaszinomagyar10_footer__age {
    width: 90px;
    height: 40px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-footer-age.webp") no-repeat center center;
    margin: 0 auto;
}

.kaszinomagyar10_victories {
    margin-bottom: 70px;
}
.kaszinomagyar10_victories__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
}
.kaszinomagyar10_victories__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: 24px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}
.kaszinomagyar10_victories__item {
    max-width: 397px;
    width: 100%;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid #6997AC;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
}
.kaszinomagyar10_victories__head {
    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: 8px;
    color: #FFF;
    font-family: montserrat;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 24px;
}
.kaszinomagyar10_victories__head::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: 75px;
    height: 57px;
    background: url("../10kaszinomagyar_img/10kaszinomagyar-account-rating.webp") no-repeat center center;
}
.kaszinomagyar10_victories__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.kaszinomagyar10_victories__bar {
    width: 100%;
    height: 20px;
    border: 1px solid #6997AC;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.kaszinomagyar10_victories__progress {
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(31.73%, #3F4FFF), color-stop(51.92%, #6E76CF), color-stop(51.93%, rgba(110, 118, 207, 0.00)));
    background: -o-linear-gradient(left, #3F4FFF 31.73%, #6E76CF 51.92%, rgba(110, 118, 207, 0.00) 51.93%);
    background: linear-gradient(90deg, #3F4FFF 31.73%, #6E76CF 51.92%, rgba(110, 118, 207, 0.00) 51.93%);
}

.victories__progress_1{
    width: 50%;
}
.victories__progress_2{
    width: 70%;
}
.victories__progress_3{
    width: 90%;
}
.kaszinomagyar10_victories__score {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}
.kaszinomagyar10_victories__link{
    color: #363636;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 12px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    background: #FFD700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar10_victories__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: #363636;
}

.kaszinomagyar10_avatar {
    padding-top: 150px;
    margin-bottom: 40px;
}
.kaszinomagyar10_avatar__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.victories__img_none {
    display: none;
}
.kaszinomagyar10_avatar__inner {
    margin-bottom: 20px;
}
.kaszinomagyar10_avatar__head {
    color: #F6F6F6;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 7px;
}
.kaszinomagyar10_avatar__info {
    color: #FFF;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.header__top {
    margin-top: 80px
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.kaszinomagyar10_politica {
    padding-top: 150px;
    margin-bottom: 70px;
}
.kaszinomagyar10_politica__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
}
.kaszinomagyar10_politica__head {
    color: #FFF;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 32px;
}
.kaszinomagyar10_politica__inner {
    margin-bottom: 32px;
}
.kaszinomagyar10_politica__text {
    color: #F6F6F6;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.sec__top {
    margin-top: 88px;
}

.terms__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__title,
.info__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
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px
}


.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, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__title {
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-family: montserrat;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}

.modal__titleadd {
    color: #fff;
    text-align: center;
    font-family: montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

.modal__info {
    color: #020012;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.modal__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    background: #F8E71C;
    width: 100%;
    color: #0D0D0D;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 100px;

    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
    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: 64px;
    max-width: 600px;
    gap: 10px;
    width: 100%
}

.modal__content_age {
    padding: 24px;
    max-width: 453px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.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-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
    background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
    padding: 64px;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.modal_form__left {
    width: 100%;
}

.modal_form__title {
    color: #FFF;
    font-family: montserrat;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 24px;
}

.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: #FFF;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal_form__input {
    border-radius: 16px;
    background: #E4E4E4;
    border: none;
    height: 55px;
    padding: 24px;
    width: 100%;
    margin-bottom: 12px;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder {
    color: #363636;
}

.modal_form__input::-moz-placeholder {
    color: #363636;
}

.modal_form__input:-ms-input-placeholder {
    color: #363636;
}

.modal_form__input::-ms-input-placeholder {
    color: #363636;
}

.modal_form__input::placeholder {
    color: #363636;
}

.modal_form__btn {
    width: 100%;
    height: 46px;
    padding: 12px 72px;
    border-radius: 12px;
    background: #FFD700;
    color: #363636;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.modal_form__text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.modal_form__further {
    color: #FFD700;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.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: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}


.modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}

.modal_form__close2 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}

.modal_form__inner {}

.modal_form__gender {
    margin-bottom: 12px;
}

.modal_form__radio {
    color: #fff;
    font-size: 16px;
}

.modal_form__links {
    color: #fff;
}

.modal_form__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_form__log {
    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: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0px;
    width: 157px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #FFD900;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal_form__reg {
    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: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0px;
    width: 157px;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal_contact__checkbox {
    opacity: 0;
    position: absolute;
}

.modal_contact__inner {
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_contact__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.modal_contact__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #142670;
    border: 1px solid #212121;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal_contact__checkbox:checked+.modal_contact__label:before {
    background-color: #007BFF;
    border-color: #007BFF;
}

.modal_contact__label:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 40%;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
    -ms-transform: translateY(-50%) rotate(45deg) scale(0);
    transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.modal_contact__checkbox:checked+.modal_contact__label:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
    -ms-transform: translateY(-50%) rotate(45deg) scale(1);
    transform: translateY(-50%) rotate(45deg) scale(1);
}


.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-prev, .slick-next {
    display: none !important; 
}


@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .kaszinomagyar10_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .kaszinomagyar10_header__links {
        display: none
    }

    .kaszinomagyar10_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;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .kaszinomagyar10_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .kaszinomagyar10_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .kaszinomagyar10_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
    }

    .kaszinomagyar10_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#253540));
        background: -o-linear-gradient(top, #1A1A1A 0%, #253540 100%);
        background: linear-gradient(180deg, #1A1A1A 0%, #253540 100%);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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
    }

    .kaszinomagyar10_about__content {
        max-width: 38vw;
    }

    .kaszinomagyar10_avatar__content{
        max-width: 45vw;
    }
}

@media (max-width:991px) {
    .kaszinomagyar10_about__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .kaszinomagyar10_about__content {
        max-width: 100%;
    }

    .kaszinomagyar10_footer__item {
        max-width: 100%;
    }

    .kaszinomagyar10_footer__items {
        gap: 24px;
    }

    .kaszinomagyar10_footer__links {
        gap: 24px;
    }
}

@media (max-width:767px) {
    .kaszinomagyar10_header__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 401px;
        padding: 50px 24px;
        background: url(../10kaszinomagyar_img/10kaszinomagyar-header-background-mob.webp) no-repeat center center / cover;
        border-radius: 30px;
        border: 1px solid #6997AC;
    }

    .kaszinomagyar10_header__block{
        max-width: 100%;
    }

    .kaszinomagyar10_avatar__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .kaszinomagyar10_avatar__content{
        max-width: 100%;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .kaszinomagyar10_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .kaszinomagyar10_about__image {
        width: 300px;
        height: 205px;
        background: url(../10kaszinomagyar_img/10kaszinomagyar-about-background.webp) no-repeat center center;
        background-size: 300px;
    }

    .kaszinomagyar10_header__list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .kaszinomagyar10_games__items{
        max-width: 320px;
        margin: 0 auto;
    }

    .kaszinomagyar10_games__item{
        max-width: 300px;
        min-height: auto;
        margin: 0 auto;
    }

    .kaszinomagyar10_games__img{
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .kaszinomagyar10_about__title{
        margin-bottom: 24px;
    }

    .kaszinomagyar10_disclaimer__title{
        font-size: 26px;
    }

    .modal_form__content{
        padding: 20px;
    }

    .modal_form__input {
        height: 35px;
        padding: 15px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }

    .modal__content{
        padding: 30px;
    }

    .modal__img{
        max-width: 100px;
    }

    .kaszinomagyar10_avatar__img{
        max-width: 300px;
    }

    .kaszinomagyar10_games__title{
        font-size: 32px;
    }

    .kaszinomagyar10_header__login{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}