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

.main {
  background-image: url('../images/lanit-bg.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
}

.nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.main-title {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8%;
}

.m-sub {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.m-heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

.wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading {
  color: #1b2d4d;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

.paragraph {
  color: #192944;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.section {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.img {
  margin-bottom: 40px;
}

.person-card {
  background-image: linear-gradient(141deg, #f7faff, #eaf3ff);
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 54px 64px;
  display: flex;
}

.person-img {
  margin-right: 38px;
}

.p-name {
  color: #1b2d4d;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.p-desc {
  color: #3c3d5a;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.p-text {
  color: #192944;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.p-question {
  color: #1b2d4d;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.q {
  margin-bottom: 40px;
}

.quote {
  color: #f6f6f6;
  background-image: linear-gradient(90deg, #696baa, #9b9ede);
  margin-bottom: 20px;
  padding: 40px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.numbers {
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin: -20px auto 100px;
  display: flex;
}

.num {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.n-top {
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.n-small {
  color: #1b2d4d;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.n-main {
  color: #1b2d4d;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 74px;
  font-weight: 600;
  line-height: 100%;
}

.n-desc {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.blury.b-2 {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -60%;
}

.blury.b-1 {
  top: 10%;
}

.card-top-text {
  color: #292929;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.swiper-slide.vid {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #7d8697;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 454px;
  height: 400px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.heading-2 {
  color: #f1f1f1;
  max-width: 560px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 42px;
}

.detmir {
  width: 300px;
}

.vv {
  max-width: 140px;
  margin-left: auto;
}

.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: 0 10vw 2vw 0;
  display: flex;
}

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

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

.numbers-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 40px 5% 60px;
  display: flex;
}

.numbers-2.card-num {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.num-digit {
  text-align: center;
  border-left: 4px #fd544e;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.num-digit.nd-card {
  justify-content: flex-start;
  align-items: center;
}

.num-2 {
  max-width: 340px;
}

.num-2.n-card {
  flex-flow: column;
  width: 270px;
  max-width: 274px;
  display: flex;
}

.card-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

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

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

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

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

.num-des {
  color: #ececec;
  text-align: center;
  font-size: 18px;
}

.num-des.card-des {
  text-align: left;
  margin-top: 14px;
  font-size: 16px;
}

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

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

.digit-small {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 400;
}

.digit-small.card-s {
  font-size: 14px;
}

.card-text {
  color: #f8f8f8;
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 110%;
}

.digit {
  color: #f2f2f2;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
}

.digit.card-d {
  border-left: 4px solid #fd544e;
  margin-bottom: 0;
  padding-left: 6px;
  font-size: 48px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

.card-logo {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-right: 20px;
  display: block;
}

.x5 {
  width: 180px;
}

.card-title {
  color: #333;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.sibur {
  width: 150px;
}

.slider-bg {
  z-index: -1;
  width: 2400px;
  height: 1200px;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-footer {
  margin-bottom: 30px;
  margin-right: 15%;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.flip {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 60px 30px 20px;
  position: absolute;
}

.flip.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  background-image: url('../images/oncloud-bg.webp');
  background-position: 0 0;
  background-size: cover;
  width: 480px;
  height: 400px;
  padding: 60px 30px 20px;
  position: absolute;
}

.front.oncloud {
  width: 454px;
}

.front.m3 {
  background-image: url('../images/m3-bg.webp');
  width: 454px;
}

.front.turbo {
  background-image: url('../images/turbo-bg.webp');
  width: 454px;
}

.front.clever {
  background-image: url('../images/clever-bg.webp');
  width: 454px;
}

.front.karkas {
  background-image: url('../images/karkas-bg.webp');
  width: 454px;
}

.front.neuro {
  background-image: url('../images/neuro-bg.webp');
  width: 454px;
}

.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 454px;
  height: 400px;
  padding: 60px 30px 20px;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slide-wrapper {
  width: 520px;
  height: 400px;
}

.slide-wrapper._2, .slide-wrapper._3, .slide-wrapper._4, .slide-wrapper._5, .slide-wrapper._6, .slide-wrapper._1 {
  width: 454px;
}

.button-2 {
  background-color: #242424;
  border-radius: 100px;
  padding: 14px 40px;
}

.text-block {
  margin-right: 15%;
}

.copy {
  color: #6a698b;
  margin-right: 15%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .swiper-container {
    margin-top: 0;
    padding-left: 19vw;
  }
}

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

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

  .swiper-container {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .slider-main_top-wrapper {
    flex-direction: column;
    padding-bottom: 6vw;
  }

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

@media screen and (max-width: 479px) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-title {
    padding-top: 40%;
  }

  .m-heading {
    font-size: 20px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

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

  .img {
    margin-bottom: 20px;
  }

  .person-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .person-img {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .p-name {
    text-align: center;
    line-height: 130%;
  }

  .p-desc {
    text-align: center;
  }

  .p-question {
    font-size: 20px;
  }

  .quote {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }

  .numbers {
    flex-flow: wrap;
  }

  .num {
    margin-bottom: 40px;
  }

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

  .n-main {
    font-size: 60px;
  }

  .card-top-text {
    margin-bottom: 40px;
  }

  .swiper-slide.vid {
    width: 100%;
    height: 600px;
    padding: 30px 20px 40px;
  }

  .heading-2 {
    max-width: none;
    font-size: 30px;
  }

  .slider-main_top-wrapper {
    flex-flow: row;
    width: 100%;
    padding-bottom: 6vw;
    padding-right: 0;
  }

  .numbers-2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .numbers-2.card-num {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .num-2.n-card {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .card-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .num-des {
    font-size: 16px;
  }

  .swiper-container {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .swiper-wrapper {
    overflow: visible;
  }

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

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

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

  .digit.card-d {
    font-size: 42px;
  }

  .slider-main_button-wrapper {
    flex-flow: row;
    display: flex;
  }

  .card-title {
    font-size: 20px;
  }

  .card-title.back-title {
    font-size: 16px;
  }

  .logo-footer {
    margin-right: 0%;
  }

  .front.oncloud, .front.m3, .front.turbo, .front.clever, .front.karkas, .front.neuro {
    width: 100%;
    height: 600px;
  }

  .back {
    width: 100%;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-wrapper._2, .slide-wrapper._3, .slide-wrapper._4, .slide-wrapper._5, .slide-wrapper._6, .slide-wrapper._1 {
    width: 100%;
    height: 600px;
  }

  .copy {
    margin-right: 0%;
  }
}
