.title {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
.title_white {
  color: #fff;
}

.desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  .desc {
    font-size: 14px;
  }
}

.button {
  cursor: pointer;
  padding: 17px 25px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 26px;
  background: #ff7a11;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.button_green {
  background: #5e9d7e;
}
@media (max-width: 768px) {
  .button {
    font-size: 16px;
  }
}

.swiper-arrow-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: scale 0.3s ease, opacity 0.3s ease;
}
.swiper-arrow-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .swiper-arrow-btn {
    width: 32px;
    height: 32px;
  }
}

@media (hover: hover) {
  .button:hover {
    opacity: 0.8;
  }
  .button:active {
    scale: 0.97;
  }
  .swiper-arrow-btn:hover {
    scale: 1.03;
  }
  .swiper-arrow-btn:active {
    scale: 0.96;
  }
}
@media (hover: none) {
  .button:active {
    scale: 0.9;
  }
  .swiper-arrow-btn:active {
    scale: 0.9;
  }
}
.container {
  width: 100%;
  max-width: 1392px;
  padding-inline: 16px;
  margin-inline: auto;
}

.main {
  overflow: hidden;
}

section {
  padding: 70px 0;
}
@media (max-width: 768px) {
  section {
    padding: 32px 0;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}
.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
.header__logo {
  position: relative;
  display: flex;
  width: 95px;
  height: 95px;
  z-index: 1001;
}
@media (max-width: 768px) {
  .header__logo {
    width: 90px;
    height: 90px;
  }
}
.header__logo_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: end;
  text-align: right;
}
@media (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header__call {
  color: #231f20;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.header__time {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.header.menu-active .menu {
  opacity: 1;
  pointer-events: all;
}
.header.menu-active .burger {
  background: #f6f6f6;
}
.header.menu-active .burger__line:nth-child(1) {
  transform: rotate(45deg) translateY(5px) translateX(5px);
}
.header.menu-active .burger__line:nth-child(2) {
  opacity: 0;
}
.header.menu-active .burger__line:nth-child(3) {
  transform: rotate(-45deg) translateY(-5px) translateX(5px);
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f2f1ed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    padding: 160px 16px 10px;
    transition: all 0.3s ease;
  }
}
.menu__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  border-radius: 24px;
  background: #fff;
  padding: 17px 28px;
}
@media (max-width: 768px) {
  .menu__nav {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    padding: 0;
    background: transparent;
  }
}
.menu__link {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .menu__link {
    position: relative;
    font-size: 18px;
    width: 100%;
    padding: 7px 0;
  }
  .menu__link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M2 13C2 12.5091 2.37884 12.1111 2.84615 12.1111H23.1538C23.6211 12.1111 23.9999 12.5091 23.9999 13C23.9999 13.4909 23.6211 13.8889 23.1538 13.8889H2.84615C2.37884 13.8889 2 13.4909 2 13Z' fill='%23231F20'/%3E%3Cpath d='M15.7859 5.26035C16.1164 4.91322 16.6522 4.91322 16.9826 5.26035L23.7518 12.3715C24.0823 12.7186 24.0823 13.2814 23.7518 13.6285L16.9826 20.7396C16.6522 21.0868 16.1164 21.0868 15.7859 20.7396C15.4555 20.3925 15.4555 19.8298 15.7859 19.4826L21.9568 13L15.7859 6.51743C15.4555 6.1703 15.4555 5.60748 15.7859 5.26035Z' fill='%23231F20'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.menu__socbox {
  display: none;
}
@media (max-width: 768px) {
  .menu__socbox {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 64px;
  }
}
.menu__soclink {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #512913;
  width: 36px;
  height: 36px;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  z-index: 1000;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .burger {
    display: flex;
  }
}
.burger__line {
  width: 23px;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.footer {
  padding: 40px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 26px 0;
  }
}
.footer__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}
@media (max-width: 768px) {
  .footer__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 15px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 26px;
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .footer__column {
    gap: 24px;
    grid-row: 2/3;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .footer__column_conf {
    text-align: right;
  }
}
.footer__column h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .footer__column h3 {
    margin-bottom: 8px;
  }
}
.footer__column a {
  transition: color 0.3s ease;
}
.footer__column a:hover {
  color: #ff7a11;
}
.footer__btn {
  height: -moz-fit-content;
  height: fit-content;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .footer__btn {
    grid-column: 1/3;
    grid-row: 4/5;
    width: 100%;
  }
}
.footer__copyright {
  grid-column: 1/5;
  grid-row: 3/4;
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid rgba(35, 31, 32, 0.5);
}
@media (max-width: 768px) {
  .footer__copyright {
    grid-column: 1/3;
    padding-top: 32px;
  }
}
.footer__socbox {
  display: flex;
  align-content: center;
  justify-content: end;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__socbox {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.footer__soc-link {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #512913;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__soc-link {
    width: 36px;
    height: 36px;
  }
  .footer__soc-link svg {
    width: 20px;
    height: 20px;
  }
}
.footer__logo {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 87px;
    height: 87px;
  }
}

