* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  height: 100%;
  position: relative;
}
body {
  color: #03177a;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
  margin: 0;
}
body.flex {
  display: flex;
  flex-direction: column;
}
body a {
  color: #03177a;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
body a:hover {
  color: #fa497f;
}
body button,
body input {
  outline: none;
  cursor: pointer;
}
body ::placeholder {
  color: #b7b7b7;
}
body .btnLink {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #495dfa;
  color: #495dfa;
  border-radius: 25px;
  background: #fff;
  text-decoration: none;
  opacity: 1;
  transition: 0.5s ease-in-out;
  font-size: 23px;
  margin-left: 15px;
}
body .btnLink:hover {
  background: #495dfa;
  box-shadow: 0 0 5px #fff;
  color: #fff;
}
body .btnLink i {
  font-size: 23px;
  margin-left: 15px;
}
body .title {
  text-transform: capitalize;
  text-align: center;
}
body .title span {
  color: #fa497f;
}
body .title h2 {
  font-size: 3rem;
}
body .title h2 span {
  color: #fa497f;
}
body .title h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
body .title h6 {
  font-size: 1rem;
}
body hr {
  margin: 5px 0;
  width: 100%;
}
body .no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .hidden {
  display: none;
}
#socialMediaLinksBar {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 25%;
  bottom: auto;
  min-width: 30px;
  height: auto;
  width: auto;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.77);
  border-radius: 10px 0 0 10px;
  box-shadow: rgba(170, 170, 170, 0.66) 0 0 15px;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
#socialMediaLinksBar .socialLinksWrapper {
  height: 100%;
  width: 100%;
  min-height: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#socialMediaLinksBar .socialLinksWrapper #listSocialIcons {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#socialMediaLinksBar .socialLinksWrapper #listSocialIcons li {
  padding: 4px;
}
#socialMediaLinksBar .socialLinksWrapper #listSocialIcons li a {
  font-size: 2rem;
  color: #495dfa;
  transition: 0.5s ease-in-out;
}
#socialMediaLinksBar .socialLinksWrapper #listSocialIcons li a:hover {
  color: #fa497f;
}
#mobileBtnIcons.no_active {
  display: none;
  background: 0 0;
  border: none;
  box-shadow: none;
  outline: 1px solid transparent;
}
.elemOne {
  position: absolute;
  z-index: -2;
  max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
.elemOne img {
  position: relative;
  top: -18rem;
  left: -13.5rem;
  height: 700px;
  width: auto;
}
#header {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 10px 0;
}
#header .elemWrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header .elemWrapper .elemOne,
#header .elemWrapper .elemTwo {
  position: absolute;
  z-index: -2;
}
#header .elemWrapper .elemTwo {
  top: -20rem;
  right: -12rem;
  transform: rotate(250deg);
}
#header .elemWrapper .elemTwo img {
  width: auto;
}
#header .elemBtn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
#header .logoWrapper .logo_vertical {
  display: block;
}
#header .logoWrapper .logo_vertical img {
  width: auto;
  height: 90px;
}
#header .logoWrapper .logo_horizontal {
  display: none;
}
#header .logoWrapper .logo_horizontal img {
  max-width: 200px;
}
#header .signInWrapper {
  display: flex;
    gap: 20px;
    align-items: center;
}
#header .signInWrapper .btnLink {
  position: relative;
    height: auto;
  float: right;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: .5rem 1rem;
  line-height: 1;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  width: auto;
  margin: auto;
    background: #fa497f;
    border: 2px solid #fa497f;
    @media screen and (max-width: 715px) {
        display: none;
    }
}
#header .signInWrapper .btnLink:hover {
    color: #fa497f;
    background: #fff;
}
#header .signInWrapper .btn {
    @media screen and (max-width: 715px) {
        color: #fff;
    }
}
#header .outerMenu {
  position: relative;
  top: 0;
  left: 0;
  z-index: 888;
}
#header .outerMenu .checkbox-toggle {
  position: absolute;
  top: -30px;
  left: 2rem;
  z-index: 999;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
