@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

:root {
  font-size: 1.1vw;
}

.nunito, footer .contacts a, #service .services .service button, #service .services .service ul, #service .services .service h3, #service .services .service span, #cases .categories div, #bio .team > div .card:nth-of-type(2) p, #bio .mobile-text p, #bio .mobile-text h2, #stats > .card > div h3 {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.oswald, #bio .team > div .card:nth-of-type(1) h3, #stats > .card > div h2 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bebas-neue, #clients h2, #cases .swiper-slide p, #video .content > div:nth-child(2) ul, #video .content > div:nth-child(2) h5, #video .content > div:nth-child(1) h4, #video .content > div:nth-child(1) h3 {
  font-family: "Bebas Neue", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  background-color: #000;
  overflow-x: hidden;
}

body {
  min-width: 100vw;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-image: image-set(url("/static/background.webp") 1x, url("/static/background@2x.webp") 2x, url("/static/background.png") 1x, url("/static/background@2x.png") 2x);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 930px) {
  body {
    background-size: 107% auto;
  }
}

.img {
  overflow: hidden;
}
.img picture {
  width: 100%;
  height: auto;
}
.img picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img.h img {
  width: auto;
  height: 100%;
}

.card {
  position: relative;
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 11.6039px 11.6039px rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(1.25rem);
  perspective: 0 0;
  transform-style: preserve-3d;
  border: solid 1px rgba(23, 179, 132, 0.7960784314);
}
.card::before, .card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  border-radius: inherit;
  pointer-events: none;
}
.card::before {
  border: solid 1px rgba(255, 255, 255, 0.368627451);
  transform: translateZ(-1px);
  -webkit-mask-image: linear-gradient(to left, #fff, transparent);
  mask-image: linear-gradient(to left, #fff, transparent);
}
.card::after {
  border: solid 1px rgba(0, 0, 0, 0.4078431373);
  transform: translateZ(1px);
  -webkit-mask-image: linear-gradient(to right, #fff, transparent);
  mask-image: linear-gradient(to right, #fff, transparent);
}

.merquee {
  width: 100vw;
  display: flex;
}
.merquee h1 {
  display: inline-block;
  font-family: Roboto, "Open Sans", sans-serif;
  color: transparent;
  font-size: 39rem;
  line-height: 1;
  font-weight: 600;
  -webkit-text-stroke-color: #ff6700;
  -webkit-text-stroke-width: 0.125rem;
  white-space: nowrap;
}
.merquee h1:nth-of-type(1) {
  animation: marquee1 20s infinite linear;
  animation-delay: -20s;
}
.merquee h1:nth-of-type(2) {
  animation: marquee2 20s infinite linear;
  animation-delay: -10s;
}
@keyframes marquee1 {
  0% {
    transform: translate(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

button {
  width: max-content;
  font-size: clamp(1rem, 5vw, 1.375rem);
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #e34c16;
  border-radius: 1rem;
  padding: 1rem 3.75rem;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 930px) {
  button {
    border-radius: 1.2rem;
    padding: 2.25rem 5.25rem;
    font-size: 2.5rem;
  }
}

header {
  width: 78vw;
  padding: 0 auto;
  padding-top: 7.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
header nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125rem 0;
  gap: 1.5rem;
}
header nav a {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  user-select: none;
  cursor: pointer;
}
header nav button {
  width: auto !important;
}
@media screen and (max-width: 930px) {
  header nav button {
    padding: 1.5rem 4.25rem !important;
    font-size: 1.75rem !important;
  }
}
header .img {
  width: 103.5%;
  position: relative;
}
@media screen and (max-width: 930px) {
  header .img img {
    content: url("/static/header-back-mobile.svg");
  }
}
@media screen and (max-width: 930px) {
  header {
    width: 85vw;
  }
}

#video {
  margin-top: 10vw;
  width: 85vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#video .content {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
#video .content > div:nth-child(1) {
  color: white;
}
#video .content > div:nth-child(1) h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1rem, 5vw, 2.25rem);
}
#video .content > div:nth-child(1) h4 {
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 2rem);
}
#video .content > div:nth-child(2) {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}
#video .content > div:nth-child(2) h5 {
  font-weight: 600;
  font-size: clamp(1rem, 5vw, 1.5rem);
  color: white;
  text-transform: uppercase;
}
#video .content > div:nth-child(2) ul {
  font-size: clamp(1rem, 5vw, 1.5rem);
  padding-left: clamp(1rem, 5vw, 1rem);
  color: #e34c16;
  line-height: 1.4;
  font-weight: 400;
}
#video .video {
  width: 35.5vw;
  position: relative;
  overflow: visible;
}
#video .video .frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#video .video .frame .frame-content {
  position: relative;
  z-index: 2;
}
#video .video .frame .video-content {
  width: 65%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#video .video .lines {
  width: 50vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 930px) {
  #video {
    padding-top: 16vw;
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: center;
    gap: 12vw;
  }
  #video .content {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  #video .content,
  #video .content > div:nth-child(2) {
    gap: 5rem;
  }
  #video .content h3,
  #video .content h4,
  #video .content h5 {
    font-size: 4.5rem !important;
  }
  #video .content ul {
    list-style-position: inside;
    font-size: 3rem !important;
  }
  #video .video {
    width: 92vw;
  }
  #video .video .lines {
    top: 45%;
    left: 52.5%;
    width: 140%;
  }
}

