body, html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Neue", sans-serif;
}

@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplay-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplay-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplay-Mediu.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplay-Roman.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
}
.container {
  max-width: 1140px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

header {
  background-color: #000;
  position: relative;
}
header:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
header .outer__header {
  padding: 30px 0px;
  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;
}
header .outer__header .right__part {
  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;
  padding-right: 7px;
}
header .outer__header .right__part > ul {
  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: 0px;
  padding: 0px;
  margin-right: 45px;
  list-style-type: none;
}
header .outer__header .right__part > ul > li {
  margin-right: 25px;
}
header .outer__header .right__part > ul > li > a {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .right__part > ul > li > a:hover {
  opacity: 1;
}
header .outer__header .right__part > ul > li > a.current {
  font-weight: 500;
  opacity: 1;
}
header .outer__header .right__part > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .right__part .profile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .right__part .profile > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .right__part .profile > a:hover {
  opacity: 0.7;
}
header .outer__header .right__part .profile > a img {
  min-width: 36px;
  max-width: 36px;
}
header .outer__header .right__part .socials {
  margin-left: 33px;
}
header .outer__header .right__part .socials > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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;
}
header .outer__header .right__part .socials > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .right__part .socials > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .right__part .socials > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  border-radius: 250px;
  border-radius: 250px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .right__part .socials > ul > li > a.colored {
  background-color: #FFFFFF;
}
header .outer__header .right__part .socials > ul > li > a.colored > img {
  min-width: 24px;
  max-width: 24px;
}
header .outer__header .right__part .socials > ul > li > a:hover {
  opacity: 0.7;
}
header .outer__header .right__part .socials > ul > li > a img {
  max-width: 36px;
  max-height: 36px;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header > a img {
  max-width: 170px;
}

.tournament__hero {
  background: url("../img/heroimage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tournament__hero .outer__tournament {
  min-height: 860px;
  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;
}
.tournament__hero .outer__tournament > h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 35px rgb(0, 0, 0);
  font-size: 100px;
  margin: 0px;
  line-height: 90px;
  font-weight: 900;
  color: #fff;
}

.app__wrapper {
  padding-bottom: 35px;
}
.app__wrapper .outer__app {
  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;
}
.app__wrapper .outer__app .desc {
  margin-left: 60px;
}
.app__wrapper .outer__app .desc > h2 {
  position: relative;
  top: -40px;
  font-size: 50px;
  line-height: 60px;
  margin: 0px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.app__wrapper .outer__app .desc > h2 a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.app__wrapper .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -200px;
}

.cta__wrapper {
  background-color: #666666;
  padding-top: 75px;
  padding-bottom: 40px;
}
.cta__wrapper .outer__cta .btn {
  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;
  justify-content: center;
  margin-top: 25px;
}
.cta__wrapper .outer__cta .btn > a {
  min-height: 56px;
  border-radius: 250px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  background-color: #15145A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cta__wrapper .outer__cta .btn > a:hover {
  opacity: 0.7;
}
.cta__wrapper .outer__cta > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 36px;
}
.cta__wrapper .outer__cta > p:nth-child(2) {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.cta__wrapper .outer__cta > p span {
  font-weight: 500;
}
.cta__wrapper .outer__cta > h2 {
  text-align: center;
  margin-top: 0px;
  margin-block: 10px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  color: #fff;
}

footer {
  padding: 35px 0px;
  background-color: #000000;
}
footer .outer__footer {
  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;
}
footer .outer__footer .right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .outer__footer .right > p {
  margin: 0px;
  font-size: 17px;
  margin-top: 18px;
  line-height: 24px;
  color: #737373;
  font-weight: 600;
}
footer .outer__footer .right > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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;
}
footer .outer__footer .right > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .outer__footer .right > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  border-radius: 250px;
  border-radius: 250px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer .right > ul > li > a.colored {
  background-color: #fff;
}
footer .outer__footer .right > ul > li > a.colored img {
  max-width: 26px;
}
footer .outer__footer .right > ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .right > ul > li > a img {
  max-width: 36px;
  max-height: 36px;
}
footer .outer__footer .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .left > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 150px;
}
footer .outer__footer .left > ul > li {
  font-size: 17px;
  line-height: 24px;
  color: #737373;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .outer__footer .left > ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer .left > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer .left > a img {
  max-width: 170px;
}

