@charset "UTF-8";
@media (max-width: 992px) {
  .start-nav-menu {
    margin-top: 10px;
  }
}
.nav-button {
  margin-left: 10px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  .nav-button {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.hero-text {
  color: #20303d;
}

.hero-margin-left {
  margin-left: 0px;
}

@media (max-width: 992px) {
  .hero-margin-left {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .hero-992 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 992px) {
  .logo-992 {
    width: 130px !important;
  }
}
@media (max-width: 992px) {
  .lead-992 {
    font-size: medium;
    margin-bottom: 10px !important;
  }
}
.about {
  margin-top: 120px;
}

@media (max-width: 992px) {
  .about-992 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 992px) {
  .about-icon-first {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 992px) {
  .about-icon {
    margin-bottom: 60px;
  }
}
.h1-all {
  font-weight: 700 !important;
  margin-bottom: 60px;
  color: #20303d;
}

@media (max-width: 992px) {
  .head-adv {
    text-align: center;
  }
}
.img-adv {
  padding-right: 60px;
}

@media (max-width: 992px) {
  .img-adv {
    padding-right: 0px;
    margin-top: -150px;
    margin-bottom: 60px;
  }
}
.advantages li {
  font-weight: 500;
}

/* CTA full-bleed */
.cta-full {
  padding: 100px 0; /* высота секции */
  background: #e5ae00; /* ваш primary */
  color: #20303d; /* тёмный текст */
}

.cta-full .h1-all {
  color: #20303d;
}

.cta-full .cta-text {
  max-width: 820px;
  margin: 0 auto;
}

.cta-full .cta-btn {
  border: 2px solid #fff;
  color: #fff;
}

.cta-full .cta-btn:hover {
  background: #fff;
  color: #20303d;
}

.cta-full .cta-email a {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .cta-full {
    padding: 70px 0;
  }
}
/* footer social icons */
.footer .social-icons-footer a {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.footer .social-icons-footer a:hover,
.footer .social-icons-footer a:focus {
  color: #e5ae00 !important;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transform: translateY(-2px);
}

.footer .social-icons-footer a .fa-telegram {
  color: #0088cc !important;
}

.footer .social-icons-footer a:hover .fa-telegram {
  color: #33a8e0 !important;
}

/* CTA Telegram icon */
.cta-full a[aria-label=Telegram] i {
  color: #0088cc;
  font-size: 2.6rem;
  transition: color 0.3s ease, transform 0.2s ease;
}

.cta-full a[aria-label=Telegram]:hover i {
  color: #33a8e0; /* немного светлее при наведении */
  transform: translateY(-2px);
}

.cta-telegram {
  color: #0088cc;
  font-size: 1.9rem;
  vertical-align: middle;
  margin-left: 4px;
  transition: color 0.3s ease, transform 0.2s ease;
}

.cta-telegram-link:hover .cta-telegram {
  color: #33a8e0;
  transform: translateY(-2px);
}
