/* Eric Meyer's CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button {
  font: inherit;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  cursor: pointer;
}
button {
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: none;
}
/* Drupal styles reset */
ul.menu li {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.form-item,
.form-actions {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Roboto", system-ui;
  font-weight: 300;
  font-style: normal;
}
/* Scroll */
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #B3B3B3;
  border: 13px none #B3B3B3;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(13, 40, 74, 0.5);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(13, 40, 74, 0.5);
}
::-webkit-scrollbar-track {
  background: #B3B3B3;
  border: 0 none #B3B3B3;
  border-radius: 4px;
}
::-webkit-scrollbar-track:hover {
  background: #B3B3B3;
}
::-webkit-scrollbar-track:active {
  background: rgba(13, 40, 74, 0.5);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
:root {
  scrollbar-width: thin;
  scrollbar-color: rgba(13, 40, 74, 0.5) #B3B3B3;
}
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  background: #de1943;
  color: #fff;
  min-height: 62px;
  padding: 5px 30px;
  border-radius: 0;
  outline: none;
  border: none;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
}
.c-button:hover {
  background: #ea4065;
  color: #fff;
  text-decoration: none;
}
.c-button--readmore {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.c-button--readmore:hover {
  color: #fff;
  background: #de1943;
  border-color: #de1943;
}
.c-button--alt {
  font-size: 14px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-height: 50px;
  padding: 3px 20px;
}
.c-button--alt:hover {
  color: #fff;
  background: #de1943;
  border-color: #de1943;
}
@media screen and (max-width: 1023px) {
  .c-button {
    min-height: 50px;
    font-size: 14px;
    padding: 3px 20px;
  }
}
.c-overlay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #222222;
  line-height: 1;
  height: 42px;
  min-width: 140px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  cursor: pointer;
}
.c-overlay-button:hover {
  text-decoration: none;
  background: #ffffff;
}
.c-overlay-button[data-icon="zoom"]:before {
  display: block;
  content: "\0020";
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/zoom.svg");
  margin-right: 10px;
}
.c-social {
  display: flex;
  gap: 8px;
}
.c-social a {
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  flex-basis: 32px;
  text-decoration: none;
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.c-social a:hover {
  opacity: 0.6;
}
.c-social a[href^="http://facebook"],
.c-social a[href^="http://www.facebook"],
.c-social a[href^="https://facebook"],
.c-social a[href^="https://www.facebook"] {
  background-image: url("../img/social/icon-facebook.svg");
}
.c-social a[href^="http://instagram"],
.c-social a[href^="http://www.instagram"],
.c-social a[href^="https://instagram"],
.c-social a[href^="https://www.instagram"] {
  background-image: url("../img/social/icon-instagram.svg");
}
.c-social a[href^="http://whatsapp"],
.c-social a[href^="http://www.whatsapp"],
.c-social a[href^="http://api.whatsapp"],
.c-social a[href^="http://www.api.whatsapp"],
.c-social a[href^="https://whatsapp"],
.c-social a[href^="https://www.whatsapp"],
.c-social a[href^="https://api.whatsapp"],
.c-social a[href^="https://www.api.whatsapp"] {
  background-image: url("../img/social/icon-whatsapp.svg");
}
.c-social a[href^="http://telegram"],
.c-social a[href^="http://www.telegram"],
.c-social a[href^="https://telegram"],
.c-social a[href^="https://www.telegram"] {
  background-image: url("../img/social/icon-telegram.svg");
}
.c-format h1,
.c-format h2,
.c-format h3,
.c-format h4,
.c-format h5,
.c-format h6 {
  font-style: normal;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.c-format h1 {
  font-size: 48px;
}
@media screen and (max-width: 640px) {
  .c-format h1 {
    font-size: 1.85rem;
  }
}
.c-format h2 {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .c-format h2 {
    font-size: 1.625rem;
  }
}
.c-format h3 {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .c-format h3 {
    font-size: 1.5rem;
  }
}
.c-format h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .c-format h4 {
    font-size: 1.25rem;
  }
}
.c-format h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .c-format h5 {
    font-size: 1.125rem;
  }
}
.c-format h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.c-format p {
  margin-bottom: 1em;
}
.c-format strong {
  font-weight: bold;
}
.c-format a {
  color: #de1943;
  text-decoration: underline;
}
.c-format a:hover {
  color: #de1943;
  text-decoration: none;
}
.c-format ul,
.c-format ol {
  margin-bottom: 1em;
}
.c-format ul li {
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 1rem;
}
.c-format ul li:before {
  content: "\0020";
  display: block;
  width: 4px;
  height: 4px;
  background: #de1943;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100%;
}
.c-format ol {
  list-style-type: none;
  counter-reset: num;
  margin-bottom: 1rem;
}
.c-format ol li {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 20px;
}
.c-format ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  color: #222;
  opacity: 0.7;
}
.c-format table {
  width: 100%;
  text-align: left;
}
.c-format table th {
  background: transparent;
  text-align: left;
}
.c-format table th,
.c-format table td {
  border: 1px solid #de1943;
  vertical-align: middle;
  padding: 4px 6px;
  font-size: 0.8rem;
  line-height: 1.1;
}
.c-format table th.align-center,
.c-format table td.align-center {
  text-align: center;
}
.c-format table p {
  margin-bottom: 0;
}
.c-format blockquote {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .c-format blockquote {
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.c-format img {
  display: block;
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
}
.c-format img.is-wide {
  width: 100%;
}
.c-format img.is-left {
  float: left;
  width: 50%;
  margin-left: 1rem;
}
@media screen and (max-width: 640px) {
  .c-format img.is-left {
    float: none;
    margin-left: 0;
  }
}
.c-format img.is-right {
  float: right;
  width: 50%;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .c-format img.is-right {
    float: none;
    margin-right: 0;
  }
}
.c-format figure {
  margin-bottom: 1rem;
}
.c-format figure img,
.c-format figure img.is-wide,
.c-format figure img.is-left,
.c-format figure img.is-right {
  width: 100%;
  float: none;
  margin: 0 0 1rem 0;
}
.c-format figcaption {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #B3B3B3;
}
.c-format figcaption {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #B3B3B3;
}
.c-format iframe {
  display: block;
  width: 100%;
  min-height: 405px;
}
@media screen and (max-width: 640px) {
  .c-format iframe {
    min-height: 320px;
  }
}
.c-table {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.c-format a.js-fancybox,
.c-format a[data-fancybox] {
  cursor: zoom-in;
}
.c-format a.js-fancybox:hover,
.c-format a[data-fancybox]:hover {
  opacity: 0.7;
}
h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1920px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
html,
body {
  min-height: 100vh;
  background-color: #153B6D;
  max-width: 100%;
  overscroll-behavior: none;
}
html.theme-light,
body.theme-light,
.theme-light html,
.theme-light body {
  background-color: #fff;
}
body {
  font-family: "Roboto", system-ui;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
}
.theme-light body,
body.theme-light {
  color: #222222;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}
.image-block {
  display: block;
  width: 100%;
  height: auto;
}
.o-tr,
.o-transition,
.c-button,
.c-overlay-button,
.c-social a,
a,
.c-theme-trigger,
.c-theme-trigger:before,
.c-theme-trigger:after,
.c-bar__overlay,
.is-bar .c-bar__overlay,
.c-bar__main,
.is-bar .c-bar__main,
.c-logo,
.c-header__container,
.c-point-item > span,
.c-point-item__dropdown__content,
.c-header__logo {
  transition: all 0.25s cubic-bezier(0.645, 0.05, 0.355, 1);
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #fff;
  text-decoration: underline;
}
a.theme-light {
  color: #222222;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.o-align--center {
  text-align: center;
}
button {
  color: #fff;
}
button.theme-light {
  color: #222222;
}
.c-site,
#app {
  min-width: 280px;
}
.c-invisible {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.c-map iframe {
  display: block;
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 1023px) {
  .c-map iframe {
    height: 400px;
  }
}
.c-caption {
  max-width: 650px;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.c-loader {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNjEiIHZpZXdCb3g9IjAgMCA2MSA2MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjMwLjUiIGN5PSIzMC41IiByPSIyNS41IiBzdHJva2U9InVybCgjcGFpbnQwX3JhZGlhbCkiIHN0cm9rZS13aWR0aD0iMTAiLz4NCjxkZWZzPg0KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMS41MDk0IDIwLjE0MTUpIHJvdGF0ZSgyMC43Mzg3KSBzY2FsZSg2My4zODAzIDI3LjIwMjkpIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNiMWFiYTciLz4NCjxzdG9wIG9mZnNldD0iMC41NTkyMzgiIHN0b3AtY29sb3I9IiNiMWFiYTciIHN0b3Atb3BhY2l0eT0iMC44Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNiMWFiYTciIHN0b3Atb3BhY2l0eT0iMCIvPg0KPC9yYWRpYWxHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: animLoading 1.2s linear infinite;
}
@keyframes animLoading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-site__loader {
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 40, 74, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease-in-out;
}
.theme-light .c-site__loader {
  background-color: #ddd;
}
.is-loaded .c-site__loader {
  top: 100%;
  animation: hideLoader 1s linear forwards;
  animation-delay: 1.7s;
  box-shadow: 0 0 100px #000;
}
@media screen and (max-width: 640px) {
  .is-loaded .c-site__loader {
    top: 100%;
  }
}
.is-loaded .c-site__loader .c-loader {
  opacity: 0;
}
@keyframes hideLoader {
  0% {
    display: block;
    max-width: none;
    max-height: 0;
    min-width: 153px;
    width: 153px;
    height: 56px;
    box-shadow: none;
  }
  99% {
    display: block;
    max-width: none;
    max-height: 0;
    min-width: 153px;
    width: 153px;
    height: 56px;
    box-shadow: none;
  }
  100% {
    display: none;
    max-width: 0;
    max-height: 0;
    min-width: 0;
    width: 0;
    height: 0;
    content: "";
    box-shadow: none;
  }
}
.c-theme-trigger {
  width: 30px;
  min-width: 30px;
  height: 30px;
  flex-basis: 30px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #c09e4c;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: #717171;
}
.c-theme-trigger:hover {
  background: #494949;
}
.theme-light .c-theme-trigger {
  background: rgba(255, 255, 255, 0.5);
}
.theme-light .c-theme-trigger:hover {
  background: #E9CB82;
}
.c-theme-trigger:before,
.c-theme-trigger:after {
  display: block;
  content: "\0020";
  width: calc(30px - 12px);
  height: calc(30px - 12px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.c-theme-trigger:before {
  background-image: url("../img/theme-sun.svg");
  opacity: 0;
  transform: translateY(-100%) scale(0.7);
}
.theme-light .c-theme-trigger:before {
  opacity: 1;
  transform: translateY(0);
}
.c-theme-trigger:after {
  background-image: url("../img/theme-moon.svg");
  position: absolute;
  top: 6px;
  left: 6px;
}
.theme-light .c-theme-trigger:after {
  opacity: 0;
  transform: translateY(-100%) scale(0.7);
}
.c-layout {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-layout--wide {
  max-width: 90%;
}
@media screen and (max-width: 1000px) {
  .c-layout {
    width: auto;
    margin: 0 80px;
  }
  .c-layout--wide {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-layout {
    margin: 0 40px;
  }
  .c-layout--wide {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .c-layout {
    margin: 0 20px;
  }
  .c-layout--wide {
    margin: 0;
  }
}
.c-main {
  max-width: 100vw;
}
.c-row {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .c-row {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-row {
    flex-direction: column;
    gap: 0;
  }
}
.c-column {
  max-width: 50%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-column {
    max-width: none;
  }
}
body.is-bar {
  overflow: hidden;
}
body.is-bar .c-main,
body.is-bar .c-footer,
body.is-bar .c-header {
  pointer-events: none;
}
.c-bar {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.is-bar .c-bar {
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.c-bar__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  opacity: 0;
}
.is-bar .c-bar__overlay {
  opacity: 1;
}
.c-bar__main {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 50%;
  background: rgba(13, 40, 74, 0.5);
  padding: 40px;
  color: #fff;
  transform: translateX(100%);
}
.theme-light .c-bar__main {
  background: #222222;
}
.is-bar .c-bar__main {
  transform: translateX(0%);
}
@media screen and (max-width: 1023px) {
  .c-bar__main {
    padding: 40px;
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .c-bar__main {
    padding: 20px;
    max-width: 100%;
  }
}
.c-bar__close {
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/close.svg");
  cursor: pointer;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 3;
  border-radius: 100%;
}
.c-bar__close:hover {
  opacity: 0.7;
}
.c-bar__content {
  position: absolute;
  z-index: 1;
  left: 40px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-bar ul {
  display: block;
  max-width: 400px;
}
.c-bar ul > li {
  display: block;
  padding: 20px 0;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.2;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .c-bar ul > li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-bar ul > li {
    font-size: 16px;
  }
}
.c-bar ul > li a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.c-bar ul > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-bar ul > li > li.is-active a {
  opacity: 0.5;
}
.c-bar ul strong {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.c-bar ul strong:hover {
  text-decoration: underline;
}
.c-logo,
.c-header__logo {
  display: block;
  width: 260px;
  height: 52px;
  min-width: 260px;
  min-height: 52px;
  background-size: 260px 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/logo.svg");
}
.c-logo.o-alt {
  background-image: url("../img/logo-white.svg");
}
@media screen and (max-width: 1023px) {
  .c-logo,
  .c-header__logo {
    width: 170px;
    height: 34px;
    min-width: 170px;
    min-height: 34px;
    background-size: 170px 34px;
  }
}
.c-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-logo span {
  display: none;
}
a.c-logo:hover {
  opacity: 0.7;
}
.c-logo-small,
.is-sticky .c-header__logo {
  width: 170px;
  height: 34px;
  min-width: 170px;
  min-height: 34px;
  background-size: 170px 34px;
}
.c-languages {
  display: flex;
  gap: 8px;
}
.c-languages li {
  display: block;
  text-transform: uppercase;
  line-height: 1;
}
.c-languages a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}
.c-languages a:hover {
  opacity: 0.3;
}
.c-languages a.is-active {
  opacity: 0.5;
}
.c-header__languages a {
  color: #222222;
}
.c-header__languages a.is-active {
  color: #222222;
}
.c-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
}
.is-sticky .c-header {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}
.c-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  height: 100px;
  position: relative;
  padding: 0 20px;
}
.is-sticky .c-header__container {
  height: 60px;
}
@media screen and (max-width: 1023px) {
  .c-header__container,
  .is-sticky .c-header__container {
    height: 50px;
    justify-content: flex-end;
  }
}
.c-header__logo {
  position: absolute;
  bottom: 0;
  left: calc(50% - (260px / 2));
}
.is-sticky .c-header__logo {
  left: calc(50% - (170px / 2));
  bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .c-header__logo,
  .is-sticky .c-header__logo {
    position: absolute;
    top: 8px;
    left: 20px;
    bottom: auto;
  }
}
.c-header__logo span {
  display: none;
}
.c-header__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
}
.c-header__hamburger {
  position: relative;
  width: 24px;
  height: 20px;
  min-width: 24px;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}
@media screen and (max-width: 1200px) {
  .c-header__hamburger {
    display: block;
  }
}
.c-header__hamburger:after {
  display: block;
  content: "\0020";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #222222;
  margin-top: -1px;
}
.c-footer {
  padding: 40px 0;
  color: #fff;
  background: rgba(13, 40, 74, 0.5);
}
.theme-light .c-footer {
  background: #222222;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 30px 0;
  }
}
.c-footer a {
  text-decoration: none;
}
.c-footer a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .c-footer__nav {
    margin-bottom: 30px;
  }
}
.c-footer__nav ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav ul {
    flex-direction: column;
    gap: 10px;
  }
}
.c-footer__nav li {
  display: block;
}
.c-footer__nav a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.c-footer__nav a:hover {
  color: #de1943;
}
.c-footer__copyright {
  font-size: 12px;
  padding-top: 50px;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-section {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-section {
    padding: 40px 0;
  }
}
.c-section--alt {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .c-section--alt {
    padding: 0;
  }
}
.c-section#section-plan {
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .c-section#section-plan {
    padding: 0;
  }
}
.c-section#section-step-1 {
  background-color: rgba(13, 40, 74, 0.5);
}
.theme-light .c-section#section-step-1 {
  background-color: #f4f4f4;
}
.c-section#section-step-2 {
  overflow: hidden;
}
.c-section#section-step-2:after {
  display: block;
  content: "\0020";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 5%;
  width: 33%;
  min-width: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/bg-track-dark.png");
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
  transform: translateX(100%);
}
.theme-light .c-section#section-step-2:after {
  background-image: url("../img/bg-track-light.png");
}
@media screen and (max-width: 1023px) {
  .c-section#section-step-2:after {
    display: none;
  }
}
.is-observer .c-section#section-step-2:after,
.c-section#section-step-2.is-observer:after {
  transform: none;
}
.c-section#section-step-3 {
  background-image: url("../img/bg-storage.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  background-color: rgba(13, 40, 74, 0.5);
}
.theme-light .c-section#section-step-3 {
  background-color: #f4f4f4;
  background-image: url("../img/bg-storage-light.jpg");
}
@media screen and (max-width: 767px) {
  .c-section#section-step-3 {
    background-image: none;
  }
}
.c-section#section-greentech {
  background: #3B942C;
}
.theme-light .c-section#section-greentech {
  color: #fff;
}
.c-section > .c-layout {
  position: relative;
  z-index: 2;
}
.c-section__video video,
.c-section__video iframe {
  display: block;
  width: 100%;
  height: 641px;
}
.c-section__container {
  display: flex;
  gap: 24px;
}
.c-section__meta {
  flex-grow: 1;
}
.c-section__media {
  width: 100%;
  max-width: 300px;
}
.c-section__media.o-icon {
  max-width: 80px;
}
.c-section__media img {
  display: block;
  width: 100%;
  height: auto;
}
.c-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-section__actions {
    padding-top: 40px;
  }
}
.c-hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #E0E9F0;
  background-image: url("../img/hero-sky.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .c-hero .landscape {
    height: auto;
  }
}
.c-hero:after {
  display: block;
  content: "\0020";
  min-height: 50%;
  width: 100%;
  background-image: url("../img/hero.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-hero:after {
    height: 200px;
  }
}
.c-hero__meta {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  opacity: 0;
  transition: all 1s linear;
}
.is-loaded .c-hero__meta {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-hero__meta {
    padding-top: 50px;
  }
}
.c-hero__meta li,
.c-hero__meta p {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .c-hero__meta li,
  .c-hero__meta p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__meta li,
  .c-hero__meta p {
    font-size: 16px;
  }
}
.c-factoids-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .c-factoids-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-factoids-grid {
    gap: 12px;
  }
}
.c-factoids-grid .c-factoids-item:nth-child(1) {
  grid-column: span 4 / span 4;
}
.c-factoids-grid .c-factoids-item:nth-child(2) {
  grid-column: span 6 / span 6;
  grid-column-start: 5;
}
.c-factoids-grid .c-factoids-item:nth-child(3) {
  grid-column: span 4 / span 4;
  grid-row-start: 2;
}
.c-factoids-grid .c-factoids-item:nth-child(4) {
  grid-column: span 3 / span 3;
  grid-column-start: 5;
  grid-row-start: 2;
}
.c-factoids-grid .c-factoids-item:nth-child(5) {
  grid-column: span 3 / span 3;
  grid-column-start: 8;
  grid-row-start: 2;
}
@media screen and (max-width: 1023px) {
  .c-factoids-grid .c-factoids-item {
    flex-grow: 1;
    max-width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .c-factoids-grid .c-factoids-item {
    max-width: none;
  }
}
.c-factoids-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.c-factoids-list[data-list-grid="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 1023px) {
  .c-factoids-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-factoids-list {
    gap: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .c-factoids-list .c-factoids-item {
    flex-grow: 1;
    max-width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .c-factoids-list .c-factoids-item {
    max-width: none;
  }
}
.c-factoids-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 20px 24px 24px;
}
@media screen and (max-width: 767px) {
  .c-factoids-item {
    padding: 20px;
    border-radius: 14px;
  }
}
.theme-light .c-factoids-item {
  background: #F6F6F6;
}
.c-factoids-item__meta p {
  margin-bottom: 0.5rem;
}
.c-factoids-item__meta p:last-child {
  margin-bottom: 0;
}
.c-factoids-item__meta ul li {
  display: block;
  margin-bottom: 4px;
  position: relative;
  padding-left: 1rem;
}
.c-factoids-item__meta ul li:last-child {
  margin-bottom: 0;
}
.c-factoids-item__meta ul li:before {
  content: "\0020";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 100%;
}
.theme-light .c-factoids-item__meta ul li:before {
  background: #E9CB82;
}
.c-factoids-item__title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: bold;
}
.theme-light .c-factoids-item__title {
  color: #153B6D;
}
@media screen and (max-width: 1023px) {
  .c-factoids-item__title {
    font-size: 50px;
  }
}
.c-factoids-item__title small {
  font-size: 0.5em;
}
.c-factoids-item__media {
  width: 100%;
  max-width: 42px;
  margin-left: 30px;
}
.c-factoids-item__media img,
.c-factoids-item__media svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-informator {
  margin-bottom: 24px;
}
.c-informator__highlight {
  font-size: 140px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.theme-light .c-informator__highlight {
  color: #153B6D;
}
@media screen and (max-width: 1023px) {
  .c-informator__highlight {
    font-size: 100px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .c-informator__highlight {
    font-size: 72px;
  }
}
.c-informator__highlight small {
  font-size: 0.5em;
  line-height: 1;
}
.c-informator__highlight sup {
  position: relative;
  top: -20px;
  font-size: 0.5em;
}
.c-informator__title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1rem;
}
.theme-light .c-informator__title {
  color: #153B6D;
}
@media screen and (max-width: 1023px) {
  .c-informator__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-informator__title {
    font-size: 26px;
  }
}
.c-informator__text {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-informator__text {
    font-size: 16px;
  }
}
.c-promo-image {
  height: 33vh;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background-image: url("../img/ajax-loader.gif");
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-promo-image {
    height: 200px;
    min-height: 200px;
  }
}
.c-promo-image img {
  display: block;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-promo-image__actions {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  display: flex;
  justify-content: center;
  left: 20px;
  right: 20px;
}
.c-stat-item:before {
  content: "1";
  opacity: 0;
  transition: all 0.4s;
  animation-delay: 0.3s;
}
.is-observer .c-stat-item[data-stat="1"]:before {
  animation: animTo1 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="2"]:before {
  animation: animTo2 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="3"]:before {
  animation: animTo3 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="4"]:before {
  animation: animTo4 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="5"]:before {
  animation: animTo5 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="6"]:before {
  animation: animTo6 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="7"]:before {
  animation: animTo7 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="8"]:before {
  animation: animTo8 1.4s linear 0.3s forwards;
}
.is-observer .c-stat-item[data-stat="9"]:before {
  animation: animTo9 1.4s linear 0.3s forwards;
}
@keyframes animTo1 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "1";
    opacity: 1;
  }
  100% {
    content: "1";
    opacity: 1;
  }
}
@keyframes animTo2 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "1";
    opacity: 1;
  }
  30% {
    content: "2";
    opacity: 1;
  }
  100% {
    content: "2";
    opacity: 1;
  }
}
@keyframes animTo3 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "2";
    opacity: 1;
  }
  30% {
    content: "3";
    opacity: 1;
  }
  40% {
    content: "4";
    opacity: 1;
  }
  100% {
    content: "4";
    opacity: 1;
  }
}
@keyframes animTo4 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "2";
    opacity: 1;
  }
  30% {
    content: "3";
    opacity: 1;
  }
  40% {
    content: "4";
    opacity: 1;
  }
  100% {
    content: "5";
    opacity: 1;
  }
}
@keyframes animTo5 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "2";
    opacity: 1;
  }
  30% {
    content: "3";
    opacity: 1;
  }
  40% {
    content: "4";
    opacity: 1;
  }
  50% {
    content: "5";
    opacity: 1;
  }
  100% {
    content: "5";
    opacity: 1;
  }
}
@keyframes animTo6 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "2";
    opacity: 1;
  }
  30% {
    content: "3";
    opacity: 1;
  }
  40% {
    content: "4";
    opacity: 1;
  }
  50% {
    content: "5";
    opacity: 1;
  }
  60% {
    content: "6";
    opacity: 1;
  }
  100% {
    content: "6";
    opacity: 1;
  }
}
@keyframes animTo7 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "2";
    opacity: 1;
  }
  30% {
    content: "3";
    opacity: 1;
  }
  40% {
    content: "4";
    opacity: 1;
  }
  50% {
    content: "5";
    opacity: 1;
  }
  60% {
    content: "6";
    opacity: 1;
  }
  70% {
    content: "7";
    opacity: 1;
  }
  100% {
    content: "7";
    opacity: 1;
  }
}
@keyframes animTo8 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "2";
    opacity: 1;
  }
  30% {
    content: "3";
    opacity: 1;
  }
  40% {
    content: "4";
    opacity: 1;
  }
  50% {
    content: "5";
    opacity: 1;
  }
  60% {
    content: "6";
    opacity: 1;
  }
  70% {
    content: "7";
    opacity: 1;
  }
  80% {
    content: "8";
    opacity: 1;
  }
  100% {
    content: "8";
    opacity: 1;
  }
}
@keyframes animTo9 {
  0% {
    content: "1";
    opacity: 0;
  }
  10% {
    content: "1";
    opacity: 1;
  }
  20% {
    content: "2";
    opacity: 1;
  }
  30% {
    content: "3";
    opacity: 1;
  }
  40% {
    content: "4";
    opacity: 1;
  }
  50% {
    content: "5";
    opacity: 1;
  }
  60% {
    content: "6";
    opacity: 1;
  }
  70% {
    content: "7";
    opacity: 1;
  }
  80% {
    content: "8";
    opacity: 1;
  }
  90% {
    content: "9";
    opacity: 1;
  }
  100% {
    content: "9";
    opacity: 1;
  }
}
.c-step-item__title {
  color: #E9CB82;
}
.theme-light .c-step-item__title {
  color: #c09e4c;
}
.c-step-item__container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-step-item__container {
    flex-direction: column;
  }
}
.c-step-item__meta {
  width: 100%;
  min-width: 260px;
  max-width: 260px;
  margin-right: 60px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-light .c-step-item__meta {
  border-color: #eeeeee;
}
@media screen and (max-width: 1023px) {
  .c-step-item__meta {
    margin-right: 40px;
    padding-right: 15px;
    min-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .c-step-item__meta {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.c-step-item__content {
  flex-grow: 1;
}
.c-step-item dl {
  display: block;
  margin: 0;
  padding: 0;
}
.c-step-item dd {
  display: block;
  padding: 0;
  margin: 0 0 8px;
  font-weight: 300;
  line-height: 1.1;
  opacity: 0.7;
}
.c-step-item dt {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin: 0 0 32px;
}
.c-step-item dt span {
  font-size: 20px;
  line-height: 1.1;
  display: block;
}
.c-step-item dt small {
  font-size: 0.6em;
}
.c-timeline-item {
  display: flex;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #E9CB82;
  white-space: nowrap;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-timeline-item {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.c-timeline-item > span {
  display: block;
  width: 100px;
  min-width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-timeline-item:after {
  display: block;
  content: "\0020";
  height: 20px;
  background: linear-gradient(to right, rgba(233, 203, 130, 0) 10%, #e9cb82 100%);
  border-radius: 0 4px 4px 0;
  transition: width 5s ease-in-out;
  width: 0;
}
@media screen and (max-width: 767px) {
  .c-timeline-item:after {
    height: 16px;
  }
}
.is-observer .c-timeline-item:after {
  width: 100%;
}
.c-timeline-item--step-1:after {
  margin-right: 66.66%;
}
.c-timeline-item--step-2:after {
  margin-left: 33.33%;
  margin-right: 33.33%;
  transition-delay: 0.5s;
}
.c-timeline-item--step-3:after {
  margin-left: 66.66%;
  transition-delay: 1s;
}
.c-scale {
  display: flex;
  padding-top: 1rem;
  position: relative;
}
.c-scale:after {
  display: block;
  content: "\0020";
  width: 2px;
  height: 60px;
  position: absolute;
  top: 1rem;
  right: 0;
  background: #fff;
}
.theme-light .c-scale:after {
  background: #D4D4D4;
}
@media screen and (max-width: 767px) {
  .c-scale:after {
    height: 40px;
  }
}
.c-scale__year {
  font-weight: 300;
  width: 100%;
  position: relative;
}
.c-scale__legend-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-scale__serifs {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .c-scale__serifs {
    height: 40px;
  }
}
.c-scale__serifs hr {
  display: block;
  outline: none;
  border: none;
  width: 1px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #fff;
}
.theme-light .c-scale__serifs hr {
  background: #D4D4D4;
}
@media screen and (max-width: 767px) {
  .c-scale__serifs hr {
    height: 20px;
  }
}
.c-scale__serifs hr:first-child {
  height: 60px;
  width: 2px;
  min-width: 2px;
}
@media screen and (max-width: 767px) {
  .c-scale__serifs hr:first-child {
    height: 40px;
  }
}
.c-scale__serifs hr:last-child {
  opacity: 0;
}
.c-specification {
  display: block;
  margin-bottom: 1rem;
}
.c-specification > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.c-specification > li hr {
  display: block;
  border: none;
  background: transparent;
  height: 2px;
  border-bottom: 1px dashed #fff;
  opacity: 0.5;
  flex-grow: 1;
  margin: 0 16px;
}
.theme-light .c-specification > li hr {
  border-color: #222222;
}
.c-map {
  position: relative;
  z-index: 1;
}
.c-map__container {
  margin-top: -5vh;
}
.c-map__point {
  width: 16%;
  padding-top: 12%;
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 50%;
  background-image: url("../img/frame-0.png");
  background-size: 100% auto;
  background-position: 0 0;
  animation: animPoint 2s steps(6) infinite;
}
.c-map__bg {
  position: relative;
  z-index: 1;
}
.c-map__bg:before,
.c-map__bg:after {
  display: block;
  content: "\0020";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 10%;
}
.c-map__bg:before {
  background: linear-gradient(to bottom, #153b6d 0%, rgba(21, 59, 109, 0) 100%);
  top: 0;
}
.theme-light .c-map__bg:before {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.c-map__bg:after {
  background: linear-gradient(to bottom, rgba(21, 59, 109, 0) 0%, #153b6d 100%);
  bottom: 0;
}
.theme-light .c-map__bg:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.c-map__bg img,
.c-map__bg svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-map__legend {
  position: absolute;
  z-index: 3;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.c-map__legend.o-alt {
  font-size: 20px;
  font-weight: bold;
}
.theme-light .c-map__legend {
  color: #222222;
}
@media screen and (max-width: 767px) {
  .c-map__legend {
    font-size: 12px;
  }
  .c-map__legend.o-alt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .c-map__legend {
    font-size: 10px;
  }
  .c-map__legend.o-alt {
    font-size: 10px;
  }
}
.c-map__legend[data-legend="a365"] {
  top: 32%;
  left: 35%;
}
.c-map__legend[data-legend="kelechek"] {
  top: 25%;
  left: 5%;
}
.c-map__legend[data-legend="dordoi"] {
  top: 56%;
  left: 15%;
}
.c-map__legend[data-legend="mykan"] {
  top: 83%;
  left: 31%;
}
.c-map__legend[data-legend="dachny"] {
  top: 26%;
  right: 5%;
}
.c-map__legend[data-legend="drujba"] {
  top: 45%;
  right: 2%;
}
.c-map__legend[data-legend="ges-5"] {
  top: 58%;
  right: 12%;
}
/* SVG */
.c-map-image__zone {
  fill: #fff;
  fill-opacity: 0.05;
}
.theme-light .c-map-image__zone {
  fill: #f4f4f4;
  fill-opacity: 1;
}
.c-map-image__road {
  fill: #17519B;
}
.theme-light .c-map-image__road {
  fill: #D9D9D9;
}
.c-map-image__lake {
  fill: #28548D;
}
.theme-light .c-map-image__lake {
  fill: #D0E5FF;
}
@keyframes animPoint {
  0% {
    background-image: url("../img/frame-0.png");
  }
  14% {
    background-image: url("../img/frame-1.png");
  }
  28% {
    background-image: url("../img/frame-2.png");
  }
  43% {
    background-image: url("../img/frame-3.png");
  }
  57% {
    background-image: url("../img/frame-4.png");
  }
  71% {
    background-image: url("../img/frame-5.png");
  }
  86% {
    background-image: url("../img/frame-6.png");
  }
}
.c-plan {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-plan {
    z-index: 3;
  }
}
.c-plan__container {
  margin-top: -5vh;
}
@media screen and (max-width: 767px) {
  .c-plan__container {
    margin: 0;
  }
}
.c-plan__bg {
  position: relative;
  z-index: 1;
}
.c-plan__bg:before,
.c-plan__bg:after {
  display: block;
  content: "\0020";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 10%;
}
.c-plan__bg:before {
  background: linear-gradient(to bottom, #153b6d 0%, rgba(21, 59, 109, 0) 100%);
  top: 0;
}
.theme-light .c-plan__bg:before {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.c-plan__bg:after {
  background: linear-gradient(to bottom, rgba(21, 59, 109, 0) 0%, #153b6d 100%);
  bottom: 0;
}
.theme-light .c-plan__bg:after {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, #ffffff 100%);
}
.c-plan__bg svg,
.c-plan__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.c-plan__bg img {
  position: relative;
  z-index: 2;
}
.c-plan__bg svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-plan__bg svg path {
  fill: #28548D;
}
.theme-light .c-plan__bg svg path {
  fill: #D9D9D9;
}
.c-plan__legend {
  position: absolute;
  z-index: 3;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-plan__legend {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .c-plan__legend {
    font-size: 10px;
  }
}
.c-plan__legend[data-legend="a365"] {
  top: 70%;
  right: 12%;
}
@media screen and (max-width: 767px) {
  .c-plan__legend[data-legend="a365"] {
    right: 5%;
  }
}
.c-plan__table {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-plan__table {
    display: block;
  }
}
.c-plan__table ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.c-plan__table ul li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #E9CB82;
  color: #fff;
  border-radius: 100%;
}
.theme-light .c-plan__table ul li:before {
  border-color: #c09e4c;
}
.c-plan__table ul li:nth-child(1):before {
  content: "1";
}
.c-plan__table ul li:nth-child(2):before {
  content: "2";
}
.c-plan__table ul li:nth-child(3):before {
  content: "3";
}
.c-plan__table ul li:nth-child(4):before {
  content: "4";
}
.c-plan__table ul li:nth-child(5):before {
  content: "5";
}
.c-plan__table ul li:nth-child(6):before {
  content: "6";
}
.c-plan__table ul li:nth-child(7):before {
  content: "7";
}
.c-plan__table ul li:nth-child(8):before {
  content: "8";
}
.c-plan__table ul li:nth-child(9):before {
  content: "9";
}
.c-point-item {
  position: absolute;
  z-index: 3;
}
.c-point-item[data-point="1"] {
  top: 31%;
  left: 33%;
}
.c-point-item[data-point="2"] {
  top: 29%;
  left: 43%;
}
.c-point-item[data-point="3"] {
  top: 26%;
  left: 48%;
}
.c-point-item[data-point="4"] {
  top: 38%;
  left: 44%;
}
.c-point-item[data-point="5"] {
  top: 38%;
  left: 49%;
}
.c-point-item[data-point="6"] {
  top: 38%;
  left: 54%;
}
.c-point-item[data-point="7"] {
  top: 43%;
  left: 57%;
}
.c-point-item[data-point="8"] {
  top: 51%;
  left: 58%;
}
.c-point-item[data-point="9"] {
  top: 57%;
  left: 38%;
}
.c-point-item:hover {
  z-index: 4;
}
.c-point-item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 2px solid #E9CB82;
  background: #9321DA;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0a 0.2);
  cursor: default;
}
.theme-light .c-point-item > span {
  border-color: #c09e4c;
}
@media screen and (max-width: 767px) {
  .c-point-item > span {
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    border-width: 1px;
  }
}
.c-point-item__dropdown {
  position: absolute;
  top: 70%;
  left: 70%;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-point-item__dropdown {
    top: 50%;
    margin-left: -110px;
  }
}
.c-point-item__dropdown__content {
  width: 280px;
  border-radius: 24px;
  background: rgba(34, 77, 132, 0.7);
  backdrop-filter: blur(10px);
  padding: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  cursor: default;
}
.theme-light .c-point-item__dropdown__content {
  background: rgba(194, 194, 194, 0.7);
  color: #222222;
}
@media screen and (max-width: 767px) {
  .c-point-item__dropdown__content {
    width: 220px;
  }
}
.c-point-item__dropdown__content strong {
  font-weight: bold;
}
.c-point-item:hover .c-point-item__dropdown {
  width: auto;
  height: auto;
  opacity: 1;
}
/* HIDDEN ELEMENTS */
.c-header__hamburger {
  display: none !important;
  opacity: 0;
  max-width: 0;
  min-width: 0;
  width: 0;
  max-height: 0;
  min-height: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.fhtagn {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 1;
}
.fhtagn:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAyOCI+PHBhdGggZD0iTTExLjUgMTUuMmgxLjJ2LTMuNmgtMS4yVjguMmgtMS4yVjUuOEg5LjJWMy41SDguMVYyLjNINi45VjEuMkg1LjhWMEgyLjN2MS4ySDEuMnYyLjRoMS4yVjZoMS4ydjFoMS4ydjEuMmgxLjF2MS4yaDEuMnYxLjJoMS4ydjQuNkg2Ljl2MS4ySDMuNXYtMS4ySDIuM3YtMi40aDEuMnYtMS4yaDIuM1YxNEg3di0yLjRINS44di0xLjJIMy41djEuMkgyLjN2MS4ySDEuMnYzLjZoMS4ydjEuMmgxLjJ2MS4yaDIuM1YyMUg0LjZ2MS4ySDMuNXYxLjJIMS4yVjIxaDEuMnYtMS4ySDEuMlYyMUgwdjIuNGgxLjJ2MS4yaDMuNnYtMS4yaDEuMVYyN2gxLjJ2MWgyLjR2LTEuMmgxLjJ2LTIuNEg5LjJ2Mi40SDYuOXYtMy42aDEuMlYyMmgyLjR2MS4yaDMuNlYyMmguOXYtMy40aC0xLjJ2LTEuMmgtMS4ydjEuMmgxLjJ2My42aC0yLjRWMjFoLTEuMnYtMy42aDEuMnYtMi4yeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: cover;
  content: "\0020";
  display: block;
  height: 28px;
  margin-right: 10px;
  opacity: 0.6;
  width: 15px;
}
.fhtagn a {
  text-decoration: underline;
  margin-left: 4px;
}
.fhtagn a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=karma.css.map */