@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);

/*reset css*/

@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: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

#menu__burger-icon img {
  width: 100%;
}

#menu__burger:hover {
  background-color: #460707;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#menu__burger-iconimg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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 button {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  border: none;
  background: none;
}
/* my den pop up */
/* Button used to open the chat form - fixed at the bottom of the page */
/* .open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
} */

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  top: 241px;
  right: 0;
  z-index: 9;
  width: 100%;
  max-width: 400px;
}

/* Add styles to the form container */
.form-container {
  max-width: 400px;
  height: 910px;
}
.form-container .btn__cancel {
  position: absolute;
  right: 8px;
  top: 12px;
  border: 2px solid #FFFFFF;
  background: none;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
}
.form_body {
  width: 100%;
  min-height: 60vh;
  background-color: #050505;
}
.form_body-pills .form_body-link.active,
.form_body-pills .show>.form_body-link {
  color: #A11900;
  background-color: #F4F4F4;
  width: 122px;;
}
.form_body-pills .form_body-link {
  width: 156px;
  height: 54px;
  background: rgba(123, 123, 123, 0.58);
  border-radius: 12px;
  color: #FFFFFF;
  transition: all 300ms ease-in-out;
}
.myDens_text {
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
.form_header {
  width: 100%;
  min-height: 60px;
  background: #8C1600;
}
/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

.my-den__cardImg {
  width: 100%;
  max-width: 81px;
  height: 81px;
}
.my-den__card {
  border-bottom: 1px solid #C4C4C4;;
}
.my-den__cardImg img {
  width:100%;
  height: 100%;
  object-fit: cover;
}
.myDen__name{
  font-family: 'Montserrat'sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 128.91%;
  color: #E02300;
}
.myDen__evn {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 128.91%;
  color: #FFFFFF;
}
.my-den__cardInfo {
  width: 100%;
  max-width: 210px;
}
.myDiv__calendar {
  width: 100%;
  max-width: 100px;
}
.myDen__cal {
  max-width: 70px;
}
/* end */
.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: 0px;
  background: #ffed49;
  border-radius: 2px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.menu__right-item:hover::after,
.menu__right-item:focus::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: 0px;
  -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;
}

/* Dropdown */

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 0px;
  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;
}

/* Display none by Default */

ul.dropdown-menu {
  display: none;
}

.section__logIn {
  width: 100%;
  height: 100%;
}
/* header pop up */
.pop-up__wrapper.home-pop-up__wrapper {
  width: 100%;
  max-width: 1074px;
  margin: 0 auto;
  background-color: #000;
  border: 1px solid #000;
  margin-top: 20px;
  position: relative;
}
.archiveStream__box{
  width: 100%;
}
.archiveSream__header {
  width:100%;
  min-height: 78px;
  background: #8C1600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* end */
.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: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.33px;
  color: #ffffff;
}

.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: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.33px;
  color: #ffffff;
}

.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: -0.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, 0.25);
  border: 3px solid #ffffff;
  -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: 0.25em;
  color: #ffffff;
  padding: 20px 0px;
}

.section__signUpUs .signUpUs__community:hover {
  background: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section__signUpUs .signUpUs__community:hover > a {
  color: #e02300;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section__signUpUs .signUpUs__professional {
  width: 100%;
  margin-top: 69px;
  background: rgba(0, 0, 0, 0.25);
  border: 3px solid #ffffff;
  -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: 0.25em;
  color: #ffffff;
  padding: 20px 0px;
}

.section__signUpUs .signUpUs__professional:hover {
  background: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section__signUpUs .signUpUs__professional:hover > a {
  color: #e02300;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.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: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #ffffff;
  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 white;
}

.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, 0.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);
  background-repeat: 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: 0.175em;
  color: #ffffff;
  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: #ffffff;
}

.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres a::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0px;
}

.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: 25px;
}