#stats {
  width: 100vw;
  height: 56.6vw;
  margin-top: 7.5vw;
  position: relative;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stats .merquee {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#stats > .card {
  width: 88vw;
  height: 10vw;
  margin-top: 6.5vw;
  border-radius: clamp(1rem, 5vw, 1.25rem);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 930px) {
  #stats > .card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: none;
  }
  #stats > .card, #stats > .card::after, #stats > .card::before {
    background: none;
    border: none;
  }
}
#stats > .card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transform: translateY(-30%) translateZ(2px);
  z-index: 10;
}
@media screen and (max-width: 930px) {
  #stats > .card > div {
    transform: translateY(-100%) translateZ(2px);
  }
}
#stats > .card > div h2 {
  margin-bottom: -4vw;
  font-size: 9.5rem;
  font-weight: 400;
  opacity: 0;
  transform: translateY(15%);
}
@media screen and (max-width: 930px) {
  #stats > .card > div h2 {
    margin-bottom: -6vw;
    font-size: 15.5rem;
  }
}
#stats > .card > div h3 {
  padding: 1rem 1.1rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 100rem;
}
@media screen and (max-width: 930px) {
  #stats > .card > div h3 {
    font-size: 2.5rem;
  }
}
#stats > .card > div h3 _::-webkit-full-page-media,
#stats > .card > div h3 _:future, :root #stats > .card > div h3 {
  backdrop-filter: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #stats > .card > div h3 {
      backdrop-filter: none !important;
    }
  }
}
@keyframes fade-in-slide-top {
  from {
    opacity: 0;
    transform: translateY(15%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#team {
  width: 100vw;
  position: relative;
}
#team .team {
  position: relative;
  display: block;
  z-index: 1;
}
#team .team img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
#team .team::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 2;
  pointer-events: none;
}
#team .lines {
  position: absolute;
  top: 1.5%;
  left: 0;
  z-index: 0;
}
#team .running {
  width: 100vw;
  overflow: unset !important;
  overflow-x: visible;
  display: flex;
  position: relative;
  transform: translate(0%, -50%);
  animation: marquee 5s infinite linear;
  z-index: 3;
}
#team .running picture {
  min-width: 100vw;
  display: inline-block;
}
@keyframes marquee {
  0% {
    transform: translate(0%, -50%);
  }
  100% {
    transform: translate(-100%, -50%);
  }
}

#bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  position: relative;
  overflow: visible;
}
#bio .text {
  width: 45vw;
}
#bio .mobile-text {
  margin-top: 10vw;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
#bio .mobile-text h2 {
  color: #e34c16;
  font-size: 2.75rem;
  line-height: 1.4;
}
#bio .mobile-text p {
  font-size: 2.2rem;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 930px) {
  #bio .mobile-text {
    display: flex;
  }
}
#bio .content {
  width: 78.125vw;
}
#bio .team {
  width: 100%;
  padding: 0 13vw;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
#bio .team > div {
  min-width: 27vw;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 930px) {
  #bio .team > div {
    max-width: 80vw;
  }
}
#bio .team > div .card {
  position: absolute;
  border-radius: 0.75rem;
}
@media screen and (max-width: 930px) {
  #bio .team > div .card {
    border-radius: 2.25rem !important;
    padding: 1.5rem 2rem !important;
  }
}
#bio .team > div .card:nth-of-type(1) {
  min-width: max-content;
  padding: 0.5rem 0.75rem;
}
#bio .team > div .card:nth-of-type(1) h3 {
  color: #e34c16;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1rem, 5vw, 2.8125rem);
}
@media screen and (max-width: 930px) {
  #bio .team > div .card:nth-of-type(1) h3 {
    font-size: 4rem;
  }
}
#bio .team > div .card:nth-of-type(1) {
  z-index: 2;
}
#bio .team > div .card:nth-of-type(2) {
  min-width: 25vw;
  max-width: 30vw;
  padding: 1rem 0.75rem;
  padding-top: 2.375rem;
}
#bio .team > div .card:nth-of-type(2) p {
  color: white;
  font-weight: 500;
  font-size: clamp(1rem, 5vw, 0.75rem);
}
#bio .team > div .card:nth-of-type(2) p span {
  text-transform: uppercase;
}
@media screen and (max-width: 930px) {
  #bio .team > div .card:nth-of-type(2) {
    min-width: 50vw;
    max-width: 60vw;
  }
  #bio .team > div .card:nth-of-type(2) p {
    font-size: 2rem;
  }
}
#bio .team > div .card:nth-of-type(2) {
  z-index: 1;
}
#bio .team > div:nth-child(2n) {
  align-self: flex-end;
}
@media screen and (max-width: 930px) {
  #bio .team {
    margin-top: 20vw;
    gap: 20vw;
  }
  #bio .team > div {
    align-self: center !important;
    margin-top: 0 !important;
  }
}
#bio .team > div:nth-child(1) {
  transform: translateX(-14%);
  margin-top: -15%;
}
#bio .team > div:nth-child(1) .card {
  bottom: 30%;
  left: 60%;
}
#bio .team > div:nth-child(1) .card:nth-of-type(2) {
  transform: translate(-10%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(1) .card {
    bottom: 25%;
    left: 45%;
  }
  #bio .team > div:nth-child(1) .card:nth-of-type(2) {
    transform: translate(5%, 94%);
  }
}
#bio .team > div:nth-child(2) {
  margin-top: -15%;
}
#bio .team > div:nth-child(2) .card {
  bottom: 32%;
  right: 50%;
}
#bio .team > div:nth-child(2) .card:nth-of-type(2) {
  transform: translate(15%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(2) .card {
    bottom: 30%;
    left: 15%;
  }
  #bio .team > div:nth-child(2) .card:nth-of-type(2) {
    transform: translate(-25%, 94%);
  }
}
#bio .team > div:nth-child(3) {
  margin-top: -5%;
}
#bio .team > div:nth-child(3) .card {
  bottom: 32%;
  left: 55%;
}
#bio .team > div:nth-child(3) .card:nth-of-type(2) {
  transform: translate(-15%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(3) .card {
    bottom: 25%;
    left: 10%;
  }
  #bio .team > div:nth-child(3) .card:nth-of-type(2) {
    transform: translate(-15%, 94%);
  }
}
#bio .team > div:nth-child(4) {
  margin-top: -5%;
}
#bio .team > div:nth-child(4) .card {
  bottom: 30%;
  right: 82.5%;
}
#bio .team > div:nth-child(4) .card:nth-of-type(2) {
  transform: translate(35%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(4) .card {
    bottom: 20%;
    left: 50%;
  }
  #bio .team > div:nth-child(4) .card:nth-of-type(2) {
    transform: translate(-50%, 94%);
  }
}
#bio .team > div:nth-child(5) {
  margin-top: -10%;
}
#bio .team > div:nth-child(5) .card {
  bottom: 35%;
  left: 70%;
}
#bio .team > div:nth-child(5) .card:nth-of-type(2) {
  transform: translate(-40%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(5) .card {
    bottom: 25%;
    left: 5%;
  }
  #bio .team > div:nth-child(5) .card:nth-of-type(2) {
    transform: translate(5%, 94%);
  }
}
#bio .team > div:nth-child(6) {
  transform: translateX(20%);
  margin-top: -10%;
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(6) {
    transform: translateX(10%);
  }
}
#bio .team > div:nth-child(6) .card {
  bottom: 30%;
  right: 75%;
}
#bio .team > div:nth-child(6) .card:nth-of-type(2) {
  transform: translate(30%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(6) .card {
    bottom: 20%;
    left: -15%;
  }
  #bio .team > div:nth-child(6) .card:nth-of-type(2) {
    transform: translate(5%, 94%);
  }
}
#bio .team > div:nth-child(7) .card {
  bottom: 45%;
  left: 82.5%;
}
#bio .team > div:nth-child(7) .card:nth-of-type(2) {
  transform: translate(-15%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(7) .card {
    bottom: 20%;
    left: -5%;
  }
  #bio .team > div:nth-child(7) .card:nth-of-type(2) {
    transform: translate(5%, 94%);
  }
}
#bio .team > div:nth-child(8) {
  margin-top: -10%;
}
#bio .team > div:nth-child(8) .card {
  bottom: 45%;
  right: 60%;
}
#bio .team > div:nth-child(8) .card:nth-of-type(2) {
  transform: translate(20%, 90%);
}
@media screen and (max-width: 930px) {
  #bio .team > div:nth-child(8) .card {
    bottom: 27%;
    left: 0;
  }
  #bio .team > div:nth-child(8) .card:nth-of-type(2) {
    transform: translate(5%, 94%);
  }
}

