/*
 * I apologize for the code quality, this is my first experience with Sass
*/
@font-face {
  font-family: 'Avenir Next Cyr Regular';
  src: url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("fonts/AvenirNextCyr-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Avenir Next Cyr Medium';
  src: url("../fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.otf") format("opentype");
  font-weight: 450;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Avenir Next Cyr Demi';
  src: url("../fonts/AvenirNextCyr-Demi.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Demi.woff") format("woff"), url("../fonts/AvenirNextCyr-Demi.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Avenir Next Cyr Bold';
  src: url("../fonts/AvenirNextCyr-Bold.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.otf") format("opentype");
  font-weight: 750;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Avenir Next Cyr Heavy';
  src: url("../fonts/AvenirNextCyr-Heavy.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Heavy.woff") format("woff"), url("../fonts/AvenirNextCyr-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

/*
 * Variables and Mixins
 */
/**
  * Typography
  */
@media screen and (max-width: 767px) {
  :root {
    font-size: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 9px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  :root {
    font-size: 10px;
  }
}

@media screen and (min-width: 1919px) {
  :root {
    font-size: 10,5px;
  }
}

@media screen and (min-width: 2100px) {
  :root {
    font-size: 11px;
  }
}

h1,
h2,
p,
a {
  color: #000000;
  margin-bottom: 0;
}

h1, h2 {
  text-transform: uppercase;
}

.h2-heading {
  font-family: "Avenir Next Cyr Heavy", Arial, sans-serif;
  font-size: 5.6rem;
  font-weight: 800;
}

.navbar-default .navbar-nav > li > a {
  padding: 0 6px;
  text-transform: uppercase;
  font-family: "Avenir Next Cyr Regular", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 75px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 1.8rem;
  }
}

.navbar-default .navbar-nav > li > a:hover {
  color: #f8442c;
}

.navbar-default .navbar-nav > li > a:active {
  background-color: transparent;
  color: #f8442c;
}

.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #f8442c;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    line-height: 50px;
  }
}

#language-link--mobile a {
  text-decoration: none;
  font-family: "Avenir Next Cyr Regular", Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #language-link--mobile a {
    line-height: 43px;
  }
}

#language-link--mobile a:hover {
  color: #f8442c;
}

#language-link--mobile a:active {
  background-color: transparent;
  color: #f8442c;
}

#language-link--mobile a:focus {
  background-color: transparent;
  color: #f8442c;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #f8442c;
}

.navbar-default .navbar-nav > .active > a {
  color: #f8442c;
}

.showcase .highlight-green {
  color: #00ff3c;
  white-space: nowrap;
}

.showcase p {
  font-family: "Avenir Next Cyr Heavy", Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .showcase p {
    font-size: 4.2rem;
  }
}

.showcase .small-uppercase {
  margin-left: 70px;
  font-family: "Avenir Next Cyr Bold", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 19px;
  font-weight: 300;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .showcase .small-uppercase {
    margin-left: 0;
  }
}

p.showcase__undertitle-text {
  font-family: "Avenir Next Cyr Bold", Arial, sans-serif;
  font-size: 3.3rem;
  font-weight: #ffffff;
  color: 700;
}

.deadline {
  color: #fff;
}

.deadline__date, .deadline__start {
  padding-right: 10px;
}

.deadline__start {
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}

.deadline__date {
  font-family: "Avenir Next Cyr Bold", Arial, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 4.6rem;
  }
}

.column {
  color: #000000;
}

.column-wrapper .column {
  text-align: left;
}

.column__title {
  text-align: center;
  font-family: "Avenir Next Cyr Bold", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .column__title {
    font-size: 26px;
  }
}

.column__text {
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .column__text {
    font-size: 18px;
  }
}

.column .shop-link {
  text-decoration: underline;
}

.column .shop-link:hover {
  color: #f8442c;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .rules .rules-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-align: center;
  }
}

.rules__heading {
  color: #fff;
}

.rules p {
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.rules a {
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .participants__heading {
    font-size: 4.6rem;
  }
}

.location {
  color: #000000;
}

.location__heading {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 5.2rem;
  color: #000;
}

.location__container {
  text-align: left;
}

.location p {
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.countdown {
  text-align: center;
}

.countdown__heading {
  color: #000;
}

@media screen and (max-width: 767px) {
  .countdown__heading {
    font-size: 4rem;
  }
}

#timer .times-holder {
  text-align: center;
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 10rem;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 559px) {
  #timer .times-holder {
    font-size: 5.7rem;
  }
}