.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-info p {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

.section__aboutUs .aboutUs__wrraper .right__section-wrraper .aboutUs__box-addres-info p::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 0px;
  width: 30px;
  height: 30px;
  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 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.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 white;
  border-radius: 50px;
  background-color: #181818;
  color: white;
  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;
}

html,
body {
  font-family: Poppins;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #181818;
  margin: 0px;
  color: white;
  width: 100%;
}

input:focus {
  outline: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 18px;
  width: 18px;
  border: 1px solid white;
  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 white;
  border-radius: 1px;
  background-color: #db3137;
}

input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 10px;
  position: relative;
  color: white;
}

input[type=checkbox]:checked:hover {
  background-color: #770b0e;
}

.button1 {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.button1:hover {
  background-color: #444444;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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: 0px 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;
}

.home .card__section {
  width: 320px;
  height: 250px;
  border: 1px solid white;
  border-radius: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #181818;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background: #0000007a;
}

.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, 0.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: 0px;
  letter-spacing: 0.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: bold;
  letter-spacing: 3px;
  font-size: 16px;
  padding-top: 5px;
}

.home .section__bottom-row-col {
  margin: 0px !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;
}
.homepage-card__btn {
  border: none;
  background: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.125em;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.pacman_btn {
  width: 10px;
  height: 15px;
  background-color: white;
  position: relative;
}
.pacman_btn:before {
  content: '';
  width: 8px;
  height: 13px;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
}
.pacman_btn,
.pacman_btn:before {
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0% 0%, 0% 100%, 52% 52%);
  clip-path: polygon(100% 100%, 100% 0, 0% 0%, 0% 100%, 52% 52%);
}
.bg_red {
  background-color: #770b0e;
}

#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, black, #770b0e);
  background-image: linear-gradient(90deg, black, #770b0e);
  cursor: wait;
}

#loading picture {
  width: 100%;
  text-align: center;
}

#loading_img {
  width: 10%;
  -webkit-animation: loading_anim 2s infinite 0.5s ease;
          animation: loading_anim 2s infinite 0.5s ease;
}

.my-den {
  position: fixed;
  top: 20%;
  right: 0;
  background: red;
  padding: 15px 50px;
  margin: 0;
  z-index: 9;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.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.jpg) no-repeat;
  padding-bottom: 150px;
  background-size: contain;
}

.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: bold;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.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: 0.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 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.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, 0.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: 0px;
  letter-spacing: 0.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: bold;
  letter-spacing: 3px;
  font-size: 16px;
  padding-top: 5px;
}

.searchPage .section__bottom-row-col {
  margin: 0px !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: 0px;
  background: url(../img/ar-right.png) 0 0/100% no-repeat;
}

.footer__menu {
  position: relative;
  height: 70px;
  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: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.global-title > h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.175em;
  color: #ffffff;
}

.global-title > p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.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, 0.6);
  border: 1px solid #ffffff;
  padding: 21px 0px;
  padding-left: 62px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  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: #ffffff;
  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: normal;
  font-size: 16px;
  line-height: 37px;
  color: #ffffff;
  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: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.33px;
  color: #ffffff;
}

.global-ask > a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.33px;
  color: #c60000;
  margin-left: 20px;
}

#container__game {
  width: calc(100% - 100px);
  min-width: 360px;
  margin: 0 auto;
  padding: 0px 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 white;
  border-radius: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #181818;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.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, 0.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: 0px;
  letter-spacing: 0.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: bold;
  letter-spacing: 3px;
  font-size: 16px;
  padding-top: 5px;
}

.section__bottom-row-col {
  margin: 0px !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 .content__left {
  width: 30%;
}

.section-2__stream  .content__left-wrapper {
  margin-top: 120px;
}

.section-2__stream .content__right {
  width: 70%;
}

.section-2__stream .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 .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  .content__li-sh-sv-global:hover span {
  color: #ab0000;
}

.section-2__stream .content__li-sh-sv-global:hover svg {
  fill: #ab0000;
}

.section-2__stream .content__li-sh-sv-global:not(:last-child) {
  margin-right: 20px;
}

.section-2__stream .content__li-sh-sv-global span {
  margin-left: 10px;
}

.section-2__stream .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: #ffffff;
  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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
  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: 0.1px;
  height: 0.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 #888888;
  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: #ffffff;
}

