@charset "UTF-8";
    @import url(https: //fonts.googleapis.com/css?family=Poppins:100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic);
    @import url(https: //fonts.googleapis.com/css?family=Poppins:100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic);
    * {
    padding: 0;
    margin: 0;
    border: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active, :focus {
    outline: 0;
}
a:active, a:focus {
    outline: 0;
}
aside, footer, header, nav {
    display: block;
}
body, html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
button, input, textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
header {
    position: fixed;
    width: 100%;
    z-index: 10;
}
.header__info {
    background-color: #1b0101;
    height: 50px;
    width: 100%;
    display: none;
}
.header__info.active {
    display: block;
}
#info__ballance {
    float: right;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 15px;
    margin-right: 30px;
    font-size: 18px;
    letter-spacing: 3px;
}
#header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #770b0e;
    height: 100px;
    width: 100%;
    top: 50px;
    z-index: 11;
}
#menu__burger {
    display: none;
}
#menu__burger-icon {
    position: absolute;
    margin-left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
}
#menu__burger-icon img {
    width: 100%}
#menu__burger:hover {
    background-color: #460707;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#menu__burger-iconimg {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#menu__left {
    margin-left: 20px;
    height: 80px;
    width: 240px;
    margin: 0 auto 0 0;
    margin-left: 24px;
}
#menu__left_icn {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: top;
}
#menu__left_icn img {
    float: right;
}
#menu__left_icn img {
    width: 80%;
    margin-top: 10px;
}
#menu__left_txt {
    display: inline-block;
    width: 150px;
    height: 100%;
    text-align: center;
    vertical-align: top;
}
#menu__left_txt_U {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 22px;
    margin-top: 6px;
}
#menu__left_txt_D {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
}
#menu__right {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    margin-right: 30px;
    letter-spacing: 3px;
    cursor: pointer;
    font-size: 24px;
}
.menu__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding: 0 20px;
    margin-right: 30px;
    cursor: pointer;
    -webkit-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}
.menu__right-item img {
    width: 100%}
.menu__right-item a {
    text-decoration: none;
    font-size: 24px;
    color: #fff;
}
.menu__right-item:hover {
    background-color: #460707;
    -webkit-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}
.menu__right-item:after {
    content: "";
    width: 100%;
    height: 4px;
    margin-top: 20px;
    bottom: 0;
    background: #ffed49;
    border-radius: 2px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.menu__right-item:focus::after, .menu__right-item:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.menu__right-bell {
    position: absolute;
    right: -25px;
}
#menu__burger {
    position: fixed;
    width: 270px;
    height: 100%;
    padding: 15px;
    margin-left: -300px;
    margin-top: 150px;
    background-color: #460707;
    overflow-y: auto;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    z-index: 15;
}
#menu__burger.active {
    margin-left: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.menu__burger-item {
    width: 100%;
    padding: 10px 10px;
    margin-top: 5px;
    letter-spacing: 3px;
    word-wrap: break-word;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.menu__burger-item a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.menu__burger-item:hover {
    background-color: #1b0101;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#top-nav {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#top-nav ul li {
    display: inline-block;
}
#top-nav ul li a {
    display: block;
    color: #f9f9f9;
    padding: 10px 20px;
}
li.dropdown {
    position: relative;
}
ul.dropdown-menu {
    position: absolute;
    min-width: 230px;
    top: 150px;
    background-color: #000;
    border-radius: 6px;
}
ul.dropdown-menu li a {
    font-size: 19px;
}
ul.dropdown-menu li {
    width: 80%;
    display: block!important;
    white-space: nowrap;
    margin-top: 20px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
}
ul.dropdown-menu li:hover {
    background-color: #ab0000;
}
ul.dropdown-menu li:first-child {
    margin-top: 10px;
}
ul.dropdown-menu li:last-child {
    margin-bottom: 10px;
}
ul.dropdown-menu {
    display: none;
}
.section__logIn {
    width: 100%;
    height: 100%}
.section__logIn .logIn-bg-wrraper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: url(../img/bg_img_logSig.jpg) center center/cover no-repeat;
}
.section__logIn .logIn__form-wrraper {
    padding-top: 173px;
}
.section__logIn .logIn__form-wrraper .logInForm {
    text-align: center;
}
.section__logIn .logIn__form-wrraper .logInForm__title {
    text-transform: uppercase;
}
.section__logIn .logIn__form-wrraper .logInForm>form {
    width: 100%;
    height: 100%;
    margin-top: 40px;
}
.section__logIn .logIn__form-wrraper .logInForm__email {
    margin-bottom: 20px;
}
.section__logIn .logIn__form-wrraper .logInForm__remem-forget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -.33px;
    color: #fff;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 19.5px;
    width: 19.5px;
    background-color: #eee;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container:hover input~.checkmark {
    background-color: #ccc;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container input:checked~.checkmark {
    background-color: #ab0000;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container input:checked~.checkmark:after {
    display: block;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section__logIn .logIn__form-wrraper .logInForm__forget a {
    color: #fff;
}
.section__logIn .logIn__form-wrraper .logInForm__button {
    margin-top: 20px;
}
.section__logIn .logIn__form-wrraper .logInForm__ask-sign {
    margin-top: 25px;
}
.section__logIn .logIn__form-wrraper .logInForm__ask-sign>span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -.33px;
    color: #fff;
}
.section__logIn .logIn__form-wrraper .logInForm__ask-sign>a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -.33px;
    color: #c60000;
    margin-left: 20px;
}
.section__signUpUs {
    width: 100%;
    height: 100%}