.hero {
  position: relative;
  padding: 160px 0 320px;
}
@media (max-width: 768px) {
  .hero {
    padding: 130px 0 360px;
  }
}
.hero__title {
  color: #231f20;
  font-size: 276px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 19cqw;
    margin-bottom: 30px;
  }
}
.hero__box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__box {
    margin-bottom: 14px;
    flex-direction: column;
    gap: 30px;
  }
}
.hero__desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  max-width: 370px;
}
@media (max-width: 768px) {
  .hero__desc {
    font-size: 18px;
  }
}
.hero__marks {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .hero__marks {
    align-items: start;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.hero__mark {
  color: #5e9d7e;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding: 17px 25px;
  border-radius: 26px;
  border: 1px solid #5e9d7e;
}
@media (max-width: 768px) {
  .hero__mark {
    font-size: 16px;
    padding: 13px 20px;
  }
}
.hero__btn {
  position: relative;
  min-width: 322px;
  margin-bottom: 28px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-bottom: 20px;
  }
}
.hero__htu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__htu {
    font-size: 16px;
    gap: 8px;
  }
}
.hero__htu span {
  position: relative;
}
.hero__htu span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 0, 0, 0.5);
}
.hero__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  height: 654px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero__img {
    left: unset;
    right: 0;
    transform: none;
    max-width: 330px;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-position: bottom right;
    object-position: bottom right;
    z-index: -1;
  }
}

.about {
  padding: 0;
  background: #5e9d7e;
}
.about__box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media (max-width: 768px) {
  .about__box {
    grid-template-columns: 100%;
  }
}
.about__left {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 70px;
  padding: 110px 100px;
}
@media (max-width: 768px) {
  .about__left {
    padding: 50px 16px;
    gap: 30px;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 26px;
}
@media (max-width: 768px) {
  .about__content {
    gap: 20px;
  }
}
.about__subtitle {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .about__subtitle {
    font-size: 20px;
  }
}
.about__desc {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__link {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: opacity 0.3s ease;
}
.about__link:hover {
  opacity: 0.8;
}
.about__link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.swiper-about {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 768px) {
  .swiper-about {
    gap: 13px;
  }
}
.swiper-about .swiper-slide {
  height: 210px;
}
.swiper-about__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .swiper-about__img {
    aspect-ratio: 1/1;
  }
}
.swiper-about .swiper-notification {
  display: none;
}

.swiper-about-pagination {
  position: relative;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper-about-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.swiper-about-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.advantages {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .advantages {
    padding-top: 70px;
  }
}
.advantages__title {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .advantages__title {
    margin-bottom: 20px;
  }
}
.advantages__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .advantages__box {
    display: flex;
    gap: 12px;
    overflow: auto;
    width: 100vw;
    margin-inline: -16px;
    padding-inline: 16px;
    padding-bottom: 10px;
  }
}

.advcard {
  position: relative;
  border-radius: 24px;
  padding: 22px;
  height: 486px;
  overflow: hidden;
  min-width: 300px;
}
@media (max-width: 768px) {
  .advcard {
    height: 400px;
    border-radius: 20px;
    padding: 20px;
    flex-shrink: 0;
  }
}
.advcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -2;
}
.advcard__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -3;
}
.advcard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #512913;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.advcard__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advcard__title {
  position: relative;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-size: 206px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 768px) {
  .advcard__title {
    font-size: 170px;
  }
}
.advcard__title::before {
  content: attr(data-text);
  position: absolute;
  top: -10px;
  left: -14px;
  color: white;
  font-size: 206px;
  font-weight: 700;
  line-height: 100%;
  transition: top 0.3s 0.2s ease, left 0.3s 0.2s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
  .advcard__title::before {
    font-size: 170px;
    top: -7px;
    left: -10px;
  }
}
.advcard__desc {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .advcard__desc {
    font-size: 24px;
  }
}
.advcard:hover::after {
  opacity: 0;
}
.advcard:hover .advcard__title::before {
  top: 0;
  left: 0;
  opacity: 0;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s 0.2s ease;
}

