@font-face {
  font-family: "SFProDisplay";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/SFProDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/SFProDisplay-Medium.woff") format("woff");
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/SFProDisplay-Bold.woff") format("woff");
}
@font-face {
  font-family: "BigShouldersInlineText";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/BigShouldersInlineText-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "BigShouldersInlineText";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/BigShouldersInlineText-Bold.woff") format("woff");
}
@font-face {
  font-family: "BigShouldersInlineText";
  font-weight: 900;
  font-style: normal;
  src: url("/fonts/BigShouldersInlineText-ExtraBold.woff") format("woff");
}
body {
  letter-spacing: 0;
  line-height: 100%;
  font-family: "SFProDisplay", serif;
  font-weight: 500;
  font-size: 18px;
  overflow-x: hidden;
}

.btn {
  display: flex;
  min-width: 240px;
  padding: 13px 0;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 64px;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
  font-family: "SFProDisplay", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.btn.main {
  color: #FFF;
  background: #FF2F00;
}
.btn.main:hover, .btn.main:focus {
  color: #000;
  background: #FF2F00;
}
.btn.inverse {
  color: #000;
  background: #F2F2F2;
}
.btn.inverse:hover, .btn.inverse:focus {
  background: #FF2F00;
}

.route {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 20px 7px 7px;
  border-radius: 42px;
}
.route + .route {
  margin-top: 23px;
}
@media (min-width: 992px) {
  .route + .route {
    margin-top: 19px;
  }
}
.route-10k-1 {
  color: #28B3E8;
}
.route-10k-2 {
  color: #A8CF45;
}
.route-21k-1 {
  color: #5E008A;
}
.route-21k-2 {
  color: #174793;
}
.route-30k {
  color: #FF7700;
}
.route-50k {
  color: #FF2F00;
}
.route-short-name {
  font-family: "BigShouldersInlineText", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  width: 80px;
  text-align: center;
}
@media (min-width: 450px) {
  .route-short-name {
    font-size: 70px;
    width: 140px;
  }
}
.route-full-name {
  font-family: "SFProDisplay", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 450px) {
  .route-full-name {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .route-full-name {
    font-family: "BigShouldersInlineText", serif;
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .route-full-name {
    font-size: 46px;
  }
}
.route.active .second {
  padding: 22px;
  display: flex !important;
}
@media (min-width: 1200px) {
  .route.active .second {
    padding: 0;
  }
}
.route .second {
  gap: 22px;
}
@media (min-width: 992px) {
  .route .second {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .route .btn {
    flex: 0 0 263px;
  }
}

.link {
  color: #174793;
  text-align: center;
  font-family: "SFProDisplay", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.link.inherit {
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-align: inherit;
  text-decoration: inherit;
}
.link-logo {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 768px) {
  .link-logo {
    font-size: 28px;
  }
}

.link-logo,
.link,
.social {
  text-decoration: none;
  transition: 0.2s;
  line-height: 1;
}
.link-logo:not(.no-hover):hover, .link-logo:not(.no-hover):focus,
.link:not(.no-hover):hover,
.link:not(.no-hover):focus,
.social:not(.no-hover):hover,
.social:not(.no-hover):focus {
  filter: opacity(0.5);
}

#nav {
  padding-top: 0.5rem;
  z-index: 1000;
  background: #FFF;
}
@media (min-width: 992px) {
  #nav {
    padding-top: 28px;
  }
}
#nav .card-inner-block {
  padding: 12px;
}
#nav-social-wrapper {
  padding: 16px;
  gap: 24px;
}
#nav-menu {
  padding: 0 24px;
  gap: 24px;
}
#nav-language {
  border-left: 0.5px solid #212529;
  padding: 0 24px;
  gap: 24px;
}
#nav .link {
  font-size: 18px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
#nav .link.active {
  color: #FF2F00;
}
#nav-mobile {
  padding: 0 8px;
}
#nav-mobile-language {
  gap: 24px;
  padding: 0 0 24px;
}
#nav-mobile-social-wrapper {
  padding: 16px;
  gap: 24px;
}
#nav-mobile-menu {
  gap: 20px;
}
#nav-mobile-btn-wrapper {
  gap: 12px;
}
#nav-mobile-btn-wrapper:hover, #nav-mobile-btn-wrapper:focus {
  filter: opacity(0.5);
}
#nav-mobile-menu-wrapper .modal-header,
#nav-mobile-menu-wrapper .modal-content,
#nav-mobile-menu-wrapper .modal-footer {
  border: none;
}
#nav-mobile-menu-wrapper .modal-header {
  padding: 0 8px;
}
#nav-mobile-menu-wrapper .modal-dialog {
  max-width: none;
  background: #FFF;
  padding-top: var(--bs-modal-margin);
  margin: 0 0 var(--bs-modal-margin);
}
#nav-mobile-menu-wrapper .btn-close {
  --bs-btn-close-opacity: 1;
}
#nav-mobile-btn-close-wrapper {
  gap: 12px;
}
#nav-mobile-btn-close-wrapper:hover, #nav-mobile-btn-close-wrapper:focus {
  filter: opacity(0.5);
}

