.advantages__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;

}

.advantages__left {
  width: 50%;
  min-height: 526px;
}

.advantages__title {
  margin-bottom: 20px;
}

.advantages__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--descr-color);
  margin-bottom: 20px;
}

.advantages__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-hover-color);
  border-bottom: 1px solid var(--text-hover-color);
  padding-bottom: 5px;
  position: relative;
}

.advantages__link span {
  margin-right: 10px;
}

.advantages__link svg {
  transition: transform .3s ease-in-out;
}

.advantages__left-descr {
  margin-bottom: 30px;
}

.accordion-container {
  width: 60%;
}

.ac .ac-trigger span {
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: var(--title-color);
  transition: color .4s ease-in-out;
}

.ac-trigger {
  position: relative;
}

.ac .ac-trigger:hover span {
  color: var(--text-hover-color);
}

.ac .ac-trigger svg {
  margin-right: 10px;
}

.ac .ac-trigger svg path {
  transition: fill .4s ease-in-out;
}

.ac .ac-trigger:hover svg path {
  fill: var(--text-hover-color);
}

.ac .ac-trigger::after,
.ac.is-active>.ac-header .ac-trigger::after {
  content: "";
}

.ac.is-active>.ac-header span {
  color: var(--text-hover-color);
}

.ac.is-active>.ac-header svg path {
  fill: var(--text-hover-color);
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.ac-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--descr-color);
}

.ac {
  border: none;
  margin-top: 0;
}

.ac:first-child {
  border-bottom: 1px solid var(--border-color);
}

.ac-item {
  position: relative;
  padding-left: 43px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--descr-color);
}

.ac-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--dot-color);
  left: 25px;
  top: 9px;
}

.advantages__right {
  width: 50%;
  background-image: url(/images/main/adv-right.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: relative;
}

/* .advantages__right-btn-top,
.advantages__right-btn-bot {
  padding: 25px;
  padding-left: 55px;
  background-color: var(--bg-color);
  box-shadow: 0px 0px 15px rgba(24, 26, 31, 0.1);
  border-radius: 3px;
  position: absolute;
}

.advantages__right-btn-top {
  right: 1px;
  top: 19px;
}

.advantages__right-btn-bot {
  left: 0;
  bottom: 80px;
}

.advantages__right-btn-top::before,
.advantages__right-btn-bot::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
}

.advantages__right-btn-top::before {
  background-image: url(/images/main/adv-btn-1.svg);
}

.advantages__right-btn-bot::before {
  background-image: url(/images/main/adv-btn-2.svg);
}

.tabs__btn--active::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 3px;
  background: linear-gradient(to right, #04AB75, var(--text-hover-color));
  z-index: -1;
} */

.hero__swiper-button-next::before,
.advantages__link::before,
.ac-trigger::before,
.block__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: 1px solid var(--text-hover-color);
  outline-offset: 3px;
  opacity: 0;
  transition: opasity .3s ease-in-out;
}

.hero__swiper-button-next:focus-visible,
.advantages__link:focus-visible,
.ac-trigger:focus-visible,
.block__link:focus-visible,
.photo-prev:focus-visible,
.photo-next:focus-visible {
  outline: 0;
}

.hero__swiper-button-next:focus-visible::before,
.advantages__link:focus-visible::before,
.ac-trigger:focus-visible::before,
.block__link:focus-visible::before {
  opacity: 1;
}

.photo-prev:hover,
.photo-next:hover,
.photo-prev:focus-visible,
.photo-next:focus-visible {
  background-color: var(--text-hover-color);
  color: var(--bg-color);
}

.photo-prev:hover path,
.photo-next:hover path,
.photo-prev:focus-visible path,
.photo-next:focus-visible path {
  fill: var(--bg-color);
}

.block__link:hover svg,
.advantages__link:hover svg,
.hero__swiper-button-next:hover svg {
  transform: translateX(2px);
}