.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 #ffffff;
}

.section-2__profile .profile-2__wrapper .profile-2-content .content__upload .upload__button p {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.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 #ffffff;
}

.section-2__profile .profile-2__wrapper .profile-2-content .content__info-wrapper-item {
  cursor: pointer;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 40px 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: 0.08em;
  color: #ffffff;
}

/* .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: 0.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: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #161616;
}

.section-2__profile .profile-2__wrapper .card__person-folow span {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #161616;
}

.section-2__profile .profile-2__wrapper .card__join {
  margin-top: 11px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px #c4c4c4;
          box-shadow: 0px 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: bold;
  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: #000000;
}

.section-2__profile .profile-2__wrapper .card__info-code,
.section-2__profile .profile-2__wrapper .card__info-aliances {
  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: bold;
  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: bold;
  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, 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__notification .pop-up__wrapper {
  width: 30%;
  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: 0px;
  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: normal;
  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: normal;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.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 .saved__content,
.section-3__profile .pop-up .archives__content {
  position: relative;
  background-color: #000;
  height: 564px;
}

.section-3__profile .pop-up .saved__content > #search,
.section-3__profile .pop-up .archives__content > #search {
  position: initial;
  background-image: none;
  height: 80px;
  margin-top: 90px;
}

.section-3__profile .pop-up .saved__content > #search input,
.section-3__profile .pop-up .archives__content > #search input {
  width: 60%;
}

.section-3__profile .pop-up .saved__content > #search > #search_R,
.section-3__profile .pop-up .archives__content > #search > #search_R {
  display: none;
}

.section-3__profile .pop-up .saved__option,
.section-3__profile .pop-up .archives__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 .saved__option-item,
.section-3__profile .pop-up .archives__option-item {
  width: 26%;
  background: rgba(123, 123, 123, 0.58);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}

.section-3__profile .pop-up .saved__option-item p,
.section-3__profile .pop-up .archives__option-item p {
  padding: 12px 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
/* schedule pop up */

.pop-up__schedule .pop-up__wrapper {
  padding: 80px 50px;
  max-width: 80%;
  width: 100%;
  background-color: black;
  height: 100%;
  margin: auto;
}
.pop-up__schedule .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.pop-up__schedule .tab-buttons {
  position: relative;
  display: flex;
}
.pop-up__schedule .tabs button {
  padding: 16px 31px;
  border-radius: 16px;
  border: none;
  background-color: #7b7b7b;
  color: white;
}
/* .pop-up__schedule .tabs button:nth-child(1) {
  z-index: 2;
} */
.pop-up__schedule .tabs button:nth-child(2) {
  margin-left: -22px;
  z-index: 1;

}
.pop-up__schedule .table-heading .weeks {
  display: flex;
  justify-content: center;
}
.pop-up__schedule .table-heading .weeks .week-item {
  position: relative;
}
.pop-up__schedule .table-heading .weeks .week-item .table-content .content-inner {
  display: flex;
  justify-content: space-between;
  border: 1px solid white;
  padding: 25px 0;
}

.pop-up__schedule .table-heading .weeks .week-item select {
  width: 200px;
  height: 43px;
  background: none;
  color: white;
  border: 1px solid white;
  appearance: none;
  position: relative;
  padding: 0 15px;
}

