/* assets/css/style.css */

/* Импорт компонентов */
@import "grid-system.css";
@import "footer-container.css";
@import "components/header.css";
@import "components/footer.css";
@import "components/buttons.css";
@import "components/forms.css";
@import "components/menu.css";

/* Reset и базовые стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Основные стили */
html,
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#banner {
  background: linear-gradient(355deg, #b2d6ff 0%, #e2eefd 100%);
  /* height: 100vh; */
  display: flex;
  align-items: center;
  position: relative;
}

.banner__title h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  color: #f3bc83;
}

.banner__description p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #123262;
}

.banner__details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 212px 0 142px 0;
  z-index: 2;
  position: relative;
}

.banner__buttom {
  background: #f3bc83;
  border-radius: 24px;
  padding: 12px 25px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #123262;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s;
}

.banner__buttom:hover {
  background: #fbba77;
  transition: 0.3s;
}

.banner__buttom:focus {
  background: #fbba77;
  transition: 0.3s;
}

.banner-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  display: grid;
  justify-items: end;
  overflow: hidden;
  align-items: end;
}

.banner-image img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  object-fit: contain;
}
.desk-hide {
  display: none;
}

#page__stats {
  padding: 85px 0;
  background: #f8fafd;
}

.stats__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stats__line {
  height: 2px;
  width: 60px;
  background-color: #f3bc83;
}

.stats__number {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  color: #274e83;
}

.stats__description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #123262;
}

#page__advantages {
  padding: 80px 0;
}

.advantages__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #121212;
  margin-bottom: 40px;
}

.advantages__list {
  height: 100%;
}

.advantages__item {
  display: flex;
  gap: 20px;
  border-bottom: 1.5px solid #dde3e9;
  padding: 30px 0;
}

.advantages__list.left .advantages__item {
  height: 50%;
}

.advantages__item-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 202px;
}

.advantages__item-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #274e83;
}

.advantages__item-description p,
.advantages__item-description ul li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #121212;
  list-style-type: disc;
}
.advantages__item-description ul {
  padding-left: 25px;
}

.advantages__item-description ul li::marker {
  font-size: 10px;
}

#page__services {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(57deg, #123262 0%, #325b92 100%);
}

.page__services__list {
  display: grid;
  gap: 15px;
}

.page__services__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
}

.page__services__item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
  transition: 0.3s;

  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  position: relative;
}

.page__services__item:hover {
  border-bottom: 1px solid #f9b776;
  transition: 0.3s;
}

.page__services__item::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1569 12.7116L4.49994 18.3686L3.08594 16.9546L8.03594 12.0046L3.08594 7.05463L4.49994 5.64062L10.1569 11.2976C10.3444 11.4852 10.4497 11.7395 10.4497 12.0046C10.4497 12.2698 10.3444 12.5241 10.1569 12.7116Z' fill='%23D9D9D9' /%3e%3c/svg%3e");
  width: 8px;
  height: 14px;
  position: absolute;
  right: 0;
}

.page__services__item:hover::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1569 12.7116L4.49994 18.3686L3.08594 16.9546L8.03594 12.0046L3.08594 7.05463L4.49994 5.64062L10.1569 11.2976C10.3444 11.4852 10.4497 11.7395 10.4497 12.0046C10.4497 12.2698 10.3444 12.5241 10.1569 12.7116Z' fill='%23F9B776' /%3e%3c/svg%3e");
  transition: 0.3s;
}

.page__services__item span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.vertical-marquee {
  position: absolute;
  /* left: 0; */
  top: 0;
  height: 100%;
  width: auto;
  overflow: hidden;
  z-index: 1;
}

.vertical-marquee__content {
  display: flex;
  flex-direction: column;
  gap: 180px;
  animation: verticalMarquee 50s linear infinite;
  white-space: nowrap;
}

.vertical-marquee__content span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 200px;
  text-transform: uppercase;
  color: #325b92;
  transform: rotate(180deg);

  padding: 20px 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

@keyframes verticalMarquee {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

#page__cases {
  padding: 124px 0 80px 0;
}

.page__cases-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page__cases-header h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #212121;
}

.page__cases-header a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #123262;
  transition: 0.3s;
  position: relative;
}

.page__cases-header a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #123262;
  position: absolute;
  transition: 0.3s;
  bottom: -4px;
  left: 0;
  opacity: 0;
}

.page__cases-header a:hover::after {
  transition: 0.3s;
  opacity: 1;
}

.page__cases-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page__cases-item {
  border-bottom: 1px solid #dde3e9;
  padding: 0px 0px 30px;
  display: flex;
  gap: 20px;
}

.page__cases-item__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page__cases-item__info h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #123262;
}

.page__cases-item__info-details {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.page__cases-item__info-details p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #121212;
}

.page__cases-item__info-details a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #123262;
  display: flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  transition: 0.3s;
  position: relative;
}

.page__cases-item__info-details a::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z' fill='%23123262' /%3e%3c/svg%3e");
  width: 6px;
  height: 10px;
  display: flex;
  align-items: center;
}