.card-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 48px;
  border: 0.5px solid #212529;
  background: rgba(255, 255, 255, 0.24);
}
@media (min-width: 992px) {
  .card-block.width {
    width: 711px;
  }
}
.card-block#form-wrapper {
  width: auto;
  max-width: 600px;
}
#main .card-block {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  #main .card-block {
    margin-bottom: 50px;
  }
}

.card-inner-block {
  display: flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
#main .card-inner-block {
  gap: 17px;
}
#main .card-inner-block:first-child {
  gap: 8px;
}

#main {
  margin-top: 140px;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  #main {
    margin-top: 221px;
    overflow-x: visible;
  }
}
#main-background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 435px;
  height: 375px;
  top: 180px;
  z-index: -1;
}
@media (min-width: 992px) {
  #main-background {
    width: 1440px;
    height: 974px;
  }
}
#main .title img {
  max-width: 100%;
}
#main .h2-margin {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #main .h2-margin {
    margin-top: 467px;
  }
}

.image-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .image-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .image-block.left {
    margin: 30px 0 0 75px;
  }
}
@media (min-width: 768px) {
  .image-block.right {
    margin: 0 66px 0 0;
  }
}
.image-block img {
  flex-shrink: 1;
}
.image-name {
  color: #FF2F00;
  text-align: center;
  font-family: "BigShouldersInlineText", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .image-name {
    position: absolute;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .image-name {
    font-size: 52px;
  }
}
@media (min-width: 1400px) {
  .image-name {
    font-size: 70px;
  }
}
.image-name.left {
  margin-right: 13px;
}
.image-name.left.single {
  margin: 0 0 auto auto;
}
@media (min-width: 768px) {
  .image-name.left.single {
    margin: -30px auto auto -75px;
  }
}
@media (min-width: 768px) {
  .image-name.left {
    margin: 6px 0 0 3px;
  }
}
@media (min-width: 1400px) {
  .image-name.left {
    margin: 24px 0 0 12px;
  }
}
.image-name.right.single {
  margin: 0 0 auto auto;
}
@media (min-width: 768px) {
  .image-name.right.single {
    right: 0;
  }
}
@media (min-width: 768px) {
  .image-name.right {
    margin-top: 6px;
    transform: translateX(-100%);
  }
}

.subtitle {
  font-family: "SFProDisplay", serif;
  font-style: normal;
  font-weight: 500;
  color: #174793;
  font-size: 18px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 18px;
    text-align: center;
  }
}
.subtitle.max-w {
  max-width: 293px;
}
@media (min-width: 992px) {
  .subtitle.max-w {
    max-width: 711px;
  }
}

.h3 {
  color: #000;
  text-align: center;
  font-family: "SFProDisplay", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.h3 .timer-red {
  color: #FF2F00;
}

.h2 {
  color: #000;
  text-align: center;
  font-family: "BigShouldersInlineText", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .h2 {
    font-size: 96px;
  }
}

#footer-bottom {
  margin-top: 40px;
  gap: 25px;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 992px) {
  #footer-bottom {
    gap: 40px;
    margin-top: 115px;
  }
}
#footer-bottom .link {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
#footer-bottom #footer-copyright .link {
  line-height: 1.5;
}
@media (min-width: 992px) {
  #footer-bottom #footer-copyright .link {
    line-height: 1;
  }
}

.modal-backdrop,
.backdrop {
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.modal-backdrop {
  --bs-backdrop-bg: rgba(255, 255, 255, 0.24);
  --bs-backdrop-opacity: 1;
}
@media (min-width: 992px) {
  .modal-backdrop {
    display: none;
  }
}

.logo-title {
  color: #174793;
  font-family: "BigShouldersInlineText", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

#under-construction li + li {
  margin-top: 1rem;
}
#under-construction .image-block + .image-block {
  margin-top: 40px;
}
#under-construction .link {
  color: #FF2F00;
}

/*# sourceMappingURL=style_2025.css.map */
