@charset "UTF-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #050505;
  font-family: "Heebo", Arial, sans-serif;
  background: url(../img/backgrounds/site-bg.jpg) no-repeat left top/cover;
  background-attachment: fixed; }
  @media screen and (max-width: 991px) {
    body {
      background-position: 23% top;
      background-size: 1920px auto;
      background-attachment: scroll; } }
  @media screen and (max-width: 991px) {
    body {
      background-position: 20% top; } }
  body.thank-you {
    background-position: 94% top;
    background-size: cover; }
  @media screen and (max-width: 575px) {
    body {
      background-position: center top !important;
      background-size: auto 100vh !important; } }
  body.modal-visible {
    overflow: hidden; }

picture, figure, iframe {
  display: block; }

a, button {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Heebo", Arial, sans-serif;
  background: transparent; }

ul, ol {
  list-style: none; }

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16.6667vw;
  grid-template-columns: 1fr 16.6667vw; }
  .wrapper.thank-you-page {
    display: block; }
  .wrapper .page-sidebar {
    position: relative; }
    .wrapper .page-sidebar .sidebar-content {
      position: fixed;
      left: 0;
      top: 0;
      width: 16.6667vw;
      padding: 1.8229vw 1.3021vw;
      max-height: 100vh;
      overflow-y: auto;
      overscroll-behavior-y: contain; }
  @media screen and (max-width: 991px) {
    .wrapper {
      -ms-grid-columns: 1fr 200px;
      grid-template-columns: 1fr 200px; }
      .wrapper .page-sidebar .sidebar-content {
        width: 200px;
        padding: 15px; } }
  @media screen and (max-width: 575px) {
    .wrapper {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; }
      .wrapper .page-sidebar {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: #026638;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .wrapper .page-sidebar .sidebar-content {
          position: static;
          width: 100%; }
        .wrapper .page-sidebar.opened {
          -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%);
          opacity: 1;
          visibility: visible; } }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

body {
  font-size: 0.8854vw;
  line-height: 1.47;
  color: #050505;
  font-family: "Heebo", Arial, sans-serif; }

.tpg a {
  color: #1200ff;
  text-decoration: underline; }
  .tpg a:visited {
    color: #7e00ff; }
  .tpg a:hover {
    color: #E86B26;
    text-decoration: none; }

.tpg p {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 1.45em; }
  .tpg p:last-child {
    margin-bottom: 0; }

.tpg blockquote {
  color: #E86B26;
  padding-right: 35px;
  border-right: 5px solid #E86B26;
  margin-bottom: 1.45em; }
  .tpg blockquote:last-child {
    margin-bottom: 0; }

.tpg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.45em; }
  .tpg img:last-child {
    margin-bottom: 0; }
  .tpg img.alignright {
    margin-left: 20px; }
  .tpg img.alignleft {
    margin-right: 20px; }

.tpg iframe {
  border: 0;
  max-width: 100%; }

.tpg ul, .tpg ol {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.45em; }
  .tpg ul:last-child, .tpg ol:last-child {
    margin-bottom: 0; }

.tpg ul li {
  padding-right: 16px;
  position: relative; }
  .tpg ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #026638;
    position: absolute;
    right: 0;
    top: 9px; }

