@charset "UTF-8";
:root {
  --bg-color: #18191b;
  --theme-color: #0e0f11;
  --main-color: #cd0956;
  --primary-color: #feaf1e;
  --secondary-color: #e44d2d;
  --blue-color: #13cff9;
  --dark-color: #2b1759;
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999;
}
.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 15px 0;
  transition: transform 0.8s;
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.navbar.nav-scroll .topnav .butn {
  color: #fff;
  background: linear-gradient(90deg, var(--blue-color), var(--dark-color));
}
.navbar.nav-scroll .topnav .butn .icon {
  background-image: url("/common/imgs/icons/arrow-top-right_light.svg");
}
@media (max-width: 480px) {
  .navbar.nav-scroll .topnav .butn {
    display: none;
  }
}
.navbar .logo {
  padding: 6px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 120px;
  height: 48px;
}
.navbar .logo__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .logo__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .logo__img {
  width: 34px;
  margin-right: 8px;
}
.navbar .logo__title {
  font-weight: 600;
}
.navbar .navbar-nav {
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-left: 15px;
}
.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}
.navbar .topnav .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
  cursor: pointer;
}
.navbar .topnav .butn .icon {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/common/imgs/icons/arrow-top-right.svg");
}
@media (max-width: 480px) {
  .navbar .topnav .butn {
    display: none;
  }
}

