:root {
  --white: white;
  --black: black;
}

.nav {
  width: 100%;
}

.nav-wrap {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0%;
  display: flex;
}

.menu.wh {
  margin-bottom: 0;
  display: block;
}

.navlink {
  color: #313131;
  margin-right: 32px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.navlink.w--current {
  border-bottom: 3px solid #e40046;
  text-decoration: none;
}

.navlink.wh {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.navlink.l-last {
  margin-right: 0;
}

.hero {
  max-width: 1920px;
  justify-content: space-between;
  align-items: center;
  padding: 10% 0%;
  display: flex;
}

.hero-l {
  margin-right: 0%;
}

.h-title {
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 100%;
}

.h-sub {
  letter-spacing: -2px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.h-sub.h-top {
  letter-spacing: -1px;
  font-size: 18px;
}

.intro {
  background-color: #e9e9e9;
  margin-bottom: 50px;
  padding: 2% 5%;
}

.intro.i-inner {
  padding-top: 4%;
  padding-bottom: 4%;
}

.intro-h {
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.intro-h.sm {
  font-size: 36px;
}

.intro-t {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.item-l {
  border: 1px solid #000;
  align-items: center;
  margin-bottom: 40px;
  padding: 2% 5%;
  display: flex;
}

.item-l.inner {
  border-style: none;
}

.item-r {
  border: 1px solid #000;
  align-items: center;
  margin-bottom: 40px;
  padding: 2% 5%;
  display: flex;
}

.item-r.i-last {
  margin-bottom: 0;
}

.numbers {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding: 60px 5%;
  display: flex;
}

.footer {
  background-color: #131313;
  padding: 60px 5% 20px;
}

.f-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.f-bot {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.soc {
  display: none;
}

.vk {
  margin-right: 20px;
}

.tg {
  margin-right: 40px;
}

.copy {
  color: #616161;
}

.digit {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}

.num-digit {
  display: flex;
}

.digit-small {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.item-content {
  min-width: 40%;
}

.item-content.left {
  margin-right: 80px;
}

.item-content.right {
  margin-left: 80px;
}

.item-img {
  height: 300px;
}

.i-num {
  letter-spacing: -1px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.i-title {
  margin-bottom: 14px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
}

.i-text {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.i-text.last {
  margin-bottom: 40px;
}

.i-btn {
  border: 1px solid #000;
  padding: 21px 28px;
  display: flex;
}

.main-btn {
  text-transform: none;
  text-decoration: none;
}

.btn-t {
  color: #0e0e0e;
  margin-right: 12px;
  text-decoration: none;
}

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

.button {
  width: 170px;
  height: 52px;
  color: #1f1f1f;
  text-align: center;
  background-color: #fdfdfd;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block {
  padding-left: 5%;
  padding-right: 5%;
}

.photo {
  flex-wrap: wrap;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.lightbox-link,
.ph {
  width: 40%;
}

.slider {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-img {
  width: 100%;
}

.t-link {
  color: #e40046;
  font-weight: 600;
  text-decoration: underline;
}

.intro-h.success {
  font-size: 42px;
  padding-left: 5%;
  padding-right: 5%;

}

.intro-h.sss {
  font-size: 36px;
}

.success-subtitle {
  font-size: 30px;
}

.success-container {
  width: 280px;
  flex-shrink: 0;
}

.success-header {
  background-color: #e9e9e9;
}

@media screen and (max-width: 991px) {
  .nav-wrap {
    flex-direction: column;
  }

  .hero {
    padding-left: 4%;
    padding-right: 4%;
  }

  .h-title {
    font-size: 48px;
  }

  .h-sub {
    font-size: 18px;
  }

  .h-sub.h-top {
    font-size: 14px;
  }

  .hub {
    margin-left: 2%;
    margin-right: 2%;
  }

  .item-l {
    flex-flow: column wrap;
    margin-bottom: 40px;
  }

  .item-r {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .numbers,
  .f-top {
    flex-direction: column;
  }

  .logo-w,
  .logo-b {
    margin-bottom: 20px;
  }

  .num {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .item-content.right {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrap {
    flex-wrap: wrap;
  }

  .menu {
    flex-wrap: wrap;
    display: none;
  }

  .menu.wh {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .navlink.wh {
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .navlink.wh.w--current {
    text-decoration: none;
  }

  .hero {
    flex-wrap: wrap;
  }

  .h-title {
    font-size: 46px;
    line-height: 90%;
  }

  .h-sub {
    font-size: 20px;
  }

  .intro {
    margin-bottom: 40px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .intro.i-inner {
    margin-bottom: 20px;
    padding-top: 10%;
  }

  .intro-h {
    font-size: 32px;
  }

  .intro-h.sm {
    font-size: 28px;
  }

  .intro-t {
    font-size: 18px;
  }

  .hub {
    flex-direction: column;
    display: flex;
  }

  .item-l {
    flex-flow: column wrap;
    margin-bottom: 40px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .item-l.inner {
    margin-bottom: 20px;
  }

  .item-r {
    flex-flow: column wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .footer {
    padding-top: 40px;
  }

  .f-top {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .f-bot {
    flex-direction: column;
  }

  .logo-w {
    margin-bottom: 30px;
  }

  .soc {
    display: none;
  }

  .copy._1 {
    text-align: center;
  }

  .num {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .digit {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .digit-small {
    font-size: 18px;
  }

  .item-content.left {
    margin-bottom: 0;
    margin-right: 0;
  }

  .item-content.right {
    margin-left: 0;
  }

  .item-img {
    height: auto;
  }

  .i-title {
    font-size: 36px;
  }

  .arrow {
    width: 50px;
  }

  .btn-t {
    margin-right: 8px;
  }

  .button {
    font-size: 12px;
  }

  .bold-text {
    font-size: 28px;
  }
}