.pop-up__schedule .table-heading .weeks .week-item .select-arrow {
  position: absolute;
  right: 5%;
  top: 18%;
  transform: translate(-50%, -50%);
}
/* tab button */
.tab-buttons .schedul-linkBtn.active,
.tab-buttons .schedul-linkBtn:active {
  color: var(--colorLightRed);
  background-color: white;
  z-index: 10;
  transition: cubic-bezier(.15,.67,1,.48)
}
.tabs .tab-buttons {
  border: none;
}
/* end */
/* stream pop up */
.section-3__profile .pop-up.pop-up__stream .pop-up__wrapper {
  width: 80%;
}
.section-3__profile .pop-up.pop-up__stream {
  padding-top: 20px;
}
.section-3__profile .pop-up.pop-up__stream .popup-buttons {
    display: flex;
    justify-content: space-between;
}
.section-3__profile .pop-up.pop-up__stream .stream__content {
  padding: 80px 50px;
  width: 100%;
  background-color: black;
  height: 100%;
  margin: auto;
}
.popup-form .input-fields {
  margin-bottom: 17px;
}
.popup-form .input-fields input[type="text"] {
  max-width: 100%;
  width: 100%;
  height: 61px;
  background-color: #454545;
  opacity: 0.6;
  color: white;
  border: 1px solid white;
  padding-left: 40px;
}
.popup-form .input-fields input[type="number"] {
    max-width: 100%;
    width: 100%;
    height: 61px;
    background-color: #454545;
    opacity: 0.6;
    color: white;
    border: 1px solid white;
    padding-left: 40px;
}

.popup-form .input-fields label {
  color: white;
}
.popup-form .input-fields select {
  max-width: 100%;
  width: 100%;
  height: 61px;
  background-color: #454545;
  opacity: 0.6;
  border: 1px solid white;
  padding-left: 40px;
  color: white;
}

.popup-form .input-fields textarea {
  max-width: 100%;
  width: 100%;
  padding-left: 40px;
  height: 97px;
  background-color: #454545;
  opacity: 0.6;
  border: 1px solid white;
  color: white;
}

