html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background: url('../img/bg.png') #000000;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden!important;
  scroll-behavior: smooth;
}

/* .scroll-content {
  background: url('../img/bg.png') #000000;
  background-repeat: no-repeat;
  background-size: cover;
}

body.main-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */

button:focus {
  box-shadow: none!important;
  outline: none;
}

::-webkit-scrollbar {
	width: 13px;            
  }

  ::-webkit-scrollbar-track {
    background: #010103;
}

::-webkit-scrollbar-thumb {
  background-color: #1F8BF3;
  border-radius: 20px;
  border: 2.5px solid #010103;
}

img {
  max-width: 100%;
}

a {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
}

p, a, h1, h2, h3, h4, h5, h6, dl, ol, ul {
  margin: 0;
}

button {
  background: transparent;
  border: none;
  outline: none!important;
}

.nav-link {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
  transition: 0.3s;
}

.nav-link:hover {
  color: #FFF;
  opacity: 1;
  transition: 0.3s;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #FFF;
  opacity: 1;
}

h1, h3 {
  font-family: 'Joyride STD', sans-serif;
}

h1 {
  color: #FFF;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

header h1 span {
  color: #1F8BF3;
}

header h1 span span {
  font-family: 'Joyride ALT', sans-serif;
  color: #0F8;
}

h3 {
  color: #FFF;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

video {
  width: 100%;
  box-shadow: 0 0 50px 20px black;
}

h2 {
  color: #FFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 span:first-child {
  color: #1F8BF3;
}

h2 span:nth-child(2) {
  color: #0F8;
}

.big-star {
  color: #FFF;
  font-family: 'Joyride ALT', sans-serif;
  font-size: 9.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  animation: spin 4s linear infinite;
  max-width: 72px;
}

header h1 {
  margin-left: 15px;
}

.text-hero {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.text-hero-description {
  display: flex;
}

.text-hero-description {
  display: flex;
  padding-left: 7%;
}

.text-hero-description p {
  color: rgba(255, 255, 255, 0.40);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 3em;
}

.text-hero-section {
  padding-top: 70px;
}

.lead {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.7px;
}

header .lead {
  padding: 50px 0;
}

.button-outline {
  font-family: 'Inter', sans-serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 2px solid #FFF;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
  letter-spacing: 0.8px;
}

.button-outline:hover {
  letter-spacing: 1px;
  color: #FFF;
  background-color: #1F8BF3;
  border-color: #1F8BF3;
  transform: scale(1.01);
  transition: 0.4s;
}

header .button-outline:hover {
  letter-spacing: 1px;
  color: #FFF;
  background-color: #1F8BF3;
  border-color: #1F8BF3;
  transform: scale(1.02);
  box-shadow: 0 0 100px #1F8BF3, 0 0 50px #1F8BF3, 0 0 20px #1F8BF3, 0 0 5px #1F8BF3;
  transition: 0.4s;
}

.bo-green:hover {
  background: transparent;
  border: 2px solid #0F8;
  box-shadow: none;
  transition: 0.3s;
}

.bo-inverse {
  color: #000;
  border: 2px solid #000;
  transition: 0.3s;
}

.bo-inverse:hover {
  color: #000;
  background: #FFF;
  border: 2px solid #FFF;
  box-shadow: none;
  transition: 0.3s;
}

.button-outline img {
  margin-left: 5px;
  transition: 0.4s;
}

.button-outline:hover img {
  transform: rotate(360deg);
  transition: 0.4s;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  background-color: #1F8BF3;
  width: 120%;
  margin-left: -20px;
  transform: rotate(-1.325deg);
  padding: 15px 0;
  margin-top: 1em;
  margin-bottom: 6em;
}

.marquee p {
  display: inline-block;
  color: #FFF;
  font-family: 'Joyride WIDE', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 85%;
  animation: marquee 45s linear infinite;
}

.ppc-footer {
  font-family: 'Joyride STD', sans-serif;
  border-radius: 10px;
  border: 3px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 335px;
  display: block;
  margin: 18px auto;
  padding-top: 20px;
  padding-bottom: 12px;
  position: relative;
  transition: 0.3s;
}

.ppc-footer b {
  transition: 0.3s;
}

.ppc-footer:hover b {
  cursor: pointer;
  letter-spacing: 2px;
  transition: 0.3s;
}

.ppc-footer span {
  font-size: 17px;
}

.top-connector::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 29px;
  height: 20px;
  flex-shrink: 0;
  background-image: url('../img/icons/v_connector.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.right-connector::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 25px;
  height: 34px;
  flex-shrink: 0;
  background-image: url('../img/icons/h_connector.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.right-connector-g::after {
  content: '';
  position: absolute;
  right: -28px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 26px;
  height: 36px;
  flex-shrink: 0;
  background-image: url('../img/icons/h_greenconnector.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.5rem;
}

.cbadge {
  color: #171717;
  font-family: 'Joyride STD', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  padding-top: 11px;
  padding-bottom: 17px;
}

.cbadge-green {
  background: #0F8;
  box-shadow: 0px 10px 50px 0px rgba(0, 255, 136, 0.50);
  cursor: pointer;
  transition: 0.3s;
}

.cbadge-green:hover {
  background: #1F8BF3;
  box-shadow: 0px 10px 50px 0px rgba(31, 139, 243, 0.50);
  cursor: pointer;
  transition: 0.3s;
}

.cbadge-blue {
  background: #1F8BF3;
  box-shadow: 0px 10px 50px 0px rgba(31, 139, 243, 0.50);
  cursor: pointer;
  transition: 0.3s;
}

.cbadge-blue:hover {
  background: #0F8;
  box-shadow: 0px 10px 50px 0px rgba(0, 255, 136, 0.50);
  cursor: pointer;
  transition: 0.3s;
}

.ppc-block {
  padding: 0 15px;
}

.company-logo {
  width: 100%;
  text-align: center;
}

.company-logo img {
  transition: 0.3s;
}

.company-logo img:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: 0.3s;
}

.specialist-block {
  border-radius: 10px;
  padding: 25px;
  color: #FFF;
  font-family: 'Joyride STD', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.2px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}

.specialist-block b {
  font-size: 40px;
}

.specialist-block span {
  font-size: 20px;
}

.sb-blue {
  background: #1F8BF3;
  box-shadow: 0px 10px 50px 0px rgba(31, 139, 243, 0.50);
  text-align: left;
}

.sb-blue:hover {
  cursor: pointer;
  box-shadow: 0px 10px 50px 10px rgba(31, 139, 243, 0.70);
  transition: 0.3s;
}

.sb-white {
  color: #000;
  background: #FFF;
}

.sb-white:hover {
  cursor: pointer;
  box-shadow: 0px 10px 50px 10px rgba(255, 255, 255, 0.70);
  transition: 0.3s;
}

.sb-outline {
  border: 3px solid #FFF;
}

.sb-outline:hover {
  cursor: pointer;
  box-shadow: 0px 10px 50px 10px rgba(255, 255, 255, 0.70);
  transition: 0.3s;
}

.feature h1 {
  font-size: 60px;
}

.partners-container {
  width: 100%;
  overflow: hidden;
}

.partners {
  overflow: hidden;
  white-space: nowrap;
  width: 120%;
  margin-left: -20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.partners-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
}

.partner {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  padding: 18px;
  width: 300px;
  margin: 9px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-right: 18px;
  height: 100px;
  overflow: hidden;
}

.partner img {
  max-height: 80px;
  transition: 0.3s;
}

.partner:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.text-copy {
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  display: block;
  line-height: 20px;
  transition: 0.3s;
}

a.text-footer {
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  display: block;
  line-height: 20px;
  margin-top: 3px;
  transition: 0.3s;
}

a.text-footer:hover {
  color: rgba(255, 255, 255, 1);
  transition: 0.3s;
}

.text-footer-h {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.text-footer-d {
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.products-description h4 {
  color: #0F8;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px;
  text-transform: uppercase;
}

.products-description p {
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; 
}

.our-pr-block {
  border-radius: 10px;
  padding: 10px 25px;
  position: relative;
}

.our-pr-block p {
  color: #171717;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px; 
  text-transform: uppercase;
  margin-bottom: 1em;
}

.opb-green {
  background: #0F8;
  border: 3px solid #0F8;
}

.opb-outline {
  border: 3px solid #0F8;
}

.custom-toggler.navbar-toggler {
  border: none;
  box-shadow: none;
  background-color: transparent;
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-toggler.navbar-toggler span {
  display: block;
  height: 3px;
  background-color: #333;  /* цвет полосок */
  border-radius: 1.5px;    /* плавные уголки */
  width: 100%;
  transition: background-color 0.3s ease;
}

.navbar-light .custom-toggler.navbar-toggler:hover span {
  background-color: #555;  /* цвет при наведении */
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link:focus, .nav-link:hover {
  color: rgb(255 255 255);
}

.social {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
  margin-top: 10px;
}

.social p {
  color: rgba(255, 255, 255, 0.40);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  margin-left: 15px;
}

@keyframes marquee {
  0% {
      transform: translate3d(0, 0px, 0px)
  }
  100% {
      transform: translate3d(-100%, 0px, 0px)
  }
}

@keyframes marquee-inv {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(100%, 0);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* XL MAX */
@media(max-width: 1399px) {

}

/* LG MAX */
@media(max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}

@media(max-width: 991px) {
  .top-green-connector::before {
    content: '';
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 51px;
    height: 36px;
    flex-shrink: 0;
    background-image: url('../img/icons/v_greenconnector.svg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .right-connector-g::after {
    display: none;
  }
  h2 {
    text-align: center;
  }
  .pc-logo {
    display: none;
  }
  header h1 {
    margin-left: 0;
    text-align: center;
  }
  .text-hero {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}

/* MD MAX */
@media(min-width: 768px) and (max-width: 991px) {
  .features-left {
    align-items: center;
  }
  .features-right {
    align-items: center;
  }
  .specialist-block.right-connector::after {
    display: none;
  }
  .ppc-block {
    padding: 0 0px;
    margin: 35px 0;
  }
  .top-specialist-connector::before {
    content: '';
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 47px;
    height: 33px;
    flex-shrink: 0;
    background-image: url('../img/icons/v_connector.svg');
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* SM MAX */
@media(max-width: 767px) {
  .big-star {
    display: none!important;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  .text-hero-description {
    padding: 0;
    text-align: center;
    flex-direction: column-reverse;
  }
  .text-hero-description h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .text-hero-description p {
    font-size: 14px;
    margin: 0;
  }
  .features-left {
    align-items: center;
  }
  .features-right {
    align-items: center;
  }
  .ppc-block {
    padding: 0 0px;
    margin: 35px 0;
  }
  .specialist-block.right-connector::after {
    display: none;
  }
  .top-specialist-connector::before {
    content: '';
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 47px;
    height: 33px;
    flex-shrink: 0;
    background-image: url('../img/icons/v_connector.svg');
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* sitNSpin.less */
@keyframes rotateBefore {
  from {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(-360deg);
  }
}
@keyframes rotateAfter {
  from {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(360deg);
  }
}

/* XS MAX */
@media(max-width: 575px) {
  h1 {
    font-size: 24px;
    text-align: center;
  }
  h2 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .text-hero-description h3 {
    font-size: 18px;
  }
}

/* XS MIN */
@media(min-width: 575px) {

}

/* SM MIN */
@media(min-width: 768px) {

}

/* MD MIN */
@media(min-width: 992px) {
  .mobile-logo {
    display: none;
  }
}

/* LG MIN */
@media(min-width: 1200px) {

}

/* XL MIN */
@media(min-width: 1400px) {

}