.feedback__box {
  background: #5e9d7e;
  padding: 46px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .feedback__box {
    grid-template-columns: 100%;
    padding: 26px;
  }
}
.feedback__left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 0;
}
@media (max-width: 768px) {
  .feedback__left {
    align-items: center;
    text-align: center;
    gap: 18px;
  }
}
.feedback__subtitle {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .feedback__subtitle {
    font-size: 20px;
  }
}
.feedback__desc {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 768px) {
  .feedback__desc {
    font-size: 16px;
  }
}
.feedback__subscrb {
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .feedback__subscrb {
    gap: 10px;
  }
}
.feedback__subscrb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #231f20;
}
@media (max-width: 768px) {
  .feedback__subscrb-icon {
    width: 50px;
    height: 50px;
  }
}
.feedback__subscrb-title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .feedback__subscrb-title {
    font-size: 12px;
  }
}
.feedback__right {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 768px) {
  .feedback__right {
    order: -1;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .feedback__title {
    font-size: 24px;
    text-align: center;
  }
}
.feedback__img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 330px;
  max-width: 570px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .feedback__img {
    position: relative;
    bottom: unset;
    right: unset;
    height: 100%;
    width: 100%;
  }
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feedback-form__btn {
  outline: none;
  border: none;
  width: 100%;
  margin-top: 8px;
}
.feedback-form__checkbox {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .feedback-form__checkbox {
    gap: 5px;
    margin-top: 8px;
  }
}
.feedback-form__checkbox input {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1px;
}
.feedback-form__checkbox span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  max-width: 310px;
}
@media (max-width: 768px) {
  .feedback-form__checkbox span {
    font-size: 14px;
    max-width: 100%;
  }
}

.feedback-input {
  border-radius: 26px;
  border: 1px solid #5e9d7e;
  background: #fff;
  padding: 15px 20px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .feedback-input {
    font-size: 16px;
  }
}
.feedback-input::-moz-placeholder {
  color: rgba(35, 31, 32, 0.5);
}
.feedback-input::placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.step-select {
  display: none;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select__trigger {
  position: relative;
  cursor: pointer;
  border-radius: 26px;
  border: 1px solid #5e9d7e;
  background: #fff;
  padding: 17px 20px;
  color: #000;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .custom-select__trigger {
    font-size: 16px;
  }
}
.custom-select__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.custom-select.is-open .custom-select__trigger {
  border-color: #007bff;
}

.custom-select.is-open .custom-select__trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #fff;
  border: 1px solid transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.custom-select.is-open .custom-options {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  margin-top: -50px;
  border-radius: 26px;
  padding-top: 50px;
}

.custom-option {
  padding: 8px 10px;
  cursor: pointer;
  background: #fff;
  color: #000;
  transition: background 0.2s;
  display: grid;
  grid-template-columns: 150px 1fr 1fr 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-option {
    grid-template-columns: 80px 1fr 1fr 1fr;
    gap: 5px;
    background: #ff7a11;
  }
}

.custom-option:hover {
  background: #ff7a11;
}
.custom-option:hover .option-label {
  color: #fff;
}

.custom-option.is-selected {
  background: #ff7a11;
}
.custom-option.is-selected .option-label {
  color: #fff;
}

.option-label {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .option-label {
    color: #fff;
    font-size: 16px;
  }
}

