@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Montserrat';
  background-color: white;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1300px;
  margin: 0 auto;
}
footer {
  background: #171629;
}

header {
  background: 121321;
}

nav a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: white;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  background: #ffdf00;
  display: inline-block;
  padding: 16px 24px;
  color: #002776;
  border-radius: 15px;
}

.header-nav {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  color: black;
  background: white;
  transition: right 0.3s ease;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.burger-menu.active {
  right: 0;
}
section {
  background-color: #000;
}

.burger-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burger-list a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: black;
  text-decoration: none;
}

.burger-list a:hover {
  color: #ffddc1;
}

.banner {
  padding: 200px 0;
  background-image: url('main.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner_info h2 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin-bottom: 4px;
}

.banner_info h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  /*! text-transform: uppercase; */
  color: white;
  margin-bottom: 38px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner_info p {
  font-weight: 400;
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.banner_info img {
  margin-bottom: 20px;
}

.banner_link {
  display: inline-block;
  background: #ffdf00;
  border-radius: 15px;
  padding: 16px 24px;
  width: 391px;
  height: 61px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #002776;
  text-align: center;
}

.banner_info {
  max-width: 678px;
}

.banner_form input {
}

.banner_form h2 {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

input {
  background: #eee;
  border-radius: 15px;
  padding: 16px 32px;
  width: 100%;
}

::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #b3b0b0;
}

.form_content {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.btn_send {
  width: 100%;
  border-radius: 15px;
  padding: 16px 32px;
  background-color: #009c3b;
  font-weight: 700;
  font-size: 18px;
  color: #eee;
}

form {
  max-width: 451px;
  backdrop-filter: blur(18.700000762939453px);
  background: rgba(255, 255, 255, 0.32);
  border: 2px solid #4a72ff;
  border-radius: 15px !important;
  padding: 52px 32px;
}

.banner_content {
  padding-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.left_calc {
  max-width: 650px;
  box-shadow: 0 7px 10px 0 rgba(106, 102, 102, 0.25);
  background: #fff;
  border-radius: 25px;
  padding: 24px 46px;
}

.calc_title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: black;
}

.ffddd {
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: #fbfaf8;
  background: #d0180d;
  border-radius: 15px;
  padding: 16px 32px;
}

.info_header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #1e1e1e;
}

.info_header h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #a9a7a7;
}

.rigth_info p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #161616;
}

.info_header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rigth_info {
  max-width: 500px;
}
.line {
  height: 100%;
  width: 4px;
  min-height: 500px;
  background-color: #ad0d04;
}

.info_calc {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info {
  padding: 87px 0px;
}

.adv_item {
  max-width: 629px;
  padding: 15px; /* ÐŸÑ€Ð¸Ð¼ÐµÑ€ padding, Ð¼Ð¾Ð¶Ð½Ð¾ Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¸Ñ‚ÑŒ Ð¿Ð¾ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ÑÑ‚Ð¸ */
  border-radius: 8px; /* ÐžÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ð›ÐµÐ³ÐºÐ°Ñ Ñ‚ÐµÐ½ÑŒ */
  margin-bottom: 30px;
  margin-top: 30px;
}

.adv_text h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #161616;
  padding-bottom: 20px;
  border-bottom: 4px solid #a00900;
  margin-bottom: 24px;
}

.adv_text {
  max-width: 700px;
}

.adv_header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adv_header h3 {
  font-weight: 500;
  font-size: 32px;
  color: #1e1e1e;
}