#cases {
  width: 100vw;
  margin-top: 8.875rem;
  margin-bottom: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6vw;
}
#cases picture {
  width: 32vw !important;
}
#cases .categories {
  padding: 0 15vw;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
#cases .categories div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  gap: 0.625rem;
  border: 0.125rem solid #e34c16;
  border-radius: 2rem;
  color: white;
  font-size: clamp(1rem, 5vw, 1.3rem);
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
}
#cases .categories div:hover {
  background: #e34c16;
}
@media screen and (max-width: 930px) {
  #cases .categories {
    padding: 0 5vw;
  }
  #cases .categories div {
    padding: 1.75rem 3.25rem;
    font-size: 2.25rem;
  }
}
#cases .swiper {
  overflow: hidden;
  width: 100% !important;
  position: relative !important;
}
#cases .swiper-wrapper {
  display: flex;
}
#cases .swiper-slide {
  width: max-content !important;
  padding: 2rem;
  margin: 0 calc(clamp(1rem, 5vw, 4.5rem) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1rem, 5vw, 2rem);
  gap: clamp(1rem, 5vw, 1.625rem);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 8.46401px 8.46401px rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(14.3584px);
  border-radius: clamp(1rem, 5vw, 1.5rem);
  transition: transform 0.3s ease;
  user-select: none;
}
#cases .swiper-slide-active {
  z-index: 1;
}
#cases .swiper-slide p {
  color: white;
  font-size: clamp(1rem, 5vw, 1.375rem);
  text-transform: uppercase;
  font-weight: 400;
}
#cases .swiper-slide picture {
  width: 37vw !important;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 930px) {
  #cases .swiper-slide picture {
    width: 55vw !important;
    border-radius: 1.75rem;
  }
}
@media screen and (max-width: 930px) {
  #cases .swiper-slide {
    border-radius: clamp(1rem, 5vw, 2rem);
    gap: 2rem;
  }
  #cases .swiper-slide p {
    font-size: 2rem;
  }
}

#service {
  width: 100vw;
  padding-bottom: 15vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13vw;
}
#service picture {
  width: 35.5vw !important;
}
#service .services {
  width: 78vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  gap: 3.7vw;
}
@media screen and (max-width: 930px) {
  #service .services {
    width: 70vw;
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
}
#service .services .service {
  height: max-content;
  padding: 2vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.2vw;
  color: white;
  background: linear-gradient(103.43deg, rgba(24, 24, 27, 0.5) 11.35%, rgba(14, 14, 17, 0.25) 87.16%);
  box-shadow: 0px 0px 1.625rem rgba(255, 98, 0, 0.5);
  border-radius: clamp(1rem, 5vw, 1.25rem);
}
#service .services .service span {
  width: clamp(1rem, 5vw, 2.6875rem);
  height: clamp(1rem, 5vw, 2.6875rem);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 5vw, 1.25rem);
  color: white;
  border: 1px solid rgba(217, 217, 217, 0.25);
  border-radius: 5rem;
}
#service .services .service > div {
  display: inherit;
  flex-direction: inherit;
  gap: inherit;
}
#service .services .service h3 {
  font-weight: 500;
  font-size: clamp(1rem, 5vw, 1.625rem);
  line-height: 1.3;
  color: white;
  opacity: 0.95;
}
#service .services .service ul {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  font-weight: 300;
  font-size: clamp(1rem, 5vw, 1.125rem);
  color: white;
  line-height: 1.3;
  opacity: 0.6;
}
#service .services .service button {
  padding: clamp(1rem, 5vw, 1.25rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: clamp(1rem, 5vw, 1.25rem);
  text-align: center;
  color: #e34c16;
  text-transform: uppercase;
  text-transform: none;
  background: transparent;
  outline: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(1rem, 5vw, 0.625rem);
  user-select: none;
  cursor: pointer;
}
#service .services .service button:active, #service .services .service button:hover {
  border: 1px solid #e34c16;
}
@media screen and (max-width: 930px) {
  #service .services .service {
    width: 100%;
    padding: 5.25rem;
    gap: 6.75rem;
    border-radius: 3.5rem;
  }
  #service .services .service:hover h3::after, #service .services .service:focus h3::after {
    opacity: 1;
  }
  #service .services .service h3 {
    width: 100%;
    box-sizing: border-box;
    padding-right: 40%;
    position: relative;
    font-size: 4.5rem;
    word-wrap: break-word;
  }
  #service .services .service h3::after {
    content: "Описание";
    display: block;
    padding: 1.4rem;
    position: absolute;
    right: 0;
    bottom: 1rem;
    color: #434343;
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    border: 1px solid #434343;
    border-radius: 5rem;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  #service .services .service span {
    width: 9rem;
    height: 9rem;
    font-size: 2.5rem;
  }
  #service .services .service ul {
    padding-left: 2.5rem;
    font-size: 3rem;
    opacity: 1;
  }
  #service .services .service button {
    padding: 2.5rem;
    font-size: 2.5rem;
  }
  #service .services .service > div {
    max-height: 0;
    overflow: hidden;
    transition: all 1s linear;
  }
  #service .services .service.open > div {
    max-height: 150vh;
  }
}

