@font-face {
  font-family: Adler;
  src: url("../fonts/Adler.ttf") format("truetype");
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-size: 7em;
}

h2 {
  font-size: 5.5em;
}

h3 {
  font-size: 4em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.5em;
}

.to-the-top {
  position: absolute;
  top: 0;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  z-index: 10;
}

nav .show-menu-btn {
  display: none;
}

nav .hide-menu-btn {
  display: none;
}

nav .nav-link {
  color: black;
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

nav .logo {
  display: block;
  height: 200px;
  width: 200px;
  margin: 2rem;
}

nav .logo-gb {
  position: relative;
  width: 1200px;
  margin: auto;
}

nav ul {
  position: absolute;
  right: 120px;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-weight: 300;
  font-family: Adler;
}

nav ul li:hover a {
  color: red;
}

nav ul li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 0;
  height: 2px;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#991599), color-stop(33%, #4ee8fc), color-stop(51%, white), color-stop(66%, #4ee8fc), to(#991599));
  background: linear-gradient(to right, #991599 0%, #4ee8fc 33%, white 51%, #4ee8fc 66%, #991599 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, red), to(red));
  background: linear-gradient(to bottom, white 0%, white 50%, red 50%, red 100%);
}

nav ul li:hover::after {
  width: 120%;
  left: -10%;
}

nav a {
  display: block;
}

nav .active::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 0;
  height: 2px;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#991599), color-stop(33%, #4ee8fc), color-stop(51%, white), color-stop(66%, #4ee8fc), to(#991599));
  background: linear-gradient(to right, #991599 0%, #4ee8fc 33%, white 51%, #4ee8fc 66%, #991599 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, red), to(red));
  background: linear-gradient(to bottom, white 0%, white 50%, red 50%, red 100%);
  width: 120%;
  left: -10%;
}

nav .take-part {
  display: block;
  position: absolute;
  top: 15px;
  height: 30px;
  right: 20px;
  width: 90px;
  line-height: 30px;
  text-decoration: none;
  color: white;
  font-size: 1.1em;
  font-weight: 700;
  background: black;
  text-align: center;
  cursor: pointer;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

nav .take-part:hover {
  color: red;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

section {
  margin: 0 auto;
}

.main-section {
  overflow: hidden;
  height: 99vh;
  width: 100%;
  background: url("../img/303_bg.jpg");
  background-position: center right;
  background-size: cover;
  margin-top: 0;
  position: relative;
}

.main-section .text-bg {
  position: absolute;
  top: 40%;
  background: #1e1e1e;
  height: 300px;
  width: 55%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-animation: textbg 500ms forwards;
          animation: textbg 500ms forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-section .text-303 {
  position: absolute;
  display: block;
  font-weight: 700;
  bottom: 15%;
  right: 25%;
  font-size: 250px;
  background: url("../img/txtbg.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 0, 0, 0.7)), to(rgba(255, 0, 0, 0.7)));
  background: url("../img/txtbg.png"), linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 0, 0, 0.7) 50%, rgba(255, 0, 0, 0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-animation: text303 500ms forwards;
          animation: text303 500ms forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.main-section .text-memorial {
  color: white;
  position: absolute;
  display: block;
  font-size: 160px;
  bottom: 37%;
  right: 25%;
  letter-spacing: -5px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  text-shadow: 0px 0px 10px #CE5937;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  opacity: 0;
  -webkit-animation: textMem 500ms forwards;
          animation: textMem 500ms forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.main-section .text-run {
  color: white;
  position: absolute;
  display: block;
  bottom: -12%;
  right: -450px;
  font-size: 200px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  background: url("../img/uk-flag.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 0, 0, 0.7)), to(rgba(255, 0, 0, 0.7)));
  background: url("../img/uk-flag.png"), linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 0, 0, 0.7) 50%, rgba(255, 0, 0, 0.7) 100%);
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-animation: text303 500ms forwards;
          animation: text303 500ms forwards;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.main-section .text-date {
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  left: 50%;
  padding: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  text-shadow: 0px 0px 10px #CE5937;
  -webkit-box-shadow: 0px 0px 15px 7px #000000;
          box-shadow: 0px 0px 15px 7px #000000;
  opacity: 0;
  -webkit-animation: flowUpDate 1.5s ease-out forwards;
          animation: flowUpDate 1.5s ease-out forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes flowUpDate {
  0% {
    -webkit-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}

@keyframes flowUpDate {
  0% {
    -webkit-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}

@-webkit-keyframes text303 {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes text303 {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes textMem {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes textMem {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
}

@-webkit-keyframes textbg {
  100% {
    -webkit-transform: skew(-10deg) translateX(-5%) translateY(10%);
            transform: skew(-10deg) translateX(-5%) translateY(10%);
    opacity: 1;
  }
}

@keyframes textbg {
  100% {
    -webkit-transform: skew(-10deg) translateX(-5%) translateY(10%);
            transform: skew(-10deg) translateX(-5%) translateY(10%);
    opacity: 1;
  }
}

.sec-text-1 {
  margin-left: 20px;
  display: inline-block;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -5px;
  color: white;
  opacity: 0;
}

.sec-text-2 {
  display: inline-block;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -5px;
  margin-left: -15px;
  color: red;
  opacity: 0;
}

.slideInUp {
  -webkit-animation: slideInUp 1.5s forwards;
          animation: slideInUp 1.5s forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.sec-timer {
  position: relative;
  margin: 0;
  height: 240px;
  width: 100%;
  background: black;
  color: white;
  overflow: hidden;
}

.sec-timer span {
  font-size: 24px;
}

.sec-timer .timer-bg-1 {
  font-size: 60px;
  width: 65%;
  text-align: right;
}

.sec-timer .timer-bg-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: red;
  -webkit-transform: skew(-10deg) translateX(10%);
          transform: skew(-10deg) translateX(10%);
  width: 30%;
  text-align: center;
  color: white;
  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;
  padding-left: 30px;
}

.sec-timer .timer-bg-2 .sec-text-2 {
  color: white;
  margin-left: 20px;
}

.sec-timer .timer {
  opacity: 0;
}

.sec-history {
  position: relative;
  max-width: 980px;
  margin: 80px auto 0 auto;
  padding: 15px;
}

.sec-history .flags-text {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}

.sec-history .flags-text button {
  display: inline-block;
  width: 40px;
  height: 25px;
  background: pink;
  margin-left: 5px;
  background: url("../img/uk-flag.png");
  background-size: cover;
  background-position: center center;
}

.sec-history .flags-text button:first-child {
  background: url("../img/pol-flag.png");
  background-size: cover;
  background-position: center center;
}

.sec-history .text {
  display: none;
  margin-top: 25px;
  text-align: justify;
}

.sec-history .eng {
  font-family: Adler;
  display: block;
}

.sec-history .text-indent {
  text-indent: 30px;
}

.sec-history a {
  color: blue;
}

.sec-mission {
  position: relative;
  max-width: 1200px;
  margin-top: 80px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.sec-mission .section-mission-left {
  width: 45%;
  position: relative;
}

.sec-mission .section-mission-left .sec-text-1 {
  color: black;
}

.sec-mission .section-mission-left .sec-text {
  padding: 10px;
  margin-top: 20px;
}

.sec-mission .section-mission-left .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.sec-mission .section-mission-left .sec-text-3 {
  display: inline-block;
  font-size: 36px;
}

.sec-mission .section-mission-left .sec-text-4 {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  color: red;
}

.sec-mission .section-mission-right {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 350px;
  width: 50%;
  background: url("../img/run01.jpg");
}

.sec-mission .sec-white-cover {
  position: absolute;
  left: 50%;
  top: 0;
  height: 350px;
  width: 80px;
  background: white;
  -webkit-transform: skew(-10deg) translateX(-50%);
          transform: skew(-10deg) translateX(-50%);
  z-index: 2;
}

.sec-goals {
  margin-top: 80px;
  width: 100%;
  height: 240px;
  position: relative;
}

.sec-goals .sec-goals-bg-1 {
  position: absolute;
  top: 0;
  right: 62%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  display: block;
  height: 100%;
  width: 5%;
  background: #1e1e1e;
  z-index: 2;
  text-align: right;
  padding-right: 2%;
  line-height: 240px;
}

.sec-goals .sec-goals-bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 65%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/run02.jpg) no-repeat;
  background-size: cover;
}

.sec-goals .section-goal {
  position: absolute;
  display: block;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
  -webkit-transform: skew(-10deg) translateX(8%);
          transform: skew(-10deg) translateX(8%);
  text-align: center;
}

.sec-goals .section-goal img {
  height: 100px;
  width: auto;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  margin-top: 40px;
}

.sec-goals .section-goal .goal-txt {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 85%;
  color: white;
  font-size: 20px;
  font-weight: 700;
  -webkit-transform: skew(10deg) translateX(-45%);
          transform: skew(10deg) translateX(-45%);
}

.sec-goals .section-goal:first-child {
  width: 36%;
  right: 64.5%;
}

.sec-goals .section-goal:nth-child(2) {
  background: rgba(30, 30, 30, 0.7);
  width: 35%;
  right: 30%;
}

.sec-goals .section-goal:nth-child(3) {
  width: 36%;
  right: -5%;
}

.sec-goals .section-goal:nth-child(3) img {
  -webkit-transform: skew(10deg) translateX(-20%);
          transform: skew(10deg) translateX(-20%);
}

.sec-goals .section-goal:nth-child(3) .goal-txt {
  -webkit-transform: skew(10deg) translateX(-55%);
          transform: skew(10deg) translateX(-55%);
}

.sec-goals .slideFromLeft {
  -webkit-animation: slideFromLeft 1s forwards ease-out;
          animation: slideFromLeft 1s forwards ease-out;
}

@-webkit-keyframes slideFromLeft {
  0% {
    width: 5%;
  }
  100% {
    width: 45%;
  }
}

@keyframes slideFromLeft {
  0% {
    width: 5%;
  }
  100% {
    width: 45%;
  }
}

.sec-schedule {
  margin-top: 80px;
  max-width: 1200px;
}

.sec-schedule .sec-text-1 {
  color: black;
}

.sec-schedule .sec-text-2 {
  margin-left: -35px;
}

.sec-schedule p {
  margin-top: 0.25em;
  margin-bottom: 1.5em;
  font-weight: 300;
}

.sec-schedule .columns-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin-top: 40px;
}

.sec-schedule .sec-schedule-left {
  padding-left: 20px;
  width: 43%;
  z-index: 3;
}

.sec-schedule .sec-schedule-right {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
}

.sec-schedule .schedule-txt-1 {
  font-size: 35px;
  display: inline-block;
}

.sec-schedule .schedule-txt-2 {
  margin-left: 15px;
  font-size: 35px;
  font-weight: 700;
  color: red;
  display: inline-block;
}

.sec-schedule img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-schedule .sec-white-cover {
  position: absolute;
  left: 45%;
  top: 0;
  height: 100%;
  width: 80px;
  background: white;
  -webkit-transform: skew(-10deg) translateX(-50%);
          transform: skew(-10deg) translateX(-50%);
  z-index: 2;
}

.sec-short-icons {
  margin-top: 80px;
  width: 100%;
  background: url(../img/marathon04.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 240px;
  overflow: hidden;
}

.sec-short-icons .short-icons-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.sec-short-icons .short-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(30, 30, 30, 0.85);
  height: 100%;
  width: 20%;
  -webkit-transform: skew(-10deg) translateX(0%);
          transform: skew(-10deg) translateX(0%);
  text-align: center;
}

.sec-short-icons .short-icon:first-child {
  width: 25%;
  left: -5%;
}

.sec-short-icons .short-icon:first-child img {
  -webkit-transform: skew(10deg) translateX(30%);
          transform: skew(10deg) translateX(30%);
}

.sec-short-icons .short-icon:first-child h4 {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.sec-short-icons .short-icon:nth-child(2) {
  left: 20%;
  background: rgba(30, 30, 30, 0.65);
  padding: 0 0.5%;
  -webkit-transform: skew(-10deg) translateX(-2.5%);
          transform: skew(-10deg) translateX(-2.5%);
}

.sec-short-icons .short-icon:nth-child(3) {
  left: 40%;
}

.sec-short-icons .short-icon:nth-child(4) {
  left: 60%;
  background: rgba(30, 30, 30, 0.65);
  padding: 0 0.5%;
  -webkit-transform: skew(-10deg) translateX(-2.5%);
          transform: skew(-10deg) translateX(-2.5%);
}

.sec-short-icons .short-icon:nth-child(5) {
  left: 80%;
  padding-right: 5%;
}

.sec-short-icons .short-icon:nth-child(5) h4 {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

.sec-short-icons img {
  height: 100px;
  width: auto;
  -webkit-transform: skew(10deg) translateX(-30%);
          transform: skew(10deg) translateX(-30%);
  margin-top: 40px;
  opacity: 0;
}

.sec-short-icons h4 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  font-size: 24px;
  opacity: 0;
}

.sec-short-icons .flowUpIcon {
  -webkit-animation: flowUpIcon 1s forwards ease-out;
          animation: flowUpIcon 1s forwards ease-out;
}

.sec-short-icons .flowUpIconFirst {
  -webkit-animation: flowUpIconFirst 1s forwards ease-out;
          animation: flowUpIconFirst 1s forwards ease-out;
}

.sec-short-icons .flowUpText {
  -webkit-animation: flowUpIconText 1.5s forwards ease-out;
          animation: flowUpIconText 1.5s forwards ease-out;
}

@-webkit-keyframes flowUpIconFirst {
  0% {
    -webkit-transform: translateY(100%) skew(10deg) translateX(30%);
            transform: translateY(100%) skew(10deg) translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) skew(10deg) translateX(30%);
            transform: translateY(0) skew(10deg) translateX(30%);
    opacity: 1;
  }
}

@keyframes flowUpIconFirst {
  0% {
    -webkit-transform: translateY(100%) skew(10deg) translateX(30%);
            transform: translateY(100%) skew(10deg) translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) skew(10deg) translateX(30%);
            transform: translateY(0) skew(10deg) translateX(30%);
    opacity: 1;
  }
}

@-webkit-keyframes flowUpIcon {
  0% {
    -webkit-transform: translateY(100%) skew(10deg) translateX(30%);
            transform: translateY(100%) skew(10deg) translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) skew(10deg) translateX(0%);
            transform: translateY(0) skew(10deg) translateX(0%);
    opacity: 1;
  }
}

@keyframes flowUpIcon {
  0% {
    -webkit-transform: translateY(100%) skew(10deg) translateX(30%);
            transform: translateY(100%) skew(10deg) translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) skew(10deg) translateX(0%);
            transform: translateY(0) skew(10deg) translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes flowUpIconText {
  0% {
    opacity: 0;
  }
  100% {
    bottom: 20px;
    opacity: 1;
  }
}

@keyframes flowUpIconText {
  0% {
    opacity: 0;
  }
  100% {
    bottom: 20px;
    opacity: 1;
  }
}

.sec-partners {
  max-width: 1200px;
  margin-top: 80px;
}

.sec-partners .sec-text-1 {
  color: black;
}

.sec-partners .partners-wrap {
  margin-top: 60px;
  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;
}

.sec-partners .partner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  width: auto;
  margin: 25px;
  line-height: 100px;
  overflow: hidden;
}

.sec-partners .img-partner-long {
  width: 200px;
  display: block;
}

.sec-partners .img-partner {
  height: 100px;
  width: auto;
}

.sec-map {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
  background: url(../img/303map.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}

.sec-map .map-title-wrap {
  background: #1e1e1e;
  height: 240px;
  width: 60%;
  -webkit-transform: skew(-10deg) translateX(-5%);
          transform: skew(-10deg) translateX(-5%);
  line-height: 240px;
  text-align: center;
}

.sec-map .text-wrap {
  text-align: right;
  position: absolute;
  top: 300px;
  left: -5%;
  font-weight: 700;
  font-size: 24px;
  -webkit-box-shadow: 0px 0px 15px 5px #FF0000;
          box-shadow: 0px 0px 15px 5px #FF0000;
  width: 70%;
  padding-right: 5%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

footer {
  position: relative;
  background: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  padding-bottom: 80px;
  overflow: hidden;
}

footer .footer-wrap {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

footer .foot-col {
  width: 35%;
  color: white;
  margin-bottom: 1rem;
}

footer .foot-title-wrap {
  text-align: center;
}

footer .foot-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

footer .foot-title-1 {
  font-size: 36px;
}

footer .foot-title-2 {
  color: red;
  z-index: 10;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}

footer .foot-list {
  font-size: 20px;
  padding-left: 25%;
}

footer ul {
  list-style: none;
}

footer ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  font-size: 24px;
  margin-left: -1em;
}

footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

footer a:hover {
  color: red;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

footer .foot-info-wrap {
  padding-left: 20%;
  margin-top: 20px;
}

footer .foot-info-wrap p {
  margin-top: 0;
}

footer h4 {
  font-size: 24px;
  margin-top: 24px;
}

footer .foot-icon-loc {
  position: relative;
}

footer .foot-icon-loc::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  height: 40px;
  width: 40px;
  background: url(../img/loc.png) no-repeat;
  background-size: contain;
}

footer .foot-icon-fb {
  position: relative;
}

footer .foot-icon-fb::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 5px;
  height: 300px;
  width: 30px;
  background: url(../img/fb_red.png) no-repeat;
  background-size: contain;
}

footer .foot-icon-email {
  position: relative;
}

footer .foot-icon-email::after {
  content: "@";
  position: absolute;
  left: -35px;
  top: 0;
  height: 40px;
  width: 40px;
  font-size: 30px;
  color: red;
}

footer .foot-copy-rights {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  background: #1e1e1e;
  line-height: 90px;
  color: white;
  text-align: center;
  z-index: 2;
}

footer .copyrights {
  margin-top: 0px;
}

footer .copyrights a {
  color: #FF8C00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .copyrights a:hover {
  color: red;
}

footer .foot-red-bg {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 30%;
  height: 90px;
  background: red;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  text-align: center;
}

#to-the-top {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background: #FF8C00;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  margin-top: 25px;
  z-index: 3;
}

.timer {
  width: 100%;
  height: 240px;
  font-size: 100px;
  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;
  text-align: center;
  color: white;
  font-family: Roboto Condensed;
  font-weight: 700;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.timer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.timer span {
  margin-left: -15px;
  margin-right: 15px;
  display: block;
  font-size: 36px;
  color: red;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 6.5%;
}

.mail-link {
  color: red;
  text-decoration: none;
}

.mail-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.sec-two-parts {
  max-width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 30px 30px;
  height: auto;
}

.sec-two-parts .sec-part-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  padding: 3%;
  z-index: 2;
  font-size: 20px;
}

.sec-two-parts .sec-part-right {
  position: relative;
  width: 50%;
  max-height: 370px;
  background: url(../img/press.jpg);
  background-position: center center;
  background-size: cover;
}

.sec-two-parts .sec-part-right::after {
  content: '';
  position: absolute;
  left: -9%;
  top: 0;
  width: 18%;
  height: 100%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background: white;
  z-index: 1;
}

.title-wrap-block {
  background: #1e1e1e;
  height: 140px;
  width: 60%;
  -webkit-transform: skew(-10deg) translateX(-5%);
          transform: skew(-10deg) translateX(-5%);
  line-height: 240px;
  text-align: right;
  padding-right: 5%;
  line-height: 140px;
  overflow: hidden;
}

.sec-tp-main {
  overflow: hidden;
  height: 70vh;
  width: 100%;
  background: url("../img/303_bg.jpg");
  background-size: cover;
  margin-top: 0;
  position: relative;
  -webkit-box-shadow: 0px 2px 20px 0px #ce8e47;
          box-shadow: 0px 2px 20px 0px #ce8e47;
}

.sec-tp-main .title-wrap-block {
  position: absolute;
  top: 40%;
  background: #1e1e1e;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-animation: textbg 500ms forwards;
          animation: textbg 500ms forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.sec-txt {
  font-size: 20px;
}

.sec-tp-run {
  margin-top: 80px;
  max-width: 1200px;
  padding: 20px 30px;
}

.sec-tp-run .title-wrap-block {
  width: 80%;
  text-align: left;
  background: rgba(30, 30, 30, 0);
  -webkit-transform: skew(-10deg) translateX(5%);
          transform: skew(-10deg) translateX(5%);
}

.sec-tp-run .sec-text-1 {
  margin-left: 0;
  color: #1e1e1e;
}

.sec-tp-run .sec-txt-run {
  position: relative;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-tp-run .sec-run-left {
  text-align: center;
  padding-left: 5%;
  margin-bottom: 100px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sec-tp-run .sec-run-left:nth-child(2) {
  margin-right: 2.5%;
  padding-left: 2.5%;
}

.sec-tp-run .sec-run-right {
  position: relative;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.7)), to(rgba(30, 30, 30, 0.8))), url(../img/run_road.jpg);
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0.7) 0%, rgba(30, 30, 30, 0.8) 100%), url(../img/run_road.jpg);
  background-position: center 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-tp-run img {
  position: absolute;
  top: 90px;
  left: 7%;
  height: 60px;
  width: 60px;
}

.sec-tp-run h4 {
  font-size: 36px;
  color: white;
  margin-left: calc(8% + 80px);
}

.sec-tp-run h4:nth-child(2) {
  font-size: 26px;
}

.sec-tp-run .white-space {
  position: absolute;
  top: -1px;
  left: -5%;
  width: 10%;
  height: 242px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background: white;
  z-index: 1;
}

.sec-tp-run .btn {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 25%;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.sec-tp-run .btn a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  padding: 20px 50px 20px 50px;
  width: 80px;
  background: url("../img/txtbg.png"), -webkit-gradient(linear, left top, left bottom, from(red), to(#c80000));
  background: url("../img/txtbg.png"), linear-gradient(to bottom, red 0%, #c80000 100%);
  color: white;
  border-radius: 20px;
  overflow: show;
  text-shadow: 1px -3px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px -2px 5px 1px #e60000;
          box-shadow: 1px -2px 5px 1px #e60000;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 3;
}

.sec-tp-run .btn:hover a {
  -webkit-box-shadow: 1px -2px 5px 1px #006700;
          box-shadow: 1px -2px 5px 1px #006700;
  background: url("../img/txtbg.png"), -webkit-gradient(linear, left top, left bottom, from(#64c819), to(#646419));
  background: url("../img/txtbg.png"), linear-gradient(to bottom, #64c819 0%, #646419 100%);
}

.sec-tp-run .btn:hover .btn-arrow {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  left: 100%;
  background: url("../img/txtbg.png"), -webkit-gradient(linear, left top, left bottom, from(#64c819), to(#646419));
  background: url("../img/txtbg.png"), linear-gradient(to bottom, #64c819 0%, #646419 100%);
}

.sec-tp-run .btn-arrow {
  position: absolute;
  top: -5px;
  left: 0;
  background: url("../img/txtbg.png"), linear-gradient(135deg, #c80000 0%, red 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}

.sec-tp-run .btn-arrow a {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px 1px #000000;
          box-shadow: 2px 2px 10px 1px #000000;
  border: 5px solid white;
  z-index: 5;
  padding: 20px;
}

.sec-tp-run .btn-kids {
  margin: 0 auto;
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  padding: 25px 50px 25px 50px;
  width: 80px;
  background: url("../img/txtbg.png"), -webkit-gradient(linear, left top, left bottom, from(lime), to(#00c800));
  background: url("../img/txtbg.png"), linear-gradient(to bottom, lime 0%, #00c800 100%);
  color: white;
  border-radius: 20px;
  overflow: show;
  text-shadow: 1px -3px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px -2px 5px 1px #006700;
          box-shadow: 1px -2px 5px 1px #006700;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 3;
}

.sec-tp-run .btn-kids::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f101';
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  padding: 20px;
  border-radius: 50%;
  background: url("../img/txtbg.png"), linear-gradient(135deg, #00c800 0%, lime 100%);
  -webkit-box-shadow: 2px 2px 10px 1px #000000;
          box-shadow: 2px 2px 10px 1px #000000;
  border: 5px solid white;
  z-index: 4;
}

.sec-tp-run .btn-kids:hover::after {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  left: 100%;
}

.sec-tp-run .btn-kids a {
  color: white;
  text-decoration: none;
}

.sec-tp-char {
  margin-top: 80px;
}

.sec-tp-char .title-wrap-block {
  width: 60%;
}

.sec-tp-char .sec-char-text {
  margin: 10px auto;
  max-width: 800px;
  text-align: center;
  font-size: 24px;
}

.a-contact {
  font-family: Roboto Condensed;
  font-family: 300;
  color: red;
  text-decoration: none;
}

.a-contact:hover {
  font-weight: 700;
  border-bottom: 2px solid red;
}

.sec-tp-part {
  margin-top: 80px;
  max-width: 1200px;
  padding: 0 30px 30px 30px;
}

.sec-tp-part .title-wrap-block {
  width: 80%;
  text-align: left;
  background: rgba(30, 30, 30, 0);
  -webkit-transform: skew(-10deg) translateX(5%);
          transform: skew(-10deg) translateX(5%);
}

.sec-tp-part .sec-text-1 {
  margin-left: 0;
  color: #1e1e1e;
}

.sec-tp-part .sec-txt-part {
  position: relative;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-tp-part .sec-part-left {
  text-align: center;
  padding-left: 5%;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sec-tp-part .sec-part-left h4 {
  margin-left: 10px;
  font-family: Roboto Condensed;
  font-size: 36px;
  z-index: 3;
}

.sec-tp-part .sec-part-left p {
  z-index: 3;
}

.sec-tp-part .sec-part-right {
  position: relative;
  width: 60%;
  height: 100%;
  background: url(../img/hands2.jpg);
  background-position: center center;
  background-size: cover;
  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;
}

.sec-tp-part .white-space {
  position: absolute;
  top: -1px;
  left: -5%;
  width: 10%;
  height: 242px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background: white;
  z-index: 1;
}

.details-soon {
  position: absolute;
  bottom: 1.5rem;
  left: 20%;
}

@media screen and (max-width: 1100px) {
  .sec-tp-run {
    padding: 0 0px;
  }
  .sec-tp-run .sec-txt-run {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 600px;
  }
  .sec-tp-run .sec-run-left {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .sec-tp-run .sec-run-left:nth-child(2) {
    padding: 0;
    margin-right: auto;
  }
  .sec-tp-run .sec-run-right {
    margin-top: 110px;
    width: 70%;
    min-width: 320px;
    height: 130px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .sec-tp-run .white-space {
    top: -1px;
    height: 122px;
  }
  .sec-tp-run img {
    height: 50px;
    width: 50px;
    top: 10px;
    left: 10%;
  }
  .sec-tp-run h4 {
    font-size: 24px;
  }
  .sec-tp-run h4:nth-child(2) {
    font-size: 16px;
  }
  .sec-tp-run .btn {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  .details-soon {
    position: relative;
    text-align: center;
    left: unset;
    bottom: unset;
  }
}

@media screen and (max-width: 820px) {
  #sec-press-title-wrap {
    width: 80%;
  }
  .sec-two-parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-two-parts .sec-part-left, .sec-two-parts .sec-part-right {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec-two-parts .sec-part-right {
    height: 300px;
  }
  .sec-tp-char .title-wrap-block {
    width: 95%;
  }
  .sec-tp-char .sec-char-text {
    width: 90%;
    margin: 0 auto;
  }
  .sec-tp-part {
    padding: 0 10px 0 10px;
  }
  .sec-tp-part .sec-txt-part {
    height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-tp-part .sec-part-left {
    width: 90%;
    margin: 0 auto;
  }
  .sec-tp-part .sec-part-right {
    height: 240px;
    width: 100%;
  }
  .sec-tp-part .white-space {
    width: 14%;
    left: -7%;
  }
}

#signup-form-modal {
  position: fixed;
  top: 0;
  left: -110%;
  opacity: 0;
  width: 100%;
  min-height: 100%;
  background: #101010f0;
  overflow: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 20;
}

.modal-close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #101010f0;
  color: #FF8C00;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 20;
}

.modal-close-btn:hover {
  color: red;
}

#signup-form-modal.show-form {
  left: 0;
  opacity: 1;
}

#volontary-signup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  margin: 2rem auto;
  font-size: 1rem;
}

#volontary-signup h4 {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  color: #FF8C00;
}

#signUpButtonHandler {
  color: white;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0.6rem 1.3rem;
  margin-top: 1rem;
  background: url("../img/txtbg.png"), -webkit-gradient(linear, left top, left bottom, from(red), to(#c80000));
  background: url("../img/txtbg.png"), linear-gradient(to bottom, red 0%, #c80000 100%);
  color: white;
  border-radius: 20px;
  overflow: show;
  text-shadow: 1px -3px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px -2px 5px 1px #e60000;
          box-shadow: 1px -2px 5px 1px #e60000;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#signUpButtonHandler:hover {
  -webkit-box-shadow: 1px -2px 5px 1px #006700;
          box-shadow: 1px -2px 5px 1px #006700;
  background: url("../img/txtbg.png"), -webkit-gradient(linear, left top, left bottom, from(#64c819), to(#646419));
  background: url("../img/txtbg.png"), linear-gradient(to bottom, #64c819 0%, #646419 100%);
}

.cancel-btn, .signup-btn {
  padding: 0.5rem 1.2rem;
  border-radius: 0;
  border: none;
  background: red;
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  margin-right: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cancel-btn:hover, .signup-btn:hover {
  background: #990000;
  color: #FF8C00;
}

.form-buttons {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 3rem;
}

.email-send {
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -110%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-weight: 700;
  background: red;
  color: white;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.email-send.success {
  left: -5%;
}

@media screen and (max-width: 400px) {
  .sec-two-parts .sec-part-right {
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec-two-parts .sec-part-right::after {
    width: 0%;
  }
  #volontary-signup {
    width: calc( 100% - 2rem);
  }
}

@media screen and (max-width: 320px) {
  .sec-tp-char .title-wrap-block {
    width: 100%;
  }
  #sec-press-title-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 1300px) {
  .sec-map {
    background: url(../img/303map_1300.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
  }
}

@media screen and (max-width: 1100px) {
  nav .logo {
    position: absolute;
    height: 20vh;
    width: auto;
    top: 3rem;
    left: 10px;
  }
  nav .logo-bg {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .main-section .text-bg {
    height: 250px;
  }
  .main-section .text-303 {
    font-size: 200px;
  }
  .main-section .text-memorial {
    font-size: 130px;
  }
  .main-section .text-run {
    font-size: 160px;
    right: -300px;
  }
  .sec-goals .section-goal .goal-txt {
    width: 60%;
  }
  .sec-goals .section-goal img {
    height: 70px;
    width: auto;
  }
  .sec-short-icons .short-icon:first-child h4 {
    left: 37%;
    max-width: 100px;
  }
}

@media screen and (max-width: 820px) {
  nav .logo {
    top: 1rem;
  }
  nav .show-menu-btn, nav .hide-menu-btn {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 30px;
    cursor: pointer;
    display: none;
    z-index: 15;
  }
  nav .show-menu-btn {
    float: right;
    margin-right: 145px;
  }
  nav .tp {
    margin-right: 35px;
  }
  nav .show-menu-btn i {
    line-height: 60px;
  }
  nav .show-menu-btn, nav .hide-menu-btn {
    display: block;
  }
  nav .hide-menu-btn {
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 15;
  }
  nav ul {
    right: 100%;
    height: 65vh;
    width: 100vw;
    background: white;
    line-height: initial;
    text-align: center;
    padding-top: calc(40vh - 15px);
    padding-bottom: 15px;
    z-index: 11;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  nav ul li {
    display: block;
    height: 4vh;
    padding: 2vh;
    margin: 1.5vh 30vw;
    border-bottom: 2px solid #1e1e1e;
    z-index: 13;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav ul li::after {
    display: none;
  }
  nav a {
    display: inline-block;
    width: 36vw;
    height: 6vh;
    line-height: 6vh;
  }
  nav .active {
    color: red;
  }
  nav .active::after {
    height: 0;
  }
  nav .menu-visable {
    right: 0;
  }
  nav .logo {
    z-index: 12;
  }
  .sec-text-2 {
    letter-spacing: -2px;
    margin-left: -10px;
  }
  section {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .main-section {
    margin: 0;
    height: 80vh;
  }
  .main-section .text-bg {
    height: 200px;
  }
  .main-section .text-run {
    right: -60%;
    bottom: -20%;
  }
  .sec-timer .timer {
    height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec-timer .timer div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }
  .sec-timer .timer span {
    font-size: 24px;
    margin: 20px auto;
  }
  .sec-timer .timer-bg-1 {
    width: 100%;
    display: block;
    height: 120px;
    line-height: 20px;
  }
  .sec-timer .timer-bg-2 {
    width: 100%;
    display: block;
    height: 120px;
    -webkit-transform: skew(0deg) translateX(0);
            transform: skew(0deg) translateX(0);
    top: 120px;
    line-height: 120px;
  }
  .sec-timer .timer-bg-2 .sec-text-2 {
    margin: 0;
    letter-spacing: 0;
  }
  .sec-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
    padding: 0 20px;
  }
  .sec-mission .section-mission-left {
    width: 100%;
  }
  .sec-mission .section-mission-left .bottom-text {
    position: relative;
  }
  .sec-mission .section-mission-right {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  .sec-mission .sec-white-cover {
    top: 350px;
    display: none;
  }
  .sec-goals {
    height: initial;
  }
  .sec-goals .sec-goals-bg-1 {
    position: relative;
    right: 0;
    left: -5%;
    padding-right: 5%;
    line-height: 90px;
    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;
  }
  .sec-goals .sec-goals-bg-2 {
    position: relative;
    width: 100%;
    height: 180px;
    border-top: 2px solid rgba(30, 30, 30, 0.7);
  }
  .sec-goals .section-goal {
    position: absolute;
    top: 0;
    left: -6%;
  }
  .sec-goals .section-goal:first-child {
    width: 36%;
  }
  .sec-goals .section-goal:nth-child(2) {
    width: 35%;
    left: 30%;
  }
  .sec-goals .section-goal:nth-child(3) {
    width: 36%;
    left: 64.5%;
  }
  @-webkit-keyframes slideFromLeft {
    0% {
      width: 5%;
    }
    100% {
      width: 85%;
    }
  }
  @keyframes slideFromLeft {
    0% {
      width: 5%;
    }
    100% {
      width: 85%;
    }
  }
  .sec-schedule .sec-schedule-left {
    padding-left: 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .sec-schedule .sec-schedule-right {
    display: none;
  }
  .sec-schedule .sec-white-cover {
    display: none;
  }
  .sec-short-icons {
    height: 320px;
  }
  .sec-short-icons .short-icon {
    border-top: 2px solid rgba(30, 30, 30, 0.7);
    height: 160px;
    width: 35%;
  }
  .sec-short-icons .short-icon:first-child {
    width: 37%;
    left: -5.5%;
  }
  .sec-short-icons .short-icon:first-child h4 {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  .sec-short-icons .short-icon:nth-child(2) {
    width: 35%;
    left: 31%;
  }
  .sec-short-icons .short-icon:nth-child(3) {
    width: 39%;
    left: 65%;
  }
  .sec-short-icons .short-icon:nth-child(4) {
    top: 160px;
    width: 56%;
    left: -5%;
  }
  .sec-short-icons .short-icon:nth-child(5) {
    top: 160px;
    width: 56%;
    left: 50%;
  }
  .sec-short-icons img {
    height: 60px;
    margin-top: 15px;
  }
  .sec-short-icons h4 {
    margin: 0 auto;
    max-width: 70%;
    font-size: 18px;
  }
  .sec-partners .partners-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-partners .partner {
    height: 60px;
    margin: 15px;
    line-height: 0;
  }
  .sec-partners .img-partner-long {
    width: 120px;
  }
  .sec-partners .img-partner {
    height: 60px;
  }
  .sec-map .map-title-wrap {
    position: absolute;
    height: 120px;
    width: 95%;
    right: 0;
    left: -5%;
    padding-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    line-height: 120px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sec-map .text-wrap {
    font-size: 16px;
  }
  footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  footer .foot-col {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .copyrights {
    max-width: 60%;
    margin: 30px auto;
    line-height: 20px;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

@media screen and (max-width: 600px) {
  nav .logo {
    height: 15vh;
  }
}

@media screen and (max-width: 420px) {
  .sec-goals .sec-goals-bg-2 {
    height: 130px;
  }
  .sec-goals .section-goal img {
    margin-top: 20px;
    height: 40px;
  }
  .sec-goals .section-goal .goal-txt {
    bottom: 10px;
    font-size: 16px;
  }
  .sec-goals .section-goal:first-child {
    width: 36%;
  }
  .sec-goals .section-goal:nth-child(2) {
    width: 35%;
    left: 30%;
  }
  .sec-goals .section-goal:nth-child(3) {
    width: 36%;
    left: 64.5%;
  }
  .sec-schedule .schedule-txt-1 {
    font-size: 30px;
  }
  .sec-schedule .schedule-txt-2 {
    margin-left: 10px;
    font-size: 30px;
  }
  .sec-partners .partners-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-partners .partner {
    height: 40px;
    margin: 10px;
    line-height: 0;
  }
  .sec-partners .img-partner-long {
    width: 80px;
  }
  .sec-partners .img-partner {
    height: 40px;
  }
}

form {
  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;
  width: 100%;
  padding: 1rem;
  margin: 1rem 0;
}

label {
  position: relative;
  width: 100%;
  font-size: 1rem;
  display: block;
  color: #FF8C00;
  text-align: left;
}

select {
  background: #3d3434;
  height: 2rem;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
}

textarea {
  background: #3d3434;
  color: #FF8C00;
  display: block;
  width: calc(100% - 2rem);
  border-radius: 0.25rem;
  height: 8rem;
  padding: 1rem;
  resize: vertical;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

textarea:focus, textarea:active {
  border-color: #FF8C00;
}

.label {
  position: relative;
  cursor: text;
  height: 4.5rem;
}

.label span {
  position: absolute;
  top: 1.7rem;
  left: 0;
  font-size: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #FF8C00;
}

.label .box-underline {
  display: block;
  background: transparent;
  width: 0;
  height: 2rem;
  opacity: 1;
  position: absolute;
  top: 1rem;
  left: 0;
  border-bottom: 2px solid #FF8C00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-component {
  margin: 0;
  padding: 0 1rem;
  width: 100%;
}

.search-component label {
  margin: 0;
}

.search-icon {
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-btn {
  position: absolute;
  top: 0.55rem;
  right: 0;
  background: transparent;
}

.search-btn:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-btn:hover > i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.2rem;
}

input {
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0;
  background-color: transparent !important;
  color: #FF8C00 !important;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 2rem;
  border-bottom: 2px solid white;
  background-clip: text;
  cursor: text;
  outline: none;
}

input span {
  cursor: text;
  color: #FF8C00;
}

input::-webkit-input-placeholder {
  color: #FF8C00;
  font-size: 0.8rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input:-ms-input-placeholder {
  color: #FF8C00;
  font-size: 0.8rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input::-ms-input-placeholder {
  color: #FF8C00;
  font-size: 0.8rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input::placeholder {
  color: #FF8C00;
  font-size: 0.8rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:focus:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-ms-input-placeholder {
  opacity: 1;
}

input:focus::placeholder {
  opacity: 1;
}

input:focus ~ span {
  top: 0rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

input:not(:placeholder-shown) ~ span {
  top: 0rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

input:focus ~ .box-underline {
  width: 100%;
}

input:not(:placeholder-shown) ~ .box-underline {
  width: 100%;
}

input:focus ~ .search-icon {
  color: #83ff24;
}

input:not(:placeholder-shown) ~ .search-icon {
  color: #83ff24;
}

.form-check-list {
  padding: 0;
}

.form-check-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem;
}

.form-check-row input[type=radio] {
  display: inline-block;
  width: 2rem;
  color: red;
  height: 1.5rem;
  margin-right: 1rem;
}

.form-check-row input[type=radio] ~ label {
  width: unset;
  margin: 0;
}

input[type=checkbox] {
  height: 1.2rem;
  cursor: pointer;
  display: inline-block;
  width: 1.2rem;
}

input[type=checkbox] ~ span {
  font-size: 1.1rem;
  top: 1rem;
  left: 2.3rem;
}

input[type=checkbox]:focus {
  border: 1px solid #FF8C00;
}

input[type=checkbox]:focus-within {
  outline: 2px solid #FF8C00;
}

.small-container form {
  padding-top: 1.5rem;
}

form.small-container.edit-item {
  width: 100%;
  padding: 2rem 5%;
  padding-right: calc( 5% + 1.5rem);
}

form.small-container.edit-item .label {
  width: 100%;
}

form.small-container.edit-item input:not(:placeholder-shown) ~ span:not(.box-underline), form.small-container.edit-item input:focus ~ span:not(.box-underline) {
  top: -1.2rem;
  font-size: 1rem;
  color: #FF8C00;
}

@media all and (max-width: 600px) {
  form.small-container {
    width: 100%;
    padding: 2rem 5%;
    padding-right: calc( 5% + 1.5rem);
  }
}

@media all and (max-width: 480px) {
  form.small-container .label {
    width: 100%;
  }
}

.label.upload-file {
  cursor: pointer;
}

.label.upload-file input[type=file] {
  cursor: pointer;
  position: relative;
  padding-top: 0.5rem;
}

.label.upload-file input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  background: #FF8C00;
  position: absolute;
  bottom: 0.3rem;
  right: 1rem;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.label.upload-file:hover input[type=file]::-webkit-file-upload-button {
  background: #FF8C00;
}

.additional-images {
  width: 100%;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.additional-images div {
  word-break: break-all;
}

.additional-images button {
  margin-left: 0.5rem;
}

.additional-images span {
  letter-spacing: 0;
  left: 0;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  color: #FF8C00;
}

.label.textarea span {
  letter-spacing: 0;
  left: 0;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  color: #FF8C00;
}
/*# sourceMappingURL=style.css.map */