@font-face {
    font-family: teachers;
    src: url("../bestonlinegamescz_fonts/bestonlinegamescz_teachers-regular.woff2")
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../bestonlinegamescz_fonts/bestonlinegamescz_bebasneueregular.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: #000;
}

#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
}

.bestonlinegamescz_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, .4);
    backdrop-filter: blur(10px);
}

.bestonlinegamescz_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
}

.bestonlinegamescz_header__info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.bestonlinegamescz_header__links {
    display: flex;
    align-items: center;
    gap: 56px;
    padding-left: 0;
    list-style: none;
}

.header__links {
    gap: 10px;
}

.bestonlinegamescz_header__burger {
    display: none
}

.bestonlinegamescz_header__link {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}


.bestonlinegamescz_header__link:hover {
    color: #FF9434;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestonlinegamescz_header__block {
    max-width: 600px;
    width: 100%;
}

.bestonlinegamescz_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 #C72A02;
}

.header__lang_1 {
    background: url("../bestonlinegamescz_img/bestonlinegamescz-lang-cz.webp") no-repeat center;
}

.header__lang_2 {
    background: url("../bestonlinegamescz_img/bestonlinegamescz-lang-en.webp") no-repeat center;
}



.bestonlinegamescz_header__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.bestonlinegamescz_header__subtitle {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}



.bestonlinegamescz_header__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.bestonlinegamescz_header__play {
    display: block;
    width: 210px;
    height: 57px;
    border: 1px solid #C72A02;
    background: url("../bestonlinegamescz_img/bestonlinegamescz-header-icon-play.webp") no-repeat center;
    border-radius: 5px;
}

.bestonlinegamescz_header__store {
    display: block;
    width: 210px;
    height: 57px;
    border: 1px solid #C72A02;
    background: url("../bestonlinegamescz_img/bestonlinegamescz-header-icon-store.webp") no-repeat center;
    border-radius: 5px;
}


.bestonlinegamescz_header__box {
    padding-top: 60px;
}

.bestonlinegamescz_header__wrap {
    background: url("../bestonlinegamescz_img/bestonlinegamescz-header-image.webp") no-repeat center right;
    padding-top: 90px;
    padding-bottom: 130px;
    background-size: 700px;
}


.bestonlinegamescz_header {
    padding-top: 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url("../bestonlinegamescz_img/bestonlinegamescz-content-background.webp") no-repeat center;
    background-size: cover;
}



