.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;
  }
}

.main {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.main.art {
  height: 100vh;
}

.bg-main {
  width: 100%;
  height: 150vh;
  background-color: rgba(0, 0, 0, .03);
  position: relative;
}

.bg-main.page {
  height: auto;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navlink {
  color: #fff;
  margin-right: 30px;
  font-family: "Rst 55", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.container {
  margin-left: 100px;
  margin-right: 100px;
}

.cont {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav.foot {
  justify-content: center;
  position: static;
}

.h1 {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Rst 55", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
  position: static;
  top: 12%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h1.title {
  z-index: 1;
  max-width: 1144px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  position: absolute;
  top: 20%;
}

.swiper-slide {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.swiper-container-razdel {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 6vw;
  padding-left: 4vw;
  position: absolute;
  overflow: hidden;
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.anons-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.swiper-wrapper {
  z-index: 1;
  border-radius: 0;
  flex-flow: row;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.slider-main_button-icon {
  width: 20%;
  height: 30%;
  color: #fdfdfd;
  font-size: 10px;
}

.slider-main_button-icon.is-reversed {
  width: 20%;
  height: 30%;
  color: #fff;
  transform: rotate(-180deg);
}

.slider-main_button-icon.sl-main {
  color: #fff;
}

.slider-main_button {
  width: 7.5em;
  height: 3.25em;
  color: #c8dd5e;
  text-align: center;
  border: 2px solid #c8dd5e;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  background-color: #c8dd5e;
}

.slider-main_button.swiper-prev {
  z-index: 99;
  width: 4em;
  height: 4em;
  color: #252525;
  background-color: rgba(168, 168, 168, 0);
  border-width: 1px;
  border-color: #fff;
  transition-property: none;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.slider-main_button.swiper-prev.prev-in {
  border-color: #242424;
  position: static;
  top: 30%;
  left: 0%;
}

.slider-main_button.swiper-prev.sl-m {
  top: 23%;
  left: 10%;
}

.slider-main_button.swiper-next {
  z-index: 99;
  width: 4em;
  height: 4em;
  color: rgba(200, 221, 94, 0);
  background-color: rgba(200, 221, 94, 0);
  border-width: 1px;
  border-color: #fff;
  transition-property: none;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.slider-main_button.swiper-next.next-in {
  border-color: #242424;
  position: static;
  top: 30%;
  right: 0%;
}

.slider-main_button.swiper-next.sl-m {
  top: 23%;
  right: 10%;
}

.anons-desc {
  width: 974px;
  height: auto;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(250, 250, 250, 0);
  border: 3px rgba(191, 248, 237, 0);
  border-radius: 20px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 45px;
  font-family: "Rst 55", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  box-shadow: 0 8px 7px 1px rgba(0, 0, 0, .36), -2px 0 15px rgba(241, 78, 9, .32), 0 2px 3px 1px rgba(126, 239, 245, .99), 1px 0 1px 3px #fff;
}

.anons-desc.w--current {
  text-decoration: none;
}

.anons-desc.desc-in {
  width: auto;
  box-shadow: none;
  background-color: #ececec;
  margin-top: 0;
  margin-bottom: 0;
}

.anons-desc.desc-in.col {
  margin-bottom: 30px;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.member-link {
  width: auto;
  height: auto;
  color: #0f0f0f;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.h2 {
  color: #141414;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 500;
  line-height: 120%;
}

.anons-frame {
  z-index: -1;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.slider {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider.sl-in {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.slider.page {
  position: absolute;
  top: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.portal {
  width: 90px;
  height: 90px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 4px rgba(19, 236, 193, .21);
  border-radius: 20px;
}

.portal.p11 {
  border-style: none;
}

.portal.p22, .portal.p33, .portal.p44, .portal.p55 {
  transform: scale(1.2);
}

.portal-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: -1px -1px 5px rgba(255, 146, 36, .38), 1px 0 5px 1px rgba(251, 125, 255, .37), 0 2px 5px #fff, 0 0 0 4px rgba(109, 238, 212, .25);
}

.body {
  background-color: #001c42;
}

.body.portal-1-body {
  background-color: #173330;
}

.body.portal-2-body {
  background-color: #332501;
}

.body.portal-3 {
  background-color: #2e0215;
}

.body.portal-4-body {
  background-color: #091829;
}

.body.portal-5-body {
  background-color: #261238;
}

.sli-title {
  color: #303030;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.sli-title.ns-title {
  font-size: 27px;
}

.sli-text {
  color: #181818;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.sli-text.ns-text {
  line-height: 140%;
}

.sli-text.ns-text.c-text {
  padding-top: 20px;
  font-size: 14px;
}

.subtitle {
  z-index: 1;
  max-width: 1144px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: "Rst 55", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subtitle.hero {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  position: static;
  top: 22%;
}

.wrapper {
  max-width: 1144px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: block;
  position: static;
  overflow: hidden;
}

.star {
  z-index: -1;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: -60%;
  right: auto;
}

.bg-wrapper {
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.yellow {
  z-index: -2;
  width: 200px;
  height: 800px;
  filter: blur(110px);
  background-color: #ffc800;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.yellow.orange {
  background-color: #da5932;
  top: 60%;
  bottom: 0%;
  left: -10%;
  right: auto;
}

.r-img {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.r-img.c-image {
  padding-top: 0;
  padding-bottom: 0;
}

.r-img-text {
  width: 48%;
  color: #3d3d3d;
  align-self: center;
  margin-right: 0%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
}

.r-img-text.c-text {
  color: #424242;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.r-img-img {
  width: 48%;
}

.fw-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-dark {
  background-color: #f5f7fa;
  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 {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  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: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

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

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

.footer {
  background-color: #1c1c1e;
}

.grain {
  z-index: -1;
  filter: invert();
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  position: absolute;
}

.main-text {
  z-index: 4;
  max-width: 1000px;
  color: #fff;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: block;
  position: static;
  top: 26%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ex-link {
  color: #fff;
  text-decoration: underline;
}

.link {
  color: #fff;
}

.overlay-dark {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-dark.top {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(255, 255, 255, 0) 18%);
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6 {
  width: 150px;
}

.image-7, .image-8, .image-9, .image-10, .image-11 {
  width: 100px;
}

.main-container {
  z-index: 1;
  position: absolute;
  top: 14%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-layer, .burger, .menu-2 {
  display: none;
}

.close {
  position: absolute;
}

.card-details {
  margin-bottom: 0;
}

.card-details.before-image {
  margin-bottom: 20px;
}

.c-card-title {
  margin-bottom: 10px;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

.card-title {
  color: #001c42;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-card {
  width: 1000px;
  max-width: 1000px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.c-card._4 {
  background-image: url('../images/card-4.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._1 {
  background-image: url('../images/card-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._3 {
  background-image: url('../images/card-3.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._2 {
  background-image: url('../images/card-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._5 {
  background-image: url('../images/p5.png');
  background-position: 0 0;
  background-size: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.c-card._1-1 {
  background-image: url('../images/card-1-back.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
}

.c-card._1-2 {
  background-image: url('../images/card-1-2-back.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
}

.c-card._1-3 {
  background-image: url('../images/card-1-3-back.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-4 {
  background-image: url('../images/card-1-4-back.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-5 {
  background-image: url('../images/card-1-5-back.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-6 {
  background-image: url('../images/card-1-6-back.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-7 {
  background-image: url('../images/card-1-7-back.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-8 {
  background-image: url('../images/card-1-8-back.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-9 {
  background-image: url('../images/card-1-9-back.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-10 {
  background-image: url('../images/card-1-10-back.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-11 {
  background-image: url('../images/card-1-11-back.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-12 {
  background-image: url('../images/card-1-12-back.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.c-card._1-13 {
  background-image: url('../images/card-1-13-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._1-14 {
  background-image: url('../images/card-1-14-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._1-15 {
  background-image: url('../images/card-1-15-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-1 {
  background-image: url('../images/card-2-1-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-2 {
  background-image: url('../images/card-2-2-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-3 {
  background-image: url('../images/card-2-3-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-4 {
  background-image: url('../images/card-2-4-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-5 {
  background-image: url('../images/card-2-5-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-6 {
  background-image: url('../images/card-2-6-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-8 {
  background-image: url('../images/card-2-8-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._2-7 {
  background-image: url('../images/card-2-7-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-1 {
  background-image: url('../images/card-3-1-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-2 {
  background-image: url('../images/card-3-2-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-3 {
  background-image: url('../images/card-3-3-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-4 {
  background-image: url('../images/card-3-4-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-5 {
  background-image: url('../images/card-3-5-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-6 {
  background-image: url('../images/card-3-6-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-7 {
  background-image: url('../images/card-3-7-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-8 {
  background-image: url('../images/card-3-8-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-9 {
  background-image: url('../images/card-3-9-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-10 {
  background-image: url('../images/card-3-10-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-11 {
  background-image: url('../images/card-3-11-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-12 {
  background-image: url('../images/card-3-12-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-13 {
  background-image: url('../images/card-3-13-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-14 {
  background-image: url('../images/card-3-14-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-15 {
  background-image: url('../images/card-3-15-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-16 {
  background-image: url('../images/card-3-16-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-17 {
  background-image: url('../images/card-3-17-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._3-18 {
  background-image: url('../images/card-3-18-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-1 {
  background-image: url('../images/card-4-1-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-2 {
  background-image: url('../images/card-4-2-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-3 {
  background-image: url('../images/card-4-3-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-4 {
  background-image: url('../images/card-4-4-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-5 {
  background-image: url('../images/card-4-5-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-6 {
  background-image: url('../images/card-4-6-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-7 {
  background-image: url('../images/card-4-7-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-8 {
  background-image: url('../images/card-4-8-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-9 {
  background-image: url('../images/card-4-9-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-10 {
  background-image: url('../images/card-4-10-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._4-11 {
  background-image: url('../images/card-4-11-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._5-1 {
  background-image: url('../images/card-5-1-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._5-2 {
  background-image: url('../images/card-5-2-back.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.c-card._5-3 {
  background-image: url('../images/card-5-3-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._5-4 {
  background-image: url('../images/card-5-4-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.c-card._5-5 {
  background-image: url('../images/card-5-5-back.jpg');
  background-position: 0 0;
  background-size: auto;
}

.overflow {
  margin-bottom: 20px;
}

.c-card-content-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #bbb;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
}

._w-card {
  height: 600px;
  max-height: 600px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px rgba(19, 19, 19, .5);
}

._w-card.card-1-1 {
  opacity: 1;
  background-image: url('../images/card-1-1-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-2 {
  background-image: url('../images/card-1-2-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-3 {
  background-image: url('../images/card-1-3-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-4 {
  background-image: url('../images/card-1-4-front.jpg'), url('../images/card-1-3-front.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

._w-card.card-1-5 {
  background-image: url('../images/card-1-5-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-6 {
  background-image: url('../images/card-1-6-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-7 {
  background-image: url('../images/card-1-7-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-8 {
  background-image: url('../images/card-1-8-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-9 {
  background-image: url('../images/card-1-9-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-10 {
  background-image: url('../images/card-1-10-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-11 {
  background-image: url('../images/card-1-11-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-12 {
  background-image: url('../images/card-1-12-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-13 {
  background-image: url('../images/card-1-13-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-14 {
  background-image: url('../images/card-1-14-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-15 {
  background-image: url('../images/card-1-15-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-1 {
  background-image: url('../images/card-2-1-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-2 {
  background-image: url('../images/card-2-2-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-3 {
  background-image: url('../images/card-2-3-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-4 {
  background-image: url('../images/card-2-4-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-5 {
  background-image: url('../images/card-2-5-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-6 {
  background-image: url('../images/card-2-6-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-7 {
  background-image: url('../images/card-2-7-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-2-8 {
  background-image: url('../images/card-2-8-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-1 {
  background-image: url('../images/card-3-1-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-2 {
  background-image: url('../images/card-3-2-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-3 {
  background-image: url('../images/card-3-3-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-4 {
  background-image: url('../images/card-3-4-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-5 {
  background-image: url('../images/card-3-5-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-6 {
  background-image: url('../images/card-3-6-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-7 {
  background-image: url('../images/card-3-7-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-8 {
  background-image: url('../images/card-3-8-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-9 {
  background-image: url('../images/card-3-9-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-10 {
  background-image: url('../images/card-3-10-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-11 {
  background-image: url('../images/card-3-11-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-12 {
  background-image: url('../images/card-3-12-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-13 {
  background-image: url('../images/card-3-13-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-14 {
  background-image: url('../images/card-3-14-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-15 {
  background-image: url('../images/card-3-15-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-16 {
  background-image: url('../images/card-3-16-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-1-17 {
  background-image: url('../images/card-3-17-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-3-18 {
  background-image: url('../images/card-3-18-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-1 {
  background-image: url('../images/card-4-1-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-2 {
  background-image: url('../images/card-4-2-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-3 {
  background-image: url('../images/card-4-3-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-4 {
  background-image: url('../images/card-4-4-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-5 {
  background-image: url('../images/card-4-5-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-6 {
  background-image: url('../images/card-4-6-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-7 {
  background-image: url('../images/card-4-7-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-8 {
  background-image: url('../images/card-4-8-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-9 {
  background-image: url('../images/card-4-9-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-10 {
  background-image: url('../images/card-4-10-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-4-11 {
  background-image: url('../images/card-4-11-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-5-1 {
  background-image: url('../images/card-5-1-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-5-2 {
  background-image: url('../images/card-5-2-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-5-3 {
  background-image: url('../images/card-5-3-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-5-4 {
  background-image: url('../images/card-5-4-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

._w-card.card-5-5 {
  background-image: url('../images/card-5-5-front.jpg');
  background-position: 0 0;
  background-size: auto;
}

.card-bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(28, 31, 95, 0);
  background-image: url('../images/card-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-bg.card-2 {
  display: block;
}

.div-block {
  background-color: #2d3ba0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tie {
  background-color: #b63131;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.horizontal {
  height: 100%;
  overflow: hidden;
}

.wrap-c {
  width: 2000vh;
  padding: 40px 20px;
  display: flex;
  overflow: visible;
}

.c-1 {
  width: 1000px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
}

.vrez {
  border-left: 6px solid #912d3c;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
}

.vrez-txt {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.card-inner-image {
  margin-left: auto;
  margin-right: auto;
}

.card-img-container {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.image-12 {
  align-self: auto;
}

.quote-wrapper {
  margin-bottom: 10px;
}

.quote-body {
  margin-bottom: 10px;
  display: flex;
}

.image-13 {
  max-width: 402px;
  padding-left: 140px;
}

.text-block-2 {
  padding-left: 150px;
  padding-right: 220px;
}

.before-image {
  margin-bottom: 20px;
}

.sl-h {
  padding-bottom: 16px;
  font-size: 24px;
}

.sl-p {
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.top {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.top-arrow {
  width: 40%;
}

.anch {
  opacity: 1;
}

.zoom-in, .zoom-out {
  text-align: center;
}

.text-block-3 {
  color: #d6cbcb;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 1920px) {
  .main {
    background-image: none;
  }

  .h1 {
    top: 14%;
  }

  .h1.title {
    top: 25%;
  }

  .slider-main_button.swiper-prev {
    top: 20%;
    left: 20%;
  }

  .slider-main_button.swiper-next {
    top: 20%;
    right: 20%;
  }

  .anons-desc {
    border-width: 5px;
    border-color: rgba(193, 255, 243, .34);
    margin-bottom: 42px;
  }

  .slider {
    bottom: 2%;
  }

  .slider.sl-in {
    margin-top: 20px;
  }

  .blocks {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .portal {
    width: 90px;
    height: 90px;
    border-radius: 20px;
  }

  .subtitle {
    top: 55%;
  }

  .wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .fw-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .top {
    position: static;
  }

  .anch {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 5%;
  }
}

@media screen and (max-width: 991px) {
  .swiper-slide {
    padding-left: 2%;
    padding-right: 2%;
  }

  .slider-main_button.swiper-prev, .slider-main_button.swiper-next {
    position: static;
  }

  .anons-desc {
    width: auto;
    text-align: center;
  }

  .slider-main_top-wrapper {
    padding-left: 2%;
  }

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

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

  .c-card._2-1 {
    width: auto;
  }

  .bold-text-3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .slider-main_button-wrapper {
    display: none;
  }

  .h2 {
    font-size: 9vw;
  }

  .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: rgba(26, 27, 31, .75);
  }

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

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

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

@media screen and (max-width: 479px) {
  .main {
    height: auto;
    background-color: #031433;
    background-image: none;
    padding-left: 0;
    overflow: visible;
  }

  .main.inner {
    height: auto;
  }

  .bg-main {
    height: 100vh;
    display: none;
  }

  .bg-main.page {
    display: none;
    position: static;
  }

  .nav {
    justify-content: space-between;
    padding-left: 0%;
    padding-right: 10px;
    position: static;
  }

  .menu {
    display: none;
  }

  .h1 {
    font-size: 28px;
    top: 6%;
  }

  .h1.title {
    text-align: left;
    padding-left: 10px;
    font-size: 24px;
    line-height: 110%;
    position: static;
    top: 17%;
  }

  .swiper-slide {
    flex-direction: column;
  }

  .swiper-container-razdel {
    padding-bottom: 20vw;
  }

  .slider-main_button-wrapper {
    display: flex;
    position: static;
  }

  .slider-main_button.swiper-prev, .slider-main_button.swiper-prev.sl-m, .slider-main_button.swiper-next, .slider-main_button.swiper-next.sl-m {
    position: static;
  }

  .anons-desc {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
  }

  .anons-desc.desc-in {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-main_top-wrapper {
    padding-bottom: 6vw;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 12vw;
  }

  .anons-frame {
    display: none;
  }

  .slider {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 10px 20px;
    position: static;
    bottom: 3%;
    overflow: hidden;
  }

  .slider.page {
    padding-top: 30px;
    position: static;
    bottom: 0%;
  }

  .blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: center;
  }

  .portal.p11 {
    width: 30px;
    height: 30px;
    transform: none;
  }

  .portal.p12, .portal.p13, .portal.p14, .portal.p15 {
    width: 30px;
    height: 30px;
  }

  .sli-title {
    font-size: 24px;
  }

  .sli-title.ns-title {
    font-size: 22px;
  }

  .sli-text {
    font-size: 18px;
    line-height: 120%;
  }

  .sli-text.ns-text {
    font-size: 16px;
  }

  .subtitle {
    text-align: left;
    text-transform: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    position: static;
    top: 60%;
  }

  .subtitle.hero {
    text-align: center;
    top: 10%;
  }

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

  .r-img {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .r-img-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .r-img-img {
    width: 100%;
  }

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

  .main-text {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    top: 15%;
  }

  .overlay-dark {
    display: none;
  }

  .image, .image-2, .image-4, .image-5, .image-6 {
    width: 100px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 100%;
  }

  .main-container {
    margin-top: 40px;
    position: static;
    top: 14%;
  }

  .brand {
    width: 100px;
    padding-left: 0;
  }

  .text-container {
    text-align: left;
    position: relative;
  }

  .blue-layer {
    z-index: 2;
    height: 100px;
    background-image: linear-gradient(rgba(4, 13, 36, 0), #031433 65%);
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .burger {
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: static;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .b-line {
    width: 34px;
    height: 3px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .b-line.wh {
    background-color: #fff;
  }

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

  .menu-2 {
    z-index: 100;
    width: 100%;
    height: 100vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #010e1a;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-link {
    color: #f7f7f7;
    font-size: 18px;
    text-decoration: none;
  }

  .close-icon {
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .close {
    width: 20px;
    height: 3px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .close.l {
    width: 30px;
    transform: translate(0)rotate(45deg);
  }

  .close.r {
    width: 30px;
    transform: rotate(-45deg);
  }

  .brand-3, .brand-4, .brand-5, .brand-6 {
    padding-left: 0;
  }

  .card-details {
    text-align: left;
    font-size: .9em;
    line-height: 1.2em;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card {
    max-width: 100%;
    position: static;
  }

  .c-card._4 {
    position: static;
    top: 200px;
  }

  .c-card._1 {
    position: static;
  }

  .c-card._3 {
    position: static;
    top: 140px;
  }

  .c-card._2 {
    position: static;
    top: 80px;
  }

  .c-card._5 {
    position: static;
    top: 260px;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

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

  .vrez-txt {
    text-align: left;
  }

  .quote-body {
    margin-bottom: 0;
  }

  .image-13.quotes-img {
    display: none;
  }

  .text-block-2.quote-podpis {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-2 {
    text-align: left;
  }
}


@font-face {
  font-family: 'Rst 55';
  src: url('../fonts/RST55.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rst 55';
  src: url('../fonts/RST75.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rst 55';
  src: url('../fonts/RST45.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}