@charset "UTF-8";
html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

svg {
  width: 100%;
  height: 100%; }

a {
  outline: 0 !important;
  transition: color 0.3s ease-in-out; }
  a a:hover {
    transition: color 0.3s ease-in-out; }

p {
  margin-top: 0;
  margin-bottom: 24px; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.gutters-7 {
  margin-right: -7px;
  margin-left: -7px; }

.gutters-7 > .col,
.gutters-7 > [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

[class*="col-"], .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
  @media (max-width: 767px) {
    .col-auto {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-auto-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto; }
  @media (max-width: 767px) {
    .col-auto-grow {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-2 {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
  max-width: 41.66%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%; }

.col-8 {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%; }

.col-10 {
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%; }

@media (min-width: 768px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (min-width: 768px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .col-sm-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%; } }

@media (min-width: 992px) {
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 992px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .col-md-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%; } }

@media (min-width: 992px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1280px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 640px) {
    .container {
      width: 610px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 950px;
      max-width: 100%; } }
  @media (min-width: 1280px) {
    .container {
      width: 1220px;
      max-width: 100%; } }
  @media (min-width: 1600px) {
    .container {
      width: 1600px;
      max-width: 100%; } }

.form-group .focus-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

body {
  color: #242738;
  font-family: "Montserrat", sans-serif;
  min-height: 100%;
  font-size: 100%;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  position: relative;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4; }

h1:not(.why-title) {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h1:not(.why-title) {
      margin-bottom: 40px; } }

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px; }

h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

ul:not([class]) {
  list-style: none;
  padding-left: 15px; }
  ul:not([class]) li {
    margin-bottom: .7rem; }
  ul:not([class]) li::before {
    content: "\2022";
    color: #d5333e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -22px;
    font-size: 23px; }

a {
  color: inherit;
  outline: 0 !important;
  transition: color 0.3s ease-in-out; }
  a:hover {
    color: #d5333e; }

b, strong {
  font-weight: 700; }

.page-content-section {
  padding-top: 40px;
  position: relative; }
  @media (min-width: 992px) {
    .page-content-section {
      padding-top: 80px; } }

._centered {
  text-align: center; }

._img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

._text-center {
  text-align: center; }

.why-section {
  background: #d5333e;
  color: #fff;
  padding-bottom: 75px;
  position: relative; }
  @media (max-width: 639px) {
    .why-section {
      padding-top: 90px; } }
  @media (max-width: 639px) {
    .why-section::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      width: 1px;
      height: 50px;
      background: #fff; } }
  .why-section::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 130px;
    background: url(../images/white_line.svg) no-repeat 0 bottom/cover;
    z-index: 1; }
  @media (min-width: 992px) {
    .why-section .row > div:first-child::after {
      content: '';
      position: absolute;
      display: block;
      border-right: 2px solid #fff;
      right: 0;
      margin-left: -1px;
      top: 0;
      bottom: -200px;
      z-index: 1; } }
  .why-section h2 {
    font-size: 22px;
    font-weight: 600; }
    @media (min-width: 640px) {
      .why-section h2 {
        font-size: 30px; } }
  @media (max-width: 639px) {
    .why-section .button {
      width: 165px;
      display: block;
      margin: 0 auto 15px; } }

.why-title {
  font-size: 64px;
  font-weight: 700; }
  @media (max-width: 639px) {
    .why-title {
      text-align: center;
      margin-bottom: 15px; } }
  @media (min-width: 640px) {
    .why-title {
      font-size: 80px; } }
  @media (min-width: 1280px) {
    .why-title {
      font-size: 120px; } }
  @media (min-width: 1600px) {
    .why-title {
      font-size: 190px; } }

@media (min-width: 992px) {
  .why-intro-text {
    padding-left: 50px;
    padding-bottom: 100px; } }

.why-video-btn {
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../images/watch_video.svg) no-repeat 0 0/contain;
  position: relative;
  display: block; }
  @media (max-width: 639px) {
    .why-video-btn {
      top: -180px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      position: absolute;
      width: 102px;
      height: 102px; } }
  @media (min-width: 640px) {
    .why-video-btn {
      width: 173px;
      height: 173px;
      margin-left: auto;
      margin-right: 50px; } }
  .why-video-btn::before {
    content: 'Смотреть видео';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute; }
    @media (max-width: 639px) {
      .why-video-btn::before {
        bottom: -30px;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        display: block;
        width: 200%;
        text-align: center; } }
    @media (min-width: 640px) {
      .why-video-btn::before {
        top: 69px;
        left: -59px;
        display: block;
        padding: 10px 3px 3px;
        background: #d5333e; } }
  .why-video-btn:hover {
    color: #fff; }

.why-stripe, .tasks-stripe {
  display: none;
  position: relative;
  z-index: 2; }
  @media (min-width: 640px) {
    .why-stripe, .tasks-stripe {
      display: block; } }

@media (min-width: 640px) {
  .why-stripe-mobile, .tasks-stripe-mobile {
    display: none; } }

.section-title {
  color: #242738;
  font-size: 22px;
  font-weight: 600; }
  @media (min-width: 640px) {
    .section-title {
      font-size: 48px;
      font-weight: 700; } }
  @media (min-width: 992px) {
    .section-title {
      font-size: 50px; } }
  @media (min-width: 1280px) {
    .section-title {
      font-size: 64px; } }
  .section-title.-white {
    color: #fff; }
  .section-title.-red {
    color: #d5333e; }
  .section-title.-black {
    color: #000; }
  @media (min-width: 640px) {
    .section-title.-centered {
      text-align: center; } }

.tasks-section {
  padding-top: 50px;
  position: relative;
  margin-top: 30px; }
  @media (min-width: 640px) {
    .tasks-section::before {
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      margin-left: -2px;
      top: -115px;
      width: 2px;
      height: 115px;
      border-radius: 4px;
      background-color: #d5333e;
      z-index: 3; } }
  @media (min-width: 640px) {
    .tasks-section h2 {
      margin-bottom: 70px; } }

.tasks-description {
  font-weight: 600;
  height: 100%; }
  @media (max-width: 991px) {
    .tasks-description {
      margin-top: 4rem; } }
  @media (min-width: 992px) {
    .tasks-description {
      padding: 0 45px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media (max-width: 991px) {
    .tasks-description p {
      position: relative;
      padding-top: 15px;
      text-align: center; } }
  @media (max-width: 991px) {
    .tasks-description p::before {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      width: 50%;
      height: 1px;
      background-color: #d5333e;
      z-index: 3; } }
  .tasks-description strong {
    color: #d5333e; }

@media (min-width: 640px) {
  .tasks-items {
    font-weight: 600; } }

@media (min-width: 992px) {
  .tasks-items {
    margin-right: -15px;
    text-align: right;
    border-right: 1px solid #d5333e; } }

@media (min-width: 992px) {
  .tasks-items::before {
    content: '';
    position: absolute;
    display: block;
    right: 1px;
    bottom: -50px;
    width: 1px;
    height: 50px;
    background-color: #d5333e;
    z-index: 3; } }

.tasks-items span {
  line-height: 22px;
  padding: 15px;
  position: relative; }
  @media (max-width: 991px) {
    .tasks-items span {
      display: block; } }
  @media (min-width: 992px) {
    .tasks-items span {
      border-bottom: 1px solid #d5333e;
      font-weight: 600;
      padding: 35px 45px;
      display: inline-block; } }
  @media (max-width: 991px) {
    .tasks-items span:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 50%;
      height: 1px;
      background-color: #d5333e;
      z-index: 3; } }

.tasks-stripe {
  margin-top: 70px;
  margin-bottom: 150px; }

.alternative-event-text {
  font-weight: 600;
  margin: 0 auto 40px;
  text-align: center; }
  @media (min-width: 640px) {
    .alternative-event-text {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .alternative-event-text {
      margin: 0 auto 190px;
      max-width: 1007px; } }
  .alternative-event-text hr {
    border-top-width: 0;
    border-bottom-color: #d5333e; }
    @media (min-width: 640px) {
      .alternative-event-text hr {
        width: 447px;
        margin: 0 auto; } }
  .alternative-event-text p {
    margin-top: 1rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .includes-section h2 {
    margin-bottom: 0;
    text-align: center; } }

@media (min-width: 640px) and (max-width: 767px) {
  .includes-section h2 {
    margin-bottom: 0;
    text-align: center; } }

.includes-section .col-dark {
  position: relative; }
  @media (min-width: 640px) {
    .includes-section .col-dark:before {
      content: '';
      position: absolute;
      display: block;
      width: 2px;
      height: 95px;
      background-color: #242738;
      top: -95px;
      right: 0; } }
  @media (min-width: 640px) {
    .includes-section .col-dark:after {
      content: '';
      position: absolute;
      display: block;
      width: 2px;
      height: 95px;
      background-color: #d5333e;
      bottom: -95px;
      right: 0; } }
  .includes-section .col-dark ul li::before {
    color: #fff; }
    @media (min-width: 640px) {
      .includes-section .col-dark ul li::before {
        color: #d5333e; } }

.col-dark {
  background-color: #242738;
  padding: 30px 15px !important; }
  @media (min-width: 640px) {
    .col-dark {
      padding: 50px 15px !important; } }
  @media (min-width: 992px) {
    .col-dark {
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; } }
  .col-dark h2 {
    padding-left: 15px; }
    @media (max-width: 639px) {
      .col-dark h2 {
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .col-dark h2 {
        padding-right: 35px; } }
  .col-dark + div {
    padding: 15px 0; }
    @media (max-width: 639px) {
      .col-dark + div {
        background-color: #242738;
        font-weight: 600;
        color: #fff;
        padding-right: 15px !important; } }
    @media (max-width: 991px) {
      .col-dark + div {
        padding-left: 20px !important; } }
    @media (min-width: 992px) {
      .col-dark + div {
        padding: 40px 30px 0 30px !important;
        font-weight: 600;
        border-top: 1px solid #242738;
        border-bottom: 1px solid #242738; } }
    @media (min-width: 1280px) {
      .col-dark + div {
        padding-top: 140px 30px !important;
        min-width: 550px;
        font-weight: 600; } }

.mechanics-section {
  padding-top: 40px; }
  @media (min-width: 992px) {
    .mechanics-section {
      padding-top: 95px; } }
  .mechanics-section h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px; }
    @media (min-width: 640px) {
      .mechanics-section h2 {
        font-size: 80px; } }
    @media (min-width: 992px) {
      .mechanics-section h2 {
        font-size: 110px; } }
    @media (min-width: 1280px) {
      .mechanics-section h2 {
        font-size: 120px;
        margin-bottom: 34px; } }
  .mechanics-section h3 {
    margin-bottom: 40px; }
  @media (max-width: 639px) {
    .mechanics-section .row {
      margin-bottom: 30px; } }
  @media (min-width: 640px) {
    .mechanics-section .row {
      max-width: 710px;
      margin: 0 auto; } }
  .mechanics-section .row:last-child .col:last-child:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 220px;
    background-color: #d5333e;
    bottom: -220px;
    left: -2px; }
  .mechanics-section .col {
    font-weight: 600; }
    @media (max-width: 639px) {
      .mechanics-section .col {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    @media (min-width: 640px) {
      .mechanics-section .col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
  .mechanics-section p {
    position: relative;
    padding: 15px; }
    @media (max-width: 639px) {
      .mechanics-section p {
        padding: 0 10px 10px;
        margin-left: 25px;
        margin-right: 25px; } }
    .mechanics-section p::after {
      content: '';
      position: absolute;
      display: block;
      border-radius: 10px;
      background-color: #d5333e; }
      @media (max-width: 639px) {
        .mechanics-section p::after {
          width: 2px;
          height: 100%;
          background-color: #d5333e;
          top: 0;
          left: -10px; } }
      @media (min-width: 640px) {
        .mechanics-section p::after {
          width: 15px;
          height: 2px;
          top: 50%;
          margin-top: -1px;
          left: -15px; } }
  @media (max-width: 639px) {
    .mechanics-section .row:nth-child(odd) .col:first-child {
      -ms-flex-order: 2;
          order: 2; } }
  @media (min-width: 640px) {
    .mechanics-section .col:first-child {
      border-right: 2px solid #d5333e; } }
  .mechanics-section .col:first-child p {
    text-align: right; }
    .mechanics-section .col:first-child p::after {
      left: auto; }
      @media (max-width: 639px) {
        .mechanics-section .col:first-child p::after {
          right: -10px; } }
      @media (min-width: 640px) {
        .mechanics-section .col:first-child p::after {
          right: -15px; } }

.scripts-section {
  margin-top: 140px;
  padding-bottom: 10px; }
  @media (min-width: 640px) {
    .scripts-section {
      margin-top: 300px;
      padding-bottom: 120px; } }
  @media (min-width: 640px) {
    .scripts-section:after {
      content: '';
      position: absolute;
      display: block;
      width: 2px;
      height: 115px;
      background-color: #d5333e;
      left: 50%; } }
  .scripts-section .row {
    -ms-flex-pack: center;
        justify-content: center; }
  @media (max-width: 991px) {
    .scripts-section .col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .scripts-section .col {
      padding: 30px;
      max-width: 50%; } }
  @media (min-width: 1280px) {
    .scripts-section .col {
      padding: 30px 90px;
      max-width: 625px; } }
  .scripts-section .col p:first-child {
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    position: relative; }
    @media (min-width: 640px) {
      .scripts-section .col p:first-child {
        font-weight: 700;
        font-size: 48px; } }
    @media (min-width: 992px) {
      .scripts-section .col p:first-child {
        font-size: 64px; } }
    @media (max-width: 639px) {
      .scripts-section .col p:first-child::before {
        content: '';
        position: absolute;
        display: block;
        left: -15px;
        bottom: 0;
        width: 75%;
        height: 2px;
        background: #d5333e; } }
  @media (min-width: 992px) {
    .scripts-section .col-first {
      text-align: right;
      border-right: 2px solid #d5333e; } }
  @media (min-width: 992px) {
    .scripts-section .col-first p:first-child {
      text-align: right; } }

.scripts-text {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 45px; }
  @media (min-width: 640px) {
    .scripts-text {
      text-align: center;
      width: 510px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 90px;
      font-size: 30px; } }
  .scripts-text strong {
    color: #d5333e; }
  .scripts-text p {
    margin-bottom: 0; }

.scripts-more-block {
  background: #242738;
  color: #fff;
  font-weight: 600;
  padding: 45px 15px; }
  @media (min-width: 640px) {
    .scripts-more-block {
      padding: 90px 0;
      margin-top: 115px;
      font-size: 30px; } }
  .scripts-more-block p {
    max-width: 829px;
    margin: 0 auto;
    text-align: center; }

@media (max-width: 639px) {
  .authors-section {
    margin-top: 120px; } }

@media (max-width: 991px) {
  .authors-section .col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.authors-section h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600; }
  @media (min-width: 640px) {
    .authors-section h2 {
      font-size: 64px;
      text-align: right;
      padding-right: 25px;
      font-weight: 700; } }
  @media (min-width: 640px) and (max-width: 767px) {
    .authors-section h2 {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .authors-section h2 {
      text-align: center; } }

.authors-section p strong {
  color: #d5333e; }

.authors-section img {
  margin-bottom: 2rem;
  display: block; }
  @media (min-width: 640px) and (max-width: 767px) {
    .authors-section img {
      margin: 0 auto 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .authors-section img {
      margin: 0 auto 2rem; } }

.pic-explanation {
  display: none;
  padding-bottom: 95px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .pic-explanation {
      display: block; } }

.pic-explanation-mobile {
  display: none;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .pic-explanation-mobile {
      display: block; } }

.fb {
  background-image: url(../images/fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 22px;
  height: 22px; }

.tg {
  background-image: url(../images/tg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 22px;
  height: 22px; }

.insta {
  background-image: url(../images/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 22px;
  height: 22px; }

@media (max-width: 991px) {
  .first-screen-section {
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .first-screen-section {
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .first-screen-section p {
    max-width: 550px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto; } }

.first-screen-section .we-logo {
  margin: 0 auto;
  display: block; }

.first-screen-section .row > div {
  padding-top: 20px; }
  @media (min-width: 1280px) {
    .first-screen-section .row > div {
      padding-top: 150px; } }
  .first-screen-section .row > div span {
    text-transform: uppercase;
    font-weight: 600; }
  .first-screen-section .row > div:first-child {
    font-size: 30px;
    font-weight: 600; }
    @media (min-width: 1280px) {
      .first-screen-section .row > div:first-child {
        border-right: 2px solid #fff33a;
        text-align: right;
        padding-top: 140px; } }

.video-section {
  padding-top: 30px; }
  .video-section .video {
    margin: 0 auto;
    max-width: 535px;
    text-align: center; }
    .video-section .video .video-link {
      position: relative;
      display: block;
      background-image: url(../images/video-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      width: 100%;
      padding-bottom: 60%;
      margin: 0 auto; }
      .video-section .video .video-link:after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        width: 102px;
        height: 102px;
        background: url(../images/play-button.svg);
        z-index: 1; }
    .video-section .video .teambuilding-link {
      display: block; }
      .video-section .video .teambuilding-link:hover {
        color: #000;
        opacity: .5; }
    .video-section .video p {
      margin-top: 35px; }
      .video-section .video p span {
        font-size: 24px; }

.about-section {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .about-section {
      margin-bottom: 150px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-section .col-about {
      margin-bottom: 40px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .about-section .col-about {
      margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-section .col-about p {
      text-align: center; } }
  @media (min-width: 992px) {
    .about-section .col-about p {
      text-align: center; } }
  @media (min-width: 1280px) {
    .about-section .col-about p {
      text-align: right; } }
  .about-section .col-about span {
    font-weight: 600; }
  .about-section .col-about .yellow-line {
    border-bottom: 2px solid #fff33a;
    padding-left: 10px; }
  .about-section .about-title {
    font-size: 30px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .about-section .about-title {
        text-align: center; } }
  .about-section .about-prizes-title {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #fff33a; }
  .about-section .cards {
    margin-right: -8px;
    margin-left: -8px; }
    .about-section .cards .col {
      padding-left: 8px;
      padding-right: 8px; }
      @media (max-width: 991px) {
        .about-section .cards .col {
          margin-bottom: 16px;
          max-width: 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
      .about-section .cards .col .card {
        border: 1px solid #d5333e;
        height: 100%;
        margin: 0 auto;
        padding-bottom: 20px; }
        .about-section .cards .col .card .result {
          display: block;
          padding: 13px 18px;
          color: #d5333e;
          font-weight: 600; }
        .about-section .cards .col .card img {
          display: block;
          margin: 0 auto; }
        .about-section .cards .col .card .prize-3 {
          width: 87px; }
        .about-section .cards .col .card .prize-4 {
          width: 78px; }
        .about-section .cards .col .card .year {
          font-size: 34px;
          display: block;
          text-align: center; }
        .about-section .cards .col .card p {
          padding: 0 10px;
          font-weight: 600;
          text-align: center;
          margin-bottom: 0;
          margin-top: 0;
          font-size: 14px; }
        .about-section .cards .col .card hr {
          width: 31px;
          margin: 0 auto;
          border-top-width: 0;
          border-bottom-color: #fff33a; }

.button {
  padding: 18px 35px;
  text-align: center;
  border-radius: 24px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s ease-in-out;
  line-height: 1;
  cursor: pointer;
  outline: 0 !important;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .button {
      padding: 17px 38px 17px;
      border-radius: 29px; } }
  .button.-white-border {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .button.-white-border:hover {
      border-color: #242738;
      background-color: #242738; }
  .button.-white-solid {
    background-color: #fff;
    border-color: #fff;
    color: #d5333e; }
    .button.-white-solid:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
  .button.-dark-solid {
    border-color: #242738;
    background-color: #242738;
    color: #fff; }
    .button.-dark-solid:hover {
      background-color: transparent;
      border-color: #fff; }
  .button.-red-solid {
    border-color: #d5333e;
    background-color: #d5333e;
    color: #fff; }
    .button.-red-solid:hover {
      background-color: transparent;
      color: #d5333e; }

.new-footer {
  padding-top: 55px;
  text-align: center;
  background-color: #fff33a;
  color: #000;
  position: relative;
  padding-bottom: 60px; }
  @media (min-width: 640px) {
    .new-footer {
      padding-top: 100px; } }
  @media (min-width: 992px) {
    .new-footer {
      padding-bottom: 60px; } }
  @media (max-width: 639px) {
    .new-footer .social li {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px; } }
  .new-footer ul {
    list-style: none; }
    @media (min-width: 640px) {
      .new-footer ul li {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px; } }
    .new-footer ul li a {
      display: block;
      text-decoration: none;
      transition: color 0.3s ease-in-out;
      width: 100%;
      height: 100%; }
      .new-footer ul li a:hover {
        opacity: .8;
        color: #fff; }
  .new-footer .share {
    background-image: url(../images/share.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 18px;
    height: 20px; }
  .new-footer .social {
    margin-bottom: 30px; }
  .new-footer .footer-menu {
    margin-bottom: 30px; }
  .new-footer .copyright {
    display: block;
    margin-bottom: 30px; }
  .new-footer .footer-contacts {
    margin-bottom: 30px;
    font-weight: 600; }
    .new-footer .footer-contacts span {
      padding-right: 15px; }
      @media (max-width: 639px) {
        .new-footer .footer-contacts span {
          display: block; } }

.input-text {
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  font-size: 16px;
  padding: 22px 15px 8px;
  display: block;
  width: 100%;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  text-align: center; }
  .input-text.error {
    border-color: #d5333e !important; }
  .input-text:focus {
    outline: 0;
    border-bottom-color: blue;
    background-color: #fff;
    outline-offset: -1px;
    box-shadow: none;
    transition: border .35s ease-in-out; }
    .input-text:focus ~ label {
      top: 2px;
      font-size: 0.8em;
      transition: .35s ease-in-out; }
  .input-text.has-content ~ label {
    top: 2px;
    left: 0;
    font-size: 0.8em;
    transition: .35s ease-in-out; }

.label {
  color: #333; }

.form-group {
  position: relative; }
  .form-group .focus-bg {
    background-color: #fff;
    z-index: 1; }
  .form-group .label {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    transition: .35s ease-in-out;
    z-index: 2; }
  .form-group .input-text, .form-group textarea {
    position: relative;
    z-index: 3;
    background-color: transparent; }
  .form-group + .button {
    margin: 2rem auto 0;
    display: block;
    width: 200px; }
  .form-group .visible {
    font-size: 13px;
    color: #d5333e;
    z-index: 4;
    display: block;
    background: #fff;
    padding-top: 2px;
    position: relative; }

.secondname {
  display: none !important; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"]:checked + label:before {
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    background: url(../images/check.svg) 60% 50% no-repeat;
    background-size: 70% auto; }
  input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 48px; }
    input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border: 1px solid #333;
      cursor: pointer; }
    input[type="checkbox"] + label a {
      color: inherit; }

.header {
  background-color: #fff33a;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 70px; }
  .header .social {
    list-style: none; }
    .header .social li {
      display: inline-block;
      margin-right: 10px;
      margin-left: 10px; }
      @media (min-width: 992px) {
        .header .social li {
          margin-right: 45px;
          margin-left: 0; } }
      .header .social li a {
        display: block;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
        width: 100%;
        height: 100%; }
  @media (max-width: 767px) {
    .header .social {
      text-align: center; } }
  .header .top-contacts {
    text-align: right;
    font-weight: 600; }
    @media (max-width: 767px) {
      .header .top-contacts span {
        display: block;
        text-align: center; } }
    @media (min-width: 768px) {
      .header .top-contacts span {
        padding-right: 15px; } }
  .header .row {
    -ms-flex-align: start;
        align-items: flex-start; }
  @media (min-width: 992px) {
    .header nav {
      margin-left: auto;
      margin-top: -25px;
      padding-right: 15px; } }
  @media (min-width: 1280px) and (max-width: 1599px) {
    .header nav {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      text-align: right; } }
  @media (min-width: 1600px) {
    .header nav {
      -ms-flex-order: 3;
          order: 3;
      margin-top: 0; } }

.top-logo {
  position: relative;
  text-decoration: none;
  padding-left: 15px; }
  @media (max-width: 767px) {
    .top-logo {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .top-logo {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1280px) {
    .top-logo {
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
      max-width: 540px; } }
  .top-logo img {
    width: 213px;
    height: 31px;
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 640px) {
      .top-logo img {
        width: 289px;
        height: 42px; } }

@media (max-width: 639px) {
  .enter-app-btn {
    width: auto;
    display: block;
    margin: 0 auto 15px; } }

@media (min-width: 640px) and (max-width: 767px) {
  .enter-app-btn {
    margin-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .enter-app-btn {
    margin-left: 15px; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .enter-app-btn {
    position: absolute;
    right: 275px;
    top: 45px; } }

@media (min-width: 1280px) and (max-width: 1599px) {
  .enter-app-btn {
    position: absolute;
    right: 275px;
    top: 45px; } }

@media (min-width: 1600px) {
  .enter-app-btn {
    margin-right: 65px;
    -ms-flex-order: 2;
        order: 2; } }

.site-slogan {
  font-size: 11px;
  text-align: center; }
  @media (min-width: 640px) {
    .site-slogan {
      padding-left: 55px;
      text-align: left; } }
  @media (min-width: 992px) {
    .site-slogan {
      font-size: 14px; } }

.top--contacts {
  font-weight: 600;
  line-height: 22px; }
  @media (max-width: 639px) {
    .top--contacts {
      text-align: center;
      margin: 0 auto 15px;
      padding: 5px 15px; } }
  @media (min-width: 640px) {
    .top--contacts {
      text-align: right;
      margin-right: 15px; } }
  @media (min-width: 640px) and (max-width: 767px) {
    .top--contacts {
      right: 0;
      top: 85px;
      position: absolute; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .top--contacts {
      right: 0;
      top: 85px;
      position: absolute; } }
  @media (min-width: 992px) {
    .top--contacts {
      margin-top: -45px;
      margin-left: auto;
      margin-bottom: 2rem; } }
  @media (min-width: 1600px) {
    .top--contacts {
      -ms-flex-order: 5;
          order: 5; } }
  .top--contacts span {
    display: block; }

@media (max-width: 639px) {
  .request-btn {
    width: auto;
    display: block;
    margin: 0 auto 15px; } }

@media (min-width: 640px) {
  .request-btn {
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 640px) and (max-width: 767px) {
  .request-btn {
    margin-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .request-btn {
    margin-left: 15px; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .request-btn {
    position: absolute;
    right: 0;
    top: 45px; } }

@media (min-width: 1280px) and (max-width: 1599px) {
  .request-btn {
    position: absolute;
    right: 0;
    top: 45px; } }

@media (min-width: 1600px) {
  .request-btn {
    -ms-flex-order: 4;
        order: 4; } }

.primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px; }
  @media (max-width: 991px) {
    .primary-menu {
      -ms-transform: translateX(150%);
          transform: translateX(150%);
      position: fixed;
      right: 0;
      top: 10px;
      max-height: 90%;
      overflow: auto;
      background-color: #fff;
      z-index: 1000;
      padding: 30px 15px;
      width: 320px;
      border-radius: 30px;
      background-color: #ffffff;
      box-shadow: 0 10px 20px rgba(26, 26, 26, 0.1); } }
  @media (min-width: 992px) {
    .primary-menu {
      -ms-transform: none !important;
          transform: none !important; } }
  .primary-menu > li {
    position: relative;
    padding: 10px; }
    @media (min-width: 992px) {
      .primary-menu > li {
        display: inline-block;
        padding: 17px 10px 15px; } }
    @media (min-width: 1280px) {
      .primary-menu > li {
        padding: 15px 22px; } }
    .primary-menu > li:last-child {
      padding-right: 0; }
    .primary-menu > li > a {
      display: block;
      opacity: 1;
      position: relative; }
      @media (max-width: 991px) {
        .primary-menu > li > a {
          color: #242738;
          font-size: 26px;
          text-align: center; } }
      .primary-menu > li > a::after {
        content: '';
        position: absolute;
        display: block;
        color: transparent; }
        @media (max-width: 991px) {
          .primary-menu > li > a::after {
            width: 25px;
            height: 2px;
            bottom: -10px;
            left: 50%;
            margin-left: -12px; } }
        @media (min-width: 992px) {
          .primary-menu > li > a::after {
            width: 1px;
            height: 9px;
            bottom: -9px;
            left: 50%; } }
  @media (max-width: 991px) {
    .primary-menu .active {
      font-weight: 600; } }
  @media (max-width: 991px) {
    .primary-menu .active::after {
      background: #d5333e; } }
  @media (min-width: 992px) {
    .primary-menu .active::after {
      background: #fff; } }
  .primary-menu a {
    text-decoration: none;
    color: inherit;
    font-size: 14px; }
    @media (min-width: 992px) {
      .primary-menu a {
        font-weight: 600; } }
    .primary-menu a:hover {
      opacity: .8; }

.mobile-menu-trigger {
  position: fixed;
  cursor: pointer;
  transition: none 0s ease 0s;
  width: 30px;
  height: 30px;
  z-index: 1001; }
  @media (max-width: 991px) {
    .mobile-menu-trigger {
      right: 15px;
      top: 30px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  @media (min-width: 992px) {
    .mobile-menu-trigger {
      display: none; } }
  @media (max-width: 991px) {
    .mobile-menu-trigger::after {
      content: '';
      position: absolute;
      display: block;
      top: -8px;
      right: -8px;
      bottom: -8px;
      left: -8px;
      background: rgba(213, 51, 62, 0.5);
      border-radius: 3px;
      z-index: -1; } }
  .mobile-menu-trigger.menu-opened::after {
    display: none; }
  .mobile-menu-trigger.menu-opened span {
    background-color: transparent !important; }
  .mobile-menu-trigger.menu-opened span::before {
    -ms-transform: translateX(6px) translateY(0px) rotate(45deg);
        transform: translateX(6px) translateY(0px) rotate(45deg);
    width: 37px;
    background-color: #242738; }
  .mobile-menu-trigger.menu-opened span::after {
    -ms-transform: translateY(0px) rotate(-45deg);
        transform: translateY(0px) rotate(-45deg);
    width: 25px;
    background-color: #242738; }
  .mobile-menu-trigger:not(.menu-opened):hover span::before {
    -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
  .mobile-menu-trigger:not(.menu-opened):hover span::after {
    -ms-transform: translateY(10px);
        transform: translateY(10px); }
  .mobile-menu-trigger span {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    margin-top: -2px;
    font-size: 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .mobile-menu-trigger span::before, .mobile-menu-trigger span::after {
      position: absolute;
      right: 0px;
      width: 20px;
      border-radius: 2px;
      height: 100%;
      content: " ";
      background-color: #fff;
      transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }
    .mobile-menu-trigger span::before {
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
    .mobile-menu-trigger span::after {
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.info-popup {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  max-width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 50px 40px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .info-popup {
      padding: 92px 80px 70px; } }

.strategy-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 600; }
  @media (min-width: 640px) {
    .strategy-title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .strategy-title {
      font-size: 48px;
      font-weight: 700; } }
  @media (min-width: 1280px) {
    .strategy-title {
      font-size: 64px; } }

.secondname {
  display: none !important;
  display: block;
  text-align: center; }

span.visible {
  color: #d5333e; }

.script-popup ul, .script-popup ol {
  margin-bottom: 2rem; }

.exciting-title {
  font-size: 22px;
  font-weight: 600;
  /*@include desktop {
        & {
            font-size: 56px;
            margin-top: -20px;
        }
    } */ }
  @media (min-width: 640px) {
    .exciting-title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .exciting-title {
      font-size: 48px;
      font-weight: 700;
      text-align: right;
      margin-top: -18px; } }

.exciting-text a {
  color: #d5333e; }
  .exciting-text a:hover {
    text-decoration: none; }

.top-five-popup h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center; }
  .top-five-popup h2 strong {
    color: #d5333e; }

.top-five-popup li {
  margin-bottom: 25px; }
  .top-five-popup li::before {
    font-size: 30px;
    font-weight: 600;
    color: #d5333e;
    padding-right: 5px; }

.top-five-popup ol {
  margin-bottom: 60px;
  list-style: none; }
  .top-five-popup ol + p {
    text-align: center;
    font-weight: 600; }

.top-five-popup li:nth-child(1)::before {
  content: '1.'; }

.top-five-popup li:nth-child(2)::before {
  content: '2.'; }

.top-five-popup li:nth-child(3)::before {
  content: '3.'; }

.top-five-popup li:nth-child(4)::before {
  content: '4.'; }

.top-five-popup li:nth-child(5)::before {
  content: '5.'; }

.top-five-popup .button, .script-popup .button {
  margin-left: auto;
  margin-right: auto;
  width: 215px;
  padding-left: 15px;
  padding-right: 15px;
  display: block; }

@media (min-width: 992px) {
  .why-popup-first::before, .top-five-popup::before, .script-popup::before {
    content: '';
    height: 70px;
    width: 2px;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    background: #d5333e; } }

.why-popup-first .button {
  margin-left: auto;
  width: 215px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative; }
  .why-popup-first .button::before {
    content: '';
    height: 2px;
    width: 890px;
    left: -100px;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    position: absolute;
    display: block;
    top: 50%;
    background: #d5333e; }

.form-popup {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 50px 40px; }
  @media (min-width: 992px) {
    .form-popup {
      padding: 92px 100px 120px 100px;
      max-width: 800px;
      margin: 0 auto; } }
  .form-popup label {
    display: block;
    text-align: center;
    margin-bottom: 1rem; }
  .form-popup ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .form-popup :-moz-placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .form-popup ::-moz-placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .form-popup :-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .form-popup input {
    display: block;
    margin: 0 auto;
    border: 1px solid #242738;
    font-size: 16px;
    padding: 17px 38px 17px;
    border-radius: 29px;
    width: 100%;
    display: block;
    width: 100%;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #242738;
    margin-bottom: 1rem; }
    .form-popup input.error {
      border-color: #d5333e !important; }
    .form-popup input:focus {
      outline: 0;
      border-color: #d5333e;
      background-color: #fff;
      outline-offset: -1px;
      box-shadow: none;
      transition: border .35s ease-in-out; }
  .form-popup button.-dark-solid {
    display: block;
    margin: 0 auto; }
    .form-popup button.-dark-solid:hover {
      background-color: #d5333e; }
  .form-popup .form-title {
    font-weight: 600;
    font-size: 22px;
    text-align: center; }
    @media (min-width: 640px) {
      .form-popup .form-title {
        font-size: 30px; } }
  .form-popup textarea {
    width: 100%;
    height: 245px;
    border: 1px solid #242738;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 15px; }
    .form-popup textarea:focus {
      outline: 0;
      border: 1px solid #d5333e;
      outline-offset: -1px;
      box-shadow: none;
      transition: border .35s ease-in-out; }

.feedback-form {
  max-width: 416px;
  margin: 0 auto;
  box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 52px 64px 24px;
  position: relative;
  text-align: center; }
  .feedback-form textarea {
    margin-top: 22px; }
  .feedback-form .checkbox-group {
    margin-top: 16px; }
    .feedback-form .checkbox-group label {
      font-size: 12px;
      padding-right: 48px; }

.thankyou-popup {
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 40px;
  position: relative;
  text-align: center; }

.signin-popup, .common-popup {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 52px 64px 24px;
  position: relative;
  text-align: center; }

@media (max-width: 767px) {
  .prizes-section {
    padding-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .prizes-section {
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .prizes-section {
    padding-bottom: 120px; } }

.prizes-section .prizes-title {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-top: 25px;
  text-align: center; }
  @media (min-width: 640px) {
    .prizes-section .prizes-title {
      padding-top: 100px;
      font-size: 30px;
      margin-bottom: 110px; } }
  @media (min-width: 640px) {
    .prizes-section .prizes-title:before {
      content: '';
      position: absolute;
      display: block;
      width: 42%;
      height: 2px;
      background-color: #d5333e;
      bottom: -25px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  @media (min-width: 640px) {
    .prizes-section .prizes-title:after {
      content: '';
      position: absolute;
      display: block;
      width: 2px;
      height: 30px;
      background-color: #d5333e;
      bottom: -55px;
      left: 50%; } }

@media (max-width: 991px) {
  .prizes-section .col {
    max-width: 50%;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    margin-bottom: 14px; } }

.prizes-section .col .card {
  border: 1px solid #d5333e;
  height: 100%;
  max-width: 180px;
  margin: 0 auto;
  padding-bottom: 20px; }

.prizes-section .result {
  display: block;
  padding: 13px 23px;
  color: #d5333e;
  font-weight: 600; }
  @media (max-width: 639px) {
    .prizes-section .result {
      font-size: 13px;
      padding: 13px 15px; } }

.prizes-section .digits {
  font-size: 22px; }
  @media (min-width: 640px) {
    .prizes-section .digits {
      font-size: 30px; } }

.prizes-section img {
  display: block;
  margin: 0 auto; }

.prizes-section .year {
  font-size: 45px;
  display: block;
  text-align: center; }
  .prizes-section .year ~ p {
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0; }

.prizes-section hr {
  width: 31px;
  margin: 0 auto;
  border-top-width: 0;
  border-bottom-color: #d5333e; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: none;
  text-align: center;
  color: transparent; }
  @media (min-width: 992px) {
    .mfp-close {
      right: 40px;
      top: 40px; } }

/*.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }*/
/*.mfp-close-btn-in .mfp-close {
  color: #333; }*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -ms-transform: scale(0.8);
        transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }
