@font-face {
    font-family: karla;
    src: url("../kaszinomagyar_fonts/kaszinomagyar_karla-regular.woff2")
}

@font-face {
    font-family: karla-bold;
    src: url("../kaszinomagyar_fonts/kaszinomagyar_karla-bold.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: karla;
    background: #1A1A1A;
}

#confirmButton {
    border: none;
    color: #272727;
    font-family: karla-bold;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    padding: 10px 30px;
    width: 100%;
    border-radius: 50px;
    background: #F8E71C;
    -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;
}

.confirmButton {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}

.body__container {
    max-width: 1140px;
    margin: 0 auto
}

.kaszinomagyar_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #1A1A1A;
}

.kaszinomagyar_header__name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #FFF;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.kaszinomagyar_header__name::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37px;
    height: 37px;
    background: url("../kaszinomagyar_img/kaszinomagyar-account-avatar.webp") no-repeat;
    background-size: 37px;
}

.kaszinomagyar_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: 1140px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.kaszinomagyar_header__box {
    padding-top: 70px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.kaszinomagyar_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}

.kaszinomagyar_header__burger {
    display: none
}

.kaszinomagyar_header__link {
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.kaszinomagyar_header__lang{
    display: none;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header__lang{
    display: block;
}

.kaszinomagyar_header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.header__list{
    align-items: center;
    gap: 24px;
}

.kaszinomagyar_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0.5;
}

.kaszinomagyar_header__block {
    max-width: 558px;
    width: 100%;
}

.kaszinomagyar_header__title {
    color: #FFF;
    font-family: karla-bold;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.kaszinomagyar_header__subtitle {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.kaszinomagyar_header__btn {
    position: relative;
    color: #FFF;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 173px;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #FF3C3C;
}

.kaszinomagyar_header__btn::before {
    width: 70%;
    height: 2px;
    position: absolute;
    background-color: rgba(250, 250, 250, 0.678);
    content: "";
    -webkit-filter: blur(1px);
            filter: blur(1px);
    top: 7px;
    border-radius: 50%;
}

.kaszinomagyar_header__btn::after {
    width: 70%;
    height: 2px;
    position: absolute;
    background-color: rgba(250, 250, 250, 0.137);
    content: "";
    -webkit-filter: blur(1px);
            filter: blur(1px);
    bottom: 7px;
    border-radius: 50%;
}

.kaszinomagyar_header__btn:hover {
    -webkit-animation: jello-horizontal 0.9s both;
            animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}


.kaszinomagyar_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.kaszinomagyar_header__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: 20px;
}

.kaszinomagyar_header__image {
    width: 562px;
    height: 439px;
    background: url("../kaszinomagyar_img/kaszinomagyar-header-image.webp") no-repeat center center;
    border-radius: 10px;
}

.kaszinomagyar_header__log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    border: none;
    border-radius: 100px;
    background: #FFD700;
    cursor: pointer;
    color: #1A1A1A;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_header__log:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.kaszinomagyar_header__reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    border: 1px solid #FFD700;
    border-radius: 100px;
    background: transparent;
    cursor: pointer;
    color: #FFF;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.kaszinomagyar_header__reg:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}


.kaszinomagyar_header {
    background: url("../kaszinomagyar_img/kaszinomagyar-header-background.webp") no-repeat center center/cover;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 30px;
}

.kaszinomagyar_why {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.kaszinomagyar_why__title {
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.kaszinomagyar_why__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.kaszinomagyar_why__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    max-width: 270px;
    min-height: 232px;
    padding: 40px;
    border-radius: 10px;
    border-bottom: 2px solid #FF3C3C;
    background: #272727;
}

.kaszinomagyar_why__item:nth-child(1)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 55px;
    background: url("../kaszinomagyar_img/kaszinomagyar-why-icon-1.webp") no-repeat center center;
}

.kaszinomagyar_why__item:nth-child(2)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 55px;
    background: url("../kaszinomagyar_img/kaszinomagyar-why-icon-2.webp") no-repeat center center;
}

.kaszinomagyar_why__item:nth-child(3)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 55px;
    background: url("../kaszinomagyar_img/kaszinomagyar-why-icon-3.webp") no-repeat center center;
}

.kaszinomagyar_why__item:nth-child(4)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 55px;
    background: url("../kaszinomagyar_img/kaszinomagyar-why-icon-4.webp") no-repeat center center;
}