.article__wrapper .outer__article {
  padding-bottom: 120px;
}
.article__wrapper .outer__article .media {
  margin-top: -160px;
  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-bottom: 45px;
}
.article__wrapper .outer__article .desc {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.article__wrapper .outer__article .desc ul {
  max-width: 640px;
  padding: 0px;
  margin: 0px auto;
}
.article__wrapper .outer__article .desc ul > li {
  font-size: 20px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 300;
  color: #000;
}
.article__wrapper .outer__article .desc ul > li:last-child {
  margin-bottom: 0px;
}
.article__wrapper .outer__article .desc ul > li span {
  font-weight: 500;
}
.article__wrapper .outer__article .desc > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.benefits__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#C0C0C0));
  background: linear-gradient(to bottom, #DDDDDD, #C0C0C0);
}
.benefits__wrapper.second {
  background: none;
  background-color: #fff;
  padding-bottom: 60px !important;
}
.benefits__wrapper.second .outer__benefits .desc {
  padding-left: 60px;
  max-width: 580px;
  margin-right: 50px;
}
.benefits__wrapper.second .outer__benefits {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits__wrapper.second .outer__benefits .media {
  margin-right: auto;
}
.benefits__wrapper .outer__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits__wrapper .outer__benefits .desc {
  padding-top: 35px;
  margin-right: auto;
}
.benefits__wrapper .outer__benefits .desc > h2 {
  margin-top: 0px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.benefits__wrapper .outer__benefits .desc > ul {
  padding: 0px;
  margin: 0px auto;
  max-width: 640px;
  padding-left: 25px;
}
.benefits__wrapper .outer__benefits .desc > ul > li {
  font-size: 20px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 300;
  color: #000;
}
.benefits__wrapper .outer__benefits .desc > ul > li span {
  font-weight: 500;
}
.benefits__wrapper .outer__benefits .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -80px;
  margin-right: 45px;
}

.tournament__hero.empower {
  background: url("../img/back2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tournament__hero.empower .outer__tournament > h1 {
  position: relative;
  top: 50px;
  font-size: 75px;
  line-height: 80px;
}

.partners {
  padding: 80px 0px;
  background-color: #D3D3D3;
}
.partners .outer__partners .logos {
  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;
}
.partners .outer__partners .logos > .elem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 60px;
}
.partners .outer__partners .logos > .elem:last-child {
  margin-right: 0px;
}
.partners .outer__partners .logos > .elem img {
  max-height: 160px;
}
.partners .outer__partners > h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 50px;
  line-height: 70px;
  font-weight: 500;
}

.testimonials__wrapper {
  padding: 60px 0px;
  background-color: #15145A;
  position: relative;
}
.testimonials__wrapper .slick-prev:before {
  content: none;
}
.testimonials__wrapper .slick-prev {
  width: 30px;
  height: 30px;
  background: url("../img/arrowleft.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -80px;
}
.testimonials__wrapper .slick-next:before {
  content: none;
}
.testimonials__wrapper .slick-next {
  right: -80px;
  width: 30px;
  height: 30px;
  background: url("../img/arrowright.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.testimonials__wrapper:before {
  content: "";
  position: absolute;
  bottom: -41px;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: url("../img/arrowafter.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.testimonials__wrapper .outer__testimonials .slider .slick-slide {
  margin: 0 20px;
}
.testimonials__wrapper .outer__testimonials .slider .slick-list {
  margin: 0 -20px;
}
.testimonials__wrapper .outer__testimonials .slider .elem > .inn .text > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #fff;
  font-weight: 400;
}
.testimonials__wrapper .outer__testimonials .slider .elem > .inn .text > p a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}
.testimonials__wrapper .outer__testimonials .slider .elem > .inn > .author {
  margin-bottom: 15px;
  text-align: center;
  min-height: 70px;
}
.testimonials__wrapper .outer__testimonials .slider .elem > .inn > .author > p {
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: #fff;
}
.testimonials__wrapper .outer__testimonials .slider .elem > .inn > .author > span {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
}
.testimonials__wrapper .outer__testimonials > h2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
}
.testimonials__wrapper .outer__testimonials > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials__wrapper .outer__testimonials > span img {
  max-width: 140px;
  width: 100%;
}

.statistic__wrapper {
  padding: 90px 0px;
  background-color: #15145A;
}
.statistic__wrapper .outer__statistic .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 80px;
}
.statistic__wrapper .outer__statistic .grid > .elem {
  text-align: center;
}
.statistic__wrapper .outer__statistic .grid > .elem > p {
  margin: 0px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  margin-top: -7px;
  text-transform: uppercase;
}
.statistic__wrapper .outer__statistic .grid > .elem > span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.statistic__wrapper .outer__statistic .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.statistic__wrapper .outer__statistic .logo img {
  max-width: 360px;
}

