.hero-heading-center {
  width: 100%;
  min-height: 700px;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/bg-luk.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 40px 30px 80px;
  display: flex;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
  font-family: Prosto One, sans-serif;
  font-size: 52px;
  font-weight: 400;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header.top {
  width: 1200px;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  margin-bottom: 40px;
}

.nav.page {
  margin-bottom: 0;
}

.image {
  width: 70px;
  margin-bottom: 30px;
}

.image.in {
  margin-bottom: 0;
  margin-right: 40px;
  padding-right: 0;
}

.navlink {
  color: #fff;
  padding-right: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.navlink.bl {
  color: #272727;
  margin-right: 40px;
  padding-right: 0;
}

.navlink.bl:visited {
  border-bottom: 2px solid #ce2441;
}

.navlink.bl.w--current {
  border: 2px #000;
  border-bottom: 3px solid #ce2441;
}

.line {
  z-index: -2;
  width: 90%;
  height: 1800px;
  max-height: 1800px;
  max-width: 150%;
  margin-top: -200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h-line {
  width: 6px;
  height: 160px;
  background-color: #ce2341;
  margin-right: 16px;
}

.title {
  font-family: Prosto One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}

.title-wr {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.wrapper {
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.text-block {
  font-size: 16px;
  line-height: 140%;
}

.text-block-2 {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 140%;
}

.thumb {
  opacity: 1;
  display: flex;
}

.thumb.marg {
  margin-right: 0;
}

._3-raw {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

._3-raw.bot {
  justify-content: space-around;
  margin-bottom: 248px;
}

.image-2 {
  width: 260px;
  margin-bottom: 20px;
}

.desc {
  font-family: Prosto One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  color: #020202;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._2-raw {
  justify-content: center;
  display: flex;
}

.body {
  background-color: #fbfbfb;
}

.red-line {
  width: 130%;
  max-width: 150%;
  position: absolute;
}

.bg {
  width: 100%;
  max-width: 1800px;
  position: relative;
  overflow: visible;
}

.dra-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8vw;
  padding-right: 8vw;
}

.footer {
  width: 100%;
  height: 110px;
  background-color: #1a1919;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  width: 300px;
}

.text-p {
  margin-bottom: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 140%;
}

.text-p.right {
  padding-left: 40px;
}

.quote {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.quote.volve {
  background-color: #ce2441;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.q-img {
  width: auto;
  margin-bottom: 14px;
}

.q-text {
  width: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.person {
  width: 45%;
}

.q-text-wrap {
  width: 55%;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.q-text-wrap.full {
  width: 100%;
  padding: 40px 300px;
}

.quote-line {
  width: 10px;
  height: 140px;
  background-color: #ce2341;
  margin-right: 12px;
  padding-right: 6px;
}

.quote-line.pam {
  height: 200px;
}

.quote-line.l-volve {
  background-color: #e9e9e9;
}

.number-block {
  background-color: #ce2341;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px;
  display: flex;
}

.n-text {
  width: 450px;
  color: #f7f7f7;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.n-text.full {
  width: auto;
  color: #fcfcfc;
  font-size: 22px;
}

.p-wrap {
  align-items: center;
  display: flex;
}

.burger, .menu {
  display: none;
}

.close {
  position: absolute;
}

.close.l.bl {
  width: 20px;
  height: 3px;
  background-color: #000;
  transform: translate(0);
}

.close.r.bl {
  width: 20px;
  height: 3px;
  transform: rotate(-45deg);
}

.swiper-slide {
  width: 55%;
  height: 35%;
  max-width: none;
  border-radius: 0;
  flex: none;
  position: relative;
  overflow: visible;
}

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

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

.swiper-wrapper {
  border-radius: 0;
  padding-left: 0;
  display: flex;
}

.slider-main_button-icon {
  width: 20%;
  height: 30%;
  color: #252525;
}

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

.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 {
  width: 4em;
  height: 4em;
  color: #252525;
  background-color: rgba(168, 168, 168, 0);
  border-width: 1px;
  border-color: #252525;
  transition-property: none;
}

.slider-main_button.swiper-next {
  width: 4em;
  height: 4em;
  color: rgba(200, 221, 94, 0);
  background-color: rgba(200, 221, 94, 0);
  border-width: 1px;
  border-color: #252525;
  transition-property: none;
}

.slider-main_button.swiper-prev {
  width: 4em;
  height: 4em;
  color: #252525;
  background-color: rgba(168, 168, 168, 0);
  border-width: 1px;
  border-color: #0e0e0e;
  transition-property: none;
}

.slider-main_button.swiper-next {
  width: 4em;
  height: 4em;
  color: rgba(200, 221, 94, 0);
  background-color: rgba(200, 221, 94, 0);
  border-width: 1px;
  border-color: #0f0f0f;
  transition-property: none;
}

.slider-main_button.swiper-prev {
  width: 4em;
  height: 4em;
  color: #252525;
  background-color: rgba(168, 168, 168, 0);
  border-width: 1px;
  border-color: #fff;
  transition-property: none;
}

.slider-main_button.swiper-next {
  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;
}

.slider-main_button.swiper-prev {
  width: 4em;
  height: 4em;
  color: #252525;
  background-color: rgba(168, 168, 168, 0);
  border-width: 1px;
  border-color: #fff;
  transition-property: none;
}

.anons-desc {
  height: auto;
  padding-top: 2vw;
  font-size: 2vw;
  line-height: 140%;
}

.video-embed {
  border-radius: 20px;
}

.video-embed.video-anons {
  padding-bottom: 0;
}

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

.swiper-container {
  opacity: 1;
  padding-top: 5vw;
  padding-bottom: 6vw;
  padding-left: 4vw;
  overflow: hidden;
}

.member-link {
  width: auto;
  color: #0f0f0f;
  text-decoration: none;
}

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

.check {
  position: absolute;
}

.card-title-2 {
  text-transform: uppercase;
  padding-top: 2vw;
  padding-left: 2vw;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 140%;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h2-2 {
  max-width: 26vw;
  color: #161616;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.h2-2.small {
  max-width: 320px;
  opacity: .6;
  font-size: 1vw;
}

.blur {
  z-index: -1;
  filter: blur(8px);
  background-image: url('../images/bg.jpeg');
  background-position: 0 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-main_button-icon-2 {
  width: 20%;
  height: 30%;
  color: #131313;
}

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

.card-number {
  opacity: .1;
  color: #899bb6;
  font-size: 350px;
  line-height: 60%;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 200px;
  right: 0;
}

.swiping {
  z-index: 3;
  opacity: 1;
  margin-top: 0;
  margin-left: -4px;
  padding-top: 2vw;
  padding-bottom: 6vw;
  padding-left: 0;
  overflow: hidden;
}

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

.slide {
  width: auto;
  height: auto;
  max-width: none;
  border-radius: 0;
  flex: none;
  position: relative;
  overflow: visible;
}

.slide.vid {
  width: 350px;
  height: auto;
  width: 350px;
  height: 350px;
  position: relative;
}

.button-add {
  width: 200px;
  height: 60px;
  color: #242424;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.h2-3 {
  max-width: 26vw;
  color: #fafafa;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 140%;
}

.h2-3.small {
  max-width: 320px;
  opacity: .6;
  font-size: 1vw;
}

.slider-main_button-icon-3 {
  width: 20%;
  height: 30%;
  color: #fff;
}

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

.swiper-container-2 {
  z-index: 3;
  opacity: 1;
  margin-top: -49vw;
  margin-left: -4px;
  padding-top: 2vw;
  padding-bottom: 10vw;
  padding-left: 4vw;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

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

.swiper-slide-2 {
  width: auto;
  height: auto;
  max-width: none;
  border-radius: 0;
  flex: none;
  position: relative;
  overflow: visible;
}

.swiper-slide-2.vid {
  width: 350px;
  height: 350px;
}

.swiper-container-3 {
  z-index: 3;
  opacity: 1;
  margin-top: 0;
  margin-left: -4px;
  padding-top: 2vw;
  padding-bottom: 10vw;
  padding-left: 4vw;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: auto;
  background-color: #131313;
  padding-top: 0;
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.mask {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide-2 {
  width: 100%;
  text-align: center;
  cursor: grab;
}

.img {
  display: inline-block;
}

.left-arrow {
  width: 25%;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

.right-arrow {
  width: 25%;
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0));
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
}

.image-4 {
  width: 100%;
  height: 280px;
  max-height: 280px;
  max-width: none;
  min-width: 100%;
}

.image-4.small {
  max-height: 250px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.map {
  text-align: center;
  background-color: #2c2c2c;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.map-wrapper {
  width: 1200px;
  max-width: 1200px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.point {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #ce2441;
  border-radius: 100px;
  position: absolute;
}

.point.stv {
  top: 325px;
  left: 212px;
}

.point.krd {
  top: 195px;
  right: 772px;
}

.point.nizhniy {
  top: 236px;
  right: 883px;
}

.point.tatar {
  top: 269px;
  right: 855px;
}

.point.nao {
  top: 166px;
  right: 738px;
}

.point.kalin {
  top: 144px;
  right: 993px;
}

.point.perm {
  top: 277px;
  right: 819px;
}

.point.bashkartastan {
  top: 301px;
  right: 833px;
}

.point.udmur {
  top: 257px;
  right: 831px;
}

.point.atrakhan {
  top: 333px;
  right: 928px;
}

.point.kalmikiya {
  top: 317px;
  right: 946px;
}

.point.samara {
  top: 288px;
  right: 873px;
}

.point.volgograd {
  top: 290px;
  right: 929px;
}

.point.hmao {
  top: 260px;
  right: 721px;
}

.point.yamal {
  top: 228px;
  right: 678px;
}

.point.tumen {
  top: 302px;
  right: 748px;
}

.point.yaroslavl {
  top: 206px;
  right: 891px;
}

.point.vologda {
  top: 186px;
  right: 874px;
}

.point.vladimir {
  top: 226px;
  right: 905px;
}

.point.mordoviya {
  top: 257px;
  right: 897px;
}

.point.chuvashiya {
  top: 258px;
  right: 875px;
}

.point.mariy-el {
  top: 246px;
  right: 857px;
}

.point.kalmikiya-pls {
  top: 320px;
  right: 946px;
}

.image-5 {
  height: 500px;
  max-width: 1200%;
}

.overlay {
  z-index: -1;
  width: 100%;
  height: 1800px;
  background-color: #fbfbfb;
  position: absolute;
}

.pop {
  z-index: 4;
  width: 400px;
  height: 200px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 30px 30px;
  display: flex;
  position: absolute;
  top: 30%;
}

.pop.permskiy {
  height: 180px;
  display: none;
}

.pop.volg, .pop.ast, .pop.kalm, .pop.kom, .pop.nizhe, .pop.kal, .pop.sam, .pop.tatar, .pop.tatarstan, .pop.stav, .pop.sibir, .pop.yar, .pop.kalmik, .pop.kalmi, .pop.kalmikiya-p {
  display: none;
}

.pop-heaer {
  color: #ce2541;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.pop-text {
  font-size: 16px;
}

.pop-wrap {
  position: relative;
}

.close-pop {
  width: 20px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: auto;
  right: -10px;
}

.cl-pop-l {
  width: 20px;
  height: 3px;
  background-color: #000;
  transform: rotate(45deg);
}

.cl-pop-r {
  width: 20px;
  height: 3px;
  background-color: #000;
  transform: translate(0, -3px)rotate(-45deg);
}

.div-block {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .64);
  display: none;
  position: absolute;
}

.q-volve {
  color: #fff;
}

.bold-text {
  color: #f0e8e9;
}

@media screen and (min-width: 1920px) {
  .header.top {
    margin-left: auto;
    margin-right: auto;
  }

  .card-title-2 {
    padding-left: 1.5vw;
    font-size: 18px;
  }

  .h2-2.small {
    max-width: 400px;
    font-size: 1vw;
  }

  .blur {
    border-radius: 0;
  }

  .card-number {
    right: 3vw;
  }

  .swiping {
    margin-top: -42vw;
  }

  .button-add {
    width: 200px;
    height: 60px;
    color: #2b2b2b;
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .h2-3.small {
    max-width: 400px;
    font-size: 1vw;
  }

  .swiper-container-2, .swiper-container-3 {
    margin-top: -42vw;
  }

  .map {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .map-wrapper {
    width: 1200px;
    align-items: center;
  }

  .point.stv {
    left: 248px;
  }

  .point.krd {
    top: 196px;
    right: 781px;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .swiper-container, .swiping, .swiper-container-2, .swiper-container-3 {
    opacity: 1;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .slider-main_button-wrapper {
    display: none;
  }

  .h2 {
    font-size: 9vw;
  }

  .h2-2 {
    max-width: 100%;
    font-size: 4vw;
  }

  .h2-2.small {
    font-size: 3vw;
  }

  .slider-main_top-wrapper-2 {
    flex-direction: column;
    padding-bottom: 6vw;
  }

  .h2-3 {
    max-width: 100%;
    font-size: 4vw;
  }

  .h2-3.small {
    font-size: 3vw;
  }

  .slider-main_top-wrapper-2 {
    flex-direction: column;
    padding-bottom: 6vw;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-center {
    min-height: auto;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 36px;
  }

  .header.top {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .nav {
    display: none;
  }

  .image.in {
    margin-right: 0;
  }

  .h-line {
    height: 100px;
    padding-right: 6px;
  }

  .title {
    font-size: 24px;
  }

  .wrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .thumb {
    margin-bottom: 60px;
  }

  ._3-raw {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }

  ._3-raw.bot {
    margin-bottom: 60px;
  }

  .bg {
    display: none;
  }

  .text-p {
    padding-right: 0;
  }

  .text-p.right {
    padding-left: 0;
  }

  .quote {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .quote.volve {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .person {
    width: 100%;
  }

  .q-name {
    margin-bottom: 20px;
  }

  .q-text-wrap {
    width: 100%;
    align-items: stretch;
    padding-left: 0;
  }

  .q-text-wrap.full {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-line, .quote-line.pam, .quote-line.pam.harm, .quote-line.pam.harm-1 {
    height: auto;
  }

  .number-block {
    padding: 30px;
  }

  .n-text {
    width: auto;
    font-size: 18px;
  }

  .n-text.full {
    font-size: 16px;
  }

  .p-wrap {
    flex-direction: column;
  }

  .italic-text {
    font-size: 16px;
    line-height: 110%;
  }

  .burger {
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: absolute;
    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;
  }

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

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

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

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

  .slider-main_button-wrapper {
    display: none;
  }

  .anons-desc {
    font-size: 5vw;
  }

  .video-embed {
    width: auto;
    height: auto;
    border-radius: 10px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

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

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

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

  .anons-frame {
    display: none;
  }

  .card-title-2 {
    padding-top: 6vw;
    padding-left: 6vw;
    font-size: 14px;
  }

  .h2-2 {
    max-width: 90vw;
    color: #fafafa;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .h2-2.small {
    font-size: 3vw;
  }

  .blur {
    filter: blur(3px);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 0;
  }

  .card-number {
    font-size: 200px;
  }

  .swiping {
    margin-top: 0;
    padding-bottom: 20vw;
  }

  .slider-main_top-wrapper-2 {
    flex-direction: column;
    padding-bottom: 6vw;
  }

  .h2-3 {
    max-width: 90vw;
    color: #fafafa;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .h2-3.small {
    font-size: 3vw;
  }

  .swiper-container-2 {
    margin-top: 0;
    padding-bottom: 20vw;
  }

  .slider-main_top-wrapper-2 {
    flex-direction: column;
    padding-bottom: 6vw;
  }

  .swiper-container-3 {
    margin-top: 0;
    padding-bottom: 20vw;
  }

  .image-4 {
    height: 220px;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .map {
    display: none;
  }
}

#w-node-c95a4e3a-0600-69c2-0339-1bed3d0449d9-1243aa2e {
  align-self: center;
  justify-self: center;
}

#w-node-c95a4e3a-0600-69c2-0339-1bed3d0449db-1243aa2e, #w-node-c95a4e3a-0600-69c2-0339-1bed3d0449dd-1243aa2e, #w-node-c95a4e3a-0600-69c2-0339-1bed3d0449df-1243aa2e, #w-node-c95a4e3a-0600-69c2-0339-1bed3d0449e1-1243aa2e {
  justify-self: center;
}

#w-node-_6192b807-5eae-b843-3100-1dc49791b176-1243aa2f {
  align-self: center;
  justify-self: center;
}

#w-node-_6192b807-5eae-b843-3100-1dc49791b178-1243aa2f, #w-node-_6192b807-5eae-b843-3100-1dc49791b17a-1243aa2f {
  justify-self: center;
}

#w-node-_4fa15aaa-0677-37b4-a98d-e1abece1732a-1243aa30 {
  align-self: center;
  justify-self: center;
}

#w-node-_4fa15aaa-0677-37b4-a98d-e1abece1732c-1243aa30, #w-node-_4fa15aaa-0677-37b4-a98d-e1abece1732e-1243aa30, #w-node-_4fa15aaa-0677-37b4-a98d-e1abece17330-1243aa30, #w-node-_4fa15aaa-0677-37b4-a98d-e1abece17332-1243aa30, #w-node-_69aa99dd-2a60-6555-1194-efe2c4565d73-1243aa30, #w-node-_69aa99dd-2a60-6555-1194-efe2c4565d75-1243aa30, #w-node-_69aa99dd-2a60-6555-1194-efe2c4565d77-1243aa30 {
  justify-self: center;
}

#w-node-_15a78187-ac4e-e2e3-8eab-ede040260d18-1243aa34 {
  align-self: center;
  justify-self: center;
}

#w-node-_15a78187-ac4e-e2e3-8eab-ede040260d1a-1243aa34, #w-node-_15a78187-ac4e-e2e3-8eab-ede040260d1c-1243aa34, #w-node-_15a78187-ac4e-e2e3-8eab-ede040260d1e-1243aa34, #w-node-_15a78187-ac4e-e2e3-8eab-ede040260d20-1243aa34 {
  justify-self: center;
}


