* { margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline; }
.page__body {
  font-size: 16px;
  font-family: "Open Sans";
  background: linear-gradient(90deg, #e5f5ff 0%, #d7f0ff 15%, #d7f0ff 30%, #bde6ff 50%, #d7f0ff 70%, #d7f0ff 85%, #eef7fd 100%);
  color: #000000;
  }
.container { margin: 0px auto; }
@media screen and (min-width: 576px) {
  .container { max-width: 540px; }
}
@media screen and (min-width: 768px) {
  .container { max-width: 720px; }

  .page__body {
  font-size: 16px;
  font-family: "Open Sans";
  background: linear-gradient(90deg, #ffffff 0%, #f0f9ff 15%, #d7f0ff 30%, #bde6ff 50%, #eafaf1 70%, #fcf9f8 85%, #ffffff 100%);
  color: #000000;
  }
}
@media screen and (min-width: 992px) {
  .container { max-width: 960px; }
}
@media screen and (min-width: 1200px) {
  .container { max-width: 1140px; }
}
@media screen and (min-width: 1400px) {
  .container { max-width: 1320px; }
}
.header {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 100px;padding: 16px 16px 0px;}
.header__logo { display: flex; width: 200px; height: 38px; }
.header__link { flex: 0 1 auto; }
.header__toggler { display: flex; position: relative; align-items: center; justify-content: flex-end; width: 18px; height: 18px; }
@media screen and (min-width: 992px) {
  .header__toggler { display: none; }
}
.header__toggler:hover { cursor: pointer; }
.header__toggler::after { content: ""; position: absolute; border-style: solid; border-color: rgb(0, 0, 0); border-width: 0px 2px 2px 0px; height: 12px; width: 12px; left: 0px; margin-top: -6px; transform: rotate(45deg); transition: 0.3s; }
.header__toggler_rotated::after { transform: rotate(225deg); }
.nav {display: flex;justify-content: center;flex-wrap: wrap;padding-top: 16px;max-height: 0px;overflow: hidden;position: absolute;top: 45px;transition: max-height 0.3s;}
@media screen and (min-width: 992px) {
  .nav { height: auto; max-height: 200px; flex-wrap: nowrap; position: relative; top: 0px; padding-top: 0px; }
}
.nav__item { display: flex; flex-direction: column; width: 50%; margin-bottom: 16px; }
@media screen and (min-width: 992px) {
  .nav__item { margin-bottom: 0px; width: 160px; font-size: 0.875rem; margin-left: 16px; }
}
@media screen and (min-width: 1200px) {
  .nav__item { width: 180px; font-size: 1rem; margin-left: 24px; }
}
@media screen and (min-width: 1400px) {
  .nav__item { width: 208px; }
}
.nav__link { color: black; text-decoration: none; }
.nav__link_bold { font-weight: 700; }
.nav__separator { border-left: 1px solid rgb(196, 196, 196); height: 44px; display: none; }
@media screen and (min-width: 992px) {
  .nav__separator { display: block; }
}
.nav__text { color: rgb(107, 107, 107); }
.nav__text_uppercase { text-transform: uppercase; }
.nav_active { max-height: 200px; }
.main-screen { display: flex; justify-content: space-between; align-items: center; padding-bottom: 64px; }
.main-screen__wrapper {flex-direction: column;display: flex;justify-content: space-between;margin-left: auto;margin-right: auto;padding: 16px 16px 0px;max-width: 625px;}
.main-screen__title { font-size: 2rem; line-height: 42px; font-family: "Dela Gothic One", sans-serif; }
@media screen and (min-width: 576px) {
  .main-screen__wrapper { margin: 0px; padding: 0px; }
  .main-screen__title { font-size: 2rem; line-height: 56px; font-family: "Dela Gothic One", sans-serif; }
}
.main-screen__wrapper_footer { width: 100%; }

@media screen and (min-width: 768px) {
  .main-screen__title { font-size: 3.5rem; }
}
.main-screen__subtitle { font-size: 1rem; margin-top: 32px; }
@media screen and (min-width: 768px) {
  .main-screen__subtitle { font-size: 2.25rem; margin-top: 48px; }
}
.main-screen__image { display: none; width: 40%; height: 50%; }
@media screen and (min-width: 1200px) {
  .main-screen__image { display: block; }
}
.main-screen__row { align-items: center; }
@media screen and (min-width: 576px) {
  .main-screen__row { display: flex; }
}
.main-screen__group { width: 100%; flex: 1 1 0%; margin-right: 24px; position: relative; margin-bottom: 16px; }
.main-screen__group:last-child { margin-right: 0px; }
.main-screen__input:valid + .main-screen__placeholder { display: none; }
.main-screen__input { width: 100%; border: 1px solid rgb(154, 172, 181); border-radius: 90px; padding: 9px 20px; height: 65px; box-sizing: border-box; font-weight: 400; font-size: 18px; line-height: 306%; color: rgb(154, 172, 181); position: relative; }
@media screen and (min-width: 576px) {
  .main-screen__input { margin-bottom: 0px; }
}
@media screen and (min-width: 768px) {
  .main-screen__input { width: 300px; }
}
.main-screen__input:focus { outline: rgb(61, 104, 225) solid 0.125rem; }
.main-screen__input_footer { width: 100%; }
.main-screen__form { margin-top: 48px; }
@media screen and (min-width: 768px) {
  .main-screen__form { font-size: 1.125rem; box-sizing: border-box; }
}
.main-screen__form_footer { width: 100%; }
.main-screen__submit { border: none; cursor: pointer; border-radius: 90px; padding: 10px 20px; width: 100%; height: 65px; background: linear-gradient(2deg, rgb(63, 183, 89) 0%, rgb(20, 229, 66) 100%); font-weight: 500; font-size: 20px; line-height: 105%; color: rgb(255, 255, 255); transition: 0.3s; }
.main-screen__submit:hover { 
                               box-shadow: rgba(7, 209, 0, 0.35) 0px 4px 20px 0px;
    background: linear-gradient(141deg, rgb(63, 183, 89) 0%, rgb(20, 229, 66) 100%);
}
.main-screen__submit:active { box-shadow: rgba(38, 54, 153, 0.04) 0px 8px 16px 0px; background-color: rgb(114, 146, 233); }
.main-screen__submit_uppercase {text-transform: uppercase;margin-bottom: 10px;}
.main-screen__submit_uppercase.open{
  margin-top:30px;
  max-width:600px;
}
.main-screen__submit_uppercase.open.blue{
  
background: linear-gradient(168deg, rgb(126, 200, 241) 0%, rgb(50, 161, 222) 100%);
}
.main-screen__submit_uppercase.open.blue:hover{
      box-shadow: rgba(50, 161, 222,0.35) 0px 4px 20px 0px;
    background: linear-gradient(168deg, rgb(50, 161, 222) 0%, rgb(126, 200, 241) 100%);
}

.main-screen__label { font-size: 0.875rem; display: block; text-align: center; margin-top: 8px; }
.main-screen__label_footer-copyright {margin-bottom: 32px;margin-top: 10px;display: block;}
.main-screen__placeholder { font-size: 1.125rem; position: absolute; pointer-events: none; top: 50%; left: 20px; margin: auto; color: rgb(116, 116, 116); transform: translateY(-50%); }
.main-screen__asterisk { color: red; }
.main-screen_pb_100 { padding-bottom: 100px; }
.captcha { margin-top: 0px; text-align: left; }
@media screen and (min-width: 576px) {
  .captcha { margin-top: 20px; }
}
.captcha__message { color: red; display: none; }
.captcha_highlight { border: 2px solid red; }
.data { background: linear-gradient(2deg, rgb(63, 183, 89) 0%, rgb(20, 229, 66) 100%); color: white; border-radius: 40px; margin-top: 50px; }
@media screen and (min-width: 576px) {
  .data { background: linear-gradient(2deg, rgb(63, 183, 89) 0%, rgb(20, 229, 66) 100%); color: white; border-radius: 90px; margin-top: 100px; }
}
.feature { padding: 64px 16px; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.feature__title { max-width: 850px; font-family: "Dela Gothic One", Regular; font-size: 1.75rem; }
@media screen and (min-width: 1200px) {
  .feature__title { font-size: 3rem; }
}
.feature__text { max-width: 850px; margin: 32px 0px; }
@media screen and (min-width: 1200px) {
  .feature__text { font-size: 1.875rem; }
}
.feature__container { border-radius: 20px; overflow: hidden; width: 100%; }
.feature__img { width: auto; }
.connect {background: linear-gradient(168deg, rgb(126, 200, 241) 0%, rgb(50, 161, 222) 100%);color: white;border-radius: 40px;margin-top: 50px;}
.connect__img { width: 308px; }
@media screen and (min-width: 576px) {
  .connect__img { width: 350px; }
  .connect{
    
border-radius: 90px;
    
margin-top: 100px;
  }
}
.benefits { display: flex; justify-content: center; align-items: center; text-align: center; padding: 64px 16px; background: linear-gradient(2deg, rgb(63, 183, 89) 0%, rgb(20, 229, 66) 100%); border-radius: 40px; color: white; }
@media screen and (min-width: 576px) {
.benefits { display: flex; justify-content: center; align-items: center; text-align: center; padding: 64px 16px; background: linear-gradient(2deg, rgb(63, 183, 89) 0%, rgb(20, 229, 66) 100%); border-radius: 90px; color: white; }

}
.benefits__text { max-width: 960px; font-size: 1.375rem; line-height: 1.6; }
@media screen and (min-width: 1200px) {
  .benefits__text { font-size: 2.5rem; line-height: 1.6; }
}
.benefits__highlighting { border-radius: 30px; padding: 0px 16px 4px; }
@media screen and (min-width: 1200px) {
  .benefits__highlighting { padding: 0px 16px 6px; }
}
.benefits__highlighting_blue { background-color: rgb(153, 181, 235); animation: 1s ease-in-out 0s infinite normal none running pulse-blue; }
.benefits__highlighting_green { background-color: rgb(153, 194, 165); animation: 1s ease-in-out 0s infinite normal none running pulse-green; }
.benefits__highlighting_yellow { background-color: rgb(249, 231, 138); animation: 1s ease-in-out 0s infinite normal none running pulse-yellow; }
@keyframes pulse-blue { 
  0%, 100% { background-color: rgb(153, 181, 235); }
  50% { background-color: rgb(179, 201, 242); }
}
@keyframes pulse-green { 
  0%, 100% { background-color: rgb(153, 194, 165); }
  50% { background-color: rgb(185, 216, 189); }
}
@keyframes pulse-yellow { 
  0%, 100% { background-color: rgb(249, 231, 138); }
  50% { background-color: rgb(255, 244, 179); }
}
.analytics { background: linear-gradient(rgb(255, 251, 120) 0%, rgb(251, 179, 122) 100%); border-radius: 40px; margin-top: 50px; }
.comparison { padding: 64px 0px; background: linear-gradient(rgb(187, 232, 255) 0%, rgb(87, 171, 213) 100%); margin-top: 50px; border-radius: 40px; }
.comparison__title { margin-bottom: 30px; font-family: "Dela Gothic One", Regular; font-size: 1.75rem; }
@media screen and (min-width: 576px) {
  .comparison__title { font-size: 3rem; }
  .analytics { background: linear-gradient(rgb(255, 251, 120) 0%, rgb(251, 179, 122) 100%); border-radius: 90px; margin-top: 100px; }
  .comparison { padding: 64px 0px; background: linear-gradient(rgb(187, 232, 255) 0%, rgb(87, 171, 213) 100%); margin-top: 100px; border-radius: 90px; }
}
@media screen and (min-width: 768px) {
  .comparison__title { margin-bottom: 64px; }
}
.comparison__container { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.comparison__wrapper { width: 100%; }
@media screen and (min-width: 768px) {
  .comparison__wrapper {display: flex;justify-content: center;}
}
.comparison-card { background-color: rgb(255, 255, 255); box-sizing: border-box; display: flex; flex-direction: column; border-radius: 50px; padding: 32px; gap: 32px; margin: 0px 16px; }
@media screen and (min-width: 768px) {
  .comparison-card { margin: 0px; width: 50%; padding-bottom: 48px; }
}
@media screen and (min-width: 992px) {
  .comparison-card { margin: 0px; font-size: 1.5rem; min-height: 500px; padding: 48px; gap: 48px; }
}
@media screen and (min-width: 1200px) {
  .comparison-card { font-size: 1.5rem; padding: 60px 48px 48px; }
}
@media screen and (min-width: 1400px) {
  
}
.comparison-card {min-height: 500px;padding: 72px 48px 48px;gap: 30px;border-radius: 40px 40px 0 0px;}
.comparison-card_secondary {background-color: rgb(51, 157, 199);border-radius: 0 0px 40px 40px;}
.comparison-card__logo-wrapper { width: 100%; display: flex; justify-content: center; align-items: center; }
.comparison-card__wrapper { display: flex; flex-direction: column; gap: 16px; }
@media screen and (min-width: 768px) {
  .comparison-card__wrapper { gap: 20px; }
  .comparison-card{gap: 75px;}

  .comparison-card {min-height: 610px;padding: 72px 48px 48px;gap: 50px;border-radius: 40px 0px 0px 40px;}
    .comparison-card_secondary {background-color: rgb(51, 157, 199);border-radius: 0 40px 40px 0;}
}
@media screen and (min-width: 1400px) {
  .comparison-card__wrapper { gap: 32px; }
}
.comparison-card__img { width: 197px; height: 36px; }
@media screen and (min-width: 992px) {
  .comparison-card__img { width: 264px; height: 48px; }
}
.comparison-card__item { display: flex; align-items: center; gap: 13px; }
@media screen and (min-width: 1200px) {
  .comparison-card__item { gap: 32px; }
}
.comparison-card__point { background-color: rgb(137, 220, 246); border-radius: 50%; width: 10px; height: 10px; }
@media screen and (min-width: 992px) {
  .comparison-card__point { width: 16px; height: 16px; }
}
.comparison-card__text { font-weight: 400; }
.comparison-card__text_secondary { color: white; }
.feedback {
  padding: 64px 16px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* background: #f9f9f9; */
  border-radius: 16px;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
}

.feedback__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 16px;
}

@media screen and (min-width: 576px) {
  .feedback__title {
    font-size: 3.5rem;
  }
}

.feedback__text {
  margin: 0 auto 48px;
  max-width: 750px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #555;
}

@media screen and (min-width: 576px) {
  .feedback__text {
    font-size: 1.25rem;
  }
}

.feedback__comments {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  width: 100%;
}

.comment {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.comment:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.comment__header {
  display: flex;
  align-items: center;
}

.comment__avatar {
  margin-right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #4a90e2;
}

.comment__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comment__name {
  font-weight: 700;
  font-size: 1.125rem;
  color: #222;
}

.comment__company {
  font-weight: 600;
  font-size: 0.875rem;
  color: #4a90e2;
  margin-top: 4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.comment__text {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  min-height: 100px;
}

@media screen and (min-width: 768px) {
  .comment {
    width: 360px;
  }
}
.faq {
  padding: 64px 16px;
  background-color: #f7f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 60px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.05);
  /* max-width: 900px; */
  margin: 0 auto;
  background: linear-gradient(rgb(187, 232, 255) 0%, rgb(87, 171, 213) 100%);
}

.faq__title {
  max-width: 850px;
  margin-bottom: 40px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  color: #222;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .faq {
    border-radius: 90px;
    padding: 72px 32px;
  }

  .faq__title {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .faq__title {
    font-size: 3rem;
  }
}
.faq__intro {
  font-size: 1.25rem;
  color: #555;
  max-width: 650px;
  text-align: center;
}
.faq__accordion {
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.07);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  margin-top: 40px;
  padding: 32px 24px;
  border-radius: 30px 30px 0px 0px;
  box-sizing: border-box;
}

.faq__accordion:hover {
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.12);
}

.faq__question {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  gap: 5px;
}

.faq__text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1c1c1c;
  user-select: none;
}

@media screen and (min-width: 1200px) {
  .faq__text {
    font-size: 1.5rem;
  }
}

.faq__img {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__img::before,
.faq__img::after {
  content: "";
  position: absolute;
  background-color: #0078d7; /* приятный синий */
  border-radius: 2px;
}

.faq__img::before {
  width: 32px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq__img::after {
  width: 4px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq__img_active {
  transform: rotate(90deg);
}

.faq__img_active::before {
  display: none;
}

.faq__container {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #d1d9e6;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #444;
  padding: 0 32px; /* padding сверху/снизу = 0 */
  transition: max-height 0.35s ease, padding 0.35s ease;
  user-select: text;
  box-sizing: border-box;
}

.faq__container_expanded {
  /* padding: 48px 40px 96px; */ /* padding сверху и снизу при открытии */
  height: max-content;
}

.faq__container:last-child{
  border: none;
}


.faq__content {
  transition: opacity 0.3s ease;
  color: #444;
  height: auto;
}

/* Форма внизу */
.faq__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 32px 24px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.07);
  max-width: 800px;
  box-sizing: border-box;
}

.faq__form-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
  text-align: center;
}

.faq__form-text {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 24px;
  text-align: center;
  max-width: 500px;
}

.faq__input,
.faq__textarea {
  width: 100%;
  max-width: 700px;
  font-size: 1rem;
  padding: 14px 18px;
  margin-bottom: 20px;
  border-radius: 14px;
  border: 1.5px solid #cbd3db;
  box-shadow: inset 0 2px 5px rgb(0 0 0 / 0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  resize: vertical;
  font-family: "Inter", system-ui, sans-serif;
  box-sizing: border-box;
}
.faq__textarea{
  margin-bottom:0px;
}

.faq__input:focus,
.faq__textarea:focus {
  border-color: #0078d7;
  box-shadow: 0 0 8px #0078d7aa;
  outline: none;
}

.faq__textarea {
  min-height: 120px;
  line-height: 1.5;
}

/* Кнопка */


.footer { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; margin-top: 64px; }
.footer__title { font-size: 2rem; line-height: 56px; font-family: "Dela Gothic One", sans-serif; text-align: center; }
@media screen and (min-width: 1200px) {
  .footer__title { font-size: 3.5rem; }
}
.footer__subtitle { font-size: 1rem; margin-top: 40px; text-align: center; }
@media screen and (min-width: 1200px) {
  .footer__subtitle { font-size: 2.25rem; margin-top: 48px; }
}
.footer__copyright { font-size: 0.875rem; }
.footer__copyright-wrap { display: flex; flex-direction: column; }
@media screen and (min-width: 576px) {
  .footer__copyright-wrap { flex-direction: row; justify-content: center; gap: 16px; }
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1rem;
  box-sizing: border-box;
}

.popup-content {
  background: white;
  border-radius: 8px;
  max-width: 690px;
  width: 100%;
  padding: 1.5rem 2rem;
  position: relative;
  box-sizing: border-box;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
#popup .footer__title{font-size: 1.8rem;line-height: 40px;}
#popup .footer__subtitle{font-size: 1.4rem;margin-top: 10px;}
#popup .main-screen__form{
  margin-top:20px;
  
}
@media (max-width: 700px) {
  .popup-content {
    padding: 1rem;
    max-width: 90vw;
  }
  #popup .footer__subtitle {
    font-size: 1.2rem;
    margin-top: 10px;
}
  #popup .footer__subtitle br{
    display:none;
  }
}