#clients {
  width: 100%;
  overflow-x: hidden;
  margin-top: 13vw;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 5vw, 3.0625rem);
}
#clients h2 {
  width: 100%;
  margin-bottom: 6.875rem;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1rem, 5vw, 4rem);
  color: #e34c16;
}
#clients .running {
  width: 100vw;
  overflow: unset !important;
  overflow-x: visible;
  display: flex;
  position: relative;
  transform: translate(0%, -50%);
  z-index: 3;
}
#clients .running:nth-child(2n+1) {
  transform: translate(-100%, -50%);
}
#clients .running picture {
  min-width: 100vw;
  padding-right: 4rem;
  display: inline-block;
}

footer {
  width: 100%;
  margin-top: 12.5vw;
  margin-bottom: 8.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
}
footer picture {
  width: auto !important;
}
footer picture.logo {
  height: 11vw;
}
footer .socials {
  display: flex;
  gap: clamp(1rem, 5vw, 0.125rem);
}
footer .socials picture {
  width: auto !important;
  height: 2.375rem !important;
  cursor: pointer;
}
footer .contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
footer .contacts a {
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 1.25rem);
  text-decoration: none;
  text-transform: uppercase;
  color: #e34c16;
}
footer .contacts a:hover {
  text-decoration: underline;
}
footer .contacts a:visited {
  color: inherit;
}
footer .consents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
footer .consents a {
  color: #ababab;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 930px) {
  footer .consents a {
    font-size: 2rem;
  }
}
footer .consents a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 930px) {
  footer {
    gap: 5rem;
  }
  footer picture.logo {
    height: 20vw;
  }
  footer .socials picture {
    height: 3.28rem !important;
  }
  footer .contacts a {
    font-size: 3rem;
  }
}

.modal-backdrop {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal-backdrop.active {
  display: flex;
}

.modal-dialog {
  background: #fff;
  border-radius: 1.5rem;
  max-width: 35vw;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.18);
  font-family: "Nunito Sans", Arial, sans-serif;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.modal-dialog .modal-close {
  position: absolute;
  right: -6rem;
  top: -4rem;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
.modal-dialog p {
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
}
.modal-dialog a.bold {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.modal-dialog .modal-action {
  background: #000;
  width: max-content;
  font-size: clamp(1rem, 5vw, 1.1rem);
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 0.75rem;
  padding: 0.75rem 3rem;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 930px) {
  .modal-dialog .modal-action {
    border-radius: 1rem;
    padding: 1.5rem 4.25rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 930px) {
  .modal-dialog {
    max-width: 70vw;
    border-radius: 2rem;
    padding: 4rem 3rem 3rem 3rem;
    gap: 3rem;
  }
  .modal-dialog .modal-close {
    right: -10rem;
    top: -8rem;
    font-size: 5rem;
  }
  .modal-dialog p {
    font-size: 2.25rem;
  }
}

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