@media screen and (max-width: 364px) {
  #timer .times-holder {
    font-size: 5.2rem;
  }
}

#timer .days__lable {
  font-family: "Avenir Next Cyr Demi", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 590px) {
  #timer .days__lable {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 364px) {
  #timer .days__lable {
    font-size: 1.8rem;
  }
}

.counter {
  font-family: "Avenir Next Cyr Bold", Arial, sans-serif;
  font-size: 700;
}

.counter__lable {
  color: #000;
  font-size: 3rem;
}

.counter__number {
  color: #f8442c;
  font-size: 7rem;
  line-height: 7rem;
}

.counter__people {
  color: #f8442c;
  font-size: 1.8rem;
}

#registration-form input {
  font-family: "Avenir Next Cyr Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #878787;
}

.registration__heading {
  max-width: 56rem;
  font-size: 4.6rem;
}

@media screen and (max-width: 439px) {
  .registration__heading {
    font-size: 4.8rem;
  }
}

@media screen and (min-width: 1919px) {
  .registration__heading {
    font-size: 4.3rem;
  }
}

.registration__heading--connect {
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: #000000;
}

@supports (background-clip: text) or (-webkit-text-fill-color: transparent) {
  .highlight-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#f10f55));
    background: linear-gradient(to right, #ff7e00 0%, #f10f55 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.highlight-gradient {
  color: #f8442c;
}

.last-section__heading {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .last-section__heading {
    font-size: 3.2rem;
  }
}

#thanks-pop-up #form-thanks-modal p {
  text-align: center;
}

.pop-up .modal-uppercase {
  font-family: "Avenir Next Cyr Heavy", Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (max-width: 574px) {
  .pop-up .modal-uppercase {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 409px) {
  .pop-up .modal-uppercase {
    font-size: 3rem;
  }
}

.pop-up p:last-child {
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.7rem;
  font-weight: 500;
  color: #000000;
}

.footer p {
  font-family: "Avenir Next Cyr Regular", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (max-width: 399px) {
  .footer p {
    font-size: 1.4rem;
  }
}

/**
  * Elements: buttons, form and images
  */
#navbar-toggle-btn {
  border: none;
  width: 32px;
  height: 24px;
}

#navbar-toggle-btn:hover {
  background-color: transparent;
}

#navbar-toggle-btn:focus {
  background-color: transparent;
}

#navbar-toggle-btn .icon-bar {
  background-color: #ffffff;
  height: 3px;
}

#navbar-toggle-btn:hover .icon-bar {
  background-color: #f8442c;
}

.button {
  color: #000000;
  border: none;
  font-family: "Avenir Next Cyr Medium", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.button--link-to-registration {
  width: 300px;
  height: 68px;
  background-color: #f30759;
  color: #ffffff;
  position: relative;
  z-index: 2;
  -webkit-transition: background-color, color 300ms, 300ms;
  transition: background-color, color 300ms, 300ms;
}

.button--link-to-registration:hover {
  background-color: #00ff3c;
  color: #000000;
}

.button--link-to-map {
  width: 350px;
  height: 56px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#f10f55));
  background-image: linear-gradient(to right, #ff7e00 0%, #f10f55 100%);
  color: #000000;
  position: relative;
  z-index: 2;
}

.button--link-to-map:hover, .button--submit:hover {
  background-color: #00ff3c;
  background-image: none;
  color: #ffffff;
}

.button--submit {
  width: 280px;
  height: 59px;
  margin-top: 40px;
  margin-bottom: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#f10f55));
  background-image: linear-gradient(to right, #ff7e00 0%, #f10f55 100%);
  color: #ffffff;
}

@media screen and (max-width: 620px) {
  .button.button--submit,
  .button.button--link-to-map,
  .button.button--link-to-registration {
    width: 280px;
    min-width: 90%;
  }
}

.location .button-wrapper-link {
  padding-bottom: 50px;
}

.button-container {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.last-section .button-wrapper-link {
  text-decoration: none;
}

.last-section .button--link-to-registration {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 65px;
}

#registration-form {
  padding-right: 50px;
}

@media screen and (max-width: 1200px) {
  #registration-form {
    padding-right: 0;
    text-align: center;
  }
}

#registration-form input {
  height: 60px;
  width: 490px;
  border: 0.73px solid black;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 12px;
}

@media screen and (max-width: 620px) {
  #registration-form input {
    padding-left: 7px;
    height: 60px;
    width: 90%;
    min-width: 280px;
  }
}

