@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 500;
}

h1 {
  font-size: 60px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #fff;
}

span {
  font-size: 14px;
}

a.btn {
  font-size: 14px;
  background-color: #f6b61b;
  padding: 18px 33px;
  color: #000;
  font-family: 'Inter';
  border-radius: 10px;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.btn:hover, a.btn:active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #f6b61b !important;
  -webkit-box-shadow: 0 0 12px rgba(246, 182, 27, 0.6);
          box-shadow: 0 0 12px rgba(246, 182, 27, 0.6);
  /* чуть темнее */
  color: #000 !important;
  border-color: transparent !important;
}

@media (max-width: 992px) {
  .container {
    max-width: 95%;
  }
}

.banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(62%, #0f0f0f1a), to(#0f0f0f00)), -webkit-gradient(linear, left top, left bottom, from(#0f0f0f00), color-stop(44%, #0f0f0f5e), to(#0f0f0ff2)), url(../assets/img/bg.webp);
  background-image: linear-gradient(#0f0f0f, #0f0f0f1a 62%, #0f0f0f00), linear-gradient(#0f0f0f00, #0f0f0f5e 44%, #0f0f0ff2), url(../assets/img/bg.webp);
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  text-align: center;
}

.banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner__header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__header-logo a p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.banner__header-logo a img {
  max-width: 70px;
}

.banner__header-nav {
  padding: 30px 0;
}

.banner__header-nav a {
  padding: 0 30px;
  position: relative;
}

.banner__header-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 1px;
  background-color: #f6b61b;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  /* Для плавной анимации */
}

.banner__header-nav a:hover::after {
  width: 100%;
}

.banner__info {
  padding: 200px 0;
}

.banner__info h1 {
  color: white;
}

.banner__info span {
  display: block;
  color: #ffb937;
  letter-spacing: 1px;
  font-size: 16px;
}

.banner__info .btn {
  margin-top: 15px;
}

.features {
  background-color: #000;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__item i {
  font-size: 50px;
  color: #f6b61b;
}

.features__item p {
  font-size: 20px;
  margin-top: 10px;
}

.services {
  padding: 130px 0;
}

@media (max-width: 768px) {
  .services {
    padding: 80px 0;
  }
}

.services span {
  letter-spacing: 1px;
  font-size: 14px;
}

.services img {
  border-radius: 10px;
  max-width: 70%;
}

@media (max-width: 1400px) {
  .services img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .services img {
    max-width: 70%;
  }
}

.services__item {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
  text-align: start;
}

.services__item i {
  color: #f6b61b;
  font-size: 24px;
}

.services__item p {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

.tools {
  background-color: #000;
  padding-top: 130px;
  color: #fff;
}

@media (max-width: 768px) {
  .tools {
    padding-top: 80px 0;
  }
}

.tools span {
  color: #f6b61b;
  letter-spacing: 1px;
  font-size: 14px;
}

.tools img {
  max-width: 60%;
  border-radius: 10px;
}

@media (max-width: 1400px) {
  .tools img {
    max-width: 80%;
  }
}

.tools__item:first-child {
  padding-bottom: 50px;
  border-bottom: 1px solid #121212;
}

.tools__item:last-child {
  padding: 50px 0;
  border-bottom: 1px solid #121212;
}

.tools__item p {
  margin-left: 15px;
  margin-bottom: 0;
  position: relative;
}

.tools__item p::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -15px;
  background-color: #f6b61b;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.partners {
  background-color: #000;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.partners span {
  color: #f6b61b;
  letter-spacing: 1px;
  font-size: 14px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 0;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

.marquee-content p,
.marquee-content img {
  display: inline-block;
  margin: 0 30px;
}

.marquee-content img {
  max-width: 200px;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.license {
  padding: 130px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(62%, #0f0f0f1a), to(#0f0f0f00)), -webkit-gradient(linear, left top, left bottom, from(#0f0f0f00), color-stop(44%, #0f0f0f5e), to(#0f0f0ff2)), url(../assets/img/license.webp);
  background-image: linear-gradient(#0f0f0f, #0f0f0f1a 62%, #0f0f0f00), linear-gradient(#0f0f0f00, #0f0f0f5e 44%, #0f0f0ff2), url(../assets/img/license.webp);
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .license {
    padding: 80px 0;
  }
}

.license span {
  color: #f6b61b;
  letter-spacing: 1px;
  font-size: 14px;
}

.license .btn {
  width: 180px;
}

.clients {
  padding: 80px 0;
  text-align: center;
}

.clients span {
  color: #f6b61b;
  letter-spacing: 1px;
  font-size: 14px;
}

.numbers {
  background-color: #000;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.numbers__item {
  padding: 30px 0;
  border-top: 1px solid #ffffff26;
}

.numbers__item:nth-child(1), .numbers__item:nth-child(2), .numbers__item:nth-child(3) {
  margin-bottom: 40px;
}

.numbers__item:nth-child(2), .numbers__item:nth-child(5) {
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
}

@media (max-width: 768px) {
  .numbers__item:nth-child(2), .numbers__item:nth-child(4), .numbers__item:nth-child(6) {
    border-left: 1px solid #ffffff26;
    border-right: none;
  }
  .numbers__item:nth-child(5) {
    border-left: none;
    border-right: none;
  }
  .numbers__item:nth-child(1), .numbers__item:nth-child(2), .numbers__item:nth-child(3), .numbers__item:nth-child(4) {
    margin-bottom: 30px;
  }
}

.numbers h3 {
  position: relative;
  display: inline-block;
  font-size: 60px;
}

.numbers i {
  color: #f6b61b;
  position: absolute;
  display: inline-block;
  top: 5px;
  right: -30px;
  font-size: 30px;
  -webkit-animation: arrowBounce 1.5s infinite ease-in-out;
          animation: arrowBounce 1.5s infinite ease-in-out;
}

@-webkit-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.numbers p {
  font-size: 20px;
}

.contacts {
  background-color: #0c0c0c;
  padding: 130px 0;
  color: #fff;
}

@media (max-width: 768px) {
  .contacts {
    padding: 80px 0;
  }
}

.contacts .col-6:first-child {
  border-right: 1px solid #ffffff26;
}

.contacts i {
  color: #f6b61b;
  font-size: 30px;
}

.contacts h3 {
  margin-left: 20px;
}

.contacts ul {
  list-style: none;
  padding-left: 3rem;
}

.contacts ul li {
  padding: 10px 0;
  font-size: 14px;
}

.contacts ul li a {
  font-size: 16px;
}

.contacts__address {
  padding-left: 3rem;
}

.contacts__note {
  max-width: 50%;
  text-align: center;
  font-size: 12px;
  color: #a8a8a8;
}

@media (max-width: 992px) {
  .contacts__note {
    max-width: 80%;
  }
}
/*# sourceMappingURL=style.css.map */