.tpg ol {
  counter-reset: ol; }
  .tpg ol li {
    counter-increment: ol; }
    .tpg ol li:before {
      content: counter(ol) ". ";
      font-weight: bold;
      color: #026638; }

.tpg h2 {
  color: #026638;
  font-size: 22px;
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #026638;
  border-bottom: 1px solid #026638;
  margin-bottom: 20px; }
  .tpg h2:last-child {
    margin-bottom: 0; }
  .tpg h2 a {
    color: inherit; }
    .tpg h2 a:hover {
      color: #E86B26; }

.tpg h3, .tpg h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: inherit;
  color: #026638; }

.section-caption {
  text-align: center;
  margin-bottom: 1.0417vw;
  padding: 0.6771vw 1.0417vw;
  background: #E86B26;
  width: calc(100% + 0.5208vw);
  margin-right: -0.5208vw; }
  .section-caption .sc-title {
    font-size: 2.3438vw;
    line-height: 1.1;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff; }
    .section-caption .sc-title.small {
      font-size: 1.5625vw;
      line-height: 1.166;
      padding: 0.4167vw 0; }
  @media screen and (max-width: 991px) {
    .section-caption {
      margin-bottom: 15px;
      width: calc(100% + 10px);
      margin-right: -10px; }
      .section-caption .sc-title {
        font-size: 30px; }
        .section-caption .sc-title.small {
          font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .section-caption .sc-title {
      font-size: 20px;
      padding-right: 10px; }
      .section-caption .sc-title.small {
        font-size: 18px; } }
  @media screen and (max-width: 575px) {
    .section-caption {
      padding: 10px 20px;
      width: 100%;
      margin-right: 0; }
      .section-caption .sc-title {
        font-size: 25px;
        padding-right: 0; }
        .section-caption .sc-title.small {
          font-size: 17px; } }
  @media screen and (max-width: 359px) {
    .section-caption .sc-title {
      font-size: 22px; }
      .section-caption .sc-title.small {
        font-size: 15px; } }

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.lg-visible, .lg-visible-flex {
  display: none !important; }

@media screen and (max-width: 1299px) {
  .lg-hidden {
    display: none !important; }
  .lg-visible {
    display: block !important; }
  .lg-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.md-visible, .md-visible-flex, .md-visible-inline {
  display: none !important; }

@media screen and (max-width: 991px) {
  .md-hidden {
    display: none !important; }
  .md-visible {
    display: block !important; }
  .md-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .md-visible-inline {
    display: inline !important; } }

.sm-visible, .sm-visible-flex, .sm-visible-table-row, .sm-visible-inline {
  display: none !important; }

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important; }
  .sm-visible {
    display: block !important; }
  .sm-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .sm-visible-table-row {
    display: table-row !important; }
  .sm-visible-inline {
    display: inline !important; } }

.xs-visible, .xs-visible-flex {
  display: none !important; }

@media screen and (max-width: 575px) {
  .xs-hidden {
    display: none !important; }
  .xs-visible {
    display: block !important; }
  .xs-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.sub-xs-visible, .sub-xs-visible-flex {
  display: none !important; }

@media screen and (max-width: 479px) {
  .sub-xs-hidden {
    display: none !important; }
  .sub-xs-visible {
    display: block !important; }
  .sub-xs-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

[class^="icon-"], [class*=" icon-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  background-size: contain !important; }

.icon-location {
  width: 42px;
  height: 64px;
  background: url(../img/icons/locations.png) no-repeat center center/contain; }

.btn {
  border: 0;
  color: #fff;
  background: #E86B26;
  text-align: center;
  font-size: 1.3021vw;
  line-height: 1.2;
  font-weight: bold;
  min-height: 2.1875vw;
  font-family: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  outline: none !important;
  padding: 0.7292vw 1.0417vw;
  border-radius: 0;
  position: relative; }
  .btn:before {
    content: '';
    display: block;
    width: calc(100% - 0.4167vw * 2);
    height: calc(100% - 0.4167vw * 2);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    pointer-events: none; }
  .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #CFDFB8;
    position: absolute;
    left: 0.4167vw;
    top: 0.4167vw;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: multiply; }
  .btn:hover, .btn:focus, .btn.active {
    background: #026638; }
  .btn.btn-big {
    min-height: 4.2708vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    font-size: 1.3021vw;
    font-weight: bold; }
    @media screen and (max-width: 991px) {
      .btn.btn-big {
        min-height: 62px;
        font-size: 17px;
        padding: 15px 25px; }
        .btn.btn-big:before {
          width: calc(100% - 7px * 2);
          height: calc(100% - 7px * 2); }
        .btn.btn-big:after {
          left: 8px;
          top: 8px; } }
  .btn.btn-pink {
    background: #E8266F;
    color: #fff; }
    .btn.btn-pink:before {
      border-color: #fff; }
    .btn.btn-pink:hover, .btn.btn-pink:focus {
      background: #c61558; }
  .btn.btn-fullwidth {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .btn {
      font-size: 17px; } }
  @media screen and (max-width: 575px) {
    .btn {
      min-height: 62px;
      padding: 15px 25px; }
      .btn:before {
        width: calc(100% - 7px * 2);
        height: calc(100% - 7px * 2); }
      .btn:after {
        left: 5px !important;
        top: 5px !important; } }

.form .form-field .input-field,
.form .form-field textarea {
  text-align: center;
  height: 2.1875vw;
  width: 100%;
  font-size: 1.3021vw;
  color: #026638;
  font-weight: 400;
  padding: 0 1.0417vw;
  outline: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #026638;
  background: #fff; }
  .form .form-field .input-field::-webkit-input-placeholder,
  .form .form-field textarea::-webkit-input-placeholder {
    color: #026638;
    opacity: 1; }
  .form .form-field .input-field:-ms-input-placeholder,
  .form .form-field textarea:-ms-input-placeholder {
    color: #026638;
    opacity: 1; }
  .form .form-field .input-field::-ms-input-placeholder,
  .form .form-field textarea::-ms-input-placeholder {
    color: #026638;
    opacity: 1; }
  .form .form-field .input-field::placeholder,
  .form .form-field textarea::placeholder {
    color: #026638;
    opacity: 1; }
  .form .form-field .input-field:hover, .form .form-field .input-field:focus,
  .form .form-field textarea:hover,
  .form .form-field textarea:focus {
    background: #fff; }
  .form .form-field .input-field[type="email"], .form .form-field .input-field[type="tel"],
  .form .form-field textarea[type="email"],
  .form .form-field textarea[type="tel"] {
    text-align: center;
    direction: ltr; }
    .form .form-field .input-field[type="email"]::-webkit-input-placeholder, .form .form-field .input-field[type="tel"]::-webkit-input-placeholder,
    .form .form-field textarea[type="email"]::-webkit-input-placeholder,
    .form .form-field textarea[type="tel"]::-webkit-input-placeholder {
      direction: rtl; }
    .form .form-field .input-field[type="email"]:-ms-input-placeholder, .form .form-field .input-field[type="tel"]:-ms-input-placeholder,
    .form .form-field textarea[type="email"]:-ms-input-placeholder,
    .form .form-field textarea[type="tel"]:-ms-input-placeholder {
      direction: rtl; }
    .form .form-field .input-field[type="email"]::-ms-input-placeholder, .form .form-field .input-field[type="tel"]::-ms-input-placeholder,
    .form .form-field textarea[type="email"]::-ms-input-placeholder,
    .form .form-field textarea[type="tel"]::-ms-input-placeholder {
      direction: rtl; }
    .form .form-field .input-field[type="email"]::placeholder, .form .form-field .input-field[type="tel"]::placeholder,
    .form .form-field textarea[type="email"]::placeholder,
    .form .form-field textarea[type="tel"]::placeholder {
      direction: rtl; }
  @media screen and (max-width: 991px) {
    .form .form-field .input-field,
    .form .form-field textarea {
      height: 42px;
      font-size: 15px;
      padding: 0 15px; } }
  @media screen and (max-width: 575px) {
    .form .form-field .input-field,
    .form .form-field textarea {
      font-size: 20px; } }

html[dir='rtl'] .wpcf7 {
  direction: rtl !important; }

.wpcf7-checkbox > .wpcf7-list-item {
  margin: 0; }

.checkbox {
  position: relative;
  display: block; }
  .checkbox *:empty {
    display: none; }
  .checkbox .wpcf7-form-control-wrap {
    position: absolute; }
  .checkbox .fake-label {
    font-size: 0.8854vw;
    line-height: 1.47;
    color: #026638;
    padding-right: 1.8229vw;
    cursor: pointer;
    font-weight: 400;
    min-height: 1.3542vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .checkbox .fake-label:before {
      content: '';
      display: block;
      width: 1.3542vw;
      height: 1.3542vw;
      border: 1px solid #026638;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff; }
    .checkbox .fake-label:after {
      content: '';
      display: block;
      width: 1.4583vw;
      height: 1.9271vw;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.3 36.6'%3E%3Cpath d='M.9 23l6 11.5L26.4.5' fill='none' stroke='%23026638' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center/contain;
      position: absolute;
      right: -0.4167vw;
      top: -0.7292vw;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    @media screen and (max-width: 991px) {
      .checkbox .fake-label {
        font-size: 14px;
        padding-right: 25px;
        min-height: 20px; }
        .checkbox .fake-label:before {
          width: 20px;
          height: 20px; }
        .checkbox .fake-label:after {
          right: -5px;
          top: -9px;
          width: 18px;
          height: 24px; } }
    @media screen and (max-width: 575px) {
      .checkbox .fake-label {
        color: #fff;
        font-size: 17px;
        padding-right: 35px;
        min-height: 26px; }
        .checkbox .fake-label:before {
          width: 26px;
          height: 26px; }
        .checkbox .fake-label:after {
          width: 26px;
          height: 34px;
          right: -8px;
          top: -13px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.3 36.6'%3E%3Cpath d='M.9 23l6 11.5L26.4.5' fill='none' stroke='%23EB6C29' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center/contain; } }
  .checkbox input:checked + .fake-label:after {
    opacity: 1; }
  .checkbox.checked .fake-label:after {
    opacity: 1; }

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: visibility .4s, opacity .4s;
  -o-transition: visibility .4s, opacity .4s;
  transition: visibility .4s, opacity .4s;
  cursor: pointer;
  opacity: 0; }
  .modal.visible {
    visibility: visible !important;
    opacity: 1 !important; }
    .modal.visible .modal-dialog {
      -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      transform: translateY(0) !important;
      opacity: 1 !important;
      visibility: visible !important; }
  .modal .modal-dialog {
    width: 90vw;
    height: 90vh;
    max-width: 90vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: auto;
    margin-right: auto; }
  .modal .modal-content {
    padding: 0;
    -webkit-clip-path: unset;
    clip-path: unset;
    width: 90vw;
    height: 90vh; }
    .modal .modal-content iframe {
      width: 100%;
      height: 100%;
      display: block; }

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer; }
  .modal-close:before, .modal-close:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #6D8092;
    position: absolute;
    left: calc(50% - 22px / 2);
    top: calc(50% - 2px / 2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 1px; }
  @media screen and (max-width: 575px) {
    .modal-close {
      width: 42px;
      height: 42px; }
      .modal-close:before, .modal-close:after {
        width: 14px;
        left: calc(50% - 14px / 2); } }
  .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal-close:hover:before, .modal-close:hover:after {
    background: #E86B26; }
  .video-modal .modal-close {
    left: calc(100% + 10px);
    top: -7px;
    right: auto; }
    .video-modal .modal-close:before, .video-modal .modal-close:after {
      background: #fff; }
    .video-modal .modal-close:hover:before, .video-modal .modal-close:hover:after {
      background: #E86B26; }

.slick-slider {
  width: calc(100% + 15px * 2);
  margin: -30px -15px; }
  .slick-slider .slick-slide {
    outline: none !important;
    padding: 30px 15px; }
  @media screen and (max-width: 1199px) {
    .slick-slider {
      width: calc(100% + 10px * 2);
      margin-left: -10px;
      margin-right: -10px; }
      .slick-slider .slick-slide {
        padding-left: 10px;
        padding-right: 10px; } }

.slick-arrow {
  height: 24px;
  width: 14px;
  z-index: 20; }
  .slick-arrow svg {
    width: 14px;
    height: 24px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #707070; }
  .slick-arrow:before {
    content: '';
    display: block;
    display: none; }
  .slick-arrow.slick-prev {
    right: -10px; }
  .slick-arrow.slick-next {
    left: -10px; }
  .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }

.menu-opener {
  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;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 30px;
  height: 30px;
  margin-right: -10px; }
  .menu-opener .bar {
    background: #0038AE;
    height: 5px;
    width: 5px;
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%; }
    .menu-opener .bar:last-child {
      margin-bottom: 0; }
    .menu-opener .bar:nth-child(2) {
      position: relative; }
      .menu-opener .bar:nth-child(2):before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: inherit;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        border-radius: inherit; }
  .menu-opener.active .bar {
    height: 3px; }
    .menu-opener.active .bar:last-child, .menu-opener.active .bar:first-child {
      opacity: 0; }
    .menu-opener.active .bar:first-child {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px); }
    .menu-opener.active .bar:last-child {
      -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
      transform: translateY(15px); }
    .menu-opener.active .bar:nth-child(2) {
      width: 22px;
      border-radius: 0;
      position: relative;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .menu-opener.active .bar:nth-child(2):before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .menu-opener:focus {
    outline: none; }

.first-screen-section {
  padding: 3.7500vw 0.5208vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center; }
  .first-screen-section .logo-block {
    display: none; }
  .first-screen-section .top-text {
    max-width: 32.8125vw;
    font-size: 2.6042vw;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 0.5208vw; }
  .first-screen-section .event-date {
    background: #E86B26;
    font-size: 4.1667vw;
    line-height: 1.475;
    padding: 0 2.3438vw; }
  .first-screen-section .bottom-text {
    margin-top: 0.7813vw;
    font-size: 1.5625vw;
    line-height: 1.166;
    max-width: 36vw; }
    .first-screen-section .bottom-text strong {
      font-weight: 900; }
  @media screen and (max-width: 991px) {
    .first-screen-section {
      padding: 70px 10px; }
      .first-screen-section .top-text {
        max-width: 500px;
        font-size: 30px;
        margin-bottom: 15px; }
      .first-screen-section .event-date {
        max-width: 500px;
        font-size: 40px;
        padding: 0 30px; }
      .first-screen-section .bottom-text {
        margin-top: 15px;
        font-size: 17px;
        max-width: 400px; } }
  @media screen and (max-width: 767px) {
    .first-screen-section {
      padding: 50px 10px; }
      .first-screen-section .top-text {
        font-size: 24px; }
      .first-screen-section .event-date {
        font-size: 26px; }
      .first-screen-section .bottom-text {
        max-width: unset; } }
  @media screen and (max-width: 575px) {
    .first-screen-section {
      padding: calc(20px + 56px + 15px) 15px 30px; }
      .first-screen-section .fake-header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 50;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 15px;
        background: url(../img/backgrounds/site-bg.jpg) no-repeat center top/auto 100vh; }
      .first-screen-section .logo-block {
        margin-bottom: 0;
        display: block; }
        .first-screen-section .logo-block img {
          height: 56px; }
      .first-screen-section .event-date {
        font-size: 34px;
        line-height: 1.21;
        padding: 10px 20px;
        width: 100%;
        max-width: unset; }
      .first-screen-section .bottom-text {
        max-width: unset;
        line-height: 1.35; } }
  @media screen and (max-width: 359px) {
    .first-screen-section .event-date {
      font-size: 30px; } }

.page-sidebar .sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-sidebar .logo-block {
  margin-bottom: 2.3438vw; }

.page-sidebar .countdown {
  margin-bottom: 2.3438vw; }

.page-sidebar .sidebar-form {
  margin-bottom: 4.1667vw; }

.logo-block {
  display: block; }
  .logo-block img {
    display: block;
    width: auto;
    height: 4.4792vw; }

.countdown {
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .countdown .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .countdown .item:first-child {
      margin-right: 1.3021vw; }
  .countdown .label {
    color: #026638; }
  .countdown .value {
    font-size: 2.3438vw;
    line-height: 1;
    color: #E86B26; }
  .countdown .hours:after,
  .countdown .minutes:after {
    content: ':'; }
  .countdown .hours-label,
  .countdown .minutes-label {
    margin-right: 0.3em; }

.sidebar-form {
  width: 100%; }
  .sidebar-form .form-caption {
    font-size: 1.5625vw;
    line-height: 1;
    color: #026638;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.7813vw; }
  .sidebar-form .form-fields {
    display: -ms-grid;
    display: grid;
    grid-gap: 0.6250vw;
    margin-bottom: 1.1458vw; }
  .sidebar-form .btn {
    width: 100%; }

.sidebar-benefits {
  padding: 2.0833vw 1.5625vw;
  background: #CFDFB8;
  text-align: center;
  color: #026638;
  font-size: 1.5625vw;
  line-height: 1;
  position: relative;
  width: 100%; }
  .sidebar-benefits:before {
    content: '';
    display: block;
    width: calc(100% - 0.5729vw * 2);
    height: calc(100% - 0.5729vw * 2);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px dashed #E86B26; }

@media screen and (max-width: 991px) {
  .page-sidebar {
    font-size: 15px; }
    .page-sidebar .logo-block,
    .page-sidebar .countdown,
    .page-sidebar .sidebar-form {
      margin-bottom: 30px; }
  .logo-block img {
    height: 56px; }
  .countdown .item:first-child {
    margin-right: 15px; }
  .countdown .value {
    font-size: 30px; }
  .sidebar-form {
    width: 100%; }
    .sidebar-form .form-caption {
      font-size: 26px;
      margin-bottom: 15px; }
    .sidebar-form .form-fields {
      grid-gap: 12px;
      margin-bottom: 20px; }
  .sidebar-benefits {
    font-size: 18px; } }

.show-sidebar-btn-wrapper {
  position: fixed;
  padding: 0 15px 25px;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%; }
  .show-sidebar-btn-wrapper .btn {
    width: 100%; }

@media screen and (max-width: 575px) {
  .page-sidebar .sidebar-content {
    padding: 30px 20px; }
  .sidebar-form {
    max-width: 270px; }
    .sidebar-form .form-caption {
      font-size: 30px;
      color: #fff; }
    .sidebar-form .form-fields {
      grid-gap: 12px;
      margin-bottom: 20px; }
    .sidebar-form .btn {
      font-size: 25px; }
  .sidebar-benefits {
    font-size: 20px;
    padding: 12px 15px; }
    .sidebar-benefits:before {
      width: calc(100% - 5px * 2);
      height: calc(100% - 5px * 2); }
    .sidebar-benefits br {
      display: none; }
  .sidebar-close {
    margin-top: 15px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .close-btn {
    width: 50px;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .close-btn:before, .close-btn:after {
      content: '';
      display: block;
      width: 42px;
      height: 2px;
      background: #fff;
      border-radius: 1px;
      position: absolute;
      left: calc(50% - 21px);
      top: calc(50% - 1px); }
    .close-btn:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .close-btn:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); } }

.about-section {
  padding: 0 0.5208vw 2.3438vw; }
  @media screen and (max-width: 575px) {
    .about-section {
      padding: 0 15px 12px; }
      .about-section .section-caption {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .about-section .section-caption:after {
          content: '';
          display: block;
          width: 22px;
          height: 12px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.4 12.2'%3E%3Cpath d='M1.4 1.4l9.8 9.8L21 1.4' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center/contain;
          margin-top: 5px;
          margin-bottom: 3px; } }

.about-cards-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.5208vw; }
  @media screen and (max-width: 991px) {
    .about-cards-list {
      grid-gap: 10px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .about-cards-list {
      grid-gap: 10px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 575px) {
    .about-cards-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 10px; } }

.about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.7813vw 0.4167vw;
  color: #fff;
  text-align: center;
  background: #026638; }
  .about-card .card-caption {
    font-size: 1.5625vw;
    line-height: 1;
    min-height: 2em;
    margin-bottom: 0.5208vw;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .about-card .card-image {
    position: relative;
    margin-bottom: 0.3125vw; }
    .about-card .card-image:before {
      content: '';
      display: block;
      padding-top: 109.589%; }
    .about-card .card-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center; }
  .about-card .card-content {
    font-size: 1.3021vw;
    line-height: 1.166; }
  @media screen and (max-width: 991px) {
    .about-card {
      padding: 10px 5px; }
      .about-card .card-caption {
        font-size: 17px;
        margin-bottom: 5px; }
      .about-card .card-image {
        margin-bottom: 10px; }
      .about-card .card-content {
        font-size: 14px; } }
  @media screen and (max-width: 575px) {
    .about-card {
      padding: 10px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
      grid-gap: 10px; }
      .about-card .card-caption {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        font-size: 25px;
        line-height: 1.166;
        padding-bottom: 5px;
        border-bottom: 2px solid #E86B26; }
      .about-card .card-image {
        margin: 0; }
      .about-card .card-content {
        text-align: right;
        font-size: 17px; } }

.attend-section {
  padding: 2.3438vw 0.5208vw 7.0313vw; }
  @media screen and (max-width: 575px) {
    .attend-section {
      padding: 12px 15px 95px; } }

.steps-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5208vw;
  width: calc(100% + 0.5208vw);
  margin-right: -0.5208vw;
  margin-bottom: 5.7292vw; }
  .steps-list li {
    display: -ms-grid;
    display: grid;
    -webkit-box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
    -ms-grid-columns: 6.6667vw -webkit-min-content 1fr;
    -ms-grid-columns: 6.6667vw min-content 1fr;
    grid-template-columns: 6.6667vw -webkit-min-content 1fr;
    grid-template-columns: 6.6667vw min-content 1fr;
    height: 4.5833vw; }
  .steps-list .item-number {
    text-align: center;
    font-size: 3.1250vw;
    line-height: 1.1;
    color: #026638;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .steps-list .item-number:after {
      content: '';
      display: block;
      width: 0.1042vw;
      height: 1.1em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      background: #026638; }
  .steps-list .item-caption {
    white-space: nowrap;
    font-size: 1.5625vw;
    line-height: 1;
    font-weight: 400;
    color: #026638;
    padding: 0 3.3333vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps-list .item-image {
    height: 4.5833vw;
    background: #ccc;
    opacity: .8; }
  @media screen and (max-width: 991px) {
    .steps-list {
      grid-gap: 10px; }
      .steps-list .item-caption {
        font-size: 17px; } }
  @media screen and (max-width: 767px) {
    .steps-list li {
      -ms-grid-columns: 60px 1fr;
      grid-template-columns: 60px 1fr;
      height: auto;
      padding: 10px 0;
      background: #fff; }
    .steps-list .item-number {
      font-size: 45px; }
    .steps-list .item-caption {
      font-size: 17px;
      white-space: unset;
      text-align: center; }
    .steps-list .item-image {
      display: none; } }

.thank-you-section {
  position: relative;
  color: #fff;
  padding-top: 7.5521vw; }
  .thank-you-section .logo-block {
    position: absolute;
    left: 1.8750vw;
    top: 1.8750vw; }
    .thank-you-section .logo-block img {
      height: 4.4792vw; }
  .thank-you-section .section-content {
    max-width: 44.7917vw;
    margin-right: 25.5208vw;
    text-align: center; }
    .thank-you-section .section-content h1 {
      font-size: 4.1667vw;
      line-height: 1.1;
      font-weight: 400;
      margin-bottom: 2.0417vw; }
    .thank-you-section .section-content p {
      font-size: 1.5625vw;
      line-height: 1.333;
      margin-bottom: 1.333em; }
  .thank-you-section .section-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.9688vw; }
    .thank-you-section .section-footer a {
      margin-left: 2.2396vw;
      min-width: 13.9063vw; }
      .thank-you-section .section-footer a:last-child {
        margin-left: 0; }
  @media screen and (max-width: 991px) {
    .thank-you-section .logo-block img {
      height: 56px; }
    .thank-you-section .section-content {
      padding-top: 10vw;
      margin-right: 40vw;
      max-width: 55vw; }
      .thank-you-section .section-content h1 {
        font-size: 44px; }
      .thank-you-section .section-content p {
        font-size: 17px; }
    .thank-you-section .section-footer {
      margin-top: 30px; }
      .thank-you-section .section-footer a {
        min-width: 200px; } }
  @media screen and (max-width: 767px) {
    .thank-you-section .section-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .thank-you-section .section-footer a {
        width: 100%;
        max-width: 250px;
        margin-bottom: 20px;
        margin-left: 0; }
        .thank-you-section .section-footer a:last-child {
          margin-bottom: 0; } }
  @media screen and (max-width: 575px) {
    .thank-you-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px 15px; }
      .thank-you-section .logo-block {
        position: static;
        margin-bottom: 40px; }
      .thank-you-section .section-content {
        max-width: 265px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0; }
        .thank-you-section .section-content h1 {
          font-size: 37px;
          margin-bottom: 10px; }
        .thank-you-section .section-content p {
          font-size: 17px;
          line-height: 1.35; } }