.tournament__hero.tournament {
  background: url("../img/voleyball.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tournament__hero.tournament .outer__tournament {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 135px;
}
.tournament__hero .outer__tournament {
  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;
}
.tournament__hero .outer__tournament > h2 {
  margin: 0px;
  margin-top: 20px;
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 0px 35px rgb(0, 0, 0);
}

.tournament__wrapper {
  padding-bottom: 60px;
}
.tournament__wrapper .outer__tournament ul {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}
.tournament__wrapper .outer__tournament ul span {
  font-weight: 500;
}
.tournament__wrapper .outer__tournament ul > li {
  margin-bottom: 12px;
}
.tournament__wrapper .outer__tournament ul > li:last-child {
  margin-bottom: 0px;
}
.tournament__wrapper .outer__tournament > h2 {
  text-align: center;
  margin-top: 45px;
  font-size: 58px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
.tournament__wrapper .outer__tournament > .media {
  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;
  margin-top: -120px;
}
.tournament__wrapper .outer__tournament > .media img {
  max-width: 1040px;
  width: 100%;
}

.youtube__guides {
  padding: 90px 0px;
}
.youtube__guides .outer__youtube .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.youtube__guides .outer__youtube .inner .switcher {
  max-height: 440px;
  overflow-y: auto;
}
.youtube__guides .outer__youtube .inner .switcher > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  margin-bottom: 12px;
  color: #606060;
  font-size: 16px;
  line-height: 24px;
}
.youtube__guides .outer__youtube .inner .switcher > a.current {
  color: #15145A;
  font-weight: 500;
}
.youtube__guides .outer__youtube .inner .switcher > a:last-child {
  margin-bottom: 0px;
}
.youtube__guides .outer__youtube .inner .switcher > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.youtube__guides .outer__youtube .inner .switcher > a > span img {
  min-width: 75px;
  max-width: 75px;
  border-radius: 4px;
}
.youtube__guides .outer__youtube .inner .video {
  width: 100%;
}
.youtube__guides .outer__youtube .inner .video > p {
  margin-top: 35px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #606060;
}
.youtube__guides .outer__youtube .inner .video .video__box {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.youtube__guides .outer__youtube .inner .video .video__box iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.youtube__guides .outer__youtube .inner .switcher {
  max-width: 400px;
  width: 100%;
  margin-left: 50px;
}
.youtube__guides .outer__youtube > .top {
  text-align: center;
  margin-bottom: 120px;
}
.youtube__guides .outer__youtube > .top > h2 {
  font-size: 60px;
  line-height: 68px;
  color: #000;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero__clubs {
  padding: 258px 0px;
  padding-top: 320px;
  background: url("../img/soccerback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 274px;
}
.hero__clubs .outer__clubs > h1 {
  text-align: center;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 35px rgb(0, 0, 0);
  font-size: 100px;
  margin: 0px;
  line-height: 90px;
  font-weight: 900;
  color: #fff;
}

.after__widgets {
  padding-bottom: 45px;
}
.after__widgets .elem__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.after__widgets .elem__bottom .desc {
  margin-right: auto;
  max-width: 360px;
  margin-left: 60px;
  padding-bottom: 30px;
  position: relative;
}
.after__widgets .elem__bottom .desc > img {
  max-width: 180px;
  margin-left: -50px;
}
.after__widgets .elem__bottom .desc > p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 5px;
}
.after__widgets .elem__bottom .desc > span {
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
}
.after__widgets .elem__bottom .img {
  max-width: 340px;
  min-width: 340px;
  margin-top: -320px;
}
.after__widgets .elem__bottom .img img {
  max-width: 100%;
}
.after__widgets .outer__after .elem__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.after__widgets .outer__after .elem__top .media {
  position: relative;
  position: relative;
  top: -61px;
  right: 35px;
}
.after__widgets .outer__after .elem__top .media > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 150px;
  bottom: 45px;
}
.after__widgets .outer__after .elem__top .media > span img {
  max-width: 120px;
}
.after__widgets .outer__after .elem__top .media .text {
  margin-top: -15px;
}
.after__widgets .outer__after .elem__top .media .text > p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.after__widgets .outer__after .elem__top .media .text > span {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
}
.after__widgets .outer__after .elem__top .desc {
  padding-left: 45px;
}
.after__widgets .outer__after .elem__top .desc > p {
  font-size: 22px;
  position: relative;
  padding-left: 10px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #000;
  font-weight: 300;
}
.after__widgets .outer__after .elem__top .desc > p > img {
  position: absolute;
  left: -70px;
  max-width: 120px;
  top: -140px;
}

.widgets__wrapper {
  background-color: #DDDDDD;
}
.widgets__wrapper .outer__widgets .screen {
  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;
  margin-top: 30px;
}
.widgets__wrapper .outer__widgets .screen img {
  max-width: 100%;
}
.widgets__wrapper .outer__widgets > h2 {
  text-align: center;
  margin-top: 25px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.widgets__wrapper .outer__widgets > p {
  margin: 0px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  color: #000;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
.widgets__wrapper .outer__widgets > p .arr__one {
  max-width: 60px;
  position: absolute;
  left: 60px;
  z-index: 2;
  top: 15px;
}
.widgets__wrapper .outer__widgets > p .arr__two {
  max-width: 120px;
  position: absolute;
  right: 80px;
  z-index: 2;
  bottom: -60px;
}
.widgets__wrapper .outer__widgets .media {
  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;
  top: -232px;
  margin-bottom: -256px;
}
.widgets__wrapper .outer__widgets .media img {
  max-width: 740px;
}

.widgets__wrapper .outer__widgets .screen img {
  width: 100%;
}

.widgets__wrapper .outer__widgets .screen {
  position: relative;
}
.widgets__wrapper .outer__widgets .screen iframe {
  position: absolute;
  left: 2.8%;
  top: 7.5%;
  width: 94.52%;
  height: 92px;
  border: 1px solid #fff;
  border-bottom: 0px;
}

.tournament__hero.empower .outer__tournament > h1 {
  text-shadow: 0px 0px 35px rgb(0, 0, 0), 0px 0px 45px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 100px;
}

.statistic__wrapper .frame {
  width: 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;
}

.statistic__wrapper .frame > iframe {
  width: 100%;
  height: 240px;
}

header .container {
  position: relative;
  z-index: 2;
}

header:before {
  top: 96px;
  height: 157px;
}

.hero__clubs .outer__clubs > h1 {
  letter-spacing: 0.005em;
  font-size: 91px;
  margin: 0px;
  line-height: 79px;
}

.widgets__wrapper .outer__widgets .media {
  top: -232px;
  margin-bottom: -256px;
}

.widgets__wrapper .outer__widgets > p {
  font-size: 25px;
  line-height: 41px;
  letter-spacing: 0.19px;
}

.widgets__wrapper .outer__widgets .screen {
  margin-top: 8px;
}

.widgets__wrapper .outer__widgets .screen {
  max-width: 1052px;
  margin-left: auto;
  margin-right: auto;
}

.widgets__wrapper .outer__widgets > p .arr__one {
  left: 37px;
}

.widgets__wrapper .outer__widgets > p .arr__two {
  right: 73px;
  max-width: 84px;
  z-index: 2;
  bottom: -40px;
}

.after__widgets .outer__after .elem__top .desc > p > img {
  left: -62px;
  max-width: 120px;
  top: -148px;
}

.after__widgets .elem__bottom .img {
  position: relative;
  top: -88px;
  min-width: 275px;
  max-width: 277px;
  left: 25px;
}

.after__widgets .outer__after .elem__top .media .text > span:nth-child(1) {
  right: -151px !important;
}

.after__widgets .outer__after .elem__top .media .text > span:nth-child(1) img {
  max-width: 147px !important;
}

.after__widgets .elem__bottom .desc > p {
  margin-top: 56px;
}

.after__widgets .elem__bottom .desc {
  top: -83px;
  left: 22px;
}

.after__widgets .elem__bottom .desc > img {
  position: relative;
  max-width: 140px;
  top: 50px;
}

.after__widgets {
  padding-bottom: 0px;
  margin-bottom: -23px;
}

.cta__wrapper {
  padding-top: 46px;
}

.cta__wrapper .outer__cta > h2 {
  font-size: 47px;
}

.cta__wrapper .outer__cta > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 23px;
}

.cta__wrapper .outer__cta .btn {
  margin-top: 30px;
}

footer .outer__footer .right {
  padding-right: 55px;
  position: relative;
  top: -10px;
}

.tournament__hero.empower .outer__tournament > h1 {
  position: relative;
  top: 58px;
  font-size: 74px;
  line-height: 63px;
}

.tournament__hero .outer__tournament {
  min-height: 695px;
}

.article__wrapper .outer__article .media {
  padding-left: 100px;
}

.article__wrapper .outer__article .desc > h2 {
  margin-top: 0px;
  margin-bottom: 27px;
  font-size: 43px;
  line-height: 44px;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  left: 25px;
}

.article__wrapper .outer__article .desc ul > li {
  font-size: 25px;
  line-height: 29px;
  padding-left: 6px;
  font-weight: 300;
  color: #000;
}

.article__wrapper .outer__article .desc ul {
  max-width: 734px;
}

.benefits__wrapper .outer__benefits {
  padding-left: 10px;
}

.benefits__wrapper .outer__benefits .desc > h2 {
  font-size: 46px;
  margin-bottom: 38px;
}

.benefits__wrapper .outer__benefits .desc > ul {
  padding-left: 8px;
}

.benefits__wrapper .outer__benefits .desc > ul > li {
  font-size: 25px;
  line-height: 28px;
  padding-left: 10px;
  font-weight: 300;
  color: #000;
}

.benefits__wrapper.second .outer__benefits .desc {
  max-width: 690px;
}

.benefits__wrapper.second .outer__benefits .desc {
  padding-left: 70px;
  padding-top: 51px;
}

.benefits__wrapper .outer__benefits .desc > ul {
  padding-left: 21px;
}

.benefits__wrapper.second .outer__benefits .media {
  position: relative;
  top: -30px;
}

.benefits__wrapper.second .outer__benefits .desc > h2 {
  font-size: 41px;
}

.tournament__hero .outer__tournament > h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 35px rgb(0, 0, 0);
  font-size: 86px;
  margin: 0px;
  line-height: 74px;
  font-weight: 900;
  color: #fff;
  position: relative;
  top: 38px;
}

.app__wrapper .media {
  margin-left: 117px;
}

.app__wrapper .outer__app .desc {
  position: relative;
  margin-left: 51px;
  top: -10px;
}

.app__wrapper {
  padding-bottom: 0px;
}

.app__wrapper .outer__app .desc > h2 {
  position: relative;
  top: -47px;
  font-size: 43px;
  line-height: 50px;
  margin: 0px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.tournament__hero .outer__tournament > h2 {
  letter-spacing: 1px;
}

.tournament__wrapper .outer__tournament > .media {
  margin-top: -81px;
}

.tournament__wrapper .outer__tournament > .media img {
  max-width: 877px;
}

.tournament__wrapper .outer__tournament > h2 {
  font-size: 48px;
  line-height: 48px;
}

.tournament__wrapper .outer__tournament ul > li {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 9px;
}

.tournament__wrapper .outer__tournament ul {
  padding-left: 84px;
  margin-top: 20px;
}

.tournament__wrapper .outer__tournament ul > li {
  padding-left: 5px;
  letter-spacing: 1px;
}

.tournament__wrapper .outer__tournament > h2 {
  position: relative;
  left: -22px;
  top: -5px;
}

.tournament__hero .outer__tournament > h2 {
  position: relative;
  top: 29px;
}

.tournament__wrapper {
  padding-bottom: 25px;
}

.statistic__wrapper .outer__statistic .logo img {
  max-width: 312px;
  position: relative;
  left: -52px;
}

.statistic__wrapper .outer__statistic .logo {
  margin-bottom: 0px;
}

.statistic__wrapper {
  padding-bottom: 60px;
}

.youtube__guides {
  padding-top: 35px;
  padding-bottom: 56px;
}

.testimonials__wrapper {
  padding-bottom: 27px;
}

.partners {
  padding-top: 60px;
}

.partners .outer__partners > h2 {
  font-size: 44px;
  line-height: 56px;
}

.partners {
  padding-bottom: 60px;
}

.youtube__guides .outer__youtube > .top > h2 {
  position: relative;
  left: -31px;
  font-size: 48px;
  line-height: 51px;
}

.youtube__guides .outer__youtube > .top {
  position: relative;
  top: 10px;
}

.youtube__guides .outer__youtube > .top {
  margin-bottom: 100px;
}

.youtube__guides .outer__youtube .inner {
  padding-left: 44px;
}

.youtube__guides .outer__youtube .inner .switcher {
  max-width: 360px;
}

.tournament__hero.tournament .outer__tournament > h1 {
  text-shadow: 0px 0px 35px rgb(0, 0, 0), 0px 0px 35px rgba(0, 0, 0, 0.45);
}

.testimonials__wrapper .outer__testimonials .slider .elem > .inn > .text.expanded span {
  -webkit-line-clamp: 200;
}

.testimonials__wrapper .outer__testimonials .slider .elem > .inn > .text span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.statistic__wrapper .frame {
  margin-top: 35px;
}

.statistic__wrapper .frame > iframe {
  height: 145px;
}

.widgets__wrapper .outer__widgets .media {
  margin-bottom: -230px;
}

.tournament__hero.tournament .outer__tournament .btn {
  margin-top: 60px;
}

.tournament__hero.empower .outer__tournament .btn {
  margin-top: 90px;
  margin-bottom: 60px;
}

.tournament__hero .btn > a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.tournament__hero .btn > a:hover {
  opacity: 0.7;
}

.outer__clubs > .btn {
  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: 40px;
}

.tournament__hero .outer__tournament > .btn {
  margin-top: 80px;
  margin-bottom: 80px;
}

.tournament__hero.empower .outer__tournament .btn > a, .tournament__hero.tournament .outer__tournament .btn > a, .outer__clubs > .btn > a, .tournament__hero .outer__tournament > .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4E119;
  border-radius: 250px;
  font-size: 36px;
  line-height: 42px;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  min-height: 56px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.5px;
}

.cta__wrapper .outer__cta .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4E119;
  border-radius: 250px;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  min-height: 44px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.5px;
}