/* --------------- header --------------- */
.header-sa {
  min-height: 100vh;
  padding: 40px 0 40px;
  position: relative;
  overflow: hidden !important;
  z-index: 3;
}
@media (max-width: 1300px) {
  .header-sa {
    padding: 110px 0 110px;
  }
}
.header-sa .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-image: url(../imgs/header/g-back.webp);
  background-size: cover;
  z-index: -1;
}
.header-sa .background:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20vw;
  width: 70vw;
  bottom: 0;
  background: #010105;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(200px);
  opacity: 0.7;
}
.header-sa .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/header/Grid.svg);
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
}
.header-sa .caption h1 {
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -4px;
}
.header-sa .caption h1 span {
  font-weight: 600;
  padding-bottom: 10px;
}
.header-sa .caption .text {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #3d3d3d;
}
@media (max-width: 768px) {
  .header-sa .caption .text {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .header-sa .caption .text {
    width: 80% !important;
  }
}
.header-sa .imgs {
  position: relative;
}
.header-sa .imgs .cube img {
  position: relative;
  width: 120%;
  right: -100px;
  bottom: -100px;
}
.header-sa .imgs .circle {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
.header-sa .imgs .circle:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}

.offer__logo-item {
  max-height: 70px;
}
@media (max-width: 540px) {
  .offer__logo-item {
    margin-right: 20px;
  }
}
.offer__logo-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.marq-mp {
  margin-top: -100px;
  overflow: hidden;
  padding: 48px 0px 100px;
}
@media (max-width: 1100px) {
  .marq-mp {
    padding: 48px 0px 60px;
  }
}
@media (min-width: 1920px) {
  .marq-mp {
    padding: 80px 0px 135px;
  }
}
@media (min-width: 2500px) {
  .marq-mp {
    padding: 100px 0px 160px;
  }
}
@media (min-width: 3000px) {
  .marq-mp {
    padding: 140px 0px 220px;
  }
}
.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0;
  width: 103%;
}
.marq-mp .color-bg {
  background: linear-gradient(90deg, var(--main-color), var(--primary-color));
  transform: rotate(2deg);
  position: relative;
  z-index: 4;
  left: -4px;
}
.marq-mp .gray-bg {
  background: var(--bg-color);
  transform: rotate(-6deg);
  margin-top: -30px;
  z-index: 3;
  left: -16px;
}
.marq-mp .item {
  padding: 0 60px !important;
  position: relative;
}
.marq-mp .item:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.marq-mp .item h5 {
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

/* --------------- Services --------------- */
.services-sa .item {
  background: var(--bg-color);
  padding: 15px;
  border-radius: 20px;
}
.services-sa .item .cont {
  padding: 15px;
}
.services-sa .item .cont .icon {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.services-sa .item .cont .icon img {
  width: 25px;
}
.services-sa .item .cont .icon.invert img {
  filter: invert(1);
}
.services-sa .item .cont .text {
  margin-top: 100px;
  margin-bottom: 20px;
}
.services-sa .item .cont .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.marq-sa {
  overflow: hidden !important;
}
.marq-sa .item {
  padding: 0 80px !important;
  position: relative;
}
.marq-sa .item:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.marq-sa .item h2 {
  white-space: nowrap;
  font-size: 96px;
  line-height: 120px;
  letter-spacing: -4px;
  background: linear-gradient(to right, #fff, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-mp .section-padding-2 {
  padding-top: 5px;
  padding-bottom: 32px;
}
@media (max-width: 992px) {
  .services-mp .section-padding-2 {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .services-mp .section-padding-2 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .services-mp .sec-head {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 480px) {
  .services-mp .sec-head {
    margin-bottom: 40px !important;
  }
}
.services-mp .sub-head:after {
  background: #fff !important;
}
@media (max-width: 992px) {
  .services-mp .sub-head {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .services-mp .serv-title {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
    margin-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  .services-mp .serv-title {
    gap: 10px 24px;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 580px) {
  .services-mp .serv-title {
    gap: 10px 18px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 480px) {
  .services-mp .serv-title {
    gap: 6px 12px;
    margin-bottom: 32px !important;
  }
}
.services-mp .serv-title .tab-title {
  opacity: 0.5;
  transition: all 0.4s;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .services-mp .serv-title .tab-title {
    margin-bottom: 0;
  }
}
.services-mp .serv-title .tab-title h2 {
  font-size: 120px;
  line-height: 92px;
  display: inline;
  padding: 2px;
}
@media screen and (max-width: 1400px) {
  .services-mp .serv-title .tab-title h2 {
    font-size: 86px;
    line-height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .services-mp .serv-title .tab-title h2 {
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .services-mp .serv-title .tab-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .services-mp .serv-title .tab-title h2 {
    font-size: 40px;
  }
}
.services-mp .serv-title .tab-title.current {
  opacity: 1;
}
.services-mp .serv-title .tab-title.current h2 {
  background: linear-gradient(90deg, var(--main-color), var(--primary-color));
  -webkit-background-clip: text; /* Обрезка фона по тексту */
  -webkit-text-fill-color: transparent; /* Прозрачный цвет текста */
}
@media screen and (max-width: 1400px) {
  .services-mp .valign {
    margin-right: 70px;
  }
}
.services-mp .content {
  position: relative;
}
.services-mp .content .item {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media screen and (max-width: 992px) {
  .services-mp .content .item {
    padding: 0 15px;
  }
}
.services-mp .content .item:first-of-type {
  position: static;
  left: 0;
  width: 100%;
}
.services-mp .content .item.current {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.services-mp .content .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.services-mp .content .item .cont {
  margin-top: 30px;
}
.services-mp .content .item .cont span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .services-mp .content .item {
    padding: 0px;
  }
}
.services-mp__decp {
  margin-bottom: 32px;
}
.services-mp__sub-price {
  margin-bottom: 16px;
  font-size: 24px;
  opacity: 0.5;
}
.services-mp__price {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .services-mp__price {
    font-size: 36px;
  }
}

/* --------------- Works --------------- */
.work-card .section-padding-2 {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .work-card .section-padding-2 {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .work-card .section-padding-2 {
    padding-bottom: 25px;
  }
}
.work-card h4 span {
  font-weight: 600;
  font-size: 48px;
  display: block;
  line-height: 54px;
}
@media (max-width: 480px) {
  .work-card h4 span {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .work-card h4 span {
    font-size: 32px;
    line-height: 40px;
  }
}
.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: var(--bg-color);
}
.work-card .card-item .cont {
  height: 100%;
  padding: 40px 80px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.work-card .card-item .cont .tag {
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  margin-bottom: 6px;
}
.work-card .card-item .cont p {
  font-size: 14px;
  line-height: 20px;
}
.work-card .card-item .cont h5 a {
  cursor: pointer;
}
@media (max-width: 991px) {
  .work-card .card-item .cont {
    padding: 40px;
  }
}
@media (max-width: 440px) {
  .work-card .card-item .cont {
    padding: 24px;
  }
}
.work-card .card-item .img {
  padding: 20px;
}
.work-card .card-item .img img {
  border-radius: 15px;
}
.work-card .card-item__title h5 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .work-card .card-item__title {
    position: relative;
    display: flex;
    align-items: center;
  }
  .work-card .card-item__title .img {
    width: 60%;
  }
  .work-card .card-item__title h5 {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
  }
}
@media (max-width: 580px) {
  .work-card .card-item__title .img {
    width: 100%;
    padding: 0;
  }
  .work-card .card-item__title .img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
  }
  .work-card .card-item__title h5 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
  }
}
.work-card .butn {
  cursor: pointer;
}

.modal {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100vh;
}
.modal-content {
  height: 100%;
  background-color: var(--theme-color);
  overflow: auto;
}
.modal-backdrop {
  display: none;
}
.modal-open .calendly-badge-widget,
.modal-open .progress-wrap {
  z-index: 4;
}
.modal-open .navbar {
  z-index: 4;
}
/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
}
.clients-sa .item .img {
  width: 100px;
}
.clients-sa .item .cont .icon {
  width: 40px;
  margin: 0 auto 10px;
}
.clients-sa .item .cont span {
  font-size: 14px;
  line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testimonials-sa {
  position: relative;
  overflow: hidden;
}
.testimonials-sa:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/testim/mesh-gradient.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
  z-index: 2;
}
.testimonials-sa .gl-rate {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  padding: 10px 20px;
}
.testimonials-sa .gl-rate .icon {
  width: 35px;
}
.testimonials-sa .gl-rate .cont {
  padding-left: 30px;
}
.testimonials-sa .gl-rate .cont h6 {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}
.testimonials-sa .gl-rate .cont .stars {
  font-size: 13px;
  color: #EF2B10;
  margin-left: 10px;
}
.testimonials-sa .gl-rate .cont p {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 2px;
}
.testimonials-sa .swiper-slide {
  height: auto;
}
.testimonials-sa .item {
  background: var(--bg-color);
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.testimonials-sa .item .rate h5 {
  font-size: 16px;
}
.testimonials-sa .item .rate .stars {
  font-size: 13px;
  color: #EF2B10;
  margin-left: 10px;
}
.testimonials-sa .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-sa .item .info .info-text {
  padding-left: 15px;
}
.testimonials-sa .item .info .info-text p {
  font-size: 14px;
  opacity: 0.7;
}

/* --------------- Awards --------------- */
@media (max-width: 992px) {
  .awards-sa .sticky-top {
    position: static;
  }
}
.awards-sa h4 span {
  font-weight: 600;
  font-size: 48px;
  margin-top: 2px;
  display: block;
  line-height: 54px;
}
@media (max-width: 480px) {
  .awards-sa h4 span {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .awards-sa h4 span {
    font-size: 32px;
    line-height: 40px;
  }
}
.awards-sa .item-title {
  padding: 0 15px 25px;
}
.awards-sa .item-title > div {
  padding: 0;
}
.awards-sa .item-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}
.awards-sa .item-line {
  padding: 25px 15px;
  position: relative;
  transition: all 0.4s;
  z-index: 3;
  margin: 0px 0px;
}
.awards-sa .item-line.line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .awards-sa .item-line {
    padding: 25px 0px;
  }
}
.awards-sa .item-line:hover:after {
  height: 100%;
}
.awards-sa .item-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.4s;
  z-index: -1;
}
.awards-sa .item-line .honors h6 {
  font-size: 18px;
  font-weight: 500;
}
.awards-sa .item-line .project-date span {
  font-size: 14px;
  opacity: 0.7;
}
.awards-sa .item-line .project-title {
  text-align: right;
}
@media (max-width: 580px) {
  .awards-sa .item-line .project-title {
    text-align: left;
  }
}
.awards-sa .item-line .project-title h6 {
  font-weight: 600;
  font-size: 22px;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 470px;
  border-radius: 15px;
}
.blog-sa .item .cont .info a {
  font-size: 14px;
}
.blog-sa .item .cont .info .date {
  opacity: 0.5;
  margin-left: 5px;
}

/* --------------- Contact --------------- */
.contact-sa {
  position: relative;
}
.contact-sa .sec-head h4 {
  line-height: 1;
  font-size: 48px;
  font-weight: 600;
}
.contact-sa .box {
  padding: 80px;
  background-image: url(../imgs/gr-back.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .contact-sa .box {
    padding: 80px 44px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .contact-sa .box {
    padding: 80px 40px !important;
  }
}
@media (max-width: 480px) {
  .contact-sa .box {
    padding: 60px 32px !important;
  }
}
.contact-sa .info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-sa .info__calendar {
  margin-bottom: 32px;
}
.contact-sa .info__calendar div:first-child {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.contact-sa .info__calendar .icon.invert img {
  filter: invert(0);
}
@media (max-width: 991px) {
  .contact-sa .contact-form {
    margin-top: 72px;
  }
}
.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}
.contact-sa .contact-form input.error,
.contact-sa .contact-form textarea.error {
  color: red;
  border-bottom: 1px solid red;
}
.contact-sa .contact-form input.error::-moz-placeholder, .contact-sa .contact-form textarea.error::-moz-placeholder {
  color: red; /* Задаем красный цвет для текста в placeholder */
  opacity: 1; /* Убираем прозрачность, если нужно */
}
.contact-sa .contact-form input.error::placeholder,
.contact-sa .contact-form textarea.error::placeholder {
  color: red; /* Задаем красный цвет для текста в placeholder */
  opacity: 1; /* Убираем прозрачность, если нужно */
}
.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-sa .contact-form label .star {
  color: red;
  padding-left: 5px;
}
.contact-sa .contact-form button .icon.invert img {
  filter: invert(0);
}
@media (max-width: 1400px) {
  .contact-sa .contact-form button {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .contact-sa .contact-form button {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .contact-sa .contact-form button {
    margin-bottom: 16px;
  }
}
.contact-sa .contact-form h6 {
  font-weight: 600;
}
@media (max-width: 991px) {
  .contact-sa .contact-form h6 {
    margin: 10px 0px 20px 0px !important;
  }
}
.contact-sa .contact-form__mobile {
  display: none;
}
.contact-sa .contact-form__mobile .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
  cursor: pointer;
}
.contact-sa .contact-form__mobile .butn .icon {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/common/imgs/icons/arrow-top-right.svg);
}
@media (max-width: 768px) {
  .contact-sa .contact-form__mobile {
    display: block;
  }
}
.contact-sa .container {
  max-width: 1680px;
}
@media (max-width: 480px) {
  .contact-sa h6 {
    font-size: 20px;
  }
}

.call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .call-action h2 {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .call-action h2 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .call-action h2 {
    font-size: 55px;
  }
}
@media (max-width: 580px) {
  .call-action h2 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .call-action h2 {
    font-size: 36px;
  }
}
.call-action h2 .buton {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--main-color), var(--primary-color));
  position: absolute;
  top: -80px;
  right: 8%;
  font-size: 32px;
  color: #212121;
  cursor: pointer;
}
@media (max-width: 992px) {
  .call-action h2 .buton {
    width: 150px;
    height: 150px;
    top: -55px;
    right: 5%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .call-action h2 .buton {
    width: 130px;
    height: 130px;
    top: -52px;
    right: 1%;
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .call-action h2 .buton {
    width: 100px;
    height: 100px;
    top: -52px;
    right: 1%;
    font-size: 20px;
  }
  .call-action h2 .buton span:last-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .call-action h2 .buton {
    width: 80px;
    height: 80px;
    top: -34px;
    right: 1%;
    font-size: 16px;
  }
}
.call-action h2 .buton img {
  width: 30px;
}

.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  transition: all 0.4s;
}
.contact-pg input:focus,
.contact-pg textarea:focus {
  border-color: #fff;
}
.contact-pg textarea {
  min-height: 180px;
}
.contact-pg .butn:hover {
  background: var(--main-color) !important;
}

.callback {
  position: relative;
}
.callback .box {
  padding: 64px 100px;
  background-image: url(../imgs/gr-back.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .callback .box {
    padding: 80px 44px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .callback .box {
    padding: 80px 40px !important;
  }
}
@media (max-width: 480px) {
  .callback .box {
    padding: 60px 32px !important;
  }
}
.callback .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1200px) {
  .callback .info .sec-head {
    margin-bottom: 40px;
  }
}
.callback .info .sec-head h4 {
  line-height: 1.2;
  font-size: 70px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .callback .info .sec-head h4 {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .callback .info .sec-head h4 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .callback .info .sec-head h4 {
    font-size: 40px;
  }
}
.callback .info .sec-head h4 span {
  font-weight: 600;
}
.callback .contact-form button .icon.invert img {
  filter: invert(0);
}
.callback .contact-form input,
.callback .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}
.callback .contact-form input.error,
.callback .contact-form textarea.error {
  color: red;
  border-bottom: 1px solid red;
}
.callback .contact-form input.error::-moz-placeholder, .callback .contact-form textarea.error::-moz-placeholder {
  color: red; /* Задаем красный цвет для текста в placeholder */
  opacity: 1; /* Убираем прозрачность, если нужно */
}
.callback .contact-form input.error::placeholder,
.callback .contact-form textarea.error::placeholder {
  color: red; /* Задаем красный цвет для текста в placeholder */
  opacity: 1; /* Убираем прозрачность, если нужно */
}
@media (max-width: 768px) {
  .callback .contact-form input,
  .callback .contact-form textarea {
    margin-bottom: 30px;
  }
}
.callback .contact-form__mobile {
  display: none;
}
.callback .contact-form__mobile .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
  cursor: pointer;
}
.callback .contact-form__mobile .butn .icon {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/common/imgs/icons/arrow-top-right.svg);
}
@media (max-width: 768px) {
  .callback .contact-form__mobile {
    display: block;
  }
}
.callback .container {
  max-width: 1680px;
}
@media (max-width: 480px) {
  .callback h6 {
    font-size: 20px;
  }
}

.toast-top-right {
  top: 120px !important;
  right: 100px !important;
}
@media (max-width: 991px) {
  .toast-top-right {
    bottom: 48px !important;
    left: 48px !important;
    top: auto !important;
  }
}

.toast-success {
  background-color: var(--bg-color);
  opacity: 1 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  border: 2px solid rgb(0, 255, 0);
}

.toast-error {
  background-color: var(--bg-color);
  opacity: 1 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  border: 2px solid rgb(255, 0, 0);
}

.toast-success .toast-title {
  color: rgb(0, 255, 0) !important;
}

.toast-error .toast-title {
  color: rgb(255, 0, 0) !important;
}

.radio-buttons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.radio-button {
  position: relative;
  cursor: pointer;
}
.radio-button input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-button input[type=radio]:checked + .radio-label {
  background: linear-gradient(90deg, var(--main-color), var(--primary-color));
  color: white;
  border-color: transparent;
  border: none;
}

.radio-label {
  display: block;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 500;
}

.radio-button input[type=radio] .radio-button:hover .radio-label {
  border-color: #007bff;
}

.file-upload-container {
  width: 100%;
  padding-top: 32px;
}

.file-upload-area {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
}
.file-upload-area.dragover {
  border-color: #007bff;
  background: rgba(0, 123, 255, 0.05);
}

.upload-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.browse-files {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

.file-preview-container {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.file-preview-container.active {
  display: flex;
}

.file-preview-item {
  position: relative;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.remove-file {
  cursor: pointer;
  color: #ff4444;
  margin-left: 8px;
}

/* --------------- Portfolio pg --------------- */
.work-hed .caption h1 {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
}
.work-hed .caption .path span {
  margin: 0 10px;
}

.work-hed2 {
  padding-top: 200px;
  position: relative;
  background-position: top;
}
@media (max-width: 768px) {
  .work-hed2 {
    padding-top: 160px;
  }
}
.work-hed2 .container {
  position: relative;
  z-index: 2;
}
.work-hed2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(359deg, #0e0f11 0%, transparent 100%);
}
.work-hed2 .caption {
  position: relative;
  display: flex;
  flex-direction: column;
}
.work-hed2 .caption h1 {
  line-height: 1;
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  .work-hed2 .caption h1 {
    font-size: 60px !important;
  }
}
@media (max-width: 768px) {
  .work-hed2 .caption h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 580px) {
  .work-hed2 .caption h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  .work-hed2 .caption h1 {
    font-size: 32px !important;
    text-align: center;
    letter-spacing: normal;
  }
}
.work-hed2 .caption h1 span {
  letter-spacing: normal;
}
.work-hed2 .fit-img {
  height: 620px;
}

.works-mp {
  padding-bottom: 100px;
}
.works-mp .item {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
}
.works-mp .item:hover .cont a {
  background: var(--main-color);
  border-color: var(--main-color);
}
.works-mp .item .cont h5 {
  font-weight: 400;
  margin-bottom: 15px;
}
.works-mp .item .cont span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.works-mp .item .cont a {
  padding: 5px 25px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.works-mp .item .img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
.works-mp .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works-ca .item .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.works-ca .item .img .tags {
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.works-ca .item .img .tags a {
  color: #212121;
  font-size: 14px;
  padding: 7px 15px;
  line-height: 1.5;
  border-radius: 30px;
  background: #fff;
}
.works-ca .item .img .tags a:hover {
  background: var(--main-color);
}
.works-ca .item h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.works-ca .item:hover .img .tags {
  opacity: 1;
  visibility: visible;
}

.proj-details__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .proj-details__stack {
    gap: 16px;
  }
}
@media (max-width: 580px) {
  .proj-details__stack {
    gap: 14px;
  }
}
.proj-details__stack-block {
  padding: 10px 20px;
  font-size: 24px;
  border: 1px solid #7b7b7b;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .proj-details__stack-block {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .proj-details__stack-block {
    font-size: 18px;
  }
}
.proj-details__stack-img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.proj-details__stack-img svg {
  width: 100%;
  height: 100%;
}
.proj-details .navbar {
  z-index: 9;
}
.proj-details .navbar.nav-scroll {
  top: -80px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.proj-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.proj-details .accordion-item.active {
  border-color: var(--main-color);
}
.proj-details .accordion-item.active button {
  color: var(--main-color) !important;
}
.proj-details .accordion-item .accordion-header {
  background: transparent;
}
.proj-details .accordion-item .accordion-header button {
  background: transparent;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 15px 0;
  box-shadow: none;
}
.proj-details .accordion-item .accordion-header button span {
  font-size: 14px;
  margin-right: 80px;
}
.proj-details .accordion-item .accordion-header button:after {
  display: none;
}
.proj-details .accordion-item .accordion-body {
  padding: 0 0 15px 90px;
}
.proj-details .accordion-item .accordion-body p {
  font-size: 14px;
}
.proj-details h2 {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .proj-details h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 580px) {
  .proj-details h2 {
    font-size: 32px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .proj-details h2 {
    font-size: 28px !important;
    letter-spacing: normal;
  }
}

.proj-details.section-padding {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .proj-details.section-padding {
    padding-top: 60px;
  }
}

.footer-sa {
  background: transparent !important;
}
.footer-sa .section-padding {
  padding-bottom: 80px;
}
.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-sa .call-action h2 {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .footer-sa .call-action h2 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .footer-sa .call-action h2 {
    font-size: 55px;
  }
}
@media (max-width: 580px) {
  .footer-sa .call-action h2 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .footer-sa .call-action h2 {
    font-size: 36px;
  }
}
.footer-sa .call-action h2 .buton {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--main-color), var(--primary-color));
  position: absolute;
  top: -80px;
  right: 8%;
  font-size: 32px;
  color: #212121;
}
@media (max-width: 992px) {
  .footer-sa .call-action h2 .buton {
    width: 150px;
    height: 150px;
    top: -55px;
    right: 5%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .footer-sa .call-action h2 .buton {
    width: 130px;
    height: 130px;
    top: -52px;
    right: 1%;
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .footer-sa .call-action h2 .buton {
    width: 100px;
    height: 100px;
    top: -52px;
    right: 1%;
    font-size: 20px;
  }
  .footer-sa .call-action h2 .buton span:last-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-sa .call-action h2 .buton {
    width: 80px;
    height: 80px;
    top: -34px;
    right: 1%;
    font-size: 16px;
  }
}
.footer-sa .call-action h2 .buton img {
  width: 30px;
}
.footer-sa .logo {
  width: 160px;
}
.footer-sa .contact-info .item {
  margin-bottom: 50px;
}
.footer-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.4s;
}
.footer-sa .contact-info .social-icon a:hover {
  border-color: #fff;
}
.footer-sa .sub-footer .copy p {
  font-size: 14px;
}
.footer-sa .sub-footer .copy p a {
  color: #fff;
}
.footer-sa .sub-footer .links {
  width: 100%;
}
.footer-sa .sub-footer .links a {
  font-size: 14px;
}
.footer-sa .sub-footer .links .active {
  color: #fff;
}

/* --------------- footer --------------- */
.footer-sa {
  background: var(--bg-color);
}
.footer-sa .logo {
  width: 160px;
}
.footer-sa .contact-info .item {
  margin-bottom: 50px;
}
.footer-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.4s;
}
.footer-sa .contact-info .social-icon a:hover {
  border-color: #fff;
}
.footer-sa .sub-footer .copy p {
  font-size: 14px;
}
.footer-sa .sub-footer .copy p a {
  color: #fff;
}
.footer-sa .sub-footer .links {
  width: 100%;
}
.footer-sa .sub-footer .links a {
  font-size: 14px;
}
.footer-sa .sub-footer .links .active {
  color: #fff;
}

.footer-ds {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #212121;
}
@media (max-width: 1600px) {
  .footer-ds .sub-footer {
    padding-bottom: 100px !important;
  }
}
.footer-ds .butn {
  background: #fff;
  color: #1d1d1d;
}
.footer-ds .butn .icon.invert img {
  filter: invert(0);
}
.footer-ds .butn span {
  color: #1d1d1d !important;
}
.footer-ds .subscribe {
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.footer-ds .subscribe .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-image: url(../imgs/header/g-back.webp);
  background-size: cover;
  z-index: 0;
}
.footer-ds .subscribe .background:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20vw;
  width: 70vw;
  bottom: 0;
  background: #010105;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(200px);
  opacity: 0.7;
}
.footer-ds .subscribe .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/header/Grid.svg);
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
}
.footer-ds .subscribe .form-group {
  margin: 60px 0 15px;
  position: relative;
}
.footer-ds .subscribe .form-group label {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-ds .subscribe .form-group input {
  padding: 20px 50px 20px 20px;
  background: var(--bg-color);
  border: 0;
  border-radius: 5px;
  width: 100%;
  color: #fff;
}
.footer-ds .subscribe .form-group button {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 25px;
}
.footer-ds .subscribe span {
  color: #808080;
  font-size: 13px;
}
.footer-ds .subscribe span a {
  color: #fff;
  text-decoration: underline;
}
.footer-ds .subscribe h6 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}
.footer-ds .subscribe h6 div:last-child {
  font-weight: 600;
  font-size: 54px;
}
.footer-ds .contact-info .item h6 {
  margin-bottom: 15px;
}
.footer-ds .contact-info .item p {
  font-size: 14px;
  margin-top: 5px;
}
.footer-ds .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.4s;
}
.footer-ds .social-icon a:hover {
  border-color: #fff;
}
@media (max-width: 580px) {
  .footer-ds .sub-footer .copy {
    flex-direction: column;
  }
}
.footer-ds .sub-footer .copy .logo {
  padding: 6px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 120px;
  height: 48px;
  margin-right: 30px;
}
@media (max-width: 580px) {
  .footer-ds .sub-footer .copy .logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer-ds .sub-footer .copy .logo__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-ds .sub-footer .copy .logo__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-ds .sub-footer .copy .logo__img {
  width: 34px;
  margin-right: 8px;
}
.footer-ds .sub-footer .copy .logo__title {
  font-weight: 600;
}
.footer-ds .sub-footer .copy p {
  font-size: 14px;
}
.footer-ds .sub-footer .copy p a {
  color: #fff;
}
.footer-ds .sub-footer .links {
  width: 100%;
}
.footer-ds .sub-footer .links a {
  font-size: 14px;
}
.footer-ds .sub-footer .links .active {
  color: #fff;
}

.intro-iner {
  position: relative;
}
@media (max-width: 992px) {
  .intro-iner {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .intro-iner {
    padding-bottom: 20px;
  }
}
.intro-iner .sec-head span {
  font-weight: 600;
  font-size: 48px;
  display: block;
  line-height: 54px;
}
.intro-iner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 4;
  display: none;
}
.intro-iner .content .item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}
.intro-iner .content .item span {
  font-size: 16px;
  padding: 8px 24px;
  background: var(--bg-color);
  border-radius: 30px;
}
.intro-iner .content .item span.bdark {
  background: #777;
  color: #fff;
}
.intro-iner .content .item span.bred {
  background: var(--main-color);
  color: var(--theme-color);
}
.intro-iner .content .item img {
  width: 50px;
}
.intro-iner .content .item .icon1 img {
  width: 70px;
}
.intro-iner .img-box {
  position: relative;
}
.intro-iner .img-box .states {
  position: absolute;
  bottom: 120px;
  left: -30px;
  background: linear-gradient(208deg, var(--blue-color), var(--dark-color));
  color: #fff;
  padding: 20px 20px;
  border-radius: 15px;
  z-index: 3;
}
@media (max-width: 1300px) {
  .intro-iner .img-box .states {
    left: -20px;
  }
}
@media (max-width: 992px) {
  .intro-iner .img-box .states {
    left: 35px;
    bottom: 35px;
  }
}
.intro-iner .img-box .states span {
  line-height: 1.6;
}
.intro-iner .img-box .just-shape {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 200px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-right-top {
  position: absolute;
  top: -1px;
  right: -2.05rem;
}
.intro-iner .img-box .just-shape .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .just-shape .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid {
  background: var(--theme-color);
  border-radius: 30px 0 0 0;
  padding: 40px 0 0 30px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.intro-iner .img-box .butn-vid .vid {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #212121;
  position: relative;
}
.intro-iner .img-box .butn-vid .vid:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.intro-iner .img-box .butn-vid .cont {
  padding-left: 20px;
}
.intro-iner .img-box .butn-vid .shap-right-top {
  position: absolute;
  right: 0;
  top: -2.05rem;
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid .shap-left-bottom {
  position: absolute;
  left: -2.05rem;
  bottom: -1px;
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img {
  height: 580px;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .intro-iner .sec-head {
    padding-top: 40px;
    margin-bottom: 30px !important;
  }
}
.intro-iner .accordion-item {
  background: transparent;
  border-radius: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-bottom: 5px;
}
.intro-iner .accordion-item:last-child {
  border-bottom: none;
}
.intro-iner .accordion-item .accordion-header {
  background: transparent;
}
.intro-iner .accordion-item .accordion-header button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 30px 0;
  box-shadow: none;
}
.intro-iner .accordion-item .accordion-header button:after {
  filter: invert(1);
}
.intro-iner .accordion-item .accordion-body {
  padding: 0;
  padding: 0px 100px 30px 0;
}
.intro-iner .accordion-item .accordion-body p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .intro-cst .section-padding-2 {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .intro-cst .numb {
    margin-bottom: 26px;
  }
}
.intro-cst .numb > div {
  line-height: 1;
}
.intro-cst .numb h2 {
  font-size: 96px;
  line-height: 96px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .intro-cst .numb h2 {
    font-size: 80px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .intro-cst .numb h2 {
    font-size: 64px;
    margin-bottom: 4px;
  }
}
.intro-cst .numb span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.intro-cst h4 {
  margin-top: 2px;
}
.intro-cst h4 span {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  display: inline;
}
@media (max-width: 480px) {
  .intro-cst h4 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .intro-cst h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* --------------- FAQS --------------- */
.team-mp .sub-head {
  line-height: normal;
}
.team-mp h2 {
  line-height: 1;
}
.team-mp .item {
  background: #212121;
  border-radius: 15px;
  transition: all 0.1s ease-in;
  position: relative;
}
.team-mp .item__block {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
}
.team-mp .item__experience {
  padding-right: 64px;
  text-align: end;
}
.team-mp .item__experience-text {
  font-size: 14px;
  color: #b1b1b1;
}
.team-mp .item__experience-years {
  font-size: 32px;
  font-weight: 500;
}
.team-mp .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-color), var(--dark-color));
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.1s ease-in;
}
.team-mp .item:nth-child(2n):after {
  background: linear-gradient(90deg, var(--main-color), var(--primary-color));
}
.team-mp .item:hover:after {
  opacity: 1;
  transition: all 0.3s ease-in;
}
.team-mp .item:hover .cont span {
  color: #fff;
}
.team-mp .item:hover .item__experience-text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .team-mp .item {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .team-mp .item .d-flex {
    display: block !important;
  }
}
.team-mp .item .img {
  width: 420px;
  height: 170px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .team-mp .item .img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .team-mp .item .img {
    width: auto;
    height: auto;
    background: var(--theme-color);
  }
}
.team-mp .item .img img {
  filter: grayscale(1);
}
@media screen and (max-width: 768px) {
  .team-mp .item .cont {
    padding: 30px 0 0;
    text-align: center;
  }
}
.team-mp .item .cont span {
  font-size: 14px;
  color: #b1b1b1;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .team-mp .item .ml-auto {
    width: -moz-max-content;
    width: max-content;
    margin: auto !important;
  }
}
.team-mp .item .social-icon {
  padding: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .team-mp .item .social-icon {
    padding: 0;
    margin-top: 30px;
  }
}
.team-mp .item .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 14px;
  margin: 0 5px;
}
.team-mp .item .social-icon a:hover {
  background: #fff;
  color: #212121;
  transition: all 0.4s;
}
.team-mp__more {
  line-height: 1;
  margin-top: 80px;
}
.team-mp__more div {
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .team-mp__more div {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .team-mp__more div {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .team-mp__more {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .team-mp__more {
    margin-top: 50px;
  }
}

.scroll-item .item__experience {
  padding-right: 0;
  text-align: center;
}

.scroll-block > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-item {
  position: sticky;
  top: 100px;
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}
.scroll-item .dz-card.style-4 {
  box-shadow: none;
  transition: all 1s ease;
}
.scroll-item.active .dz-card.style-4 {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.scroll-item.disabled {
  transform: scale(0.9);
  opacity: 0.4;
  filter: blur(2px);
}
.scroll-item.disabled .dz-card.style-4 {
  box-shadow: none;
}
.scroll-item.hidden {
  opacity: 0;
}

*,
html {
  scrollbar-width: thin;
  scrollbar-color: #2c2e31 var(--theme-color);
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: var(--theme-color);
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #2c2e31;
  border-radius: 5px;
  border: 3px solid var(--theme-color);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px;
  font-weight: 500;
}
@media (max-width: 480px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px;
}

h4 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -2px;
}
@media (max-width: 480px) {
  h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 400px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}

h6 {
  font-size: 24px;
  line-height: 32px;
}

.sub-color {
  color: #808080;
}

.sub-head {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 480px) {
  .sub-head {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .sub-head {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.sec-head .sub-head {
  position: relative;
}
@media (max-width: 992px) {
  .sec-head {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 768px) {
  .sec-head {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 480px) {
  .sec-head {
    margin-bottom: 40px !important;
  }
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.icon.invert img {
  filter: invert(1);
}

.butn .icon {
  width: 18px;
}
.butn:hover .icon.invert img {
  filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head span {
    margin-bottom: 0px !important;
  }
  .sec-head h6 {
    margin-bottom: 20px !important;
  }
  .header-sa {
    padding: 180px 0 320px;
    min-height: auto;
    position: relative;
  }
  .header-sa .caption {
    position: relative;
    z-index: 4;
  }
  .header-sa .caption .text {
    margin-top: 40px;
    width: 80%;
  }
  .header-sa .imgs {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    transform: translateY(-15%);
  }
  .header-sa .imgs .circle {
    width: 250px;
    top: 60%;
  }
  .marq-sa .item h2 {
    font-size: 70px;
    line-height: 1.4;
    -webkit-text-fill-color: #fff;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .header-sa .caption h1 {
    font-size: 64px;
    line-height: 1.1;
  }
  .header-sa .imgs {
    width: 60%;
    transform: translateY(0%);
  }
  .header-sa .imgs .cube img {
    right: -30px;
  }
  .header-sa .imgs .circle {
    width: 200px;
  }
  .contact-sa .box {
    padding: 120px 40px;
  }
}
@media (max-width: 580px) {
  .header-sa .imgs {
    transform: translateY(-15%);
  }
}
@media (max-width: 500px) {
  .header-sa .imgs {
    transform: translateY(-25%);
  }
  .header-sa .caption h1 {
    font-size: 54px;
  }
}
@media (max-width: 440px) {
  .header-sa .imgs {
    transform: translateY(-35%);
  }
}
@media (max-width: 400px) {
  .header-sa .imgs {
    transform: translateY(-45%);
  }
}
.gradient-text_primary {
  background: linear-gradient(90deg, var(--main-color), var(--primary-color));
  -webkit-background-clip: text; /* Обрезка фона по тексту */
  -webkit-text-fill-color: transparent; /* Прозрачный цвет текста */
}
.gradient-text_secondary {
  background: linear-gradient(90deg, var(--blue-color), var(--dark-color));
  -webkit-background-clip: text; /* Обрезка фона по тексту */
  -webkit-text-fill-color: transparent; /* Прозрачный цвет текста */
}

.sticky-top {
  top: 100px;
}

.calendly-badge-widget {
  bottom: 27px !important;
  right: 100px !important;
}
@media (max-width: 1024px) {
  .calendly-badge-widget {
    left: 80px !important;
    right: auto !important;
  }
}

.calendly-badge-widget .calendly-badge-content {
  border-radius: 61px !important;
  padding: 16px 19px !important;
}

.calendly-overlay {
  z-index: 99999999 !important;
}

.video-banners {
  position: relative;
  z-index: 9999;
  margin-bottom: 64px;
}

.video-banners__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-banners__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.video-banners__item {
  width: 100%;
  margin-right: 42px;
  cursor: pointer;
  position: relative;
  margin-top: 40px;
}

.video-banners__item:last-child {
  margin-right: 0px;
}

.video-banners__video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 600px;
  height: calc(100vh - 100px);
}
@media (max-width: 768px) {
  .video-banners__video {
    max-height: 400px;
  }
}
@media (max-width: 580px) {
  .video-banners__video {
    max-height: 330px;
  }
}
@media (max-width: 480px) {
  .video-banners__video {
    max-height: 250px;
  }
}

.video-banners__video video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.video-banners__volm {
  width: 54px;
  height: 54px;
  background-color: #cd0956;
  position: absolute;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  background-image: url("../imgs/icons/mute.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 999;
  display: none;
}

.video-banners__volm.active {
  background-image: url("../imgs/icons/speaker.png");
}

.video-banners__video video::-webkit-media-controls {
  display: none !important;
}

.video-banners__preview {
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-position: center;
  border-radius: 20px;
}

.video-banners__preview:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url("../imgs/icons/play-button-arrowhead.png");
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: center;
}

.video-banners__item.active .video-banners__video .video-banners__preview {
  display: none;
}

.video-banners__item.active .video-banners__video .video-banners__preview {
  display: none;
}

.video-banners__item.active .video-banners__volm {
  display: block;
}

.video-banners__length > div:first-child {
  width: 0;
  height: 6px;
  background-color: #feaf1e;
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: 999;
}

.video-banners__length > div:last-child {
  width: 100%;
  height: 6px;
  background-color: #feaf1e;
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  opacity: 0.5;
}

.video-banners__info {
  margin-top: 32px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  color: #383e5b;
  font-size: 18px;
}

.video-banners__play {
  background-color: #cd0956;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-banners__title {
  flex: 1;
}

@media (max-width: 1280px) {
  section {
    padding: 0 16px;
  }
}
@media (max-width: 540px) {
  section {
    padding: 0 0px;
  }
}