@font-face {
    font-family: Teachers;
    src: url("../za-betting_fonts/za-betting_teachers-regular.woff2")
}

@font-face {
    font-family: Rubik;
    src: url("../za-betting_fonts/za-betting_rubik-medium.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,
blockquote {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: Teachers;
    background: #FFF;
}

#confirmButton {
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.body__container {
    max-width: 1170px;
    margin: 0 auto
}

.za-betting_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.1);
}

.za-betting_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: 1170px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.za-betting_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
    padding-left: 0;
    list-style: none;
}

.header__links {
    gap: 10px;
}

.za-betting_header__burger {
    display: none
}

.za-betting_header__link {
    color: #fff;
    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.za-betting_header__wrap{
    display: flex;
    align-items: center;
}


.za-betting_header__link:hover {
    color: #FF9434;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.za-betting_header__block {
    max-width: 671px;
    width: 100%;
}

.za-betting_header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.active__lang {
    padding: 15px;
    border-radius: 5000px;
    border: 1px solid #D03254;
    background: #1C1C1E;
}

.header__lang_1 {
    background: url("../za-betting_img/za-betting-lang-fi.webp") no-repeat center;
}

.header__lang_2 {
    background: url("../za-betting_img/za-betting-lang-en.webp") no-repeat center;
}

.za-betting_header__img{
    margin-bottom: 20px;
}

.za-betting_header__title {
    color: #FFF;
    font-family: Rubik;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.73px;
    margin-bottom: 30px;
}

.za-betting_header__subtitle {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.za-betting_header__info{
    margin-bottom: 20px;
}
.za-betting_header__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.za-betting_header__play {
    display: block;
    width: 207px;
    height: 66px;
    background: url("../za-betting_img/za-betting-header-icon-play.webp") no-repeat center;
    border-radius: 5px;
    border: 1px solid #FFF;
}

.za-betting_header__store {
    display: block;
    width: 207px;
    height: 66px;
    background: url("../za-betting_img/za-betting-header-icon-store.webp") no-repeat center;
    border-radius: 5px;
    border: 1px solid #FFF;
}


.za-betting_header__box {
    padding-top: 30px;
}

.za-betting_header__images{
    display: flex;
}

.za-betting_header {
    padding-top: 40px;
    background: url("../za-betting_img/za-betting-header-background.webp") no-repeat center;
    background-size: cover;
}

.za-betting_info {
}
.za-betting_info__wrap {
    background: url("../za-betting_img/za-betting-information-background.webp") no-repeat center right;
    padding-top: 160px;
    padding-bottom: 160px;
}
.za-betting_info__content {
    max-width: 570px;
    width: 100%;
}
.za-betting_info__items {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-left: 0;
    list-style: none;
}
.za-betting_info__head {
    color: #000;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.95px;
    margin-bottom: 20px;
}
.za-betting_info__text {
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.za-betting_info__wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.za-betting_game__wrap {
    background: url("../za-betting_img/za-betting-game-background.webp") no-repeat center left;
    padding-top: 170px;
    padding-bottom: 170px;
    display: flex;
    justify-content: flex-end;
}
.za-betting_game__content {
    max-width: 670px;
    width: 100%
}
.za-betting_game__title {
    color: #000;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.95px;
    margin-bottom: 40px;
}
.za-betting_game__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.za-betting_game__head {
    color: #000;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
}
.za-betting_game__text {
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.za-betting_why__wrap {
    background: url("../za-betting_img/za-betting-why-background.webp") no-repeat center right;
    padding-top: 200px;
    padding-bottom: 200px;
}
.za-betting_why__content {
    max-width: 570px;
    width: 100%;
}
.za-betting_why__title {
    color: #000;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.95px;
    margin-bottom: 20px;
}
.za-betting_why__subtitle {
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.za-betting_reviews {
    padding-bottom: 80px;
}

.za-betting_reviews__title {
    color: #000;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.95px;
    margin-bottom: 40px;
}
.za-betting_reviews__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.za-betting_reviews__item {
    max-width: 380px;
    width: 100%;
    padding: 16px;
    background: linear-gradient(0deg, #C6D0C5 0%, #C6D0C5 100%), #000;
    min-height: 200px;
}
.za-betting_reviews__name {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.za-betting_reviews__name::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 23px;
    background: url("../za-betting_img/za-betting-reviews-icon-star.webp") no-repeat center;
}
.za-betting_reviews__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.za-betting_contact{
    background: #2B6147;
}

.za-betting_contact__wrap {
    display: flex;
    justify-content: flex-end;
    background: url("../za-betting_img/za-betting-contact-background.webp") no-repeat center left;
    padding-top: 80px;
    padding-bottom: 80px;
}

.za-betting_contact__content {
    max-width: 570px;
    width: 100%;
}

.za-betting_contact__title {
    color: #FFF;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.95px;
    margin-bottom: 20px;
}

.za-betting_contact__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.za-betting_contact__messages{
    display: none;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    width: 100%;
}

.za-betting_contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 570px;
    width: 100%;
}

.za-betting_contact__input {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #FFF;
    margin-bottom: 10px;
}

.za-betting_contact__input::placeholder{
    color: #fff;
}

.za-betting_contact__message {
    color: #fff;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #FFF;
    resize: none;
    margin-bottom: 10px;
}

.za-betting_contact__message::placeholder{
    color: #fff;
}

.za-betting_contact__btn {
    color: #FFF;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    background: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 60px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.za-betting_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.za-betting_contact__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.za-betting_contact__play {
    display: block;
    width: 207px;
    height: 66px;
    background: url(../za-betting_img/za-betting-header-icon-play.webp) no-repeat center;
    border-radius: 5px;
    border: 1px solid #FFF;
}
.za-betting_contact__store {
    display: block;
    width: 207px;
    height: 66px;
    background: url(../za-betting_img/za-betting-header-icon-store.webp) no-repeat center;
    border-radius: 5px;
    border: 1px solid #FFF;
}

.za-betting_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../za-betting_img/za-betting-footer-background.webp") no-repeat center;
    background-size: cover;
}
.za-betting_footer__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.za-betting_footer__home {
    margin-bottom: 40px;
}
.za-betting_footer__top {
    max-width: 600px;
    margin-bottom: 40px;
}
.za-betting_footer__info {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.za-betting_footer__center {
    max-width: 570px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.za-betting_footer__address {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}
.za-betting_footer__address:hover {
    color: #FF9434;
    transition: 0.4s;
}
.za-betting_footer__items {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
    gap: 30px;
}
.za-betting_footer__item {
    max-width: 570px;
    width: 100%;
}
.za-betting_footer__head {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.za-betting_footer__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.za-betting_footer__links {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 570px;
    width: 100%;
}
.za-betting_footer__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}

.za-betting_footer__link:hover {
    color: #FF9434;
    transition: 0.4s;
}


.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 {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.modal__titleadd {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 10px;
    background: #FF9434;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -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: 20px;
    background: rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.07);
            box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    max-width: 400px
}

.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
}

.cookie-popup.hidden {
    display: none
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%
}

.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.10);
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px
}

.popupcookie__close:focus,
.popupcookie__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1px;
    width: 100%
}

.popupcookie__subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 206px;
    border-radius: 10px;
    background: #FF9434;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 205px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #FF9434;
    color: #FF9434;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__button:hover {
    border: 2px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
}

.popupcookie__btn:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.content__title,
.info__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px
}

