:root {
  --white: white;
  --gray-1-text: #272727;
  --gray-2: #646464;
  --gray-3: #a1a1a1;
  --gray-4: #c9c9c9;
  --gray-5: #eaeaea;
  --gray-6: #f5f5f5;
  --blue-1: #03349e;
  --blue-2-new-brand: #0e46c0;
  --blue-3: #3069e5;
  --blue-4: #6a96f6;
  --blue-5: #d8eeff;
  --blue-gray-back-dark: #e5eaf1;
  --blue-gray-back: #f4f4f7;
  --yellow-1: #f0b90b;
  --yellow-2: #ffe27a;
  --yellow-3: #fff6d9;
  --red-1: #ec494f;
  --red-2: #fce7e7;
  --green-1: #00bc81;
  --green-2: #95fac5;
  --green-3: #e0fbed;
  --black: black;
  --blue-back: #01236c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 22px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
}

.header {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  max-width: 1440px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: fixed;
}

.header-container {
  z-index: 5;
  background-color: var(--white);
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.header-container.shadow-three {
  background-color: var(--white);
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 1rem 0 1rem 1rem;
}

.container {
  z-index: 50;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: visible;
}

.container.container-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1rem 13rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.is--relative {
  z-index: 2;
  height: auto;
  position: relative;
  overflow: hidden;
}

.container.container-mail {
  background-image: linear-gradient(to top, var(--gray-1-text), var(--gray-1-text) 38%, #0000);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-bottom: 1rem;
}

.container.is--social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 11.9rem;
  margin-right: .75rem;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.caps14 {
  color: var(--gray-1-text);
  letter-spacing: .0625rem;
  margin-left: .25rem;
  margin-right: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .875rem;
  line-height: 1.125rem;
}

.nav-link.caps14.is--drop {
  margin-right: 0;
  padding-right: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero {
  z-index: 1;
}

.hero.hero-main {
  z-index: 2;
  background-color: var(--gray-1-text);
  background-image: linear-gradient(180deg, #0000 67%, var(--gray-1-text)), url('../images/top.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
}

.hero.hero-main.is--social {
  background-image: linear-gradient(0deg, #272727, #00000080 21%), url('../images/lh2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  max-height: 1000px;
  position: relative;
}

.hero_video {
  height: 100%;
}

.body {
  color: var(--gray-1-text);
  background-color: #191919;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: visible;
}

.style-guide-heading {
  color: #000c;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 340px;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: #0000004d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.fill-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.color-swatch-gray-1-text {
  background-color: var(--gray-1-text);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.style-guide-info-text {
  color: #0000004d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.color-swatch-gray-2 {
  background-color: var(--gray-2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-3 {
  background-color: var(--gray-3);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-4 {
  background-color: var(--gray-4);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-5 {
  background-color: var(--gray-5);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-6 {
  background-color: var(--gray-6);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-1-old-brand {
  background-color: var(--blue-1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-2-new-brand {
  background-color: var(--blue-2-new-brand);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-3 {
  background-color: var(--blue-3);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-4 {
  background-color: var(--blue-4);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-5 {
  background-color: var(--blue-5);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-gray-back-dark {
  background-color: var(--blue-gray-back-dark);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-gray-back {
  background-color: var(--blue-gray-back);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-yellow-1 {
  background-color: var(--yellow-1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-yellow-2 {
  background-color: var(--yellow-2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-yellow-3 {
  background-color: var(--yellow-3);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-red-1 {
  background-color: var(--red-1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-red-2 {
  background-color: var(--red-2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-green-1 {
  background-color: var(--green-1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-green-2 {
  background-color: var(--green-2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-green-3 {
  background-color: var(--green-3);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.display-1 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.2;
}

.display-1.is--white {
  color: var(--white);
}

.text-style {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.site-h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 6.25rem;
  position: sticky;
}

.site-h1.is-white {
  color: var(--white);
  font-size: 4vw;
  font-weight: 600;
}

.site-h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.3;
}

.site-h2.is--white {
  color: var(--white);
  font-size: 3vw;
  font-weight: 600;
}

.site-h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.site-h3.is--white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.3;
}

.site-h4 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.site-h5 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.display-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
}

.display-2.is--white {
  color: var(--white);
}

.display-2.is--white.is--fixed {
  width: 2vw;
}

.display-2.is--white.is--center {
  text-align: center;
}

.display-2.is--blue {
  color: var(--blue-2-new-brand);
}

.display-3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3rem;
}

.display-3.is--white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
}

.display-3.mainabout-text {
  max-width: 60rem;
}

.display-h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
}

.display-h4.is--white {
  color: var(--white);
}

.display-h4.is--white.is--center {
  text-align: center;
}

.h1 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 6.25rem;
}

.h1.is--white {
  color: var(--white);
}

.h1.is--white.is--center {
  text-align: center;
}

.h2 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.h3 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h4 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.h5 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.h6 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.t18 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.t18.is--white {
  color: var(--white);
  font-weight: 400;
}

.lt18 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.t16 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5;
}

.t16.is-white {
  color: var(--white);
  font-size: 1.3vw;
  line-height: 1.5;
}

.lt16 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow: hidden;
}

.t14 {
  z-index: 3;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.lt14 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.t12 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.t10 {
  letter-spacing: .2px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.caps14 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.caps14.is--white {
  color: var(--white);
}

.caps12 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.caps12.is--address {
  max-width: 380px;
}

.caps12.is--link {
  color: var(--white);
}

.caps10 {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.text-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.hero-h1 {
  color: var(--white);
  text-align: left;
  order: 1;
  width: auto;
  max-width: 8ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
  overflow: visible;
}

.hero-h1.hero-header {
  font-size: 6rem;
}

.hero_back {
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  inset: 88px 0%;
}

.hero-back-img {
  max-width: 50%;
  height: auto;
  max-height: 100%;
  position: absolute;
  inset: auto 32px auto auto;
}

.explainer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue-2-new-brand);
  color: var(--white);
  border-radius: 48px;
  flex-direction: column;
  padding: 48px;
  display: flex;
}

.logotext {
  font-weight: 500;
}

.spacer-large {
  height: 7.5rem;
}

.numbers-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  display: flex;
}

.numbers-number {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  color: var(--blue-2-new-brand);
  flex: 0 0 50%;
  align-items: flex-start;
  padding-right: 64px;
  display: flex;
}

.numbers-text {
  flex-direction: column;
  padding-top: 8px;
  display: flex;
}

.energy-wrapper {
  grid-row-gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex;
}

.energy-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  flex: 0 0 50%;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.energy-icon {
  flex: none;
  align-self: flex-start;
  width: 6rem;
}

.energy-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.energy-bold {
  color: var(--black);
  font-weight: 500;
}

.spacer-medium {
  height: 4rem;
  overflow: hidden;
}

.tabs-menu {
  align-items: center;
  display: flex;
}

.tabs-menu.container.is--compact {
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.projects-tab {
  color: var(--blue-2-new-brand);
  background-color: #0000;
  width: 25%;
  padding: 16px 32px;
  font-size: 1.6vw;
  line-height: 1.2;
}

.projects-tab.w--current {
  color: var(--gray-1-text);
  background-color: #0000;
  width: 25%;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1;
}

.projects-tab.is-compact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  font-size: 1.2vw;
  line-height: 1.3;
  display: flex;
}

.projects-tab.is-compact.w--current {
  background-color: var(--blue-gray-back);
  color: var(--blue-2-new-brand);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.projects-content.container {
  margin-top: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.projects-content.container.is--compact {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.projects-tab-content {
  background-color: var(--blue-gray-back);
  border-radius: 32px;
  width: 100%;
  padding: 48px 48px 0;
}

.projects-tab-content.is--compact {
  border-radius: 32px;
  padding: 32px;
}

.projects-tab-content.is--compact.is--last {
  border-top-right-radius: 0;
}

.projects-tab-content.is--compact.is--first {
  border-top-left-radius: 0;
}

.project-header {
  z-index: 2;
  position: relative;
}

.project-type {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.2vw;
  line-height: 1.2;
}

.projects-bighead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
}

.project-numbers {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
  position: relative;
}

.spacer-small {
  padding-top: 48px;
}

.project-number.is--white {
  color: var(--white);
}

.project-power {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.projects-map {
  z-index: 1;
  background-image: url('../images/kir.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 30vw;
  position: absolute;
  inset: auto 0% 0%;
}

.projects-map.is--karelia {
  background-image: url('../images/karelia.svg');
}

.projects-map.is--apatity {
  background-image: url('../images/apatity.svg');
}

.projects-map.is--vyborg {
  background-image: url('../images/vyborg.svg');
}

.projects-map.is--yamal {
  background-image: url('../images/yamal.svg');
}

.projects-map.is--kamchatka {
  background-image: url('../images/kamchatka.svg');
}

.project-subheader {
  font-size: 24px;
  line-height: 1.2;
}

.spacer-tiny {
  padding-top: 24px;
}

.project {
  height: 40vw;
  position: relative;
}

.project-power-icon {
  width: 3vw;
}

.project-timeline {
  display: flex;
}

.project-timeline-point {
  border-bottom: 2px solid var(--blue-2-new-brand);
  padding-bottom: 12px;
  padding-right: 64px;
  position: relative;
}

.project-timeline-point.is--final {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.project-timeline-point.is--future {
  background-color: var(--blue-gray-back);
  border: 1px #000;
}

.project-timeline-marker {
  background-color: var(--blue-2-new-brand);
  border-radius: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto auto -9px 0;
}

.project-timeline-point-future {
  background-image: linear-gradient(to right, var(--blue-2-new-brand), #0e46c000);
  padding-bottom: 3px;
}

.project-more {
  color: var(--white);
  cursor: pointer;
  background-image: linear-gradient(to right, #00000080, #0000 55%), url('../images/pic-kiri.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  width: 440px;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  inset: 0% 0% auto auto;
}

.project-more.is--toser {
  background-image: linear-gradient(to right, #00000080, #0000 55%), url('../images/pic-toser.jpg');
}

.project-more.is--nas {
  background-image: linear-gradient(to right, #00000080, #0000 55%), url('../images/pic-nas2.jpg');
  background-position: 0 0, 50% 100%;
}

.project-more.is--yamal {
  background-image: linear-gradient(to right, #00000080, #0000 55%), url('../images/pic-yamal.jpg');
  background-position: 0 0, 50%;
}

.project-more-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.numbers-num {
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.2;
}

.cfa {
  background-color: var(--blue-2-new-brand);
  background-image: url('../images/cfa.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cfa-subheader {
  color: var(--white);
}

.cfa-subheader.display-h3 {
  max-width: 61ch;
  margin-top: 16px;
  font-weight: 400;
}

.cfa-subheader.display-3 {
  margin-top: 16px;
}

.cfa-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 3px;
  display: flex;
}

.cfa-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff3;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-radius: 32px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.cfa-number {
  margin-top: 16px;
}

.btn {
  background-color: var(--white);
  color: var(--gray-2);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.btn.is--small {
  align-items: stretch;
  padding: .44rem .75rem;
  font-size: .875rem;
  line-height: 1.125rem;
  overflow: hidden;
}

.btn.is--small.is--outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.cfa-button {
  margin-top: 16px;
}

.cfa-description {
  color: var(--white);
  margin-top: 12px;
}

.cfa-description.t18.is--white {
  font-size: 1vw;
}

.cfa-how-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.cfa-how-point {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.cfa-how-point-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.system {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  display: block;
  position: relative;
}

.system-wrapper {
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 60%;
  width: 60%;
  display: flex;
  position: relative;
}

.system-block {
  background-color: var(--blue-gray-back-dark);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 30vw;
  padding: 32px;
  display: flex;
}

.system-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.system-icon {
  flex: none;
  width: 160px;
}

.system-header.site-h1 {
  float: left;
  width: 40%;
  margin-right: 0;
  padding-right: 32px;
  top: 100px;
}

.jobs {
  align-items: flex-start;
  display: flex;
}

.jobs-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: none;
  width: 50%;
  display: flex;
}

.jobs-photos {
  flex: 1px;
  padding-left: 64px;
}

.diplomas {
  align-items: flex-start;
  display: flex;
}

.diplomas-photos {
  width: 50%;
  padding-right: 64px;
}

.diplomas-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.footer-dark {
  background-color: var(--blue-gray-back-dark);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  height: 32px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.footer-link {
  color: var(--blue-2-new-brand);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  color: var(--blue-2-new-brand);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: flex;
}

.form-label {
  font-weight: 400;
}

.form-label.t16 {
  margin-bottom: .5vw;
}

.form-label.caps14 {
  padding-left: .75rem;
}

.form-field {
  background-color: var(--white);
  color: var(--white);
  border: 1px #000;
  border-radius: 1.5rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: .875rem;
  line-height: 1.125rem;
}

.form-field.is--area {
  flex: 1;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.form-fieldblock.is--message {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  background-color: var(--blue-1);
  border-radius: 5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.submit-button:hover {
  background-color: var(--blue-3);
}

.form-block {
  margin-bottom: 0;
}

.news-collection {
  margin-top: 32px;
}

.news-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.news-item {
  background-color: var(--white);
  color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  flex: 1px;
  justify-content: space-between;
  height: 30vw;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-preview {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.news-teaser.t14 {
  font-weight: 300;
}

.news-backimage {
  z-index: 1;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.news-overlay {
  z-index: 2;
  background-color: var(--blue-2-new-brand);
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.text-size-regular-caps {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.tabs_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  inset: 0% 0% auto auto;
}

.text-size-small-caps {
  letter-spacing: .03rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.dc_numbers {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.dc_name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.arrow_hide {
  display: none;
}

.tabs_item-wrapper {
  width: 100%;
  display: flex;
}

.tabs_item-wrapper.is--dcs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.tabs_item-wrapper.is--conditions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs_arrow {
  background-image: url('../images/right.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  inset: 0% 0% auto auto;
}

.tabs_arrow.is--left {
  background-image: url('../images/left.svg');
  right: 3rem;
}

.dc_number-amount {
  color: #0e46c0;
}

.tabs_slide-img {
  border-radius: 1.5rem;
}

.dc_number {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.site-h3-2 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
}

.tabs_slider-dots {
  display: none;
}

.tabs_slides {
  height: auto;
  margin-top: 4.125rem;
}

.link_live {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ec494f;
  border: .0625rem solid #ec494f;
  border-radius: 3rem;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.tabs_left {
  inset: 0% 0% auto auto;
}

.tabs_slider {
  background-color: #0000;
  flex: 1;
  width: 100%;
}

.dc-top {
  padding-top: 88px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.improve {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.improve-before, .improve-after {
  flex: 1px;
}

.improve-list {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 24px;
}

.improve-list-item {
  margin-bottom: 8px;
}

.improve-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

.improve-pics {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.improve-pic {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.improve-img {
  border-radius: 32px;
  width: 420px;
}

.improve-arrow {
  background-image: url('../images/long-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 16px;
}

.tabs_wrapper {
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}

.tabs_tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0e46c0;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0e46c0;
  border-radius: 10rem;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.tabs_tab.w--current, .tabs_tab.is--active {
  color: #fff;
  background-color: #0e46c0;
}

.tabs_item {
  width: 25%;
  display: block;
}

.tabs_item.is--active {
  display: block;
}

.text-size-medium-spaced {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.link_rounded {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f4f4f7;
  border-radius: 3rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.tabs_content {
  width: 400%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.tabs_content.is--unroll {
  flex-direction: column;
}

.tabs {
  width: 100%;
}

.site-h3-3 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
}

.tabs_image-small {
  border-radius: 1.5rem;
  width: 100%;
}

.text-size-regular {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.tab_icon {
  display: block;
}

.tab_icon.is--white {
  display: none;
}

.tabs_tab-bar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.tabs-icon {
  flex: none;
  width: 32px;
}

.tabs-icon.is--active {
  display: block;
}

.dc-tab {
  display: flex;
}

.dc-tab-image {
  border-radius: 24px;
  width: 30%;
}

.dc-tab-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 70%;
  padding: 32px 0 32px 32px;
  display: flex;
}

.karelia {
  width: 100%;
  display: flex;
}

.karelia-flag {
  max-width: 320px;
}

.karelia-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  padding-right: 32px;
  display: flex;
}

.karelia-back {
  background-color: var(--blue-gray-back);
}

.main-content {
  z-index: 50;
  background-image: linear-gradient(to top, var(--gray-1-text) 92%, #21212100);
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  margin-top: -2rem;
  padding-bottom: 0;
  position: relative;
}

.body-wrapper {
  background-color: var(--gray-1-text);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
}

.card32 {
  background-color: var(--white);
  border-radius: 2rem;
  padding: 2rem;
}

.card32.is--blue {
  background-color: var(--blue-back);
  color: var(--white);
}

.card32.is--dark {
  background-color: var(--gray-1-text);
  color: var(--white);
}

.card32.is--dark.is--square {
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card32.is--dark.is--square.is--jit {
  position: relative;
}

.card32.is--square {
  aspect-ratio: 1;
  overflow: hidden;
}

.card32.is--bento {
  aspect-ratio: 1;
  padding: 1.5rem;
  overflow: hidden;
}

.card32.is--bento.is--sky {
  background-color: var(--blue-5);
  overflow: hidden;
}

.card32.is--bento.is--wide {
  aspect-ratio: auto;
  overflow: hidden;
}

.card32.is--bento.is--wide.is--grey {
  background-color: var(--gray-2);
  color: var(--white);
  overflow: hidden;
}

.card32.is--bento.is--green {
  background-color: var(--green-3);
  overflow: hidden;
}

.card32.is--bento.is--darker {
  background-color: var(--gray-2);
  color: var(--white);
}

.card32.is--news {
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
}

.card32.is--newstop {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.card32.services-block {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.card32.services-block.is--first {
  background-color: var(--gray-4);
  position: relative;
}

.card32.services-block.is--second {
  background-color: var(--gray-5);
  top: 5rem;
}

.card32.services-block.is--third {
  background-color: var(--gray-6);
  top: 10rem;
}

.card32.services-block.is--fourth {
  top: 15rem;
}

.card32.is--about {
  padding-right: 20rem;
  position: relative;
  overflow: hidden;
}

.card32.is--about.is--social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-height: 220px;
  display: flex;
}

.card32.is--form {
  background-color: var(--blue-gray-back-dark);
  margin-bottom: 2rem;
}

.card32.is--darker {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--gray-2);
  color: var(--white);
  display: flex;
}

.card32.is--video {
  aspect-ratio: 1920 / 1080;
  padding: 0;
  overflow: hidden;
}

.cards-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-line.is--4 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards-line.is--3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card16 {
  aspect-ratio: auto;
  background-color: var(--white);
  border-radius: 1rem;
  padding: 1.5rem;
}

.card16.is--square {
  aspect-ratio: 1;
}

.card16.is--square.is--bgb {
  background-color: var(--blue-gray-back);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.card16.is--square.is--bgb.is--area {
  background-image: url('../images/about-card2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.card16.is--square.is--bgb.is--dc {
  background-image: url('../images/about-card3.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.card16.is--square.is--bgb.is--invest {
  background-image: url('../images/about-card4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.caps16 {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375rem;
}

.mainabout-card-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  width: 100%;
  margin-top: 1.6rem;
  display: flex;
}

.caps32 {
  letter-spacing: .0625px;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.5rem;
}

.spacer-single {
  height: 1rem;
  margin-top: 0;
}

.caps18 {
  letter-spacing: .1125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.north {
  aspect-ratio: auto;
  position: relative;
  overflow: visible;
}

.north-back {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--gray-1-text), #27272700 41%, #24242400 75%, var(--gray-1-text)), url('../images/yamal2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 57rem;
  position: absolute;
  inset: 8rem 0% auto;
  overflow: hidden;
}

.north-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  min-height: 38rem;
  display: flex;
  overflow: hidden;
}

.caps24 {
  letter-spacing: .1125px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.north-card {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.north-corner {
  z-index: 1;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.north-cardback {
  width: 100%;
  position: absolute;
  inset: 1.5rem 0% auto;
  overflow: hidden;
}

.spacer-huge {
  height: 11rem;
  overflow: hidden;
}

.north-yamal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.bento {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.bento.is--social-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.bento-text {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.bento-text.is--shorter {
  flex: 1;
}

.caps48 {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 4rem;
  overflow: hidden;
}

.news-image {
  z-index: 1;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex: none;
  width: 100%;
  margin-top: -2rem;
  position: static;
  top: 100%;
}

.services-wrapper {
  position: relative;
}

.hero-top {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  order: -1;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hero-logo {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  flex: none;
  order: -1;
  width: 8rem;
}

.about-back {
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.dc-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.kirishi-back {
  z-index: 1;
  aspect-ratio: 1440 / 922;
  background-image: linear-gradient(180deg, var(--gray-1-text), #0d0d0dab 23%, #00000080 58%, var(--gray-1-text)), url('../images/kir2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 50rem;
  position: absolute;
  inset: -10rem 0% auto;
  overflow: hidden;
}

.spacer-kiri {
  height: 24.2rem;
}

.form-star {
  color: var(--red-1);
  text-decoration: none;
}

.form-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1px;
  display: flex;
}

.form-right {
  flex: 1px;
}

.form-fields {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
}

.footer {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray-2);
  color: var(--white);
  flex-flow: column;
  margin-top: 0;
  padding: 2rem 3rem;
  display: flex;
  position: relative;
}

.north-back-mobile {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--gray-1-text), #27272700 54%, #24242400 76%, var(--gray-1-text)), url('../images/yamal.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 57rem;
  position: absolute;
  inset: 3rem 0% auto;
  overflow: hidden;
}

.hero-h1-mover {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  order: 1;
  margin-bottom: 2rem;
  position: absolute;
  bottom: 100%;
  left: 3rem;
}

.hero-back {
  z-index: 1;
  background-image: url('../images/top.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  position: absolute;
  top: 0;
}

.energy-svg {
  aspect-ratio: 1;
  flex: none;
  align-self: flex-start;
  width: 6rem;
}

.mail-link {
  color: var(--blue-2-new-brand);
  text-decoration: none;
}

.dropdown {
  clear: none;
  flex: none;
  order: 1;
  display: block;
  position: static;
}

.dropdown-toggle {
  display: block;
}

.dropdown-list {
  display: none;
}

.div-block {
  order: 1;
}

.dropdown-toggle-2 {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
}

.dropdown-toggle-2.w--open {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
}

.dropdown-list-2 {
  padding-top: .5rem;
}

.dropdown-list-2.w--open {
  object-fit: fill;
  border-radius: .5rem;
  width: auto;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  inset: 100% auto auto 0%;
}

.locales-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--gray-1-text);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.lang-link {
  color: var(--gray-1-text);
  text-decoration: none;
}

.lang-link.w--current {
  color: var(--gray-1-text);
  font-weight: 600;
  text-decoration: none;
}

.dropdown-2 {
  display: block;
}

.locale {
  align-self: flex-start;
}

.secondnav {
  background-color: var(--gray-1-text);
  padding: 20px 40px;
}

.footer_data {
  justify-content: space-between;
  display: flex;
}

.social {
  z-index: 50;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.imgslider {
  background-color: #0000;
  height: auto;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 0;
  padding-right: 0;
}

.slider-arrow {
  width: 2rem;
  display: none;
  overflow: visible;
}

.slide {
  width: 33.3333%;
  padding-left: 16px;
  padding-right: 16px;
}

.slider-img {
  vertical-align: middle;
  border-radius: 32px;
}

.slider-dots {
  display: none;
}

.slider-arrow-icon {
  color: var(--gray-2);
}

.slider-arrow-icon:hover {
  color: var(--white);
}

.icon-2 {
  color: var(--gray-2);
}

.menu-text {
  color: var(--white);
  letter-spacing: .2ch;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar-logo-center {
  z-index: 998;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  padding: 0;
  position: static;
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.logo_wrapper {
  z-index: 999;
  margin-left: -80px;
  position: absolute;
  top: 32px;
  left: 50%;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.logo {
  width: 160px;
}

.social-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.navi-back {
  background-image: linear-gradient(180deg, var(--black), #0000);
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.pdf-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pdf-icon {
  width: 32px;
}

.paragraph {
  font-size: 14px;
  line-height: 22px;
}

.block-quote {
  font-size: 14px;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
}

.video-duration {
  color: #ffffffb3;
  width: 9ch;
}

.video-poster-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-volume-embed {
  display: flex;
  transform: rotate(0);
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.video-subtitle {
  color: #efefef;
  max-width: 54ch;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.html-video-player {
  z-index: 0;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.trackinner {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.video-player-style {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.videos-sub-dropdown-toggle {
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: static;
  top: 7%;
  right: 3%;
}

.video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.video-element {
  color: #fff9f9;
}

.track {
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.track.video-element {
  border-radius: 40px;
  position: relative;
}

.video-controls-wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-controls-wrapper.player_1 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: stretch;
}

.video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.html-video-wrapper {
  background-color: #0f0f0f;
  border-radius: 1.5rem;
  width: 100%;
  min-width: 900px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px #ececec, 0 5px 20px -1px #02031633;
}

.video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  background-image: url('../images/Background.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  padding: 1.5625rem 2.1875rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #ffffff14;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.video-loading-track {
  background-color: #9094a0;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.fullscreen {
  display: flex;
}

.video-sub-dropdown-list-wrapper {
  inset: auto 0% 0% auto;
}

.video-sub-dropdown-list-wrapper.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.video-dropdown {
  position: relative;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 1px;
  }

  .container.container-hero {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero.hero-main.is--social.is--doc {
    height: 320px;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .display-2 {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .display-3 {
    font-size: 1.65rem;
    line-height: 2.4rem;
  }

  .display-3.mainabout-text {
    line-height: 1.3;
  }

  .lt18 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .caps12.is--address {
    max-width: 380px;
  }

  .hero-h1 {
    font-size: 6rem;
    line-height: 1.1;
  }

  .hero-h1.hero-header {
    font-size: 5rem;
  }

  .spacer-large {
    height: 4rem;
  }

  .energy-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .energy-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 2rem;
  }

  .energy-icon {
    width: 4rem;
  }

  .energy-text {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .site-h3-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .tabs_tab, .tabs_tab.w--current {
    flex: none;
  }

  .text-size-medium-spaced {
    font-size: .875rem;
  }

  .site-h3-3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tab_icon, .tab_icon.is--white {
    display: none;
  }

  .tabs_tab-bar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .card32.is--dark.is--square {
    aspect-ratio: 2.39;
    background-color: var(--gray-1-text);
  }

  .card32.is--bento.is--darker.is--notsquare {
    aspect-ratio: auto;
  }

  .card32.is--about {
    padding-right: 13rem;
  }

  .cards-line.is--3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .caps18 {
    word-break: normal;
    font-size: 1rem;
    line-height: 1.3;
  }

  .north {
    background-image: linear-gradient(to bottom, var(--gray-1-text), #3d4e60 11%, #3d4e60 79%, var(--gray-1-text) 102%);
  }

  .north.is--second {
    background-image: none;
  }

  .north-back {
    aspect-ratio: 3 / 1.8;
    background-image: linear-gradient(#3d4e60, #3d4e6000 29% 66%, #3d4e60), url('../images/yamal2.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    inset: 110vw 0% auto;
  }

  .bento {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bento.is--social-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-back {
    width: 10rem;
  }

  .kirishi-back {
    aspect-ratio: 2.39;
    background-position: 0 0, 50% 0;
    inset: 0% 0% auto;
  }

  .spacer-kiri {
    height: 40rem;
  }

  .footer {
    justify-content: center;
    display: flex;
  }

  .north-back-mobile {
    aspect-ratio: 3 / 1.8;
    background-image: linear-gradient(#3d4e60, #3d4e6000 29% 66%, #3d4e60), url('../images/yamal.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    inset: 110vw 0% auto;
  }

  .social {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .slider-img {
    border-radius: 16px;
  }

  .navbar-logo-center {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    top: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .logo_wrapper {
    margin-left: -60px;
    position: relative;
    top: 0;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    padding-left: 16px;
    padding-right: 16px;
    top: 70px;
  }

  .nav-menu-three {
    background-color: var(--gray-1-text);
    border-radius: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #000;
    border-radius: 12px;
  }

  .logo {
    width: 120px;
  }

  .icon-3 {
    color: var(--white);
    font-size: 2rem;
    font-weight: 300;
  }

  .video-subtitle {
    font-size: 1rem;
  }

  .video-controls-wrapper.player_1 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-bottom: .8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .video-title {
    font-size: 1.2rem;
  }

  .html-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .video-title-wrapper {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    max-width: 100%;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.is--north {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.container-mail {
    margin-bottom: 2rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is--social {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero.hero-main.is--social {
    background-position: 0 0, 100% 100%;
  }

  .hero.hero-main.is--social.is--doc {
    height: 240px;
  }

  .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 1.7rem;
  }

  .display-3.mainabout-text {
    font-size: 1.4rem;
  }

  .display-h4.is--white.is--center {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .display-h4.is--soicial-2 {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .lt18 {
    font-size: 1rem;
  }

  .caps12 {
    text-align: left;
  }

  .hero-h1 {
    font-size: 3.8rem;
  }

  .hero-h1.hero-header {
    font-size: 4rem;
  }

  .energy-wrapper {
    grid-row-gap: 0rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .form-field.is--area {
    min-height: 10rem;
  }

  .text-size-regular-caps {
    font-size: .75rem;
  }

  .tabs_right {
    align-items: flex-start;
    width: 100%;
  }

  .dc_numbers {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dc_name {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs_item-wrapper.is--dcs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .tabs_item-wrapper.is--conditions {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .tabs_arrow, .tabs_arrow.is--left {
    display: none;
  }

  .tabs_slide-img {
    border-radius: 1rem;
  }

  .site-h3-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tabs_slider-dots {
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: static;
    inset: 100% 0% auto;
  }

  .tabs_slides {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link_live {
    padding: .5rem .75rem;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .tabs_wrapper {
    margin-top: 1rem;
  }

  .tabs_tab {
    background-color: #6a96f6;
    border-style: none;
    padding: .25rem;
  }

  .tabs_tab.is--active {
    padding: .5rem;
  }

  .tabs_item {
    background-color: #f4f4f7;
    border-radius: 1rem;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding: 1rem;
    display: block;
  }

  .tabs_item.is--active {
    align-self: stretch;
  }

  .link_rounded.is--in-tab {
    background-color: #e5eaf1;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
  }

  .tabs_content {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .tabs_content.is--unroll {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
  }

  .tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: grid;
  }

  .site-h3-3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tabs_image-small, .text-size-regular.tabsswitch_text {
    display: none;
  }

  .tabs_tab-bar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: none;
  }

  .tabs_tab-bar.is--unroll {
    display: none;
  }

  .main-content {
    border-radius: 0 0 2rem 2rem;
    padding-bottom: 0;
  }

  .card32 {
    padding: 1.5rem;
  }

  .card32.is--dark.is--square {
    border-radius: 1.5rem;
  }

  .card32.is--bento {
    aspect-ratio: auto;
    border-radius: 1.5rem;
  }

  .card32.is--about {
    padding-bottom: 8rem;
    padding-right: 2rem;
  }

  .card32.is--about.is--social {
    min-height: 80px;
  }

  .card32.is--darker {
    flex-flow: column;
  }

  .north {
    background-image: linear-gradient(to bottom, var(--gray-1-text), #3d4e60 11%, #3d4e60 79%, var(--gray-1-text) 102%);
  }

  .north-back {
    background-image: linear-gradient(#3d4e60, #3d4e6000 29% 66%, #3d4e60), url('../images/yamal2.jpg');
    top: 120vw;
  }

  .caps24 {
    font-size: 1.2rem;
  }

  .caps24.is--northcard {
    max-width: 30ch;
  }

  .north-corner {
    width: 6.9rem;
  }

  .spacer-huge {
    height: 8rem;
  }

  .north-yamal {
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .north-yamal.is--kiri {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bento {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-logo {
    width: 6rem;
  }

  .about-back {
    margin-bottom: -5rem;
    top: auto;
    bottom: 0;
  }

  .kirishi-back {
    aspect-ratio: 3 / 2;
    height: 25rem;
  }

  .spacer-kiri {
    height: 16.6rem;
  }

  .form-fields {
    flex-direction: column;
  }

  .footer {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .north-back-mobile {
    top: 125vw;
  }

  .hero-h1-mover {
    left: 1rem;
  }

  .energy-svg {
    width: 4rem;
  }

  .lang-wrapper {
    align-self: flex-end;
  }

  .dropdown-toggle-2 {
    background-color: var(--black);
    border-radius: 8px;
  }

  .footer_data {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .imgslider {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-arrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1rem;
    display: flex;
  }

  .slide {
    width: 50%;
  }

  .slider-arrow-icon {
    width: 1rem;
    font-size: 22px;
    display: flex;
  }

  .overlay {
    background-image: linear-gradient(90deg, #0000, #fff);
    position: absolute;
    inset: 0% 1rem;
  }

  .navbar-logo-center {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-wrapper-three {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo_wrapper {
    padding-left: 0;
  }

  .nav-menu-wrapper-three {
    display: flex;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-left: 8px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .video-subtitle {
    font-size: .9rem;
  }

  .control-button {
    width: 2rem;
    height: 2rem;
  }

  .control-button.hide-mobile-landscape {
    display: flex;
  }

  .div-block-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-volume-wrapper._1 {
    display: flex;
  }

  .video-controls-wrapper.player_1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: stretch;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .video-controls.player_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .container.is--north {
    margin-bottom: -2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.container-mail {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero.hero-main.is--social {
    background-position: 0 0, 69% 100%;
  }

  .display-2, .display-2.is--white.is--center {
    font-size: 1.4rem;
  }

  .display-3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .display-3.mainabout-text {
    font-size: 1.1rem;
  }

  .display-h4, .display-h4.is--white.is--center {
    font-size: .8rem;
    line-height: 1.5;
  }

  .display-h4.is--soicial-2 {
    font-size: .8rem;
  }

  .lt18 {
    font-weight: 400;
  }

  .lt16.is--bento {
    font-size: .8rem;
    line-height: 1.5;
  }

  .lt16.is--pdf {
    font-size: .8rem;
    line-height: 1.7;
  }

  .hero-h1.hero-header {
    font-size: 3.5rem;
  }

  .hero-h1.hero-header.is--social {
    font-size: 2.5rem;
  }

  .energy-wrapper {
    grid-row-gap: 2rem;
  }

  .energy-item {
    flex-direction: column;
    padding-right: 0;
  }

  .energy-icon {
    width: 3rem;
  }

  .spacer-medium.is--mobile {
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 0;
    font-size: .8rem;
  }

  .text-size-regular-caps {
    font-size: .75rem;
  }

  .dc_number-amount.text-size-display-m, .site-h3-2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .tabs_wrapper {
    margin-top: 1rem;
  }

  .site-h3-3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .card32 {
    border-radius: 1.5rem;
  }

  .card32.is--dark.is--square {
    aspect-ratio: 3 / 2;
    border-radius: 1rem;
  }

  .card32.is--dark.is--square.is--dark1, .card32.is--dark.is--square.is--dark2, .card32.is--dark.is--square.is--dark3 {
    aspect-ratio: auto;
  }

  .card32.is--bento {
    border-radius: 1rem;
    padding: 1rem;
  }

  .card32.is--about {
    padding-right: 1.5rem;
  }

  .card32.is--form {
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .cards-line.is--3 {
    grid-template-rows: 1fr 1fr 1fr;
  }

  .caps32 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .north {
    background-image: linear-gradient(to bottom, var(--gray-1-text), #3d4e60 11%, #3d4e60 79%, var(--gray-1-text) 102%);
  }

  .north-back {
    display: none;
    top: auto;
    bottom: 220vw;
  }

  .caps24 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .caps24.is--northcard {
    max-width: 20ch;
    font-size: 1rem;
    line-height: 1.5;
  }

  .north-corner {
    width: 6rem;
  }

  .spacer-huge {
    height: 6rem;
  }

  .spacer-huge.is--mobile {
    display: none;
  }

  .north-yamal {
    aspect-ratio: 2 / 3;
    background-image: linear-gradient(#3d4e60, #3d4e6000 20% 83%, #3d4e60), url('../images/yamal2.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    justify-content: flex-end;
    margin: -2rem -1rem 2rem;
    padding: 3rem 1rem 0;
    position: static;
    inset: 330vw 0% auto;
  }

  .north-yamal.is--kiri {
    aspect-ratio: 3 / 2;
    background-image: linear-gradient(to bottom, var(--gray-1-text), #3d4e6000 47%, #3d4e6000 47%, var(--gray-1-text)), url('../images/kirishi.jpg');
    background-position: 0 0, 50%;
    margin: 2rem 0 -1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 0;
  }

  .hero-logo {
    width: 5rem;
  }

  .about-back {
    width: 6rem;
    margin-bottom: -2rem;
  }

  .dc-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .dc-energy {
    width: 1.8rem;
  }

  .kirishi-back, .spacer-kiri {
    display: none;
  }

  .north-back-mobile {
    top: auto;
    bottom: 220vw;
  }

  .energy-svg {
    aspect-ratio: auto;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
  }

  .lang-wrapper {
    align-self: flex-start;
  }

  .dropdown-toggle-2 {
    background-color: var(--black);
    border-radius: 8px;
  }

  .social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .slide {
    width: 100%;
  }

  .navbar-logo-center {
    top: 0;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
    padding: 16px;
  }

  .nav-menu-block {
    padding-left: 0;
  }

  .list-item {
    display: flex;
  }

  .video-volume-embed {
    width: 64px;
  }

  .video-subtitle {
    font-size: .7rem;
  }

  .control-button {
    height: 2.5rem;
    padding: 0;
  }

  .video-title {
    font-size: .9rem;
  }

  .video-title-wrapper {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }
}

#w-node-_8097ede2-6d3a-5e5d-d27a-ff32f8ad1d77-7579cee0, #w-node-e311ecba-cda6-404f-d6cc-a61021c8de39-7579cee0, #w-node-_27765fc4-f366-f279-94b3-a6c1507c85be-7579cee0, #w-node-b10c2441-444a-f854-1c4c-cdb84e2e827e-b45f6be1, #w-node-efb0829d-450c-31ab-d8f5-1302944d475b-b45f6be1, #w-node-_76c76a7a-165a-e739-4de5-519b2bfdb05d-b45f6be1, #w-node-ac4180b4-aeb9-0c79-8fc9-82a7e875d25c-b45f6be1, #w-node-_8097ede2-6d3a-5e5d-d27a-ff32f8ad1d77-b45f6be1, #w-node-e311ecba-cda6-404f-d6cc-a61021c8de39-b45f6be1, #w-node-_27765fc4-f366-f279-94b3-a6c1507c85be-b45f6be1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9d14950e-e5d3-9de1-8f49-c20adf4922ca-b45f6be1, #w-node-bdab8c0f-2949-4b51-38ba-42fb98d140d5-b45f6be1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_522e46f1-1ce6-3f1d-6260-eb5e42e25768-b45f6be1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8097ede2-6d3a-5e5d-d27a-ff32f8ad1d77-311cc46b, #w-node-e311ecba-cda6-404f-d6cc-a61021c8de39-311cc46b, #w-node-_27765fc4-f366-f279-94b3-a6c1507c85be-311cc46b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