.tournament__hero.tournament .outer__tournament {
  padding-bottom: 105px;
}

header .right__part > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 36px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
  padding-left: 16px;
  margin-left: 15px;
  padding-right: 16px;
  text-decoration: none;
  background-color: #F4E119;
  border-radius: 250px;
}

header .right__part > a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .right__part > a:hover {
  opacity: 0.7;
}

.tournament__hero {
  padding-top: 60px;
}

.form__hero {
  position: relative;
  padding: 100px 0px;
}
.form__hero .outer__form {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__hero .outer__form .form {
  width: 100%;
  max-width: 540px;
}
.form__hero .outer__form .form form {
  width: 100%;
}
.form__hero .outer__form .form form .group__submit {
  width: 100%;
  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;
}
.form__hero .outer__form .form form .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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%;
  height: 76px;
  border-radius: 250px;
  background-color: rgb(254, 195, 7);
  color: #000;
  font-weight: 500;
  border: 0px;
  outline: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.form__hero .outer__form .form form .group__submit > button:hover {
  opacity: 0.7;
}
.form__hero .outer__form .form form > .group__input {
  margin-bottom: 12px;
}
.form__hero .outer__form .form form > .group__input > input {
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  color: #020020;
  height: 48px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.form__hero .outer__form .form form > .group__input > textarea {
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  color: #020020;
  height: 170px;
  padding-top: 10px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.form__hero .outer__form .form form > .group__input > p {
  margin-bottom: 5px;
  margin-top: 0px;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-weight: bold;
}
.form__hero .outer__form > .desc {
  max-width: 440px;
}
.form__hero .outer__form > .desc > h2 {
  margin: 0px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
  color: #fff;
}
.form__hero .outer__form > .desc > p {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.85rem;
  color: #fff;
  font-weight: 400;
}
.form__hero .outer__form > .desc > h1 {
  margin-top: 0px;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.form__hero:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(54, 56, 61);
  /*		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);*/
}

.form__hero .outer__form > .desc {
  margin-right: 25px;
}

.thank__box {
  background-color: rgb(216, 216, 215);
  min-height: 100vh;
}
.thank__box .outer__thank {
  padding: 80px 0px;
  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;
}
.thank__box .outer__thank .box {
  max-width: 1050px;
  width: 100%;
  background-color: rgb(54, 56, 61);
  padding: 80px 40px;
  text-align: center;
}
.thank__box .outer__thank .box > h2 {
  margin: 0px;
  color: rgb(254, 195, 7);
  font-size: 3rem;
  line-height: 3.5rem;
}
.thank__box .outer__thank .box > h1 {
  margin-top: 0px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.thank__box .outer__thank .box > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
}

.group__input.error > input, .group__input.error > textarea {
  border-color: red !important;
}

.group__input.error > p {
  color: red !important;
}

@media (max-width: 1400px) {
  .testimonials__wrapper .slick-prev {
    left: -50px;
  }
  .testimonials__wrapper .slick-next {
    right: -50px;
  }
  .outer__testimonials {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
.after__widgets .outer__after .elem__top .media .text {
  position: relative;
}
.after__widgets .outer__after .elem__top .media .text > span:nth-child(1) {
  position: absolute;
  right: -90px;
  bottom: 30px;
}
.after__widgets .outer__after .elem__top .media .text > span:nth-child(1) img {
  max-width: 120px;
}

.after__widgets .outer__after .elem__top .media .text {
  max-width: 480px;
}

.outer__app > a > img {
  max-width: 301px;
}

@media (max-width: 1200px) {
  header .outer__header .right__part .socials > ul > li > a.colored > img {
    min-width: 20px;
    max-width: 20px;
  }
  header .right__part > a {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    min-height: 30px;
  }
  header .outer__header .right__part .socials > ul > li > a {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }
  header .outer__header .right__part .socials > ul > li > a img {
    max-width: 30px;
    min-width: 30px;
  }
  .app__wrapper .outer__app .desc {
    top: 30px;
  }
  .youtube__guides .outer__youtube > .top > h2 {
    left: 0px;
  }
  .article__wrapper .outer__article .desc > h2 {
    left: 0px;
  }
  .article__wrapper .outer__article .media {
    padding-left: 0px;
  }
  .article__wrapper .outer__article .desc {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cta__wrapper .outer__cta > p {
    font-size: 22px;
  }
  .after__widgets .outer__after .elem__top .media .text > span br {
    display: none;
  }
  .after__widgets .outer__after .elem__top .media .text > span:nth-child(1) {
    right: -115px;
  }
  .after__widgets .outer__after .elem__top .media .text {
    max-width: 340px;
  }
  .after__widgets .outer__after .elem__top .desc > p, .after__widgets .outer__after .elem__top .media .text > span, .after__widgets .outer__after .elem__top .media .text > p, .after__widgets .elem__bottom .desc > p, .after__widgets .elem__bottom .desc > span {
    font-size: 20px;
    line-height: 28px;
  }
  .after__widgets .outer__after .elem__top .media {
    width: calc(100% - 400px);
  }
  .after__widgets .outer__after .elem__top .media > img {
    max-width: 100%;
  }
  .after__widgets .elem__bottom .desc {
    max-width: 300px;
  }
  .widgets__wrapper .outer__widgets > h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .widgets__wrapper .outer__widgets > p {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .widgets__wrapper .outer__widgets > p .arr__one {
    left: -10px;
  }
  .widgets__wrapper .outer__widgets > p .arr__two {
    right: 0px;
  }
  .hero__clubs .outer__clubs > h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .youtube__guides .outer__youtube .inner {
    padding-left: 0px;
  }
  .tournament__wrapper .outer__tournament > h2 {
    left: 0px;
  }
  .tournament__wrapper .outer__tournament ul {
    padding-left: 0px;
  }
  .youtube__guides .outer__youtube > .top {
    margin-bottom: 70px;
  }
  .youtube__guides {
    padding: 60px 0px;
  }
  .tournament__hero .outer__tournament > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .tournament__wrapper .outer__tournament > h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .statistic__wrapper .outer__statistic .grid {
    grid-column-gap: 40px;
  }
  .testimonials__wrapper .outer__testimonials > h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .partners .outer__partners > h2 {
    font-size: 42px;
    line-height: 62px;
  }
  .article__wrapper .outer__article .desc {
    padding-left: 25px;
    padding-right: 25px;
  }
  .article__wrapper .outer__article .media img {
    max-width: 100%;
  }
  .article__wrapper .outer__article .media {
    margin-top: -160px;
  }
  .tournament__hero.empower .outer__tournament > h1 {
    font-size: 60px;
    line-height: 70px;
  }
  header .outer__header .right__part > ul > li {
    margin-right: 20px;
  }
  header .outer__header .right__part > ul {
    margin-right: 25px;
  }
  header .outer__header .right__part .socials {
    margin-left: 25px;
  }
  .app__wrapper .outer__app .desc > h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .app__wrapper .outer__app .desc {
    max-width: 580px;
  }
  .app__wrapper .outer__app {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tournament__hero .outer__tournament > h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .article__wrapper .outer__article {
    padding-bottom: 120px;
  }
  .benefits__wrapper.second .outer__benefits .media {
    top: 20px;
  }
  header .outer__header .right__part > ul {
    margin-right: 12px;
  }
  header .outer__header .right__part .socials {
    margin-left: 12px;
  }
  header .outer__header .right__part .profile > a img {
    min-width: 30px;
    max-width: 30px;
  }
  header .outer__header .right__part > ul > li > a {
    font-size: 18px;
    line-height: 24px;
  }
}
.menu__button {
  display: none;
}

.statistic__wrapper .outer__statistic .logo img {
  left: 0px;
}

@media (max-width: 1080px) {
  .outer__testimonials {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .statistic__wrapper .frame > iframe {
    height: 420px;
  }
}
@media (max-width: 991px) {
  .thank__box .outer__thank {
    padding: 40px 0px;
  }
  .thank__box .outer__thank .box {
    padding: 50px 30px;
  }
  .thank__box .outer__thank .box > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .thank__box .outer__thank .box > p {
    font-size: 2.25rem;
  }
  .thank__box .outer__thank .box > h1 {
    font-size: 2.25rem;
  }
  .form__hero {
    padding: 40px 0px;
  }
  .form__hero .outer__form .form form .group__submit > button {
    font-size: 21px;
    line-height: 26px;
    height: 55px;
  }
  .form__hero .outer__form > .desc > h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .form__hero .outer__form > .desc > h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .form__hero .outer__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__hero .outer__form > .desc {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .form__hero .outer__form .form {
    max-width: 100%;
  }
  .outer__clubs > .btn {
    margin-top: 15px;
  }
  .tournament__hero.tournament .outer__tournament .btn > a, .tournament__hero.tournament .outer__tournament .btn > a, .outer__clubs > .btn > a, .tournament__hero.empower .outer__tournament .btn > a, .tournament__hero .outer__tournament > .btn > a {
    font-size: 30px;
    line-height: 36px;
    min-height: 48px;
  }
  .tournament__hero.tournament .outer__tournament .btn {
    margin-top: 50px;
  }
  header .right__part > a {
    margin-left: 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .tournament__wrapper .outer__tournament ul {
    padding-left: 25px;
  }
  .tournament__wrapper .outer__tournament > h2 {
    left: 0px;
  }
  .benefits__wrapper .outer__benefits {
    padding-left: 0px;
  }
  .benefits__wrapper.second .outer__benefits .desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .benefits__wrapper.second .outer__benefits .media {
    top: 0px;
  }
  .benefits__wrapper.second .outer__benefits .desc {
    padding-top: 0px;
  }
  .benefits__wrapper .outer__benefits .desc {
    max-width: 791px !important;
  }
  .benefits__wrapper .outer__benefits .desc > ul {
    max-width: 100%;
  }
  .after__widgets .outer__after .elem__top .media .text {
    max-width: 290px;
  }
  .after__widgets .outer__after .elem__top .media .text > span:nth-child(1) {
    right: -120px !important;
  }
  .after__widgets .outer__after .elem__top .media {
    right: 0px;
  }
  .after__widgets .outer__after .elem__top .media .text > span:nth-child(1) img {
    max-width: 120px !important;
  }
  header:before {
    top: 63px;
  }
  .after__widgets .outer__after .elem__top .media {
    top: -35px;
  }
  .after__widgets .outer__after .elem__top .desc > p > img {
    position: absolute;
    left: -37px;
    max-width: 95px;
    top: -126px;
  }
  header .outer__header .right__part {
    z-index: 3;
  }
  .after__widgets .elem__bottom .desc > img {
    max-width: 120px;
    margin-left: -25px;
  }
  .after__widgets .elem__bottom .img {
    max-width: 240px;
    min-width: 240px;
  }
  .after__widgets .elem__bottom .desc {
    margin-left: 30px;
  }
  .after__widgets .outer__after .elem__top .desc {
    padding-left: 15px;
    max-width: 240px;
  }
  .after__widgets .outer__after .elem__top .desc br {
    display: none;
  }
  .after__widgets .elem__bottom .img {
    margin-top: -240px;
  }
  .after__widgets .outer__after .elem__top .media {
    width: calc(100% - 270px);
  }
  .widgets__wrapper .outer__widgets > p {
    font-size: 20px;
    line-height: 32px;
  }
  .widgets__wrapper .outer__widgets .media img {
    max-width: 640px;
  }
  .widgets__wrapper .outer__widgets > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .widgets__wrapper .outer__widgets > p {
    max-width: 700px;
  }
  .widgets__wrapper .outer__widgets > p br {
    display: none;
  }
  .widgets__wrapper .outer__widgets > p .arr__one {
    left: -40px;
  }
  .widgets__wrapper .outer__widgets > p .arr__two {
    right: -45px;
    bottom: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    max-width: 77px;
  }
  .hero__clubs .outer__clubs > h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero__clubs {
    padding: 250px 0px;
  }
  .youtube__guides .outer__youtube .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .youtube__guides .outer__youtube .inner .switcher {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 35px;
  }
  .youtube__guides .outer__youtube > .top > h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .youtube__guides .outer__youtube > .top {
    margin-bottom: 40px;
  }
  .tournament__hero .outer__tournament > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .tournament__wrapper .outer__tournament ul {
    font-size: 24px;
    line-height: 28px;
  }
  .tournament__wrapper .outer__tournament > h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .statistic__wrapper .outer__statistic .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
  .statistic__wrapper .outer__statistic .grid > .elem > span {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .statistic__wrapper .outer__statistic .grid > .elem > p {
    font-size: 32px;
    line-height: 40px;
    margin-top: 5px;
  }
  .statistic__wrapper .outer__statistic .logo img {
    max-width: 260px;
  }
  .tournament__hero.empower .outer__tournament > h1 {
    top: 60px;
  }
  .article__wrapper .outer__article .media {
    margin-top: -120px;
  }
  .testimonials__wrapper .outer__testimonials > h2 {
    font-size: 34px;
    line-height: 54px;
  }
  .partners .outer__partners > h2 {
    font-size: 34px;
    line-height: 54px;
  }
  .partners .outer__partners .logos > .elem img {
    max-height: 130px;
  }
  .benefits__wrapper .outer__benefits .desc {
    padding-top: 0px;
  }
  .benefits__wrapper .outer__benefits {
    padding-top: 40px;
  }
  .benefits__wrapper .outer__benefits .desc {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits__wrapper .outer__benefits .media {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .benefits__wrapper .outer__benefits .desc > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
    text-align: center;
  }
  .benefits__wrapper .outer__benefits .desc > ul {
    width: 100%;
  }
  .benefits__wrapper .outer__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benefits__wrapper .outer__benefits .media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .benefits__wrapper .outer__benefits .desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article__wrapper .outer__article {
    padding-bottom: 45px;
  }
  .article__wrapper .outer__article .desc > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .tournament__hero.empower .outer__tournament > h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .menu__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    z-index: 4;
  }
  .menu__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }
  .menu__button > a.opened > span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px;
  }
  .menu__button > a.opened > span:nth-child(2) {
    opacity: 0;
  }
  .menu__button > a.opened > span:nth-child(3) {
    bottom: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__button > a > span {
    min-width: 28px;
    min-height: 3px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 6px;
    position: relative;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .menu__button > a > span:nth-child(1) {
    top: 0px;
  }
  .menu__button > a > span:nth-child(3) {
    bottom: 0px;
  }
  .menu__button > a > span:last-child {
    margin-bottom: 0px;
  }
  header .outer__header {
    padding: 10px 0px;
  }
  header .outer__header .right__part {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  header .outer__header > a {
    position: relative;
    z-index: 4;
  }
  header .outer__header .right__part {
    -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;
  }
  header .outer__header .right__part > .profile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  header .outer__header .right__part .socials {
    margin-left: 0px;
    margin-top: 35px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .outer__header .right__part > ul {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .outer__header .right__part > ul > li {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  header .outer__header .right__part > ul > li:last-child {
    margin-bottom: 0px;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .tournament__hero .outer__tournament > h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .tournament__hero .outer__tournament {
    min-height: 540px;
  }
  .app__wrapper .outer__app .desc > h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .app__wrapper .outer__app .desc {
    margin-left: 35px;
    max-width: 400px;
  }
  .app__wrapper .media img {
    max-width: 240px;
  }
  .app__wrapper .media {
    margin-top: -120px;
  }
  footer .outer__footer .left > ul {
    margin-left: 60px;
  }
  .benefits__wrapper.second .outer__benefits .desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .benefits__wrapper.second {
    padding-bottom: 35px !important;
  }
  .after__widgets .outer__after .elem__top .media {
    width: calc(100% - 320px);
  }
}
footer .outer__footer .right > ul > li:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .tournament__hero.empower .outer__tournament .btn {
    margin-top: 135px;
    margin-bottom: 0px;
  }
  .tournament__hero.tournament .outer__tournament .btn > a, .tournament__hero.tournament .outer__tournament .btn > a, .outer__clubs > .btn > a, .tournament__hero.empower .outer__tournament .btn > a, .tournament__hero .outer__tournament > .btn > a {
    font-size: 24px;
    line-height: 30px;
  }
  .app__wrapper .media {
    margin-left: 0px;
  }
  .app__wrapper .outer__app .desc {
    top: 0px;
  }
  .app__wrapper {
    padding-bottom: 25px;
  }
  .tournament__wrapper .outer__tournament ul > li {
    font-size: 22px;
    line-height: 26px;
  }
  .after__widgets .elem__bottom .img {
    top: 0px;
  }
  .after__widgets .elem__bottom .desc {
    top: 0px;
  }
  .after__widgets .elem__bottom .desc {
    left: 0px;
  }
  .after__widgets .elem__bottom .img {
    left: 0px;
  }
  .after__widgets .elem__bottom .desc > p {
    margin-top: 15px;
  }
  .after__widgets {
    padding-bottom: 35px;
  }
  .after__widgets {
    margin-bottom: 0px;
  }
  .tournament__hero.empower .outer__tournament > h1 {
    top: 110px;
  }
  .widgets__wrapper .outer__widgets .screen iframe {
    border: 0px;
  }
  .after__widgets .outer__after .elem__top .desc > p > img {
    display: none;
  }
  .widgets__wrapper .outer__widgets .screen > img {
    display: none;
  }
  .widgets__wrapper .outer__widgets .screen iframe {
    position: static;
    width: 100%;
  }
  .widgets__wrapper .outer__widgets .screen {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .after__widgets .outer__after .elem__top .media .text > span:nth-child(1) {
    display: none;
  }
  .after__widgets .outer__after .elem__top .desc > p, .after__widgets .outer__after .elem__top .media .text > span, .after__widgets .outer__after .elem__top .media .text > p, .after__widgets .elem__bottom .desc > p, .after__widgets .elem__bottom .desc > span {
    font-size: 18px;
    line-height: 26px;
  }
  .after__widgets .elem__bottom .img {
    min-width: 210px;
    max-width: 210px;
  }
  .after__widgets .outer__after .elem__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .after__widgets .outer__after .elem__top .desc {
    max-width: 100%;
    padding-left: 0px;
  }
  .after__widgets .outer__after .elem__top .media {
    top: 0px;
    width: 100%;
  }
  .after__widgets .elem__bottom .img {
    margin-top: 0px;
  }
  .after__widgets .outer__after .elem__top .media .text > span br {
    display: none;
  }
  .after__widgets .elem__bottom {
    margin-top: 30px;
  }
  .after__widgets .elem__bottom .desc {
    max-width: 100%;
  }
  .widgets__wrapper .outer__widgets > p {
    font-size: 18px;
    line-height: 26px;
  }
  .widgets__wrapper .outer__widgets > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .widgets__wrapper .outer__widgets .media img {
    width: 100%;
  }
  .widgets__wrapper .outer__widgets > p .arr__two, .widgets__wrapper .outer__widgets > p .arr__one {
    display: none;
  }
  .hero__clubs .outer__clubs > h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .youtube__guides .outer__youtube > .top > h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .tournament__wrapper {
    padding-bottom: 35px;
  }
  .tournament__wrapper .outer__tournament > .media {
    margin-top: -80px;
  }
  .tournament__hero.tournament .outer__tournament {
    padding-bottom: 120px;
  }
  .tournament__wrapper .outer__tournament ul {
    font-size: 20px;
    line-height: 26px;
  }
  .tournament__hero .outer__tournament > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .tournament__wrapper .outer__tournament > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .statistic__wrapper {
    padding: 55px 0px;
  }
  .testimonials__wrapper .outer__testimonials > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .testimonials__wrapper .outer__testimonials > h2 {
    width: calc(100% + 70px);
    margin-left: -35px;
  }
  .outer__testimonials {
    padding-left: 35px;
    padding-right: 35px;
  }
  .testimonials__wrapper .slick-prev {
    left: -35px;
  }
  .testimonials__wrapper .slick-next {
    right: -35px;
  }
  .testimonials__wrapper {
    padding: 35px 0px;
  }
  .partners {
    padding: 50px 0px;
  }
  .partners .outer__partners .logos > .elem img {
    max-height: 100px;
  }
  .partners .outer__partners .logos > .elem {
    margin-right: 40px;
  }
  .partners .outer__partners > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .article__wrapper .outer__article .media {
    margin-bottom: 25px;
  }
  .benefits__wrapper .outer__benefits .desc > ul > li br {
    display: none;
  }
  .article__wrapper .outer__article .media img {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
  }
  .article__wrapper .outer__article .media {
    margin-top: -50px;
  }
  .tournament__hero.empower .outer__tournament > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .tournament__hero .outer__tournament > h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .app__wrapper .outer__app .desc > h2 {
    top: 0px;
  }
  .app__wrapper .outer__app {
    -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;
  }
  .app__wrapper .outer__app .desc {
    margin-top: 0px;
    margin-left: 0px;
    max-width: 480px;
    text-align: center;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .cta__wrapper .outer__cta > p {
    font-size: 24px;
    line-height: 32px;
  }
  .cta__wrapper {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .outer__footer .left {
    -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;
  }
  footer .outer__footer .left > a {
    margin-bottom: 15px;
  }
  footer .outer__footer .left > ul {
    margin-left: 0px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  /*.tournament__hero.tournament .outer__tournament {
    padding-bottom: 180px;
  }*/
  footer .outer__footer .right {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .thank__box .outer__thank .box > h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .thank__box .outer__thank .box > p {
    font-size: 1.75rem;
    line-height: 2.15rem;
  }
  .thank__box .outer__thank .box > h1 {
    font-size: 1.75rem;
    line-height: 2.15rem;
  }
  .tournament__hero .outer__tournament > .btn {
    margin-top: 55px;
  }
  .tournament__hero.tournament .outer__tournament .btn > a, .tournament__hero.tournament .outer__tournament .btn > a, .outer__clubs > .btn > a, .tournament__hero.empower .outer__tournament .btn > a, .tournament__hero .outer__tournament > .btn > a {
    font-size: 20px;
    line-height: 26px;
    min-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tournament__hero.empower .outer__tournament .btn {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .tournament__hero.empower .outer__tournament > h1 {
    top: 50px;
  }
  .after__widgets .elem__bottom .desc > img {
    display: none;
  }
  .after__widgets .elem__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .after__widgets .elem__bottom .img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    min-width: 0px;
  }
  .after__widgets .elem__bottom .desc {
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .widgets__wrapper .outer__widgets > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .widgets__wrapper .outer__widgets .media {
    top: -100px;
    margin-bottom: -100px;
  }
  .hero__clubs .outer__clubs > h1 {
    font-size: 33px;
    line-height: 42px;
  }
  .youtube__guides .outer__youtube > .top > h2 br {
    display: none;
  }
  .youtube__guides .outer__youtube > .top > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .tournament__hero.tournament .outer__tournament {
    padding-bottom: 120px;
  }
  .tournament__wrapper .outer__tournament > .media {
    margin-top: -45px;
  }
  .tournament__wrapper .outer__tournament > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .tournament__hero .outer__tournament > h2 br {
    display: none;
  }
  .tournament__hero .outer__tournament > h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .statistic__wrapper .outer__statistic .logo img {
    max-width: 220px;
  }
  .statistic__wrapper .outer__statistic .logo {
    margin-bottom: 35px;
  }
  .statistic__wrapper .outer__statistic .grid {
    grid-row-gap: 35px;
  }
  .statistic__wrapper .outer__statistic .grid > .elem > p {
    font-size: 26px;
    line-height: 34px;
    margin-top: 5px;
  }
  .statistic__wrapper .outer__statistic .grid > .elem > span {
    font-size: 50px;
    line-height: 60px;
  }
  .partners .outer__partners .logos > .elem img {
    max-height: 60px;
  }
  .partners .outer__partners .logos > .elem {
    margin-right: 25px;
  }
  .benefits__wrapper .outer__benefits .media img {
    max-width: 100%;
    width: 100%;
  }
  .benefits__wrapper .outer__benefits {
    padding-top: 30px;
  }
  .article__wrapper .outer__article .desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .tournament__hero.empower .outer__tournament > h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .app__wrapper .outer__app .desc > h2 {
    font-size: 22x;
    line-height: 30px;
  }
  .tournament__hero .outer__tournament {
    min-height: 440px;
  }
  .tournament__hero .outer__tournament > h1 {
    font-size: 33px;
    line-height: 40px;
  }
  .cta__wrapper .outer__cta > p {
    font-size: 18px;
    line-height: 26px;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 30px;
    line-height: 38px;
  }
}