.image-field {
  border: 1px solid white;
  height: 428px;
  position: relative;
  margin-left: 83px;
}
.image-field input {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.image-field img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.popup-table__stream {
  margin-top: 42px;
}

.table-heading .weeks {
  display: flex;
  justify-content: center;
}
.table-heading .weeks .week-item {
  position: relative;
}
.table-heading .weeks .week-item .table-content .content-inner {
  display: flex;
  justify-content: space-between;
  border: 1px solid white;
  padding: 25px 0;
}
.table-heading .weeks .week-item .table-content .content-inner .time {
  color: white;
  width: 100%;
  text-align: center;
}
.table-heading .weeks .week-item select {
  width: 200px;
  height: 43px;
  background: none;
  color: white;
  border: 1px solid white;
  appearance: none;
  position: relative;
  padding: 0 15px;
}
.table-heading .weeks .week-item .time-zone {
  display: flex;
  justify-content: space-between;
}
.table-heading .weeks .week-item .time-zone div {
  text-align: center;
  color: white;
  align-items: center;
  border: 1px solid white;
  width: 100%;
  padding: 3px 0;
}
.table-heading .weeks .week-item .select-arrow {
  position: absolute;
  right: 5%;
  top: 15%;
  transform: translate(-50%, -50%);
}
.popup-bottom__stream {
  max-width: 550px;
  width: 100%;
  margin: 32px auto 0;
  text-align: center;
}
.popup-bottom__stream button {
  background-color: #ab0000;
  padding: 22px 42px;
  font-size: 18px;
  color: white;
  border: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.popup-bottom__stream p {
  color: white;
  font-size: 24px;
  margin-top: 20px;
}
.popup-bottom__stream button img {
    width: 26px;
    height: 16px;
    margin-right: 30px;
}

.popup-bottom__stream .socials {
  display: flex;
  justify-content: center;
}
.popup-bottom__stream .socials img {
  margin: 0 31px;
}
/* end */
/* invite popup */
.invite-popUp-wrapper{
  max-width: 1067px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
}
.invite-popUp-head{
  width: 100%;
  height: 105px;
  background: #8C1600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invite-popUp-head-text{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
}

.invite-popUp-info{
  background: #161616;
  padding: 45px 57px 55px 57px;
  text-align: center;
}

.invite-popUp-info-text {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: left;
}
.invite-popUp-info-text:not(:nth-last-child(2)){
  margin-bottom: 15px;
}

.invite-popUp-info-text a {
  color: #fff;

}

.invite-popUp-btn {
  border: none;
  text-align: center;
  background: #AB0000;
  border-radius: 6px;
  color: #fff;
  padding: 8px 97px;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 59px;
}

.input-glb-style > input {
  width: 100%;
  height: 71px;
  background: rgba(69, 69, 69, 0.6);
  border: 1px solid #ffffff;
  padding: 21px 0px;
  padding-left: 62px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
/* end */
/* analytics pop-up*/
.analytics__content {
  padding: 50px;
}
.pop-up__analytics .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}
.pop-up__analytics .tab-buttons {
  position: relative;
  display: flex;
}
.pop-up__analytics .tabs button {
  padding: 16px 31px;
  border-radius: 16px;
  border: none;
}
.pop-up__analytics .tabs button:nth-child(1) {
  z-index: 2;
}
.pop-up__analytics .tabs button:nth-child(2) {
  margin-left: -22px;
  z-index: 1;
  background-color: #7b7b7b;
}
.tab-button__red {
  color: #E02300;
}
.tab-button__white {
  color: #FFFFFF;
}
/* end */
/* message  */

.chat-time-box__img {
  width: 100%;
  max-width: 450px;
}
.chat-time-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
/* .border-right {
  width: 100%;
  max-width: 520px;
  background: #050505;
} */
/* .profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
} */

/* .settings-tray {
  background: #eee;
  padding: 10px 15px;
  border-radius: 7px;
} */
/* .settings-tray .no-gutters {
  padding: 0;
}
.settings-tray--right {
  float: right;
} */
/* input {
  border: none;
  border-radius: 30px;
  width: 80%;
} */
/* input::placeholder {
  color: #e3e3e3;
  font-weight: 300;
  margin-left: 20px;
}
input:focus {
  outline: none;
} */

.friend-drawer {
  padding: 20px 15px;
  display: flex;
  vertical-align: baseline;
  transition: 0.3s ease;
  border-bottom: 1px solid #C4C4C4;
  align-items: center;
}
.friend-drawer--grey {
  background: #eee;
}
.friend-drawer .text {
  margin-left: 12px;
  width: 70%;
}
.friend-drawer .text h6 {
  margin-top: 6px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 128.91%;
  color: #E02300;
}
.friend-drawer .text p {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 128.91%;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.87);
}
.friend-drawer .time {
  color: grey;
}
.friend-drawer--onhover:hover,
.friend-drawer--onhover:active {
  background: #770B0E;
  cursor: pointer;
}

.chat-bubble {
  padding: 10px 14px;
  margin: 15px 0;
  background: #1B1816;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
  animation: fadeIn 1s ease-in;
}
.chat-time {
  position: absolute;
  right: 15px;
}

.chat-bubble.chat-bubble--right {
  background: #E02300;
  color: #fff;
  border: none;
}

.chat-box-tray {
  display: flex;
  align-items: baseline;
  padding: 10px 15px;
  align-items: center;
  bottom: 0;
  height: 94px;
  left: 638px;
  top: 987px;
  background: #161616;
  border: 1px solid #B5B5B5;
  box-sizing: border-box;
  border-radius: 86px;
  width: 100%;
  max-width: 1150px;
}
.chat-box-tray input {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: none;
}
.message-input_btn  {
  width: 100%;
  max-width: 40px;
  height: 40px;
}
.message-input_btn button {
  border: none;
  background:none;
  width: 100%;
  height: 100%;
}
.clearfix ul{
  list-style-type: none;
  }
  .people-list {
    width: 30%;
    float: left;
    padding: 25px
  }
  .people-list .search {
    padding: 20px;
  }
  .people-list input {
    border-radius: 3px;
    border: none;
    padding: 14px;
    color: white;
    background: #6A6C75;
    width: 90%;
    font-size: 14px;
  }
  .people-list .fa-search {
    position: relative;
    left: -25px;
  }
  .people-list ul {
    padding: 20px;
    height: 770px;
  }
  .people-list ul li {
    padding-bottom: 20px;
  }
  .people-list img {
    float: left;
  }

  .chat {
    width: 70%;
    float: left;
    background-image: url('../img/bg_img_logSig.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .chat .chat-header {
    padding: 20px;
    border-bottom: 2px solid white;
  }
  .chat .chat-header img {
    float: left;
  }
  .chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
  }
  .chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
  }
  .chat .chat-header .chat-num-messages {
    color: #92959E;
  }

  .chat .chat-history {
    padding: 30px 50px 20px;
    overflow-y: scroll;
    height: 575px;
  }

  .chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
  }

  .chat .chat-message {
    padding: 30px 50px;
  }

  .chat-text__message {
    position: relative;
  }