.adv_item p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
  color: #161616;
  /*margin-bottom: 24px;*/
}
.adv_content {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.adv_content img {
  position: absolute;
  right: 0;
}

.tabs-container {
  margin: auto;
}
html {
  overflow-x: hidden;
}

.tabs {
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.tab-button {
  background: none;
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
  transition: background 0.3s;
  padding-bottom: 10px;
}

.tab-button:not(:last-child) {
  border-right: none;
}

.tab-button.active {
  border-bottom: 4px solid #ad0d04;
}

.tab-content {
  display: none;
  padding: 50px 0px;
  background: #eceeff;
}

.tab-content.active {
  display: block;
}

.tab-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.tab-content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.tab-content p {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.tabs {
  margin: 70px 0px;
  margin-bottom: 0px;
}

.tab-container {
  width: 100%;
  background: #f4eae9;
}

.reviews {
  overflow-x: hidden;
  /*! text-align: center; */
  padding: 20px;
}

.reviews__title {
  font-size: 2rem;
  font-weight: bold;
}

.reviews__container {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.review {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  padding: 20px;
  flex: 0 0 30%;
  text-align: left;
}

.review__stars {
  color: #d7ad0d;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review__text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.review__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.review__info {
  text-align: left;
}

.review__name {
  font-weight: bold;

  margin-bottom: 8px;
}

.review__details {
  font-size: 0.8rem;
  color: #777;
}

.reviews__navigation {
  margin-top: 20px;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
}
.reviews__next {
  margin-left: 22px;
}

.reviews__prev:hover,
.reviews__next:hover {
  color: #000;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews__icon {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.reviews__prev:hover .reviews__icon,
.reviews__next:hover .reviews__icon {
  transform: scale(1.2);
}

.review_header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.reviews {
  padding-top: 70px;
}

.review_header {
  margin-bottom: 24px;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews__icon {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.reviews__prev:hover .reviews__icon,
.reviews__next:hover .reviews__icon {
  transform: scale(1.2);
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

.reviews__container img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.reviews__slide {
  flex: 0 0 33.33%; /* ÐšÐ°Ð¶Ð´Ñ‹Ð¹ ÑÐ»Ð°Ð¹Ð´ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ñ€Ð¾Ð²Ð½Ð¾ Ñ‚Ñ€ÐµÑ‚ÑŒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
  transition: opacity 0.3s ease-in-out;
  padding: 0 15px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð¼ÐµÐ¶Ð´Ñƒ ÑÐ»Ð°Ð¹Ð´Ð°Ð¼Ð¸ */
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

/* ÐœÐµÐ´Ð¸Ð°-Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð² */
@media (max-width: 768px) {
  .reviews__slide {
    flex: 0 0 100%; /* ÐÐ° Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¾Ð´Ð¸Ð½ ÑÐ»Ð°Ð¹Ð´ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
  }
}

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.reviews__buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.reviews__prev,
.reviews__next {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  background: none;
  cursor: pointer;
}

.reviews__prev:not(:disabled):hover,
.reviews__next:not(:disabled):hover {
  background-color: #f5f5f5;
}

.reviews__container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

/* Ð”Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ wrapper Ð´Ð»Ñ container */
.reviews__wrapper {
  overflow: hidden;
  margin: 0 -15px; /* ÐšÐ¾Ð¼Ð¿ÐµÐ½ÑÐ¸Ñ€ÑƒÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ ÑÐ»Ð°Ð¹Ð´Ð¾Ð² */
}

.reviews__slide {
  flex: 0 0 33.33%;
  min-width: 33.33%; /* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ð¼Ð¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
  padding: 0 15px;
  box-sizing: border-box;
}

.review__avatar {
  opacity: 1 !important;
}

.second {
  display: flex;
  align-items: center;
  justify-content: center;
}

.second {
  padding: 0;
}

.open-menu {
  display: none;
}

@media (max-width: 1376px) {
  .adv_content {
    max-width: 550px;
  }
  .adv_text h2 {
    font-size: 40px;
  }
  .adv_content img {
    max-width: 500px;
  }
}

@media (max-width: 1245px) {
  .left_calc {
    max-width: 500px;
  }
  .rigth_info {
    max-width: 500px;
  }
}
@media (max-width: 1177px) {
  .banner_info h1 {
    font-size: 40px;
  }
  .nav-list {
    gap: 17px;
  }
  nav a {
    font-size: 16px;
  }
  .banner_info {
    max-width: 535px;
  }
}
.adv-mob {
  display: none;
}
@media (max-width: 1107px) {
  .info_calc {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer-img {
    justify-content: center;
  }
  .line {
    max-width: 500px;
    margin: 0 auto;
    height: 4px;
    width: 100%;
    min-height: unset;
  }
  .adv-phone-pc {
    display: none;
  }
  .adv_text {
    margin: 0 auto;
  }
  .adv-mob {
    display: block;
    width: 100%;
    position: unset !important;
  }
  .adv_content {
    margin: 0 auto;
    justify-content: center;
  }
  .adv_content img {
    max-width: unset;
    margin-bottom: 20px;
  }
}

@media (max-width: 965px) {
  .nav-list {
    display: none;
  }
  .open-menu {
    display: block;
  }
  .banner_content {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner {
    height: fit-content;
    padding-bottom: 1px;
    padding: 0;
  }
  .banner_info {
  }
  form {
    max-width: 559px;
  }
}

@media (max-width: 650px) {
  .banner_info img {
    width: 100%;
  }
  .banner_info h2 {
    font-size: 23px;
  }
  .banner_info h1 {
    font-size: 40px;
    margin-top: 4px;
  }
  .banner_info p {
    font-size: 18px;
  }
  .banner_link {
    width: 100%;

    height: 52px;
    font-weight: 500;
    font-size: 18px;
  }
  form {
    padding: 16px;
  }
  .banner_content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .ffddd {
    font-size: 14px;
  }
  .left_calc {
    padding: 20px 40px;
  }
  .info_header h2 {
    font-size: 25px;
  }
  .info_header h3 {
    font-size: 14px;
  }
  .ffddd {
    padding: 14px;
  }
  .info_header {
    margin-bottom: 20px;
  }
  .rigth_info p {
    font-size: 16px;
  }
  .tab-content {
    padding: 50px 14px;
  }
  .tab-content p {
    font-size: 18px;
  }
  .tab-content h3 {
    font-size: 24px;
  }
  .tab-button {
    font-size: 16px;
  }
  .tabs {
    margin-top: 0px;
  }
  .tabs {
    gap: 15px;
  }
  .review {
    flex: 0 0 97%;
  }
  .second {
    padding: 20px;
  }
  .adv_header h3 {
    font-size: 20px;
  }
  .adv_item p {
    font-size: 18px;
  }
  .adv_header svg {
    max-width: 32px;
    height: 32px;
  }
  .adv_item p {
    /*margin-bottom: 35px;*/
  }
}

.tabs {
  padding-top: 40px !important;
}

form {
  max-width: 100% !important;
  border-radius: unset;
}

:root {
  --uni-sys-typeset-body-font-size: 14px;
  --uni-sys-typeset-body-line-height: 1.5;
  --uni-sys-typeset-body-font-weight: 400;
  --uni-sys-typeset-body-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

:root {
  --uni-sys-typeset-body-font-size: 14px;
  --uni-sys-typeset-body-line-height: 1.5;
  --uni-sys-typeset-body-font-weight: 400;
  --uni-sys-typeset-body-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.uni-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 0;
  min-height: 0;
  max-height: 200px;
  overflow-y: auto;
  font-family: var(--uni-sys-typeset-body-font-family);
  font-size: initial;
}

.uni-menu-item {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  color: #333;
}

.uni-menu-item:hover {
  background-color: #eee;
}

.uni-overlay-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.uni-overlay-backdrop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.uni-overlay-bounding-box {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uni-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
}

.uni-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 0;
  min-height: 0;
  max-height: 200px;
  overflow-y: auto;
  font-family: var(--uni-sys-typeset-body-font-family);
  font-size: initial;
}

.uni-menu-item {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  color: #333;
}

.uni-menu-item:hover {
  background-color: #eee;
}

.uni-overlay-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.uni-overlay-backdrop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.uni-overlay-bounding-box {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uni-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
}

.lds-dual-ring,
.lds-ellipsis {
  display: inline-block;
}

.animated-check,
.lds-dual-ring,
.lds-ellipsis {
  height: 80px;
  width: 80px;
}

.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #a00900;
  border-color: #a00900 transparent;
  animation: 1.2s linear infinite lds-dual-ring;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.animated-check path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: 2s linear forwards draw;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.lander-form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 30px;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lander-form {
  padding: 30px 30px 20px;
  position: relative;
}

.lander-form .lander-form-loading-overlay,
.lander-form .lander-form-success-overlay {
  display: none;
}

.lander-form.lander-form-loading .lander-form-loading-overlay,
.lander-form.lander-form-success .lander-form-success-overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.lander-form-loading-overlay .lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -40px;
}

.lander-form-success-overlay .animated-check-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -120px;
}

.lander-form-field {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: initial;
  position: relative;
}

.lander-form-field label {
  display: block;
}

.lander-form-field input {
  color: #000;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box !important;
  margin: 0 !important;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: 0;
  box-sizing: initial;
  position: relative;
}

.lander-form-field .lander-submit {
  box-shadow: #a00900 0 0 0 0;
  animation: 2s ease 0s infinite normal none running pulsing;
}

.lander-form-steps {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.lander-form-steps .lander-form-step {
  border-radius: 5px;
  background: #e7e7e7;
  height: 7px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.lander-form-steps .lander-form-step.lander-form-step-active {
  background: #d0180d;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
  }
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 700;
  background: #009c3b;
  text-transform: uppercase;
  color: #fff;
}

.lander-form-field .lander-submit {
  margin: 15px auto 0 !important;
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border: none;
  transition: 50ms ease-out;
}

.lander-form-field .lander-submit:hover {
  font-size: 24px;
}

.lander-form-field span.error {
  background: #dc3545;
  font-size: 16px;
  padding: 3px 7px;
  color: #fff;
  box-sizing: initial;
  top: 50%;
  position: absolute;
  width: auto;
  right: 37px;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  height: 24px;
  margin-top: -15px;
  font-weight: 400;

  display: none !important;
  cursor: pointer;
}

.lander-form-field span.error.tooltip-error {
  display: block !important;
}

.lander-form-field-validation-ok span.error.tooltip-error {
  display: none !important;
}

.lander-form-field input.error {
  /*border-color: #dc3545;*/
}

.lander-form-field-validation-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.lander-form-field-validation-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  box-sizing: initial;
  font-size: 20px;
  line-height: 1;
}

.lander-form-field-validation.lander-form-field-validation-ok input {
  outline: 2px solid #198754;
}

.lander-form-field-validation.lander-form-field-validation-ok
  .lander-form-field-validation-icon:after {
  display: block;
  content: '\f058';
  color: #198754;
}

.lander-form-field-validation-error input {
  outline: 2px solid #dc3545;
}

.lander-form-field-validation.lander-form-field-validation-error
  .lander-form-field-validation-icon:after {
  content: '\f06a';
  color: #dc3545;
  cursor: pointer;
}

.progress-autologin {
  position: relative;
  height: 10px;
  width: 230px;
  border: 5px solid #a00900;
  border-radius: 6px;
  box-sizing: initial;
}

.progress-autologin .color {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 10px;
  border-radius: 0;
  animation: 10s ease-in progress-autologin;
  box-sizing: initial;
}

@keyframes progress-autologin {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.dtpcnt {
  opacity: 0;
}

.lds-dual-ring,
.lds-ellipsis {
  display: inline-block;
}

.animated-check,
.lds-dual-ring,
.lds-ellipsis {
  height: 80px;
  width: 80px;
}

.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #a00900;
  border-color: #a00900 transparent;
  animation: 1.2s linear infinite lds-dual-ring;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.animated-check path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: 2s linear forwards draw;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.lander-form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 18px;
  margin: 0;
  padding: 15px 15px;
  letter-spacing: 1px;
  text-align: center;
}

.lander-form {
  padding: 30px 30px 20px;
  position: relative;
}

.lander-form .lander-form-loading-overlay,
.lander-form .lander-form-success-overlay {
  display: none;
}

.lander-form.lander-form-loading .lander-form-loading-overlay,
.lander-form.lander-form-success .lander-form-success-overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.lander-form-loading-overlay .lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -40px;
}

.lander-form-success-overlay .animated-check-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -120px;
}

.lander-form-field {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: initial;
  position: relative;
}

.lander-form-field label {
  display: block;
}

.lander-form-field input {
  color: #000;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box !important;
  margin: 0 !important;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: 0;
  box-sizing: initial;
  position: relative;
}

.lander-form-field .lander-submit {
  box-shadow: #a00900 0 0 0 0;
  animation: 2s ease 0s infinite normal none running pulsing;
}

.lander-form-steps {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.lander-form-steps .lander-form-step {
  border-radius: 5px;
  background: #e7e7e7;
  height: 7px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.lander-form-steps .lander-form-step.lander-form-step-active {
  background: #d0180d;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
  }
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 600;
  background: #292b44;
  color: #fff;
}

.lander-form-field .lander-submit {
  margin: 15px auto 0 !important;
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border: none;
  transition: 50ms ease-out;
}

.lander-form-field .lander-submit:hover {
  font-size: 24px;
}

.lander-form-field span.error {
  background: #dc3545;
  font-size: 16px;
  padding: 3px 7px;
  color: #fff;
  box-sizing: initial;
  top: 50%;
  position: absolute;
  width: auto;
  right: 37px;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  height: 24px;
  margin-top: -15px;
  font-weight: 400;

  display: none !important;
  cursor: pointer;
}

.lander-form-field span.error.tooltip-error {
  display: block !important;
}

.lander-form-field-validation-ok span.error.tooltip-error {
  display: none !important;
}

.lander-form-field input.error {
  /*border-color: #dc3545;*/
}

.lander-form-field-validation-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.lander-form-field-validation-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  box-sizing: initial;
  font-size: 20px;
  line-height: 1;
}

.lander-form-field-validation.lander-form-field-validation-ok input {
  outline: 2px solid #198754;
}

.lander-form-field-validation.lander-form-field-validation-ok
  .lander-form-field-validation-icon:after {
  display: block;
  content: '\f058';
  color: #198754;
}

.lander-form-field-validation-error input {
  outline: 2px solid #dc3545;
}

.lander-form-field-validation.lander-form-field-validation-error
  .lander-form-field-validation-icon:after {
  content: '\f06a';
  color: #dc3545;
  cursor: pointer;
}

.progress-autologin {
  position: relative;
  height: 10px;
  width: 230px;
  border: 5px solid #a00900;
  border-radius: 6px;
  box-sizing: initial;
}

.progress-autologin .color {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 10px;
  border-radius: 0;
  animation: 10s ease-in progress-autologin;
  box-sizing: initial;
}

@keyframes progress-autologin {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.dtpcnt {
  opacity: 0;
}

input {
  color: black;
}

::placeholder {
  color: black;
}

.error {
  background: #f78282;
  display: block;
}

.header-nav__logo {
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

/* SECTION OBLIGATIONS */
.bonds {
  width: 100%;
  padding: 80px 0;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.1), transparent 60%) #07070c;
}

.bonds__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: 'Exo 2', 'Montserrat', 'Segoe UI', sans-serif;
}

.bonds-title {
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 50px;
  color: #f5f6ff;
  text-align: center;
  letter-spacing: 0.02em;
}

.bonds-title b {
  color: #7ed4ff;
}

.bonds-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
}

.bonds-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(160, 169, 189, 0.35);
  background: linear-gradient(145deg, rgba(18, 20, 31, 0.95), rgba(8, 9, 14, 0.9));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonds-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(8, 35, 73, 0.45);
}

.bonds-card__title {
  font-size: clamp(1.55rem, 2vw, 1.5rem);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.bonds-card p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(226, 228, 237, 0.86);
}

.bonds-cta {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  border-radius: 22px;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: linear-gradient(140deg, #4a72ff 0%, #7ed4ff 100%);
  color: #071022;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(67, 120, 255, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bonds-cta-2 {
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: linear-gradient(140deg, #4a72ff 0%, #7ed4ff 100%);
  color: #071022;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(67, 120, 255, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bonds-cta:hover,
.bonds-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(85, 152, 255, 0.45);
}

.bonds-video {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: #0f1019;
  box-shadow: inset 0 0 0 1px rgba(76, 86, 106, 0.15);
  margin-top: auto;
}

@media (max-width: 768px) {
  .bonds {
    padding: 60px 0;
  }

  .bonds-card {
    padding: 24px;
  }
  .bonds-grid {
    grid-template-columns: 1fr;
  }
  .bonds-cta {
    display: flex;
    min-height: 58px;
  }
}

@media (max-width: 480px) {
  .bonds__inner {
    padding: 0 20px;
  }

  .bonds-card {
    gap: 12px;
    padding: 20px;
  }

  .bonds-cta {
    min-height: 54px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  .bonds-card p {
    font-size: 1.15rem;
  }
}
/* SECTION OBLIGATIONS */

/* REVIEWS */
.reviews {
  width: 100%;
  padding: 90px 0 70px;
  background: radial-gradient(circle at top, rgba(110, 214, 255, 0.08), transparent 70%) #04050b;
}

.reviews__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: 'Exo 2', 'Montserrat', 'Segoe UI', sans-serif;
}

.reviews__header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.reviews__title {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f5f6ff;
  margin-bottom: 12px;
}

.reviews__subtitle {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #f1f8ff;
  text-align: left;
}

.reviews__slider-shell {
  position: relative;
}

.reviews-slider {
  overflow: visible;
}

.reviews-slider--static .swiper-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.reviews-slider--static .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}

.reviews__nav {
  position: absolute;
  top: -96px;
  right: 0;
  display: none;
  gap: 16px;
}

.reviews__slider-shell.has-slider .reviews__nav {
  display: flex;
}

.reviews__nav button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: linear-gradient(150deg, rgba(78, 120, 255, 0.85), rgba(126, 212, 255, 0.9));
  box-shadow: 0 16px 35px rgba(60, 110, 255, 0.35);
  cursor: pointer;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reviews__nav button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 2L10 10L2 18" stroke="%23051026" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.reviews__prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.reviews__nav button:hover,
.reviews__nav button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(85, 152, 255, 0.45);
}

.review-card {
  position: relative;
  height: 100%;
  padding: 32px 26px 36px;
  border-radius: 26px;
  border: 1px solid rgba(126, 212, 255, 0.35);
  background: linear-gradient(160deg, rgba(16, 20, 32, 0.96) 0%, rgba(5, 9, 18, 0.92) 100%);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.review-card::before {
  content: '\201C';
  position: absolute;
  top: 18px;
  right: 32px;
  font-family: 'Exo 2', 'Montserrat', sans-serif;
  font-size: 64px;
  line-height: 1;
  color: rgba(126, 212, 255, 0.75);
  text-shadow: 0 14px 35px rgba(126, 212, 255, 0.4);
}

.review-card__profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.review-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(126, 212, 255, 0.6);
  box-shadow: 0 14px 30px rgba(126, 212, 255, 0.3);
}

.review-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-card__name {
  font-size: 1.35rem;
  font-weight: 600;
  color: #f5f6ff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-card__profit {
  font-size: 0.95rem;
  font-weight: 600;
  color: #7ed4ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card__text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: rgba(226, 228, 237, 0.84);
}

@media (max-width: 820px) {
  .reviews {
    padding: 30px 0 60px;
  }

  .reviews__nav {
    position: static;
  }
}

@media (max-width: 1023px) {
  .reviews__nav {
    position: static;
    justify-content: center;
    margin-top: 28px;
  }
}
/* REVIEWS */

/* БЛОК С ОФФЕРА */

.pros-bg {
  background: rgb(42, 44, 52);
  padding: 3rem 1rem;
  color: white;
  font-family: Arial, sans-serif;
}

.pros-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pros-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #7389a3;
}

.pros-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.pros-header-text {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
}

.pros-subtext {
  font-size: 1rem;
  color: #7389a3;
}

.pros-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.pros-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  padding-right: 0;
}

.pros-item-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 900;
}

