.hero__content {
  padding: 56px 0 0px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.hero__left {
  display: flex;
  flex-flow: column;
  gap: 26px;
  max-width: 496px;
  width: 100%;
}
.hero__right {
  max-width: 710px;
  width: 100%;
}
.hero__desc {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2.2%;
  color: #727272;
  max-width: 330px;
}
.hero__title {
  font-family: Room;
  font-weight: 900;
  font-size: 58px;
  leading-trim: NONE;
  line-height: 90%;
  letter-spacing: -0.15rem;
  color: #1E4D95;
  text-transform: uppercase;
}
.hero__title strong {
  font-family: Room;
  font-weight: 900;
  font-size: 58px;
  leading-trim: none;
  line-height: 90%;
  letter-spacing: -0.15rem;
  background: linear-gradient(90deg, #32C493 10%, #44B2DC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__slider-btns {
  display: flex;
  width: 100%;
  border: 1px solid #eaedf2;
}
.hero__slider-btn {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  color: #9c9fa9;
  width: 100%;
  text-wrap: nowrap;
  transition: 0.3s ease;
  cursor: pointer;
}
.hero__slider-btn:hover {
  color: #32C493;
}
.hero__slider-btn.active {
  background: #d5e2f4;
  color: #080e29;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1E4D95 0%, rgba(213, 226, 244, 0) 100%);
  z-index: 4;
}
.hero__slider-content {
  border: 1px solid #eaedf2;
  background: rgba(213, 226, 244, 0.2509803922);
  overflow: hidden;
  position: relative;
  height: 589px;
}
.hero__slider-title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -4%;
  color: rgb(213, 226, 244);
  z-index: 5;
}
.hero__slider-content-top {
  padding: 24px;
  display: flex;
  flex-flow: column;
  gap: 24px;
  position: relative;
}
.hero__slider-tag-list {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 4;
}
.hero__slider-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #ffffff;
  backdrop-filter: blur(44px);
  opacity: 0;
  transition: 0.5s ease;
  transform: translateY(40px);
  pointer-events: none;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -0.04rem;
  color: rgba(30, 30, 30, 0.8);
}
.hero__slider-tag img {
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
}
.hero__slider-tag.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.hero__slider-img-cont {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero__img-back {
  position: absolute;
  z-index: 2;
  bottom: 0;
  transform: translateY(650px);
  transition: 1s ease-in-out;
  opacity: 0;
  width: unset;
  pointer-events: none;
  min-height: 100%;
  min-width: 100%;
}
.hero__img-back.visible {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}
.hero__img-front {
  position: absolute;
  z-index: 3;
  bottom: -16px;
  transform: translateY(650px);
  transition: 1s ease-in-out;
  opacity: 0;
  width: unset;
  pointer-events: none;
  min-height: 100%;
  min-width: 100%;
}
.hero__img-front.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.hero__slider-tag-list-cont {
  position: relative;
}
.hero__btns-block {
  display: flex;
  gap: 16px;
  align-items: center;
}
.hero__btn {
  border: 2px solid #e4e4e4;
  padding: 22px 24px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 90%;
  letter-spacing: -4%;
  text-align: center;
  text-transform: uppercase;
  color: #080e29;
  transition: 0.3s ease;
}
.hero__btn:hover {
  color: #080e29;
  background: #d5e2f4;
}
.hero__btn:focus {
  color: #080e29;
  background: #d5e2f4;
}
.hero__btn.dark {
  background: #1E4D95;
  color: #fff;
  border: 2px solid #1E4D95;
}
.hero__btn.dark:hover {
  background: #44B2DC;
  color: #ffffff;
  border: 2px solid #44B2DC;
}
.hero__btn.dark:focus {
  background: #44B2DC;
  color: #ffffff;
  border: 2px solid #44B2DC;
}
.hero__reviews-block {
  display: flex;
  align-items: center;
  gap: 18px;
}
.hero__reviews-block-left {
  display: flex;
  align-items: center;
  gap: -16px;
}
.hero__reviews-block-left img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  border: 2px solid #ffffff;
}
.hero__reviews-block-left img:not(:first-child) {
  margin-left: -16px;
}
.hero__reviews-right-top {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hero__reviews-stars {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.hero__reviews-block-right {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.hero__reviews-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -0.02rem;
  color: #727272;
}
.hero__reviews-digits {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: right;
  color: #222;
  text-wrap: nowrap;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .hero__content {
    padding-top: 30px;
    gap: 20px;
  }
  .hero__left {
    max-width: 289px;
    width: 100%;
    gap: 16px;
  }
  .hero__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 88%;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    width: 100%;
  }
  .hero__title strong {
    font-family: "Room";
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 88%;
    letter-spacing: -0.04em;
  }
  .hero__reviews-block {
    gap: 8px;
  }
  .hero__reviews-block img {
    width: 38px;
    height: 38px;
  }
  .hero__img-front {
    bottom: -56px;
  }
  .hero__img-back {
    bottom: -48px;
  }
  .hero__btns-block {
    flex-flow: column;
    margin-top: 8px;
    gap: 8px;
  }
  .hero__btn {
    width: 100%;
    height: 48px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    padding: 18.5px;
  }
  .hero__reviews-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.02em;
  }
  .hero__reviews-stars svg {
    width: 20px;
    height: 20px;
  }
  .hero__reviews-digits {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.04em;
  }
  .hero__desc {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .hero__reviews-block-right {
    gap: 8px;
  }
  .hero__slider-content-top {
    padding: 16px;
    gap: 16px;
  }
  .hero__slider-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .hero__slider-tag-list {
    flex-flow: column;
    gap: 8px;
  }
  .hero__slider-tag {
    padding: 0;
    background: transparent;
    gap: 6px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.06em;
    backdrop-filter: blur(0);
    color: rgba(30, 30, 30, 0.8);
  }
  .hero__slider-tag br {
    display: none;
  }
  .hero__slider-tag img {
    width: 16px;
    height: 16px;
  }
  .hero__slider-content {
    height: 430px;
  }
  .hero__slider-btn {
    padding: 11px 8px;
  }
}
@media (max-width: 767px) {
  .hero__content {
    flex-flow: column;
    padding: 100px 0 0 0;
  }
  .hero__left {
    width: 100%;
    gap: 16px;
  }
  .hero__right {
    width: 100%;
  }
  .hero__reviews-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0.02rem;
    color: rgba(34, 34, 34, 0.7215686275);
  }
  .hero__title {
    font-family: Room;
    font-weight: 900;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 88%;
    letter-spacing: -0.04em;
  }
  .hero__title strong {
    font-family: Room;
    font-weight: 900;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -4%;
  }
  .hero__desc {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0;
    max-width: unset;
    margin-top: 8px;
  }
  .hero__reviews-block-left img {
    width: 42px;
    height: 42px;
  }
  .hero__reviews-block-right {
    gap: 8px;
  }
  .hero__reviews-digits {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: right;
  }
  .hero__btn {
    padding: 18.5px 0;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .hero__btns-block {
    margin-top: 8px;
  }
  .hero__slider-content-top {
    padding: 16px;
    gap: 16px;
  }
  .hero__slider-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .hero__slider-tag {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -6%;
    background: transparent;
    padding: 0;
    backdrop-filter: blur(0px);
    color: #c4c5cc;
  }
  .hero__slider-tag p {
    color: #c4c5cc;
  }
  .hero__slider-tag br {
    display: none;
  }
  .hero__slider-tag img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(86%) sepia(6%) saturate(207%) hue-rotate(199deg) brightness(95%) contrast(87%);
  }
  .hero__slider-tag-list {
    flex-flow: column;
    gap: 8px;
  }
  .hero__slider-content {
    height: 442px;
  }
  .hero__btns-block {
    margin-bottom: 24px;
    gap: 8px;
  }
  .hero__slider-btn {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.04rem;
    padding: 15px 7px;
    width: 100%;
    text-wrap: nowrap;
    transition: 0.3s ease;
    cursor: pointer;
  }
}/*# sourceMappingURL=style.css.map */