: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__wrap {
  border: none;
}
.site_about .def-hero__content {
  padding-bottom: 0.75em;
}
.site_about .def-hero__text span {
  color: var(--primary-color);
}
.site_about .breadcrumbs {
  position: relative;
  z-index: 2;
}
.site_about .help {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .site_about .def-hero__svg-1 {
    height: 13em;
    bottom: 0.1em;
    left: 14em;
  }
  .site_about .def-hero .def-hero__svg-2 {
    width: 68.563em;
    height: 14.5em;
    left: -0.52em;
  }
}
@media screen and (max-width: 1024px) {
  .site_about .def-hero__text {
    margin-bottom: 0;
  }
  .site_about .def-hero__img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .site_about .help {
    margin-bottom: 40px;
  }
}

.block-dots {
  border: 1px solid #3B3B3B;
  background-color: #0C0D0D;
  background-image: url("/assets/img/bg-dots.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.ceo-company__wrap {
  display: grid;
  grid-template-columns: 56% 44%;
  color: #fff;
}
.ceo-company__info {
  padding: 0 0 0 40px;
  max-width: 550px;
}
.ceo-company .section-title {
  font-weight: 600;
  font-size: 64px;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.ceo-company .section-subtitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 60px;
}
.ceo-company .section-subtitle span {
  color: #FFDA05;
}
.ceo-company__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
}
.ceo-company__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 81px;
  height: 81px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 1280px) {
  .ceo-company .section-title {
    font-size: 52px;
    margin-bottom: 20px;
  }
  .ceo-company .section-subtitle {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .ceo-company__inner {
    gap: 20px;
    font-size: 18px;
  }
  .ceo-company__icon {
    width: 71px;
    height: 71px;
  }
  .ceo-company__info {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ceo-company__wrap {
    grid-template-columns: 1fr;
  }
  .ceo-company__info {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ceo-company .section-title {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .ceo-company .section-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ceo-company__inner {
    gap: 15px;
    font-size: 14px;
    max-width: 400px;
  }
  .ceo-company__icon {
    width: 61px;
    height: 61px;
  }
}

.success-story {
  padding-top: 50px;
  padding-bottom: 50px;
}
.success-story h2 {
  display: flex;
  flex-direction: column;
}
.success-story__blocks {
  display: grid;
  grid-template-columns: 60% auto;
  align-items: flex-end;
  gap: 40px;
}
.success-story__item {
  border-bottom: 1px solid #434345;
  padding: 26px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  gap: 100px;
}
.success-story__item .small-title {
  color: var(--primary-color);
  margin-right: auto;
}
.success-story__link {
  position: absolute;
  bottom: -40px;
  left: 50%;
  color: var(--primary-color);
  transform: translateX(-50%);
  min-width: max-content;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.success-story__link, .success-story__link:before {
  transition: all 0.3s linear;
}
.success-story__link:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 1.5px;
  width: calc(100% - 29px);
  background-color: var(--primary-color);
}
.success-story__link:hover:before {
  width: 0;
}
.success-story__link svg {
  width: 23px;
  height: 20px;
}
.success-story__item:last-child {
  border: none;
}
.success-story__img, .success-story__media {
  display: flex;
  justify-content: center;
}
.success-story__media {
  position: relative;
  align-items: flex-end;
}
.success-story__media:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background-color: #282828;
}
.success-story__img {
  max-width: 488px;
  overflow: hidden;
  position: relative;
  align-items: center;
  z-index: 1;
}
.success-story__img img {
  width: calc(100% - 48px);
  height: auto;
}
.success-story__year {
  display: flex;
  justify-content: flex-end;
  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: 1440px) {
  .success-story__item {
    gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .success-story__wrap {
    margin-bottom: 40px;
  }
  .success-story__blocks {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .success-story__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .success-story__wrap {
    margin-bottom: 20px;
  }
  .success-story__item {
    padding: 15px 0;
    gap: 20px;
  }
  .success-story__item .small-title {
    font-size: 16px;
  }
  .success-story__year::before {
    background-size: 100% 100%;
  }
  .success-story__img {
    width: auto;
  }
}

.geography {
  padding-bottom: 50px;
}
.geography__wrap {
  position: relative;
}
.geography .section-title {
  position: absolute;
  top: 80px;
  left: 20px;
  max-width: 664px;
  z-index: 2;
}
.geography__maps {
  padding: 220px 60px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.geography__maps img {
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .geography__maps {
    padding: 30px;
  }
  .geography__maps img {
    width: 576px;
    max-width: unset;
  }
  .geography .section-title {
    position: relative;
    top: unset;
    left: unset;
    max-width: 340px;
    margin-bottom: 30px;
  }
}

.about-benefits__wrap {
  padding: 65px 20px 90px;
}
.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;
    background-image: 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;
  }
}
