@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-sans: "Roboto", sans-serif;
}

body {
  color: #000;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-inline: auto;
}

.text-stroka {
  color: #fff;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

.txt-gradient {
  background: linear-gradient(90deg, #ffc700 0%, #970 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#hero {
  background-image: url("../imgs/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper.swiper-service,
.swiper.swiper-comments {
  overflow: visible;
  max-width: 1170px;
}

.swiper.swiper-projects {
  overflow: visible;
  max-width: 1170px;
}
.swiper.swiper-projects .swiper-slide {
  transition: ease-out 0.3s;
}
.swiper.swiper-projects .swiper-slide.swiper-slide-next img {
  height: 459px;
}
.swiper.swiper-projects .swiper-scrollbar {
  bottom: -50px;
  background-color: #fff;
  border-radius: 0;
  height: 15px;
  padding: 2px;
}
.swiper.swiper-projects .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #cccccc;
}

.swiper .next,
.swiper .prev {
  bottom: 50%;
  transform: translateY(50%);
  border: 5px solid transparent;
  transition: ease-out border-color 0.3s, ease-out background-color 0.3s;
}
.swiper .next.swiper-button-disabled,
.swiper .prev.swiper-button-disabled {
  opacity: 0.5;
}
.swiper .next img,
.swiper .prev img {
  transition: ease-out filter 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper .next:hover,
.swiper .prev:hover {
  border-color: #fff;
}
.swiper .next:active,
.swiper .prev:active {
  background-color: #fff;
  border-color: #000;
}
.swiper .next:active img,
.swiper .prev:active img {
  filter: invert(1);
}

#services {
  background-image: url("../imgs/services/service-bg.png"), url("../imgs/services/service-bg2.png");
  background-repeat: no-repeat no-repeat;
  background-size: contain contain;
  background-position: right top, left 80%;
}

#choose {
  background-image: url("../imgs/choose.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right center;
}

#steps {
  background-image: url("../imgs/steeps/steps.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-image: url("../svg/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-service {
  height: 343px;
}
.swiper-service div {
  height: 100%;
}
.swiper-service:last-child {
  padding-bottom: 20px;
}

.cards-container {
  min-width: 1170px;
  overflow-x: visible;
}

@media (max-width: 1322px) {
  .media-menu {
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .media-menu.open {
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-inline: 20px;
  }
  header > div {
    max-width: 100%;
    padding-inline: 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-inline: 10px;
  }
  #services {
    background-image: url("../imgs/services/service-bg.png");
    background-size: 300px auto;
    background-position: 113% top;
  }
}
@media (max-width: 600px) {
  #services {
    background-image: url("../imgs/services/service-bg.png");
    background-size: 165px 103px;
    background-position: 113% top;
  }
}
@media (max-width: 375px) {
  .container {
    padding-inline: 6px;
  }
}
@media (max-width: 768px) {
  .swiper-projects {
    overflow: hidden !important;
    padding-bottom: 20px;
  }
  .swiper-projects .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .swiper-projects .next,
  .swiper-projects .prev {
    display: none;
  }
  .swiper-projects .swiper-slide {
    width: auto !important;
    height: 110px;
    margin: 0 !important;
  }
  .swiper-projects .swiper-slide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    border-width: 5px;
  }
  .swiper-projects .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fancybox__dialog {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  #youtube-inline-modal {
    all: unset !important;
  }
  .fancybox__container {
    overflow: hidden;
  }
  .fancybox__container .f-button.is-close-button {
    right: 10px;
    top: 36%;
  }
  #choose {
    background: transparent;
  }
  .media-arrow {
    width: 13px;
    height: 13px;
    background: #D8D8D8 !important;
    padding: 0;
    border: none !important;
    border-radius: 0;
    right: 12px;
    top: -30px;
    opacity: 1 !important;
  }
  .media-arrow img {
    display: none;
  }
  .media-arrow.prev {
    right: 8px;
    left: unset;
  }
  .media-arrow.next {
    right: 0;
    width: 6px;
  }
  .services-content .swiper-slide {
    width: 200px !important;
  }
  .swiper-service {
    height: 215px;
  }
  .swiper-service div {
    height: 100% !important;
  }
}
.swiper-comments .swiper-wrapper {
  align-items: stretch !important;
}
.swiper-comments .swiper-slide {
  height: auto !important;
}/*# sourceMappingURL=style.css.map */