#header .outerMenu .checkbox-toggle:hover {
  outline: none;
}
#header .outerMenu .hamburger {
  position: relative;
  /*top: -30px;*/
  left: 2rem;
  z-index: 99;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: 0 0;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .outerMenu .hamburger div {
  position: relative;
  flex: none;
  width: 100%;
  height: 4px;
  background: #fefefe;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px #495dfa;
}
#header .outerMenu .hamburger div:after,
#header .outerMenu .hamburger div:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: inherit;
  transition: all 0.4s ease;
  box-shadow: 0 0 5px #495dfa;
}
#header .outerMenu .hamburger div:after {
  top: 10px;
  width: 18px;
}
#header .outerMenu .hamburger.activeHamburger div {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  box-shadow: none;
  background: #fff;
}
#header .outerMenu .hamburger.activeHamburger div:after,
#header .outerMenu .hamburger.activeHamburger div:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff !important;
  box-shadow: none!important;
}
#header .outerMenu .hamburger.activeHamburger div:after {
  opacity: 0;
}
#header .outerMenu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: none;
  align-items: center;
  justify-content: center;
}
#header .outerMenu .menu div div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .outerMenu .menu div div ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
#header .outerMenu .menu div div ul li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
#header .outerMenu .menu div div ul li a {
  color: #fff;
  position: relative;
  display: inline;
  cursor: pointer;
  font-weight: 400;
  transition: color 0.4s ease;
}
#header .outerMenu .menu div div ul li a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
}
#header .outerMenu .menu div div ul li a:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
#header .outerMenu .menu div div ul li a:hover:after {
  width: 100%;
}
#header .outerMenu .menu.blockNone {
  display: flex;
  pointer-events: auto;
  visibility: visible;
}
#header .outerMenu .menu.blockNone div {
  width: 200vw;
  height: 200vw;
  color: #fefefe;
  background: #495dfa;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition-duration: 0.75s;
}
#header .outerMenu .menu.blockNone div div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
#backTop {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
}
#backTop .arrowBtn {
  background: rgba(72, 93, 250, 0.51);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 1;
  font-size: 1.2rem;
  border: 0 solid rgba(95, 114, 255, 0.75);
  transition: 0.5s;
  position: relative;
}
#backTop .arrowBtn:before,
#backTop .arrowBtn:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#backTop .arrowBtn:before {
  transition: 0.9s;
  border: 0 solid #485dfa;
}
#backTop .arrowBtn:after {
  transition: 0.5s;
  border: 0 solid #485dfa;
}
#backTop .arrowBtn:hover {
  border: 5px solid rgba(95, 114, 255, 0.75);
}
#backTop .arrowBtn:hover:before {
  width: 45px;
  height: 45px;
  border: 1px solid #485dfa;
}
#backTop .arrowBtn:hover:after {
  width: 50px;
  height: 50px;
  border: 1px solid #485dfa;
}
#standings {
  padding: 5rem 0;
}
#standings .sliderWrapper {
  width: 100%;
  height: auto;
}
#standings .sliderWrapper .row {
  align-items: flex-start;
}
#standings .sliderWrapper .slick-list.minSlickSlider {
  max-height: 445px;
}
#standings .sliderWrapper .slide {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  transition: 0.5s;
  outline: none;
}
#standings .sliderWrapper .slide.slick-active {
  opacity: 1;
}
#standings .sliderWrapper .slide .tourCard {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
#standings .sliderWrapper .slide .tourCard:hover {
  transform: scale(1.01);
}
#standings .sliderWrapper .slide .tourCard:hover a {
  box-shadow: 0 0 2px 2px #dbdbdb;
}
#standings .sliderWrapper .slide .tourCard a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  min-width: 300px;
  min-height: 350px;
  max-width: 100%;
  max-height: 400px;
  box-shadow: 0 0 0 transparent;
  transition: 0.5s;
  outline: none;
}
#standings .sliderWrapper .slide .tourCard a:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  bottom: 0;
}
#standings .sliderWrapper .slide .tourCard a:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shadow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  opacity: 0.3;
  bottom: -3vh;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 1rem;
  box-sizing: border-box;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourName h6 {
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 0 1rem;
  text-align: center;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourGames h3 {
  margin: 0;
  font-size: 5rem;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourGames p {
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourId,
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourOrganizerId {
  margin: 1rem 0;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourId p,
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourOrganizerId p {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourId p span,
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourOrganizerId p span {
  text-transform: uppercase;
  font-weight: 300;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourId p span.title,
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper .tourInfo .tourOrganizerId p span.title {
  font-weight: 600;
}
#standings .sliderWrapper .slide .tourCard a .tourWrapper .textWrapper hr {
  max-width: 120px;
  border-bottom: 1px solid white;
}
#standings .sliderWrapper .slide .tourCard.cardOne a:before {
  background-image: url("../img/back-1.jpg");
}
#standings .sliderWrapper .slide .tourCard.cardTwo a:before {
  background-image: url("../img/back-2.jpg");
}
#standings .sliderWrapper .slide .tourCard.cardThree a:before {
  background-image: url("../img/back-3.jpg");
}
#standings .sliderWrapper .slide .tourCard.cardFour a:before {
  background-image: url("../img/back-4.jpg");
}
#standings .sliderWrapper .slide .tourCard.cardFive a:before {
  background-image: url("../img/back-5.jpg");
}
#standings .sliderWrapper .slide .tourCard.cardSix a:before {
  background-image: url("../img/back-6.jpg");
}
#standings .sliderWrapper .slide .tourCard.no_active a {
  display: none;
}
#standings .sliderWrapper .slide .lineWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 2rem 0;
}
#standings .sliderWrapper .slide .lineWrapper.no_active {
  display: none;
}
#standings .sliderWrapper .slick-next,
#standings .sliderWrapper .slick-prev {
  width: 78px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eef0ff;
  transition: 0.5s;
}
#standings .sliderWrapper .slick-next:before,
#standings .sliderWrapper .slick-prev:before {
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  content: "";
  line-height: 1;
  color: #03177a;
  opacity: 1;
}
#standings .sliderWrapper .slick-next:hover,
#standings .sliderWrapper .slick-prev:hover {
  background: #03177a;
  color: #ffffff;
}
#standings .sliderWrapper .slick-next:hover:before,
#standings .sliderWrapper .slick-prev:hover:before {
  color: #ffffff;
}
#standings .sliderWrapper .slick-next {
  right: -7rem;
  border-radius: 0 50px;
}
#standings .sliderWrapper .slick-next:before {
  font-family: FontAwesome, cursive;
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#standings .sliderWrapper .slick-prev {
  left: -7rem;
  border-radius: 50px 0;
}
#standings .sliderWrapper .slick-prev:before {
  font-family: FontAwesome, cursive;
  content: "\f053";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#standings .sliderWrapper .slick-dots {
  bottom: -2.5rem;
}
#standings .sliderWrapper .slick-dots li {
  width: 35px;
  height: 35px;
  margin: 0 10px;
}
#standings .sliderWrapper .slick-dots li a {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  color: #03177a;
  z-index: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
}
#standings .sliderWrapper .slick-dots li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eef0ff;
  z-index: -1;
}
#standings .sliderWrapper .slick-dots li.slick-active a,
#standings .sliderWrapper .slick-dots li:hover a {
  color: #ffffff;
}
#standings .sliderWrapper .slick-dots li.slick-active a:before,
#standings .sliderWrapper .slick-dots li:hover a:before {
  background: #03177a;
}
#tour {
  padding: 2rem 0;
  height: auto;
  box-sizing: border-box;
  flex: 1;
}
#tour .title h6 {
  display: none;
  text-transform: uppercase;
  margin: 2rem 0 0 0;
}
#tour .inner_container {
  box-shadow: 0 0 20px 2px #eee;
  background: #fff;
  position: relative;
}
#tour .tab_control .tab_names {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
#tour .tab_control .tab_names > div {
  cursor: pointer;
}
#tour .tab_control .tab_names > div.active h2 {
  color: #fa497f;
}
#tour .tab_control .tab_names > div + div {
  margin-left: 6rem;
}
#tour .tab_control .tab_names h2 {
  font-size: 2rem;
  margin: 0;
}
#tour .tab_control .tab_dots {
  display: none;
}
#tour .tab_control .tabs {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  min-height: 250px;
}
#tour .tab_control .tabs > div {
  grid-row-start: 1;
  grid-column-start: 1;
  padding: 1.5rem 1rem 1rem 1rem;
}
#tour .tab_control .tabs > div:first-child {
  padding: 2rem 0 0 0;
}
#tour .tab_control .tabs > div.active {
  display: block;
  animation: show_tab 0.5s forwards;
}
@keyframes show_tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#tour .tab_control .tabs > div:not(.active) {
  display: none;
}
#tour .textWrapper p {
  text-indent: 1rem;
}
#tour .tournament_description {
  padding: 0 5rem;
}
#tour .tournament_description .description {
  min-height: 100px;
}
#tour .tournament_description .description p {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  text-indent: unset;
}
#tour .tournament_description .description p:first-child {
  margin-top: 0;
}
#tour .tournament_description .description p:last-child {
  margin-bottom: 0;
}
#tour .tournament_description .description p a {
  word-break: break-word;
}
#tour .tournament_description figure {
  margin: 2rem 0 1rem 0;
  text-align: center;
}
#tour .tournament_description figure img {
  max-width: 90%;
  width: 450px;
}
#tour .tableWrapper table {
  width: 100%;
  height: auto;
  background: #f6f8fe;
  border-radius: 0.5rem;
  border-collapse: separate;
  border-spacing: 5px;
}
#tour .tableWrapper table thead {
  display: table-header-group;
  box-sizing: border-box;
}
#tour .tableWrapper table thead tr {
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#tour .tableWrapper table thead tr th {
  width: 100%;
  background: #495dfa;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  box-sizing: border-box;
  margin-right: 5px;
}
#tour .tableWrapper table thead tr th:last-child {
  margin-right: 0;
}
#tour .tableWrapper table thead tr th.name {
  width: 30%;
  text-align: left;
  justify-content: left;
  padding-left: 10px;
}
#tour .tableWrapper table thead tr th.gamesPlayed {
  width: 15%;
}
#tour .tableWrapper table thead tr th.rightAnswers {
  width: 25%;
}
#tour .tableWrapper table thead tr th.quantumScore {
  width: 20%;
}
#tour .tableWrapper table thead tr th.tourScore {
  width: 10%;
}
#tour .tableWrapper table tbody tr {
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
#tour .tableWrapper table tbody tr td {
  width: 100%;
  background: rgba(183, 183, 183, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  box-sizing: border-box;
  margin-right: 5px;
}
#tour .tableWrapper table tbody tr td:last-child {
  margin-right: 0;
}
#tour .tableWrapper table tbody tr td.name {
  width: 30%;
  text-align: left;
  justify-content: left;
  padding-left: 10px;
  color: #495dfa;
  font-weight: 700;
}
#tour .tableWrapper table tbody tr td.gamesPlayed {
  width: 15%;
}
#tour .tableWrapper table tbody tr td.rightAnswers {
  width: 25%;
}
#tour .tableWrapper table tbody tr td.quantumScore {
  width: 20%;
}
#tour .tableWrapper table tbody tr td.tourScore {
  width: 10%;
}
#tour .tableWrapper table tbody tr:last-child {
  margin-bottom: 0;
}
#tour .game_links .links_container {
  justify-content: center;
  display: flex;
}
#tour .game_links .links_container .outer_link {
  text-align: center;
  margin: 0 2rem;
}
#tour .game_links .links_container .outer_link h3 {
  font-size: 1.75rem;
  font-weight: 550;
}
#tour .game_links .links_container .outer_link figure,
#tour .game_links .links_container .outer_link .qr {
  width: 7.5rem;
  margin: 1rem auto;
}
#tour .game_links .links_container .outer_link figure img,
#tour .game_links .links_container .outer_link .qr img {
  width: 100%;
}
#tour .game_links .links_container .outer_link p,
#tour .game_links .links_container .outer_link a {
  font-size: 1.25rem;
  font-weight: 500;
}
#tour .game_links .links_container .outer_link a {
  color: #fa497f;
}
#tour .game_links .no_links_container figure {
  margin: 1rem 0;
  text-align: center;
}
#tour .game_links .no_links_container figure img {
  max-width: 90%;
  width: 500px;
}
#tour .game_links .no_links_container p {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 400;
}
#tour .tableBtnWrapper {
  display: none;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#tour .tableBtnWrapper .slick-list {
  z-index: 9;
}
#tour .tableBtnWrapper .slick-prev,
#tour .tableBtnWrapper .slick-next {
  background: #f6f8fe;
  color: #ffffff;
  opacity: 1;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  transition: 0.5s;
}
#tour .tableBtnWrapper .slick-prev:before,
#tour .tableBtnWrapper .slick-next:before {
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  content: "";
  line-height: 1;
  color: #03177a;
  opacity: 1;
}
#tour .tableBtnWrapper .slick-prev:hover,
#tour .tableBtnWrapper .slick-next:hover {
  background: #ebebeb;
  outline: none;
}
#tour .tableBtnWrapper .slick-prev {
  left: 0;
}
#tour .tableBtnWrapper .slick-prev:before {
  font-family: FontAwesome, cursive;
  content: "\f104";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#tour .tableBtnWrapper .slick-next {
  right: 0;
}
#tour .tableBtnWrapper .slick-next:before {
  font-family: FontAwesome, cursive;
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#tour .tableBtnWrapper .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
#tour .tableBtnWrapper .slick-slide .btn {
  width: 60%;
  background: #ffffff;
  color: #03177a;
  border: 0 solid transparent;
  transition: 0.5s;
  text-transform: uppercase;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: #495dfa 0 0 5px;
}
#tour .tableBtnWrapper .slick-slide .btn:hover,
#tour .tableBtnWrapper .slick-slide .btn.active {
  background: #495dfa;
  color: #ffffff;
  box-shadow: rgba(73, 93, 250, 0.5) 0 5px 8px;
}
#no_records {
  text-align: center;
  padding: 2rem 0;
}
#no_records figure {
  margin: 2rem 0 1rem 0;
}
#no_records figure img {
  max-width: 90%;
  width: 500px;
}
#teams {
  padding: 2rem 0;
  height: auto;
  box-sizing: border-box;
  flex: 1;
}
#teams .title h6 {
  display: none;
  text-transform: uppercase;
  margin: 2rem 0 0 0;
}
#teams .textWrapper p {
  text-indent: 1rem;
}
#teams .tableWrapper table {
  width: 100%;
  height: auto;
  background: #f6f8fe;
  border-radius: 0.5rem;
  border-collapse: separate;
  border-spacing: 5px;
}
#teams .tableWrapper table thead {
  display: table-header-group;
  box-sizing: border-box;
}
#teams .tableWrapper table thead tr {
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#teams .tableWrapper table thead tr th {
  width: 100%;
  background: #495dfa;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  box-sizing: border-box;
  margin-right: 5px;
}
#teams .tableWrapper table thead tr th:last-child {
  margin-right: 0;
}
#teams .tableWrapper table thead tr th.id {
  width: 5%;
}
#teams .tableWrapper table thead tr th.name {
  width: 45%;
  text-align: left;
  justify-content: left;
  padding-left: 10px;
}
#teams .tableWrapper table thead tr th.gamesPlayed {
  width: 25%;
}
#teams .tableWrapper table thead tr th.signUpDate {
  width: 25%;
}
#teams .tableWrapper table tbody tr {
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
#teams .tableWrapper table tbody tr td {
  width: 100%;
  background: rgba(183, 183, 183, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  box-sizing: border-box;
  margin-right: 5px;
}
#teams .tableWrapper table tbody tr td:last-child {
  margin-right: 0;
}
#teams .tableWrapper table tbody tr td.id {
  width: 5%;
}
#teams .tableWrapper table tbody tr td.name {
  width: 45%;
  text-align: left;
  justify-content: left;
  padding-left: 10px;
}
#teams .tableWrapper table tbody tr td.gamesPlayed {
  width: 25%;
}
#teams .tableWrapper table tbody tr td.signUpDate {
  width: 25%;
}
#teams .tableWrapper table tbody tr:last-child {
  margin-bottom: 0;
}
#teams .tableBtnWrapper {
  display: none;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#teams .tableBtnWrapper .slick-list {
  z-index: 9;
}
#teams .tableBtnWrapper .slick-prev,
#teams .tableBtnWrapper .slick-next {
  background: #f6f8fe;
  color: #ffffff;
  opacity: 1;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  transition: 0.5s;
}
#teams .tableBtnWrapper .slick-prev:before,
#teams .tableBtnWrapper .slick-next:before {
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  content: "";
  line-height: 1;
  color: #03177a;
  opacity: 1;
}
#teams .tableBtnWrapper .slick-prev:hover,
#teams .tableBtnWrapper .slick-next:hover {
  background: #ebebeb;
  outline: none;
}
#teams .tableBtnWrapper .slick-prev {
  left: 0;
}
#teams .tableBtnWrapper .slick-prev:before {
  font-family: FontAwesome, cursive;
  content: "\f104";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#teams .tableBtnWrapper .slick-next {
  right: 0;
}
#teams .tableBtnWrapper .slick-next:before {
  font-family: FontAwesome, cursive;
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#teams .tableBtnWrapper .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
#teams .tableBtnWrapper .slick-slide .btn {
  width: 60%;
  background: #ffffff;
  color: #03177a;
  border: 0 solid transparent;
  transition: 0.5s;
  text-transform: uppercase;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: #495dfa 0 0 5px;
}
#teams .tableBtnWrapper .slick-slide .btn:hover,
#teams .tableBtnWrapper .slick-slide .btn.active {
  background: #495dfa;
  color: #ffffff;
  box-shadow: rgba(73, 93, 250, 0.5) 0 5px 8px;
}
#registerPopup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 9, 41, 0.64);
}
#registerPopup .formWrapper {
  width: 100%;
}
#registerPopup.active {
  display: flex;
}
#registerPopup:not("active") {
  display: none;
}
#registerPopup .close {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: fixed;
  top: 3rem;
  padding-right: 5rem;
}
#registerPopup #closePopup {
  width: 65px;
  height: 65px;
  border: none;
  display: flex;
  position: relative;
  background: transparent;
  float: right;
  padding: 0;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#registerPopup #closePopup:hover {
  transform: rotate(180deg);
}
#registerPopup #closePopup:before,
#registerPopup #closePopup:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 40px;
  height: 5px;
}
#registerPopup #closePopup:before {
  transform: rotate(45deg);
}
#registerPopup #closePopup:after {
  transform: rotate(-45deg);
}
#registerPopup .wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#registerPopup #registerForm {
  width: 600px;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#registerPopup #registerForm .registerTitle {
  width: 100%;
  text-align: center;
}
#registerPopup #registerForm .registerTitle h3 {
  font-size: 2rem;
  text-transform: uppercase;
}
#registerPopup #registerForm .registerTitle h3 span {
  color: #fa497f;
}
#registerPopup #registerForm .wrapInnerContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
#registerPopup #registerForm .wrapInnerContent .inputWrapper {
  display: none;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
