.redesign-hp h1, .redesign-hp h2, .redesign-hp h3, .redesign-hp h4, .redesign-hp h5, .redesign-hp h6 {
  padding: 0;
}
.redesign-hp p {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.redesign-hp .btn {
  min-width: 183px;
  min-height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  background: #35BEBC;
  color: #FFF;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 24px;
}
.redesign-hp .btn.btn--light {
  background: #ffffff;
  color: #35BEBC;
}

.section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.section-title span {
  color: rgb(31, 164, 162);
}

.icon-inner {
  width: 44px;
  height: 44px;
  box-shadow: 0px 1px 2px 0px rgba(26, 26, 26, 0.08);
  border: 1px solid rgb(225, 225, 226);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.icon-inner img {
  width: 24px;
  height: 24px;
}

.hero-main {
  width: 100%;
  padding: 56px 0;
  background: linear-gradient(256.51deg, #35BEBC 34.73%, #40C2C0 40.12%, #4BC6C4 45.51%, #56C9C9 50.9%, #61CDCD 56.29%, #6BD1D1 61.68%, #76D5D5 67.06%, #7BD7D7 68.73%, #81D9D9 72.45%, #8CDDDE 77.84%, #97E0E2 83.23%, #A2E4E6 88.62%, #ADE8EA 94.01%, #B8ECEE 99.4%, #C2F0F2 104.79%, #CDF3F7 110.17%, #D8F7FB 115.56%, #E3FBFF 120.95%);
}
@media (max-width: 1024px) {
  .hero-main {
    padding: 40px 0;
  }
}
.hero-main .btn {
  min-width: 292px;
}
@media (max-width: 1024px) {
  .hero-main .btn {
    width: 100%;
    min-width: unset;
  }
}
.hero-main:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/redesign/hero-main-bg.png") no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-main .container {
  position: relative;
  z-index: 2;
}

.hero-main-video {
  padding: 24px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .hero-main-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.hero-main-video__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .hero-main-video__text {
    padding: 0 47px 0 16px;
    flex: 1;
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .hero-main-video__text {
    margin-bottom: 32px;
  }
}
@media (min-width: 1025px) {
  .hero-main-video__iframe {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .hero-main-video__iframe iframe {
    height: 207px !important;
    width: 100%;
  }
}
.hero-main-video__link {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .hero-main-video__link {
    margin-bottom: 24px;
  }
}
.hero-main-video__link span {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
.hero-main-video__link a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: rgb(53, 190, 188);
  text-decoration: none;
  padding: 0 10px;
}
.hero-main-video__ttl {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .hero-main-video__ttl {
    font-size: 30px;
  }
}
.hero-main-video__dsc {
  margin-bottom: 36px;
}

.hero-main-contact {
  display: flex;
  gap: 32px;
}
@media (max-width: 1024px) {
  .hero-main-contact {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
.hero-main-contact__col {
  flex: 1;
}
.hero-main-contact__col.hero-main-contact__col--block {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  padding: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-main-contact__col.hero-main-contact__col--block {
    width: 288px;
  }
}
.hero-main-contact__ttl {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .hero-main-contact__ttl {
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .hero-main-contact__dsc {
    text-align: center;
  }
}
.hero-main-contact__icon {
  border: 1px solid rgb(20, 23, 24);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
}
.hero-main-contact__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
.hero-main-contact__arr {
  background: rgb(53, 190, 188);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 24px;
}

.product-videos {
  padding: 64px 0 96px;
}
@media (max-width: 1024px) {
  .product-videos {
    padding-bottom: 72px;
  }
}
.product-videos__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .product-videos__head {
    margin-bottom: 36px;
  }
}
.product-videos__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgb(31, 164, 162);
}
@media (max-width: 1024px) {
  .product-videos__subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
.product-videos__ttl {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-videos__ttl {
    font-size: 28px;
    line-height: 1.2;
  }
}
.product-videos__ttl span {
  color: rgb(31, 164, 162);
}
.product-videos__row {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .product-videos__row {
    flex-direction: column;
    gap: 24px;
  }
}
.product-videos .product-videos-item {
  flex: 1;
}
.product-videos .product-videos-item__iframe {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .product-videos .product-videos-item__iframe {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .product-videos .product-videos-item__iframe iframe {
    height: 300px !important;
  }
}
.product-videos .product-videos-item__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(30, 165, 161);
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .product-videos .product-videos-item__subtitle {
    font-size: 14px;
  }
}
.product-videos .product-videos-item__ttl {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .product-videos .product-videos-item__ttl {
    font-size: 16px;
  }
}

.tabs-main {
  padding: 116px 0;
}
@media (max-width: 1024px) {
  .tabs-main {
    padding: 72px 0;
  }
}
.tabs-main__ttl {
  margin-bottom: 44px;
}

.hp-tabs {
  display: flex;
  align-items: flex-start;
  gap: 136px;
}
@media (max-width: 1024px) {
  .hp-tabs {
    flex-direction: column;
    gap: 26px;
  }
}
.hp-tabs__nav {
  max-width: 503px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hp-tabs__nav {
    max-width: 100%;
  }
}
.hp-tabs__opener {
  width: 100%;
  border-radius: 6px;
  background: #F2F4F6;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hp-tabs__opener {
    font-size: 18px;
    padding: 16px;
  }
}
.hp-tabs__opener.active {
  background: #1FA4A2;
  color: #ffffff;
}
.hp-tabs__inner {
  flex: 1;
}
.hp-tabs__inner p:not(:last-child) {
  margin-bottom: 16px;
}
.hp-tabs__content {
  display: none;
}
.hp-tabs__content.active {
  display: block;
}

.numbers-main__inner {
  padding: 42px 42px 6px;
  background: #1FA4A2 url("../images/redesign/results-bg.png") no-repeat right center;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .numbers-main__inner {
    padding: 24px;
    flex-direction: column;
    justify-content: center;
  }
}
.numbers-main__text {
  max-width: 365px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 1024px) {
  .numbers-main__text {
    max-width: 100%;
    margin-bottom: 36px;
    gap: 8px;
  }
}
.numbers-main__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .numbers-main__subtitle {
    font-size: 14px;
  }
}
.numbers-main__ttl {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .numbers-main__ttl {
    font-size: 28px;
    line-height: 1.2;
  }
}
.numbers-main__dsc {
  color: #ffffff;
}
.numbers-main__grid {
  flex: 1;
  max-width: 718px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .numbers-main__grid {
    max-width: 100%;
    flex-direction: column;
  }
}

.numbers-main-block {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  backdrop-filter: blur(30px);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0509803922);
  width: 100%;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .numbers-main-block {
    max-width: calc(50% - 12px);
  }
  .numbers-main-block:not(:nth-child(2n+2)) {
    margin-right: 24px;
  }
}
@media (max-width: 1024px) {
  .numbers-main-block {
    min-width: 295px;
  }
}
.numbers-main-block__ttl {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .numbers-main-block__ttl {
    font-size: 14px;
    line-height: 1.2;
  }
}
.numbers-main-block__val {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  vertical-align: middle;
  color: #35BEBC;
}
@media (max-width: 1024px) {
  .numbers-main-block__val {
    font-size: 30px;
    line-height: 1.2;
  }
}

.services-main {
  padding: 96px 0;
}
@media (max-width: 1024px) {
  .services-main {
    padding: 72px 0;
  }
}
.services-main__inner {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 1024px) {
  .services-main__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.services-main__inner:not(:last-child) {
  margin-bottom: 88px;
}
@media (max-width: 1024px) {
  .services-main__inner:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .services-main__inner:last-child {
    flex-direction: column-reverse;
  }
}
.services-main__text {
  display: flex;
  flex-direction: column;
  gap: 44px;
  flex: 1;
}
@media (max-width: 1024px) {
  .services-main__text {
    gap: 32px;
  }
}
.services-main__ttl {
  text-align: left;
}
.services-main__img {
  margin-top: 28px;
  background: #F3F5F7;
  border-radius: 16px;
  overflow: hidden;
}
.services-main__img img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .services-main__img {
    margin-top: 0;
  }
}

.services-main-item {
  display: flex;
  align-items: flex-start;
}
.services-main-item__icon {
  margin-right: 20px;
}
.services-main-item__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.services-main-item__ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .services-main-item__ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.services-main-item__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #1FA4A2;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .services-main-item__link {
    font-size: 16px;
  }
}