.kaszinomagyar_why__head {
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.kaszinomagyar_why__text {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.kaszinomagyar_games {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background: #272727;
}

.kaszinomagyar_games__title {
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.kaszinomagyar_games__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: 19px;
}

.kaszinomagyar_games__img {
    border-radius: 30px;
}

.kaszinomagyar_games__item {
    position: relative;
}

.kaszinomagyar_games__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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 197px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.50)), to(rgba(0, 0, 0, 0.50)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_games__content:hover {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_games__link {
    color: #1A1A1A;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 173px;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #FFD700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_games__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.kaszinomagyar_players {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.kaszinomagyar_players__title {
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.kaszinomagyar_players__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.kaszinomagyar_players__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;
}

.kaszinomagyar_players__item {
    padding: 40px;
    max-width: 270px;
    width: 100%;
    min-height: 238px;
    border-radius: 10px;
    border: 1px solid #FF3C3C;
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#181818));
    background: -o-linear-gradient(top, #272727 0%, #181818 100%);
    background: linear-gradient(180deg, #272727 0%, #181818 100%);
    -webkit-box-shadow: 0 0 5.9px 0 rgba(255, 60, 60, 0.70);
            box-shadow: 0 0 5.9px 0 rgba(255, 60, 60, 0.70);
}

.kaszinomagyar_players__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
}

.kaszinomagyar_players__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.kaszinomagyar_players__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: 19px;
    height: 19px;
    background: url("../kaszinomagyar_img/kaszinomagyar-players-icon-star.webp") no-repeat center center;
}

.kaszinomagyar_players__text {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 72px;
}

.kaszinomagyar_players__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: karla-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.kaszinomagyar_players__name::before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    background: url("../kaszinomagyar_img/kaszinomagyar-players-icon-avatar.webp") no-repeat center center;
}

.kaszinomagyar_attention {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background: #FF3C3C;
}

.kaszinomagyar_attention__text {
    color: #1A1A1A;
    text-align: center;
    font-family: karla-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.kaszinomagyar_footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.kaszinomagyar_footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.kaszinomagyar_footer__head {
    color: #FFF;
    font-family: karla-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.kaszinomagyar_footer__text {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.footer__head_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.footer__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;
    width: 24px;
    height: 24px;
    background: url("../kaszinomagyar_img/kaszinomagyar-footer-icon-save.webp") no-repeat center center;
}

.footer__head_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.footer__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;
    width: 24px;
    height: 24px;
    background: url("../kaszinomagyar_img/kaszinomagyar-footer-icon-cookies.webp") no-repeat center center;
}

.kaszinomagyar_footer__links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
}

.kaszinomagyar_footer__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_footer__link:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_footer__sup {
    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: 20px;
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.kaszinomagyar_footer__sup::after {
    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("../kaszinomagyar_img/kaszinomagyar-footer-icon-age.webp") no-repeat center center;
}

.kaszinomagyar_play {
    padding-top: 150px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.kaszinomagyar_play__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.kaszinomagyar_play__content {
    max-width: 753px;
    width: 100%;
}
.kaszinomagyar_play__title {
    color: #FFF;
    font-family: karla-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.kaszinomagyar_play__number{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.kaszinomagyar_play__header{
    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;
    margin-bottom: 20px;
}
.kaszinomagyar_play__text {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.kaszinomagyar_play__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: 19px;
    height: 19px;
    background: url(../kaszinomagyar_img/kaszinomagyar-players-icon-star.webp) no-repeat center center;
}
.kaszinomagyar_play__link {
    color: #FFF;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 173px;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #FF3C3C;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.kaszinomagyar_play__link:hover {
    background: #000;
    opacity: 0.8;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.kaszinomagyar_play__bottom {
    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;
}

.desctop {
    display: block;
}
.mobile {
    display: none;
}

.kaszinomagyar_contacts {
    padding-top: 150px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.kaszinomagyar_contacts__title {
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.kaszinomagyar_contacts__wrap{
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
}
.kaszinomagyar_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;
}
.kaszinomagyar_contacts__label {
    color: #FFF;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.kaszinomagyar_contacts__input {
    width: 100%;
    margin-bottom: 10px;
    height: 39px;
    padding: 5px 18px;
    border-radius: 3px;
    background: #FFF;
    border: none;
}
.kaszinomagyar_contacts__btn {
    color: #1A1A1A;
    font-family: karla-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    border-radius: 100px;
    background: #FFD700;
    height: 39px;
    padding: 5px 30px;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_header__out{
    color: #FFF;
    font-family: karla-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.kaszinomagyar_contacts__btn:hover {
    background: #000;
    color: #FFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kaszinomagyar_account {
    padding-top: 150px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.kaszinomagyar_account__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
}
.kaszinomagyar_account__wrap::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: 107px;
    height: 107px;
    background: url("../kaszinomagyar_img/kaszinomagyar-account-avatar.webp") no-repeat center center;
}
.kaszinomagyar_account__content {
}
.kaszinomagyar_account__title {
    color: #FFF;
    font-family: karla-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.kaszinomagyar_account__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.kaszinomagyar_account__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: karla-bold;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.kaszinomagyar_account__price::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("../kaszinomagyar_img/kaszinomagyar-account-coin.webp") no-repeat center center;
}
.kaszinomagyar_account__info {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.kaszinomagyar_account__link {
    color: #1A1A1A;
    text-align: center;
    font-family: karla-bold;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #FFD700;
    width: 174px;
}

.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)
}

.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: karla-bold;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}

.modal__titleadd {
    color: #fff;
    text-align: center;
    font-family: karla-bold;
    font-size: 24px;
    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;
    background: #272727;
    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: 40px;
    max-width: 405px;
    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: 10px;
    background: #FFF;
    padding: 30px;
    max-width: 453px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.modal_form__left {
    width: 100%;
}

.modal_form__title {
    color: #272727;
    font-family: karla-bold;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
}

.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: 12px;
    background: rgba(154, 153, 153, 0.20);
    border: none;
    padding: 10px 20px;
    height: 39px;
    width: 100%;
    margin-bottom: 20px;
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder {
    color: #272727;
}

.modal_form__input::-moz-placeholder {
    color: #272727;
}

.modal_form__input:-ms-input-placeholder {
    color: #272727;
}

.modal_form__input::-ms-input-placeholder {
    color: #272727;
}

.modal_form__input::placeholder {
    color: #272727;
}

.modal_form__btn {
    padding: 14px 24px;
    width: 100%;
    height: 47px;
    border-radius: 100px;
    background: #FF6813;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    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__further {
    color: #272727;
    font-family: karla-bold;
    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: #272727;
    font-size: 24px;
}


.modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}

.modal_form__close2 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}

.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;
}



@media (max-width: 1199px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .kaszinomagyar_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .kaszinomagyar_header__links {
        display: none
    }

    .kaszinomagyar_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: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .kaszinomagyar_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
    }

    .kaszinomagyar_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .kaszinomagyar_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
    }

    .kaszinomagyar_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: #1A1A1A;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 61px;
        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
    }

    .kaszinomagyar_header__block{
        max-width: 44vw;
    }
}

@media (max-width: 767px) {
    .kaszinomagyar_header__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .kaszinomagyar_header__block{
        max-width: 100%;
    }

    .kaszinomagyar_header__image {
        background-size: 300px;
        width: 300px;
        height: 240px;
    }

    .kaszinomagyar_games__content{
        opacity: 1;
    }

    .kaszinomagyar_play__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }


}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .kaszinomagyar_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .kaszinomagyar_header{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .kaszinomagyar_why__item{
        max-width: 328px;
        min-height: 214px;
    }

    .kaszinomagyar_why{
        margin-bottom: 20px;
    }

    .kaszinomagyar_games__img{
        max-width: 300px;
    }

    .kaszinomagyar_games__content{
        min-height: 162px;
    }

    .kaszinomagyar_games{
        margin-bottom: 20px;
    }

    .kaszinomagyar_players{
        margin-bottom: 20px;
    }

    .kaszinomagyar_players__item{
        max-width: 328px;
        min-height: 220px;
    }

    .kaszinomagyar_attention{
        margin-bottom: 20px;
    }

    .desctop {
        display: none;
    }
    .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .kaszinomagyar_play{
        padding-top: 100px;
        margin-bottom: 20px;
    }

    .kaszinomagyar_account{
        margin-bottom: 20px;
    }

    .kaszinomagyar_account__wrap{
        gap: 12px;
    }

    .kaszinomagyar_account{
        padding-top: 120px;
    }
}