#registerPopup #registerForm .wrapInnerContent .inputWrapper.activeWrapper {
  display: flex;
  animation: 0.5s active_wrapper forwards;
}
@keyframes active_wrapper {
  from {
    max-height: 0;
  }
  to {
    max-height: 150px;
  }
}
#registerPopup #registerForm .wrapInnerContent .inputWrapper label {
  width: 100%;
  text-align: left;
  color: #6e84a7;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}
#registerPopup #registerForm .wrapInnerContent .inputWrapper label span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10px;
  color: #fa497f;
}
#registerPopup #registerForm .wrapInnerContent .inputWrapper input {
  width: 100%;
  min-height: 50px;
  background: #f1f1f1;
  border: 0 solid transparent;
  margin-top: 0.5rem;
  border-radius: 30px;
  padding: 1rem;
  color: #04167a;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.5s;
  height: 60px;
  user-select: initial;
}
#registerPopup #registerForm .wrapInnerContent .inputWrapper input:hover {
  border: 5px solid rgba(204, 204, 204, 0.24);
}
#registerPopup #registerForm .wrapInnerContent .btnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#registerPopup #registerForm .wrapInnerContent .btnWrapper:not(.active),
#registerPopup #registerForm .wrapInnerContent .btnWrapper.sending {
  filter: grayscale(100%);
}
#registerPopup #registerForm .wrapInnerContent .btnWrapper.active button:hover {
  outline: none;
  border: 5px solid rgba(239, 40, 100, 0.62);
  background: #fa497f;
  box-shadow: rgba(250, 73, 127, 0.56) 0 5px 20px;
}
#registerPopup #registerForm .wrapInnerContent .btnWrapper.sending button {
  animation: 1s button_sending infinite alternate;
}
@keyframes button_sending {
  from {
    background: #727272;
  }
  to {
    background: #969696;
  }
}
#registerPopup #registerForm .wrapInnerContent .btnWrapper button {
  background: #fa497f;
  height: 70px;
  width: 420px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  border-radius: 36px;
  box-shadow: #fa497f 0 0 5px;
  border: 0 solid rgba(239, 40, 100, 0.62);
  transition: 0.5s;
  cursor: pointer;
}
#registerPopup #registerForm .wrapInnerContent .info {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#registerPopup .no_active {
  display: none;
}
#registerBlock,
#private_block {
  padding: 0.8rem 0;
  background: #fa487f;
  margin-top: 2rem;
}
#registerBlock.registerBlock,
#private_block.registerBlock {
  display: flex;
}
#registerBlock.registerBlock .textWrapper,
#private_block.registerBlock .textWrapper {
  color: #ffffff;
}
#registerBlock.registerBlock .textWrapper p,
#private_block.registerBlock .textWrapper p {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
}
#registerBlock.registerBlock .textWrapper p strong,
#private_block.registerBlock .textWrapper p strong {
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: 700;
}
#registerBlock.registerBlock .textWrapper a,
#private_block.registerBlock .textWrapper a {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
#registerBlock.registerBlock .textWrapper a:before,
#private_block.registerBlock .textWrapper a:before {
  position: absolute;
  content: "";
  bottom: -5px;
  background: #fff;
  height: 2px;
  width: 0;
  transition: 0.5s;
}
#registerBlock.registerBlock .textWrapper a:hover:before,
#private_block.registerBlock .textWrapper a:hover:before {
  width: 100%;
}
#registerBlock.registerBlock .buttonWrapper,
#private_block.registerBlock .buttonWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 2rem 0 0;
}
#registerBlock.registerBlock button,
#private_block.registerBlock button {
  background: #ffffff;
  height: 70px;
  width: 420px;
  color: #03177a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  border-radius: 36px;
  box-shadow: #ffffff 0 0 5px;
  border: 0 solid rgba(211, 211, 211, 0.62);
  transition: 0.5s;
  cursor: pointer;
}
#registerBlock.registerBlock button:hover,
#private_block.registerBlock button:hover {
  outline: none;
  border: 5px solid rgba(211, 211, 211, 0.62);
  background: #ffffff;
  box-shadow: rgba(178, 178, 178, 0.56) 0 5px 20px;
}
#registerBlock.private,
#private_block.private {
  padding: 0 1rem;
}
#registerBlock.private h2,
#private_block.private h2 {
  margin-bottom: 0.5rem;
}
#registerBlock.private p,
#private_block.private p {
  text-indent: unset;
  margin-top: 0;
}
#registerBlock.private .img,
#private_block.private .img {
  display: flex;
  justify-content: flex-end;
  margin: auto;
}
#registerBlock.private .img img,
#private_block.private .img img {
  height: 5rem;
}
#footer {
  background: #273186;
  color: #ffffff;
  width: 100%;
}
#footer .footer-logos-wrappers {
  height: 90px;
}
#footer .footer-logos-wrappers .footer-logo-ver {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
#footer .footer-logos-wrappers .footer-logo-ver img {
  height: 40px;
}
#footer .footer-logos-wrappers .footer-logo-hor {
  display: none;
}
#footer .foot-title {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#footer .foot-title h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
#footer .foot-nav {
  min-height: 160px;
  margin-bottom: 1.8rem;
}
#footer .foot-nav ul li {
  padding-bottom: 1rem;
}
#footer .foot-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}
#footer .foot-nav ul li a.foot-nav_disabled {
  color: #ddd;
}
#footer .foot-nav ul li a:hover {
  font-weight: 600;
}
#footer .width2 {
  flex: 0 0 15%;
  max-width: 15%;
}
#footer .width2 .footer-social-icons-wrapper {
  display: none;
}
#footer .width3 {
  flex: 0 0 23%;
  max-width: 22%;
}
#footer .width3 i {
  margin-right: 15px;
}
#bottom {
  background: #03177a;
  color: #ffffff;
}
#bottom p {
  color: #6e84a7;
  font-size: 18px;
}
#bottom ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4rem;
}
#bottom ul li a {
  color: #fff;
  margin-left: 3rem;
  font-size: 25px;
  transition: 0.5s;
}
#bottom ul li a:hover {
  color: #fa497f;
}
#bottom .footer-social-icons-wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#elemS {
  position: absolute;
  top: 0;
  z-index: -2;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#elemS .elemOne {
  position: absolute;
  z-index: 1;
  left: -15vw;
  top: -40vh;
}
#elemS .elemOne img {
  height: 800px;
}
#elemS .elemTwo {
  position: absolute;
  z-index: 0;
  top: -30vh;
  right: -5vw;
}
#elemS .elemTwo img {
  transform: rotate(-108deg);
}
#successfulPopup {
  z-index: 999;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 6, 38, 0.58);
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
}
#successfulPopup.active {
  display: flex;
}
#successfulPopup .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#successfulPopup .container .close {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: fixed;
  top: 3rem;
  padding-right: 5rem;
}
#successfulPopup .container .close #closeSuccessPopup {
  width: 65px;
  height: 65px;
  border: none;
  display: flex;
  position: relative;
  background: transparent;
  float: right;
  padding: 0;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#successfulPopup .container .close #closeSuccessPopup:hover {
  transform: rotate(180deg);
}
#successfulPopup .container .close #closeSuccessPopup:before,
#successfulPopup .container .close #closeSuccessPopup:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 40px;
  height: 5px;
}
#successfulPopup .container .close #closeSuccessPopup:before {
  transform: rotate(45deg);
}
#successfulPopup .container .close #closeSuccessPopup:after {
  transform: rotate(-45deg);
}
#successfulPopup .container .popupWrapper {
  box-sizing: border-box;
  background: #fff;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#successfulPopup .container .popupWrapper h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}