.op {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
  text-align: right;
}
@media (max-width: 768px) {
  .op {
    gap: 4px;
  }
}
.op__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 768px) {
  .op__subtitle {
    font-size: 10px;
  }
}
.op__title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .op__title {
    font-size: 12px;
  }
}

.htracker {
  background: #512913;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .htracker {
    padding-bottom: 46px;
  }
}
.htracker__title {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .htracker__title {
    margin-bottom: 32px;
    text-align: center;
  }
}
.htracker__box {
  position: relative;
  min-height: 490px;
}
@media (max-width: 768px) {
  .htracker__box {
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.htracker__circle {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 0;
  width: 1130px;
  height: 1130px;
}
@media (max-width: 768px) {
  .htracker__circle {
    position: relative;
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .htracker__circle::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: -1;
  }
}
.htracker__circle-inner {
  display: flex;
  flex-direction: column;
}
.htracker__inbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .htracker__inbox {
    position: relative;
    left: unset;
    transform: none;
    bottom: unset;
  }
}
.htracker__img {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .htracker__img {
    width: 295px;
    height: 295px;
  }
}
.htracker__htu {
  color: #fff;
}
.htracker__htu span::after {
  background: #fff;
}
@media (min-width: 769px) {
  .htracker.animated .htracker-item__box {
    transform: scale(1);
  }
  .htracker.animated .htracker-item:first-child {
    transform: rotate(15deg);
  }
  .htracker.animated .htracker-item:first-child .htracker-item__inner {
    transform: rotate(-15deg);
  }
  .htracker.animated .htracker-item:nth-child(2) {
    transform: rotate(35deg);
  }
  .htracker.animated .htracker-item:nth-child(2) .htracker-item__inner {
    transform: rotate(-35deg);
  }
  .htracker.animated .htracker-item:nth-child(3) {
    transform: rotate(55deg);
  }
  .htracker.animated .htracker-item:nth-child(3) .htracker-item__inner {
    transform: rotate(-55deg);
  }
  .htracker.animated .htracker-item:nth-child(4) {
    transform: rotate(120deg);
  }
  .htracker.animated .htracker-item:nth-child(4) .htracker-item__inner {
    transform: rotate(-120deg);
  }
  .htracker.animated .htracker-item:nth-child(5) {
    transform: rotate(140deg);
  }
  .htracker.animated .htracker-item:nth-child(5) .htracker-item__inner {
    transform: rotate(-140deg);
  }
  .htracker.animated .htracker-item:nth-child(6) {
    transform: rotate(163deg);
  }
  .htracker.animated .htracker-item:nth-child(6) .htracker-item__inner {
    transform: rotate(-163deg);
  }
}

.htracker-item {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 50%;
  left: 0%;
  width: 51%;
  transform-origin: 100% 100%;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .htracker-item {
    position: relative;
    width: calc(100vw - 60px);
    bottom: unset;
    left: unset;
    transform-origin: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.htracker-item__inner {
  width: -moz-fit-content;
  width: fit-content;
}
.htracker-item__ellipse {
  position: relative;
  left: -30%;
  width: 20px;
  height: 20px;
  background: #ff7a11;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .htracker-item__ellipse {
    left: unset;
    margin-inline: auto;
  }
}
.htracker-item__box {
  position: absolute;
  top: calc(-100% - 50px);
  left: -100px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  border-radius: 26px;
  background: #fff;
  width: 360px;
}
@media (min-width: 769px) {
  .htracker-item__box {
    transform: scale(0);
    transition: all 0.6s 1s ease;
  }
}
@media (max-width: 768px) {
  .htracker-item__box {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }
}
.htracker-item__title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .htracker-item__title {
    display: flex;
    overflow: visible;
    font-size: 14px;
  }
}
.htracker-item__num {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: #ff7a11;
}
@media (max-width: 768px) {
  .htracker-item__num {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .htracker-item:first-child {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:first-child .htracker-item__inner {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(2) {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(2) .htracker-item__inner {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(3) {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(3) .htracker-item__inner {
    transform: rotate(0deg);
  }
}
.htracker-item:nth-child(3) .htracker-item__box {
  width: 320px;
}
@media (max-width: 768px) {
  .htracker-item:nth-child(3) .htracker-item__box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(4) {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(4) .htracker-item__inner {
    transform: rotate(0deg);
  }
}
.htracker-item:nth-child(4) .htracker-item__box {
  left: -170px;
  width: 430px;
}
@media (max-width: 768px) {
  .htracker-item:nth-child(4) .htracker-item__box {
    left: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(5) {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(5) .htracker-item__inner {
    transform: rotate(0deg);
  }
}
.htracker-item:nth-child(5) .htracker-item__box {
  width: 390px;
}
@media (max-width: 768px) {
  .htracker-item:nth-child(5) .htracker-item__box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(6) {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .htracker-item:nth-child(6) .htracker-item__inner {
    transform: rotate(0deg);
  }
}
.htracker-item:nth-child(6) .htracker-item__box {
  width: 330px;
}
@media (max-width: 768px) {
  .htracker-item:nth-child(6) .htracker-item__box {
    width: 100%;
  }
}
.htracker-item:nth-child(5) .htracker-item__ellipse,
.htracker-item:nth-child(6) .htracker-item__ellipse {
  left: -60%;
}
@media (max-width: 768px) {
  .htracker-item:nth-child(5) .htracker-item__ellipse,
  .htracker-item:nth-child(6) .htracker-item__ellipse {
    left: unset;
  }
}
.htracker-item:nth-child(5) .htracker-item__box,
.htracker-item:nth-child(6) .htracker-item__box {
  left: -220px;
}
@media (max-width: 768px) {
  .htracker-item:nth-child(5) .htracker-item__box,
  .htracker-item:nth-child(6) .htracker-item__box {
    left: unset;
  }
}

.mobapp {
  padding: 140px 0;
}
@media (max-width: 768px) {
  .mobapp {
    padding: 64px 0;
  }
}
.mobapp__box {
  border-radius: 24px;
  background: #231f20;
  padding: 46px 46px 80px;
  display: grid;
  grid-template-columns: 630px 1fr;
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mobapp__box {
    grid-template-columns: 100%;
    gap: 15px;
    padding: 46px;
  }
}
.mobapp__title {
  max-width: 450px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .mobapp__title {
    margin-bottom: 46px;
  }
}
.mobapp__left-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 36px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .mobapp__left-box {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 16px;
  }
}
.mobapp__btns {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .mobapp__btns {
    display: none;
  }
}
.mobapp__left {
  position: relative;
  z-index: 1;
}
.mobapp__right {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .mobapp__right {
    height: 400px;
  }
}
.mobapp__img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
.mobapp__img-phones {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 550px;
  width: 430px;
  -o-object-position: left;
  object-position: left;
}
@media (max-width: 768px) {
  .mobapp__img-phones {
    height: 400px;
    width: 100%;
    -o-object-position: center;
    object-position: center;
  }
}
.mobapp__img-app1 {
  width: 130px;
  height: 130px;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .mobapp__img-app1 {
    width: 100px;
    height: 100px;
  }
}
.mobapp__img-play1 {
  width: 100px;
  height: 100px;
  top: 20px;
  right: 110px;
}
@media (max-width: 768px) {
  .mobapp__img-play1 {
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
  }
}
.mobapp__img-app2 {
  width: 102px;
  height: 102px;
  bottom: 20px;
  right: 160px;
}
@media (max-width: 768px) {
  .mobapp__img-app2 {
    width: 80px;
    height: 80px;
    bottom: 30px;
    right: 30px;
  }
}
.mobapp__img-play2 {
  width: 100px;
  height: 100px;
  left: 0;
  bottom: 80px;
}
@media (max-width: 768px) {
  .mobapp__img-play2 {
    bottom: 30px;
    width: 80px;
    height: 80px;
  }
}
.mobapp__img_yb1 {
  top: -250px;
  left: -220px;
  width: 520px;
  height: 520px;
}
@media (max-width: 768px) {
  .mobapp__img_yb1 {
    top: -760px;
    left: unset;
    right: -100px;
  }
}
.mobapp__img_yb2 {
  bottom: -250px;
  right: -80px;
  width: 520px;
  height: 520px;
}
@media (max-width: 768px) {
  .mobapp__img_yb2 {
    left: -200px;
    right: unset;
  }
}

.mobapp__btns_mob {
  display: none;
}
@media (max-width: 768px) {
  .mobapp__btns_mob {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 26px;
    z-index: 1;
  }
}

.mobapp-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobapp-btn__img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .mobapp-btn__img {
    width: 34px;
    height: 34px;
  }
}
.mobapp-btn__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-left: 6px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .mobapp-btn__title {
    font-size: 16px;
  }
}

.mobapp-fact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .mobapp-fact {
    gap: 16px;
  }
}
.mobapp-fact__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #5e9d7e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .mobapp-fact__icon {
    width: 34px;
    height: 34px;
  }
}
.mobapp-fact__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .mobapp-fact__title {
    font-size: 18px;
  }
}

.anyquest {
  position: relative;
  background: #5e9d7e;
  padding: 70px 0 200px;
  z-index: 0;
}
@media (max-width: 768px) {
  .anyquest {
    padding: 230px 0 475px;
  }
}
.anyquest__box {
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 565px;
  margin-inline: auto;
  padding: 46px;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .anyquest__box {
    padding: 32px 26px;
  }
}
.anyquest__title {
  color: #231f20;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .anyquest__title {
    font-size: 24px;
  }
}
.anyquest__bg {
  position: absolute;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
}
.anyquest__bg_horse {
  bottom: -10px;
  left: -10px;
  height: 560px;
  width: 420px;
  -o-object-position: right bottom;
  object-position: right bottom;
  z-index: 0;
}
@media (max-width: 768px) {
  .anyquest__bg_horse {
    height: 400px;
    width: 300px;
  }
}
.anyquest__bg_tg {
  height: 220px;
  width: 320px;
  top: 36px;
  right: 40px;
}
@media (max-width: 768px) {
  .anyquest__bg_tg {
    width: 250px;
    height: 150px;
    top: 20px;
    right: 0;
  }
}
.anyquest__bg_horseshoe1 {
  top: 30px;
  left: 65px;
}
@media (max-width: 768px) {
  .anyquest__bg_horseshoe1 {
    top: 18px;
    left: 20px;
  }
}
.anyquest__bg_horseshoe2 {
  top: 125px;
  left: 180px;
}
@media (max-width: 768px) {
  .anyquest__bg_horseshoe2 {
    left: 35px;
    top: 130px;
  }
}
.anyquest__bg_horseshoe3 {
  top: 70px;
  left: 260px;
}
@media (max-width: 768px) {
  .anyquest__bg_horseshoe3 {
    top: 90px;
    left: 135px;
  }
}
.anyquest__bg_horseshoe4 {
  right: 245px;
  bottom: 200px;
}
@media (max-width: 768px) {
  .anyquest__bg_horseshoe4 {
    right: 50px;
    bottom: 260px;
  }
}
.anyquest__bg_horseshoe5 {
  right: 106px;
  bottom: 121px;
}
@media (max-width: 768px) {
  .anyquest__bg_horseshoe5 {
    bottom: 130px;
    right: -40px;
  }
}
.anyquest__bg_horseshoe6 {
  right: 205px;
  bottom: 21px;
}
@media (max-width: 768px) {
  .anyquest__bg_horseshoe6 {
    right: 150px;
    bottom: 170px;
  }
}

.anyquest-form .feedback-input {
  border: none;
  background: #efefef;
}
.anyquest-form .custom-select__trigger {
  background: #efefef;
  border: none;
}
.anyquest-form .feedback-form__btn {
  margin-top: 30px;
}

.imp {
  padding: 52px 0;
  background: #512913;
  margin: 140px 0;
}
@media (max-width: 768px) {
  .imp {
    padding: 40px 0;
    margin: 64px 0;
  }
}
.imp__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .imp__heading {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.imp__title {
  max-width: 520px;
}
@media (max-width: 768px) {
  .imp__title {
    max-width: 100%;
  }
}
.imp__links {
  display: flex;
  align-items: end;
  gap: 26px;
}
@media (max-width: 768px) {
  .imp__links {
    justify-content: end;
    gap: 15px;
  }
}
.imp__link {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .imp__link {
    gap: 3px;
  }
}
.imp__link span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}
.imp__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .imp__box {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 32px;
    gap: 12px;
    margin-inline: -16px;
    padding-inline: 16px;
    padding-bottom: 10px;
  }
}
.imp__table-wrapper {
  margin-top: 36px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 768px) {
  .imp__table-wrapper {
    width: 800px;
  }
}
.imp__table-wrapper-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin-inline: -16px;
  padding-inline: 16px;
  padding-bottom: 10px;
}
.imp__table {
  width: 100%;
  color: #512913;
  border-collapse: collapse;
  border-style: hidden;
  font-size: 20px;
}
@media (max-width: 768px) {
  .imp__table {
    font-size: 18px;
  }
}
.imp__table th,
.imp__table td {
  padding: 16px 30px;
  border: 1px solid #512913;
}
.imp__table th {
  text-align: left;
}

.imp-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #fff;
  background: #fff;
  padding: 24px;
}
@media (max-width: 768px) {
  .imp-card {
    min-width: 360px;
  }
}
.imp-card__icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.imp-card__title {
  color: #512913;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.imp-card__desc {
  color: #512913;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.pnf {
  min-height: 700px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  padding: 95px 16px;
}
@media (max-width: 768px) {
  .pnf {
    gap: 20px;
  }
}
.pnf__title {
  color: #231f20;
  font-size: 270px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 768px) {
  .pnf__title {
    font-size: 52cqw;
  }
}
.pnf__desc {
  color: #231f20;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 768px) {
  .pnf__desc {
    font-size: 20px;
  }
}
.pnf__btn {
  min-width: 484px;
}
@media (max-width: 768px) {
  .pnf__btn {
    min-width: 100%;
  }
}