/* end */

/* notification pop up*/
.notification-pills {
  width: 100%;
  background-color: #8C1600;
}
.notification__item {
  min-height: 60px;
}
.notification__link {
  width: 100%;
  height: 100%;
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #BFBFBF;
}
.notification__link:hover {
  color: #3a2b28;
}
.notification-pills .notification__link.active,
.notification-pills .show>.notification__link {
  background: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.notification-card_img {
  width: 100%;
  max-width: 40px;
  height: 40px;
}
.notification-card_img img {
  width: 100%;
  height:100%;
}
.notification__user {
  font-family: 'IBM Plex Sans',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 128.91%;
  color: #E02300;
}
.notification__user span {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.notification__act {
  font-family: 'IBM Plex Sans',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 128.91%;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.87);
}
.notificatinn__card  {
  border-bottom: 1px solid #C4C4C4;
}
.notification-tab__content {
  min-height:600px ;
}
/* end */
/* profile */
.recom-live-coming .tab-buttons {
  border: none;
}
.tab-buttons .profile-linkBtn {
  padding: 20px 40px;
  border-radius: 16px;
  border: none;
  background-color: #7b7b7b;
  color: white;
  text-transform: capitalize;
  font-weight: 600;
}
.recom-live-coming .tab-buttons {
  position: relative;
  display: flex;
}
.recom-live-coming .tab-buttons button:nth-child(2) {
  margin-left: -22px;
  z-index: 1;
}
.tab-buttons .profile-linkBtn.active,
.tab-buttons .profile-linkBtn:active {
  background-color: white;
  z-index: 10;
  color: var(--colorLightRed);
  transition: cubic-bezier(.15,.67,1,.48)
}
/* end */
/* streaming page */
.section-2__stream .profile-2__wrapper .profile__card {
  bottom: 0;
}
/* .section-2__stream {
  height: 100vh;
} */
.stream-info__title {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  max-width: 300px;
}
.stream-info__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #C60000;
  width: 100%;
  height: 2px;
}
.stream-info_text {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.stream-cat_btn {
  width: 100%;
  max-width:120px;
  height: 64px;
}
.stream-cat_btn button {
  border: none;
  background: none;
  z-index: 1000;
  position: fixed;
  top: 25%;
  right: 0;
}
.chatstreamBox {
  display: none;
  position: fixed;
  bottom: -10px;
  right: 0;
  z-index: 100;
  width: 383px;
  height: 579px;
  background: #FFFFFF;
  border-radius: 14px 0px 0px 14px;
}
.stream-cancel-btn {
  margin-left: auto;
  display: flex;
}
.streamChatBox__container textarea {
  width: 95%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;

}
.streamin-sendBtn {
  position: absolute;
  bottom: 20px;
  right: 6px;
}
.streamin-sendBtn:focus,
.stream-cancel-btn:focus {
  outline: none;
  box-shadow: none;
}

.streamingChat-textareaBox {
  width: 100%;
  height: 108px;
  background: #AB0000;
  position: absolute;
  bottom: 0;
  border-radius: 0 0px 0px 13px;
}
.chatBox-user {
  border-bottom: 1px solid #9c9191;
}
.chatBox_userName {
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.125em;
  color: #161616;
}
.chatBox_userText {
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  width: 100%;
  max-width: 290px;
}
.right-footer__titleBox {
  width: 100%;
  height: 117px;
  background: #770B0E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smallLetter_title {
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.175em;
  color: #FFFFFF;
}
.uppercase-title {
  font-family:'Poppins',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.47em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF
}
.right-footer__item {
  width: 100%;
  max-width: 360px;
  height: 218px;
}
.item.right-footer__item img,
.item.right-footer__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content__right .content-right__footer .right-footer_carousel .owl-dots {
  display: flex;
  justify-content: end;
}
.content__right .content-right__footer .right-footer_carousel.owl-theme .owl-dots .owl-dot.active span,
.content__right .content-right__footer .right-footer_carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #E02300;
}

