:root {
  --primary-color: #FFDA05;
  --secondary-color: #FFB905;
  --color-text: #0C0D0D;
}

.theme-blue {
  --primary-color: #405DFF;
  --secondary-color: #2F4DFF;
  --color-text: #fff;
}

.site_about .def-hero__img {
  padding-top: 0;
}
.site_about .def-hero__content {
  padding-bottom: 0.75em;
}
.site_about .breadcrumbs {
  position: relative;
  z-index: 2;
}
.site_about .help {
  margin-bottom: 60px;
}
.site_about .digits {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .site_about .help {
    margin-bottom: 40px;
  }
  .site_about .digits {
    padding-bottom: 40px;
  }
}

.how-work {
  padding-top: 20px;
}
.how-work__start {
  border-right: 1px solid #3B3B3B;
  border-top: 1px solid #3B3B3B;
  border-left: 1px solid #3B3B3B;
  height: 35px;
  margin-bottom: 30px;
}
.how-work h2 {
  padding-left: 20px;
}
.how-work__wrap {
  display: flex;
  border-left: 1px solid #3B3B3B;
  border-right: 1px solid #3B3B3B;
  padding: 60px 0 0 20px;
}
.how-work__before {
  width: 15%;
}
.how-work__slider {
  width: 81%;
}
.how-work__subtext {
  color: rgba(255, 255, 255, 0.5);
}
.how-work__img {
  overflow: hidden;
  margin-bottom: 25px;
}
.how-work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-work__slide > div {
  position: relative;
}
.how-work__subtitle {
  margin-bottom: 15px;
}
.how-work__text {
  color: rgba(255, 255, 255, 0.5);
}
.how-work__icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 20px 0;
  background-color: #0C0D0D;
}
.how-work__inner {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.how-work__arrows {
  display: none;
  align-items: center;
  gap: 15px;
  margin-bottom: 45px;
}
.how-work__arrows > div {
  width: 60px;
  min-width: 60px;
  height: 45px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-work__arrows > div:not(.swiper-button-disabled):hover svg path {
  stroke: var(--primary-color);
}
.how-work__arrows > div.swiper-button-disabled::before {
  opacity: 0.3;
}
.how-work__arrows > div::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='53' viewBox='0 0 70 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.5' y='4.5' width='59' height='44' rx='3.5' stroke='white'/%3E%3Crect x='15' y='44' width='40' height='9' fill='%230C0D0D'/%3E%3Crect x='15' width='40' height='9' fill='%230C0D0D'/%3E%3Crect x='61' y='14' width='9' height='25' fill='%230C0D0D'/%3E%3Crect y='14' width='9' height='25' fill='%230C0D0D'/%3E%3C/svg%3E%0A");
  background-position: center;
}
.how-work__arrows > div svg path {
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .how-work__before {
    display: none;
  }
  .how-work__slider {
    width: 100%;
  }
  .how-work__wrap {
    padding: 30px 20px 0;
  }
  .how-work__start {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .how-work {
    padding-top: 20px;
  }
  .how-work h2 {
    padding: 0 20px;
  }
  .how-work .container-full {
    padding: 0;
  }
  .how-work__wrap {
    border: unset;
    padding-right: 0;
  }
  .how-work__img {
    height: 300px;
  }
  .how-work__start {
    margin: 0 20px 10px;
    height: 25px;
  }
}

.about-benefits__wrap {
  padding: 65px 20px 90px;
  border: 1px solid #3B3B3B;
  background-color: #0C0D0D;
  background-image: url("/assets/img/dotted-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.about-benefits__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-benefits h2 {
  width: 62vw;
}
.about-benefits h2 .new-line {
  color: #fff;
  text-align: right;
  display: inline-block;
}
.about-benefits__subtitle {
  font-weight: 400;
  max-width: 320px;
  position: relative;
  margin-right: 5vw;
}
.about-benefits__subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 3px;
  height: 100%;
  background-color: var(--primary-color);
}
.about-benefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
}
.about-benefits__item {
  position: relative;
}
.about-benefits__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  background-color: #3B3B3B;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .about-benefits h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1460px) {
  .about-benefits h2 {
    width: 68%;
  }
  .about-benefits__subtitle {
    max-width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .about-benefits h2 {
    font-size: 32px;
    width: auto;
    text-align: left;
  }
  .about-benefits h2 .new-line {
    margin-left: 0;
  }
  .about-benefits__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-benefits__item:nth-child(even)::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .about-benefits h2 {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
    font-size: 32px;
  }
  .about-benefits h2 .new-line {
    display: inline;
    margin-left: 0;
  }
  .about-benefits__subtitle {
    max-width: 420px;
  }
  .about-benefits__top {
    flex-direction: column;
    align-items: unset;
  }
  .about-benefits .section-title__wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-benefits__wrap {
    padding: 0;
    border: unset;
    background-color: unset;
  }
  .about-benefits__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-benefits__subtitle {
    font-size: 16px;
  }
  .about-benefits__item:not(:last-child)::after {
    display: none;
  }
}

.success-story {
  padding-top: 50px;
}
.success-story h2 {
  display: flex;
  flex-direction: column;
}
.success-story__list {
  border-top: 1px solid #434345;
}
.success-story__item {
  border-bottom: 1px solid #434345;
  padding: 30px 20px 30px 0;
  display: grid;
  grid-template-columns: 26% 25% 39% 1fr;
  gap: 20px;
}
.success-story__img {
  width: 275px;
  height: 160px;
  overflow: hidden;
}
.success-story__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.success-story__text {
  max-width: 25.5vw;
}
.success-story__year {
  display: flex;
  justify-content: flex-end;
  color: var(--primary-color);
  position: relative;
  height: fit-content;
  width: fit-content;
  margin-left: auto;
}
.success-story__year::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -18px;
  width: calc(100% + 35px);
  height: calc(100% + 10px);
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='37' viewBox='0 0 86 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='2.30762' width='79' height='33' rx='1.5' stroke='%23FFDA05'/%3E%3Crect x='13' y='33' width='60' height='4' fill='%230C0D0D'/%3E%3Crect x='13' width='60' height='4' fill='%230C0D0D'/%3E%3Crect x='80' y='9' width='6' height='20' fill='%230C0D0D'/%3E%3Crect y='9' width='6' height='20' fill='%230C0D0D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1024px) {
  .success-story h2 span:first-child {
    transform: translateX(-20%);
  }
  .success-story h2 span:last-child {
    transform: translateX(20%);
  }
  .success-story__year {
    margin-left: 15px;
  }
  .success-story__item {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
  .success-story__img {
    order: 2;
    width: 500px;
    height: auto;
  }
  .success-story__title {
    order: 3;
    margin-bottom: -5px;
  }
  .success-story__text {
    order: 4;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .success-story__year {
    font-size: 18px;
    order: 1;
  }
  .success-story__year::before {
    background-size: 100% 100%;
  }
  .success-story__img {
    width: auto;
    height: 180px;
  }
}

.digits__img {
  overflow: hidden;
  margin-bottom: 30px;
}
.digits__img img {
  width: 100%;
  height: auto;
}
.digits__wrap {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.digits__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-left: 20px;
  margin-right: 60px;
}
.digits__list:hover .digits__number {
  color: #fff;
}
.digits__list::after {
  content: "";
  position: absolute;
  top: 90px;
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='4' viewBox='0 0 200 4' fill='none'%3E%3Cpath d='M2 2C65.2527 2.00001 193.006 2.00002 198 2.00002' stroke='%23FFDA05' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='2 8'/%3E%3C/svg%3E");
}
.digits__item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.digits__item:last-child .digits__number {
  padding-right: 13px;
}
.digits__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  width: 25%;
  padding: 0 40px;
  position: relative;
}
.digits__text::before {
  content: "";
  width: 1px;
  height: calc(100% + 48px);
  background-color: #3B3B3B;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.digits__text span {
  color: var(--primary-color);
}
.digits__link {
  width: 75%;
}
.digits__number {
  font-size: 72px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.2;
  position: relative;
  background-color: #0C0D0D;
  width: fit-content;
  padding-bottom: 20px;
  transition: 0.3s ease;
}
.digits__subtitle {
  font-size: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.digits__line {
  width: 100%;
  height: 35px;
  border-right: 1px solid #3B3B3B;
  border-left: 1px solid #3B3B3B;
}
.digits__top {
  border-top: 1px solid #3B3B3B;
}
.digits__bottom {
  border-bottom: 1px solid #3B3B3B;
}
@media screen and (max-width: 1300px) {
  .digits__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .digits__list {
    flex-direction: column;
    gap: 60px;
  }
  .digits__list::after {
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='267' viewBox='0 0 4 267' fill='none'%3E%3Cpath d='M2 265.5C2 235.5 2 2 2 2' stroke='%23FFDA05' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='2 8'/%3E%3C/svg%3E");
  }
  .digits__item {
    background: #0C0D0D;
  }
  .digits__subtitle {
    text-align: left;
    padding-bottom: 10px;
  }
  .digits__link {
    width: 40%;
  }
  .digits__text {
    width: 60%;
    padding-right: 0;
  }
  .digits__text::before {
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .digits__wrap {
    flex-direction: column;
    align-items: unset;
    padding: 0;
  }
  .digits__list {
    margin: 0 0 8px;
  }
  .digits__link {
    width: fit-content;
    margin-left: auto;
  }
  .digits__number {
    font-size: 52px;
    padding-bottom: 5px;
  }
  .digits__subtitle {
    font-size: 16px;
  }
  .digits__line {
    display: none;
  }
  .digits__text {
    padding: 0;
    width: 100%;
  }
  .digits__text::before {
    display: none;
  }
  .digits__img {
    height: 300px;
  }
  .digits__img img {
    height: 100%;
    object-fit: cover;
  }
}