.pros-item-body {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.pros-item-body img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .pros-header {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 1.75rem;
    margin-bottom: 3rem;
  }

  .pros-header-text {
    font-size: 2rem;
  }

  .pros-subtext {
    font-size: 1.125rem;
  }

  .pros-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }

  .pros-item {
    padding: 1.75rem;
    padding-right: 0;
  }

  .pros-item-title {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
    max-width: 15rem;
  }

  .pros-item-body img {
    width: 5rem;
    height: 5rem;
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 965px) {
  .banner_info h1,
  .banner_info h2 {
    text-align: center;
  }
}

.faq {
  padding: 6rem 0;
  background: #454545;
  background-image: url(./question-back.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 965px) {
  .faq {
    background-image: url(./question-back-mob.webp);
  }
}

.faq__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.faq__eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f7689;
  margin-bottom: 0.75rem;
}

.faq__title {
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3rem;
  color: white;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.faq-item {
  background: linear-gradient(150deg, rgba(17, 21, 32, 0.92), rgba(7, 8, 16, 0.96));
  border-radius: 24px;
  margin-bottom: 10px;
  border: 1px solid rgba(160, 169, 189, 0.28);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item.faq-active {
  border-color: rgba(20, 25, 36, 0.16);
  box-shadow: 0 18px 35px rgba(20, 25, 36, 0.08);
}

.faq-item__toggle {
  width: 100%;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
  color: #e2ebff;
  cursor: pointer;
}

.faq-item__toggle:hover {
  color: #0f62ff;
}

.faq-item__question {
  text-align: left;
  font-weight: 600;
}

.faq-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(20, 25, 36, 0.16);
  color: #141924;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.faq-item__icon::before {
  content: '+';
  font-size: 1.5rem;
  line-height: 1;
  margin-top: -0.1rem;
}

.faq-item.faq-active .faq-item__icon {
  background: #0f62ff;
  color: #fff;
  border-color: #0f62ff;
}

.faq-item.faq-active .faq-item__icon::before {
  content: '\2212';
}

.faq-item__content {
  padding: 0 2rem 1.75rem;
  display: none;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #f1f8ff;
}

.faq-item.faq-active .faq-item__content {
  display: block;
}

@media (max-width: 768px) {
  .faq {
    padding: 4rem 0;
  }

  .faq__title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .faq-item__toggle {
    padding: 1.5rem 1.5rem 1rem;
    font-size: 1.45rem;
  }

  .faq-item__content {
    padding: 0 1.5rem 1.5rem;
  }
}

.form__section {
  background-image: url(./form_background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 70vh;
  display: flex;
}
.inner-form__section {
  display: flex;
  flex-direction: row;
  margin: auto auto;
  gap: 40px;
}
.left-side_form h1 {
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #ffffff;
}
.left-side_form {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
.right-side_form {
  min-width: 400px;
}
@media screen and (max-width: 965px) {
  .inner-form__section {
    flex-direction: column;
  }
  .form__section {
    padding: 50px 0;
  }
  .left-side_form h1 {
    text-align: center;
    font-size: 2rem;
  }
  .right-side_form {
    min-width: 1px;
  }
  .container {
    width: 100%;
  }
}
.timer_form {
  color: rgb(255, 0, 55);
}
.rate-text {
  font-size: 11px;
  font-weight: 500;
}
.blue-text {
  color: #7ed4ff;
}
.rate-stars {
  display: flex;
  align-items: center;
}
.trading-operations {
  background: #020024;
  background: linear-gradient(
    180deg,
    #04050b 0%,
    rgba(9, 9, 121, 1) 75%,
    rgba(0, 212, 255, 1) 100%
  );
}
#ml-dashboard {
  border: 1px solid rgba(160, 169, 189, 0.35);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.pros-cons-section {
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #4dabff, #6c63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pros-cons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pros,
.cons {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.2rem;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease;
}

.pros:hover,
.cons:hover {
  transform: translateY(-3px);
}

.pros h3 {
  color: #4dd0ff;
  font-size: 1.55rem;
  margin-bottom: 1rem;
  text-align: center;
}

.cons h3 {
  color: #ff6b6b;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pros li,
.cons li {
  list-style: none;
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #d0d0e0;
  display: flex;
  align-items: center;
}

.pros li::before {
  content: '✔';
  color: #4dd0ff;
  margin-right: 0.6rem;
}

.cons li::before {
  content: '✖';
  color: #ff6b6b;
  margin-right: 0.6rem;
}

/* 📱 Мобильная адаптация */
@media (min-width: 640px) {
  .pros-cons {
    flex-direction: row;
  }
}
.statistics {
  background: #04050b;
}
/* animate arrow down */

.arrow-down {
  width: 40px;
  height: 60px;
  stroke: rgb(233, 250, 255);
  stroke-width: 2;
  animation: moveDown 1.7s ease-in-out infinite;
}

@keyframes moveDown {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.2;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}