.plans-main {
  padding: 64px 0;
  background: linear-gradient(256.51deg, #35BEBC 34.73%, #40C2C0 40.12%, #4BC6C4 45.51%, #56C9C9 50.9%, #61CDCD 56.29%, #6BD1D1 61.68%, #76D5D5 67.06%, #7BD7D7 68.73%, #81D9D9 72.45%, #8CDDDE 77.84%, #97E0E2 83.23%, #A2E4E6 88.62%, #ADE8EA 94.01%, #B8ECEE 99.4%, #C2F0F2 104.79%, #CDF3F7 110.17%, #D8F7FB 115.56%, #E3FBFF 120.95%);
}
.plans-main__inner {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .plans-main__inner {
    flex-direction: column;
  }
}

.plans-main-block {
  padding: 40px;
  border-radius: 32px;
  background: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .plans-main-block {
    padding: 12px;
  }
}
.plans-main-block:nth-child(1) {
  position: relative;
}
.plans-main-block:nth-child(1):before, .plans-main-block:nth-child(1):after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.plans-main-block:nth-child(1):before {
  top: 0;
  left: 0;
  background: url("../images/redesign/plan-bg-1.svg") no-repeat center;
  background-size: cover;
}
.plans-main-block:nth-child(1):after {
  bottom: 0;
  right: 0;
  background: url("../images/redesign/plan-bg-2.svg") no-repeat center;
  background-size: cover;
}
.plans-main-block:nth-child(2) {
  background: #1FA4A2;
}
.plans-main-block:nth-child(2) .plans-main-block__list,
.plans-main-block:nth-child(2) .plans-main-block__list-ttl {
  color: #ffffff;
}
.plans-main-block:nth-child(2) .plans-main-block__list li:before {
  background: url("../images/redesign/check-ico-2.svg");
  background-size: contain;
}
.plans-main-block__head {
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
}
.plans-main-block__ttl {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .plans-main-block__ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
.plans-main-block__dsc {
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .plans-main-block__dsc {
    margin-bottom: 32px;
  }
}
.plans-main-block__content {
  position: relative;
  z-index: 3;
}
.plans-main-block__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.plans-main-block__list-ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .plans-main-block__list-ttl {
    font-size: 16px;
  }
}
.plans-main-block__list li {
  padding-left: 40px;
  margin-bottom: 16px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .plans-main-block__list li {
    font-size: 14px;
  }
}
.plans-main-block__list li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url("../images/redesign/check-ico-1.svg");
  background-size: contain;
}
/*# sourceMappingURL=main.css.map */