.page__cases-item__info-details a::before {
  content: "";
  transition: 0.3s;
  width: 133px;
  position: absolute;
  height: 1px;
  background-color: #123262;
  bottom: -5px;
  opacity: 0;
}

.page__cases-item__info-details a:hover::before {
  transition: 0.3s;
  opacity: 1;
}

.page__cases-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-bottom: 1px solid #dde3e9;
  height: 100%;
}

.page__cases-item__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page__cases-item__info h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #121212;
}

.page__cases-main__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: flex-start;
}

.page__cases-main__info-details {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.page__cases-main__info-details p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #121212;
}

.page__cases-main__info-details a {
  border: 1px solid #123262;
  border-radius: 28px;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #123262;
  display: flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  transition: 0.3s;
}

.page__cases-main__info-details a::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z' fill='%23123262' /%3e%3c/svg%3e");
  width: 9px;
  height: 18px;
}

.page__cases-main__info-details a:hover {
  background: #274e83;
  transition: 0.3s;
  color: #fff;
}

.page__cases-main__info-details a:hover::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z' fill='white' /%3e%3c/svg%3e");
  transition: 0.3s;
}

.swiper-container {
  width: 100%;
  position: absolute;
}

.page__documents {
  padding: 80px 0 0 0;
  height: 463px;
}

.page__documents-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #212121;
}

.documents-swiper {
  position: relative;
  padding: 20px 0;
}

.document-card {
  padding: 30px;
  border-left: 1px solid #dde3e9;
  height: 383px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  transition: 0.3s;
  width: auto;
}

.document-card:hover {
  background: #cde4ff;
  transition: 0.3s;
}

.document-card__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #123262;
  min-height: 78px;
}

.document-card a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #123262;

  border: 1px solid #123262;
  border-radius: 28px;
  padding: 15px 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}

.document-card a::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z' fill='%23123262' /%3e%3c/svg%3e");
  width: 9px;
  height: 18px;
}

#page__faq {
  background: #f8fafd;
  padding: 68px 0;
}

.page__faq-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #212121;
  margin-bottom: 40px;
}

.accordion {
  width: 100%;
  display: grid;
  gap: 15px;
}