.section__signUpUs .signUpUs-bg-wrraper {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    background: url(../img/bg_img_logSig.jpg) center center/cover no-repeat;
}
.section__signUpUs .signUpUs-wrraper {
    height: 433px;
    margin-top: 262px;
    padding-top: 0;
}
.section__signUpUs .signUpUs__community {
    width: 100%;
    margin-top: 33px;
    background: rgba(0, 0, 0, .25);
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.section__signUpUs .signUpUs__community>a {
    display: inline-block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: .25em;
    color: #fff;
    padding: 20px 0;
}
.section__signUpUs .signUpUs__community:hover {
    background: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section__signUpUs .signUpUs__community:hover>a {
    color: #e02300;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section__signUpUs .signUpUs__professional {
    width: 100%;
    margin-top: 69px;
    background: rgba(0, 0, 0, .25);
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.section__signUpUs .signUpUs__professional>a {
    display: inline-block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: .25em;
    color: #fff;
    padding: 20px 0;
}
.section__signUpUs .signUpUs__professional:hover {
    background: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section__signUpUs .signUpUs__professional:hover>a {
    color: #e02300;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section__signUpUs-community {
    width: 100%;
    height: 100%}
.section__signUpUs-community .signUpUs-community-bg-wrraper {
    position: relative;
    width: 100%;
    min-height: 100%;
    background: url(../img/bg_img_logSig.jpg) center center/cover no-repeat;
}
.section__signUpUs-community .signUpUs-community-wrraper {
    padding-top: 177px;
    padding-bottom: 20%}
.section__signUpUs-community .signUpUs-community__remem-forget {
    margin-top: 10px;
}
.section__signUpUs-professional {
    width: 100%;
    height: 100%}
.section__signUpUs-professional .signUpUs-professional-bg-wrraper {
    position: relative;
    width: 100%;
    min-height: 100%;
    background: url(../img/bg_img_logSig.jpg) center center/cover no-repeat;
}
.section__signUpUs-professional .signUpUs-professional-wrraper {
    padding-top: 177px;
    padding-bottom: 20%}
.section__signUpUs-professional .signUpUs-professional__programm .container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .125em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 21px;
}
.section__signUpUs-professional .signUpUs-professional__programm .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.section__signUpUs-professional .signUpUs-professional__programm .checkmark {
    position: absolute;
    top: 3px;
    left: 25%;
    height: 19.5px;
    width: 19.5px;
    border: 1px solid #fff;
}
.section__signUpUs-professional .signUpUs-professional__programm .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.section__signUpUs-professional .signUpUs-professional__programm .container input:checked~.checkmark:after {
    display: block;
}
.section__signUpUs-professional .signUpUs-professional__programm .container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section__contactUs {
    width: 100%;
    min-height: 100%}
.section__contactUs .contactUs-bg-wrraper {
    position: relative;
    width: 100%;
    background: url(../img/bg_img_logSig.jpg) center center/cover no-repeat;
}
.section__contactUs .contactUs-wrraper {
    padding-top: 195px;
    padding-bottom: 20%}
.section__contactUs .contactUs__message {
    margin-top: 20px;
    border: 1px solid #fff;
}
.section__contactUs .contactUs__message textarea {
    font-family: Poppins;
    width: 100%;
    height: 242px;
    resize: none;
    background: rgba(69, 69, 69, .6);
    color: #ab0000;
    font-size: 18px;
    padding: 20px 60px;
}
.section__aboutUs {
    width: 100%;
    min-height: 100%}
.section__aboutUs .aboutUs__bg-wrraper {
    position: relative;
    width: 100%;
    background: url(../img/bg_img_logSig.jpg) center center/cover no-repeat;
}
.section__aboutUs .aboutUs__wrraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section__aboutUs .aboutUs__wrraper .left__section {
    width: 50%;
    height: 100vh;
    background: url(../img/aboutUs.jpg) center center/cover no-repeat;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper {
    width: 50%;
    margin: 0 auto;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box {
    width: 688px;
    margin: 0 auto;
    margin-top: 114px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-title {
    text-align: center;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-text {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .175em;
    color: #fff;
    margin-top: 32px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addresIcon-map {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres>div {
    position: relative;
    margin-left: 35px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres a::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addresIcon {
    width: 40%}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-mail {
    margin-bottom: 17px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-mail a::before {
    width: 26px;
    height: 22px;
    background: url(../img/icons/message.png) center center/cover no-repeat;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-info {
    margin-bottom: 17px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-info p {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-info p::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../img/icons/addres.png) center center/cover no-repeat;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-phone {
    margin-bottom: 26px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-phone a::before {
    width: 23px;
    height: 22px;
    background: url(../img/icons/phone.png) center center/cover no-repeat;
    left: -34px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon a:not(:last-child) {
    padding-right: 16px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon a>span {
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon a>span:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon-face {
    background: url(../img/icons/face.png) center center/cover no-repeat;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon-insta {
    background: url(../img/icons/insta.png) center center/cover no-repeat;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon-prite {
    background: url(../img/icons/prite.png) center center/cover no-repeat;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-map {
    width: 60%;
    height: 194px;
}
#search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 200px;
    top: 150px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#460707));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), #460707);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), #460707);
    z-index: 9;
}
#search_bar {
    height: 55px;
    width: clamp(50px, 50%, 500px);
    min-width: 260px;
    padding: 10px 60px 10px 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #181818;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#search_bar:focus {
    border-color: #db3137;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#search_bar_R {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    margin-left: -50px;
    border-radius: 5px;
}
#search_R {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    border-radius: 5px;
}
body, html {
    font-family: Poppins;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #181818;
    margin: 0;
    color: #fff;
    width: 100%}
input:focus {
    outline: 0;
}
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 18px;
    width: 18px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
}
input[type=checkbox]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    border: 1px solid #fff;
    border-radius: 1px;
    background-color: #db3137;
}
input[type=checkbox]:checked:after {
    content: "✔";
    font-size: 10px;
    position: relative;
    color: #fff;
}
input[type=checkbox]:checked:hover {
    background-color: #770b0e;
}
.button1 {
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.button1:hover {
    background-color: #444;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.button1 img {
    width: 80%}
.home.wrraper {
    min-width: 100%;
    overflow-y: hidden;
    background: url(../img/bg.png) 100% 100%/cover no-repeat;
}
.home #container__game {
    width: calc(100% - 100px);
    min-width: 360px;
    margin: 0 auto;
    padding: 0 40px;
    padding-bottom: 35px;
    padding-top: 350px;
}
.home .box-title {
    width: 100%;
    margin-top: 20px;
    line-height: 50px;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.home .box-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
}
.section-3__profile .card__section,
.home .card__section {
    width: 320px;
    height: 250px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #181818;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background: #0000007a;
}
.section-3__profile .card__section:hover,
.home .card__section:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.home .section__top {
    position: relative;
    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;
    overflow: hidden;
    height: 120px;
    width: 100%}
.home .section__top picture {
    width: 100%;
    height: 100%}
.home .section__top-img {
    width: 100%;
    min-height: 100%}
.home .section__top-info-view {
    width: 70px;
    height: 21px;
    background: rgba(62, 62, 62, .78);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 26px;
    position: absolute;
    top: 10px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .info-view__img {
    line-height: 12px;
}
.home .info-view__count {
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 0;
    letter-spacing: .2em;
}
.home .section__hr {
    background: #770b0e;
    height: 4px;
}
.home .section__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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 120px;
    width: 100%}
.home .section__bottom-row {
    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;
    width: 90%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 13px;
}
.home .section__bottom-row:last-child {
    padding-bottom: 5px;
}
.home .section__bottom-row div {
    margin: auto;
}
.home .section__bottom-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
    padding-top: 5px;
}
.home .section__bottom-row-col {
    margin: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .section__bottom-row-col input {
    cursor: pointer;
}
.home .section__bottom-row-col span {
    cursor: initial;
}
#loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(#770b0e));
    background-image: -o-linear-gradient(left, #000, #770b0e);
    background-image: linear-gradient(90deg, #000, #770b0e);
    cursor: wait;
}
#loading picture {
    width: 100%;
    text-align: center;
}
#loading_img {
    width: 10%;
    -webkit-animation: loading_anim 2s infinite .5s ease;
    animation: loading_anim 2s infinite .5s ease;
}
.my-den {
    position: fixed;
    top: 34%;
    right: 0px;
    background: #770B0E;
    border: 1px solid white;
    padding: 15px 50px;
    margin: 0;
    z-index: 9;
    height: auto;
    border-radius: 60px 0px 0px 60px;
}
.my-den::after {
    content: none;
}
@-webkit-keyframes loading_anim {
    0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    -ms-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -ms-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
}
}@keyframes loading_anim {
    0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    -ms-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -ms-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
}
}.section__howToPlay {
    width: 100%}
.section__howToPlay .howToPlay__bg-wrraper {
    background: url(../img/bg_img_logSig.webp) no-repeat;
    padding-bottom: 150px;
}
.section__howToPlay .howToPlay__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
}
.section__howToPlay .howToPlay__content aside .hr {
    position: relative;
    width: 7px;
    height: 100%;
    left: 50px;
    background: #fff;
    border-radius: 44px;
}
.section__howToPlay .howToPlay__title {
    text-align: center;
    padding-top: 76px;
}
.section__howToPlay .howToPlay__title h2 {
    font-size: 48px;
}
.section__howToPlay .howToPlay-info__section {
    padding-left: 170px;
    padding-right: 190px;
}
.section__howToPlay .howToPlay-info__title {
    position: relative;
}
.section__howToPlay .howToPlay-info__title:first-child {
    margin-top: 45px;
}
.section__howToPlay .howToPlay-info__title h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: .06em;
}
.section__howToPlay .howToPlay-info__title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e02300;
    border-radius: 50%;
    left: -140px;
    top: 13px;
}
.section__howToPlay .howToPlay-info__text {
    margin-top: 24px;
}
.section__howToPlay .howToPlay-info__text p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .06em;
}
.section__howToPlay .howToPlay-info__text p:first-child {
    margin-bottom: 20px;
}
.section__howToPlay .howToPlay-info__video {
    height: 524px;
    margin: 65px 0;
    width: 80%}
.section__howToPlay .howToPlay-info__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.searchPage .top__dens {
    width: 263px;
    height: 725px;
    border: 1px solid red;
    margin-top: 130px;
    border-radius: 14px;
    overflow: hidden;
}
section.searchPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 350px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
    padding-bottom: 100px;
}
.searchPage .top__dens-title {
    text-align: center;
    font-size: 17px;
    text-decoration: underline;
    margin-top: 31px;
}
.searchPage .dens__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchPage .person__img {
    height: 100%}
.searchPage .person__info {
    height: 100%}
.searchPage .den__follow {
    margin-top: 20px;
}
.searchPage #container__game {
    width: inherit;
    margin: 0;
    min-width: 360px;
    padding: 0;
    padding-bottom: 35px;
}
.searchPage .box-title {
    width: 100%;
    line-height: 50px;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.searchPage .box-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.searchPage .box-viewAll {
    text-align: end;
}
.searchPage .box-viewAll p {
    font-size: 18px;
    line-height: 27px;
    margin-right: 15px;
}
.searchPage .card__section {
    width: 320px;
    height: 250px;
    border: 1px solid #ff0707;
    border-radius: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: var(--colorBackground);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background: #0000007a;
}
.searchPage .card__section:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.searchPage .section__top {
    position: relative;
    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;
    overflow: hidden;
    height: 120px;
    width: 100%}
.searchPage .section__top picture {
    width: 100%;
    height: 100%}
.searchPage .section__top-img {
    width: 100%;
    min-height: 100%}
.searchPage .section__top-info-view {
    width: 70px;
    height: 21px;
    background: rgba(62, 62, 62, .78);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 26px;
    position: absolute;
    top: 10px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchPage .info-view__img {
    line-height: 12px;
}
.searchPage .info-view__count {
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 0;
    letter-spacing: .2em;
}
.searchPage .section__hr {
    background: #770b0e;
    height: 4px;
}
.searchPage .section__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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 120px;
    width: 100%}
.searchPage .section__bottom-row {
    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;
    width: 90%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 13px;
}
.searchPage .section__bottom-row:last-child {
    padding-bottom: 5px;
}
.searchPage .section__bottom-row div {
    margin: auto;
}
.searchPage .section__bottom-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
    padding-top: 5px;
}
.searchPage .section__bottom-row-col {
    margin: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchPage .section__bottom-row-col input {
    cursor: pointer;
}
.searchPage .section__bottom-row-col span {
    cursor: initial;
}
.slider {
    position: relative;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide {
    min-width: 0;
}
.slider .slick-arrow {
    position: absolute;
    top: 30%;
    z-index: 9;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: none;
}
.slider .slick-arrow.slick-prev {
    left: 0;
    background: url(../img/ar-left.png) 0 0/100% no-repeat;
}
.slider .slick-arrow.slick-next {
    right: 0;
    background: url(../img/ar-right.png) 0 0/100% no-repeat;
}
.footer__menu {
    position: relative;
    height: 135px;
    background: var(--colorMaroon);
    z-index: 20;
}
.footer__menu-list {
    height: 100%}
.footer__menu-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.footer__menu-list ul li {
    list-style: none;
}
.footer__menu-list ul li a {
    text-decoration: none;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
}
.global-title>h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: .175em;
    color: #fff;
}
.global-title>p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .25em;
    color: #e0e0e0;
}
:root {
    --colorBackground: #181818;
    --colorBackgroundLight: rgb(68,  68,  68);
    --colorMaroon: #770b0e;
    --colorMaroonDark: #460707;
    --colorMaroonDarker: #1b0101;
    --colorLightRed: #db3137;
    --loading_anim_s: rotate3d(0,  1,  0,  0deg);
    --loading_anim_f: rotate3d(0,  1,  0,  360deg);
}
.global-wrraper {
    width: 546px;
    margin: 0 auto;
    text-align: center;
}
.global-other-style>input {
    width: 100%;
    height: 71px;
    background: rgba(69, 69, 69, .6);
    border: 1px solid #fff;
    padding: 21px 0;
    padding-left: 62px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.global-button>input {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 2.5px;
    margin-top: 20px;
    color: #fff;
    background-color: #ab0000;
    padding: 15px 93px;
    border-radius: 6px;
}
.global-igre {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: #fff;
    text-align: left;
    padding-left: 35px;
}
.global-igre input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.global-igre .checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%}
.global-igre:hover input~.checkmark {
    background-color: #ccc;
}
.global-igre input:checked~.checkmark {
    background-color: #ebebeb;
}
.global-igre input:checked~.checkmark:after {
    display: block;
}
.global-igre .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 4.5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ab0000;
}
.global-ask {
    margin-top: 25px;
}
.global-ask>span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -.33px;
    color: #fff;
}
.global-ask>a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -.33px;
    color: #c60000;
    margin-left: 20px;
}
#container__game {
    width: calc(100% - 100px);
    min-width: 360px;
    margin: 0 auto;
    padding: 0 40px;
    padding-bottom: 35px;
    padding-top: 350px;
}
.box-title {
    width: 100%;
    margin-top: 20px;
    line-height: 50px;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.box-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
}

.card__section {
    width: 320px;
    height: 250px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #181818;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background: #0000007a;
}
.card__section:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.section__top {
    position: relative;
    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;
    overflow: hidden;
    height: 120px;
    width: 100%}
.section__top picture {
    width: 100%;
    height: 100%}
.section__top-img {
    width: 100%;
    min-height: 100%}
.section__top-info-view {
    width: 70px;
    height: 21px;
    background: rgba(62, 62, 62, .78);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 26px;
    position: absolute;
    top: 10px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-view__img {
    line-height: 12px;
}
.info-view__count {
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 0;
    letter-spacing: .2em;
}
.section__hr {
    background: #770b0e;
    height: 4px;
}
.section__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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 120px;
    width: 100%}
.section__bottom-row {
    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;
    width: 90%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 13px;
}
.section__bottom-row:last-child {
    padding-bottom: 5px;
}
.section__bottom-row div {
    margin: auto;
}
.section__bottom-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
    padding-top: 5px;
}
.section__bottom-row-col {
    margin: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section__bottom-row-col input {
    cursor: pointer;
}
.section__bottom-row-col span {
    cursor: initial;
}
.section-1__stream {
    width: 100%}
.section-1__stream .stream-1__wrapper {
    width: 100%;
    height: 428px;
}
.section-1__stream .stream-1__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.section-2__stream .stream-2__wrapper {
    margin-top: 50px;
    padding-bottom: 50px;
}
.section-2__stream .stream-2__wrapper .stream-2-content {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__left {
    width: 30%}
.section-2__stream .stream-2__wrapper .stream-2-content .content__left-wrapper {
    margin-top: 120px;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__right {
    width: 70%}
.section-2__stream .stream-2__wrapper .stream-2-content .content__li-sh-sv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__li-sh-sv-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__li-sh-sv-global:hover span {
    color: #ab0000;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__li-sh-sv-global:hover svg {
    fill: #ab0000;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__li-sh-sv-global:not(:last-child) {
    margin-right: 20px;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__li-sh-sv-global span {
    margin-left: 10px;
}
.section-2__stream .stream-2__wrapper .stream-2-content .content__li-sh-sv-global span:hover~svg path {
    stroke: red;
}
.section-1__profile {
    width: 100%}
.section-1__profile .profile-1__wrapper {
    width: 100%;
    height: 319px;
}
.section-1__profile .profile-1__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-2__profile .profile-2__wrapper .profile-2-content {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__left {
    width: auto;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__left-wrapper {
    margin-top: 120px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__right {
    width: 65%}
.section-2__profile .profile-2__wrapper .profile-2-content .content__desc {
    margin-top: 40px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__desc .desc__name {
    width: 260px;
    margin: 0 auto;
    text-align: center;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__desc .desc__name p {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__desc .desc__text {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__desc .desc__text p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__high-title {
    margin-top: 25px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__high-title p {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__high-ph-vd {
    margin-top: 12px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__high-seeall p {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #fff;
    cursor: pointer;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__ph-vd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__media {
    width: 20%;
    cursor: pointer;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload {
    width: 100%;
    margin-top: 20px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .box {
    width: 100%;
    height: 139px;
    margin: 0 auto;
    border: 2px dashed #888;
    position: relative;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .box__item {
    width: 500px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .inputfile+label {
    font-size: 1.25rem;
    font-weight: 700;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding-top: 5px;
    color: #000;
    color: #fff;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .upload__button {
    width: 306px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 13px;
    border: 1px solid #fff;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .upload__button p {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .05em;
    padding: 10px 105px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .box svg {
    cursor: pointer;
    width: 26px;
    height: 24px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__uploadImg {
    margin-top: 23px;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__uploadImg #upl {
    width: 123px;
    height: 77px;
    display: none;
    -o-object-fit: contain;
    object-fit: contain;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content-button {
    text-align: center;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content-button input {
    cursor: pointer;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info {
    width: 80%;
    margin: 40px auto 0;
    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;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info-wrapper {
    width: 404px;
    border: 1px solid #fff;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info-wrapper-item {
    cursor: pointer;
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 20px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info-wrapper-item p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .08em;
    color: #fff;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info-wrapper-item div {
    width: 50%;
    text-align: left;
}
.section-2__profile .profile-2__wrapper .hr {
    width: 100%;
    height: 1px;
    background: #c60000;
    border-radius: 4px;
}
.section-2__profile .profile-2__wrapper .profile__card {
    width: 95%;
    max-width: 490px;
    bottom: 240px;
    left: 0;
    height: 743px;
    background-color: #fff;
    color: #000;
    position: relative;
    border-radius: 35px;
}
.section-2__profile .profile-2__wrapper .card__icon:nth-child(1) {
    position: absolute;
    top: 35px;
    left: 15px;
}
.section-2__profile .profile-2__wrapper .card__icon:nth-child(2) {
    position: absolute;
    bottom: 35px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-2__profile .profile-2__wrapper .card__bell-war {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-2__profile .profile-2__wrapper .card__img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-2__profile .profile-2__wrapper .card__img img {
    width: 100%}
.section-2__profile .profile-2__wrapper .card__person-info {
    text-align: center;
    padding: 158px 88px 0 88px;
}
.section-2__profile .profile-2__wrapper .card__person-name p {
    font-size: 48px;
    line-height: 59px;
    letter-spacing: .06em;
    color: #161616;
}
.section-2__profile .profile-2__wrapper .card__person-folow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-2__profile .profile-2__wrapper .card__person-folow:nth-child(1) {
    margin-top: 11px;
}
.section-2__profile .profile-2__wrapper .card__person-folow:nth-child(2) {
    margin-top: 9px;
}
.section-2__profile .profile-2__wrapper .card__person-folow p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .06em;
    color: #161616;
}
.section-2__profile .profile-2__wrapper .card__person-folow span {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .06em;
    color: #161616;
}
.section-2__profile .profile-2__wrapper .card__join {
    margin-top: 11px;
    width: 100%;
    -webkit-box-shadow: 0 4px 4px #c4c4c4;
    box-shadow: 0 4px 4px #c4c4c4;
    border-radius: 38px;
}
.section-2__profile .profile-2__wrapper .card__join button {
    width: 100%;
    background-color: #ab0000;
    color: #fff;
    padding: 13px 0;
    font-size: 24px;
    border-radius: 38px;
}
.section-2__profile .profile-2__wrapper .card__info {
    margin-top: 32px;
}
.section-2__profile .profile-2__wrapper .card__info h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #390900;
}
.section-2__profile .profile-2__wrapper .card__info p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
}
.section-2__profile .profile-2__wrapper .card__info-aliances, .section-2__profile .profile-2__wrapper .card__info-code {
    margin-top: 26px;
}
.section-2__profile .profile-2__wrapper .card__social {
    width: 160px;
    margin: 0 auto;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-2__profile .profile-2__wrapper .card__social a svg:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.section-2__profile .profile-2__wrapper .other__players {
    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;
    position: relative;
    bottom: 160px;
}
.section-2__profile .profile-2__wrapper .other__players .player__item {
    width: 100px;
    height: 100px;
    border-radius: 50%}
.section-2__profile .profile-2__wrapper .other__players .player__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.section-2__profile .profile-2__wrapper .profile-2-recom {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 75px;
}
.section-2__profile .profile-2__wrapper .profile-2-recom .recom-live-coming-title p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #e02300;
}
.section-2__profile .profile-2__wrapper .profile-2-recom .recom-live-coming-change {
    margin-top: 11px;
    width: 250px;
    background: #7b7b7b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
}
.section-2__profile .profile-2__wrapper .profile-2-recom .recom-live-coming-change>div {
    width: 50%;
    text-align: center;
    padding: 16px 0;
    border-radius: 12px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
}
.section-2__profile .profile-2__wrapper .profile-2-recom .recom-live-coming-change>div.active {
    position: relative;
    font-weight: 700;
    background-color: #fff;
    color: #a11900;
}
.section-2__profile .profile-2__wrapper .profile-2-recom .recom-live-coming-change>div.active p::after {
    content: ".";
    position: absolute;
    top: 4px;
    right: 25px;
    font-size: 50px;
}
.section-2__profile .profile-2__wrapper .profile-2-recom .card__section {
    width: 405px;
    height: 307px;
}
.section-2__profile .profile-2__wrapper .profile-2-recom .section__top {
    height: 153px;
}
.section-3__profile .pop-up {
    display: none;
    border: 1px solid #000;
    position: fixed;
    z-index: 33;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.section-3__profile .pop-up__wrapper {
    width: 75%;
    margin: 0 auto;
    background-color: #000;
    border: 1px solid #000;
    margin-top: 20px;
    position: relative;
}
.section-3__profile .pop-up .wallet {
    width: 100%}
.section-3__profile .pop-up .wallet__box {
    width: 65%;
    border: 1px solid #000;
    margin: 95px auto;
    position: relative;
}
.section-3__profile .pop-up .wallet__icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #000;
}
.section-3__profile .pop-up .wallet__icon img {
    mix-blend-mode: hard-light;
}
.section-3__profile .pop-up .wallet__content {
    width: 100%;
    margin-top: 80px;
    border: 1px solid #fff;
}
.section-3__profile .pop-up .wallet__option {
    width: 73%;
    margin: 0 auto;
    padding-top: 124px;
    padding-bottom: 107px;
}
.section-3__profile .pop-up .wallet__option-dep-win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-3__profile .pop-up .wallet__option-dep-win .dep-win {
    width: 48%;
    border: 2px solid #e02300;
    cursor: pointer;
}
.section-3__profile .pop-up .wallet__option-dep-win .dep-win__info {
    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;
    padding: 24px 0;
}
.section-3__profile .pop-up .wallet__option-dep-win .dep-win__info svg {
    margin-right: 60px;
}
.section-3__profile .pop-up .wallet__option-dep-win .dep-win__info span {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.section-3__profile .pop-up .wallet__option-current {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.section-3__profile .pop-up .wallet__option-current a {
    display: block;
    border: 2px solid #e02300;
    padding: 24px;
}
.section-3__profile .pop-up .wallet__option-current a span {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.section-3__profile .pop-up .wallet__option-add {
    width: 48%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    border: 2px dashed #e02300;
}
.section-3__profile .pop-up .wallet__option-add a {
    display: block;
    padding: 23px 0;
}
.section-3__profile .pop-up .archives__content, .section-3__profile .pop-up .saved__content {
    position: relative;
    background-color: #000;
    height: 564px;
}
.section-3__profile .pop-up .archives__content>#search, .section-3__profile .pop-up .saved__content>#search {
    position: initial;
    background-image: none;
    height: 80px;
    margin-top: 90px;
}
.section-3__profile .pop-up .archives__content>#search input, .section-3__profile .pop-up .saved__content>#search input {
    width: 60%}
.section-3__profile .pop-up .archives__content>#search>#search_R, .section-3__profile .pop-up .saved__content>#search>#search_R {
    display: none;
}
.section-3__profile .pop-up .archives__option, .section-3__profile .pop-up .saved__option {
    width: 46%;
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-3__profile .pop-up .archives__option-item, .section-3__profile .pop-up .saved__option-item {
    width: 26%;
    background: rgba(123, 123, 123, .58);
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}
.section-3__profile .pop-up .archives__option-item p, .section-3__profile .pop-up .saved__option-item p {
    padding: 12px 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .06em;
    color: #fff;
}
body, html {
    font-family: Poppins;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #181818;
    margin: 0;
    color: #fff;
    width: 100%}
.left__arrow {
    position: absolute;
    top: 35px;
    left: 35px;
}
@media only screen and (min-width:1920px) {
    .home #container__game {
    width: calc(100% - 70px);
}
.home .card__section {
    width: 407px;
    height: 307px;
}
.home .section__top {
    height: 170px;
}
.home .section__top-info-view {
    width: 80px;
}
.searchPage .card__section {
    width: 407px;
    height: 307px;
}
.searchPage .section__top {
    height: 170px;
}
.searchPage .section__top-info-view {
    width: 80px;
}
}@media only screen and (max-width:1600px) {
    .home #container__game {
    width: 100%}
}@media only screen and (max-width:1400px) {
    .home #container__game {
    width: 1200px;
}
.searchPage #container__game {
    width: 685px;
}
.section__aboutUs .aboutUs__wrraper .left__section {
    width: 25%}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper {
    width: 50%}
.section-2__profile .profile-2__wrapper .card__person-name p {
    font-size: 32px;
    line-height: 59px;
    letter-spacing: .06em;
    color: #161616;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info {
    width: 95%}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info-wrapper {
    width: 100%}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info-wrapper-item {
    padding: 15px 50px;
}
}@media only screen and (max-width:1250px) {
    .section__aboutUs .aboutUs__wrraper .left__section {
    display: none;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper {
    width: 100%}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box {
    width: 80%;
    padding-bottom: 20%}
}@media only screen and (max-width:1070px) {
    #menu__burger {
    display: block;
}
.home #container__game {
    width: 800px;
}
#menu__right {
    display: none;
}
#menu__left {
    margin: 0 auto;
}
#menu__burger-icon {
    display: block;
}
section.searchPage {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.searchPage .top__dens {
    width: 80%;
    min-width: 270px;
    margin: 0 auto;
    height: 250px;
}
.searchPage .top__dens-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: 200px;
}
.searchPage .dens__person {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
}
.searchPage #container__game {
    width: 100%}
.searchPage .game__box {
    width: 700px;
    margin: 0 auto;
}
.section__howToPlay .howToPlay-info__section {
    padding-left: 110px;
    padding-right: 30px;
}
.section__howToPlay .howToPlay-info__title:before {
    left: -80px;
}
.section__howToPlay .howToPlay-info__title p {
    font-size: 24px;
}
.section__howToPlay .howToPlay-info__text p {
    font-size: 24px;
}
.section__howToPlay .howToPlay-info__video {
    width: 590px;
    height: 324px;
}
}@media (max-width:767px) {
    .section-2__profile .profile-2__wrapper .profile__card {
    height: auto;
}
.section-2__profile .profile-2__wrapper .card__person-info {
    padding: 100px 20px 70px 20px;
}
.section-2__profile .profile-2__wrapper .profile-2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
}
.section-2__profile .profile-2__wrapper .profile-2-content .content__right {
    width: 100%}
.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .box__item {
    width: 100%}
}@media only screen and (max-width:740px) {
    .home #container__game {
    width: 320px;
    padding: 0 0 35px 0;
}
.home .box-title {
    font-size: 25px;
    text-align: center;
}
.home .box-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.searchPage #container__game {
    width: 320px;
    padding: 0 0 35px 0;
}
.searchPage .box-title {
    font-size: 25px;
}
.searchPage .box-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.searchPage .dens__person {
    min-width: 0;
    height: 180px;
}
.searchPage .dens__person .top__dens-people {
    min-width: 0;
}
.searchPage .top__dens-people {
    display: block;
}
.searchPage .game__box {
    width: 85%}
.section__aboutUs .aboutUs__wrraper .left__section {
    display: none;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper {
    width: 100%;
    margin: 0 auto;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box {
    width: 80%}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-text {
    font-size: 19px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addresIcon-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addresIcon {
    width: 100%}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-Icon {
    margin-bottom: 50px;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-map {
    width: 100%}
.section__howToPlay .howToPlay__content {
    width: 100%;
    display: block;
    margin-top: 0;
}
.section__howToPlay .howToPlay__content aside {
    display: none;
}
.section__howToPlay .howToPlay-info__container {
    margin: 0;
}
.section__howToPlay .howToPlay-info__section {
    margin-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
}
.section__howToPlay .howToPlay-info__title:before {
    display: none;
}
.section__howToPlay .howToPlay-info__title p {
    font-size: 18px;
}
.section__howToPlay .howToPlay-info__text p {
    font-size: 18px;
}
.section__howToPlay .howToPlay-info__video {
    width: 100%;
    height: 324px;
}
}@media only screen and (max-width:570px) {
    .global-wrraper {
    width: 450px;
}
.section__signUpUs-professional .signUpUs-professional__programm .checkmark {
    left: 20%}
}@media only screen and (max-width:480px) {
    .glob-title>h2 {
    font-size: 30px;
}
.glob-title>p {
    font-size: 11px;
}
.global-other-style>input {
    height: 60px;
    font-size: 15px;
}
.global-wrraper {
    width: 320px;
    padding-top: 130px;
}
.logIn__form-wrraper {
    padding-top: 110px;
}
.global-button>input {
    font-size: 17px;
    padding: 10px 70px;
}
.section__logIn .logIn__form-wrraper .logInForm__title {
    font-size: 30px;
}
.section__logIn .logIn__form-wrraper .logInForm>form {
    margin-top: 20px;
}
.section__logIn .logIn__form-wrraper .logInForm__email>input {
    height: 60px;
    font-size: 15px;
}
.section__logIn .logIn__form-wrraper .logInForm__pass>input {
    height: 60px;
    font-size: 15px;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container {
    font-size: 15px;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .checkmark {
    top: 9px;
    height: 15.5px;
    width: 15.5px;
}
.section__logIn .logIn__form-wrraper .logInForm__forget a {
    color: #fff;
    font-size: 15px;
}
.section__logIn .logIn__form-wrraper .logInForm__ask-sign>span {
    font-size: 16px;
}
.section__logIn .logIn__form-wrraper .logInForm__ask-sign>a {
    font-size: 16px;
}
.section__signUpUs-community .signUpUs-community__Form .global-igre {
    font-size: 15px;
}
.section__signUpUs-community .signUpUs-community__Form .global-igre .checkmark {
    top: 10px;
    height: 19px;
    width: 19px;
}
.section__signUpUs-community .signUpUs-community__Form .global-igre .checkmark:after {
    left: 3.5px;
    width: 12px;
    height: 12px;
}
.section__signUpUs-community .global-ask>span {
    font-size: 16px;
}
.section__signUpUs-community .global-ask>a {
    font-size: 16px;
}
.section__signUpUs-professional .signUpUs-professional__programm .container {
    font-size: 13px;
}
.section__signUpUs-professional .signUpUs-professional__programm .checkmark {
    top: 5px;
    left: 18%;
    height: 17.5px;
    width: 17.5px;
}
.section__signUpUs-professional .signUpUs-professional__programm .checkmark::after {
    left: 5px;
    top: 1px;
}
.section__signUpUs .signUpUs__community {
    width: 100%;
    margin-top: 33px;
    background: rgba(0, 0, 0, .25);
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.section__signUpUs .signUpUs__community>a {
    display: inline-block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: .25em;
    color: #fff;
    padding: 20px 0;
}
.section__signUpUs .signUpUs__community:hover {
    background: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section__signUpUs .signUpUs__community:hover>a {
    color: #e02300;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section__signUpUs .signUpUs__community>a {
    font-size: 25px;
    padding: 8px 0;
}
.section__signUpUs .signUpUs__professional>a {
    font-size: 25px;
    padding: 8px 0;
}
.section__howToPlay .howToPlay-info__section {
    padding-left: 25px;
    padding-right: 25px;
}
.section__howToPlay .howToPlay-info__title:before {
    display: none;
}
.section__howToPlay .howToPlay-info__title p {
    font-size: 15px;
}
.section__howToPlay .howToPlay-info__text p {
    font-size: 14px;
}
.section__howToPlay .howToPlay-info__video {
    width: 100%;
    height: 324px;
}
}@media only screen and (max-width:425px) {
    .footer__menu-list ul li a {
    font-size: 17px;
}
#menu__left {
    width: 200px;
}
#menu__left_icn {
    width: 30px;
}
#menu__left_txt {
    width: 120px;
}
#menu__left_txt_U {
    font-size: 17px;
}
#menu__left_txt_D {
    font-size: 12px;
}
#menu__burger-icon {
    margin-left: 15px;
    width: 45px;
    height: 45px;
}
#menu__burger {
    width: 180px;
}
.menu__burger-item a {
    font-size: 15px;
}
.section__aboutUs .aboutUs__wrraper .left__section {
    display: none;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper {
    width: 100%;
    margin: 0 auto;
}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box {
    width: 95%}
.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-text {
    font-size: 17px;
}
}@media only screen and (max-width:359px) {
    .home .box-card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.home .box-title {
    font-size: 22px;
    text-align: left;
}
.home #container__game {
    padding: 0 10px;
}
.home .card__section {
    width: 295px;
}
.searchPage .box-card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.searchPage .box-title {
    font-size: 22px;
}
.searchPage #container__game {
    padding: 0 10px;
}
.searchPage .card__section {
    width: 295px;
}
}@media only screen and (max-width:320px) {
    .global-wrraper {
    width: 290px;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .container {
    font-size: 14px;
    padding-left: 20px;
}
.section__logIn .logIn__form-wrraper .logInForm__remem .checkmark {
    top: 9px;
    height: 13.5px;
    width: 13.5px;
}
.section__logIn .logIn__form-wrraper .logInForm__forget a {
    color: #fff;
    font-size: 14px;
}
.section__signUpUs-professional .signUpUs-professional__programm .checkmark {
    left: 15%}
.section__signUpUs .signUpUs__community>a {
    font-size: 20px;
    padding: 5px 0;
}
.section__signUpUs .signUpUs__professional>a {
    font-size: 20px;
    padding: 5px 0;
}
}