.pop-up {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 6;
  display: none;
}

.modal-form {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 7;
  width: 750px;
  height: 450px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .modal-form {
    width: 90%;
    height: 70%;
    max-width: 90%;
    max-height: 400px;
  }
}

@media screen and (max-width: 511px) {
  .modal-form {
    max-height: 300px;
  }
}

.close-popup button {
  position: absolute;
  z-index: 8;
  right: 40px;
  top: 30px;
  width: 36px;
  height: 36px;
  background: url(images/closed.png) no-repeat;
  background-size: cover;
  border: 0;
  padding: 0;
}

@media screen and (max-width: 511px) {
  .close-popup button {
    width: 32px;
    height: 32px;
    right: 25px;
    top: 25px;
  }
}

#form-thanks-modal {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-up--show {
  display: table;
}

.pop-up--show.pop-up,
.pop-up--show .modal-form {
  display: block;
}

.logo-enter, .navbar-toggle {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .logo-enter, .navbar-toggle {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.logo-enter {
  margin-left: 10px;
  margin-top: 16px;
}

@media screen and (max-width: 374px) {
  .logo-enter {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 115px;
  }
}

.logo-fifa {
  width: 188px;
  height: 75px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .logo-fifa {
    width: 165px;
    height: 65px;
  }
}

.navbar-toggle {
  margin-left: 20px;
  margin-top: 20px;
}

.location__map-holder {
  width: 350px;
  height: 235px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 500ms;
  transition: background-image 500ms;
}

@media screen and (max-width: 479px) {
  .location__map-holder {
    width: 30rem;
    height: 21rem;
    min-width: 280px;
  }
}

.location .first-img-holder {
  background-image: url(images/location/competitors__photo_left.png);
}

.location .second-img-holder {
  background-image: url(images/location/competitors__photo_right.png);
}

.footer .gosocial-logo {
  position: relative;
  bottom: 5px;
}

/**
  * Layout
  */
/* Global */
body {
  overflow-x: hidden;
}

section {
  width: 100%;
}

.conteiner {
  padding-left: 0;
  padding-right: 0;
}

.inside-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 74%;
}

@media screen and (max-width: 767px) {
  .inside-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .inside-container {
    max-width: 100%;
  }
}

/* 
 * Navbar
*/
.navbar-nav {
  float: right;
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    float: none;
  }
}

.navbar {
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar.navbar-fixed-top {
  z-index: 4;
}

.navbar-default,
#menu.navbar-collapse,
.navbar-header {
  border: none;
}

@media screen and (max-width: 767px) {
  .navbar-default,
  #menu.navbar-collapse,
  .navbar-header {
    margin-right: auto;
    margin-left: auto;
  }
}

.navbar-header {
  height: 75px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#language-link {
  padding-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  #language-link {
    padding-left: 0;
    display: none;
  }
}

#language-link--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  #language-link--mobile {
    position: absolute;
    right: 120px;
    padding-left: 0;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 379px) {
  #language-link--mobile {
    right: 100px;
  }
}

.section-wrapper {
  background-image: url("images/two.jpg");
  background-size: cover;
}