.accordion__item {
  border-bottom: 1px solid #dde3e9;
  padding: 15px 0px 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion__header {
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  background: #f8fafd;
}

.accordion__question {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #121212;
  transition: 0.3s;
}

.accordion__item.active .accordion__icon {
  transition: 0.3s;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion__answer p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #121212;
}

.accordion__header:hover .accordion__question {
  color: #f3bc83;
  transition: 0.3s;
}

.accordion__header:hover svg path {
  fill: #f3bc83;
  transition: 0.3s;
}

/* ОТЗЫВЫ */
.reviews {
  padding: 60px 0;
}

.reviews h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.reviews__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.review {
  max-width: 700px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}

.review__text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.review__author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.review__author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

.review__info strong {
  font-size: 14px;
}

.review__rating {
  color: #f9a825;
  font-weight: 600;
  margin-top: 6px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.swiper-pagination-bullet {
  background: #aaa;
}

.swiper-pagination-bullet-active {
  background: #000;
}

@media (min-width: 1920px) {
  .banner__details {
    margin: 250px 0 180px 0;
    gap: 50px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-image img {
    max-width: 1200px;
  }
}

/* Очень большие экраны (2560px и выше - 2K, 4K) */
@media (min-width: 2560px) {
  .banner__details {
    margin: 300px 0 220px 0;
    gap: 60px;
    max-width: 1600px;
  }

  .banner-image img {
    max-width: 1400px;
  }
}

@media (min-width: 3840px) {
  .banner__details {
    margin: 400px 0 300px 0;
    gap: 80px;
    max-width: 2500px;
  }

  .banner-image img {
    max-width: 1800px;
  }
}

@media (max-width: 1600px) {
  .banner-image img {
    max-width: 850px;
  }
}

@media (max-width: 1200px) {
  .banner__details {
    margin: 180px 0 120px 0;
    gap: 35px;
  }

  .banner-image img {
    max-width: 750px;
  }
}

@media (max-width: 992px) {
  .banner__details {
    margin: 150px 0 100px 0;
    gap: 30px;
  }

  .banner-image img {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .banner__details {
    margin: 130px 0 24px 0;
    gap: 20px;
  }

  .banner-image {
    /* position: relative; */
    justify-items: center;
    align-items: end;
    /* display: none; */
    bottom: 65px;
  }

  .banner-image img {
    max-width: 600px;
  }

  .banner__title h1 {
    font-size: 24px;
  }

  .banner__description p {
    font-size: 16px;
    line-height: 150%;
  }

  .banner__buttom {
    margin-top: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stats__number {
    font-size: 54px;
    line-height: 100%;
  }

  .stats__description {
    font-size: 14px;
    line-height: 157%;
  }

  #page__stats {
    padding: 20px 0;
    margin: 30px 0 55px 0;
    background-color: #ffffff;
  }

  .advantages__title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .stats__item {
    margin: 15px 0;
  }

  #page__advantages {
    padding: 10px 0 55px 0;
  }

  .advantages__item-details {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    align-items: center;
  }

  .advantages__item {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }

  .advantages__item-icon {
    height: 41px;
    width: 41px;
  }

  .advantages__item-icon img {
    object-fit: contain;
    width: 100%;
  }

  .advantages__list.left .advantages__item {
    height: auto;
  }

  .advantages__item-title {
    font-size: 16px;
  }

  .advantages__item-description p,
  .advantages__item-description ul li {
    font-size: 14px;
    line-height: 143%;
  }

  .advantages__item-description ul {
    padding-inline-start: 40px;
  }

  #page__services {
    padding: 20px 0;
  }

  .vertical-marquee {
    display: none;
  }

  .page__services__item {
    gap: 10px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 130%;
  }

  .page__services__item span {
    font-size: 16px;
    line-height: 130%;
  }

  .page__services__list {
    gap: 10px;
  }

  .page__services__title {
    margin-bottom: 25px;
    font-size: 22px;
  }

  #page__cases {
    padding: 55px 0;
  }

  .page__cases-header {
    margin-bottom: 25px;
  }

  .page__cases-header h2 {
    font-size: 22px;
  }

  .page__cases-header a {
    font-size: 14px;
    line-height: 130%;
  }

  .page__cases-main {
    gap: 15px;
    flex-direction: row;
    padding-bottom: 15px;
  }

  .page__cases-item {
    padding: 15px 0;
    gap: 15px;
  }

  .page__cases-main img {
    width: 154px;
    height: 170px;
    object-fit: cover;
  }

  .page__cases-item img {
    width: 154px;
    height: 170px;
    object-fit: cover;
  }

  .page__cases-main__info {
    gap: 10px;
  }

  .page__cases-main__info h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #123262;
  }

  .page__cases-item__info h3 {
    font-size: 16px;
    line-height: 130%;
    color: #123262;
  }

  .page__cases-main__info-details p {
    font-size: 14px;
    line-height: 143%;
  }

  .page__cases-main__info-details a {
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 130%;
  }

  .page__cases-main__info-details,
  .page__cases-item__info-details {
    justify-content: space-between;
    height: 100%;
  }

  .page__cases-item__info {
    gap: 10px;
  }

  .page__cases-item__info-details p {
    font-size: 14px;
    line-height: 143%;
  }

  .page__cases-item__info-details a {
    font-size: 14px;
    line-height: 143%;
  }

  .page__cases-list {
    gap: 0px;
  }

  .page__documents {
    padding: 0;
    height: auto;
  }

  .swiper-container {
    position: relative;

    width: 100vw;
    /* margin-left: calc(-50vw + 50%); */
    left: 0;
  }

  .documents-swiper {
    padding: 10px 15px;
    overflow: visible;
  }

  .swiper-slide {
    width: auto;
    height: auto;
  }

  .page__documents-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
  }

  .document-card__title {
    font-size: 16px;
    line-height: 140%;
  }

  .document-card {
    padding: 15px;
    background: #f8fafd;
    height: 184px;
    border: none;
    justify-content: space-between;
    gap: 0;

    /* width: calc(50vw - 25px); */
    margin-right: 0;
  }

  .document-card a {
    font-size: 14px;
    line-height: 130%;
  }

  #page__faq {
    padding: 20px 0 15px 0;
    margin-top: 55px;
  }

  .page__faq-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }

  .accordion {
    gap: 10px;
  }

  .accordion__item {
    padding: 15px 0px;
  }

  .accordion__header {
    gap: 20px;
  }

  .accordion__question {
    font-size: 16px;
    line-height: 150%;
  }

  .accordion.last .accordion__item:last-child {
    border-bottom: none;
  }
  .banner__title h1 {
    line-height: normal !important;
  }
  .banner__description {
    display: none;
  }
  .banner-image {
    display: none;
  }
  .banner__buttom {
    margin-top: 0;
  }
  #page__stats {
    padding: 0;
  }
  .page__services__item p {
    max-width: 300px;
  }
  .mob-hide {
    display: none;
  }
  .advantages__accordion-header {
    background-color: transparent;
  }
  .desk-hide {
    display: block;
  }
  .advantages__item-title {
    flex: 1;
  }
  .advantages__item-description ul {
    padding-left: 20px;
  }
  .page__cases-main img {
    display: none;
  }
  .page__cases-item img {
    display: none;
  }
  .document-card {
    background-color: #123262;
  }
  .document-card__title {
    color: #fff;
  }
  .document-card a {
    border-color: #fff;
    color: #fff;
  }
  .document-card a::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z' fill='%23FFFFFF' /%3e%3c/svg%3e");
  }
  .advantages__accordion-item .accordion__icon {
    transform: rotate(90deg) !important;
    transition: 0.3s;
  }
  .advantages__accordion-item.active .accordion__icon {
    transform: rotate(-90deg) !important;
    transition: 0.3s;
  }
}