.thx__title {
  color: #231f20;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 768px) {
  .thx__title {
    font-size: 17cqw;
  }
}

@keyframes float1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes float2 {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1) translateY(-15px);
  }
}
@keyframes float3 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes float4 {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1) translateY(-25px);
  }
}
.float1 {
  animation: float1 3s ease-in-out infinite;
}

.float2 {
  animation: float2 4s ease-in-out infinite;
  animation-delay: 0.5s;
}

.float3 {
  animation: float3 5s ease-in-out infinite;
  animation-delay: 1s;
}

.float4 {
  animation: float4 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"),
    auto;
  visibility: hidden;
}
@media (max-width: 768px) {
  .modal {
    padding: 16px;
  }
}
.modal.is_active {
  display: flex;
  visibility: visible;
}
.modal.is_active .modal-inner {
  animation: scaleModal 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.modal.is_active .modal-inner__bg {
  animation: scaleModal 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards,
    float2 3s ease-in-out 0.8s infinite;
  animation-delay: 0.3s;
}
.modal.is_active .modal-inner__bg_bottom {
  animation: scaleModal 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards,
    float1 3s ease-in-out 0.8s infinite;
}
.modal__close {
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale 0.3s ease;
}
@media (max-width: 768px) {
  .modal__close {
    top: 24px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .modal__close svg {
    width: 24px;
    height: 24px;
  }
}
.modal__close:hover {
  scale: 1.1;
}
.modal__close:active {
  scale: 0.9;
}
.modal__title {
  color: #231f20;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
  width: calc(100% - 32px);
}

.modal-inner {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 24px;
  padding: 46px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  cursor: auto;
  will-change: scale, opacity, transform;
}
@media (max-width: 768px) {
  .modal-inner {
    padding: 25px;
    border: 16px;
  }
}
.modal-inner__box {
  width: 100%;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-form__input {
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.modal-form__input::-moz-placeholder {
  color: #fff;
}
.modal-form__input::placeholder {
  color: #fff;
}
@media (max-width: 768px) {
  .modal-form__input {
    padding: 18px 12px;
    font-size: 14px;
  }
}
.modal-form__submit {
  padding: 24px;
  border-radius: 16px;
  background: #000;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  border: none;
  outline: none;
}
.modal-form__submit:hover {
  background: #000;
}
@media (max-width: 768px) {
  .modal-form__submit {
    padding: 17px;
    font-size: 15px;
  }
}
.modal-form .modal-form__btn {
  margin-top: 0;
}

@keyframes scaleModal {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} /*# sourceMappingURL=style.css.map */
