* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  font-family: "Inter", sans-serif;
  background: #101010;
}

input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

input:focus,
textarea:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: unset;
  outline: none;
}

img {
  width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.dark-wrapper {
  background: #08090A;
}

.container {
  max-width: 1380px;
  padding: 0 19px;
  margin: 0 auto;
}

.section-title {
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.bg {
  background: url(../images/main-bg.webp);
  background-size: cover;
  background-position: bottom;
}

.intro {
  min-height: 750px;
  overflow: hidden;
  position: relative;
}
.intro .container .intro-wrap {
  min-height: 750px;
  display: flex;
}
.intro .container .intro-wrap .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.intro .container .intro-wrap .intro-content .intro-title {
  font-size: 60px;
  color: white;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 870px;
  margin-bottom: 40px;
}
.intro .container .intro-wrap .intro-content .intro-title .purple {
  display: block;
  color: #7B4BFF;
}
.intro .container .intro-wrap .intro-content .intro-title .margin {
  display: block;
  margin-left: 65px;
}
.intro .container .intro-wrap .intro-content .intro-text {
  font-size: 28px;
  color: white;
  line-height: normal;
  padding-left: 15px;
  border-left: 2px solid #7B4BFF;
  margin-bottom: 40px;
}
.intro .container .intro-wrap .intro-content .intro-btn {
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #6737F3 0%, #7B4BFF 100%);
  color: white;
  width: fit-content;
}
.intro .container .intro-wrap .intro-content .intro-btn .decorate {
  background: #1D1D1D;
  padding: 11px;
}
.intro .container .intro-wrap .intro-image {
  position: absolute;
  width: 970px;
  top: 0;
  right: 0;
  bottom: 0;
}
.intro .container .intro-wrap .intro-image .intro-desktop {
  height: 100%;
  object-fit: cover;
}
.intro .container .intro-wrap .intro-image .intro-mobile {
  display: none;
}

.stats {
  background: linear-gradient(90deg, #6737F3 0%, #7B4BFF 100%);
}
.stats .container .stats-list {
  padding: 47px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stats .container .stats-list .stats-item {
  padding: 0 10px 0 39px;
}
.stats .container .stats-list .stats-item:not(:last-child) {
  border-right: 1px solid white;
}
.stats .container .stats-list .stats-item .stats-item-title {
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.stats .container .stats-list .stats-item .stats-item-text {
  font-size: 18px;
  color: white;
  line-height: normal;
}

.channels {
  padding: 60px 0 40px;
}
.channels .container .channels-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
.channels .container .channels-wrap .channels-left .section-title {
  margin-bottom: 25px;
}
.channels .container .channels-wrap .channels-left .channels-text {
  padding-left: 15px;
  max-width: 400px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  border-left: 2px solid #7B4BFF;
}
.channels .container .channels-wrap .channels-right {
  max-width: 700px;
}
.channels .container .channels-wrap .channels-right .chanels-mobile {
  display: none;
}

.cases {
  padding: 40px 0 80px;
}
.cases .container {
  max-width: 1650px;
}
.cases .container .cases-wrapper {
  padding-right: 110px;
  padding-left: 110px;
  position: relative;
}
.cases .container .cases-wrapper .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.cases .container .cases-wrapper .cases-swiper {
  position: static;
}
.cases .container .cases-wrapper .cases-swiper .cases-list .cases-item {
  padding: 20px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle {
  min-height: 116px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #A6A6A6;
  border-bottom: 1px solid #A6A6A6;
}
.cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  width: 100%;
}
.cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-middle-content .cases-item-title {
  max-width: 355px;
  font-size: 32px;
  color: #222222;
  font-weight: 700;
  line-height: normal;
}
.cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-middle-content .cases-item-text {
  color: #727272;
  font-size: 14px;
  line-height: normal;
}
.cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-arrow {
  width: 48px;
  height: 48px;
  background: #7000FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-arrow img {
  width: 22px;
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom {
  margin-top: 40px;
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom .swiper-pagination {
  position: static;
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom .swiper-pagination .swiper-pagination-bullet {
  background: #606060;
  border-radius: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #7000FF;
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn {
  width: 108px;
  height: 116px;
  z-index: 5;
  cursor: pointer;
  transition: 0.3s ease;
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn:hover {
  transition: 0.3s ease;
  opacity: 0.9;
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.services {
  padding: 80px 0;
}
.services .container .services-wrapper .section-title {
  text-align: center;
  margin-bottom: 10px;
}
.services .container .services-wrapper .services-text {
  font-size: 28px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
.services .container .services-wrapper .services-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.services .container .services-wrapper .services-list .services-item {
  padding: 20px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .container .services-wrapper .services-list .services-item:nth-of-type(1) {
  background: #003CFF;
}
.services .container .services-wrapper .services-list .services-item:nth-of-type(2) {
  background: #FBBC05;
}
.services .container .services-wrapper .services-list .services-item:nth-of-type(2) .services-item-content {
  color: #1D1D1D;
}
.services .container .services-wrapper .services-list .services-item:nth-of-type(3) {
  background: #2D2D2D;
}
.services .container .services-wrapper .services-list .services-item:nth-of-type(4) {
  background: #37ABF3;
}
.services .container .services-wrapper .services-list .services-item:nth-of-type(5) {
  background: linear-gradient(90deg, #6737F3 0%, #7B4BFF 100%);
}
.services .container .services-wrapper .services-list .services-item .services-item-content {
  color: white;
  line-height: normal;
}
.services .container .services-wrapper .services-list .services-item .services-item-content img {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 8px;
}
.services .container .services-wrapper .services-list .services-item .services-item-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.services .container .services-wrapper .services-list .services-item .services-item-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.services .container .services-wrapper .services-list .services-item .services-item-content ul {
  font-size: 14px;
  padding-left: 15px;
  list-style: disc;
}
.services .container .services-wrapper .services-list .services-item .services-item-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.services .container .services-wrapper .services-list .services-item a {
  display: block;
  background: #1D1D1D;
  border: 1px solid #414141;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 18.5px;
  transition: 0.3s ease;
}
.services .container .services-wrapper .services-list .services-item a:hover {
  transform: translateY(-2px);
  transition: 0.3s ease;
}

.referal {
  padding: 80px 0 200px;
}
.referal .container .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.referal .container .referal-list {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 160px;
}
.referal .container .referal-list .referal-item {
  position: relative;
  overflow: hidden;
  width: 312px;
  height: 312px;
  color: white;
  padding: 20px;
  background: linear-gradient(90deg, #6737F3 0%, #7B4BFF 100%);
}
.referal .container .referal-list .referal-item:nth-of-type(3) {
  padding-top: 105px;
}
.referal .container .referal-list .referal-item h4 {
  font-size: 60px;
  line-height: normal;
  font-weight: 700;
}
.referal .container .referal-list .referal-item p {
  font-size: 24px;
  line-height: normal;
}
.referal .container .referal-list .referal-item img {
  position: absolute;
}
.referal .container .referal-list .referal-item .ref1 {
  bottom: -1px;
  width: 276px;
}
.referal .container .referal-list .referal-item .ref2 {
  bottom: -6px;
  right: -2px;
  width: 275px;
}
.referal .container .referal-list .referal-item .ref3 {
  width: 150px;
  right: -2px;
  top: 45px;
}
.referal .container .referal-list .double-arrows {
  width: 58px;
  height: 58px;
}
.referal .container .form-wrap {
  background: linear-gradient(90deg, #6737F3 0%, #7B4BFF 100%);
  max-width: 810px;
  margin: 0 auto;
  padding: 40px;
}
.referal .container .form-wrap .section-title {
  text-align: center;
  margin-bottom: 10px;
  color: white;
}
.referal .container .form-wrap .form-text {
  text-align: center;
  color: white;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.referal .container .form-wrap form {
  display: flex;
  flex-direction: column;
}
.referal .container .form-wrap form input {
  background: #191919;
  border: 1px solid #4A4A4A;
  color: white;
  padding: 24px 20px;
  font-size: 18px;
  margin-bottom: 12px;
  font-size: 18px;
}
.referal .container .form-wrap form button {
  width: 100%;
  max-width: 400px;
  margin: 16px auto 0;
  padding: 24px;
  text-align: center;
  border: none;
  text-align: center;
  background: #FCD4A3;
  color: #883608;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (max-width: 1650px) {
  .intro .container .intro-wrap .intro-content .intro-title {
    font-size: 60px;
  }
  .intro .container .intro-wrap .intro-image {
    width: 660px;
  }
}
@media only screen and (max-width: 1300px) {
  .intro .container .intro-wrap .intro-content .intro-title {
    font-size: 48px;
  }
  .intro .container .intro-wrap .intro-content .intro-title .margin {
    margin-left: 0px;
  }
  .intro .container .intro-wrap .intro-image {
    width: 535px;
  }
}
@media only screen and (max-width: 1200px) {
  .services .container .services-wrapper .services-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1100px) {
  .referal .container .referal-list {
    flex-direction: column;
  }
  .referal .container .referal-list .double-arrows {
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 1050px) {
  .intro {
    min-height: 800px;
  }
  .intro .container .intro-wrap .intro-content {
    justify-content: flex-end;
  }
  .intro .container .intro-wrap .intro-content .intro-title {
    font-size: 48px;
  }
  .intro .container .intro-wrap .intro-image {
    width: 400px;
  }
  .intro .container .intro-wrap .intro-image .intro-desktop {
    display: none;
  }
  .intro .container .intro-wrap .intro-image .intro-mobile {
    display: block;
  }
  .cases {
    padding: 90px 0;
  }
  .cases .container {
    max-width: 1380px;
  }
  .cases .container .cases-wrapper {
    padding-right: 0;
    padding-left: 0;
    position: static;
  }
  .cases .container .cases-wrapper .section-title {
    margin-bottom: 25px;
  }
  .cases .container .cases-wrapper .cases-swiper {
    position: relative;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-list .cases-item {
    gap: 16px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle {
    min-height: 80px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-middle-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-middle-content .cases-item-title {
    font-size: 18px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-list .cases-item .cases-middle .cases-middle-content .cases-item-text {
    font-size: 12px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom {
    margin-top: 24px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .swiper-pagination {
    position: static;
    margin-bottom: 24px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .nav-wrap {
    display: flex;
    justify-content: center;
    gap: 0px;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn {
    width: 108px;
    height: 116px;
    z-index: 5;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn:hover {
    transition: 0.3s ease;
    opacity: 0.9;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn-prev {
    position: static;
    transform: unset;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .cases-btn-next {
    position: static;
    transform: unset;
  }
}
@media only screen and (max-width: 992px) {
  .bg {
    background-position: center;
  }
  .channels {
    padding: 90px 0;
  }
  .channels .container .channels-wrap {
    flex-direction: column;
  }
  .services .container .services-wrapper .services-text {
    font-size: 14px;
  }
  .services .container .services-wrapper .services-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  .intro {
    min-height: 780px;
  }
  .intro .container .intro-wrap {
    min-height: 750px;
    display: flex;
  }
  .intro .container .intro-wrap .intro-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
  }
  .intro .container .intro-wrap .intro-content .intro-title {
    font-size: 40px;
    margin-bottom: 13px;
  }
  .intro .container .intro-wrap .intro-content .intro-text {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 45px;
  }
  .intro .container .intro-wrap .intro-content .intro-btn {
    padding: 29px;
    text-align: center;
    max-width: 400px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .intro .container .intro-wrap .intro-content .intro-btn .decorate {
    display: none;
  }
  .intro .container .intro-wrap .intro-image {
    position: absolute;
    width: 400px;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .intro .container .intro-wrap .intro-image .intro-mobile {
    display: block;
  }
  .stats {
    background: unset;
  }
  .stats .container .stats-list {
    padding: 90px 0;
    grid-template-columns: 1fr;
  }
  .stats .container .stats-list .stats-item {
    padding: 34px 40px;
    background: linear-gradient(90deg, #6737F3 0%, #7B4BFF 100%);
  }
  .stats .container .stats-list .stats-item:not(:last-child) {
    border-right: 0;
    margin-bottom: 24px;
  }
  .stats .container .stats-list .stats-item .stats-item-title {
    margin-bottom: 8px;
  }
  .channels .container {
    padding: 0 5px;
  }
  .channels .container .channels-wrap {
    gap: 18px;
    padding: 0 14px;
  }
  .channels .container .channels-wrap .channels-left .section-title {
    margin-bottom: 0;
  }
  .channels .container .channels-wrap .channels-left .channels-text {
    display: none;
  }
  .channels .container .channels-wrap .channels-right .chanels-desktop {
    display: none;
  }
  .channels .container .channels-wrap .channels-right .chanels-mobile {
    display: block;
  }
  .cases .container .cases-wrapper .cases-swiper .cases-bottom .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 6px;
  }
  .referal {
    padding: 80px 0 150px;
  }
  .referal .container .form-wrap {
    padding: 16px;
  }
  .referal .container .form-wrap .form-text {
    font-size: 14px;
  }
  .referal .container .form-wrap form input {
    font-size: 14px;
  }
  .referal .container .form-wrap form button {
    padding: 29px;
  }
}
@media only screen and (max-width: 650px) {
  .services {
    padding: 80px 0;
  }
  .services .container .services-wrapper .services-text {
    font-size: 14px;
  }
  .services .container .services-wrapper .services-list {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .services .container .services-wrapper .services-list .services-item {
    min-height: unset;
    gap: 24px;
  }
  .services .container .services-wrapper .services-list .services-item a {
    padding: 29px;
  }
}
@media only screen and (max-width: 567px) {
  .intro .container .intro-wrap .intro-content .intro-title {
    font-size: 28px;
  }
}

/*# sourceMappingURL=style.css.map */
