@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2#icomoon") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

[class^=i-icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-cross:before {
  content: "\e909";
}

._icon-answer:before {
  content: "\e900";
}

._icon-arrow-big:before {
  content: "\e901";
}

._icon-arrow:before {
  content: "\e902";
}

._icon-fb:before {
  content: "\e903";
}

._icon-info:before {
  content: "\e904";
}

._icon-inst:before {
  content: "\e905";
}

._icon-map:before {
  content: "\e906";
}

._icon-search:before {
  content: "\e907";
}

._icon-telegram:before {
  content: "\e908";
}

.i-icon-tiktok:before {
  content: "\e999";
}

/* Reset */

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  border-radius: 0%;
}

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-weight: inherit;
  font-size: inherit;
  font-family: "Roboto", sans-serif;
}

/* - - - */

.display-none {
  display:none !important;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  background-color: #2A2A2A;
}

body._loock-scroll {
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #2A2A2A;
}

.delimiter {
  height: 4.3rem;
  background-color: #2A2A2A;
  width: 100%;
}

.delimiter.home-not {
  display: none;
}

.hidden-form {
  display: none !important;
}

.spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 28px;
}

.header {
  width: 100%;
  border-bottom: #F2E500 1px solid;
  background-color: #2A2A2A;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 1px 1px 30px rgba(42, 42, 42, 0.5);
          box-shadow: 1px 1px 30px rgba(42, 42, 42, 0.5);
}

.header .header__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: 100%;
}

.header .header__row .header-left {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-animation-name: animCity;
          animation-name: animCity;
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes animCity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animCity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header .header__row .header-left .box-navigation {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .header__row .header-left .box-navigation .header__column.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
}

.header .header__row .header-left .box-navigation .header__column.nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__row .header-left .box-navigation .header__column.nav nav ul li {
  margin: 1rem;
}

.header .header__row .header-left .box-navigation .header__column.nav nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .header__row .header-left .box-navigation .header__column.nav nav ul li a:hover {
  color: #F2E500;
  text-shadow: 1px 1px 20px rgba(242, 229, 0, 0.2);
}

.header .header__row .header-left .box-navigation .header__column.nav nav ul li:last-child {
  margin-right: 0rem;
}

.header .header__row .header-left .box-navigation .header__column.nav nav ul li:first-child {
  margin-left: 0rem;
}

.header .header__row .header-left .box-navigation .header__column.socials {
  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;
  margin-right: 1rem;
}

.header .header__row .header-left .box-navigation .header__column.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header__row .header-left .box-navigation .header__column.socials ul li {
  margin: 0.3rem;
}

.header .header__row .header-left .box-navigation .header__column.socials ul li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .header__row .header-left .box-navigation .header__column.socials ul li a:hover {
  color: #F2E500;
  text-shadow: 1px 1px 10px rgba(242, 229, 0, 0.5);
}

.header .header__row .header-left .box-navigation .header__column.socials ul li:last-child {
  margin-right: 0rem;
}

.header .header__row .header-left .box-navigation .header__column.socials ul li:first-child {
  margin-left: 0rem;
}

.header .header__row .header-left .mob-nav {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2.5px solid #fff;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.3rem;
}

.header .header__row .header-left .mob-nav span.line-mob-one {
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}

.header .header__row .header-left .mob-nav span.line-mob-two {
  width: 75%;
  height: 2.5px;
  background-color: #fff;
  display: block;
  position: relative;
}

.header .header__row .header-left .header__column.city {
  padding-left: 1.4rem;
}

.header .header__row .header-left .header__column.city span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F2E500;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 95px;
  min-width: 95px;
  display: block;
  min-height: 14px;
  cursor: pointer;
}

.header .header__row .header-left .header__column.city button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  min-height: 14px;
}

.header .header__row .header-left .header__column.city button::before {
  font-size: 20px;
  position: absolute;
  left: -22px;
  top: -23px;
  color: #F2E500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .header__row .header-left .header__column.city button:hover::before {
  -webkit-transform: rotate(-20deg) scale(1.3);
      -ms-transform: rotate(-20deg) scale(1.3);
          transform: rotate(-20deg) scale(1.3);
}

.header .header__row .header-left span.line-v {
  width: 1px;
  background-color: rgba(123, 123, 123, 0.3);
  height: 40px;
  display: block;
  margin-left: 2.5rem;
}

.header .header__row .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header__row .header-right .header__column.messageBox {
  background-color: #F2E500;
  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: 100%;
}

.header .header__row .header-right .header__column.messageBox a {
  color: #2A2A2A;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  padding: 1.7rem 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .header__row .header-right .header__column.messageBox a:hover,
.header .header__row .header-right .header__column.messageBox a .header__column.messageBox {
  -webkit-box-shadow: 0px 10px 50px rgba(242, 229, 0, 0.2);
          box-shadow: 0px 10px 50px rgba(242, 229, 0, 0.2);
}

.header .menu-mob {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.header .menu-mob .close-menu-primary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .menu-mob .close-menu-primary span._icon-cross {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .menu-mob .close-menu-primary span._icon-cross::before {
  font-size: 24px;
}

.header .menu-mob .close-menu-primary span._icon-cross:hover {
  -webkit-transform: scale(0.8) rotate(90deg);
      -ms-transform: scale(0.8) rotate(90deg);
          transform: scale(0.8) rotate(90deg);
}

.header .menu-mob .header__column.nav nav ul li {
  border-bottom: 1px solid rgba(123, 123, 123, 0.1);
}

.header .menu-mob .header__column.nav nav ul li a {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1rem 0;
  color: #2A2A2A;
}

.header .menu-mob .header__column.nav nav ul li:last-child {
  border-bottom: none;
}

.header .menu-mob .header__column.socials {
  margin-top: 0.7rem;
}

.header .menu-mob .header__column.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu-mob .header__column.socials ul li {
  margin: 0.5rem;
}

.header .menu-mob .header__column.socials ul li a {
  font-size: 32px;
  color: #2A2A2A;
}

.header .menu-mob .header__column.socials ul li:last-child {
  margin-right: 0;
}

.header .menu-mob .header__column.socials ul li:first-child {
  margin-left: 0;
}

.header .menu-mob .header__column.city {
  border-top: 2px solid #2A2A2A;
  padding-top: 1.5rem;
  margin-top: 1rem;
  padding-left: 1.4rem;
}

.header .menu-mob .header__column.city span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2A2A2A;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 220px;
  min-width: 220px;
  display: block;
  -webkit-animation-name: anim-city;
          animation-name: anim-city;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@keyframes animCity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header .menu-mob .header__column.city button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2A2A2A;
  color: #fff;
  text-transform: uppercase;
  padding: 0.7rem 1.4rem;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header .menu-mob .header__column.city button::before {
  font-size: 28px;
  position: absolute;
  left: -30px;
  top: -35px;
  color: #2A2A2A;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .menu-mob .header__column.city button:hover::before {
  -webkit-transform: rotate(-20deg) scale(1.3);
      -ms-transform: rotate(-20deg) scale(1.3);
          transform: rotate(-20deg) scale(1.3);
}

.header .menu-mob.active {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}

.btn__large {
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #2A2A2A;
  background-color: #F2E500;
  padding: 0.8em 1.7em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn__large:hover {
  -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.2);
          box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.2);
}

.btn__medium {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #2A2A2A;
  background-color: #F2E500;
  padding: 0.9em 1.7em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn__medium:hover {
  -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.2);
          box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.2);
}

.btn__smail {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #2A2A2A;
  background-color: #F2E500;
  padding: 0.7em 1.5em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn__smail:hover {
  -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.2);
          box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.2);
}

.btn_medium_dark {
  border: 1px solid #F2E500;
  padding: 1em 1.5em;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn_medium_dark:hover {
  background-color: #F2E500;
  color: #2A2A2A;
}

.white-btn {
  background-color: #fff;
}

.white-btn:hover {
  -webkit-box-shadow: 1px 1px 30px rgba(42, 42, 42, 0.2);
          box-shadow: 1px 1px 30px rgba(42, 42, 42, 0.2);
}

.game-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.game-label span {
  background-color: #B73029;
  border-radius: 0.7em 0 0.7em 0;
  padding: 0.5em;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.heading-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading-h2 > h2 {
  font-size: 32px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.heading-h2-lite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading-h2-lite > h2 {
  font-size: 32px;
  color: #2A2A2A;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}

.dis-none {
  display: none !important;
}


._anim-state-fade-up {
    animation-name: anim-fade-up-static;
    animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: 0.6s;
    opacity: 0;
}
@keyframes anim-fade-up-static {
    0% {
        opacity: 0;
        -webkit-transform: translateY(4rem);
            -ms-transform: translateY(4rem);
                transform: translateY(4rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: all 0.5s ease-in-out 0.4s;
        -o-transition: all 0.5s ease-in-out 0.4s;
        transition: all 0.5s ease-in-out 0.4s;
    }
}






.anim-order-1_1 {
  -webkit-transition: all 0.5s ease-in-out 0.2s !important;
  -o-transition: all 0.5s ease-in-out 0.2s !important;
  transition: all 0.5s ease-in-out 0.2s !important;
}

.anim-order-1_2 {
  -webkit-transition: all 0.5s ease-in-out 0.4s !important;
  -o-transition: all 0.5s ease-in-out 0.4s !important;
  transition: all 0.5s ease-in-out 0.4s !important;
}

.anim-order-1_3 {
  -webkit-transition: all 0.5s ease-in-out 0.6s !important;
  -o-transition: all 0.5s ease-in-out 0.6s !important;
  transition: all 0.5s ease-in-out 0.6s !important;
}

.anim-order-1_4 {
  -webkit-transition: all 0.5s ease-in-out 0.8s !important;
  -o-transition: all 0.5s ease-in-out 0.8s !important;
  transition: all 0.5s ease-in-out 0.8s !important;
}

.anim-order-1_5 {
  -webkit-transition: all 0.5s ease-in-out 1s !important;
  -o-transition: all 0.5s ease-in-out 1s !important;
  transition: all 0.5s ease-in-out 1s !important;
}

.anim-order-1_6 {
  -webkit-transition: all 0.5s ease-in-out 1.2s !important;
  -o-transition: all 0.5s ease-in-out 1.2s !important;
  transition: all 0.5s ease-in-out 1.2s !important;
}

.anim-order-1_7 {
  -webkit-transition: all 0.5s ease-in-out 1.4s !important;
  -o-transition: all 0.5s ease-in-out 1.4s !important;
  transition: all 0.5s ease-in-out 1.4s !important;
}

.anim-order-2_1 {
  -webkit-transition: all 0.8s ease-in-out 2.5s !important;
  -o-transition: all 0.8s ease-in-out 2.5s !important;
  transition: all 0.8s ease-in-out 2.5s !important;
}

.anim-order-2_2 {
  -webkit-transition: all 0.8s ease-in-out 2.7s !important;
  -o-transition: all 0.8s ease-in-out 2.7s !important;
  transition: all 0.8s ease-in-out 2.7s !important;
}

.anim-speed-1 {
  -webkit-transition: all 0.7s ease-in-out 0s !important;
  -o-transition: all 0.7s ease-in-out 0s !important;
  transition: all 0.7s ease-in-out 0s !important;
}

._anim-on-fadeIn {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

._anim-on-fadeIn._active,
._active ._anim-on-fadeIn {
  opacity: 1;
}

._anim-on-zoomIn {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

._anim-on-zoomIn._active,
._active ._anim-on-zoomIn {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

._anim-on-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
      -ms-transform: translateX(-4rem);
          transform: translateX(-4rem);
}

._anim-on-fadeRight._active,
._active ._anim-on-fadeRight {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}

._anim-on-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
      -ms-transform: translateX(4rem);
          transform: translateX(4rem);
}

._anim-on-fadeLeft._active,
._active ._anim-on-fadeLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}

._anim-on-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
      -ms-transform: translateY(4rem);
          transform: translateY(4rem);
}

._anim-on-fadeInUp._active,
._active ._anim-on-fadeInUp {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out 0.4s;
  -o-transition: all 0.5s ease-in-out 0.4s;
  transition: all 0.5s ease-in-out 0.4s;
}

._anim-on-fadeInUpR {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

._anim-on-fadeInUpR._active,
._active ._anim-on-fadeInUpR {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}

.anim-box-stick {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.anim-box-stick._active {
  opacity: 1;
}

.next-game-big {
  background-image: url(../img/bg-game-next.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2a2a2a;
  background-blend-mode: multiply;
  background-position: center;
  -webkit-animation-name: backgroundColor;
          animation-name: backgroundColor;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  position: relative;
  min-height: 100vh;
  height: 100%;
}

.next-game-big .next-game-big__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  height: 100%;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}

.next-game-big .next-game-big__row .box-game-big-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6rem;
  width: 100%;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo {
  margin-right: 5rem;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo img.logo-game-big {
  width: 310px;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo img.logo-game-big.left {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo img.logo-game-big.right {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo.not-items-events {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0rem;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label {
  margin-left: 0.5em;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label span {
  color: #fff;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-1 span {
  background-color: #D9D9D9;
  color: #2A2A2A;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-2 span {
  background-color: #C22932;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-3 span {
  background-color: #F65E09;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-4 span {
  background-color: #F60909;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-5 span {
  background-color: #FF1151;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-6 span {
  background-color: #000;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-7 span {
  background-color: #F2E500;
  color: #2A2A2A;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label.type-game-label-8 span {
  background-color: #F65E09;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label:first-child {
  margin-left: 0rem;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box h2 {
  margin-top: 0.5rem;
  font-size: 36px;
  color: #fff;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 72px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.1;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1.5rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column span.general-info {
  color: #F2E500;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column p.addon-info {
  margin-top: 0.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column:first-child {
  margin-left: 0;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column:last-child {
  margin-right: 0;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row span.line-game-del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-actions__row {
  margin-top: 2rem;
}

.next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-actions__row button:first-child {
  margin-right: 1rem;
}

.next-game-big .next-game-big__row .game-not-found-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.next-game-big .next-game-big__row .game-not-found-front span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.next-game-big .next-game-big__row .game-not-found-front p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 1rem 0;
  max-width: 350px;
  text-align: center;
}

.next-game-big .next-game-big__row .game-not-found-front .box-socials-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.next-game-big .next-game-big__row .game-not-found-front .box-socials-front ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.next-game-big .next-game-big__row .game-not-found-front .box-socials-front ul li {
  margin: 0.5rem;
}

.next-game-big .next-game-big__row .game-not-found-front .box-socials-front ul li a {
  color: #fff;
  font-size: 34px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.next-game-big .next-game-big__row .game-not-found-front .box-socials-front ul li a:hover {
  text-shadow: 1px 1px 20px #F2E500;
  color: #F2E500;
}

.next-game-big .next-game-big__row.game-not-found-front-page {
  -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;
  height: 100%;
  min-height: 100vh;
}

.next-game-big .next-game-big__row.game-not-found-front-page .box-game-big-info {
  height: auto;
  padding-top: 6rem;
}

.next-game-big .next-game-big__row.game-not-found-front-page .box-game-big__sponsors {
  margin-top: 2rem;
}

.next-game-big .box-game-big__sponsors {
  width: 100%;
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors h2 {
  opacity: 0;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors h2._active {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  -webkit-animation-name: downYOpacityR;
          animation-name: downYOpacityR;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li {
  margin: 0.8rem 0.5rem 0.8rem 0.5rem;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li a img {
  max-height: 35px;
  min-height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:first-child,
.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:nth-child(2n),
.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:nth-child(3n),
.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:last-child {
  opacity: 0;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:first-child._active {
  -webkit-animation-name: opacityBlurScale;
          animation-name: opacityBlurScale;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:nth-child(2n)._active {
  -webkit-animation-name: opacityBlurScale;
          animation-name: opacityBlurScale;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:nth-child(3n)._active {
  -webkit-animation-name: opacityBlurScale;
          animation-name: opacityBlurScale;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.next-game-big .box-game-big__sponsors .next-game-big__sponsors ul li:last-child._active {
  -webkit-animation-name: opacityBlurScale;
          animation-name: opacityBlurScale;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes downXOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes downXOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes downYOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes downYOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes downYOpacityR {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes downYOpacityR {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacityBlurScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes opacityBlurScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-webkit-keyframes backgroundColor {
  0% {
    background-color: black;
  }

  100% {
    background-color: #2a2a2a;
  }
}

@keyframes backgroundColor {
  0% {
    background-color: black;
  }

  100% {
    background-color: #2a2a2a;
  }
}

#timetable-section-j {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin-top: -4rem;
}

.timetable {
  padding: 3rem 0;
}

.timetable .timetable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.timetable .timetable__row .heading {
  margin-bottom: 1rem;
}

.timetable .timetable__row .heading h2 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

.timetable .timetable__row .not-found-events {
  height: 200px;
}

.timetable .timetable__row .not-found-events span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.timetable .timetable__row .timetable__column {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem 1rem 1rem 1rem;
  width: 270px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.timetable .timetable__row .timetable__column h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  min-height: 35px;
  max-height: 35px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.1;
  margin-bottom: 1em;
}

.timetable .timetable__row .timetable__column span {
  margin-bottom: 1em;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

.timetable .timetable__row .timetable__column span b {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.timetable .timetable__row .timetable__column h4 {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.4em;
}

.timetable .timetable__row .timetable__column p {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  min-height: 25px;
  max-height: 25px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.1;
}

.timetable .timetable__row .timetable__column._active {
  background-color: #F2E500;
  border: 1px solid #F2E500 !important;
  cursor: default;
}

.timetable .timetable__row .timetable__column._active h3,
.timetable .timetable__row .timetable__column._active span,
.timetable .timetable__row .timetable__column._active h4,
.timetable .timetable__row .timetable__column._active p {
  color: #2A2A2A;
}

.timetable .timetable__row .timetable__column._active:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.timetable .timetable__row .timetable__column:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.timetable .timetable__row .timetable__column.type-game-not-select {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #2A2A2A;
}

.timetable .timetable__row .timetable__column .labels-game {
  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;
  width: 100%;
  position: absolute;
  top: -1em;
  right: -0.7em;
}

.timetable .timetable__row .timetable__column .labels-game .game-label {
  margin-left: 0.5em;
}

.timetable .timetable__row .timetable__column .labels-game .game-label span {
  color: #fff;
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-1 span {
  background-color: #D9D9D9;
  color: #2A2A2A;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-2 span {
  background-color: #C22932;
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-3 span {
  background-color: #F65E09;
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-4 span {
  background-color: #F60909;
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-5 span {
  background-color: #FF1151;
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-6 span {
  background-color: #000;
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-7 span {
  background-color: #F2E500;
  color: #2A2A2A;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

.timetable .timetable__row .timetable__column .labels-game .game-label.type-game-label-8 span {
  background-color: #F65E09;
}

.timetable .timetable__row .arrow-box {
  position: absolute;
  right: 0;
  width: 60px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2a2a2a;
  background: -webkit-gradient(linear, right top, left top, from(#2a2a2a), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #2a2a2a 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #2a2a2a 0%, rgba(255, 255, 255, 0) 100%);
}

.timetable .timetable__row .arrow-box button {
  font-size: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.timetable .timetable__row .arrow-box button:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  color: #F2E500;
}

.timetable .timetable__row .swiper {
  padding-right: 1rem;
  max-width: 95%;
  margin: 0;
  width: 100%;
}

.timetable .timetable__row .swiper .swiper-wrapper {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

.timetable .parallax_objects__timetable .square-1,
.timetable .parallax_objects__timetable .square-2,
.timetable .parallax_objects__timetable .square-3,
.timetable .parallax_objects__timetable .square-4,
.timetable .parallax_objects__timetable .square-5 {
  position: absolute;
  background-color: #F2E500;
  -webkit-box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.7);
          box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.7);
  display: block;
}

.timetable .parallax_objects__timetable .square-1 {
  left: -5rem;
  bottom: 1rem;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.timetable .parallax_objects__timetable svg {
  position: absolute;
  width: 90px;
  left: -5rem;
  bottom: 1rem;
  stroke: white;
}

.timetable .parallax_objects__timetable .square-2 {
  right: -10rem;
  bottom: 1rem;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.timetable .parallax_objects__timetable .square-3 {
  right: -5rem;
  bottom: 1rem;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.timetable .parallax_objects__timetable .square-4 {
  right: -2rem;
  top: -5rem;
  width: 15px;
  height: 15px;
}

.timetable .parallax_objects__timetable .square-5 {
  right: 4rem;
  top: -5rem;
  width: 25px;
  height: 25px;
}

.timetable.black-bg {
  background-color: #000;
}

.more-game {
  background-color: #fff;
  padding: 3rem 0;
}

.more-game .container {
  position: relative;
}

.more-game .container .more-game__row {
  display: none;
}

.more-game .container .more-game__row .more-game__column_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  padding-right: 2.5rem;
}

.more-game .container .more-game__row .more-game__column_description article {
  width: 100%;
  z-index: 2;
}

.more-game .container .more-game__row .more-game__column_description article span.heading {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  color: #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3rem;
}

.more-game .container .more-game__row .more-game__column_description article span.name-game {
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_description article span.name-game::after {
  margin-top: 0.3rem;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#F2E500), to(transparent));
  background: -o-linear-gradient(left, #F2E500, transparent);
  background: linear-gradient(90deg, #F2E500, transparent);
}

.more-game .container .more-game__row .more-game__column_description article p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  width: 100%;
  margin-bottom: 0.7rem;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_description article b {
  font-size: 16px;
  line-height: 1.2;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_description article ul {
  width: 100%;
  margin-bottom: 0.7rem;
  padding-left: 1.5rem;
}

.more-game .container .more-game__row .more-game__column_description article ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_description article .box-poster-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.more-game .container .more-game__row .more-game__column_description article .box-poster-game img {
  width: 100%;
  max-width: 400px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-game .container .more-game__row .more-game__column_description article .box-poster-game img:hover {
  -webkit-transform: scale(1.2) rotate(-3deg) translateX(26px);
      -ms-transform: scale(1.2) rotate(-3deg) translateX(26px);
          transform: scale(1.2) rotate(-3deg) translateX(26px);
  -webkit-box-shadow: 1px 1px 60px rgba(42, 42, 42, 0.8);
          box-shadow: 1px 1px 60px rgba(42, 42, 42, 0.8);
}

.more-game .container .more-game__row .more-game__column_info {
  width: 50%;
}

.more-game .container .more-game__row .more-game__column_info .descriptionOnPoster {
  margin-bottom: 2rem;
}

.more-game .container .more-game__row .more-game__column_info .descriptionOnPoster p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  width: 100%;
  margin-bottom: 0.7rem;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_info .descriptionOnPoster b {
  font-size: 16px;
  line-height: 1.2;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_info .descriptionOnPoster ul {
  width: 100%;
  margin-bottom: 0.7rem;
  padding-left: 1.5rem;
}

.more-game .container .more-game__row .more-game__column_info .descriptionOnPoster ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_info .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(123, 123, 123, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.more-game .container .more-game__row .more-game__column_info span.heading {
  width: 100%;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #2A2A2A;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}

.more-game .container .more-game__row .more-game__column_info span.heading::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
  background-color: #F2E500;
  z-index: -1;
}

.more-game .container .more-game__row .more-game__column_info b.info {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.more-game .container .more-game__row .more-game__column_info .place-game {
  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: 100%;
  border-bottom: 1px solid rgba(123, 123, 123, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.more-game .container .more-game__row .more-game__column_info .place-game .place-game__columnn_info-locate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.more-game .container .more-game__row .more-game__column_info .place-game .place-game__columnn_info-locate a {
  color: #2A2A2A;
  font-weight: 300;
  margin-top: 0.2rem;
}

.more-game .container .more-game__row .more-game__column_info .place-game .place-game__columnn_map {
  margin-top: -1rem;
}

.more-game .container .more-game__row .more-game__column_info .place-game .place-game__columnn_map img {
  width: 130px;
}

.more-game .container .more-game__row .more-game__column_info .place-game .place-game__columnn_map .go-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.more-game .container .more-game__row .more-game__column_info .place-game .place-game__columnn_map .go-map a {
  background-color: #F2E500;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #2A2A2A;
}

.more-game .container .more-game__row .more-game__column_info .place-game .place-game__columnn_map .go-map a:hover {
  background-color: #2A2A2A;
  color: #fff;
}

.more-game .container .more-game__row .more-game__column_info .rules-game-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
}

.more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 2rem;
}

.more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column span {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0.4rem;
}

.more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column b {
  background-color: #F2E500;
  font-size: 16px;
  font-weight: 700;
}

.more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column:last-child {
  margin-right: 0;
}

.more-game .container .more-game__row .more-game__column_info .box-rules-game-link {
  margin-top: 1rem;
}

.more-game .container .more-game__row .more-game__column_info .box-rules-game-link a.rules-link-game {
  color: #2A2A2A;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 300;
}

.more-game .container .more-game__row .more-game__column_info .box-rules-game-link a.rules-link-game:hover {
  text-decoration: none;
}

.more-game .container .more-game__row .more-game__column_info button.btn__medium:hover {
  background-color: #2A2A2A;
  color: #fff;
  -webkit-box-shadow: 1px 1px 30px rgba(42, 42, 42, 0.2);
          box-shadow: 1px 1px 30px rgba(42, 42, 42, 0.2);
}

.more-game .container .more-game__row._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.more-game .container .parallax_objects__more-game .square-1,
.more-game .container .parallax_objects__more-game .square-2,
.more-game .container .parallax_objects__more-game .square-3,
.more-game .container .parallax_objects__more-game .square-4,
.more-game .container .parallax_objects__more-game .square-5,
.more-game .container .parallax_objects__more-game .line-1,
.more-game .container .parallax_objects__more-game .line-2 {
  position: absolute;
  background-color: #F2E500;
  -webkit-box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.7);
          box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.7);
  display: block;
}

.more-game .container .parallax_objects__more-game .square-1 {
  left: -12rem;
  bottom: 1rem;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.more-game .container .parallax_objects__more-game .square-2 {
  left: -8rem;
  bottom: 13rem;
  width: 90px;
  height: 90px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.more-game .container .parallax_objects__more-game .square-3 {
  left: -14rem;
  bottom: 13rem;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.more-game .container .parallax_objects__more-game .square-4 {
  left: -10rem;
  bottom: 20rem;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.more-game .container .parallax_objects__more-game .square-5 {
  left: -14rem;
  bottom: 21rem;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.more-game .container .parallax_objects__more-game .line-1 {
  right: -10rem;
  top: 0rem;
  width: 70px;
  height: 15px;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.more-game .container .parallax_objects__more-game .line-2 {
  right: -12rem;
  top: 6rem;
  width: 150px;
  height: 25px;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

#about-section-j {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin-top: -10rem;
}

.about-project {
  padding: 5rem 0;
}

.about-project .heading-ads {
  background-color: #F2E500;
  width: 600px;
  padding: 2rem 2rem 2rem 7rem;
}

.about-project .heading-ads h1 {
  color: #2A2A2A;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}

.about-project .about-project__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-project .about-project__row .about-project__column_left {
  width: 50%;
  margin-top: 3rem;
}

.about-project .about-project__row .about-project__column_left > span {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  max-width: 350px;
  display: block;
}

.about-project .about-project__row .about-project__column_left .info-number {
  margin-top: 3rem;
}

.about-project .about-project__row .about-project__column_left .info-number span {
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.about-project .about-project__row .about-project__column_left .info-number span b {
  font-size: 70px;
  font-weight: 700;
  font-style: italic;
  color: #F2E500;
}

.about-project .about-project__row .about-project__column_left .box-stick {
  position: relative;
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about-project .about-project__row .about-project__column_left .box-stick .birka-info-big {
  background: #F2E500;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
  width: 410px;
  padding: 1.5rem;
  -webkit-transform: rotate(352deg);
      -ms-transform: rotate(352deg);
          transform: rotate(352deg);
}

.about-project .about-project__row .about-project__column_left .box-stick .birka-info-big p {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #2A2A2A;
}

.about-project .about-project__row .about-project__column_left .box-stick img.stick-after {
  position: absolute;
  right: -44px;
  top: -16px;
}

.about-project .about-project__row .about-project__column_right {
  width: 50%;
}

.about-project .about-project__row .about-project__column_right .box-img-heading {
  margin-top: -12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about {
  position: relative;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .heading-about-before {
  position: absolute;
  top: 14rem;
  left: -19.5rem;
  -webkit-transform: rotate(-9.5deg);
      -ms-transform: rotate(-9.5deg);
          transform: rotate(-9.5deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .heading-about-before > span {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about img {
  width: 344px;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .box-clip-about {
  position: absolute;
  right: 0;
  top: 16.2rem;
  background-color: #F2E500;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 570px;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 95%, 5% 90%);
          clip-path: polygon(0 15%, 100% 0, 100% 95%, 5% 90%);
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .box-clip-about > span {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #2A2A2A;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .box-top-conf-line {
  position: absolute;
  top: 9rem;
  left: -13rem;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .box-top-conf-line img {
  width: 150px;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .box-bottom-conf-line {
  position: absolute;
  bottom: -4.8rem;
  right: -6rem;
}

.about-project .about-project__row .about-project__column_right .box-img-heading .heading-about .box-bottom-conf-line img {
  width: 250px;
}

.about-project .about-project__row .about-project__column_right .content-about {
  margin-top: 8rem;
}

.about-project .about-project__row .about-project__column_right .content-about p {
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 1rem;
}

.game-tours .heading-h2 {
  margin-bottom: 0.5rem;
}

.game-tours .game-tours__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.game-tours .game-tours__row .game-tours__column {
  width: 20%;
  margin: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2E500), to(transparent));
  background: -o-linear-gradient(top, #F2E500, transparent);
  background: linear-gradient(180deg, #F2E500, transparent);
  padding: 0.07rem;
  position: relative;
}

.game-tours .game-tours__row .game-tours__column span.number-tour {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F2E500;
  padding: 0.7rem 1.2rem;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #2A2A2A;
}

.game-tours .game-tours__row .game-tours__column .box-info-tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem 3rem 1.5rem;
  background-color: #2A2A2A;
}

.game-tours .game-tours__row .game-tours__column .box-info-tour img {
  max-width: 80px;
  max-height: 80px;
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.game-tours .game-tours__row .game-tours__column .box-info-tour span {
  margin-top: 1rem;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.game-tours .game-tours__row .game-tours__column .box-info-tour p {
  margin-top: 1.5rem;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.quiz-example {
  margin: 5rem 0;
  position: relative;
}

.quiz-example .quiz-example__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.quiz-example .quiz-example__row .quiz-example__box {
  width: 1000px;
  background-color: #fff;
  padding: 1.5rem;
  border: 7px solid #F2E500;
  position: relative;
  z-index: 3;
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4rem;
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .question_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 1rem 1rem 1rem;
  text-align: left;
  width: 150px;
  background-color: #2A2A2A;
  color: #fff;
  border-radius: 0px 20px 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .question_selector b {
  margin-bottom: 0.3rem;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  width: 100%;
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .question_selector:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .question_selector._active {
  cursor: default;
  background-color: #F2E500;
  color: #2A2A2A;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .question_selector._active:hover {
  background-color: #F2E500;
  color: #2A2A2A;
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .arrow-box-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 50px;
  height: 120px;
  position: absolute;
  right: 0;
  z-index: 5;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .arrow-box-quiz button.swiperQuiz-button-next {
  background: transparent;
  color: #2A2A2A;
  font-size: 46px;
}

.quiz-example .quiz-example__row .quiz-example__box .slider-questions .quizSlider .arrow-box-quiz button.swiperQuiz-button-next[aria-disabled=true] {
  opacity: 0.2;
  cursor: default;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row {
  margin-top: 3rem;
  z-index: 2;
  display: none;
  min-height: 330px;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer {
  width: 55%;
  padding-right: 1.5rem;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer span {
  margin-bottom: 0.5rem;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #F2E500;
  color: #2A2A2A;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer span b {
  margin-right: 0.2rem;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer p {
  font-size: 16px;
  color: #2A2A2A;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  width: 100%;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants {
  margin-top: 1.2rem;
  position: relative;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants ul li {
  max-width: 350px;
  margin-bottom: 1rem;
  border: 2px solid #2A2A2A;
  padding: 0.5rem 1rem;
  border-radius: 0px 20px 0px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #2A2A2A;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants ul li._correctly {
  background-color: #00D02E;
  color: #fff;
  border: 2px solid #00D02E;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants ul li._blur {
  -webkit-filter: blur(0.3em);
          filter: blur(0.3em);
  cursor: default;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_video {
  width: 45%;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_video .image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 0.5rem;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_video .image-section img {
  max-width: 100%;
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-this__row._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz-example .quiz-example__row .quiz-example__box .quiz-sent-answer button.disabled {
  opacity: 0.2;
  background-color: #2A2A2A;
  color: #7B7B7B;
  cursor: default;
}

.quiz-example .quiz-example__row .quiz-example__box .box-heading-quiz-example {
  position: absolute;
  left: -0.45rem;
  top: -3.2rem;
}

.quiz-example .quiz-example__row .quiz-example__box .box-heading-quiz-example span {
  background-color: #F2E500;
  padding: 1rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  color: #2A2A2A;
  font-style: italic;
  font-size: 18px;
}

.quiz-example .quiz-example__row .quiz-example__box .box-tour-selector {
  position: absolute;
  left: 14.45rem;
  top: -3.2rem;
  cursor: pointer;
}

.quiz-example .quiz-example__row .quiz-example__box .box-tour-selector span {
  background-color: #fff;
  padding: 1rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  color: #2A2A2A;
  font-style: italic;
  font-size: 16px;
  padding-right: 2.5rem;
  border: 2px solid #fff;
}

.quiz-example .quiz-example__row .quiz-example__box .box-tour-selector span::before {
  right: 12px;
  font-size: 22px;
  top: 13px;
  position: absolute;
}

.quiz-example .quiz-example__row .quiz-example__box .list-tours-selector {
  position: absolute;
  left: 12rem;
  top: 0;
  z-index: 5;
  background: #F2E500;
  max-width: 200px;
  min-width: 200px;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.quiz-example .quiz-example__row .quiz-example__box .list-tours-selector ul li {
  margin-bottom: 0.8rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.quiz-example .quiz-example__row .quiz-example__box .list-tours-selector ul li b {
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.quiz-example .quiz-example__row .quiz-example__box .list-tours-selector ul li:hover > b {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.quiz-example .quiz-example__row .quiz-example__box .list-tours-selector._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.quiz-example .quiz-example__row .bg-elements-quiz-right {
  position: absolute;
  right: -10rem;
  bottom: -16rem;
  z-index: 2;
}

.quiz-example .quiz-example__row .bg-elements-quiz-right span {
  font-weight: 700;
  font-size: 400px;
  color: #2A2A2A;
}

.quiz-example .quiz-example__row .bg-elements-quiz-left {
  position: absolute;
  left: -9rem;
  bottom: -15rem;
  z-index: 2;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.quiz-example .quiz-example__row .bg-elements-quiz-left span {
  font-weight: 700;
  font-size: 400px;
  color: #F2E500;
}

.quiz-example .quiz-example__row .bg-elements-quiz-left-3 {
  position: absolute;
  left: -2rem;
  bottom: -20rem;
  z-index: 2;
}

.quiz-example .quiz-example__row .bg-elements-quiz-left-3 span {
  font-weight: 500;
  font-size: 200px;
  color: #fff;
  text-shadow: 1px 1px 15px rgba(42, 42, 42, 0.3);
}

.quiz-example .quiz-example__row .bg-elements-quiz-left-4 {
  position: absolute;
  left: -4rem;
  bottom: -15rem;
  z-index: 2;
}

.quiz-example .quiz-example__row .bg-elements-quiz-left-4 span {
  font-weight: 500;
  font-size: 100px;
  color: #2A2A2A;
}

.quiz-example .bg-quiz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
  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;
}

.quiz-example .bg-quiz .bg-quiz-this {
  background-color: #F2E500;
  z-index: 2;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(12% 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(12% 0, 100% 0, 90% 100%, 0 100%);
  -webkit-transform: rotate(-10deg) scale(1.5);
      -ms-transform: rotate(-10deg) scale(1.5);
          transform: rotate(-10deg) scale(1.5);
}

.video-about .video-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14rem;
}

.video-about .video-about__row .box-video-about {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-about .video-about__row .box-video-about iframe {
  width: 850px;
  min-height: 470px;
  z-index: 1;
  background-color: #2A2A2A;
}

.video-about .video-about__row .box-video-about::after {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  z-index: 0;
  width: 150px;
  height: 150px;
  background-color: #2A2A2A;
  border-right: 2px solid #F2E500;
  border-bottom: 2px solid #F2E500;
}

.video-about .video-about__row .box-video-about::before {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 0;
  width: 100px;
  height: 100px;
  background-color: #2A2A2A;
  border-left: 3px solid #F2E500;
  border-top: 3px solid #F2E500;
}

.video-about .video-about__row .box-video-about a.more-video {
  position: absolute;
  bottom: 0rem;
  left: 0;
  background-color: #F2E500;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  padding: 2rem 1rem 0.7rem 1rem;
  color: #2A2A2A;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.video-about .video-about__row .box-video-about a.more-video:hover {
  bottom: -3rem;
}

.video-about .video-about__row .box-video-about .bg-video-about {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
}

.video-about .video-about__row .box-video-about .bg-video-about img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-about .video-about__row .box-video-about .bg-video-about.disabled {
  display: none;
}

.video-about .video-about__row .box-video-about .video-overlay {
  opacity: 0;
  width: 100%;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  z-index: 5;
  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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video-about .video-about__row .box-video-about .video-overlay svg {
  opacity: 0;
  cursor: pointer;
  width: 80px;
  background-color: #2A2A2A;
  border: 2px solid #F2E500;
  padding-left: 0.3rem;
  fill: #F2E500;
  stroke: #F2E500;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.video-about .video-about__row .box-video-about .video-overlay svg:hover {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
  -webkit-box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.2);
          box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.2);
}

.video-about .video-about__row .box-video-about .video-overlay.disabled {
  display: none;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-1,
.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-2,
.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-3,
.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-4,
.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-5,
.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-6 {
  position: absolute;
  display: block;
  background-color: #F2E500;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-1 {
  left: -8rem;
  bottom: 0;
  width: 60px;
  height: 50px;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-2 {
  left: -16rem;
  bottom: 0;
  width: 100px;
  height: 90px;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-3 {
  left: -25rem;
  bottom: 10rem;
  width: 40px;
  height: 30px;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-4 {
  left: -25rem;
  bottom: -5rem;
  width: 30px;
  height: 30px;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about svg#video-about-img-1 {
  position: absolute;
  left: -15rem;
  bottom: -5rem;
  stroke: #fff;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-5 {
  right: -15rem;
  bottom: 15rem;
  width: 80px;
  height: 70px;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about .triangle-6 {
  right: -30rem;
  bottom: 2rem;
  width: 120px;
  height: 110px;
}

.video-about .video-about__row .box-video-about .parallax_objects__video-about svg#video-about-img-2 {
  position: absolute;
  right: -20rem;
  bottom: -5rem;
  stroke: #fff;
  -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
          transform: rotate(80deg);
}

.video-about .video-about__row.promotion-p {
  margin-bottom: 6rem;
}

.video-about .video-about__row.video-promo-sponsor {
  margin-bottom: 5rem;
}

.video-about._active .video-about__row .box-video-about::after {
  bottom: -1rem;
  right: -1rem;
}

.video-about._active .video-about__row .box-video-about::before {
  top: -1rem;
  left: -1rem;
}

.video-about._active .video-about__row .box-video-about iframe {
  background-color: #2A2A2A;
}

.video-about._active .video-about__row .box-video-about a.more-video {
  bottom: -2.4rem;
  -webkit-transition: 0.3s ease-in-out 0.5s;
  -o-transition: 0.3s ease-in-out 0.5s;
  transition: 0.3s ease-in-out 0.5s;
  opacity: 1;
}

.video-about._active .video-about__row .box-video-about a.more-video:hover {
  bottom: -3rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.video-about._active .video-about__row .box-video-about .video-overlay {
  opacity: 1;
}

.video-about._active .video-about__row .box-video-about .video-overlay svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

.images-game {
  background-color: #fff;
  position: relative;
  padding-top: 11rem;
  padding-bottom: 3rem;
}

.images-game span.not-found {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

.images-game .box-want-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
}

.images-game .box-want-game button.btn__large {
  z-index: 2;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  padding: 0.7em 2em;
}

.images-game .box-want-game img.confety {
  position: absolute;
  width: 380px;
  z-index: 1;
  top: -8rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.images-game .heading-h2-lite {
  margin-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.images-game .heading-h2-lite .box-parralax__images-game {
  position: absolute;
  right: 2rem;
  top: -18rem;
  z-index: 3;
}

.images-game .heading-h2-lite .box-parralax__images-game img {
  width: 350px;
}

.images-game .container.custom-width .images-game__row {
  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: 0 3rem;
  position: relative;
}

.images-game .container.custom-width .images-game__row .images-game-column {
  width: 350px;
  min-width: 350px;
  height: 250px;
  position: relative;
}

.images-game .container.custom-width .images-game__row .images-game-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.images-game .container.custom-width .images-game__row .images-game-column .info-album-games {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
}

.images-game .container.custom-width .images-game__row .images-game-column .info-album-games span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
}

.images-game .container.custom-width .images-game__row .images-game-column .info-album-games p {
  margin-top: 0.2rem;
  color: #F2E500;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  max-height: 35px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
}

.images-game .container.custom-width .images-game__row .images-game-column .name-album {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}

.images-game .container.custom-width .images-game__row .images-game-column .name-album span {
  line-height: 1.2;
  color: #F2E500;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 1rem;
  max-height: 35px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
}

.images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album {
  position: absolute;
  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: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}

.images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album a {
  opacity: 0;
  visibility: hidden;
  border: 1px solid #fff;
  padding: 0.9em 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album a:hover {
  background-color: #fff;
  color: #2A2A2A;
}

.images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album a.on {
  opacity: 1;
  visibility: visible;
}

.images-game .container.custom-width .images-game__row .images-game-column:hover .box-open-btn-album {
  background-color: rgba(0, 0, 0, 0.7);
}

.images-game .container.custom-width .images-game__row .images-game-column:hover .box-open-btn-album a {
  opacity: 1;
  visibility: visible;
}

.images-game .container.custom-width .images-game__row .arrow-box-album-games-back {
  position: absolute;
  left: -1rem;
}

.images-game .container.custom-width .images-game__row .arrow-box-album-games-back button.swiperAlbumGames-button-back {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 50px;
  background: transparent;
}

.images-game .container.custom-width .images-game__row .arrow-box-album-games-back button.swiperAlbumGames-button-back[aria-disabled=true] {
  opacity: 0.2;
  cursor: default;
}

.images-game .container.custom-width .images-game__row .arrow-box-album-games-next {
  position: absolute;
  right: -1rem;
}

.images-game .container.custom-width .images-game__row .arrow-box-album-games-next button.swiperAlbumGames-button-next {
  font-size: 50px;
  background: transparent;
}

.images-game .container.custom-width .images-game__row .arrow-box-album-games-next button.swiperAlbumGames-button-next[aria-disabled=true] {
  opacity: 0.2;
  cursor: default;
}

.images-game .container.custom-width .images-game__row .swiper.gameAlbumsSlider .swiper-pagination.album-mob {
  bottom: 0;
  top: auto;
}

.images-game .container.custom-width .images-game__row .swiper.gameAlbumsSlider .swiper-pagination.album-mob span {
  background-color: #F2E500;
}

.organizer {
  margin: 3rem 0;
}

.organizer .organizer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.organizer .organizer__row .organizer__column {
  width: 100%;
}

.organizer .organizer__row .organizer__column .heading-h2-lite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.organizer .organizer__row .organizer__column .heading-h2-lite h2 {
  width: 100%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.organizer .organizer__row .organizer__column .heading-h2-lite span {
  padding: 0.5em 1.2em;
  background-color: #F2E500;
  color: #2A2A2A;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.organizer .organizer__row .organizer__column.image {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer {
  position: relative;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-anim-sparks {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-anim-sparks span.sparks-01 {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  background-color: #F2E500;
  width: 20px;
  height: 20px;
  -webkit-animation-name: spark-01;
          animation-name: spark-01;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-anim-sparks span.sparks-02 {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  background-color: #F2E500;
  width: 40px;
  height: 40px;
  -webkit-animation-name: spark-02;
          animation-name: spark-02;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-anim-sparks span.sparks-03 {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  background-color: #F2E500;
  width: 30px;
  height: 30px;
  -webkit-animation-name: spark-03;
          animation-name: spark-03;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-anim-sparks span.sparks-04 {
  position: absolute;
  right: 7.5rem;
  bottom: 2.5rem;
  background-color: #F2E500;
  width: 15px;
  height: 15px;
  -webkit-animation-name: spark-04;
          animation-name: spark-04;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-anim-sparks span.sparks-05 {
  position: absolute;
  right: 5.8rem;
  bottom: 2.5rem;
  background-color: #F2E500;
  width: 45px;
  height: 45px;
  -webkit-animation-name: spark-05;
          animation-name: spark-05;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-anim-sparks span.sparks-06 {
  position: absolute;
  right: 5.8rem;
  top: 1.5rem;
  background-color: #F2E500;
  width: 10px;
  height: 10px;
  -webkit-animation-name: spark-06;
          animation-name: spark-06;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-image picture {
  z-index: 4;
}

.organizer .organizer__row .organizer__column.image .box-image-organizer .box-image img {
  z-index: 4;
  width: 170px;
  height: 170px;
  max-width:170px;
  min-width:170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 4px solid #F2E500;
  -webkit-box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
          box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
  -webkit-animation-name: organizer-image;
          animation-name: organizer-image;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.organizer .organizer__row .organizer__column.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

.organizer .organizer__row .organizer__column.name span {
  max-width: 270px;
  text-align: center;
  color: #F2E500;
  line-height: 1.2;
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
}

.organizer .organizer__row .organizer__column.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

.organizer .organizer__row .organizer__column.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.organizer .organizer__row .organizer__column.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.organizer .organizer__row .organizer__column.socials ul li {
  margin: 0.5rem;
}

.organizer .organizer__row .organizer__column.socials ul li a {
  color: #fff;
  font-size: 32px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.organizer .organizer__row .organizer__column.socials ul li a:hover {
  color: #F2E500;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes organizer-image {
  0% {
    -webkit-box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
            box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
  }

  25% {
    -webkit-box-shadow: 10px 10px 100px rgba(242, 229, 0, 0.4);
            box-shadow: 10px 10px 100px rgba(242, 229, 0, 0.4);
  }

  50% {
    -webkit-box-shadow: -10px -10px 120px rgba(242, 229, 0, 0.2);
            box-shadow: -10px -10px 120px rgba(242, 229, 0, 0.2);
  }

  100% {
    -webkit-box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
            box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
  }
}

@keyframes organizer-image {
  0% {
    -webkit-box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
            box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
  }

  25% {
    -webkit-box-shadow: 10px 10px 100px rgba(242, 229, 0, 0.4);
            box-shadow: 10px 10px 100px rgba(242, 229, 0, 0.4);
  }

  50% {
    -webkit-box-shadow: -10px -10px 120px rgba(242, 229, 0, 0.2);
            box-shadow: -10px -10px 120px rgba(242, 229, 0, 0.2);
  }

  100% {
    -webkit-box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
            box-shadow: 1px 1px 80px rgba(242, 229, 0, 0.2);
  }
}

@-webkit-keyframes spark-01 {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
    -webkit-box-shadow: 1px 1px 20px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 20px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 20px #f2e500;
            box-shadow: 1px 1px 20px #f2e500;
  }

  100% {
    -webkit-transform: translate(-65px, -60px) scale(0) rotate(100deg);
            transform: translate(-65px, -60px) scale(0) rotate(100deg);
  }
}

@keyframes spark-01 {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
    -webkit-box-shadow: 1px 1px 20px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 20px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 20px #f2e500;
            box-shadow: 1px 1px 20px #f2e500;
  }

  100% {
    -webkit-transform: translate(-65px, -60px) scale(0) rotate(100deg);
            transform: translate(-65px, -60px) scale(0) rotate(100deg);
  }
}

@-webkit-keyframes spark-02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(75px, 80px) rotate(130deg) scale(0);
            transform: translate(75px, 80px) rotate(130deg) scale(0);
  }
}

@keyframes spark-02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(75px, 80px) rotate(130deg) scale(0);
            transform: translate(75px, 80px) rotate(130deg) scale(0);
  }
}

@-webkit-keyframes spark-03 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(15px, -50px) rotate(130deg) scale(0);
            transform: translate(15px, -50px) rotate(130deg) scale(0);
  }
}

@keyframes spark-03 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(15px, -50px) rotate(130deg) scale(0);
            transform: translate(15px, -50px) rotate(130deg) scale(0);
  }
}

@-webkit-keyframes spark-04 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(-55px, 50px) rotate(180deg) scale(0);
            transform: translate(-55px, 50px) rotate(180deg) scale(0);
  }
}

@keyframes spark-04 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(-55px, 50px) rotate(180deg) scale(0);
            transform: translate(-55px, 50px) rotate(180deg) scale(0);
  }
}

@-webkit-keyframes spark-05 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(-55px, 50px) rotate(130deg) scale(0);
            transform: translate(-55px, 50px) rotate(130deg) scale(0);
  }
}

@keyframes spark-05 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(-55px, 50px) rotate(130deg) scale(0);
            transform: translate(-55px, 50px) rotate(130deg) scale(0);
  }
}

@-webkit-keyframes spark-06 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(15px, -50px) rotate(130deg) scale(0);
            transform: translate(15px, -50px) rotate(130deg) scale(0);
  }
}

@keyframes spark-06 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
            box-shadow: 1px 1px 30px rgba(242, 229, 0, 0);
  }

  50% {
    -webkit-box-shadow: 1px 1px 30px #f2e500;
            box-shadow: 1px 1px 30px #f2e500;
  }

  100% {
    -webkit-transform: translate(15px, -50px) rotate(130deg) scale(0);
            transform: translate(15px, -50px) rotate(130deg) scale(0);
  }
}

.shop-promo {
  background-color: #F2E500;
  padding: 3rem 0;
}

.shop-promo .shop-promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.shop-promo .shop-promo__row .shop-promo__column.img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shop-promo .shop-promo__row .shop-promo__column.img .box-image-shop {
  position: relative;
}

.shop-promo .shop-promo__row .shop-promo__column.img .box-image-shop img {
  width: 580px;
}

.shop-promo .shop-promo__row .shop-promo__column.img .shop-item-1 {
  position: absolute;
  bottom: 0;
  right: -5rem;
}

.shop-promo .shop-promo__row .shop-promo__column.img .shop-item-1 img {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  width: 500px;
}

.shop-promo .shop-promo__row .shop-promo__column.img .shop-item-2 {
  position: absolute;
  bottom: 1rem;
  left: -2rem;
}

.shop-promo .shop-promo__row .shop-promo__column.img .shop-item-2 img {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 240px;
}

.shop-promo .shop-promo__row .shop-promo__column.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
  position: relative;
}

.shop-promo .shop-promo__row .shop-promo__column.info h2 {
  width: 100%;
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 300;
  color: #2A2A2A;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.shop-promo .shop-promo__row .shop-promo__column.info a {
  background-color: #2A2A2A;
  color: #fff;
  padding: 1.5em 2em;
  margin-left: 4px;
}

.shop-promo .shop-promo__row .shop-promo__column.info a:hover {
  background-color: #fff;
  color: #2A2A2A;
}

.shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 {
  position: absolute;
  bottom: 1rem;
  right: -4rem;
}

.shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 img {
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 200px;
}

.shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 {
  position: absolute;
  bottom: -8rem;
  right: -3rem;
}

.shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 250px;
}

.ratings-games {
  position: relative;
  margin-bottom: 3rem;
}

.ratings-games .bg_gradient {
  background-image: url(../img/bg-ratings.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #2A2A2A;
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
}

.ratings-games .bg_gradient .bg-img {
  position: absoulute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2A2A2A), to(transparent));
  background: -o-linear-gradient(bottom, #2A2A2A, transparent);
  background: linear-gradient(360deg, #2A2A2A, transparent);
  padding-top: 3rem;
}

.ratings-games .ratings-game__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5rem;
}

.ratings-games .ratings-game__heading h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  width: 100%;
  z-index: 1;
}

.ratings-games .ratings-game__heading button {
  z-index: 1;
  background: transparent;
  color: #F2E500;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.ratings-games .ratings-game__search {
  margin-bottom: 2rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.ratings-games .ratings-game__search .field-search {
  background-color: #2A2A2A;
  border: 2px solid #fff;
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratings-games .ratings-game__search .field-search input {
  padding: 0.7rem 1rem;
  color: #fff;
  background-color: #2A2A2A;
  width: 270px;
  font-weight: 300;
}

.ratings-games .ratings-game__search .field-search input::-webkit-input-placeholder {
  color: #fff;
}

.ratings-games .ratings-game__search .field-search input::-moz-placeholder {
  color: #fff;
}

.ratings-games .ratings-game__search .field-search input:-ms-input-placeholder {
  color: #fff;
}

.ratings-games .ratings-game__search .field-search input::-ms-input-placeholder {
  color: #fff;
}

.ratings-games .ratings-game__search .field-search input::placeholder {
  color: #fff;
}

.ratings-games .ratings-game__search .field-search button {
  padding: 0.5em 0.7em;
  font-size: 18px;
  background-color: #F2E500;
  color: #2A2A2A;
}

.ratings-games .ratings-game__search .field-search button::before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #2A2A2A;
}

.ratings-games .ratings-game__search .field-search button:hover::before {
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.ratings-games .ratings-game__search span {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: -1.4rem;
  padding: 0.7em 1.2em;
  display: block;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 10px;
}

.ratings-games .ratings-game__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.ratings-games .ratings-game__row .ratings-game__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.ratings-games .ratings-game__row .ratings-game__column button {
  border: 1px solid #F2E500;
  padding: 0.6em 1em;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
}

.ratings-games .ratings-game__row .ratings-game__column button._active-btn {
  background-color: #F2E500;
  color: #2A2A2A;
  cursor: default;
}

.ratings-games .ratings-game__row .ratings-game__column button._active-btn.re-cursor {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ratings-games .ratings-game__row .ratings-game__column button._active-btn.re-cursor::before {
  position: absolute;
  right: 0.5rem;
  font-size: 16px;
  color: #2A2A2A;
}

.ratings-games .ratings-game__row .ratings-game__column.right {
  position: relative;
}

.ratings-games .ratings-game__row .ratings-game__column.right button {
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
}

.ratings-games .ratings-game__row .ratings-game__column.right .favorit-first {
  position: absolute;
  right: 5.5rem;
  top: -14rem;
}

.ratings-games .ratings-game__row .ratings-game__column.right .favorit-first img {
  width: 170px;
}

.ratings-games .ratings-game__row .ratings-game__column.right .favorit-second {
  position: absolute;
  right: -1rem;
  top: -14rem;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}

.ratings-games .ratings-game__row .ratings-game__column.right .favorit-second img {
  width: 80px;
}

.ratings-games .ratings-game__row_name-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5px;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column span.dont-click {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column button {
  color: #fff;
  background: transparent;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column button span {
  font-size: 18px;
  color: #F2E500;
  margin-left: 0.2rem;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column button:hover {
  color: #F2E500;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column span.border-line {
  position: absolute;
  background: -o-radial-gradient(#fff, transparent);
  background: radial-gradient(#fff, transparent);
  width: 2px;
  height: 100%;
  right: 0;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column span.border-line.left {
  position: absolute;
  background: -o-radial-gradient(#fff, transparent);
  background: radial-gradient(#fff, transparent);
  width: 2px;
  height: 100%;
  left: 0;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.place {
  width: 10%;
  position: relative;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.place button {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.place button._active {
  color: #F2E500;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.place button._active span._icon-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.name-team {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us {
  width: 22%;
  position: relative;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us .games-with-us-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us .games-with-us-box button._active {
  color: #F2E500;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us .games-with-us-box button._active span._icon-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us .games-with-us-box button._active._reverse span._icon-arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us .games-with-us-box .info-games-with-us {
  position: absolute;
  top: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us .games-with-us-box .info-games-with-us span {
  color: #F2E500;
  font-size: 24px;
  cursor: pointer;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us .games-with-us-box:hover .info-games-with-us {
  opacity: 1;
  visibility: visible;
  top: -1.4rem;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.middle-ratings {
  width: 22%;
  position: relative;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.middle-ratings .middle-ratings-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.middle-ratings .middle-ratings-box .info-middle-ratings {
  position: absolute;
  top: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.middle-ratings .middle-ratings-box .info-middle-ratings span {
  color: #F2E500;
  font-size: 24px;
  cursor: pointer;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.middle-ratings .middle-ratings-box:hover .info-middle-ratings {
  opacity: 1;
  visibility: visible;
  top: -1.4rem;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.all-ratings {
  width: 22%;
  position: relative;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.all-ratings .all-ratings-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.all-ratings .all-ratings-box .info-all-ratings {
  position: absolute;
  top: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.all-ratings .all-ratings-box .info-all-ratings span {
  color: #F2E500;
  font-size: 24px;
  cursor: pointer;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.all-ratings .all-ratings-box:hover .info-all-ratings {
  opacity: 1;
  visibility: visible;
  top: -1.4rem;
}

.ratings-games .ratings-game__row_name-fields .name-fields__column.game-status {
  width: 30%;
  position: relative;
}

.ratings-games .ratings-game__row__state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.ratings-games .ratings-game__row__state a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ratings-games .ratings-game__row__state a .ratings-game__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0em;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ratings-games .ratings-game__row__state a .ratings-game__column:hover {
  -webkit-transform: scale(0.99);
      -ms-transform: scale(0.99);
          transform: scale(0.99);
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column span.label-field {
  display: none;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place {
  width: 10%;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place span {
  color: #F2E500;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team {
  width: 25%;
  padding: 0 0.4em;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us {
  width: 22%;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us span {
  color: #F2E500;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.middle-ratings {
  width: 22%;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.middle-ratings span {
  color: #F2E500;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings {
  width: 22%;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings span {
  color: #F2E500;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status img {
  width: 75%;
  margin-right: 0.5rem;
}

.ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status span {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.first {
  background-color: #F2E500;
  border: 1px solid #F2E500;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.place span {
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2A2A2A;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.place span.label-field {
  display: none;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.games-with-us span,
.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.name-team span,
.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.middle-ratings span,
.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.all-ratings span,
.ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.game-status span {
  color: #2A2A2A;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.second {
  background: transparent;
  border: 1px solid #F2E500;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.place span {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.place span.label-field {
  display: none;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.games-with-us span,
.ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.middle-ratings span,
.ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.all-ratings span {
  color: #F2E500;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.third {
  background: transparent;
  border: 1px solid #F2E500;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.place span {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.place span.label-field {
  display: none;
}

.ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.games-with-us span,
.ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.middle-ratings span,
.ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.all-ratings span {
  color: #F2E500;
}

.ratings-games .ratings-game__row__state .line-left-gradient {
  position: absolute;
  left: -1.3rem;
  top: 0;
  height: 100%;
}

.ratings-games .ratings-game__row__state .line-left-gradient span {
  display: block;
  width: 3px;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2e502), to(transparent));
  background: -o-linear-gradient(top, #f2e502, transparent);
  background: linear-gradient(180deg, #f2e502, transparent);
}

.ratings-games .ratings-game__row__state .line-right-gradient {
  position: absolute;
  right: -1.3rem;
  top: 0;
  height: 100%;
}

.ratings-games .ratings-game__row__state .line-right-gradient span {
  display: block;
  width: 3px;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2e502), to(transparent));
  background: -o-linear-gradient(top, #f2e502, transparent);
  background: linear-gradient(180deg, #f2e502, transparent);
}

.ratings-games .ratings-game__row__state p.not-found-ratings-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2rem;
}

.ratings-games .more-game-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.ratings-games .more-game-loading button {
  background-color: #F2E500;
  padding: 1em 2em;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #2A2A2A;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ratings-games .more-game-loading button:hover {
  background-color: #fff;
}

.ratings-games .more-game-loading button:disabled {
  background: #fff;
  opacity: 0.1;
  cursor: default;
}

.ratings-games .more-game-loading button.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.team-card .card {
  background-image: url(/wp-content/themes/quiz/img/bg-team.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 12rem;
  padding-top: 4rem;
}

.team-card .team-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-card .team-card__row .team-card__column.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
}

.team-card .team-card__row .team-card__column.info .heading {
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}

.team-card .team-card__row .team-card__column.info .heading h1 {
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
}

.team-card .team-card__row .team-card__column.info .heading h1 span {
  margin-top: 0.5rem;
  display: block;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  color: #F2E500;
  text-shadow: 1px 1px 15px rgba(242, 229, 0, 0.3);
}

.team-card .team-card__row .team-card__column.info .stat-ratings__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.team-card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column span.value-stat {
  color: #F2E500;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  width: 100%;
  margin-bottom: 0.3rem;
}

.team-card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column span.name-stat {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
}

.team-card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.team-card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column:first-child {
  padding-right: 1rem;
}

.team-card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column:last-child::after {
  width: 0;
}

.team-card .team-card__row .team-card__column.info .stat-all-score {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.team-card .team-card__row .team-card__column.info .stat-all-score span.value-stat-all {
  width: 100%;
  text-align: center;
  color: #F2E500;
  font-weight: 500;
  font-style: italic;
  font-size: 44px;
  margin-bottom: 0.3rem;
}

.team-card .team-card__row .team-card__column.info .stat-all-score span.name-stat-all {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}

.team-card .team-card__row .team-card__column.info .stat-all-score .space {
  margin: 1rem 0;
  width: 200px;
  display: block;
  background: #F2E500;
  background: -o-radial-gradient(circle, #f2e500 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle, #f2e500 0%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  padding: 0 3em;
}

.team-card .team-card__row .team-card__column.info .stat-all-score .status-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-card .team-card__row .team-card__column.info .stat-all-score .status-team img {
  width: 250px;
  margin-right: 1rem;
}

.team-card .team-card__row .team-card__column.info .stat-all-score .status-team span {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
}

.team-card .team-card__row .team-card__column.slider-team {
  width: 50%;
  position: relative;
}

.team-card .team-card__row .team-card__column.slider-team .sliderTeam {
  width: 100%;
  background-color: #2A2A2A;
}

.team-card .team-card__row .team-card__column.slider-team .sliderTeam img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.team-card .team-card__row .team-card__column.slider-team .bg-gallery-team {
  width: 30%;
  height: 60%;
  background-color: #F2E500;
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
}

.team-card .team-card__row .team-card__column.slider-team .bg-gallery-team-right {
  width: 20%;
  height: 30%;
  background-color: #F2E500;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
}

.team-card .team-card__row .team-card__column.slider-team .box-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -6rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-card .team-card__row .team-card__column.slider-team .box-slider-nav .sliderTeam-button-next {
  background-color: #F2E500;
  padding: 0.4em;
  font-size: 42px;
  color: #2A2A2A;
  margin-left: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.team-card .team-card__row .team-card__column.slider-team .box-slider-nav .sliderTeam-button-next:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.team-card .team-card__row .team-card__column.slider-team .box-slider-nav .sliderTeam-button-back {
  border: 1px solid #F2E500;
  color: #fff;
  padding: 0.4em;
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-card .team-card__row .team-card__column.slider-team .box-slider-nav .sliderTeam-button-back::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.team-card .team-card__row .team-card__column.slider-team .box-slider-nav .sliderTeam-button-back:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.team-card .history {
  margin-top: -1rem;
}

.team-card .history .container p.not-found-game {
  color: #fff;
  font-size: 16px;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.2;
}

.team-card .history .history-team-games .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-card .history .history-team-games .heading h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  background-color: #2A2A2A;
  z-index: 2;
  padding: 0 2rem;
}

.team-card .history .history-team-games .heading .line {
  width: 100%;
  height: 1px;
  background-color: #F2E500;
  position: absolute;
  top: 1rem;
}

.team-card .history .sort-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1.5rem 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-card .history .sort-box .sort-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  min-width: 80%;
  margin: 1.5rem 0 0 0;
  position: relative;
}

.team-card .history .sort-box .sort-box__row .sort-btn {
  background-color: transparent;
  border: 2px solid #F2E500;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1em 1.2em;
  cursor: pointer;
  width: 250px;
}

.team-card .history .sort-box .sort-box__row .sort-btn::before {
  position: absolute;
  right: 10px;
}

.team-card .history .sort-box .sort-box__row .box-select-sort {
  background-color: #F2E500;
  position: absolute;
  width: 250px;
  top: 3.9em;
  border: 2px solid #F2E500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.team-card .history .sort-box .sort-box__row .box-select-sort ul li {
  color: #2A2A2A;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  padding: 1em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.team-card .history .sort-box .sort-box__row .box-select-sort ul li:last-child {
  margin-bottom: 0em;
}

.team-card .history .sort-box .sort-box__row .box-select-sort ul li:hover {
  background-color: #2A2A2A;
  color: #fff;
}

.team-card .history .sort-box .sort-box__row .box-select-sort.active {
  opacity: 1;
  visibility: visible;
}

.team-card .history .history-items-team-games__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column {
  max-width: 80%;
  min-width: 80%;
  border: 1px solid #F2E500;
  padding: 1.5rem 2rem;
  margin-bottom: 2.5rem;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem 0 0;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .heading {
  margin-bottom: 2rem;
  width: 100%;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .heading span {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .place-game {
  margin-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .place-game span {
  width: 100%;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .place-game span b {
  margin-top: 0.5rem;
  width: 100%;
  display: block;
  color: #F2E500;
  font-size: 38px;
  font-weight: 500;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .score-add span {
  width: 100%;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .score-add span b {
  margin-top: 0.5rem;
  width: 100%;
  display: block;
  color: #F2E500;
  font-size: 38px;
  font-weight: 500;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.more-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 2px solid rgba(123, 123, 123, 0.1);
  padding-left: 2rem;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.more-info .box-link {
  margin-bottom: 1rem;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.more-info .box-link a {
  background-color: #F2E500;
  padding: 0.7em 1.7em;
  color: #2A2A2A;
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.more-info .box-link a:hover {
  -webkit-box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.2);
          box-shadow: 1px 1px 50px rgba(242, 229, 0, 0.2);
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.more-info span.date-game {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}

.team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.more-info span.date-game b {
  color: #F2E500;
  font-weight: 300;
}

.results-game {
  position: relative;
}

.results-game .flags {
  position: absolute;
  right: -1rem;
  top: -2rem;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results-game .flags img {
  width: 180px;
}

.results-game .note-relusts-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.results-game .note-relusts-team p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.results-game .game-general {
  padding: 2rem 0 7rem 0;
  background: url(/wp-content/themes/quiz/img/bg-team.webp) center/cover no-repeat;
}

.results-game .game-general .results-game__row_heading {
  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;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.basic {
  padding-right: 2rem;
  min-width: 35%;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.basic h1 {
  z-index: 2;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.basic h1 span {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 22px;
  color: #F2E500;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column {
  margin-right: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column::after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  right: -1.5rem;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column:last-child {
  margin-right: 0rem;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column:last-child::after {
  opacity: 0;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label {
  margin-right: 0.7rem;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label:last-child {
  margin-right: 0;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-1 span {
  background-color: #F2E500;
  color: #2A2A2A;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-2 span {
  background-color: #C22932;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-3 span {
  background-color: #F65E09;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-4 span {
  background-color: #F60909;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-5 span {
  background-color: #FF1151;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-6 span {
  background-color: #000;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-7 span {
  background-color: #D9D9D9;
  color: #000;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type .game-label.type-game-label-8 span {
  background-color: #F65E09;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.date span {
  line-height: 1.2;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 280px;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.loc span.location-name {
  width: 100%;
  color: #F2E500;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  max-height: 35px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.loc span.location {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  max-height: 30px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.1;
}

.results-game .game-general .results-game__row_images-places {
  margin-top: 5rem;
  margin-bottom: 5rem;
  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;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image a {
  z-index: 2;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image a img {
  border: 3px solid #F2E500;
  min-width: 370px;
  max-width: 370px;
  min-height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  -webkit-box-shadow: 1px 1px 120px rgba(242, 229, 0, 0.4);
          box-shadow: 1px 1px 120px rgba(242, 229, 0, 0.4);
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #F2E500;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  bottom: -2rem;
  padding: 0.7rem 2rem;
  font-size: 52px;
  font-weight: 700;
  font-style: italic;
  z-index: 2;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image b {
  position: absolute;
  z-index: 6;
  top: 300px;
  color: #f2e502;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 250px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.2;
  min-height: 40px;
  text-shadow: 1px 1px 5px #000;
  padding: 0.3rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 65px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image b.first-name-team {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 65px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  top: 315px;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image .box-favorit {
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
  bottom: -4.5rem;
  left: 52%;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image .box-favorit img {
  width: 90px;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image .box-boom {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -5.5rem;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places .box-image .box-boom img {
  width: 580px;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places.second,
.results-game .game-general .results-game__row_images-places .results-game__column_images-places.third {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  z-index: 2;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image a img,
.results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image a img {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places.second {
  margin-bottom: 2rem;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image span {
  background-color: #F08519;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places.third {
  margin-bottom: 2rem;
}

.results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image span {
  background-color: #5A7674;
  font-size: 36px;
  bottom: -1.8rem;
}

.results-game .game-general .box-images-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9rem;
  z-index: 2;
}

.results-game .game-general .box-images-game a {
  z-index: 2;
  background-color: #fff;
  color: #2A2A2A;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.results-game .game-general .box-images-game a:hover {
  background-color: #F2E500;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.results-game .game-general.not-padding {
  padding: 2rem 0 1rem 0;
}

.results-game .game-general.not-padding-50 {
  padding: 2rem 0 4rem 0;
}

.results-game .result-the-game {
  margin-bottom: 2rem;
}

.results-game .result-the-game .heading {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1rem;
  margin-bottom: 3rem;
}

.results-game .result-the-game .heading h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  background-color: #2A2A2A;
  z-index: 2;
  padding: 0 2rem;
}

.results-game .result-the-game .heading .line {
  position: absolute;
  width: 100%;
  background-color: #F2E500;
  height: 2px;
  display: block;
  top: 0.9rem;
  left: 0;
}

.results-game .result-the-game .box-results-table-game .fields__row {
  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;
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column {
  padding: 1rem 0;
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column span {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column.place {
  padding: 1rem 0.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 100px;
  max-width: 100px;
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column.place::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  background: #fff;
  background: -o-radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-name {
  min-width: 200px;
  max-width: 200px;
  padding-left: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-name::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  background: #fff;
  background: -o-radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-tour {
  padding: 1rem 0.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-tour::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  background: #fff;
  background: -o-radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
}

.results-game .result-the-game .box-results-table-game .fields__row .fields__column.score {
  padding: 1rem 0.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}

.results-game .result-the-game .box-results-table-game .list-team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1rem 0;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  max-width: 100px;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place span {
  color: #F2E500;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place span.name-field-mob {
  display: none;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name {
  padding-left: 1.7rem;
  min-width: 200px;
  max-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name span.name-field-mob {
  display: none;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name a:hover {
  color: #F2E500;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  max-width: 120px;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score span.name-field-mob {
  display: none;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score span {
  color: #F2E500;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.final-score span {
  font-size: 23px;
  font-weight: 700;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  background: -o-radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  bottom: 0;
}

.results-game .result-the-game .box-results-table-game .list-team__row .list-team__column:last-child::after {
  opacity: 0;
}

.results-game .result-the-game .want-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.results-game .result-the-game .want-game a {
  font-size: 20px;
}

.shop {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.shop .shop__heading {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.shop .shop__heading h1 {
  z-index: 2;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.shop .shop__heading h1 span {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 22px;
  color: #F2E500;
}

.shop .shop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop .shop__row .shop__column {
  width: 350px;
  margin: 1rem;
}

.shop .shop__row .shop__column .box-image-item {
  background-color: #F2E500;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.shop .shop__row .shop__column .box-image-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.shop .shop__row .shop__column .box-info-item {
  background-color: #fff;
  padding: 1.7rem 1.2rem 1.7rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop .shop__row .shop__column .box-info-item h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 70px;
  max-height: 70px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.shop .shop__row .shop__column .box-info-item span {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 20px;
  color: #7B7B7B;
  font-style: italic;
}

.shop .shop-faq {
  margin-top: 4rem;
}

.shop .shop-faq .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.shop .shop-faq .heading h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.shop .shop-faq .shop-faq__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop .shop-faq .shop-faq__row .shop-faq__column {
  width: 100%;
  max-width: 80%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.3rem;
}

.shop .shop-faq .shop-faq__row .shop-faq__column .question {
  padding: 1.2rem 2rem;
  width: 100%;
  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;
  border: 1px solid #F2E500;
}

.shop .shop-faq .shop-faq__row .shop-faq__column .question h3 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  padding-right: 1rem;
}

.shop .shop-faq .shop-faq__row .shop-faq__column .question button {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
  color: #F2E500;
  font-size: 32px;
}

.shop .shop-faq .shop-faq__row .shop-faq__column .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  padding: 1.2rem 2rem;
  font-size: 16px;
  line-height: 1.2;
  color: #2A2A2A;
  font-weight: 300;
  display: none;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop .shop-faq .shop-faq__row .shop-faq__column .answer p {
  width: 100%;
  margin-bottom: 1rem;
}

.shop .shop-faq .shop-faq__row .shop-faq__column._active .question {
  background-color: #F2E500;
}

.shop .shop-faq .shop-faq__row .shop-faq__column._active .question h3 {
  color: #2A2A2A;
}

.shop .shop-faq .shop-faq__row .shop-faq__column._active .question button {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #2A2A2A;
}

.shop .shop-faq .shop-faq__row .shop-faq__column._active .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-all-games {
  background: #fff;
}

.slider-all-games .heading-h2 h2 {
  color: #2A2A2A;
  font-weight: 300;
}

.slider-all-games .swiperSliderAll {
  margin-top: 1rem;
  position: relative;
}

.slider-all-games .swiperSliderAll .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-all-games .swiperSliderAll .arrow-box-all-top {
  position: absolute;
  z-index: 2;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-all-games .swiperSliderAll .arrow-box-all-top button {
  background: #F2E500;
  padding: 1rem;
  color: #2A2A2A;
  font-size: 46px;
}

.slider-all-games .swiperSliderAll .arrow-box-all-top button.sliderTop-button-back {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ads-info {
  margin-top: 4rem;
}

.ads-info .ads-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ads-info .ads-info__row .ads-info__column.left {
  width: 40%;
  padding-right: 3rem;
}

.ads-info .ads-info__row .ads-info__column.left .heading-h2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}

.ads-info .ads-info__row .ads-info__column.left .box-info-audit {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ads-info .ads-info__row .ads-info__column.left .box-info-audit span {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}

.ads-info .ads-info__row .ads-info__column.left .box-info-audit p {
  color: #F2E500;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0.4rem;
}

.ads-info .ads-info__row .ads-info__column.left .box-info-audit:last-child {
  border-bottom: none;
}

.ads-info .ads-info__row .ads-info__column.right {
  width: 60%;
}

.ads-info .ads-info__row .ads-info__column.right .box-info-ads {
  border: 2px solid #F2E500;
  padding: 1.5rem;
}

.ads-info .ads-info__row .ads-info__column.right .box-info-ads h2 {
  color: #F2E500;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ads-info .ads-info__row .ads-info__column.right .box-info-ads p {
  color: #fff;
  line-height: 1.2;
  color: 18px;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.ads-info .ads-sponsors {
  margin-top: 3rem;
}

.ads-info .ads-sponsors .ads-sponsors__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column {
  width: 33%;
  border: 2px solid #fff;
  margin: 1rem;
  padding: 2rem 1.5rem;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .heading span {
  color: #F2E500;
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .box-list .list-column.name {
  padding-right: 1rem;
  max-width: 270px;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .box-list .list-column.name span {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .box-list .list-column.status span {
  color: #F2E500;
  font-size: 28px;
  font-weight: 700;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .box-list .list-column.status span.text {
  font-size: 16px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0 0;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column .price span {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column.pro {
  border: 2px solid #F2E500;
}

.ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column.max {
  border: 2px solid #F2E500;
  -webkit-box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.4);
          box-shadow: 1px 1px 30px rgba(242, 229, 0, 0.4);
}

.ads-info .ads-sponsors .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 4rem 0;
}

.ads-info .ads-promotions .heading-h2 {
  margin-bottom: 3rem;
}

.ads-info .ads-promotions .ads-promotions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ads-info .ads-promotions .ads-promotions__row .ads-promotions__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  width: 33%;
  padding: 1rem 2rem;
  position: relative;
}

.ads-info .ads-promotions .ads-promotions__row .ads-promotions__column .box__img {
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.ads-info .ads-promotions .ads-promotions__row .ads-promotions__column span {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.ads-info .ads-promotions .ads-promotions__row .ads-promotions__column p {
  width: 100%;
  color: #fff;
  margin-top: 2rem;
  font-weight: 300;
  font-size: 16px;
}

.ads-info .ads-promotions .ads-promotions__row .ads-promotions__column::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
}

.ads-info .ads-promotions .ads-promotions__row .ads-promotions__column:last-child::after {
  opacity: 0;
}

.ads-info .ads-promotions .info-more-ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.ads-info .ads-promotions .info-more-ads p {
  max-width: 350px;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.ads-info .ads-promotions .info-more-ads .box-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.ads-info .ads-promotions .info-more-ads .box-btn a {
  color: #2A2A2A;
}

.ads-info .ads-promotions .info-more-ads > a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.2;
}

.default-page {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.default-page .default-page__heading {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.default-page .default-page__heading h1 {
  z-index: 2;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}

.default-page .default-page__heading h1 span {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 22px;
  color: #F2E500;
}

.default-page .content-box h2 {
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 600;
  margin: 2.5rem 0 1rem 0;
}

.default-page .content-box p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 1rem 0;
  font-weight: 300;
}

.default-page .content-box a {
  color: #F2E500;
}

.default-page .content-box ol {
  margin: 2rem 0;
  margin-left: 3rem;
}

.default-page .content-box ol li {
  list-style: auto;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 1rem 0;
  font-weight: 300;
}

.default-page .content-box ul {
  margin: 2rem 0;
  margin-left: 3rem;
}

.default-page .content-box ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 1rem 0;
  font-weight: 300;
}

.default-page .content-box .wp-block-cover {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.default-page .content-box .wp-block-embed.aligncenter.is-type-video {
  text-align: center;
}

.default-page .content-box .wp-block-file .wp-block-file__button {
  border-radius: 0px !important;
  background: #F2E500 !important;
  color: #2A2A2A !important;
}

.default-page .content-box .wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.default-page .content-box .wp-block-image figcaption {
  color: #7B7B7B;
  font-style: italic;
  padding-top: 0.5rem;
}

.modal-view-city,
.modal-view-city-select-for-ratings {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 50;
}

.modal-view-city .modal-box,
.modal-view-city-select-for-ratings .modal-box {
  background-color: #fff;
  padding: 1.5rem;
  width: 400px;
  position: relative;
  margin-bottom: -5rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal-view-city .modal-box .heading,
.modal-view-city-select-for-ratings .modal-box .heading {
  margin-bottom: 1.5rem;
}

.modal-view-city .modal-box .heading span,
.modal-view-city-select-for-ratings .modal-box .heading span {
  font-size: 20px;
  text-transform: uppercase;
  color: #2A2A2A;
  font-weight: 400;
}

.modal-view-city .modal-box .heading p,
.modal-view-city-select-for-ratings .modal-box .heading p {
  margin-top: 0.4rem;
  font-size: 12px;
  font-weight: 300;
}

.modal-view-city .modal-box .list-city,
.modal-view-city-select-for-ratings .modal-box .list-city {
  overflow-y: auto;
  max-height: 220px;
  padding-bottom: 0.5rem;
}

.modal-view-city .modal-box .list-city ul li,
.modal-view-city-select-for-ratings .modal-box .list-city ul li {
  border-bottom: 1px solid rgba(123, 123, 123, 0.1);
}

.modal-view-city .modal-box .list-city ul li span,
.modal-view-city-select-for-ratings .modal-box .list-city ul li span, .modal-view-city .modal-box .list-city ul li a {
  color: #2A2A2A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8rem 0;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.modal-view-city .modal-box .list-city ul li span:hover,
.modal-view-city-select-for-ratings .modal-box .list-city ul li span:hover {
  -webkit-transform: scale(1.2) translateX(7px);
      -ms-transform: scale(1.2) translateX(7px);
          transform: scale(1.2) translateX(7px);
}

.modal-view-city .modal-box .list-city ul li:last-child,
.modal-view-city-select-for-ratings .modal-box .list-city ul li:last-child {
  border-bottom: none;
}

.modal-view-city .modal-box::before,
.modal-view-city-select-for-ratings .modal-box::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100px;
  height: 33%;
  background-color: #F2E500;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.modal-view-city .modal-box::after,
.modal-view-city-select-for-ratings .modal-box::after {
  content: "";
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 55%;
  background-color: #F2E500;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.modal-view-city .modal-box .close-modal-city,
.modal-view-city-select-for-ratings .modal-box .close-modal-city {
  position: absolute;
  right: -25px;
  top: -20px;
  width: 50px;
  height: 50px;
  background-color: #F2E500;
  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;
  cursor: pointer;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.modal-view-city .modal-box .close-modal-city span._icon-cross,
.modal-view-city-select-for-ratings .modal-box .close-modal-city span._icon-cross {
  color: #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-view-city .modal-box .close-modal-city:hover span._icon-cross,
.modal-view-city-select-for-ratings .modal-box .close-modal-city:hover span._icon-cross {
  -webkit-transform: scale(0.8) rotate(90deg);
      -ms-transform: scale(0.8) rotate(90deg);
          transform: scale(0.8) rotate(90deg);
}

.modal-view-city.active,
.modal-view-city-select-for-ratings.active {
  opacity: 1;
  visibility: visible;
}

.modal-view-city.active .modal-box,
.modal-view-city-select-for-ratings.active .modal-box {
  margin-bottom: 0rem;
}

.modal-view-city.active .modal-box::before,
.modal-view-city-select-for-ratings.active .modal-box::before {
  left: -8px;
  top: -8px;
}

.modal-view-city.active .modal-box::after,
.modal-view-city-select-for-ratings.active .modal-box::after {
  right: -8px;
  bottom: -8px;
}

.modal-view-city.active .modal-box .close-modal-city,
.modal-view-city-select-for-ratings.active .modal-box .close-modal-city {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.footer {
  padding: 2rem 0;
}

.footer .footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__row .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__row .footer-left a img {
  max-width: 125px;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer__row .footer-left a:hover img {
  -webkit-transform: scale(1.1) rotate(-10deg);
      -ms-transform: scale(1.1) rotate(-10deg);
          transform: scale(1.1) rotate(-10deg);
}

.footer .footer__row .footer-left .info {
  margin: 0 4rem 0 4rem;
  width: 270px;
}

.footer .footer__row .footer-left .info a.phone {
  color: #F2E500;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer__row .footer-left .info a.phone:hover {
  text-shadow: 1px 1px 20px rgba(242, 229, 0, 0.3);
}

.footer .footer__row .footer-left .info span {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-top: 0.3rem;
  display: block;
}

.footer .footer__row .footer-left .info a.email {
  margin-top: 2rem;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  display: block;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.footer .footer__row .footer-left .info a.email:hover {
  color: #F2E500;
  text-shadow: 1px 1px 20px rgba(242, 229, 0, 0.3);
}

.footer .footer__row .footer-left .footer-menu {
  border-left: 1px solid rgba(123, 123, 123, 0.2);
  padding-left: 3rem;
}

.footer .footer__row .footer-left .footer-menu nav ul li {
  margin: 1.2rem 0;
}

.footer .footer__row .footer-left .footer-menu nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer__row .footer-left .footer-menu nav ul li a:hover {
  color: #F2E500;
  text-shadow: 1px 1px 20px rgba(242, 229, 0, 0.3);
}

.footer .footer__row .footer-left .footer-menu nav ul li:last-child {
  margin-bottom: 0rem;
}

.footer .footer__row .footer-left .footer-menu nav ul li:first-child {
  margin-top: 0rem;
}

.footer .footer__row .footer-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer__row .footer-right .footer-mesBtn {
  text-align: right;
  width: 100%;
  display: inline-block;
}

.footer .footer__row .footer-right .footer-mesBtn ul {
  margin-top: 2.5rem;
}

.footer .footer__row .footer-right .footer-mesBtn ul li {
  margin-bottom: 0.5rem;
}

.footer .footer__row .footer-right .footer-mesBtn ul li a.rules-link {
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.footer .footer__row .footer-right .footer-mesBtn ul li a.rules-link:hover {
  color: #F2E500;
}

.footer .footer__row .footer-right .footer-mesBtn ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0 0 0;
}

.footer .footer-rules p {
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 12px;
}

.footer .footer-rules span {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 12px;
}

.footer .footer-rules span a {
  color: #F2E500;
}

.full-one-section {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  text-align: center;
  border-bottom: 2px solid #F2E500;
  background: url(/wp-content/themes/quiz/img/bg-404-full.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
}

.full-one-section h1 {
  color: #F2E500;
  font-size: 84px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.full-one-section p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.full-one-section .box-socials-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.full-one-section .box-socials-front ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.full-one-section .box-socials-front ul li {
  margin: 0.5rem;
}

.full-one-section .box-socials-front ul li a {
  color: #fff;
  font-size: 34px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.full-one-section .box-socials-front ul li a:hover {
  text-shadow: 1px 1px 20px #F2E500;
  color: #F2E500;
}

.modal-reg-game {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 2rem 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}

.modal-reg-game .general-box .box-form-reg-game {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("/wp-content/uploads/2022/08/bg-reg-form.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: color;
  max-width: 1000px;
  width: 100%;
  padding: 1.5rem 1.5rem 2.2rem 1.5rem;
  position: relative;
  overflow-y: auto;
  height: 100%;
  max-height: 900px;
}

.modal-reg-game .general-box .box-form-reg-game .close-reg-form {
  right: 0;
  top: 0;
  position: absolute;
  background-color: #F2E500;
  padding: 0.7em;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.modal-reg-game .general-box .box-form-reg-game .close-reg-form span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
  height: 1.2px;
  display: block;
  background-color: #2A2A2A;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.modal-reg-game .general-box .box-form-reg-game .close-reg-form span::after {
  content: "";
  width: 100%;
  height: 1.2px;
  display: block;
  background-color: #2A2A2A;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-reg-game .general-box .box-form-reg-game .close-reg-form:hover span {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.heading {
  margin-bottom: 1rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.heading span {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  margin-left: 1rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.heading span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  background-color: #F2E500;
  bottom: -9px;
  right: -15px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.heading span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #F2E500;
  left: -10px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label {
  margin-right: 0.5em;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label span {
  color: #fff;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-1 span {
  background-color: #F2E500;
  color: #2A2A2A;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-2 span {
  background-color: #C22932;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-3 span {
  background-color: #F65E09;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-4 span {
  background-color: #F60909;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-5 span {
  background-color: #FF1151;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-6 span {
  background-color: #000;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-7 span {
  background-color: #D9D9D9;
  color: #000;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label.type-game-label-8 span {
  background-color: #F65E09;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-types .game-label:last-child {
  margin-right: 0rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(123, 123, 123, 0.1);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul li {
  font-weight: 300;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  max-width: 270px;
  margin: 0 1.5rem;
  position: relative;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul li::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgba(123, 123, 123, 0.1);
  position: absolute;
  right: -24px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul li:first-child {
  margin-left: 0rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul li:last-child::after {
  width: 0;
  height: 0;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column {
  margin-bottom: 3rem;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #2A2A2A;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column > span b {
  background-color: #2A2A2A;
  color: #F2E500;
  padding: 0.5em;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.7rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input {
  border-bottom: 2px solid #2A2A2A;
  width: 100%;
  font-size: 16px;
  padding-bottom: 0.3rem;
  color: #2A2A2A;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input::-webkit-input-placeholder {
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input::-moz-placeholder {
  font-size: 16px;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input:-ms-input-placeholder {
  font-size: 16px;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input::-ms-input-placeholder {
  font-size: 16px;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input::placeholder {
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input:focus::-webkit-input-placeholder {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input:focus::-moz-placeholder {
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input:focus:-ms-input-placeholder {
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input:focus::-ms-input-placeholder {
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column input:focus::placeholder {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .box-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .box-count button {
  background-color: #F2E500;
  color: #2A2A2A;
  padding: 1rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .box-count button > span {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .box-count button.add-team {
  font-size: 17px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .box-count button.disabled-btn {
  cursor: default;
  background-color: #7B7B7B;
  opacity: 0.3;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .box-count button.disabled-btn span {
  color: #000;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .box-count b {
  text-align: center;
  font-size: 18px;
  color: #2A2A2A;
  line-height: 1.2;
  min-width: 50px;
  padding: 0 0.5rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count {
  margin-left: 1rem;
  position: relative;
  background-color: #B73029;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count img.team-item-img {
  width: 40px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-1 {
  position: absolute;
  left: 0;
  top: -17px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-2 {
  position: absolute;
  left: 32px;
  top: -35px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-3 {
  position: absolute;
  left: 37px;
  top: 0;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-4 {
  position: absolute;
  left: 67px;
  top: -25px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-5 {
  position: absolute;
  left: 70px;
  top: 7px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-6 {
  position: absolute;
  left: 101px;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-7 {
  position: absolute;
  left: 104px;
  top: -35px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-8 {
  position: absolute;
  left: 130px;
  top: 13px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-9 {
  position: absolute;
  left: 138px;
  top: -19px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-10 {
  position: absolute;
  left: 172px;
  top: -35px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-11 {
  position: absolute;
  left: 170px;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .team-item-12 {
  position: absolute;
  left: 200px;
  top: -13px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .box-count__row .img-team-count .on-item-team {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-name: anim-on-team-item;
          animation-name: anim-on-team-item;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes anim-on-team-item {
  0% {
    -webkit-transform: scale(0) rotate(100deg);
            transform: scale(0) rotate(100deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes anim-on-team-item {
  0% {
    -webkit-transform: scale(0) rotate(100deg);
            transform: scale(0) rotate(100deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-check.accept_another_users {
  width: 32px;
  height: 30px;
  min-width: 32px;
  border: 1.5px solid #2A2A2A;
  position: relative;
  cursor: pointer;
  margin-right: 1rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-check.accept_another_users > img {
  position: absolute;
  left: 3px;
  top: -16px;
  opacity: 0;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-check.accept_another_users._active > img {
  opacity: 1;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column > span {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  min-width: 300px;
  max-width: 300px;
  margin-right: 1rem;
  line-height: 1.2;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list {
  position: relative;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list > img {
  cursor: pointer;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list .modal-info-field {
  position: absolute;
  left: -11.8rem;
  bottom: 1.4rem;
  max-width: 190px;
  min-width: 190px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list .modal-info-field p {
  color: #2A2A2A;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list .modal-info-field .cloase-modal-info-field {
  position: absolute;
  left: -11px;
  top: -12px;
  background-color: #F2E500;
  width: 25px;
  height: 25px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list .modal-info-field .cloase-modal-info-field span {
  width: 15px;
  height: 1.2px;
  background-color: #2A2A2A;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list .modal-info-field .cloase-modal-info-field span::after {
  content: "";
  width: 15px;
  background-color: #2A2A2A;
  height: 1.2px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  display: block;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list .modal-info-field .cloase-modal-info-field:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column .box-info-field-list .modal-info-field._active {
  opacity: 1;
  visibility: visible;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column .fields_list__row .fields_list__column:last-child {
  margin-bottom: 0rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields #phone-reg-field span.wpcf7-form-control-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields #phone-reg-field span.wpcf7-not-valid-tip {
  position: absolute;
  top: 25px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields #phone-reg-field span.wpcf7-form-control-wrap::before {
  content: "+1";
  padding-right: 0.3rem;
  border-bottom: 2px solid #2A2A2A;
  padding-bottom: 0.3rem;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.accept_person_data {
  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;
  margin-top: 1rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.accept_person_data .box-check-accept {
  width: 22px;
  height: 22px;
  border: 1.5px solid #2A2A2A;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.accept_person_data .box-check-accept > img {
  position: absolute;
  left: 2px;
  top: -12px;
  width: 25px;
  opacity: 0;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.accept_person_data .box-check-accept._active > img {
  opacity: 1;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.accept_person_data a {
  color: #2A2A2A;
  font-weight: 300;
  text-decoration: underline;
  font-size: 14px;
  font-style: italic;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form input {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form input:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form input:disabled {
  background-color: #7B7B7B;
  opacity: 0.2;
  cursor: default;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form input:disabled:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column input[type=text]:hover {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  cursor: default !important;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column input[type=text] {
  border: 2px solid #2A2A2A;
  max-width: 190px;
  text-align: center;
  padding: 1em;
  font-size: 20px;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column p.info-verify-first {
  text-align: center;
  max-width: 500px;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 1rem;
  color: #2A2A2A;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column p {
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 1rem;
  color: #2A2A2A;
  width: 100%;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column .btn-submit-verify {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column .btn-submit-verify input {
  padding: 1rem;
  white-space: break-spaces;
  text-align: center;
  font-size: 13px;
  background: #2A2A2A;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column.btn-submit-confrim-sms-send {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification .verification__row .verification__column.text-field-for-code {
  opacity: 0;
  visibility: hidden;
  height: 0;
  text-align: center;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification._active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification._active .verification__row .btn-submit-confrim-sms-send {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.submit-form .verification._active .verification__row .text-field-for-code._active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.rules_add {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.rules_add p {
  text-align: center;
  color: #2A2A2A;
  max-width: 400px;
  line-height: 1.2;
  font-weight: 300;
}

.modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.rules_add p a {
  color: #000;
  font-weight: 400;
}

.modal-reg-game .general-box .box-form-reg-game .first-modal-road {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/quiz/img/first-bg-modal-form.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.1);
  background-blend-mode: color;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.modal-reg-game .general-box .box-form-reg-game .first-modal-road .first-moda-road__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -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;
}

.modal-reg-game .general-box .box-form-reg-game .first-modal-road .first-moda-road__row .box_find-team {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.3rem;
  text-align: center;
}

.modal-reg-game .general-box .box-form-reg-game .first-modal-road .first-moda-road__row .box_find-team span.btn-find-team {
  cursor: pointer;
  min-width: 200px;
}

.modal-reg-game .general-box .box-form-reg-game .first-modal-road .first-moda-road__row .box_have-team {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.modal-reg-game .general-box .box-form-reg-game .first-modal-road .first-moda-road__row .box_have-team span.btn-have-team {
  cursor: pointer;
  background: #2A2A2A;
  color: #fff;
  min-width: 200px;
}

.modal-reg-game .general-box .box-form-reg-game .first-modal-road._active {
  opacity: 1;
  visibility: visible;
}

.modal-reg-game .general-box .box-form-reg-game.first-step {
  overflow-y: hidden;
}

.modal-reg-game._active {
  opacity: 1;
  visibility: visible;
}

.modal-reg-game._active .general-box {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.loading-box-modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  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;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.loading-box-modal .container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-color: #F2E500;
  -webkit-animation-name: anim-loading-reg;
          animation-name: anim-loading-reg;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  padding: 1rem;
  border-radius: 100%;
}

.loading-box-modal .container span img {
  width: 100%;
  height: 100%;
}

.loading-box-modal._active {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes anim-loading-reg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(185deg);
            transform: rotate(185deg);
  }

  50% {
    -webkit-transform: rotate(175deg);
            transform: rotate(175deg);
  }

  75% {
    -webkit-transform: rotate(182deg);
            transform: rotate(182deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes anim-loading-reg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(185deg);
            transform: rotate(185deg);
  }

  50% {
    -webkit-transform: rotate(175deg);
            transform: rotate(175deg);
  }

  75% {
    -webkit-transform: rotate(182deg);
            transform: rotate(182deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

span.wpcf7-not-valid-tip {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  font-size: 14px !important;
  margin-top: 0.5rem !important;
}

.wpcf7-response-output {
  background: #2A2A2A !important;
  color: #fff !important;
  padding: 1rem !important;
  text-align: center !important;
  border: 5px solid #F2E500 !important;
}

.modal-send-store {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 2rem 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-send-store .general-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}

.modal-send-store .general-box .box-form-send-store {
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  padding: 4em;
  position: relative;
  overflow-y: auto;
  height: 100%;
  max-height: 900px;
}

.modal-send-store .general-box .box-form-send-store .close-send-store {
  right: 0;
  top: 0;
  position: absolute;
  background-color: #F2E500;
  padding: 0.7em;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.modal-send-store .general-box .box-form-send-store .close-send-store span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
  height: 1.2px;
  display: block;
  background-color: #2A2A2A;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.modal-send-store .general-box .box-form-send-store .close-send-store span::after {
  content: "";
  width: 100%;
  height: 1.2px;
  display: block;
  background-color: #2A2A2A;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-send-store .general-box .box-form-send-store .close-send-store:hover span {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product {
  padding-right: 2rem;
  width: 420px;
  min-width: 420px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images {
  background: #F2E500;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images img {
  width: 420px;
  min-width: 420px;
  min-height: 420px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images .swiper-wrapper {
  max-height: 420px;
  min-height: 420px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images .arrow-box-shop {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images .arrow-box-shop button {
  width: 40px;
  height: 40px;
  background: #2A2A2A;
  color: #fff;
  opacity: 0.4;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images .arrow-box-shop button:first-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images .arrow-box-shop button:hover {
  opacity: 1;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.img-product .box-images .arrow-box-shop button[aria-disabled=true] {
  opacity: 0.1;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .heading {
  margin-bottom: 1.5rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .heading h2 {
  font-weight: 700;
  color: #2A2A2A;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 1rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .heading span {
  color: #2A2A2A;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 100;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .selects-product {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .selects-product .box-select {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .selects-product .box-select select {
  padding: 1em 1.4em 1em 1em;
  border: 2px solid #2A2A2A;
  min-width: 320px;
  color: #7B7B7B;
  font-weight: 300;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  background-image: url("/wp-content/themes/quiz/img/arrow-select.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 18px;
  background-size: 22px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .selects-product .box-select select::-ms-expand {
  display: none;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .selects-product .box-select select.error-field {
  border: 2px solid #B73029;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .selects-product .box-select.hidden {
  display: none;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .selects-product.hidden {
  display: none;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product .description-product p {
  line-height: 1.2;
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 300;
  max-width: 470px;
  margin-bottom: 0.5rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact h3 {
  color: #2A2A2A;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 0.5rem;
  border-bottom: 1.2px solid #2A2A2A;
  width: 100%;
  margin-bottom: 1rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-devilery__var span {
  font-weight: 700;
  color: #2A2A2A;
  line-height: 1.2;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-devilery__var .box-select {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-devilery__var .box-select select {
  padding: 1em 1.4em 1em 1em;
  border: 2px solid #2A2A2A;
  min-width: 320px;
  color: #7B7B7B;
  font-weight: 300;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  background-image: url("/wp-content/themes/quiz/img/arrow-select.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 18px;
  background-size: 22px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-devilery__var .box-select select::-ms-expand {
  display: none;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-devilery__var .box-select select.error-field {
  border: 2px solid #B73029;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info {
  margin-bottom: 2rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info .box-heading span {
  font-weight: 700;
  color: #2A2A2A;
  line-height: 1.2;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input {
  padding: 1em;
  color: #2A2A2A;
  font-size: 15px;
  font-weight: 300;
  border: 2px solid #2A2A2A;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input::-webkit-input-placeholder {
  color: #7B7B7B;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input::-moz-placeholder {
  color: #7B7B7B;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input:-ms-input-placeholder {
  color: #7B7B7B;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input::-ms-input-placeholder {
  color: #7B7B7B;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input::placeholder {
  color: #7B7B7B;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.error-field {
  border: 2px solid #B73029;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.box-address-info__address {
  width: 300px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.box-address-info__entrance {
  width: 105px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.box-address-info__flat {
  width: 105px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.box-address-info__floor {
  width: 105px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.box-address-info__name {
  width: 200px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.box-address-info__email {
  width: 220px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input.box-address-info__phone {
  width: 240px;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client.hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client.hidden .delivery-store-address.hidden,
.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client.hidden .delivery-store-game.hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client .delivery-store-address.hidden,
.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client .delivery-store-game.hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client .delivery-store-address,
.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .add-info-client .delivery-store-game {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order {
  margin-bottom: 1.2rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row .check-accept-shop-order__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row .check-accept-shop-order__column .box-check-order {
  min-width: 35px;
  width: 35px;
  height: 35px;
  background: #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4em;
  cursor: pointer;
  margin-right: 0.8rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row .check-accept-shop-order__column .box-check-order img.check-order {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row .check-accept-shop-order__column .box-check-order._active img.check-order {
  opacity: 1;
  visibility: visible;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row .check-accept-shop-order__column span {
  font-size: 12px;
  color: #2A2A2A;
  line-height: 1.2;
  max-width: 300px;
  font-weight: 300;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row .check-accept-shop-order__column span a {
  color: #2A2A2A;
  font-weight: 700;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .check-accept-shop-order .check-accept-shop-order__row .box-send-order-store {
  width: 100%;
  margin-top: 1.2rem;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .wpcf7 {
  width: 100%;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .wpcf7 input[type=submit] {
  background-color: #2A2A2A;
  color: #fff;
  font-size: 20px;
  padding: 0.8em 1.2em;
  font-weight: 300;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  opacity: 1;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .wpcf7 input[type=submit]:hover {
  background-color: #F2E500;
  color: #2A2A2A;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .wpcf7 input[name=your-email] {
  display: none;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .wpcf7 input[type=submit]:disabled {
  opacity: 0.3;
  cursor: default;
}

.modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .wpcf7 input[type=submit]:disabled:hover {
  background-color: #2A2A2A;
  color: #fff;
}

.modal-send-store._active {
  opacity: 1;
  visibility: visible;
}

.modal-send-store._active .general-box {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.franchise {
  margin-top: 3rem;
}

.franchise .preview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 14rem;
}

.franchise .preview__row .preview__column.first {
  width: 60%;
  z-index: 2;
}

.franchise .preview__row .preview__column.first h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
}

.franchise .preview__row .preview__column.first h1 b {
  color: #F2E500;
}

.franchise .preview__row .preview__column.first h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 3rem;
}

.franchise .preview__row .preview__column.first h2 b {
  color: #F2E500;
  font-weight: 700;
}

.franchise .preview__row .preview__column.first ul {
  margin-bottom: 2rem;
}

.franchise .preview__row .preview__column.first ul li {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0.3rem;
}

.franchise .preview__row .preview__column.first ul li b {
  color: #F2E500;
  font-weight: 300;
}

.franchise .preview__row .preview__column.second {
  width: 40%;
  z-index: 2;
}

.franchise .preview__row .preview__column.second .box-logo {
  margin-bottom: 3rem;
}

.franchise .preview__row .preview__column.second .box-logo img {
  width: 100%;
  max-width: 350px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.franchise .preview__row .preview__column.second h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: italic;
  font-size: 32px;
  font-weight: 700;
}

.franchise .preview__row .preview__column.second ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.franchise .preview__row .preview__column.second ul li {
  margin-right: 1.5rem;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
}

.franchise .preview__row .preview__column.second ul li b {
  font-size: 80px;
  font-weight: 700;
  color: #F2E500;
}

.franchise .preview__row .box-map {
  position: absolute;
  top: 80px;
  left: -125px;
  display: block;
  z-index: 1;
  max-width: 800px;
}

.franchise .preview__row .box-map img {
  width: 100%;
}

.franchise .facts__row {
  margin-bottom: 5rem;
}

.franchise .facts__row .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}

.franchise .facts__row .heading h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: italic;
}

.franchise .facts__row .heading h2 span {
  color: #F2E500;
}

.franchise .facts__row .facts__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.franchise .facts__row .facts__column .facts__column__row {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.franchise .facts__row .facts__column .facts__column__row span {
  width: 85px;
  height: 85px;
  min-width: 85px;
  min-height: 85px;
  max-width: 85px;
  max-height: 85px;
  color: #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #F2E500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  margin-right: 1.2rem;
}

.franchise .facts__row .facts__column .facts__column__row p {
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  font-size: 16px;
  max-width: 320px;
}

.franchise .facts__row .facts__column .facts__column__row p b {
  color: #F2E500;
  font-weight: 700;
  text-transform: uppercase;
}

.franchise .facts__row .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.franchise .videos__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 5rem;
}

.franchise .videos__row .heading {
  width: 100%;
  margin-bottom: 2rem;
}

.franchise .videos__row .heading h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: italic;
}

.franchise .videos__row .videos__column {
  width: 46.5%;
  border: 3px solid #F2E500;
}

.franchise .slider__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: sliderActiveFra;
          animation-name: sliderActiveFra;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: relative;
}

.franchise .slider__row .heading {
  width: 100%;
  margin-bottom: 1rem;
}

.franchise .slider__row .heading h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: italic;
}

.franchise .slider__row .slider-reviews-fran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  max-width: 770px;
  padding: 0;
  margin-top: 2rem;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column {
  border: 3px solid #F2E500;
  padding: 1.2rem;
  position: relative;
}

.franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column > span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F2E500;
  padding: 0.5rem 1rem;
  font-size: 16px;
  line-height: 1.2;
  color: #2A2A2A;
  left: -3px;
  top: -35px;
}

.franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column .box-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column .box-author img {
  border-radius: 100px;
  max-width: 100px;
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column .box-author span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  background-color: none;
}

.franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column p {
  margin-top: 1.4rem;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
}

.franchise .slider__row .box-nav-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  height: 100%;
}

.franchise .slider__row .box-nav-slider .arrow-navigation {
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.franchise .slider__row .box-nav-slider .arrow-navigation button {
  background: none;
  font-size: 50px;
  color: #fff;
  z-index: 2;
  margin-top: 6rem;
}

.franchise .slider__row .box-nav-slider .arrow-navigation button:first-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes sliderActiveFra {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes sliderActiveFra {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.modal-franchise-send {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-franchise-send .box-modal {
  max-width: 500px;
  min-width: 500px;
  background-color: #fff;
  padding: 1rem;
  position: relative;
  max-height: 550px;
}

.modal-franchise-send .box-modal .wpcf7 {
  max-height: 390px;
  overflow-y: auto;
}

.modal-franchise-send .box-modal .box-close {
  background-color: #F2E500;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.modal-franchise-send .box-modal .box-close span {
  color: #2A2A2A;
  font-size: 18px;
}

.modal-franchise-send .box-modal .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.modal-franchise-send .box-modal .heading span {
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  color: #2A2A2A;
  line-height: 1.2;
  font-weight: 700;
}

.modal-franchise-send .box-modal .box-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-franchise-send .box-modal .box-form input {
  width: 100%;
  max-width: 400px;
  padding: 0.7rem 1.2rem;
  font-size: 16px;
  border-bottom: 2px solid rgba(123, 123, 123, 0.2);
  color: #2A2A2A;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1rem;
}

.modal-franchise-send .box-modal .box-form input::-webkit-input-placeholder {
  color: #2A2A2A;
}

.modal-franchise-send .box-modal .box-form input::-moz-placeholder {
  color: #2A2A2A;
}

.modal-franchise-send .box-modal .box-form input:-ms-input-placeholder {
  color: #2A2A2A;
}

.modal-franchise-send .box-modal .box-form input::-ms-input-placeholder {
  color: #2A2A2A;
}

.modal-franchise-send .box-modal .box-form input::placeholder {
  color: #2A2A2A;
}

.modal-franchise-send .box-modal .box-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  margin-top: 0rem !important;
}

.modal-franchise-send .box-modal .box-form .btn-send {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

.modal-franchise-send .box-modal .box-form .btn-send input {
  background-color: #F2E500;
  padding: 1rem 1.4rem;
  color: #2A2A2A;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  border: none;
  max-width: 250px;
  font-style: italic;
  cursor: pointer;
}

.modal-franchise-send._active {
  opacity: 1;
  visibility: visible;
}

.table-import-game {
  background-color: #2A2A2A;
  background-image: url(/wp-content/themes/quiz/img/bb-import.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1288px;
  min-height: 886px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-import-game .box-content .table-import-game__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F2E500;
  padding: 1rem 2rem;
  position: relative;
}

.table-import-game .box-content .table-import-game__row .box-import-square {
  position: absolute;
  display: block;
  -webkit-transform: rotate(28deg);
      -ms-transform: rotate(28deg);
          transform: rotate(28deg);
  left: -33px;
  top: 25px;
  opacity: 0.7;
  z-index: 5;
}

.table-import-game .box-content .table-import-game__row .box-import-square img {
  width: 80px;
}

.table-import-game .box-content .table-import-game__row .box-import-square-center {
  position: absolute;
  display: block;
  -webkit-transform: rotate(28deg);
      -ms-transform: rotate(28deg);
          transform: rotate(28deg);
  left: 50%;
  top: -41px;
  opacity: 0.4;
  z-index: 5;
}

.table-import-game .box-content .table-import-game__row .box-import-square-center img {
  width: 80px;
}

.table-import-game .box-content .table-import-game__row .table-import-game__column {
  width: 644px;
}

.table-import-game .box-content .table-import-game__row .table-import-game__column span {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #2A2A2A;
  font-style: italic;
}

.table-import-game .box-content .table-import-game__row .table-import-game__column.-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.table-import-game .box-content .table-import-game__row__NAME {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-import-game .box-content .table-import-game__row__NAME .table-import-game__column__NAME span {
  color: #F2E500;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-import-game .box-content .table-import-game__row__NAME .table-import-game__column__NAME.number-import {
  width: 75px;
}

.table-import-game .box-content .table-import-game__row__NAME .table-import-game__column__NAME.name-team-import {
  width: 200px;
}

.table-import-game .box-content .table-import-game__row__NAME .table-import-game__column__NAME.tour-import {
  width: 90px;
}

.table-import-game .box-content .table-import-game__row__TEAM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ff948e94;
  padding: 0.45rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM span {
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM.number-import {
  width: 75px;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM.number-import span {
  color: #fff;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM.name-team-import {
  width: 200px;
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM.name-team-import span {
  color: #F2E500;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
  font-size: 16px;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM.tour-import {
  width: 90px;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM.tour-import span {
  color: #fff;
}

.table-import-game .box-content .table-import-game__row__TEAM .table-import-game__column__TEAM.final span {
  color: #F2E500;
}

.table-import-game .table-import-game__row__FOOTER {
  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;
  border-top: 1px solid #ff948e94;
  padding: 1rem 3.5rem;
  position: relative;
}

.table-import-game .table-import-game__row__FOOTER .box-import-square {
  position: absolute;
  display: block;
  -webkit-transform: rotate(28deg);
      -ms-transform: rotate(28deg);
          transform: rotate(28deg);
  left: -52px;
  top: -12px;
  opacity: 1;
  z-index: 5;
}

.table-import-game .table-import-game__row__FOOTER .box-import-square img {
  width: 110px;
}

.table-import-game .table-import-game__row__FOOTER .box-import-square-right {
  position: absolute;
  display: block;
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
          transform: rotate(24deg);
  right: -52px;
  top: 26px;
  opacity: 1;
  z-index: 5;
}

.table-import-game .table-import-game__row__FOOTER .box-import-square-right img {
  width: 110px;
}

.table-import-game .table-import-game__row__FOOTER .box-import-square-center {
  position: absolute;
  display: block;
  -webkit-transform: rotate(61deg);
      -ms-transform: rotate(61deg);
          transform: rotate(61deg);
  left: 40%;
  top: 35px;
  z-index: 5;
}

.table-import-game .table-import-game__row__FOOTER .box-import-square-center img {
  width: 100px;
}

.table-import-game .table-import-game__row__FOOTER .table-import-game__column__FOOTER.inst-import {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-import-game .table-import-game__row__FOOTER .table-import-game__column__FOOTER.inst-import img {
  width: 50px;
}

.table-import-game .table-import-game__row__FOOTER .table-import-game__column__FOOTER.inst-import span {
  display: block;
  margin-left: 1rem;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.table-import-game .table-import-game__row__FOOTER .table-import-game__column__FOOTER.map-import {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-import-game .table-import-game__row__FOOTER .table-import-game__column__FOOTER.map-import img {
  width: 35px;
}

.table-import-game .table-import-game__row__FOOTER .table-import-game__column__FOOTER.map-import span {
  display: block;
  margin-left: 1rem;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.box-share-table-import {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem;
}

.box-share-table-import button {
  background: #F2E500;
  padding: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.import-table-off {
  position: absolute;
  left: -9999px;
  z-index: -1;
}

@media (min-width: 890px) {
  .images-game .container.custom-width .images-game__row .swiper.gameAlbumsSlider .swiper-pagination.album-mob {
    display: none;
  }
}

@media (max-width: 1390px) {
  .results-game .result-the-game .box-results-table-game .fields__row .fields__column span {
    font-size: 10px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.place {
    min-width: 80px;
    max-width: 80px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-name {
    min-width: 150px;
    max-width: 150px;
    padding-left: 1rem;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-tour {
    min-width: 90px;
    max-width: 90px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.score {
    min-width: 90px;
    max-width: 90px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place {
    min-width: 80px;
    max-width: 80px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place span {
    font-size: 18px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name {
    padding-left: 1rem;
    min-width: 150px;
    max-width: 150px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name a {
    font-size: 12px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score {
    min-width: 90px;
    max-width: 90px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score span {
    font-size: 16px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score.final-score span {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .images-game .heading-h2-lite .box-parralax__images-game {
    right: -16rem;
  }
}

@media (max-width: 1175px) {
  .game-tours .game-tours__row .game-tours__column {
    width: 24%;
  }
}

@media (max-width: 1170px) {
  .quiz-example .quiz-example__row .quiz-example__box {
    width: 100%;
  }
}

@media (max-width: 1138px) {
  .franchise .preview__row {
    margin-bottom: 3rem;
  }

  .franchise .preview__row .preview__column.first {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .franchise .preview__row .preview__column.first h1 {
    width: 100%;
  }

  .franchise .preview__row .preview__column.first h2 {
    width: 100%;
  }

  .franchise .preview__row .preview__column.first ul {
    width: 100%;
  }

  .franchise .preview__row .preview__column.second {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
  }

  .franchise .preview__row .preview__column.second .box-logo {
    width: 100%;
    margin-bottom: 5rem;
  }

  .franchise .preview__row .preview__column.second h3 {
    width: 100%;
  }

  .franchise .preview__row .preview__column.second ul {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .franchise .preview__row .box-map {
    max-width: 948px;
    margin-top: -17rem;
    position: initial;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1120px) {
  .about-project .about-project__row .about-project__column_right .box-img-heading {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 1110px) {
  .shop-promo .shop-promo__row .shop-promo__column.img {
    width: 40%;
  }

  .shop-promo .shop-promo__row .shop-promo__column.img .box-image-shop img {
    width: 430px;
  }

  .shop-promo .shop-promo__row .shop-promo__column.img .shop-item-1 {
    right: 0rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.img .shop-item-1 img {
    width: 300px;
  }

  .shop-promo .shop-promo__row .shop-promo__column.img .shop-item-2 img {
    width: 180px;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info h2 {
    font-size: 48px;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 img {
    width: 160px;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 {
    right: -7rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 img {
    width: 200px;
  }
}

@media (max-width: 1220px) {
  .header > .container {
    padding: 10px 0 10px 20px;
  }

  .header .header__row > .header-left > .box-navigation > .header__column.nav,
  .header .header__row > .header-left > span.line-v {
    display: none;
  }

  .header .header__row > .header-left > .mob-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.5rem;
  }

  .header .header__row > .header-left > .box-navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header .header__row > .header-left > .header__column.city {
    margin-right: 1.5rem;
  }
}

@media (max-width: 1090px) {
  .results-game .game-general .results-game__row_heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.basic {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 2.5rem;
    padding-right: 0rem;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.basic h1 {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.basic h1 span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0rem;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.game-type::after {
    display: none;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.date {
    width: 100%;
    margin-top: 1rem;
    margin-right: 0rem;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.date::after {
    display: none;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.loc {
    width: 100%;
    margin-top: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .results-game .game-general .results-game__row_heading .results-game__column_heading.advanced .box-info__row .box-info__column.loc::after {
    display: none;
  }

  .results-game .game-general .results-game__row_images-places {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first {
    margin-bottom: 9rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second {
    margin-bottom: 2rem;
  }

  .results-game .game-general .box-images-game {
    margin-top: 0rem;
  }
}

@media (max-width: 1070px) {
  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo {
    margin-right: 3rem;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo img.logo-game-big {
    width: 300px;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box h2 {
    font-size: 30px;
    max-height: 60px;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column {
    width: 100%;
    margin: 1rem 0;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column:last-child {
    margin-bottom: 0;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column:first-child {
    margin-top: 0;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row span.line-game-del {
    display: none;
  }
}

@media (max-width: 1050px) {
  .about-project .heading-ads {
    width: 100%;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 11rem;
    text-align: center;
  }

  .about-project .heading-ads h1 {
    color: #2A2A2A;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    font-size: 28px;
  }

  .about-project .about-project__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-project .about-project__row .about-project__column_left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-project .about-project__row .about-project__column_left > span {
    max-width: 100%;
  }

  .about-project .about-project__row .about-project__column_left .info-number {
    width: 100%;
    text-align: center;
  }

  .about-project .about-project__row .about-project__column_left .info-number:first-child {
    margin-top: 1rem;
  }

  .about-project .about-project__row .about-project__column_right {
    width: 100%;
  }

  .about-project .about-project__row .about-project__column_right .box-img-heading {
    margin-right: 6em;
  }

  .about-project .about-project__row .about-project__column_right .content-about {
    text-align: center;
    margin-top: 5rem;
  }

  .about-project .about-project__row .about-project__column_right .content-about p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1030px) {
  .results-game .result-the-game .heading {
    margin-bottom: 1rem;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column span {
    font-size: 8px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.place {
    min-width: 70px;
    max-width: 70px;
    padding: 0.5rem 0.5rem;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-name {
    min-width: 120px;
    max-width: 120px;
    padding: 0.5rem 0;
    padding-left: 0.7rem;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-tour {
    min-width: 70px;
    max-width: 70px;
    padding: 0.5rem 0.5rem;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.score {
    min-width: 70px;
    max-width: 70px;
    padding: 0.5rem 0.5rem;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place {
    min-width: 70px;
    max-width: 70px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place span {
    font-size: 16px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name {
    padding-left: 0.7rem;
    min-width: 120px;
    max-width: 120px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name a {
    font-size: 11px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score {
    min-width: 70px;
    max-width: 70px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score span {
    font-size: 14px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score.final-score span {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .ads-info .ads-info__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ads-info .ads-info__row .ads-info__column.left {
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .ads-info .ads-info__row .ads-info__column.left .heading-h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ads-info .ads-info__row .ads-info__column.left .heading-h2 h2 {
    text-align: center;
  }

  .ads-info .ads-info__row .ads-info__column.left .box-info-audit {
    text-align: center;
  }

  .ads-info .ads-info__row .ads-info__column.left,
  .ads-info .ads-info__row .ads-info__column.right {
    width: 100%;
  }

  .ads-info .ads-sponsors .ads-sponsors__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column {
    width: 60%;
  }
}

@media (max-width: 985px) {
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status img {
    margin-right: 0;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status span {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .more-game .container .more-game__row .more-game__column_description article span.name-game {
    font-size: 28px;
  }
}

@media (max-width: 960px) {
  .team-card .history .sort-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 950px) {
  .more-game .container .more-game__row .more-game__column_description article .box-poster-game img:hover {
    max-width: 100%;
    -webkit-transform: scale(1) rotate(0deg) translateX(0);
        -ms-transform: scale(1) rotate(0deg) translateX(0);
            transform: scale(1) rotate(0deg) translateX(0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .video-about .video-about__row .box-video-about iframe {
    width: 650px;
  }

  .footer .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .footer__row .footer-left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .footer__row .footer-left .footer-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
    border-left: none;
    padding-left: 0;
  }

  .footer .footer__row .footer-left .footer-menu nav ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .footer__row .footer-left .footer-menu nav ul li {
    margin: 1rem;
  }

  .footer .footer__row .footer-left .footer-menu nav ul li:first-child {
    margin-top: 1rem;
  }

  .footer .footer__row .footer-left .footer-menu nav ul li:last-child {
    margin-bottom: 1rem;
  }

  .footer .footer__row .footer-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 2rem;
  }

  .footer .footer__row .footer-right .footer-mesBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .footer__row .footer-right .footer-mesBtn ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .footer__row .footer-right .footer-mesBtn ul li {
    width: 100%;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .count-team-reg,
  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .add-info-reg {
    width: 100%;
  }
}

@media (max-width: 945px) {
  .game-tours .game-tours__row .game-tours__column {
    width: 30%;
  }
}

@media (max-width: 940px) {
  .franchise .slider__row .slider-reviews-fran {
    max-width: 370px;
  }

  .franchise .slider__row .box-nav-slider {
    width: 620px;
  }
}

@media (max-width: 920px) {
  .team-card .card .team-card__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .team-card .card .team-card__row .team-card__column.info {
    width: 100%;
    padding-right: 0;
  }

  .team-card .card .team-card__row .team-card__column.slider-team {
    width: 100%;
    margin-top: 4rem;
  }
}

@media (max-width: 915px) {
  .shop-promo .shop-promo__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .shop-promo .shop-promo__row .shop-promo__column.img {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info h2 {
    margin-bottom: 0rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 {
    right: 0rem;
    bottom: 11rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 {
    right: -2rem;
    bottom: 0rem;
  }
}

@media (max-width: 900px) {
  .franchise .facts__row .facts__column .facts__column__row {
    width: 100%;
  }

  .franchise .videos__row {
    margin-bottom: 2rem;
  }

  .franchise .videos__row .videos__column {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 890px) {
  .images-game {
    padding-bottom: 0rem;
  }

  .images-game .container.custom-width {
    max-width: 100%;
    padding: 0;
  }

  .images-game .container.custom-width .images-game__row {
    padding: 0rem 0rem;
  }

  .images-game .container.custom-width .images-game__row .images-game-column {
    height: 300px;
  }

  .images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album a {
    opacity: 1;
    visibility: visible;
  }

  .images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album a:hover {
    background-color: #fff;
    color: #2A2A2A;
  }

  .images-game .container.custom-width .images-game__row .images-game-column .box-open-btn-album:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .images-game .container.custom-width .images-game__row .arrow-box-album-games-back,
  .images-game .container.custom-width .images-game__row .arrow-box-album-games-next {
    display: none;
  }
}

@media (max-width: 880px) {
  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul li {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.info-game-more ul li:last-child {
    margin-top: 1rem;
  }

  .modal-send-store {
    padding: 0rem;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__row.options-info .modal-send-store__column.info-options-product {
    margin-top: 2rem;
    width: 100%;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__column.img-product {
    width: 100% !important;
    min-width: 100% !important;
    padding-right: 0rem !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__column.img-product .box-images img {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 862px) {
  .ratings-games .ratings-game__row_name-fields .name-fields__column.place {
    width: 100px;
  }

  .ratings-games .ratings-game__row_name-fields .name-fields__column.games-with-us {
    width: 135px;
  }

  .ratings-games .ratings-game__row_name-fields .name-fields__column.name-team,
  .ratings-games .ratings-game__row_name-fields .name-fields__column.all-ratings,
  .ratings-games .ratings-game__row_name-fields .name-fields__column.game-status {
    display: none;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.place span.label-field {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    color: #2A2A2A;
    margin-bottom: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.middle-ratings {
    width: 100px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.games-with-us span.label-field,
  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.middle-ratings span.label-field,
  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.all-ratings span.label-field {
    font-weight: 300;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.middle-ratings {
    width: 100px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.place span.label-field {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    color: #fff;
    margin-bottom: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.games-with-us span.label-field,
  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.middle-ratings span.label-field,
  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.all-ratings span.label-field {
    color: #fff;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.middle-ratings {
    width: 100px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.place span.label-field {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    color: #fff;
    margin-bottom: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.games-with-us span.label-field,
  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.middle-ratings span.label-field,
  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.all-ratings span.label-field {
    color: #fff;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row {
    padding: 0em 2em 0em 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column span.label-field {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
    margin-bottom: 0.4em;
    text-transform: uppercase;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 75px;
    max-width: 75px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place span.label-field {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
    margin-bottom: 0.4em;
    text-transform: uppercase;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 80%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team span {
    text-align: left;
    max-width: 200px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.middle-ratings,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 33%;
    margin-top: 2em;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.middle-ratings {
    width: 100px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 30%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: absolute;
    right: 1.5rem;
    top: 0;
    min-width: 160px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status span {
    text-align: right;
  }
}

@media (max-width: 850px) {
  .anim-m-delay {
    -webkit-transition: all 0.8s ease-in-out 0s !important;
    -o-transition: all 0.8s ease-in-out 0s !important;
    transition: all 0.8s ease-in-out 0s !important;
  }

  .anim-order-1_6 {
    -webkit-transition: all 0.8s ease-in-out 0.5s !important;
    -o-transition: all 0.8s ease-in-out 0.5s !important;
    transition: all 0.8s ease-in-out 0.5s !important;
  }

  .anim-order-1_7 {
    -webkit-transition: all 0.8s ease-in-out 1s !important;
    -o-transition: all 0.8s ease-in-out 1s !important;
    transition: all 0.8s ease-in-out 1s !important;
  }

  .next-game-big {
    height: 100%;
    min-height: 100vh;
  }

  .next-game-big .container {
    padding: 0 30px;
  }

  .next-game-big .next-game-big__row {
    height: 100%;
    min-height: 100vh;
  }

  .next-game-big .next-game-big__row .box-game-big-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.logo img.logo-game-big {
    width: 150px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5em;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .game-label:first-child {
    margin: 0.5em;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box h2 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 115px;
    font-size: 27px;
  }

  .next-game-big .next-game-big__row.game-not-found-front-page .box-game-big-info .next-game-big__column.logo {
    margin-bottom: 0rem;
  }

  .next-game-big .box-game-big__sponsors {
    padding-bottom: 2rem;
  }

  .shop .shop-faq .shop-faq__row .shop-faq__column {
    max-width: 100%;
  }

  .shop .shop-faq .shop-faq__row .shop-faq__column .question h3 {
    font-size: 16px;
  }
}

@media (max-width: 820px) {
  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .heading {
    text-align: center;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .heading span {
    font-size: 20px;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .place-game,
  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .score-add {
    text-align: center;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .place-game {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.score-info .score-add {
    margin-bottom: 2rem;
  }

  .team-card .history .history-items-team-games__row .history-items-team-games__column .item__row .item__column.more-info {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}

@media (max-width: 805px) {
  .results-game .result-the-game .box-results-table-game .fields__row .fields__column span {
    font-size: 6px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.place {
    min-width: 50px;
    max-width: 50px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-name {
    min-width: 100px;
    max-width: 100px;
    padding-left: 0.5rem;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-tour {
    min-width: 50px;
    max-width: 50px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.score {
    min-width: 50px;
    max-width: 50px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place {
    min-width: 50px;
    max-width: 50px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place span {
    font-size: 16px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name {
    padding-left: 0.5rem;
    min-width: 100px;
    max-width: 100px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name a {
    font-size: 8.5px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score {
    min-width: 50px;
    max-width: 50px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score span {
    font-size: 15px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score.final-score span {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .about-project .about-project__row .about-project__column_right .box-img-heading {
    margin-right: 2em;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }

  .about-project .about-project__row .about-project__column_right .content-about {
    margin-top: 2rem;
  }
}

@media (max-width: 795px) {
  .game-tours .game-tours__row .game-tours__column {
    width: 40%;
  }
}

@media (max-width: 794px) {
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second {
    margin-bottom: 5rem;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third {
    margin-bottom: 3rem;
  }
}

@media (max-width: 780px) {
  .more-game .container .more-game__row .more-game__column_description article span.name-game {
    font-size: 24px;
  }

  .more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column:last-child {
    margin-bottom: 0rem;
  }

  .quiz-example .quiz-example__row .quiz-example__box .quiz-this__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer {
    width: 100%;
    padding-right: 0rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants {
    min-width: 100%;
  }

  .quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_answer .answer-variants ul li {
    width: 100%;
  }

  .quiz-example .quiz-example__row .quiz-example__box .quiz-this__row .quiz-this__column_video {
    margin-bottom: 2rem;
    width: 100%;
  }

  .quiz-example .quiz-example__row .quiz-example__box .quiz-sent-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .results-game .game-general.not-padding-50 {
    padding: 2rem 0 0rem 0;
  }

  .ads-info .ads-promotions .heading-h2 h2 {
    font-size: 24px;
  }

  .ads-info .ads-promotions .ads-promotions__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ads-info .ads-promotions .ads-promotions__row .ads-promotions__column {
    width: 50%;
    margin-bottom: 2rem;
  }

  .ads-info .ads-promotions .ads-promotions__row .ads-promotions__column::after {
    opacity: 0;
  }

  .ads-info .ads-promotions .info-more-ads {
    margin-top: 2rem;
  }

  .full-one-section p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .timetable .timetable__row .timetable__column:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .timetable .timetable__row .swiper {
    padding-right: 18rem;
    max-width: 100%;
  }

  .timetable .timetable__row .arrow-box {
    display: none;
  }

  .default-page .default-page__heading h1 {
    font-size: 24px;
  }

  .modal-reg-game {
    padding: 0;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column {
    width: 100%;
    padding-right: 0rem;
  }
}

@media (max-width: 730px) {
  .video-about .video-about__row .box-video-about iframe {
    width: 550px;
    min-height: 310px;
  }
}

@media (max-width: 688px) {
  .franchise .preview__row .preview__column.second .box-logo {
    margin-bottom: 3rem;
  }

  .franchise .preview__row .box-map {
    margin-top: -12rem;
  }

  .franchise .facts__row {
    margin-bottom: 3rem;
  }

  .franchise .videos__row .heading h2 {
    font-size: 28px;
  }

  .franchise .slider__row .box-nav-slider {
    width: 500px;
  }
}

@media (max-width: 673px) {
  .more-game {
    padding: 3rem 0 5rem 0;
  }

  .more-game .container .more-game__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .more-game .container .more-game__row .more-game__column_description {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .more-game .container .more-game__row .more-game__column_description article .box-poster-game img {
    max-width: 500px;
  }

  .more-game .container .more-game__row .more-game__column_description article .box-poster-game img:hover {
    max-width: 500px;
  }

  .more-game .container .more-game__row .more-game__column_info {
    width: 100%;
  }

  .more-game .container .more-game__row .more-game__column_info .rules-game-info {
    margin-bottom: 1rem;
  }

  .more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column {
    width: auto;
    margin-bottom: 1.5rem;
  }

  .more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column:last-child {
    margin-bottom: 1.5rem;
  }

  .more-game .container .more-game__row .more-game__column_info .action-game-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .more-game .container .more-game__row .more-game__column_info .action-game-select .box-rules-game-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 670px) {
  .about-project .heading-ads {
    margin-bottom: 8rem;
  }

  .about-project .about-project__row .about-project__column_left .box-stick {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }

  .about-project .about-project__row .about-project__column_left .info-number span {
    font-size: 28px;
  }

  .about-project .about-project__row .about-project__column_right .box-img-heading {
    margin-right: 0rem;
    margin-left: 4rem;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }

  .about-project .about-project__row .about-project__column_right .content-about {
    margin-top: 0rem;
  }
}

@media (max-width: 650px) {
  .ratings-games .ratings-game__heading {
    padding-top: 3rem;
  }

  .ratings-games .ratings-game__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ratings-games .ratings-game__row .ratings-game__column {
    width: 100%;
  }

  .ratings-games .ratings-game__row .ratings-game__column.right .favorit-first {
    right: 2.5rem;
  }

  .ratings-games .ratings-game__row .ratings-game__column.right .favorit-first img {
    width: 100px;
  }

  .ratings-games .ratings-game__row .ratings-game__column.right .favorit-second img {
    width: 50px;
  }

  .ratings-games .ratings-game__row .ratings-game__column {
    margin-bottom: 1rem;
  }

  .ratings-games .ratings-game__row .ratings-game__column:last-child {
    margin-bottom: 0;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status {
    right: 0.5rem;
    top: 6px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status img {
    width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team span {
    max-width: 180px;
  }
}

@media (max-width: 625px) {
  .ads-info .ads-sponsors .ads-sponsors__row .ads-sponsors__column {
    margin: 1rem 0;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .timetable .timetable__row .timetable__column {
    height: 190px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .timetable .timetable__row .swiper {
    padding-right: 10rem;
  }

  .video-about .video-about__row .box-video-about iframe {
    width: 450px;
  }

  .modal-franchise-send .box-modal {
    margin: 2.5rem;
    min-width: 90%;
  }
}

@media (max-width: 615px) {
  .game-tours .game-tours__row .game-tours__column {
    width: 50%;
  }
}

@media (max-width: 602px) {
  .results-game .result-the-game .box-results-table-game {
    overflow-x: auto;
  }

  .results-game .result-the-game .box-results-table-game .fields__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column span {
    font-size: 5px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.place {
    min-width: 40px;
    max-width: 40px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-name {
    min-width: 90px;
    max-width: 90px;
    padding-left: 0.4rem;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.team-tour {
    min-width: 40px;
    max-width: 40px;
  }

  .results-game .result-the-game .box-results-table-game .fields__row .fields__column.score {
    min-width: 40px;
    max-width: 40px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row {
    margin-top: 0rem;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place {
    min-width: 40px;
    max-width: 40px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.place span {
    font-size: 12px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name {
    padding-left: 0.4rem;
    min-width: 90px;
    max-width: 90px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.team-name a {
    font-size: 8.5px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score {
    min-width: 40px;
    max-width: 40px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score span {
    font-size: 12px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column .list-team.score.final-score span {
    font-size: 13px;
  }

  .franchise .preview__row .preview__column.first h2 {
    margin-bottom: 2rem;
  }

}

@media (max-width: 595px) {
  .franchise .preview__row .preview__column.first h1 {
    font-size: 32px;
  }

  .franchise .preview__row .preview__column.first h2 {
    font-size: 16px;
  }

  .franchise .preview__row .preview__column.first ul li {
    font-size: 18px;
  }

  .franchise .preview__row .preview__column.second .box-logo img {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .franchise .preview__row .box-map {
    margin-top: -8rem;
    width: 123%;
    margin-left: -5rem;
  }

  .franchise .facts__row .heading h2 {
    font-size: 24px;
  }

  .franchise .facts__row .facts__column .facts__column__row p {
    font-size: 13px;
  }

  .franchise .not-mobile {
    max-width: 100%;
    padding: 0px 0px 0px 20px !important;
  }

  .franchise .slider__row .heading h2 {
    font-size: 28px;
  }

  .franchise .slider__row .slider-reviews-fran {
    max-width: 100%;
  }

  .franchise .slider__row .box-nav-slider {
    display: none;
  }
}

@media (max-width: 577px) {
  .footer .footer__row .footer-left .info {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .footer .footer__row .footer-left .info a.email {
    margin-top: 1rem;
  }
}

@media (max-width: 570px) {
  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 {
    right: -6rem;
    bottom: 16rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 img {
    -webkit-transform: rotate(353deg);
        -ms-transform: rotate(353deg);
            transform: rotate(353deg);
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 {
    right: -8rem;
    bottom: 0;
  }

  .modal-view-city,
  .modal-view-city-select-for-ratings {
    padding: 0 3.5rem;
  }

  .modal-view-city .modal-box,
  .modal-view-city-select-for-ratings .modal-box {
    width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings {
    width: 80px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us span:first-child,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings span:first-child {
    font-size: 10px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us span:last-child,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings span:last-child {
    font-size: 20px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status img {
    width: 80%;
  }

  .franchise .preview__row .preview__column.first h1 {
    font-size: 26px;
  }

  .franchise .preview__row .preview__column.second ul li {
    font-size: 20px;
  }

  .franchise .preview__row .preview__column.second ul li b {
    font-size: 38px;
  }

  .franchise .facts__row .facts__column .facts__column__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .franchise .facts__row .facts__column .facts__column__row span {
    width: 100%;
    margin-right: 0rem;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    font-size: 20px;
  }

  .franchise .facts__row .facts__column .facts__column__row {
    margin-bottom: 2rem;
  }

  .franchise .facts__row .facts__column {
    margin-bottom: 1rem;
  }

  .franchise .facts__row .facts__column .facts__column__row p {
    margin-top: 1rem;
    font-size: 15px;
    text-align: center;
  }

  .about-project .about-project__row .about-project__column_left .info-number span b {
    font-size: 50px;
  }
  .about-project .about-project__row .about-project__column_left .info-number span {
    font-size: 18px;
  }
  .about-project .about-project__row .about-project__column_left .info-number {
    margin-top: 1rem;
  }

}

@media (max-width: 550px) {
  .images-game .box-want-game button.btn__large {
    padding: 0.7em 1.5em;
    font-size: 28px;
  }

  .images-game .heading-h2-lite .box-parralax__images-game {
    top: -5rem;
    right: 3rem;
  }

  .images-game .heading-h2-lite .box-parralax__images-game img {
    width: 150px;
  }
}

@media (max-width: 540px) {
  .ads-info .ads-promotions .ads-promotions__row .ads-promotions__column {
    width: 100%;
  }
}

@media (max-width: 535px) {
  .game-tours .game-tours__row .game-tours__column {
    width: 70%;
  }
}

@media (max-width: 530px) {
  .shop .shop__heading h1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 24px;
  }

  .shop .shop__heading h1 span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .video-about .video-about__row .box-video-about iframe {
    width: 350px;
    min-height: 250px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.place {
    width: 100%;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.place span {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.name-team {
    width: 54%;
    padding: 0;
    margin-top: 1rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.name-team span {
    max-width: 180px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.all-ratings {
    width: 85px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.place {
    width: 100%;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.name-team {
    width: 54%;
    padding: 0;
    margin-top: 1rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.name-team span {
    max-width: 180px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.all-ratings {
    width: 85px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.place {
    width: 100%;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.name-team {
    width: 54%;
    padding: 0;
    margin-top: 1rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.name-team span {
    max-width: 180px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.all-ratings {
    width: 85px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place {
    margin-top: 0.5rem;
    width: 100%;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place span {
    font-size: 30px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team {
    width: 54%;
    padding: 0;
    margin-top: 1rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team span {
    max-width: 180px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.middle-ratings,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings {
    margin-top: 0.5em;
    width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings {
    width: 85px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status {
    right: 0.5rem;
    top: 6px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status img {
    width: 90%;
  }

  .footer .footer__row .footer-left {
    text-align: center;
  }

  .footer .footer__row .footer-left .info {
    width: 100%;
    margin-top: 2rem;
  }

  .footer .footer__row .footer-left .footer-menu nav ul {
    display: block;
  }

  .footer .footer__row .footer-left .footer-menu nav ul li {
    margin: 2rem 1rem;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.heading span {
    font-size: 24px;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__column.add-info-reg .fields_list__row .fields_list__column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-width: 215px;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__column.add-info-reg .fields_list__row .fields_list__column > span {
    font-size: 14px !important;
    min-width: 100px !important;
    width: 100%;
  }
}

@media (max-width: 510px) {
  .about-project .about-project__row .about-project__column_left .info-number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
  }

  .about-project .about-project__row .about-project__column_left .info-number span b {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .about-project .about-project__row .about-project__column_left .box-stick {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    margin-right: 2rem;
  }

  .about-project .about-project__row .about-project__column_left .box-stick .birka-info-big {
    width: 250px;
  }

  .about-project .about-project__row .about-project__column_left .box-stick img.stick-after {
    top: -2px;
  }

  .about-project .about-project__row .about-project__column_right .box-img-heading {
    margin-left: 10rem;
  }
}

@media (max-width: 500px) {
  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box h2 {
    font-size: 24px;
    max-height: 102px;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-text__row .info-game__column span.general-info {
    font-size: 18px;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-actions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .next-game-big .next-game-big__row .box-game-big-info .next-game-big__column.info-box .info-game-actions__row button.btn__medium {
    margin: 0 1rem;
    margin-bottom: 1rem;
    min-width: 200px;
  }

  .next-game-big .next-game-big__row.game-not-found-front-page .game-not-found-front span {
    font-size: 18px;
  }

  .quiz-example .quiz-example__row .quiz-example__box .box-heading-quiz-example span {
    font-size: 14px;
    padding: 1rem 1rem;
  }

  .quiz-example .quiz-example__row .quiz-example__box .box-tour-selector {
    left: 11.2rem;
    border: 2px solid #fff;
  }

  .quiz-example .quiz-example__row .quiz-example__box .box-tour-selector span {
    font-size: 14px;
    padding: 1rem 1rem;
    padding-right: 2.5rem;
  }

  .quiz-example .quiz-example__row .quiz-example__box .list-tours-selector {
    left: 8rem;
  }

  .slider-all-games .swiperSliderAll .swiper-wrapper .swiper-slide img {
    height: 300px;
  }

  .slider-all-games .swiperSliderAll .arrow-box-all-top button {
    font-size: 26px;
  }

  .modal-send-store .general-box .box-form-send-store {
    padding: 2em !important;
    padding-top: 5rem !important;
    padding-bottom: 6rem !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__column.img-product .box-images img {
    min-height: 300px !important;
    height: 300px !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__column.img-product .box-images .swiper-wrapper {
    max-height: 300px !important;
    min-height: 300px !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__column.info-options-product .heading h2 {
    font-size: 24px !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__column.info-options-product .selects-product .box-select select {
    min-width: 100% !important;
    font-size: 14px !important;
    background-position-y: 11px !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-devilery__var {
    width: 100% !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-devilery__var .box-select select {
    min-width: 100% !important;
    font-size: 14px !important;
    background-position-y: 11px !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input {
    min-width: 100% !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info.add-info-client input {
    width: 100% !important;
  }

  .modal-send-store .general-box .box-form-send-store .modal-send-store__row.delivery-contact .box-addres-info input {
    width: 100% !important;
  }
}

@media (max-width: 492px) {
  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column::after {
    min-width: 492px;
  }

  .results-game .result-the-game .box-results-table-game .list-team__row .list-team__column.small-after::after {
    min-width: 462px;
  }
}

@media (max-width: 485px) {
  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.place {
    width: 50px;
    max-width: 50px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.name-team {
    width: 240px;
    max-width: 240px;
    margin-top: 0rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.place {
    width: 50px;
    max-width: 50px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.name-team {
    width: 240px;
    max-width: 240px;
    margin-top: 0rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.place {
    width: 50px;
    max-width: 50px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.name-team {
    width: 240px;
    max-width: 240px;
    margin-top: 0rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column {
    padding: 0.5rem 0 1em 0;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place {
    width: 50px;
    max-width: 50px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.place span {
    font-size: 27px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team {
    width: 240px;
    max-width: 240px;
    margin-top: 0rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings {
    margin-top: 1.5em;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status {
    right: 0.5rem;
    bottom: 0px;
    top: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 480px) {
  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__column.count-team-reg {
    margin-bottom: 4rem !important;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__column.count-team-reg .box-count__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__column.count-team-reg .box-count__row .box-count {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__column.count-team-reg .box-count__row .img-team-count {
    width: 100%;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0rem !important;
    margin-right: 13rem;
  }
}

@media (max-width: 475px) {
  .franchise .preview__row .preview__column.first h2 {
    max-width: 290px;
  }

  .franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column {
    min-width: 270px;
    max-width: 270px;
  }

  .franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column .box-author img {
    max-width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column .box-author span {
    font-size: 14px;
  }

  .franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column p {
    font-size: 14px;
  }
}

@media (max-width: 462px) {
  .header .header__row > .header-left > .box-navigation > .header__column.socials {
    display: none;
  }
}

@media (max-width: 460px) {
  .about-project .about-project__row .about-project__column_right .box-img-heading {
    -webkit-transform: scale(0.45);
        -ms-transform: scale(0.45);
            transform: scale(0.45);
    margin-left: 20rem;
  }

  .about-project .about-project__row .about-project__column_right .content-about {
    margin-top: -1.5rem;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.form-fields .modal-reg-game__column span {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .results-game .game-general .results-game__row_heading .results-game__column_heading.basic h1 {
    font-size: 28px;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first .box-image a img,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image a img,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image a img {
    min-width: 330px;
    max-width: 330px;
    min-height: 250px;
    max-height: 250px;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first {
    margin-bottom: 11rem;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second {
    margin-bottom: 9rem;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third {
    margin-bottom: 5rem;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .results-game .game-general .box-images-game {
    margin-top: 5rem;
  }

  .results-game .result-the-game .heading h2 {
    font-size: 24px;
  }
}

@media (max-width: 429px) {
  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.name-team {
    width: 200px;
    max-width: 200px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.name-team {
    width: 200px;
    max-width: 200px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.name-team {
    width: 200px;
    max-width: 200px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team {
    width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 425px) {
  .more-game .container .more-game__row .more-game__column_info .rules-game-info .rules-game-info__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .timetable .timetable__row .swiper {
    padding-right: 6rem;
  }

  .modal-franchise-send .box-modal .heading span {
    font-size: 20px;
    padding: 0 0.5rem;
  }

  .modal-franchise-send .box-modal .box-form .btn-send {
    margin-bottom: 0rem;
  }
}

@media (max-width: 415px) {
  .team-card .card .team-card__row .team-card__column.info .heading h1 {
    font-size: 18px;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-ratings__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column {
    width: 100%;
    margin-bottom: 2rem;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column::after {
    opacity: 0;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-ratings__row .stat-ratings__column:first-child {
    padding-right: 0;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-all-score {
    margin-top: 1rem;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-all-score .status-team {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 1rem;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-all-score .status-team img {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .team-card .card .team-card__row .team-card__column.info .stat-all-score .status-team span {
    width: 100%;
  }

  .team-card .card .team-card__row .team-card__column.slider-team .sliderTeam img {
    height: 280px;
  }
}

@media (max-width: 412px) {

}

@media (max-width: 410px) {
  .video-about .video-about__row .box-video-about {
    width: 100%;
  }

  .video-about .video-about__row .box-video-about iframe {
    width: 100%;
    min-height: 270px;
    z-index: 2;
  }

  .video-about .video-about__row .box-video-about a.more-video {
    left: auto;
    z-index: 1;
  }

  .video-about .video-about__row .box-video-about::after {
    display: none;
  }

  .video-about .video-about__row .box-video-about::before {
    display: none;
  }
}

@media (max-width: 405px) {
  .quiz-example .quiz-example__row .quiz-example__box .box-heading-quiz-example span {
    font-size: 11px;
    padding: 1rem 0.5rem;
    padding-bottom: 1.2rem;
  }

  .quiz-example .quiz-example__row .quiz-example__box .box-tour-selector {
    left: 8.2rem;
  }

  .quiz-example .quiz-example__row .quiz-example__box .box-tour-selector span {
    font-size: 11px;
    padding: 1rem 1rem;
    padding-right: 2.5rem;
    padding-bottom: 1.2rem;
  }

  .quiz-example .quiz-example__row .quiz-example__box .list-tours-selector {
    left: 3.9rem;
  }
}

@media (max-width: 400px) {
  .shop-promo .shop-promo__row .shop-promo__column.img .box-image-shop {
    margin-left: 2rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.img .box-image-shop > img {
    width: 390px;
    -webkit-transform: rotate(353deg) translate(-1rem, -1rem);
        -ms-transform: rotate(353deg) translate(-1rem, -1rem);
            transform: rotate(353deg) translate(-1rem, -1rem);
  }

  .shop-promo .shop-promo__row .shop-promo__column.img .box-image-shop .shop-item-2 {
    left: 2rem;
    bottom: 0rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.img .box-image-shop .shop-item-2 img {
    width: 150px;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 {
    bottom: -8rem;
  }
}

@media (max-width: 389px) {
  .ratings-games .ratings-game__row__state a .ratings-game__column.first .section-state-game__row .section-state-game__column.name-team {
    width: 100%;
    margin-top: 1rem;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.second .section-state-game__row .section-state-game__column.name-team {
    width: 100%;
    margin-top: 1rem;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column.third .section-state-game__row .section-state-game__column.name-team {
    width: 100%;
    margin-top: 1rem;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.name-team {
    width: 100%;
    margin-top: 1rem;
    max-width: 100%;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.games-with-us,
  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.all-ratings {
    margin-top: 1rem;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status {
    top: 4px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    bottom: 0;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row .section-state-game__column.game-status img {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .game-tours .game-tours__row .game-tours__column {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .timetable .timetable__row .swiper {
    padding-right: 3.5rem;
  }

  .ratings-games .ratings-game__heading h1 {
    font-size: 28px;
  }

  .ratings-games .ratings-game__row__state a .ratings-game__column .section-state-game__row {
    padding: 0 1.2em 0em 1.2em;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first .box-image a img,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image a img,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image a img {
    min-width: 290px;
    max-width: 290px;
    min-height: 230px;
    max-height: 230px;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first .box-image .results-game__column_images-places.first b.first-name-team,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image .results-game__column_images-places.first b.first-name-team,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image .results-game__column_images-places.first b.first-name-team {
    top: 284px;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first .box-image b,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image b,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image b {
    top: 277px;
  }

  .shop .shop__row .shop__column {
    margin: 1rem 0;
  }

  .shop .shop__row .shop__column .box-image-item {
    height: 270px;
  }

  .shop .shop__row .shop__column .box-info-item h2 {
    font-size: 16px;
    min-height: 54px;
    max-height: 54px;
  }

  .shop .shop-faq .shop-faq__row .shop-faq__column .question h3 {
    font-size: 14px;
  }

  .default-page .default-page__heading h1 {
    font-size: 20px;
  }

  .default-page .content-box h2 {
    font-size: 24px;
  }

  .default-page .content-box p {
    font-size: 16px;
  }

  .default-page .content-box ul {
    margin: 2rem 0;
    margin-left: 2rem;
  }

  .default-page .content-box ul li {
    font-size: 16px;
  }

  .default-page .content-box ol {
    margin: 2rem 0;
    margin-left: 2rem;
  }

  .default-page .content-box ol li {
    font-size: 16px;
  }

  .modal-view-city,
  .modal-view-city-select-for-ratings {
    padding: 0 2rem;
  }

  .modal-view-city .modal-box .close-modal-city,
  .modal-view-city-select-for-ratings .modal-box .close-modal-city {
    right: -20px;
    top: -20px;
  }

  .footer .footer__row .footer-left .info a.email {
    font-size: 22px;
  }

  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__row.heading span {
    font-size: 20px;
  }
}

@media (max-width: 370px) {
  .images-game .container.custom-width .images-game__row .images-game-column {
    min-width: 100%;
  }
}

@media (max-width: 365px) {
  .header .header__row > .header-left > .header__column.city {
    display: none;
  }
}

@media (max-width: 360px) {
  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 {
    left: -28rem;
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-3 img {
    width: 135px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
  }

  .shop-promo .shop-promo__row .shop-promo__column.info .shop-item-4 {
    bottom: -8rem;
  }
}

@media (max-width: 356px) {
  .about-project .about-project__row .about-project__column_right .box-img-heading {
    -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
            transform: scale(0.35);
    margin-left: 14rem;
    margin-top: -14rem;
  }

  .about-project .about-project__row .about-project__column_right .content-about {
    margin-top: -3rem;
  }
}

@media (max-width: 340px) {
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first .box-image a img,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image a img,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image a img {
    min-width: 270px;
    max-width: 270px;
    min-height: 200px;
    max-height: 200px;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first .box-image .results-game__column_images-places.first b.first-name-team,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image .results-game__column_images-places.first b.first-name-team,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image .results-game__column_images-places.first b.first-name-team {
    top: 266px;
  }

  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.first .box-image b,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.second .box-image b,
  .results-game .game-general .results-game__row_images-places .results-game__column_images-places.third .box-image b {
    top: 240px;
  }

  .franchise .preview__row .box-map {
    margin-top: -6rem;
  }

  .franchise .videos__row .videos__column iframe {
    height: 240px;
  }

  .franchise .slider__row .slider-reviews-fran .swiper-wrapper .slider__column {
    min-width: 235px;
    max-width: 235px;
  }
}

@media (max-width: 333px) {
  .modal-reg-game .general-box .box-form-reg-game .modal-reg-game__column.count-team-reg .box-count__row .img-team-count {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 325px) {
  .quiz-example .quiz-example__row .quiz-example__box .box-tour-selector span {
    font-size: 9px;
  }

  .quiz-example .quiz-example__row .quiz-example__box .list-tours-selector {
    left: 3.1rem;
  }
}


/* Form scroll for cities */

.progress-container {
	position:absolute;
	opacity:0;
	visibility:hidden;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}


@media(max-width:798px) {
.progress-container {
    height: 100%;
    max-height: 230px;
    margin-bottom: 1rem;
    opacity: 1;
    visibility: visible;
    right: 10px;
    width: 10px;
    overflow-y: hidden;
    position: absolute;
}

.progress-bar {
	height: 100%;
    background: #F2E500;
    width: 8px;
    height: 28px;
    position: absolute;
}
.list-city::-webkit-scrollbar{
    display: none;
  }
}

.more-game h1 {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