.bestonlinegamescz_why {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bestonlinegamescz_why__title {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.bestonlinegamescz_why__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.bestonlinegamescz_info {
    border-bottom: 1px solid #C72A02;
    position: relative;
}

.bestonlinegamescz_info__box{
    position: relative;
    z-index: 10;
}

.bestonlinegamescz_info__circle{
    position: absolute;
    left: 0;
    top: 0;
    width: 732px;
    height: 732px;
    border-radius: 732px;
    background: rgba(192, 14, 15, 0.50);
    filter: blur(250px);
}

.bestonlinegamescz_info__wrap {
    background: url("../bestonlinegamescz_img/bestonlinegamescz-about-background.webp") no-repeat bottom right;
    background-size: 700px;
    padding-bottom: 60px;
}
.bestonlinegamescz_info__content {
    max-width: 570px;
    width: 100%;
}
.bestonlinegamescz_info__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.bestonlinegamescz_info__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.bestonlinegamescz_info__items {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 0;
    list-style: none;
}

.bestonlinegamescz_info__wrapper {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.bestonlinegamescz_info__inner {
    max-width: 270px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(192, 14, 15, 0.15) 0%, rgba(192, 14, 15, 0.15) 100%), url("../bestonlinegamescz_img/bestonlinegamescz-footer-background.webp") no-repeat center;
    background-size: 100%;
}
.bestonlinegamescz_info__head {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.bestonlinegamescz_info__info {
    color: #FFF;
    font-family: Teachers;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bestonlinegamescz_information{
    padding-top: 80px;
    padding-bottom: 80px;
}
.bestonlinegamescz_gameplay {
    border-bottom: 1px solid #C72A02;
}
.bestonlinegamescz_gameplay__box{
    position: relative;
    z-index: 10;
}
.bestonlinegamescz_gameplay__wrap {
    display: flex;
    justify-content: flex-end;
    background: url("../bestonlinegamescz_img/bestonlinegamescz-information-background.webp") no-repeat center left;
    background-size: 500px;
    padding-top: 140px;
    padding-bottom: 140px;
}
.bestonlinegamescz_gameplay__content {
    max-width: 570px;
    width: 100%;
}
.bestonlinegamescz_gameplay__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.bestonlinegamescz_gameplay__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.bestonlinegamescz_reviews {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bestonlinegamescz_reviews__box{
    position: relative;
    z-index: 10;
}

.bestonlinegamescz_reviews__cirlce{
    position: absolute;
    right: 0;
    top: -200px;
    width: 732px;
    height: 732px;
    border-radius: 732px;
    background: rgba(192, 14, 15, 0.50);
    filter: blur(250px);
}

.bestonlinegamescz_reviews__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.bestonlinegamescz_reviews__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.bestonlinegamescz_reviews__item {
    max-width: 380px;
    width: 100%;
    padding: 16px;
    background: linear-gradient(0deg, rgba(192, 14, 15, 0.15) 0%, rgba(192, 14, 15, 0.15) 100%), #000;
}
.bestonlinegamescz_reviews__name {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.bestonlinegamescz_reviews__name::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 23px;
    background: url("../bestonlinegamescz_img/bestonlinegamescz-reviews-icon-star.webp")
}

.bestonlinegamescz_reviews__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.bestonlinegamescz_contact{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url("../bestonlinegamescz_img/bestonlinegamescz-content-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bestonlinegamescz_contact__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.bestonlinegamescz_contact__title {
    color: #fff;
    font-family: "Bebas Neue";
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bestonlinegamescz_contact__subtitle {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.bestonlinegamescz_contact__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.bestonlinegamescz_contact__play {
    display: block;
    width: 210px;
    height: 57px;
    border: 1px solid #C72A02;
    background: url(../bestonlinegamescz_img/bestonlinegamescz-header-icon-play.webp) no-repeat center;
    border-radius: 5px;
}

.bestonlinegamescz_contact__store {
    display: block;
    width: 210px;
    height: 57px;
    border: 1px solid #C72A02;
    background: url(../bestonlinegamescz_img/bestonlinegamescz-header-icon-store.webp) no-repeat center;
    border-radius: 5px;
}

.bestonlinegamescz_contact__messages{
    display: none;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.bestonlinegamescz_contact__wrap{
    display: flex;
    justify-content: center;
}

.bestonlinegamescz_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: 500px;
    width: 100%;
}

.bestonlinegamescz_contact__input {
    color: #fff;
    background: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #939393;
    margin-bottom: 10px;
}

.bestonlinegamescz_contact__message {
    color: #fff;
    background: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #939393;
    resize: none;
    margin-bottom: 10px;
}

.bestonlinegamescz_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;
    border: 1px solid #000;
    background: #6D0000;
    padding: 10px;
    height: 60px;
    cursor: pointer;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bestonlinegamescz_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.bestonlinegamescz_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../bestonlinegamescz_img/bestonlinegamescz-footer-background.webp") no-repeat center;
    background-size: cover;
}
.bestonlinegamescz_footer__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bestonlinegamescz_footer__logo {
    margin-bottom: 40px;
}
.bestonlinegamescz_footer__info {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    max-width: 475px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.bestonlinegamescz_footer__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 570px;
    width: 100%;
    margin-bottom: 40px;
}
.bestonlinegamescz_footer__phone {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}
.bestonlinegamescz_footer__phone:hover{
    transition: 0.4s;
    color: #FF9434;
}
.bestonlinegamescz_footer__email {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}
.bestonlinegamescz_footer__email:hover{
    transition: 0.4s;
    color: #FF9434;
}
.bestonlinegamescz_footer__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}
.bestonlinegamescz_footer__item {
    max-width: 570px;
    width: 100%;
}
.bestonlinegamescz_footer__head {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.bestonlinegamescz_footer__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.bestonlinegamescz_footer__links {
    max-width: 570px;
    width: 100%;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.bestonlinegamescz_footer__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}

.bestonlinegamescz_footer__link:hover {
    transition: 0.4s;
    color: #FF9434;
}




.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: #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: 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
    }

    .bestonlinegamescz_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .bestonlinegamescz_header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .bestonlinegamescz_header__links {
        display: none
    }

    .bestonlinegamescz_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
    }

    .bestonlinegamescz_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
    }

    .bestonlinegamescz_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .bestonlinegamescz_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
    }

    .bestonlinegamescz_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(0, 0, 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: 70px;
        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;
    }

    .bestonlinegamescz_header__block{
        max-width: 60vw;
    }

    .bestonlinegamescz_header__wrap{
        background: url(../bestonlinegamescz_img/bestonlinegamescz-header-image.webp) no-repeat bottom right;
        padding-top: 0px;
        padding-bottom: 40px;
        background-size: 400px;
    }

    .bestonlinegamescz_info__circle {
        width: 400px;
        height: 400px;
    }

    .bestonlinegamescz_info__content{
        max-width: 60vw;
    }

    .bestonlinegamescz_info__wrap {
        background: url(../bestonlinegamescz_img/bestonlinegamescz-about-background.webp) no-repeat bottom right;
        background-size: 350px;
        padding-bottom: 60px;
    }

    .bestonlinegamescz_gameplay__content{
        max-width: 60vw;
    }

    .bestonlinegamescz_gameplay__wrap {
        background: url(../bestonlinegamescz_img/bestonlinegamescz-information-background.webp) no-repeat bottom left;
        background-size: 300px;
        padding-top: 125px;
        padding-bottom: 60px;
    }
}

@media (max-width:767px) {
    .bestonlinegamescz_header__block{
        max-width: 100%;
    }

    .bestonlinegamescz_header__wrap{
        background: url(../bestonlinegamescz_img/bestonlinegamescz-header-image.webp) no-repeat bottom center;
        padding-top: 0px;
        padding-bottom: 280px;
        background-size: 300px;
    }

    .bestonlinegamescz_info__circle {
        width: 300px;
        height: 300px;
        filter: blur(125px);
    }

    .bestonlinegamescz_info__content{
        max-width: 100%;
    }

    .bestonlinegamescz_info__wrap {
        background: url(../bestonlinegamescz_img/bestonlinegamescz-about-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-bottom: 300px;
    }

    .bestonlinegamescz_gameplay__content{
        max-width: 100%;
    }

    .bestonlinegamescz_gameplay__wrap {
        background: url(../bestonlinegamescz_img/bestonlinegamescz-information-background.webp) no-repeat bottom center;
        background-size: 300px;
        padding-top: 0px;
        padding-bottom: 300px;
    }

    .bestonlinegamescz_info__items{
        justify-content: center;
        align-items: center;
    }

    .bestonlinegamescz_reviews__cirlce {
        position: absolute;
        right: 0;
        top: -496px;
        width: 300px;
        height: 300px;
        border-radius: 732px;
        background: rgba(192, 14, 15, 0.50);
        filter: blur(125px);
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .bestonlinegamescz_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .desc__top {
        padding-top: 130px;
        padding-bottom: 50px
    }

    .bestonlinegamescz_contact__play{
        width: 160px;
        height: 54px;
        background-size: 160px;
    }

    .bestonlinegamescz_contact__store{
        width: 160px;
        height: 54px;
        background-size: 160px;
    }

    .bestonlinegamescz_contact__button{
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .bestonlinegamescz_header__title{
        font-size: 36px;
    }

    .bestonlinegamescz_header__box{
        padding-top: 70px;
    }

    .bestonlinegamescz_header__subtitle{
        font-size: 12px;
    }

    .bestonlinegamescz_header__play{
        width: 160px;
        height: 54px;
        background-size: 160px;
    }

    .bestonlinegamescz_header__store{
        width: 160px;
        height: 54px;
        background-size: 160px;
    }

    .bestonlinegamescz_header__button{
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .bestonlinegamescz_header__wrap{
        padding-bottom: 220px;
    }

    .bestonlinegamescz_why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bestonlinegamescz_why__title{
        font-size: 30px;
    }

    .bestonlinegamescz_why__text{
        font-size: 12px;    
    }

    .bestonlinegamescz_info__title{
        font-size: 30px;
    }

    .bestonlinegamescz_info__text{
        font-size: 12px;
    }

    .bestonlinegamescz_information {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bestonlinegamescz_info__inner{
        max-width: 100%;
    }

    .bestonlinegamescz_info__wrapper{
        gap: 10px;
    }

    .bestonlinegamescz_gameplay__title{
        font-size: 30px;
    }

    .bestonlinegamescz_gameplay__text{
        font-size: 12px;
    }

    .bestonlinegamescz_reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bestonlinegamescz_reviews__title{
        font-size: 30px;
        margin-bottom: 20px;
    }

    .bestonlinegamescz_contact__title{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .bestonlinegamescz_contact__subtitle{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .bestonlinegamescz_footer__icon{
        max-width: 300px;
    }

    .bestonlinegamescz_footer__info{
        font-size: 12px;
    }

    .bestonlinegamescz_footer__wrapper{
        flex-direction: column;
        gap: 17px;
    }

    .bestonlinegamescz_footer__head{
        font-size: 14px;
    }

    .bestonlinegamescz_footer__text{
        font-size: 14px;
    }

    .bestonlinegamescz_footer__links{
        flex-direction: column;
        gap: 17px;
    }
}