.right-footer_btnBox {
  width: 100%;
  height: 84px;
}
.right-footer_btnBox  button {
  width: 49%;
  height: 100%;
  background: #161616;
  border: 3px solid #770B0E;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #FFFFFF;

}
.right-footer_btnBox  button.footerBtn.active,
.right-footer_btnBox  button.footerBtn:active {
  background-color: #770B0E;
}
.right-footer_btnBox  button img {
margin: 0 7px 5px auto;
}
/*
 *  STYLE 3
 */
 .scrollbar
{
	float: left;
	height: 500px;
	width: 100%;
  padding: 30px 0;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.force-overflow
{
	min-height: 450px;
}
 #style-3::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #505050;
 }

 #style-3::-webkit-scrollbar
 {
   width: 6px;
   background-color: #505050;
 }

 #style-3::-webkit-scrollbar-thumb
 {
   background-color: white;
 }
/* end */
html,
body {
  font-family: Poppins;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #181818;
  margin: 0px;
  color: white;
  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: 0.06em;
    color: #161616;
  }

  .section-2__profile .profile-2__wrapper .profile-2-content .content__info {
    width: 100%;
  }

  .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;
  }
  .section-2__stream .stream-2__wrapper {
    margin-top: 0;
  }
}
/* terms and conditions */
.terms-title {
  text-align: center;
  padding: 76px 0;
}
.terms-condition__title {
  width: 100%;
  max-width: 687px;
  height: 80px;
  background: #770B0E;
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.terms__box-text {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.175em;
  color: #ffffff;
  width: 100%;
  max-width: 1680px;
  margin: 32px  auto;
}
.terms__box-ul {
  list-style-image: url("../img/Play.png");
}
/* end */
@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: 0px 0px 35px 0px;
  }

  .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: 0px 0px 35px 0px;
  }

  .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: 0px;
  }

  .section__howToPlay .howToPlay__content aside {
    display: none;
  }

  .section__howToPlay .howToPlay-info__container {
    margin: 0px;
  }

  .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, 0.25);
    border: 3px solid #ffffff;
    -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: 0.25em;
    color: #ffffff;
    padding: 20px 0px;
  }

  .section__signUpUs .signUpUs__community:hover {
    background: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .section__signUpUs .signUpUs__community:hover > a {
    color: #e02300;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .section__signUpUs .signUpUs__community > a {
    font-size: 25px;
    padding: 8px 0px;
  }

  .section__signUpUs .signUpUs__professional > a {
    font-size: 25px;
    padding: 8px 0px;
  }

  .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: 0px 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: 0px 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 0px;
  }

  .section__signUpUs .signUpUs__professional > a {
    font-size: 20px;
    padding: 5px 0px;
  }
}

.profile-pic-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.pic-holder .pic {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 92, 105, 0.7);
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pic-holder .upload-file-block {
    cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
    opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}

/* Snackbar css */
.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
}

.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