#successfulPopup .container .popupWrapper h3 span {
  color: #fa497f;
}
#successfulPopup .container .popupWrapper p {
  text-align: center;
}
#teams .tableWrapper #teams_rating thead tr th,
#teams .tableWrapper #teams_rating tbody tr th,
#teams .tableWrapper #teams_rating thead tr td,
#teams .tableWrapper #teams_rating tbody tr td {
  width: auto;
  padding: 0 0.5rem;
}
#teams .tableWrapper #teams_rating thead tr th.name,
#teams .tableWrapper #teams_rating tbody tr th.name,
#teams .tableWrapper #teams_rating thead tr td.name,
#teams .tableWrapper #teams_rating tbody tr td.name {
  flex-basis: 30%;
}
#teams .tableWrapper #teams_rating thead tr th.gamesPlayed,
#teams .tableWrapper #teams_rating tbody tr th.gamesPlayed,
#teams .tableWrapper #teams_rating thead tr td.gamesPlayed,
#teams .tableWrapper #teams_rating tbody tr td.gamesPlayed,
#teams .tableWrapper #teams_rating thead tr th.rightAnswers,
#teams .tableWrapper #teams_rating tbody tr th.rightAnswers,
#teams .tableWrapper #teams_rating thead tr td.rightAnswers,
#teams .tableWrapper #teams_rating tbody tr td.rightAnswers,
#teams .tableWrapper #teams_rating thead tr th.quantumScore,
#teams .tableWrapper #teams_rating tbody tr th.quantumScore,
#teams .tableWrapper #teams_rating thead tr td.quantumScore,
#teams .tableWrapper #teams_rating tbody tr td.quantumScore,
#teams .tableWrapper #teams_rating thead tr th.tourScore,
#teams .tableWrapper #teams_rating tbody tr th.tourScore,
#teams .tableWrapper #teams_rating thead tr td.tourScore,
#teams .tableWrapper #teams_rating tbody tr td.tourScore {
  flex-basis: 17.5%;
}
#teams .tableWrapper #teams_rating thead tr th .colored,
#teams .tableWrapper #teams_rating tbody tr th .colored,
#teams .tableWrapper #teams_rating thead tr td .colored,
#teams .tableWrapper #teams_rating tbody tr td .colored {
  color: #fa497f;
  font-weight: bold;
}
ul hr {
  background: #fff;
  border: none;
  height: 1px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 320px) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #tour .tournament_description {
    padding: 0;
  }
  #tour .tournament_description p {
    font-size: 1.1rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -23rem;
  }
  #header .elemWrapper .elemTwo {
    top: -23rem;
    right: -15rem;
  }
}
@media screen and (max-width: 375px) and (min-width: 321px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #tour .tournament_description {
    padding: 0;
  }
  #tour .tournament_description p {
    font-size: 1.1rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -23rem;
  }
  #header .elemWrapper .elemTwo {
    top: -23rem;
    right: -15rem;
  }
}
@media screen and (max-width: 375px) and (min-width: 321px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -23rem;
  }
  #header .elemWrapper .elemTwo {
    top: -23rem;
    right: -15rem;
  }
}
@media screen and (max-width: 450px) and (min-width: 376px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #tour .tournament_description {
    padding: 0;
  }
  #tour .tournament_description p {
    font-size: 1.1rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -22rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -23rem;
    right: -16rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 451px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -22rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -23rem;
    right: -16rem;
  }
}
@media screen and (max-width: 640px) and (min-width: 576px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #tour .tournament_description {
    padding: 0;
  }
  #tour .tournament_description p {
    font-size: 1.1rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -20rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -17rem;
  }
}
@media screen and (max-width: 640px) and (min-width: 576px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -20rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -17rem;
  }
}
@media screen and (max-width: 800px) and (min-width: 641px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -20rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -17rem;
  }
}
@media screen and (max-width: 800px) and (min-width: 641px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -20rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -17rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -20rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -13rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -19rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -13rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -19rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -10rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -19rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -10rem;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1281px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -19rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -10rem;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1281px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -19rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -10rem;
  }
}
@media screen and (max-width: 1680px) and (min-width: 1367px) and (orientation: portrait) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -19rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -10rem;
  }
}
@media screen and (max-width: 1680px) and (min-width: 1367px) and (orientation: landscape) {
  #tour {
    padding: 1rem 0 2rem;
  }
  #header .elemWrapper {
    position: relative;
    z-index: 2;
  }
  #header .elemWrapper .elemOne {
    top: -19rem;
    left: -15rem;
  }
  #header .elemWrapper .elemTwo {
    top: -22rem;
    right: -10rem;
  }
}
@media screen and (max-width: 320px) {
  .elemOne img {
    top: -30rem;
  }
  .elemTwo {
    display: none;
  }
  body .title h2 {
    font-size: 2.2rem;
  }
  body .title h3 {
    font-size: 1.5rem;
  }
  #registerBlock {
    padding: 1rem 0;
  }
  #registerBlock .row {
    flex-direction: column;
  }
  #registerBlock .row .textWrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #registerBlock .row .textWrapper strong {
    display: block;
    margin: 1rem;
  }
  #registerBlock .row .textWrapper .linkRegTeams::before {
    content: none;
  }
  #registerBlock .row .buttonWrapper {
    max-width: 90%;
  }
  #header .logoWrapper .logo_vertical {
    display: none;
  }
  #header .logoWrapper .logo_horizontal {
    display: block;
  }
  #header .logoWrapper .logo_horizontal img {
    width: auto;
    height: 27px;
  }
  #header .signInWrapper .btnLink {
    font-size: 0.9rem;
    width: 115px;
    height: 35px;
  }
  #header .outerMenu .checkbox-toggle,
  #header .outerMenu .hamburger {
    /*top: -1.2rem;*/
    left: -0.5rem;
    width: 35px;
    height: 35px;
    padding: 0;
  }
  #header .outerMenu .menu div div ul li {
    font-size: 15px;
  }
  #mobileBtnIcons.no_active {
    font-size: 2.4rem;
    display: block;
    color: #495dfa;
  }
  #socialMediaLinksBar {
    bottom: 50%;
    top: auto;
  }
  #socialMediaLinksBar .socialLinksWrapper ul {
    padding: 4px 0;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li {
    padding: 4px;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li a {
    font-size: 2.4rem;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons {
    display: none;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons.activeSocialMenu {
    display: flex;
  }
  #tour {
    padding: 5rem 0 2rem;
  }
  #tour .title h6 {
    display: block;
  }
  #tour .col-sm-12 {
    padding: 0;
  }
  #tour .tableBtnWrapper {
    display: flex;
  }
  #tour .tableWrapper table thead tr td,
  #tour .tableWrapper table tbody tr td,
  #tour .tableWrapper table thead tr th,
  #tour .tableWrapper table tbody tr th {
    display: none;
    font-size: 0.9rem;
  }
  #tour .tableWrapper table thead tr td.active,
  #tour .tableWrapper table tbody tr td.active,
  #tour .tableWrapper table thead tr th.active,
  #tour .tableWrapper table tbody tr th.active,
  #tour .tableWrapper table thead tr td.name,
  #tour .tableWrapper table tbody tr td.name,
  #tour .tableWrapper table thead tr th.name,
  #tour .tableWrapper table tbody tr th.name {
    display: flex;
  }
  #tour .tableWrapper table thead tr td.name,
  #tour .tableWrapper table tbody tr td.name,
  #tour .tableWrapper table thead tr th.name,
  #tour .tableWrapper table tbody tr th.name {
    width: 60%;
  }
  #tour .tableWrapper table thead tr td.active,
  #tour .tableWrapper table tbody tr td.active,
  #tour .tableWrapper table thead tr th.active,
  #tour .tableWrapper table tbody tr th.active {
    width: 40%;
  }
  #tour .tableWrapper table thead tr td.id,
  #tour .tableWrapper table tbody tr td.id,
  #tour .tableWrapper table thead tr th.id,
  #tour .tableWrapper table tbody tr th.id {
    width: 10%;
  }
  #teams .title h6 {
    display: block;
  }
  #teams .tableBtnWrapper {
    display: flex;
  }
  #teams .tableWrapper table thead tr td,
  #teams .tableWrapper table tbody tr td,
  #teams .tableWrapper table thead tr th,
  #teams .tableWrapper table tbody tr th {
    display: none;
    font-size: 0.9rem;
  }
  #teams .tableWrapper table thead tr td.active,
  #teams .tableWrapper table tbody tr td.active,
  #teams .tableWrapper table thead tr th.active,
  #teams .tableWrapper table tbody tr th.active,
  #teams .tableWrapper table thead tr td.name,
  #teams .tableWrapper table tbody tr td.name,
  #teams .tableWrapper table thead tr th.name,
  #teams .tableWrapper table tbody tr th.name,
  #teams .tableWrapper table thead tr td.id,
  #teams .tableWrapper table tbody tr td.id,
  #teams .tableWrapper table thead tr th.id,
  #teams .tableWrapper table tbody tr th.id {
    display: flex;
  }
  #teams .tableWrapper table thead tr td.name,
  #teams .tableWrapper table tbody tr td.name,
  #teams .tableWrapper table thead tr th.name,
  #teams .tableWrapper table tbody tr th.name {
    width: 60%;
  }
  #teams .tableWrapper table thead tr td.active,
  #teams .tableWrapper table tbody tr td.active,
  #teams .tableWrapper table thead tr th.active,
  #teams .tableWrapper table tbody tr th.active {
    width: 40%;
  }
  #teams .tableWrapper table thead tr td.id,
  #teams .tableWrapper table tbody tr td.id,
  #teams .tableWrapper table thead tr th.id,
  #teams .tableWrapper table tbody tr th.id {
    width: 10%;
  }
  .footer-logo-hor,
  .img-wrapper-for-phone,
  .logo-horizontal {
    display: block;
  }
  #footer .width2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper {
    display: block;
  }
  #footer .width2 .footer-social-icons-wrapper ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper ul a {
    color: #fff;
  }
  #footer .width3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #footer .footer-logos-wrappers {
    width: 50%;
    height: 50px;
  }
  #footer .footer-logos-wrappers .footer-logo-ver {
    display: none;
  }
  #footer .footer-logos-wrappers .footer-logo-hor {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .footer-logos-wrappers .footer-logo-hor img {
    width: 100px;
  }
  #footer .footer-social-icons-wrapper {
    width: 50%;
  }
  #footer .foot-nav ul li {
    font-size: 10px;
  }
  #footer .foot-nav ul li a {
    font-size: 10px;
  }
  #bottom .phone-bottom {
    display: none;
  }
  #registerPopup .close {
    display: flex;
    padding: 0;
    top: -15px;
    justify-content: center;
    align-items: center;
  }
  #registerPopup .close #closePopup:before,
  #registerPopup .close #closePopup:after {
    background: #495dfa;
    width: 30px;
  }
  #registerPopup h3 {
    font-size: 2rem;
    margin: 10px;
  }
  #registerPopup #closePopup:before,
  #registerPopup #closePopup:after {
    background: #ffffff;
    width: 30px;
  }
  #registerPopup #registerForm {
    padding: 2rem 1rem;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  #registerPopup #registerForm .registerTitle h3 {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  #registerPopup #registerForm .wrapInnerContent {
    padding-bottom: 0;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper {
    padding-bottom: 10px;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper label {
    font-size: 0.9rem;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper input {
    padding: 0 0 0 1rem;
    height: 40px;
  }
  #registerPopup #registerForm .wrapInnerContent .btnWrapper button {
    height: 50px;
  }
}
@media screen and (max-width: 575px) and (min-width: 321px) {
  .elemOne img {
    top: -23rem;
    left: -5rem;
  }
  .elemTwo {
    display: none;
  }
  body .title h2 {
    font-size: 2.2rem;
  }
  body .title h3 {
    font-size: 1.5rem;
  }
  #registerBlock {
    padding: 1rem 0;
  }
  #registerBlock .row {
    flex-direction: column;
  }
  #registerBlock .row .textWrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #registerBlock .row .textWrapper strong {
    display: block;
    margin: 1rem;
  }
  #registerBlock .row .textWrapper .linkRegTeams::before {
    content: none;
  }
  #registerBlock .row .buttonWrapper {
    max-width: 90%;
  }
  #header .logoWrapper .logo_vertical {
    display: none;
  }
  #header .logoWrapper .logo_horizontal {
    display: block;
  }
  #header .logoWrapper .logo_horizontal img {
    width: auto;
    height: 30px;
  }
  #header .signInWrapper .btnLink {
    font-size: 0.7rem;
    width: 125px;
    height: 35px;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  #header .signInWrapper .btnLink i {
    margin-left: 5px;
    margin-right: 10px;
  }
  #header .outerMenu .checkbox-toggle,
  #header .outerMenu .hamburger {
    /*top: -1.2rem;*/
    left: -0.5rem;
    width: 35px;
    height: 35px;
    padding: 0;
  }
  #header .outerMenu .menu div div ul li {
    font-size: 15px;
  }
  #registerPopup .close {
    display: flex;
    padding: 0;
    top: 0;
    justify-content: center;
    align-items: center;
  }
  #registerPopup .close #closePopup:before,
  #registerPopup .close #closePopup:after {
    background: #ffffff;
    width: 30px;
  }
  #registerPopup .close #registerForm {
    width: 100%;
    height: 100%;
  }
  #registerPopup .close #registerForm .registerTitle h3 {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  #registerPopup .close #registerForm .wrapInnerContent .inputWrapper {
    padding-bottom: 10px;
  }
  #registerPopup .close #registerForm .wrapInnerContent .inputWrapper label {
    font-size: 0.9rem;
  }
  #registerPopup .close #registerForm .wrapInnerContent .inputWrapper input {
    padding: 0 0 0 1rem;
    height: 40px;
  }
  #registerPopup .close #registerForm .wrapInnerContent .btnWrapper button {
    height: 50px;
  }
  #registerPopup #registerForm {
    padding: 2rem 1rem;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  #registerPopup #registerForm .registerTitle h3 {
    font-size: 1.3rem;
    margin: 10px 0;
    text-transform: uppercase;
  }
  #registerPopup #registerForm .wrapInnerContent {
    padding-bottom: 0;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper {
    padding-bottom: 10px;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper label {
    font-size: 0.9rem;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper input {
    padding: 0 0 0 1rem;
    height: 40px;
  }
  #registerPopup #registerForm .wrapInnerContent .btnWrapper button {
    height: 50px;
  }
  #tour {
    padding: 4.5rem 0 2rem;
  }
  #tour .title h2 {
    margin: 0 0 1rem 0;
  }
  #tour .title h6 {
    display: block;
  }
  #tour .col-sm-12 {
    padding: 0;
  }
  #tour .tableBtnWrapper {
    display: flex;
  }
  #tour .tableWrapper table thead tr td,
  #tour .tableWrapper table tbody tr td,
  #tour .tableWrapper table thead tr th,
  #tour .tableWrapper table tbody tr th {
    display: none;
    font-size: 0.9rem;
  }
  #tour .tableWrapper table thead tr td.active,
  #tour .tableWrapper table tbody tr td.active,
  #tour .tableWrapper table thead tr th.active,
  #tour .tableWrapper table tbody tr th.active,
  #tour .tableWrapper table thead tr td.name,
  #tour .tableWrapper table tbody tr td.name,
  #tour .tableWrapper table thead tr th.name,
  #tour .tableWrapper table tbody tr th.name {
    display: flex;
  }
  #tour .tableWrapper table thead tr td.name,
  #tour .tableWrapper table tbody tr td.name,
  #tour .tableWrapper table thead tr th.name,
  #tour .tableWrapper table tbody tr th.name {
    width: 60%;
  }
  #tour .tableWrapper table thead tr td.active,
  #tour .tableWrapper table tbody tr td.active,
  #tour .tableWrapper table thead tr th.active,
  #tour .tableWrapper table tbody tr th.active {
    width: 40%;
  }
  #teams .title h6 {
    display: block;
  }
  #teams .tableBtnWrapper {
    display: flex;
  }
  #teams .tableWrapper table thead tr td,
  #teams .tableWrapper table tbody tr td,
  #teams .tableWrapper table thead tr th,
  #teams .tableWrapper table tbody tr th {
    display: none;
    font-size: 0.9rem;
  }
  #teams .tableWrapper table thead tr td.active,
  #teams .tableWrapper table tbody tr td.active,
  #teams .tableWrapper table thead tr th.active,
  #teams .tableWrapper table tbody tr th.active,
  #teams .tableWrapper table thead tr td.name,
  #teams .tableWrapper table tbody tr td.name,
  #teams .tableWrapper table thead tr th.name,
  #teams .tableWrapper table tbody tr th.name,
  #teams .tableWrapper table thead tr td.id,
  #teams .tableWrapper table tbody tr td.id,
  #teams .tableWrapper table thead tr th.id,
  #teams .tableWrapper table tbody tr th.id {
    display: flex;
  }
  #teams .tableWrapper table thead tr td.name,
  #teams .tableWrapper table tbody tr td.name,
  #teams .tableWrapper table thead tr th.name,
  #teams .tableWrapper table tbody tr th.name {
    width: 60%;
  }
  #teams .tableWrapper table thead tr td.active,
  #teams .tableWrapper table tbody tr td.active,
  #teams .tableWrapper table thead tr th.active,
  #teams .tableWrapper table tbody tr th.active {
    width: 40%;
  }
  #teams .tableWrapper table thead tr td.id,
  #teams .tableWrapper table tbody tr td.id,
  #teams .tableWrapper table thead tr th.id,
  #teams .tableWrapper table tbody tr th.id {
    width: 10%;
  }
  #footer .width2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper {
    display: block;
  }
  #footer .width2 .footer-social-icons-wrapper ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper ul a {
    color: #fff;
  }
  #footer .width3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #footer .footer-logos-wrappers {
    width: 50%;
    height: 50px;
  }
  #footer .footer-logos-wrappers .footer-logo-ver {
    display: none;
  }
  #footer .footer-logos-wrappers .footer-logo-hor {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .footer-logos-wrappers .footer-logo-hor img {
    width: 100px;
  }
  #footer .footer-social-icons-wrapper {
    width: 50%;
  }
  #footer .foot-nav ul li {
    font-size: 10px;
  }
  #footer .foot-nav ul li a {
    font-size: 10px;
  }
  #bottom .phone-bottom {
    display: none;
  }
  #mobileBtnIcons.no_active {
    font-size: 2.4rem;
    display: block;
    color: #495dfa;
  }
  #socialMediaLinksBar {
    bottom: 50%;
    top: auto;
  }
  #socialMediaLinksBar .socialLinksWrapper ul {
    padding: 4px 0;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li {
    padding: 4px;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li a {
    font-size: 2.4rem;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons {
    display: none;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons.activeSocialMenu {
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body .title h2 {
    font-size: 2.5rem;
  }
  body .title h3 {
    font-size: 1.7rem;
  }
  #registerBlock {
    padding: 1rem 0;
  }
  #header .logoWrapper .logo_vertical {
    display: none;
  }
  #header .logoWrapper .logo_horizontal {
    display: block;
  }
  #header .outerMenu .menu div div ul li {
    font-size: 24px;
  }
  #footer .width2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper {
    display: block;
  }
  #footer .width2 .footer-social-icons-wrapper ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper ul a {
    color: #fff;
  }
  #footer .width3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #footer .footer-logos-wrappers {
    width: 50%;
    height: 50px;
  }
  #footer .footer-logos-wrappers .footer-logo-ver {
    display: none;
  }
  #footer .footer-logos-wrappers .footer-logo-hor {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .footer-logos-wrappers .footer-logo-hor img {
    width: 100px;
  }
  #footer .footer-social-icons-wrapper {
    width: 50%;
  }
  #footer .foot-nav ul li {
    font-size: 16px;
  }
  #footer .foot-nav ul li a {
    font-size: 16px;
  }
  #tour {
    padding: 5rem 0 2rem;
  }
  #tour .title h6 {
    display: block;
  }
  #tour .col-sm-12 {
    padding: 0;
  }
  #tour .tableBtnWrapper {
    display: flex;
  }
  #tour .tableWrapper table thead tr td,
  #tour .tableWrapper table tbody tr td,
  #tour .tableWrapper table thead tr th,
  #tour .tableWrapper table tbody tr th {
    display: none;
    font-size: 0.9rem;
  }
  #tour .tableWrapper table thead tr td.active,
  #tour .tableWrapper table tbody tr td.active,
  #tour .tableWrapper table thead tr th.active,
  #tour .tableWrapper table tbody tr th.active,
  #tour .tableWrapper table thead tr td.name,
  #tour .tableWrapper table tbody tr td.name,
  #tour .tableWrapper table thead tr th.name,
  #tour .tableWrapper table tbody tr th.name {
    display: flex;
  }
  #tour .tableWrapper table thead tr td.name,
  #tour .tableWrapper table tbody tr td.name,
  #tour .tableWrapper table thead tr th.name,
  #tour .tableWrapper table tbody tr th.name {
    width: 60%;
  }
  #tour .tableWrapper table thead tr td.active,
  #tour .tableWrapper table tbody tr td.active,
  #tour .tableWrapper table thead tr th.active,
  #tour .tableWrapper table tbody tr th.active {
    width: 40%;
  }
  #teams .title h6 {
    display: block;
  }
  #teams .tableBtnWrapper {
    display: flex;
  }
  #teams .tableWrapper table thead tr td,
  #teams .tableWrapper table tbody tr td,
  #teams .tableWrapper table thead tr th,
  #teams .tableWrapper table tbody tr th {
    display: none;
    font-size: 0.9rem;
  }
  #teams .tableWrapper table thead tr td.active,
  #teams .tableWrapper table tbody tr td.active,
  #teams .tableWrapper table thead tr th.active,
  #teams .tableWrapper table tbody tr th.active,
  #teams .tableWrapper table thead tr td.name,
  #teams .tableWrapper table tbody tr td.name,
  #teams .tableWrapper table thead tr th.name,
  #teams .tableWrapper table tbody tr th.name,
  #teams .tableWrapper table thead tr td.id,
  #teams .tableWrapper table tbody tr td.id,
  #teams .tableWrapper table thead tr th.id,
  #teams .tableWrapper table tbody tr th.id {
    display: flex;
  }
  #teams .tableWrapper table thead tr td.name,
  #teams .tableWrapper table tbody tr td.name,
  #teams .tableWrapper table thead tr th.name,
  #teams .tableWrapper table tbody tr th.name {
    width: 60%;
  }
  #teams .tableWrapper table thead tr td.active,
  #teams .tableWrapper table tbody tr td.active,
  #teams .tableWrapper table thead tr th.active,
  #teams .tableWrapper table tbody tr th.active {
    width: 40%;
  }
  #teams .tableWrapper table thead tr td.id,
  #teams .tableWrapper table tbody tr td.id,
  #teams .tableWrapper table thead tr th.id,
  #teams .tableWrapper table tbody tr th.id {
    width: 10%;
  }
  #bottom .phone-bottom {
    display: none;
  }
  #mobileBtnIcons.no_active {
    font-size: 2.4rem;
    display: block;
    color: #495dfa;
  }
  #socialMediaLinksBar {
    bottom: 50%;
    top: auto;
  }
  #socialMediaLinksBar .socialLinksWrapper ul {
    padding: 4px 0;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li {
    padding: 4px;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li a {
    font-size: 2.4rem;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons {
    display: none;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons.activeSocialMenu {
    display: flex;
  }
  #registerPopup .close #closePopup:before,
  #registerPopup .close #closePopup:after {
    background: #ffffff;
    width: 30px;
  }
  #registerPopup .registerTitle h3 {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  #registerPopup #registerForm {
    width: 100%;
    max-width: 500px;
    padding: 2rem 1rem;
  }
  #registerPopup #registerForm .registerTitle h3 {
    font-size: 1.3rem;
    margin: 10px 0;
    text-transform: uppercase;
  }
  #registerPopup #registerForm .wrapInnerContent {
    padding-bottom: 0;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper {
    padding-bottom: 10px;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper label {
    font-size: 0.9rem;
  }
  #registerPopup #registerForm .wrapInnerContent .inputWrapper input {
    padding: 0 0 0 1rem;
    height: 40px;
  }
  #registerPopup #registerForm .wrapInnerContent .btnWrapper button {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .title h2 {
    font-size: 2.5rem;
  }
  body .title h3 {
    font-size: 1.9rem;
  }
  #footer .width2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper {
    display: block;
  }
  #footer .width2 .footer-social-icons-wrapper ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #footer .width2 .footer-social-icons-wrapper ul a {
    color: #fff;
  }
  #footer .width3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #footer .footer-logos-wrappers {
    width: 50%;
    height: 50px;
  }
  #footer .footer-logos-wrappers .footer-logo-ver {
    display: none;
  }
  #footer .footer-logos-wrappers .footer-logo-hor {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .footer-logos-wrappers .footer-logo-hor img {
    width: 130px;
  }
  #footer .footer-social-icons-wrapper {
    width: 50%;
  }
  #bottom .phone-bottom {
    display: none;
  }
  #registerPopup .close {
    padding-right: 3rem;
  }
  #registerPopup .registerTitle h3 {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  #registerPopup #registerForm {
    width: 100%;
    max-width: 500px;
  }
  #registerPopup #registerForm .wrapInnerContent .btnWrapper button {
    height: 50px;
  }
  #mobileBtnIcons.no_active {
    font-size: 2.4rem;
    display: block;
    color: #495dfa;
  }
  #socialMediaLinksBar {
    bottom: 50%;
    top: auto;
  }
  #socialMediaLinksBar .socialLinksWrapper ul {
    padding: 4px 0;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li {
    padding: 4px;
  }
  #socialMediaLinksBar .socialLinksWrapper ul li a {
    font-size: 2.4rem;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons {
    display: none;
  }
  #socialMediaLinksBar .socialLinksWrapper ul#listSocialIcons.activeSocialMenu {
    display: flex;
  }
  #tour .tableBtnWrapper {
    display: none;
  }
  #tour .title h6 {
    display: none;
  }
  #tour .tableWrapper table thead tr td,
  #tour .tableWrapper table tbody tr td,
  #tour .tableWrapper table thead tr th,
  #tour .tableWrapper table tbody tr th {
    font-size: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #bottom .footer-social-icons-wrapper ul a {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #tour .inner_container {
    width: 95%;
    margin: auto;
  }
  #tour .tab_control {
    width: 100%;
  }
  #tour .tab_control .tab_names {
    display: grid;
    grid-template: 100% / 1fr;
    padding: 1rem 0 0.5rem 0;
  }
  #tour .tab_control .tab_names > div {
    grid-row-start: 1;
    grid-column-start: 1;
    text-align: center;
  }
  #tour .tab_control .tab_names > div:not(.active) {
    display: none;
  }
  #tour .tab_control .tab_names > div + div {
    margin: 0;
  }
  #tour .tab_control .tab_dots {
    display: flex;
    justify-content: center;
  }
  #tour .tab_control .tab_dots .dot {
    width: 0.5rem;
    height: 0.5rem;
    background: #03177a;
    border-radius: 100%;
    margin: 0 0.35rem;
    transition: all 0.5s;
  }
  #tour .tab_control .tab_dots .dot.active {
    background: #fa497f;
  }
  #tour .tab_control .tabs {
    overflow: hidden;
    width: 100%;
  }
  #tour .tab_control .tabs > div {
    width: 100%;
  }
  #tour .tab_control .tabs > div.tableWrapper {
    padding: 1rem 0.5rem;
  }
  #tour .textWrapper {
    overflow: hidden;
  }
  #tour .textWrapper p {
    text-indent: unset;
  }
  #tour .wrapBtnSlider {
    display: grid;
    grid-template: 1fr / 1fr;
  }
  #tour .wrapBtnSlider .title,
  #tour .wrapBtnSlider .tableBtnWrapper {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  #tour .wrapBtnSlider .title {
    padding: 0 55px;
    display: flex;
  }
  #tour .wrapBtnSlider .title h6 {
    margin: auto 0;
  }
  #tour .game_links .links_container {
    display: block;
  }
  #tour .game_links .links_container .outer_link:first-child {
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(53, 53, 53, 0.15);
  }
  #tour .game_links .links_container .outer_link:last-child {
    padding-top: 0.5rem;
  }
  #tour .comments {
    position: relative;
  }
  #tour .comments::before,
  #tour .comments::after {
    position: absolute;
    top: 0;
    width: 2.5rem;
    height: 100%;
    content: "";
    display: block;
  }
  #tour .comments::before {
    left: 0;
  }
  #tour .comments::after {
    right: 0;
  }
  #registerBlock,
  #private_block {
    width: 100%;
  }
  #registerBlock.registerBlock,
  #private_block.registerBlock {
    display: block;
  }
  #registerBlock.registerBlock .textWrapper,
  #private_block.registerBlock .textWrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #registerBlock.registerBlock .textWrapper p strong,
  #private_block.registerBlock .textWrapper p strong {
    display: block;
  }
  #registerBlock.registerBlock .buttonWrapper,
  #private_block.registerBlock .buttonWrapper {
    max-width: none;
    padding: 0 2rem;
  }
  #registerBlock.private,
  #private_block.private {
    text-align: center;
    display: grid;
  }
  #registerBlock.private h2,
  #private_block.private h2 {
    margin: 1rem 0;
  }
  #registerBlock.private .img,
  #private_block.private .img {
    grid-row-start: 1;
    margin-top: 1rem;
    padding: 0;
    justify-content: center;
  }
  #footer .container {
    height: auto;
  }
  #teams .container .row > div {
    padding: 0 0.25rem;
  }
  #teams .tableWrapper #teams_rating thead tr,
  #teams .tableWrapper #teams_rating tbody tr {
    align-items: stretch;
  }
  #teams .tableWrapper #teams_rating thead tr th,
  #teams .tableWrapper #teams_rating tbody tr th,
  #teams .tableWrapper #teams_rating thead tr td,
  #teams .tableWrapper #teams_rating tbody tr td {
    padding: 0 0.25rem;
    font-size: 0.75rem;
  }
  #teams .tableWrapper #teams_rating thead tr th.name,
  #teams .tableWrapper #teams_rating tbody tr th.name,
  #teams .tableWrapper #teams_rating thead tr td.name,
  #teams .tableWrapper #teams_rating tbody tr td.name {
    flex-basis: 60%;
    word-break: break-word;
  }
  #teams .tableWrapper #teams_rating thead tr th.gamesPlayed,
  #teams .tableWrapper #teams_rating tbody tr th.gamesPlayed,
  #teams .tableWrapper #teams_rating thead tr td.gamesPlayed,
  #teams .tableWrapper #teams_rating tbody tr td.gamesPlayed,
  #teams .tableWrapper #teams_rating thead tr th.rightAnswers,
  #teams .tableWrapper #teams_rating tbody tr th.rightAnswers,
  #teams .tableWrapper #teams_rating thead tr td.rightAnswers,
  #teams .tableWrapper #teams_rating tbody tr td.rightAnswers,
  #teams .tableWrapper #teams_rating thead tr th.quantumScore,
  #teams .tableWrapper #teams_rating tbody tr th.quantumScore,
  #teams .tableWrapper #teams_rating thead tr td.quantumScore,
  #teams .tableWrapper #teams_rating tbody tr td.quantumScore,
  #teams .tableWrapper #teams_rating thead tr th.tourScore,
  #teams .tableWrapper #teams_rating tbody tr th.tourScore,
  #teams .tableWrapper #teams_rating thead tr td.tourScore,
  #teams .tableWrapper #teams_rating tbody tr td.tourScore {
    flex-basis: 40%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=styleTour.css.map */
