.wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.title {
  z-index: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 190px;
  font-weight: 600;
  line-height: 190px;
  position: absolute;
  top: 145px;
}

.header {
  z-index: 2;
  min-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.logo {
  width: 160px;
}

.btn {
  width: 210px;
  height: 50px;
  cursor: pointer;
  background-color: #fdd544;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.mob {
  display: none;
}

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

.bg-img {
  z-index: -3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.girl {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: auto;
  height: 150px;
  max-width: none;
  background-image: url('../images/anons-two.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.menu-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 40px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  text-transform: uppercase;
}

.btn-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 190px;
  font-weight: 600;
  line-height: 190px;
}

.subtitle {
  z-index: 2;
  color: #2e2e2e;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Mostly bright, sans-serif;
  font-size: 6vw;
  line-height: 80%;
  position: static;
  top: 400px;
  bottom: 0%;
  left: auto;
  right: auto;
}

.text-block-3 {
  max-width: 690px;
}

.intro {
  max-width: 690px;
  text-align: center;
  margin: 90px auto 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.body {
  cursor: auto;
  background-color: #f4f4f4;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
}

.about {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.circle {
  width: 400px;
  margin-right: 70px;
}

.about-text {
  max-width: 535px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.icons {
  justify-content: space-around;
  display: flex;
}

.about-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.icon {
  min-width: 133px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-img {
  width: 40px;
  margin-bottom: 8px;
}

.icon-desc {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

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

.h2.culture {
  margin-bottom: 6vw;
}

.h2.swiper {
  padding-top: 0;
  padding-left: 0;
}

.program {
  max-width: 1080px;
  background-color: rgba(255, 255, 255, .85);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.program._2 {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}

.program-img {
  max-width: 350px;
  margin-left: 60px;
}

.program-img._2 {
  margin-left: 0;
  margin-right: 60px;
}

.program-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.time {
  background-color: #eee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 8px 30px;
  display: flex;
}

.price {
  background-color: #eee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 8px 30px;
  display: flex;
}

.program-bottom {
  min-width: 535px;
  border-radius: 0;
  justify-content: space-around;
  display: flex;
}

.time-icon, .price-icon {
  width: 20px;
}

.time-text {
  font-weight: 400;
}

.program-icon-text {
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.form-title {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.form-text {
  color: rgba(255, 255, 255, .69);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-description {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-field {
  max-width: 325px;
  color: #fff;
  background-color: #fff;
  border: 1px #000;
  border-bottom-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-field-2 {
  max-width: 325px;
  color: #fff;
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px #000;
  border-right: 1px rgba(255, 255, 255, .8);
  border-radius: 5px;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
}

.form-2 {
  justify-content: center;
  align-items: baseline;
  margin-bottom: 40px;
  display: flex;
}

.form-block {
  background-image: url('../images/form-bg.jpeg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding: 40px;
}

.btn {
  color: #0f0f0f;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.footer {
  color: #000;
  background-color: rgba(5, 7, 37, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 3vw;
  display: flex;
}

.div-block {
  width: 1190px;
  height: auto;
  min-width: 0;
  justify-content: space-between;
  display: flex;
}

.footer-wrapper {
  height: 100px;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 100px;
}

.text-block-4 {
  color: rgba(255, 255, 255, .6);
  margin-left: 90px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-5 {
  color: rgba(255, 255, 255, .6);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.slide {
  background-color: #eef1f3;
  padding-top: 16px;
  padding-left: 100px;
  padding-right: 100px;
}

.slide-inner {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.slide-img {
  width: 380px;
  height: 240px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.mask {
  background-color: #e0e0e0;
  padding-top: 0;
}

.slide-nav {
  background-color: rgba(0, 0, 0, 0);
}

.icon-2, .icon-3 {
  top: -40px;
}

.slider {
  max-width: 1280px;
  background-color: #eef1f3;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.slider.mobile {
  display: none;
}

.link {
  color: rgba(255, 255, 255, .6);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.mobile-menu {
  height: 100vh;
  display: none;
}

.image-3 {
  width: 90px;
  height: 80px;
  background-color: #110d0b;
}

.burger {
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.burger-line {
  width: 28px;
  height: 1px;
  background-color: #0c0c0c;
  margin-bottom: 10px;
}

.burger-line.last {
  margin-bottom: 0;
}

.link-2 {
  color: #070707;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.bg-mob {
  display: none;
}

.link-3 {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}

.frame-1 {
  height: 852px;
  grid-column-gap: 149px;
  grid-row-gap: 149px;
  background-color: #2e2e2e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-4 {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.text {
  color: #fafafa;
  font-size: 32px;
  font-weight: 600;
}

.frame-2 {
  width: 100%;
  height: 19px;
  max-width: 492px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-2 {
  color: #fafafa;
  font-size: 16px;
  font-weight: 500;
}

.frame-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.text-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.frame-5 {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.error-ad983496-99f7-3815-abb8-8d192b5b07bf {
  color: #f3f3f3;
  font-size: 64px;
  font-weight: 600;
}

.rectangle-1 {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 40px;
}

.frame-6 {
  height: 852px;
  grid-column-gap: 149px;
  grid-row-gap: 149px;
  background-color: #2e2e2e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-7 {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.frame-8 {
  width: 100%;
  height: 19px;
  max-width: 492px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.frame-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.frame-10 {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.error-c76b250d-9a63-ff2a-75ca-433baf05dbec {
  color: #f3f3f3;
  font-size: 64px;
  font-weight: 600;
}

.rectangle-2 {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 40px;
}

.pocket-page {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a0e13;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #080d11;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  display: block;
}

.logo-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pocket-logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  width: 40.1253px;
  height: 32.0711px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  width: 98.3723px;
  height: 26.0559px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.nav-link-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d7dcdd 0%, #a0a5a1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #52c9a5;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #ececec;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.hero-section {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.columns {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-content {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.heading-1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-54.73deg, #ededed 0%, rgba(215, 215, 215, .94) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
}

.paragraph {
  color: #ececec;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #52c9a5;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.hero-image {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pocket-page-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a0e13;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #080d11;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-container-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.logo-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pocket-logo-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-4 {
  width: 40.1253px;
  height: 32.0711px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  width: 98.3723px;
  height: 26.0559px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink-menu-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.nav-link-text-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d7dcdd 0%, #a0a5a1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #52c9a5;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.hero-section-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.columns-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-content-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-54.73deg, #ededed 0%, rgba(215, 215, 215, .94) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #52c9a5;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.hero-image-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spb {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.logo_kommersant-1 {
  object-fit: cover;
}

.burger-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-7 {
  width: 28.2353px;
  height: 23px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.title-2 {
  color: #131313;
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 400;
}

.dot {
  width: 1.2vw;
  height: 1.2vw;
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 16px;
  font-size: 100px;
  font-weight: 400;
  box-shadow: 0 10px 10px 5px rgba(255, 255, 255, .63);
}

.dot.industrial {
  z-index: 3;
  width: 1.4vw;
  height: 1.4vw;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 16px;
  position: static;
  top: 50%;
  bottom: 0%;
  left: 18%;
  right: auto;
  box-shadow: 0 3px 14px 11px rgba(255, 255, 255, .82);
}

.subtitile-2 {
  color: #131313;
  font-size: 70px;
  font-weight: 400;
}

.hero-image-3 {
  width: 100%;
  max-width: 564px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 200px;
}

.container-3 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-4 {
  background-color: rgba(221, 221, 221, 0);
}

.nav {
  justify-content: space-between;
  padding: 2vw 4vw;
  display: flex;
}

.image-5 {
  width: 200px;
}

.hero-heading-center {
  background-color: rgba(245, 247, 250, 0);
  border: 1px #000;
  margin-bottom: 12vw;
  padding: 2vw 2vw 2vw 4vw;
  position: static;
}

.container-4 {
  width: 100%;
  max-width: none;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-main {
  text-align: center;
  margin-bottom: 16px;
}

.title-main.hero {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mostly bright, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 100%;
}

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

.hero-split {
  max-width: 48%;
  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);
}

.main-title {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.logo-rounded {
  width: 7vw;
  height: 7vw;
}

.main-img {
  margin-top: -2vw;
}

.hero-left {
  max-width: 50%;
}

.hero-right {
  max-width: 50%;
  padding-left: 4vw;
}

.facts {
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.facts.razdel {
  opacity: 1;
  margin-bottom: 8vw;
}

.facts.article {
  opacity: 1;
  margin-bottom: 6vw;
  padding-right: 6vw;
}

.facts-container {
  width: 100%;
  justify-content: space-between;
  padding-left: 4vw;
  padding-right: 0;
  display: flex;
}

.fact {
  width: 120px;
  max-width: 24%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fact-circle {
  z-index: -1;
  width: 12vw;
  height: 12vw;
  background-color: #c1dad4;
  border-radius: 1000px;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -60px;
  right: auto;
}

.fact-number {
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 90%;
}

.fact-label {
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 140%;
}

.text-block-6 {
  text-transform: uppercase;
  margin-bottom: 10vw;
  font-family: Mostly bright, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 90%;
}

.hero-circle {
  z-index: -1;
  width: 50vw;
  height: 50vw;
  border: 1px solid #000;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -14%;
  right: auto;
}

.main-text {
  opacity: 0;
  margin-bottom: 6vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.main-text.razdel {
  opacity: 1;
  margin-bottom: 8vw;
  padding-top: 4vw;
}

.main-text.article {
  opacity: 1;
  margin-bottom: 2vw;
}

.text-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
  display: flex;
}

.bridge-img {
  width: 43vw;
}

.p {
  padding-right: 0;
  font-family: Cormorant Garamond, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 130%;
}

.main-text-cols {
  display: flex;
}

.text-col-1 {
  width: 50%;
  padding-right: 3vw;
}

.text-col-2 {
  width: 50%;
  padding-left: 3vw;
}

.model {
  opacity: 0;
}

.model-wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
}

.model-bg {
  opacity: 1;
  filter: contrast(115%);
}

.gorod {
  position: static;
}

.dot-label {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 6%;
}

.dot-label.kapital {
  top: 26%;
  left: 28%;
}

.dot-label.gorod {
  top: 8%;
  left: 39%;
}

.dot-label.oblik {
  top: 58%;
  left: 34%;
}

.dot-label.med {
  top: 82%;
  left: 36%;
}

.dot-label.biznes {
  top: 58%;
  left: 58%;
}

.dot-label.nauka {
  top: 34%;
  left: 72%;
}

.dot-label.razvitie {
  top: 40%;
  left: 50%;
}

.dot-name {
  opacity: .85;
  background-color: #fff;
  border-radius: 100px;
  padding: 14px 28px;
  font-family: Cormorant Garamond, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 110%;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.dot-name:hover {
  color: #fff;
  background-color: #074952;
}

.slider-container {
  width: auto;
  display: flex;
  position: static;
}

.anons {
  flex: none;
  margin-right: 3vw;
  position: relative;
}

.swiper {
  padding-top: 3vw;
  padding-left: 4vw;
  position: static;
}

.swiper.is-slider-main {
  position: relative;
}

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

.swiper-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 3vw;
  display: flex;
  position: static;
}

.controlls {
  z-index: 99;
  align-items: center;
  padding-right: 4vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.next {
  width: 5vw;
  margin-left: 1vw;
}

.prev {
  width: 5vw;
}
.main-video-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.main-video-container iframe {
  max-width: 1280px;
  width: 100%;
  aspect-ratio: 16/9;
}
.podpisi {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .main-video-container {
    margin-bottom: 30px;
  }
  .main-video-container iframe {
      width: 100%;
  }
}

.text-block-7 {
  max-width: 50vw;
}

.anons-desc {
  height: auto;
  padding-top: 2vw;
  font-family: Kudryashevheadline, sans-serif;
  font-size: 2vw;
  line-height: 140%;
}

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

.global-symbol {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.swiper-bullet {
  width: 1.25em;
  min-height: 1.25em;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: #c8dd5e;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.75em;
  display: flex;
}

.swiper-drag.is-slider-main {
  width: 7em;
  height: 100%;
  background-color: #c8dd5e;
  border-radius: 100vw;
}

.swiper-slide-1.is-slider-main {
  width: 33.3333%;
  flex: none;
}

.swiper-drag-wrapper.is-slider-main {
  width: 38em;
  height: .88em;
  max-width: 100%;
  background-color: #000;
  border-radius: 100vw;
}

.swiper-2.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

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

.swiper-wrapper-1.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-main {
  width: auto;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  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_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-razdel {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 6vw;
  padding-left: 4vw;
  position: relative;
  overflow: hidden;
}

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

.swiper-wrapper.is-slider-main {
  display: flex;
}

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

.swiper-slide.is-slider-main {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-right: 0;
  position: static;
}

.slider-main-link {
  width: auto;
  text-decoration: none;
}

.slider-main_img-height {
  width: auto;
  margin-bottom: 2vw;
}

.slider-main_title {
  text-transform: none;
  border: 1px #000;
  font-family: Cormorant Garamond,serif;
  font-size: 2vw;
  line-height: 120%;
  text-decoration: none;
}

.swiper-button-prev {
  z-index: 0;
  width: auto;
  height: auto;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.swiper-button-next {
  z-index: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.footer-line {
  width: 47%;
  height: 1px;
  background-color: #000;
}

.image-6 {
  width: 50px;
  height: 50px;
}

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

.hero-article {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  align-items: center;
  margin-bottom: 8vw;
  padding-top: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.article-img {
  width: 600px;
}

.article-title {
  max-width: 50%;
}

.article-main-img {
  width: 50vw;
}

.quote {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.quote-container {
  padding-left: 16vw;
  padding-right: 16vw;
  position: relative;
}

.quote-text {
  font-family: Cormorant Garamond, serif;
  font-size: 2.3vw;
  line-height: 140%;
}

.image-7 {
  opacity: 1;
}

.quotes-img {
  width: 12vw;
  opacity: .7;
  position: absolute;
  top: -6vw;
  bottom: auto;
  left: 16vw;
  right: auto;
}

.video {
  width: 100%;
  height: auto;
  margin-bottom: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

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

.video-container {
  height: auto;
  border-radius: 20px;
  padding-bottom: 16px;
  overflow: hidden;
}

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

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

.cursor-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  width: 40px;
  height: 40px;
  opacity: .85;
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
}

.burger-menu {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #c1dad4;
  padding: 2vw 4vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-left {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-right {
  width: 50%;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.navlink {
  color: #94b3ab;
  text-transform: none;
  font-family: Cormorant Garamond, serif;
  font-size: 2.8vw;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.navlink:hover {
  color: #074745;
}

.menu-img {
  z-index: -1;
  width: 400px;
  height: 480px;
  color: #fff;
  background-color: rgba(168, 65, 65, 0);
  border: 1px solid #074745;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  position: absolute;
}

.menu-circle {
  z-index: -1;
  width: 500px;
  height: 500px;
  border: 1px solid #074745;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.close-btn {
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 2.7%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.close-line {
  width: 24px;
  height: 1px;
  background-color: #437572;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.close-line.reverb {
  width: 27px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}
.subheader {
  font-family: Cormorant Garamond, serif;
  font-size: 1.8em;
  line-height: 110%;
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}


@media screen and (max-width: 991px) {
  .main {
    min-height: 70vh;
    justify-content: flex-start;
  }

  .title {
    font-size: 90px;
    top: 80px;
  }

  .header {
    width: 90%;
    min-width: auto;
  }

  .btn {
    display: flex;
  }

  .btn.mob {
    z-index: 3;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 150px;
    left: auto;
    right: auto;
  }

  .btn.top {
    display: none;
  }

  .bg-img {
    min-height: 70vh;
    background-image: url('../images/slide-1.png');
    background-position: 0 0;
    background-size: contain;
  }

  .girl {
    min-height: 70vh;
    display: none;
  }

  .menu-link {
    margin-left: 14px;
    font-size: 10px;
  }

  .subtitle {
    color: #000;
    font-size: 30px;
    top: 250px;
  }

  .intro {
    margin-top: 40px;
  }

  .body {
    background-color: #eef1f3;
    background-image: none;
    background-size: auto;
  }

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

  .circle {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .about-text, .about-title {
    text-align: left;
  }

  .program {
    max-width: 90%;
    flex-direction: column-reverse;
  }

  .program._2 {
    flex-direction: column-reverse;
  }

  .program-img {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .program-img._2 {
    margin-right: 0;
  }

  .program-bottom {
    min-width: auto;
  }

  .footer-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slide {
    max-width: 100%;
  }

  .slide-inner {
    width: auto;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: visible;
  }

  .slider, .slider.mobile {
    display: flex;
  }

  .slider.first {
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .link-2 {
    margin-left: 14px;
    font-size: 14px;
  }

  .navbar {
    padding-right: 0;
  }

  .navlink-menu {
    max-width: unset;
  }

  .navbar-link, .button {
    justify-content: center;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .navbar-2 {
    padding-right: 0;
  }

  .navlink-menu-2 {
    max-width: unset;
  }

  .navbar-link-2, .button-3 {
    justify-content: center;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .navbar-3 {
    padding-right: 0;
  }

  .burger-2 {
    justify-content: center;
  }

  .nav {
    align-items: center;
  }

  .hero-heading-center {
    opacity: 1;
    padding-right: 2vw;
  }

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

  .hero-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

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

  .facts, .main-text, .model {
    opacity: 1;
  }

  .swiper-slide-1.is-slider-main {
    width: 50%;
  }

  .swiper-container {
    opacity: 1;
  }

  .cursor-wrapper {
    display: none;
  }

  .menu-img {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .main {
    min-height: 70vh;
  }

  .menu {
    display: none;
  }

  .title {
    font-size: 60px;
  }

  .header {
    width: 90%;
    justify-content: space-between;
  }

  .btn {
    display: flex;
  }

  .bg-img {
    min-height: 70vh;
  }

  .girl {
    display: none;
  }

  .subtitle {
    margin-bottom: 20px;
    top: 240px;
  }

  .about-title {
    font-size: 24px;
    line-height: 24px;
  }

  .h2, .h2.culture {
    font-size: 9vw;
  }

  .h2.future {
    width: 90%;
    margin-bottom: 2vw;
    font-size: 9vw;
  }

  .program {
    max-width: 94%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .program._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .program-left {
    max-width: none;
  }

  .time, .price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-text {
    margin-bottom: 20px;
  }

  .text-field, .text-field-2 {
    margin-right: 0;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    height: auto;
    min-height: 100px;
  }

  .slide-inner {
    justify-content: flex-start;
  }

  .slide-img {
    width: auto;
  }

  .mobile-menu {
    z-index: 2;
    height: auto;
    background-color: #110d0b;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .close {
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .close-img {
    width: 40px;
    cursor: pointer;
  }

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

  .burger-link {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
  }

  .burger {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-line {
    width: 28px;
    height: 1px;
    background-color: #1d1d1d;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-heading-center {
    margin-bottom: 2vw;
    padding: 60px 15px;
  }

  .title-main.hero {
    font-size: 14vw;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .main-title {
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .logo-rounded {
    width: 10vw;
    height: 10vw;
  }

  .hero-left {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-right {
    max-width: 90%;
  }

  .facts {
    align-items: center;
  }

  .facts-container {
    display: block;
    min-height: 280px;
    width: 230px;
    flex-direction: column;
    align-items: center;
    padding-top: 6vw;
    
  }

  .fact {
    width: 80px;
    margin-bottom: 60px;
  }

  .fact-circle {
    left: -40px;
  }

  .fact-number.f-1, .fact-number.f-2, .fact-number.f-3, .fact-number.f-4 {
    font-size: 9vw;
  }

  .fact-label {
    font-size: 3vw;
  }

  .hero-circle {
    display: none;
  }

  .text-header {
    flex-wrap: wrap;
  }

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

  .p {
    margin-bottom: 20px;
    font-size: 3vw;
  }

  .main-text-cols {
    flex-wrap: wrap;
  }

  .text-col-1 {
    width: 100%;
  }

  .text-col-2 {
    width: 100%;
    padding-left: 0;
  }

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

  .swiper-slide-1.is-slider-main {
    width: 100%;
  }

  .menu-container {
    justify-content: center;
    align-items: stretch;
  }

  .menu-left {
    display: none;
  }

  .menu-right {
    width: 80%;
  }

  .navlink {
    font-size: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .main {
    min-height: 70vh;
  }

  .title {
    font-size: 40px;
    top: 70px;
  }

  .logo {
    width: 140px;
  }

  .btn {
    display: flex;
  }

  .btn.mob {
    position: absolute;
    bottom: 110px;
  }

  .bg-img {
    height: 70vh;
  }

  .subtitle {
    text-align: center;
    margin-bottom: 20px;
    top: 240px;
  }

  .intro {
    max-width: 90%;
    color: #000;
    margin-top: 40px;
  }

  .body {
    overflow: visible;
  }

  .circle {
    max-width: 80%;
  }

  .about-right {
    max-width: 90%;
  }

  .about-text {
    max-width: none;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .icons {
    flex-wrap: wrap;
  }

  .about-title {
    text-align: left;
  }

  .icon {
    margin-bottom: 20px;
  }

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

  .h2.culture, .h2.future {
    font-size: 12vw;
  }

  .program {
    max-width: 90%;
  }

  .program._2 {
    display: flex;
  }

  .program-left {
    max-width: 100%;
  }

  .program-img {
    max-width: 240px;
    margin-bottom: 20px;
  }

  .time, .price {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .program-bottom {
    flex-direction: column;
    align-items: center;
  }

  .form-text {
    font-size: 12px;
  }

  .form-description {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }

  .text-field, .text-field-2 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-block {
    height: 80vh;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .footer {
    min-height: auto;
  }

  .footer-wrapper {
    min-height: auto;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

  .slide-inner {
    justify-content: center;
  }

  .slide-img {
    width: 280px;
    height: 210px;
    max-width: none;
  }

  .slide-nav {
    bottom: 30px;
  }

  .icon-2 {
    opacity: .6;
    top: -45px;
    left: 40px;
  }

  .icon-3 {
    opacity: .6;
    top: -45px;
    right: 40px;
  }

  .link {
    margin-bottom: 20px;
  }

  .mobile-menu {
    z-index: 4;
    height: auto;
    background-color: #110d0b;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .close {
    z-index: 4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .close-img {
    width: 40px;
    cursor: pointer;
    position: static;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .burger-links {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .burger-link {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 18px;
    text-decoration: none;
  }

  .burger {
    cursor: pointer;
    flex-direction: column;
    display: flex;
  }

  .burger-line {
    width: 28px;
    height: 1px;
    background-color: #2e2e2e;
    border: 1px #000;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bg-mob {
    z-index: -3;
    min-height: 70vh;
    display: block;
    position: absolute;
  }

  .dot {
    display: none;
  }

  .nav {
    padding-top: 8vw;
  }

  .nav.inner {
    padding-bottom: 12vw;
  }

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

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

  .facts {
    margin-bottom: 0;
  }

  .facts.article {
    padding-right: 0;
  }

  .facts-container {
    padding-top: 12vw;
  }

  .fact {
    margin-bottom: 30px;
  }

  .fact-circle {
    width: 20vw;
    height: 20vw;
    top: -10px;
    left: -20px;
  }

  .fact-number.f-1, .fact-number.f-2, .fact-number.f-3, .fact-number.f-4 {
    font-size: 20vw;
  }

  .fact-label {
    font-size: 5vw;
  }

  .hero-circle {
    display: none;
  }

  .main-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-header {
    flex-wrap: wrap;
  }

  .bridge-img {
    width: 90vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .p {
    font-size: 5vw;
  }

  .main-text-cols {
    flex-wrap: wrap;
  }

  .text-col-1 {
    width: 100%;
    margin-bottom: 10vw;
  }

  .text-col-2 {
    width: 100%;
    margin-bottom: 6vw;
    padding-left: 0;
  }

  .model-wrapper {
    height: auto;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .gorod {
    display: none;
  }

  .dot-label.industrial, .dot-label.kapital {
    position: static;
  }

  .dot-label.gorod {
    display: flex;
    position: static;
  }

  .dot-label.oblik, .dot-label.med, .dot-label.biznes, .dot-label.nauka, .dot-label.razvitie {
    position: static;
  }

  .dot-name {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 5vw;
    text-decoration: none;
  }

  .dot-name:hover {
    color: #2c2c2c;
    background-color: #fff;
  }

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

  .anons-frame, .slider-main_button-wrapper {
    display: none;
  }

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

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

  .footer-line {
    width: 40%;
  }

  .image-6 {
    width: 40px;
  }

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

  .dot-link {
    width: 90%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0;
    text-decoration: none;
    position: static;
  }

  .hero-article {
    flex-wrap: wrap;
  }

  .article-img {
    width: 100%;
  }

  .article-title {
    width: 100%;
    max-width: 100%;
  }

  .article-main-img {
    width: 100%;
    margin-bottom: 12px;
  }

  .quote {
    padding-top: 12vw;
  }

  .quote-container {
    padding-left: 10vw;
    padding-right: 10vw;
    position: relative;
  }

  .quote-text {
    margin-bottom: 6vw;
    font-size: 6vw;
  }

  .quotes-img {
    width: 30vw;
    top: -16vw;
    left: 8vw;
  }

  .video {
    margin-bottom: 12vw;
  }

  .video-container {
    height: auto;
    border-radius: 10px;
    padding-bottom: 0;
    line-height: 10px;
    position: static;
  }

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

  .cursor-wrapper {
    display: none;
  }

  .burger-menu {
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0;
    right: 0;
  }

  .menu-right {
    width: 100%;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .navlink {
    color: #074745;
    font-size: 8vw;
  }

  .close-btn {
    position: absolute;
    top: 2.6%;
    bottom: auto;
    left: auto;
    right: 3%;
  }
}


@font-face {
  font-family: 'Beer money';
  src: url('../fonts/beer-money.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kudryashevdisplay';
  src: url('../fonts/KudryashevDisplay.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kudryashevdisplay sans';
  src: url('../fonts/KudryashevDisplay-Sans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kudryashevheadline sans';
  src: url('../fonts/KudryashevHeadline-Sans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kudryashevheadline';
  src: url('../fonts/KudryashevHeadline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mostly bright';
  src: url('../fonts/Mostly-Bright.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond', serif;
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.logo-link {
  text-decoration: none;
}