.btn-primary {
  border-radius: 0;
  --bs-btn-bg: var(--neutral-10);
  --bs-btn-hover-bg: var(--neutral-10);
  --bs-btn-border-color: var(--neutral-10);
  --bs-btn-hover-border-color: var(--neutral-10);
  padding: 10px 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.cover {
  background-position: center;
  height: 500px;
  width: 100%;
}

.benefits-header {
  font-weight: bold;
  font-size: 2.25rem;
  margin-bottom: 16px;
}

.benefits-section {
  margin-top: 80px;
  --bs-gutter-x: 40px;
}

.benefits-video.benefits-video.benefits-video {
  height: 270px;
  position: relative;
  margin-bottom: 0;
}

.benefits-video-label {
  font-size: 1.5rem;
  background-color: var(--neutral-10);
  padding: 16px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.benefits {
  gap: 8px;
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 345px;
}

.phone-and-location {
  display: flex;
  gap: 16px;
  padding-top: 80px;
}

.cover-info-mini {
  background-color: var(--neutral-10);
  padding: 16px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}

.cover-info {
  background-color: var(--neutral-10);
  padding: 24px 40px;
  color: #fff;
  margin-top: 16px;
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
}

.presentation {
  margin: 80px 0;
  background-color: var(--neutral-98);
  display: flex;
  align-items: center;
  gap: 32px;
}

.realized-proejcts-header {
  font-size: 2.25rem;
  margin-bottom: 40px;
  font-weight: 600;
}

.projects-button {
  margin: 0 auto;
}

.file-icon {
  margin-bottom: 3px;
  margin-right: 8px;
}

.pdf-description {
  color: var(--neutral-40);
  font-size: 1rem;
}

.project-header {
  font-size: 1.5rem;
}

.download {
  display: flex;
  align-items: center;
  gap: 16px;
}

.presentation-image {
  background-position: center;
  width: 320px;
  height: 216px;
  cursor: pointer;
}

.show-more {
  margin-top: 0 !important;
}

.contacts {
  background-color: var(--neutral-98);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  position: relative;
}

.yandex-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.contacts-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.contacts-item svg {
  flex-shrink: 0;
  width: 22px;
  margin-top: 3px;
}

.contacts-item ol {
  margin-top: 12px;
  padding-left: 20px;
}

.contacts::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  background-color: var(--neutral-98);
  right: 100%;
  top: 0;
}

.contacts::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  background-color: var(--neutral-98);
  left: 100%;
  top: 0;
}

.contacts-header {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}

.presentation-title {
  font-size: 1.5rem;
  margin-bottom: 24px;
  font-weight: 600;
}

.presentation-subtitle {
  font-size: 1rem;
  margin-bottom: 24px;
  color: var(--neutral-30);
}

.company-image {
  background-position: center;
  width: 100%;
  height: 400px;
  cursor: pointer;
  margin-bottom: 8px;
}

.gallery {
  --bs-gutter-x: 8px;
}

.gratitudes-title {
  margin-bottom: 32px;
}

p {
  margin-top: 0;
  margin-bottom: 48px;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 32px;
  margin-top: 72px;
  font-weight: 600;
}

h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bold;
  color: var(--text-secondary);
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.year {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100px;
  text-align: right;
}

.point {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--neutral-90);
  flex-shrink: 0;
}

.slide-navigation {
  margin-top: 40px;
  justify-content: center;
  gap: 16px;
  display: none;
}

.slide-navigation-button {
  border: 1px solid var(--neutral-10);
  padding: 10px 24px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--neutral-10);
}

.slide-navigation-button path {
  fill: var(--neutral-10);
}

.slide-navigation-button.left svg {
  transform: scale(-1, 1);
}

.slide-navigation-button:hover {
  background-color: var(--neutral-98);
}

.mobile-dummy {
  height: 536px;
  width: 100%;
  display: none;
}

.gratitudes {
  display: flex;
  gap: 40px;
  width: 100%;
  overflow-x: auto;
}

.gratitude-image {
  background-position: center;
  height: 380px;
  width: 280px;
}

a {
  text-decoration: none;
}

.arrow-icon {
  margin-left: 8px;
}

@media (max-width: 800px) {
  .yandex-button.yandex-button.yandex-button {
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .cover {
    position: absolute;
    left: 0;
    top: 0;
  }

  .contacts-header {
    font-size: 28px;
  }

  .benefits-header {
    font-size: 1.75rem;
  }

  .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    position: relative;
  }

  .cover-info {
    font-size: 2.25rem;
  }

  .yandex-button.yandex-button.yandex-button {
    padding: 12px;
    width: 100%;
    margin-bottom: 40px;
  }

  .benefits-video.benefits-video.benefits-video {
    height: 200px;
  }

  .benefits-video-label {
    font-size: 16px;
    font-weight: normal;
  }

  .benefits {
    margin-bottom: 32px;
  }

  .phone-and-location {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 120px;
  }

  .benefits-section {
    margin-top: 476px;
  }

  .btn-primary {
    width: 100%;
  }

  .company-image {
    height: 200px;
  }

  .presentation {
    flex-flow: column;
    gap: 16px;
    margin-bottom: 0;
  }

  .presentation-link {
    width: 100%;
  }

  .presentation-image {
    background-position: center;
    width: 100%;
    height: 216px;
    cursor: pointer;
  }

  .presentation-info {
    padding: 0 24px 24px 24px;
  }

  .presentation-title {
    font-size: 1.25rem;
  }

  .realized-proejcts-header {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }

  .download {
    flex-flow: column;
    align-items: center;
  }

  h2 {
    font-size: 2.25rem;
    margin-bottom: 32px;
    margin-top: 0;
  }

  section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  h3 {
    margin-bottom: 24px;
    font-weight: bold;
  }

  p {
    margin-bottom: 32px;
  }
}