.desc__top {
    padding-top: 130px;
    padding-bottom: 50px
}


.desc__contact {
    padding-top: 70px;
    padding-bottom: 0px
}


.header__img_mob {
    display: none
}

.mob {
    display: none;
}

.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.popup__box {
    border-radius: 20px;
    background: #fff;
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup__game {
    width: 100%;
    height: 400px
}

.popup__iframe {
    width: 100%;
    height: 100%
}

.popup__title {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px
}

.popup__name {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.popup__close:focus,
.popup__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_list {
    display: none;
}

.slick-prev,
.slick-next {
    display: none !important;
}

@media (max-width:1200px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .za-betting_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }


    .za-betting_header__links {
        display: none
    }

    .za-betting_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
    }

    .za-betting_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
    }

    .za-betting_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .za-betting_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
    }

    .za-betting_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: 15px;
        background: rgba(153, 153, 153, 0.4);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 69px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        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;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .mob {
        display: block;
    }

    .za-betting_header__subtitle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .za-betting_header__block {
        max-width: 100%;
        padding-bottom: 50px;
    }

    .za-betting_header__subtitle {
        max-width: 60vw;
    }


    .za-betting_contact__content {
        max-width: 48vw;
    }

    .za-betting_contact__wrap {
        background: url(../za-betting_img/za-betting-contact-background.webp) no-repeat bottom left;
        background-size: 400px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .za-betting_header__wrap{
        display: flex;
        align-items: center
    }

    .za-betting_header__title{
        font-size: 3vw;
    }

    .za-betting_header__img{
        margin-bottom: 0;
    }

    .za-betting_reviews__items{
        flex-direction: column;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .za-betting_reviews__item{
        max-width: 100%;
        min-height: auto;
    }

    .za-betting_info__content{
        max-width: 46vw;
    }

    .za-betting_info__wrap {
        background: url(../za-betting_img/za-betting-information-background.webp) no-repeat center right;
        background-size: 450px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .za-betting_game__content{
        max-width: 46vw;
    }

    .za-betting_game__wrap {
        background: url(../za-betting_img/za-betting-game-background.webp) no-repeat center left;
        background-size: 450px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .za-betting_why__content{
        max-width: 46vw;
    }

    .za-betting_why__wrap {
        background: url(../za-betting_img/za-betting-why-background.webp) no-repeat center right;
        background-size: 400px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

@media (max-width:767px) {


    .za-betting_header__subtitle{
        max-width: 100%;
    }

    .za-betting_header__info{
        flex-direction: column;
    }

    .za-betting_contact__wrap {
        background: url(../za-betting_img/za-betting-contact-background.webp) no-repeat bottom center;
        background-size: 280px;
        padding-top: 40px;
        padding-bottom: 300px;
    }

    .za-betting_contact__content{
        max-width: 100%;
    }

    .za-betting_contact__form{
        max-width: 100%;
    }

    .za-betting_header__wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .za-betting_header__img2{
        max-width: 300px;
    }

    .za-betting_header__title{
        font-size: 35px;
    }

    .za-betting_header{
        background: #2B6147;
    }

    .za-betting_header__images{
        order: 1;
    }

    .za-betting_header__box{
        padding-top: 60px;
    }

    .za-betting_header__button{
        justify-content: center;
    }

    .za-betting_info__wrap {
        background: url(../za-betting_img/za-betting-information-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-top: 50px;
        padding-bottom: 300px;
    }

    .za-betting_info__content{
        max-width: 100%;
    }

    .za-betting_game__wrap {
        background: url(../za-betting_img/za-betting-game-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-top: 50px;
        padding-bottom: 400px;
    }

    .za-betting_game__content{
        max-width: 100%;
    }

    .za-betting_why__wrap {
        background: url(../za-betting_img/za-betting-why-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-top: 50px;
        padding-bottom: 300px;
    }

    .za-betting_why__content{
        max-width: 100%;
    }

    .za-betting_footer__center{
        flex-direction: column;
        gap: 17px;
    }

    .za-betting_footer__items{
        flex-direction: column;
        gap: 30px;
    }

    .za-betting_footer__links{
        flex-direction: column;
        gap: 17px;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .za-betting_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .za-betting_header__title{
        font-size: 26px;
        margin-bottom: 15px;
    }

    .za-betting_header__subtitle{
        gap: 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .za-betting_header__play{
        width: 160px;
        height: 52px;
        background: url(../za-betting_img/za-betting-header-icon-play.webp) no-repeat center;
        background-size: 160px;
    }

    .za-betting_header__store {
        display: block;
        width: 160px;
        height: 52px;
        background: url(../za-betting_img/za-betting-header-icon-store.webp) no-repeat center;
        background-size: 160px;
    }

    .za-betting_header__button{
        gap: 8px;
        justify-content: center;
    }

    .za-betting_header__logo{
        max-width: 160px;
    }

    .menu{
        top: 64px;
    }

    .za-betting_contact__title{
        font-size: 24px;
    }

    .za-betting_contact__subtitle{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .za-betting_header__img{
        max-width: 45px;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .za-betting_header__box {
    padding-top: 30px;
}

.za-betting_header__block{
    padding-bottom: 20px;
}

.za-betting_reviews__text{
    font-size: 14px;
}

.za-betting_reviews__title{
    font-size: 24px;
    margin-bottom: 20px;
}

.za-betting_reviews{
    padding-bottom: 60px;
}

.za-betting_reviews__name{
    font-size: 16px;
}

    
.desc__top {
    padding-top: 130px;
    padding-bottom: 50px
}

.za-betting_info__head{
    font-size: 24px;
}

.za-betting_info__wrapper{
    gap: 10px;
}

.za-betting_game__title{
    font-size: 24px;
    margin-bottom: 20px;
}

.za-betting_game__head{
    font-size: 16px;
    margin-bottom: 10px;
}

.za-betting_why__title{
    font-size: 24px;
}

.za-betting_why{
    padding-bottom: 50px;
}

.za-betting_contact__play {
    width: 160px;
    height: 52px;
    background: url(../za-betting_img/za-betting-header-icon-play.webp) no-repeat center;
    background-size: 160px;
}

.za-betting_contact__store {
    display: block;
    width: 160px;
    height: 52px;
    background: url(../za-betting_img/za-betting-header-icon-store.webp) no-repeat center;
    background-size: 160px;
}

.za-betting_contact__button {
    gap: 8px;
    justify-content: center;
}

.za-betting_footer__logo{
    max-width: 250px;
}

.za-betting_footer__info{
    font-size: 12px;
}

.za-betting_footer__head{
    font-size: 14px;
}
.za-betting_footer__text{
    font-size: 14px;
}

}