/* 
 * Showcase
*/
.showcase {
  padding-top: 75px;
  height: 775px;
  background-image: url("images/showcase-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 57%;
  margin-bottom: -220px;
}

@media screen and (min-width: 1919px) {
  .showcase--ru {
    margin-bottom: -17rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .showcase--ru {
    margin-bottom: -220px;
    height: 780px;
  }
}

@media screen and (max-width: 1023px) {
  .showcase--ru {
    height: 655px;
  }
}

@media screen and (max-width: 649px) {
  .showcase--ru {
    margin-bottom: 0;
    height: 625px;
  }
}

@media screen and (max-width: 383px) {
  .showcase--ru {
    margin-bottom: 0;
    height: 680px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .showcase--ro {
    height: 685px;
  }
}

@media screen and (max-width: 767px) {
  .showcase--ro {
    height: 655px;
  }
}

@media screen and (max-width: 649px) {
  .showcase--ro {
    margin-bottom: 0;
    height: 625px;
  }
}

@media screen and (max-width: 383px) {
  .showcase--ro {
    margin-bottom: 0;
    height: 670px;
  }
}

.showcase__heading,
.showcase .inside-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .showcase__heading,
  .showcase .inside-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.showcase__last-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .showcase__last-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.showcase__last-line .small-capitalise {
  padding-top: 15px;
}

.showcase .deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 20px;
  margin-bottom: 35px;
}

/*
 * About 
*/
.about {
  min-height: 730px;
  z-index: 1;
  background-image: url("images/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 57% 0;
}

@media screen and (max-width: 649px) {
  .about {
    background-image: none;
    background-color: #00ff3c;
  }
}

.about .heading-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 220px;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .about .heading-holder {
    padding-top: 190px;
  }
}

@media screen and (max-width: 1023px) {
  .about .heading-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 649px) {
  .about .heading-holder {
    padding-top: 40px;
  }
}

.about__heading {
  margin-left: 35px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 449px) {
  .about__heading {
    margin-left: 20px;
  }
}

.about .column,
.about .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .column {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 35px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 449px) {
  .about .column {
    padding: 10px 10px;
  }
}

.about .column__title {
  text-align: left;
  padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .about .column {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
}

.about .column-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .about .column-wrapper {
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
 * Rules
*/
.rules {
  opacity: .9;
  min-height: 445px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#f10f55));
  background-image: linear-gradient(to right, #ff7e00 0%, #f10f55 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.rules__heading {
  padding-top: 5.5rem;
  padding-bottom: 60px;
  text-align: center;
}

.rules .rules-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 767px) {
  .rules .rules-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

.rules .rule {
  width: 100%;
  padding: 10px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .rules .rule {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}

.rules .rule__image-container {
  height: 110px;
  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;
}

.rules .link-holder {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.wrapper {
  position: relative;
  z-index: 2;
  background-image: url(images/rules/left-side-lines.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: -30% 40%;
}

/*
 * Location
*/
.location {
  min-height: 525px;
  text-align: center;
  background-image: url("images/location/location-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position: -134px 40%;
}

.location__heading {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

@media screen and (max-width: 767px) {
  .location-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.location__container {
  padding-left: 15px;
  padding-right: 15px;
  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;
}

.location p {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  -ms-flex-item-align: left;
      align-self: left;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .location p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/*
 * Timer
*/
.countdown {
  background-color: #00ff3c;
}

.countdown__heading {
  letter-spacing: -0.6px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .countdown__heading {
    letter-spacing: -0.6px;
  }
}

.countdown #timer {
  padding-bottom: 40px;
}

.countdown .days__lable {
  padding-right: 1rem;
}

/* Registration*/
.registration {
  background-image: url(images/registration/registration-bg.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position-y: -129px;
}

.registration-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .registration-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.counter {
  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;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.counter__number-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .form-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.registration__heading-wrapper {
  padding-top: 130px;
}

@media screen and (max-width: 1200px) {
  .registration__heading-wrapper {
    padding-top: 4rem;
  }
}

.registration__heading {
  padding-left: 25px;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .registration__heading {
    padding-left: 0px;
  }
}

.registration__heading--last {
  padding-top: 10px;
  padding-bottom: 10px;
}

.registration__heading--connect {
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .registration__heading--connect {
    padding-left: 0;
  }
}

/*
 * Last section
*/
.last-section {
  background-image: url(images/last-section-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.last-section__heading {
  padding-top: 80px;
  padding-bottom: 55px;
  padding-left: 10px;
}

@media screen and (max-width: 574px) {
  .breaker {
    display: block;
  }
}

/*
  * Footer
*/
.footer {
  width: 100%;
  height: 100px;
  background-color: #000000;
}

.footer .logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 60px;
}

@media screen and (max-width: 991px) {
  .footer .logo-holder {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer .logo-holder img {
  width: 122px;
  height: 36px;
}

.footer .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .container .copyright-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container .copyright {
  margin-right: auto;
  margin-left: 60px;
}

@media screen and (max-width: 991px) {
  .footer .container .copyright {
    margin-left: 0;
  }
}

.footer .container .powered {
  padding-right: 15px;
}

/*
 * Thank pop-up
*/
.modal-uppercase {
  padding-left: 20px;
  padding-right: 20px;
}

.participants {
  text-align: center;
}

.participants__heading {
  margin-top: 5.5rem;
}

.participants__list {
  margin-top: 5rem;
  margin-bottom: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .participants__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .participants__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 677px) {
  .participants__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 485px) {
  .participants__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.participants__item {
  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: 1rem 2rem;
}

.participants img {
  max-height: 6.3rem;
  max-width: 12.7rem;
}

/*# sourceMappingURL=../src/sass/maps/style.css.map */
