*,
:before,
:after {
  box-sizing: border-box;
}

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

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
  display: block;
}

img {
  vertical-align: top;
}

ol,
ul,
li {
  list-style: none;
}

a,
input,
button,
textarea,
select {
  font: inherit;
}

button[disabled] {
  cursor: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #0000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
}

:root {
  --color-dark: #000;
  --color-white: #fff;
  --color-accent-primary: #701725;
  --color-accent-primary-light: #9a112d;
  --color-dark-grey: #363636;
  --color-bg: #e2e0e0;
  --serivce-gradient-c1: #000000b3;
  --serivce-gradient-c2: #000000b3;
  --vh: 100vh;
  --items: 1;
  --gap: 16px;
}

.contact__link,
.media-article__link,
.feedback-form__input,
.feedback-form__textarea,
.header__nav,
.header__nav .nav__list,
.header__nav .nav__link,
.dropdown-nav__link.nav__link,
.logo,
.burger-menu__nav .nav__list,
.header__container,
.section__title,
.burger-menu__btn,
.cta-btn,
.cta-link,
.burger-menu__nav .nav__item,
.burger-menu__nav .dropdown-nav__btn,
.loader__backdrop,
.swiper-btn {
  align-items: center;
  display: flex;
}

.burger-menu__btn,
.cta-btn,
.cta-link,
.burger-menu__nav .nav__item,
.burger-menu__nav .dropdown-nav__btn,
.loader__backdrop,
.swiper-btn {
  justify-content: center;
}

.header__container,
.section__title {
  justify-content: space-between;
}

.contacts__box-wrap,
.contacts__list,
.media-article,
.media-article__desc,
.faq__list,
.review,
.review__desc,
.case__desc,
.services__list,
.all-services__item,
.hero,
.hero-services__list,
.footer-bottom__list,
.feedback-form,
.feedback-form__msg,
.footer__nav .nav__list,
.dropdown-nav__list {
  flex-direction: column;
  display: flex;
}

.burger-menu__nav .nav__list {
  flex-direction: column;
}

.all-services__list,
.footer__top {
  flex-wrap: wrap;
  display: flex;
}

.contacts__box-wrap,
.contact__link,
.media__box,
.faq__btn,
.reviews__box,
.cases__box,
.case,
.service__btn,
.burger-menu__btn,
.lds-roller,
.animate,
.animate--fade-up,
.animate--fade-left,
.animate--fade-right,
.hover-line {
  position: relative;
}

.faq__btn svg,
.case:before,
.case__desc,
.service__btn svg,
.feedback-form__msg,
.header,
.burger-menu__btn .burger-line,
.lds-roller div:after,
.visually-hidden,
.hover-line:before,
.swiper-btn {
  position: absolute;
}

.burger-menu,
.loader__backdrop {
  position: fixed;
}

.loader__backdrop {
  inset: 0;
}

.review,
.case,
button,
a {
  cursor: pointer;
}

.lds-roller div:after {
  border-radius: 50%;
}

.contact__link:before,
.media-article__link,
.media-article__link svg,
.review,
.case,
.header,
.cta-btn,
.cta-link,
.dropdown-nav__link.nav__link,
.hover-line:before {
  transition: var(--transition--100, 0.1s linear);
}

.faq__btn,
.faq__btn svg,
.case:before,
.case__desc,
.service__btn,
.service__btn svg,
.accordion__content,
.burger-menu,
.burger-menu__body,
.burger-menu__nav .dropdown-nav:after,
.dropdown-nav__btn svg {
  transition: var(--transition--200, 0.2s linear);
}

.animate,
.animate--fade-up,
.animate--fade-left,
.animate--fade-right {
  transition: all 0.8s;
}

.all-services__list,
.footer__top {
  gap: var(--gap);
}

.contacts__box,
.all-services__item,
.footer__box {
  flex-basis: calc((100% - var(--gap, 16px) * (var(--items, 1) - 1)) / var(--items, 1));
  width: calc((100% - var(--gap, 16px) * (var(--items, 1) - 1)) / var(--items, 1));
}

html {
  --header--top: 8px;
  --header--height: 64px;
}

@media (width >= 768px) {
  html {
    --header--top: 20px;
    --header--height: 76px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color--dark, #000);
  background-color: var(--color-bg, #e2e0e0);
  font-size: 16px;
  position: relative;
}

html,
body {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow: hidden scroll;
}

footer {
  margin-top: auto;
}

svg {
  pointer-events: none;
}

.section {
  padding: 60px 0;
}

@media (width >= 1440px) {
  .section {
    padding: 80px 0;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (width >= 390px) {
  .container {
    width: 390px;
  }
}

@media (width >= 768px) {
  .container {
    width: 768px;
    padding: 0 32px;
  }
}

@media (width >= 1024px) {
  .container {
    width: 1024px;
    padding: 0 48px;
  }
}

@media (width >= 1440px) {
  .container {
    width: 1440px;
    padding: 0 112px;
  }
}

.content-box {
  margin: 0 auto;
}

@media (width >= 768px) {
  .content-box {
    max-width: 400px;
  }
}

@media (width >= 1024px) {
  .content-box {
    max-width: 800px;
  }
}

.section__title {
  color: var(--color-dark-grey, #363636);
  text-transform: uppercase;
  border-bottom: 2px solid;
  margin-bottom: 52px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

@media (width >= 768px) {
  .section__title {
    margin-bottom: 80px;
    font-size: 24px;
    line-height: 28px;
  }
}

.section__subtitle {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media (width >= 390px) {
  .section__subtitle {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media (width >= 768px) {
  .section__subtitle {
    text-align: center;
    margin-bottom: 52px;
    font-size: 40px;
    line-height: 48px;
  }
}

.visually-hidden {
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

.hover-line:before {
  content: '';
  background-color: currentColor;
  width: 0%;
  height: 1px;
  bottom: -1px;
  left: 0;
}

.hover-line:hover:before {
  width: 100%;
}

.swiper-btn {
  width: 32px;
  height: 32px;
  color: var(--color-dark, #000);
  top: 50%;
  transform: translateY(-50%);
}

.swiper-btn svg {
  fill: currentColor;
}

.swiper-btn:disabled {
  opacity: 0.3;
}

@media (width <= 767px) {
  .swiper-btn {
    display: none;
  }
}

.swiper-btn-prev {
  left: -52px;
}

.swiper-btn-next {
  right: -52px;
}

.animate,
.animate--fade-right,
.animate--fade-left,
.animate--fade-up {
  opacity: 0;
  will-change: transform, opacity;
}

.animate--fade-up {
  transform: translateY(200px);
}

.animate--fade-left {
  transform: translateX(-200px);
}

.animate--fade-right {
  transform: translateX(200px);
}

.animate-start.animate--fade-up {
  opacity: 1;
  transform: translateY(0);
}

.animate-start.animate--fade-left,
.animate-start.animate--fade-right {
  opacity: 1;
  transform: translateX(0);
}

.animate-start .animate--fade-up {
  opacity: 1;
  transform: translateY(0);
}

.animate-start .animate--fade-left,
.animate-start .animate--fade-right {
  opacity: 1;
  transform: translateX(0);
}

.animate-start.animate--fade-in,
.animate-start .animate--fade-in {
  opacity: 1;
}

.animate--items:first-of-type {
  transition-delay: 40ms;
}

.animate--items:nth-of-type(2) {
  transition-delay: 80ms;
}

.animate--items:nth-of-type(3) {
  transition-delay: 0.12s;
}

.animate--items:nth-of-type(4) {
  transition-delay: 0.16s;
}

.animate--items:nth-of-type(5) {
  transition-delay: 0.2s;
}

.animate--items:nth-of-type(6) {
  transition-delay: 0.24s;
}

.animate--items:nth-of-type(7) {
  transition-delay: 0.28s;
}

.animate--items:nth-of-type(8) {
  transition-delay: 0.32s;
}

.animate--items:nth-of-type(9) {
  transition-delay: 0.36s;
}

.animate--items:nth-of-type(10) {
  transition-delay: 0.4s;
}

.animate--items:nth-of-type(11) {
  transition-delay: 0.44s;
}

.animate--items:nth-of-type(12) {
  transition-delay: 0.48s;
}

.animate--items:nth-of-type(13) {
  transition-delay: 0.52s;
}

.animate--items:nth-of-type(14) {
  transition-delay: 0.56s;
}

.animate--items:nth-of-type(15) {
  transition-delay: 0.6s;
}

.animate--items:nth-of-type(16) {
  transition-delay: 0.64s;
}

.animate--items:nth-of-type(17) {
  transition-delay: 0.68s;
}

.animate--items:nth-of-type(18) {
  transition-delay: 0.72s;
}

.animate--items:nth-of-type(19) {
  transition-delay: 0.76s;
}

.animate--items:nth-of-type(20) {
  transition-delay: 0.8s;
}

.animate--items:nth-of-type(21) {
  transition-delay: 0.84s;
}

.animate--items:nth-of-type(22) {
  transition-delay: 0.88s;
}

.animate--items:nth-of-type(23) {
  transition-delay: 0.92s;
}

.animate--items:nth-of-type(24) {
  transition-delay: 0.96s;
}

.animate--items:nth-of-type(25) {
  transition-delay: 1s;
}

.animate--items:nth-of-type(26) {
  transition-delay: 1.04s;
}

.animate--items:nth-of-type(27) {
  transition-delay: 1.08s;
}

.animate--items:nth-of-type(28) {
  transition-delay: 1.12s;
}

.animate--items:nth-of-type(29) {
  transition-delay: 1.16s;
}

.animate--items:nth-of-type(30) {
  transition-delay: 1.2s;
}

.loader__backdrop {
  opacity: 1;
  z-index: 11;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

.isHidden .loader__backdrop {
  display: none;
}

.lds-roller {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.lds-roller div {
  transform-origin: 40px 40px;
  animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-roller;
}

.lds-roller div:after {
  content: ' ';
  background-color: var(--color-accent-primary, #701725);
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  display: block;
}

.lds-roller div:first-child {
  animation-delay: -0.036s;
}

.lds-roller div:first-child:after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  background-color: var(--color-accent-primary, #701725);
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo svg {
  width: 100%;
  height: 100%;
}

.logo.header__logo {
  height: 24px;
}

@media (width >= 768px) {
  .logo.header__logo {
    height: 40px;
  }

  .logo.footer__logo {
    width: fit-content;
    height: 40px;
  }
}

@media (width >= 1024px) {
  .logo.header__logo {
    height: auto;
  }

  .logo.footer__logo {
    height: 32px;
  }
}

@media (width >= 1440px) {
  .logo.header__logo,
  .logo.footer__logo {
    height: 40px;
  }
}

.header__nav {
  min-width: fit-content;
}

@media (width <= 1023px) {
  .header__nav {
    display: none;
  }
}

.header__nav .nav__list,
.footer__nav .nav__list {
  gap: 12px;
}

.burger-menu__nav .nav__list {
  gap: 40px;
}

@media (width >= 1440px) {
  .header__nav .nav__list {
    gap: 20px;
  }
}

.burger-menu__nav .nav__item {
  width: 100%;
}

.nav__link {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
}

.header__nav .nav__link,
.footer__nav .nav__link {
  color: var(--color-white, #fff);
  font-size: 12px;
}

.burger-menu__nav .nav__link {
  color: var(--color-dark, #000);
}

.nav__link--disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media (width >= 1440px) {
  .header__nav .nav__link,
  .footer__nav .nav__link {
    font-size: 16px;
  }
}

.dropdown-nav {
  position: relative;
}

.burger-menu__nav .dropdown-nav {
  width: 100%;
}

.burger-menu__nav .dropdown-nav:after {
  content: '';
  background-color: #e2e0e0;
  width: 100%;
  max-width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.burger-menu__nav .dropdown-nav.active:after {
  max-width: 100%;
}

.dropdown-nav__btn {
  position: relative;
}

.dropdown-nav__btn svg {
  fill: currentColor;
  width: 20px;
  height: auto;
}

.header__nav .dropdown-nav__btn {
  padding-right: 24px;
}

.header__nav .dropdown-nav__btn svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer__nav .dropdown-nav__btn {
  padding-right: 24px;
}

.footer__nav .dropdown-nav__btn svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.burger-menu__nav .dropdown-nav__btn {
  justify-content: center;
  gap: 4px;
  width: 100%;
}

.burger-menu__nav .dropdown-nav__btn.active svg {
  transform: rotate(180deg);
}

.header__nav .dropdown-nav__content,
.footer__nav .dropdown-nav__content {
  width: 240px;
  position: absolute;
  left: 0;
}

.header__nav .dropdown-nav__content {
  top: 100%;
}

.footer__nav .dropdown-nav__content {
  bottom: calc(100% + 10px);
}

.header__nav .dropdown:hover .dropdown-nav__content,
.footer__nav .dropdown:hover .dropdown-nav__content {
  grid-template-rows: 1fr;
}

.dropdown-nav__list {
  gap: 12px;
}

.header__nav .dropdown-nav__list {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 36px;
  padding: 12px;
}

.footer__nav .dropdown-nav__list {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}

.burger-menu__nav .dropdown-nav__list {
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.dropdown-nav__link.nav__link {
  color: var(--color--dark, #000);
  background-color: var(--color-white, #fff);
  border-radius: 4px;
}

.header__nav .dropdown-nav__link.nav__link {
  min-height: 40px;
  padding: 4px 10px;
  line-height: 1;
}

.footer__nav .dropdown-nav__link.nav__link {
  min-height: 40px;
  padding: 0 10px;
  line-height: 1;
}

.burger-menu__nav .dropdown-nav__link.nav__link {
  text-align: center;
  align-items: center;
}

[aria-hidden='true'] .dropdown-nav__link.nav__link {
  pointer-events: none;
  visibility: hidden;
}

.dropdown-nav:hover .dropdown-nav__link.nav__link {
  pointer-events: initial;
  visibility: initial;
}

.dropdown-nav__link.nav__link:hover {
  background-color: var(--color-bg, #e2e0e0);
}

.dropdown-nav__link.nav__link:active {
  color: var(--color-white, #fff);
  background-color: var(--color-accent-primary, #701725);
}

.cta-btn,
.cta-link {
  width: 100%;
  max-width: 368px;
  height: 60px;
  color: var(--color-white, #fff);
  font-feature-settings: 'liga' off, 'clig' off;
  text-transform: uppercase;
  background-color: var(--color-accent-primary, #701725);
  border-radius: 4px;
  font-weight: 700;
}

.cta-btn:hover,
.cta-link:hover {
  background-color: var(--color-accent-primary-light, #9a112d);
}

.cta-btn:active,
.cta-link:active {
  background-color: var(--color-dark-grey, #363636);
}

.cta-btn--section,
.cta-link--section {
  margin: 40px auto 0;
}

@media (width >= 768px) {
  .cta-btn--section,
  .cta-link--section {
    margin-top: 80px;
  }
}

@media (width >= 1440px) {
  .cta-btn,
  .cta-link {
    font-size: 18px;
    line-height: 20px;
  }
}

.burger-menu__btn {
  width: 36px;
  height: 36px;
  color: var(--color-white, #fff);
  background-color: #0000;
}

body.burgerMenuIsOpen .burger-menu__btn {
  z-index: 20;
}

@media (width >= 1024px) {
  .burger-menu__btn {
    display: none;
  }
}

.burger-menu__btn .burger-line {
  pointer-events: none;
  background-color: currentColor;
  border-radius: 12px;
  width: 20px;
  height: 2px;
  margin: 0;
  transition-property: height, opacity, transform;
  transition-duration: 0.4s;
}

.burger-line:first-child {
  transform: translateY(-6px);
}

.burger-line:last-child {
  transform: translateY(6px);
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:first-child {
  transform: rotate(-45deg);
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:nth-child(2n) {
  opacity: 0;
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:last-child {
  transform: rotate(45deg);
}

.burger-menu {
  width: 100%;
  height: 100%;
  padding-top: calc(var(--header--height) + var(--header--top));
  background-color: var(--color--dark, #000);
  z-index: 4;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.burger-menu.isHidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.burger-menu.isHidden button,
.burger-menu.isHidden a {
  pointer-events: none;
  visibility: hidden;
}

@media (width >= 1024px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu__body {
  background-color: var(--color-white, #fff);
  border-radius: 8px;
  padding: 36px 24px;
}

.isHidden .burger-menu__body {
  transform: translateX(101%);
}

.header {
  --header--width: 100%;
  --header--margin: 16px;
  z-index: 5;
  top: var(--header--top, 0px);
  width: var(--header--width, 100%);
  max-width: calc(var(--header--width) - var(--header--margin) * 2);
  height: var(--header--height);
  background-color: var(--color-accent-primary, #701725);
  border-radius: 12px;
  padding: 14px 16px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 12px 20px #00000040;
}

@media (width >= 390px) {
  .header {
    --header--width: 390px;
  }
}

@media (width >= 768px) {
  .header {
    --header--width: 768px;
    --header--margin: 32px;
    padding: 20px 40px;
  }
}

@media (width >= 1024px) {
  .header {
    --header--width: 1024px;
    --header--margin: 20px;
  }
}

@media (width >= 1440px) {
  .header {
    --header--width: 1440px;
    --header--margin: 20px;
    padding: 18px 92px;
  }
}

.header__container {
  gap: 16px;
  height: 100%;
}

@media (width >= 1024px) {
  .header__container {
    gap: 24px;
  }
}

@media (width >= 1440px) {
  .header__container {
    --header--margin: 20px;
  }
}

.feedback-form {
  gap: 22px;
}

@media (width >= 768px) {
  .feedback-form {
    max-width: 600px;
  }
}

@media (width >= 1440px) {
  .feedback-form {
    max-width: none;
  }
}

.feedback-form__input,
.feedback-form__textarea {
  width: 100%;
  height: 48px;
  color: calc(infinity);
  font-feature-settings: 'liga' off, 'clig' off;
  background-color: var(--color-white, #fff);
  border-radius: 4px;
  padding: 4px 16px;
  font-size: 16px;
}

.feedback-form__input:focus-within,
.feedback-form__textarea:focus-within {
  outline: 1px solid var(--color-accent-primary, #701725);
}

.feedback-form__textarea {
  resize: none;
  height: 224px;
  padding: 16px;
}

.feedback-form__btn--submit {
  margin: 0;
}

.feedback-form__msg {
  background-color: var(--color-bg, #e2e0e0);
  height: 100%;
  top: 0;
  left: 0;
}

.feedback-form__msg strong {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  display: block;
}

.feedback-form__msg.isHidden {
  display: none;
}

@media (width >= 1440px) {
  .feedback-form__msg p {
    font-size: 18px;
    font-weight: 500;
  }
}

.accordion__content {
  grid-template-rows: 0fr;
  display: grid;
}

.accordion__content.active {
  grid-template-rows: 1fr;
}

.accordion__content-inner {
  overflow: hidden;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-slide {
  flex-shrink: 0;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-pagination-bullets {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 240px;
  margin: 24px auto;
  display: flex;
}

.swiper-pagination-bullet {
  background-color: #7e8492;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.footer {
  color: var(--color-white, #fff);
  background-color: #000;
  background-image: linear-gradient(0deg, #1f1c1de6 0% 100%), url('/assets/images/bg-footer.webp');
  background-position: center, calc(50% + 250px) 0;
  background-repeat: no-repeat;
  background-size: cover, auto 800px;
  background-attachment: fixed;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}

@media (width >= 768px) {
  .footer {
    background-position: center, 50% 180px;
  }
}

@media (width >= 1024px) {
  .footer {
    background-position: center, 50% calc(50% + 125px);
    background-size: cover;
  }
}

@media (width >= 1920px) {
  .footer {
    background-position: center, 50% calc(50% + 160px);
  }
}

.footer__top {
  --gap: 32px;
  padding: 40px 0;
}

@media (width >= 768px) and (width <= 1023px) {
  .footer__box:not(:first-child) {
    --items: 2;
  }
}

@media (width >= 1024px) {
  .footer__box {
    --items: 3;
  }

  .footer__box:first-child {
    margin-right: auto;
  }

  .footer__box:not(:first-child) {
    max-width: 200px;
  }
}

@media (width >= 1440px) {
  .footer__box:not(:first-child) {
    max-width: 280px;
  }
}

.footer__bottom {
  border-top: 1px solid;
  padding: 20px 0;
}

.footer-bottom__list {
  gap: 12px;
}

@media (width >= 768px) {
  .footer-bottom__list {
    flex-direction: row;
    gap: 20px;
  }
}

.footer-bottom__item,
.footer-bottom__link {
  color: var(--color-white, #fff);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media (width >= 1024px) {
  .footer-bottom__item,
  .footer-bottom__link {
    font-size: 12px;
  }
}

@media (width >= 1440px) {
  .footer-bottom__item,
  .footer-bottom__link {
    font-size: 14px;
  }
}

.hero {
  --hero-padding-top: 24px;
  --hero-height: 320px;
  --background-gradient: linear-gradient(
    to bottom,
    var(--serivce-gradient-c1, #000000b3) 0%,
    var(--serivce-gradient-c2, #000000b3) 100%
  );
  height: var(--hero-height);
  padding-top: calc(var(--hero-padding-top) + var(--header--height) + var(--header--top));
  background-color: var(--color-dark-grey, #363636);
  background: var(--background-gradient), var(--hero-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  padding-bottom: 40px;
}

@media (width >= 768px) {
  .hero {
    --hero-height: 532px;
    --hero-padding-top: 56px;
  }
}

@media (width >= 1024px) {
  .hero {
    --hero-height: 620px;
    padding-bottom: 60px;
  }
}

@media (width >= 1440px) {
  .hero {
    --hero-height: 788px;
  }
}

.hero-services__list {
  gap: 8px;
  width: 100%;
}

@media (width >= 768px) {
  .hero-services__list {
    gap: 20px;
  }
}

@media (width >= 1440px) {
  .hero-services__list {
    gap: 32px;
  }
}

.hero-services__item {
  width: 100%;
  color: var(--color-white, #fff);
  text-align: start;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.hero-services__item:first-of-type {
  transition-delay: 40ms;
}

.hero-services__item:nth-of-type(2) {
  transition-delay: 80ms;
}

.hero-services__item:nth-of-type(3) {
  transition-delay: 0.12s;
}

.hero-services__item:nth-of-type(4) {
  transition-delay: 0.16s;
}

.hero-services__item:nth-of-type(5) {
  transition-delay: 0.2s;
}

.hero-services__item:nth-of-type(6) {
  transition-delay: 0.24s;
}

.hero-services__item:nth-of-type(7) {
  transition-delay: 0.28s;
}

.hero-services__item:nth-of-type(8) {
  transition-delay: 0.32s;
}

.hero-services__item:nth-of-type(9) {
  transition-delay: 0.36s;
}

.hero-services__item:nth-of-type(10) {
  transition-delay: 0.4s;
}

.hero-services__item:nth-of-type(11) {
  transition-delay: 0.44s;
}

.hero-services__item:nth-of-type(12) {
  transition-delay: 0.48s;
}

.hero-services__item:nth-of-type(13) {
  transition-delay: 0.52s;
}

.hero-services__item:nth-of-type(14) {
  transition-delay: 0.56s;
}

.hero-services__item:nth-of-type(15) {
  transition-delay: 0.6s;
}

.hero-services__item:nth-of-type(16) {
  transition-delay: 0.64s;
}

.hero-services__item:nth-of-type(17) {
  transition-delay: 0.68s;
}

.hero-services__item:nth-of-type(18) {
  transition-delay: 0.72s;
}

.hero-services__item:nth-of-type(19) {
  transition-delay: 0.76s;
}

.hero-services__item:nth-of-type(20) {
  transition-delay: 0.8s;
}

.hero-services__item:nth-of-type(21) {
  transition-delay: 0.84s;
}

.hero-services__item:nth-of-type(22) {
  transition-delay: 0.88s;
}

.hero-services__item:nth-of-type(23) {
  transition-delay: 0.92s;
}

.hero-services__item:nth-of-type(24) {
  transition-delay: 0.96s;
}

.hero-services__item:nth-of-type(25) {
  transition-delay: 1s;
}

.hero-services__item:nth-of-type(26) {
  transition-delay: 1.04s;
}

.hero-services__item:nth-of-type(27) {
  transition-delay: 1.08s;
}

.hero-services__item:nth-of-type(28) {
  transition-delay: 1.12s;
}

.hero-services__item:nth-of-type(29) {
  transition-delay: 1.16s;
}

.hero-services__item:nth-of-type(30) {
  transition-delay: 1.2s;
}

@media (width >= 768px) {
  .hero-services__item {
    font-size: 20px;
  }
}

@media (width >= 1024px) {
  .hero-services__item {
    font-size: 32px;
  }
}

@media (width >= 1440px) {
  .hero-services__item {
    font-size: 40px;
  }
}

.all-services__list {
  row-gap: 32px;
}

@media (width >= 768px) {
  .all-services__list {
    --items: 2;
    --gap: 20px;
    row-gap: 48px;
  }
}

@media (width >= 1024px) {
  .all-services__list {
    --items: 3;
    row-gap: 64px;
  }
}

@media (width >= 1440px) {
  .all-services__list {
    --gap: 32px;
  }
}

.all-services__item {
  gap: 16px;
}

.all-service__img-wrap {
  position: relative;
}

.all-service__img-wrap:before {
  content: '';
  --background-gradient: linear-gradient(
    to bottom,
    var(--serivce-gradient-c1, #0006) 0%,
    var(--serivce-gradient-c2, #0006) 100%
  );
  background: var(--background-gradient);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.all-service__img {
  width: 100%;
  max-width: initial;
  object-fit: cover;
  border-radius: 8px;
  height: 360px;
}

.all-service__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

@media (width >= 768px) {
  .all-service__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (width >= 1440px) {
  .all-service__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.all-service__link {
  max-width: 100%;
  margin-top: auto;
}

.services__box {
  max-width: 800px;
  margin: 0 auto;
}

.services__list {
  gap: 12px;
}

@media (width >= 768px) {
  .services__list {
    gap: 20px;
  }
}

.service__btn {
  width: 100%;
  min-height: 60px;
  color: var(--color-white, #fff);
  text-align: start;
  text-transform: uppercase;
  background-color: var(--color-dark, #000);
  border-radius: 8px;
  padding: 12px 62px 12px 16px;
  font-weight: 600;
}

.service__btn svg {
  fill: currentColor;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.service__btn.active {
  background-color: var(--color-accent-primary, #701725);
}

.service__btn.active svg {
  transform: translateY(-50%) rotate(180deg);
}

@media (width >= 768px) {
  .service__btn {
    min-height: 88px;
    padding: 16px 100px 16px 28px;
    font-size: 24px;
    line-height: 28px;
  }

  .service__btn svg {
    right: 32px;
  }
}

.service__desc {
  background: var(--color-white, #fff);
  border-radius: 8px;
  padding: 12px 16px;
}

@media (width >= 768px) {
  .service__desc {
    padding: 24px 28px;
  }
}

.service__text {
  color: var(--color-dark, #000);
  white-space: pre-line;
}

@media (width >= 768px) {
  .service__text {
    font-size: 20px;
    line-height: 24px;
  }
}

.cases__box {
  margin: 0 auto;
}

@media (width >= 768px) {
  .cases__box--swiper {
    max-width: 400px;
  }
}

@media (width >= 1024px) {
  .cases__box--swiper {
    max-width: 800px;
  }
}

@media (width >= 1440px) {
  .cases__box--swiper {
    max-width: initial;
  }
}

.case {
  border: 1px solid #0000;
  border-radius: 8px;
  transition-property: all;
  overflow: hidden;
}

.case:before {
  content: '';
  background: linear-gradient(#1f1c1d 0%, #1f1c1dcc 50%, #1f1c1d 100%);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.case:hover {
  border-color: var(--color-accent-primary, #701725);
}

.case:hover:before {
  opacity: 0;
}

.case__img {
  width: 100%;
  max-width: initial;
  border-radius: 8px;
}

.case__desc {
  width: 100%;
  height: 100%;
  color: var(--color-white, #fff);
  gap: 10px;
  padding: 16px 12px;
  top: 0;
  left: 0;
}

.case:hover .case__desc {
  opacity: 0;
}

.case__title {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 600;
}

.case__text {
  white-space: pre-line;
  font-weight: 500;
}

.reviews__box {
  margin: 0 auto;
}

@media (width >= 768px) {
  .reviews__box--swiper {
    max-width: 400px;
  }
}

@media (width >= 1024px) {
  .reviews__box--swiper {
    max-width: 800px;
  }
}

@media (width >= 1440px) {
  .reviews__box--swiper {
    max-width: initial;
  }
}

.review {
  background-color: var(--color-white, #fff);
  border: 1px solid #0000;
  border-radius: 8px;
  gap: 20px;
  padding: 20px;
  transition-property: all;
}

.review svg {
  fill: var(--color-accent-primary, #701725);
}

.review:hover {
  border-color: var(--color-accent-primary, #701725);
}

.review__desc {
  gap: 2px;
}

.review__text {
  white-space: pre-line;
  line-height: 20px;
}

.faq {
  background-color: #000;
  background-image: linear-gradient(0deg, #1f1c1de6 0% 100%), url('/assets/images/bg-faq.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}

.faq__title {
  color: #a2a2a2;
}

.faq__subtitle {
  color: var(--color-white, #fff);
}

.faq__box {
  max-width: 800px;
  margin: 0 auto;
}

.faq__list {
  gap: 20px;
  margin-bottom: 28px;
}

.faq__btn {
  width: 100%;
  min-height: 60px;
  color: var(--color-dark, #000);
  text-align: start;
  text-transform: uppercase;
  background-color: var(--color-white, #fff);
  border-radius: 8px;
  padding: 12px 62px 12px 16px;
  font-weight: 600;
}

.faq__btn svg {
  fill: currentColor;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.faq__btn.active {
  color: var(--color-white, #fff);
  background-color: var(--color-accent-primary, #701725);
}

.faq__btn.active svg {
  transform: translateY(-50%) rotate(180deg);
}

@media (width >= 768px) {
  .faq__btn {
    min-height: 88px;
    padding: 16px 100px 16px 28px;
    font-size: 24px;
    line-height: 28px;
  }

  .faq__btn svg {
    right: 32px;
  }
}

.faq__desc {
  color: var(--color-dark, #000);
  background-color: var(--color-white, #fff);
  border-radius: 8px;
  padding: 12px 16px;
}

@media (width >= 768px) {
  .faq__desc {
    padding: 24px 28px;
    font-size: 20px;
    line-height: 24px;
  }
}

.faq__text {
  white-space: pre-line;
}

.faq__msg {
  color: var(--color-white, #fff);
  font-weight: 500;
}

@media (width >= 768px) {
  .faq__msg {
    font-size: 20px;
    line-height: 24px;
  }
}

.media__box {
  --height-img: 240px;
  margin: 0 auto;
}

@media (width >= 768px) {
  .media__box--swiper {
    max-width: 400px;
  }
}

@media (width >= 1024px) {
  .media__box--swiper {
    max-width: 800px;
  }
}

@media (width >= 1440px) {
  .media__box--swiper {
    max-width: initial;
  }
}

.media-article {
  gap: 20px;
}

.media-article__img {
  width: 100%;
  max-width: initial;
  height: var(--height-img, 240px);
  object-fit: cover;
  border-radius: 8px;
}

.media-article__desc {
  gap: 8px;
}

.media-article__title {
  text-transform: uppercase;
  white-space: pre-line;
  margin-bottom: auto;
  font-weight: 600;
}

.media-article__text {
  color: #7e8492;
  white-space: pre-line;
}

.media-article__link {
  width: fit-content;
  color: inherit;
  gap: 16px;
  margin-top: 16px;
  padding-right: 4px;
}

.media-article__link svg {
  fill: currentColor;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.media-article__link:hover {
  color: var(--color-accent-primary, #701725);
}

.media-article__link:hover svg {
  transform: translateX(4px);
}

.media-article__link:active {
  color: var(--color-accent-primary-light, #a91d3a);
}

.media__box .swiper-btn {
  top: calc((var(--height-img, 240px) - 32px) / 2);
  transform: initial;
}

.contacts {
  padding-bottom: 124px;
}

@media (width >= 1440px) {
  .contacts {
    padding-bottom: 200px;
  }
}

@media (width >= 768px) {
  .contacts__subtitle {
    text-align: start;
    margin-bottom: 24px;
  }
}

.contacts__box-wrap {
  --gap: 32px;
  gap: var(--gap);
}

@media (width >= 1024px) {
  .contacts__box-wrap {
    --gap: 20px;
    flex-direction: row;
  }
}

@media (width >= 1440px) {
  .contacts__box-wrap {
    --gap: 32px;
  }
}

.contacts__list {
  gap: 12px;
}

@media (width >= 1024px) {
  .contacts__list {
    gap: 20px;
    position: absolute;
    top: 100px;
    left: 0;
  }
}

.contact__link {
  color: inherit;
  gap: 10px;
  font-weight: 500;
}

.contact__link:before {
  content: '';
  background-color: var(--color-accent-primary, #701725);
  background-image: var(--background-image-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: block;
}

.contact__link--clock:before {
  --background-image-url: url('/assets/images/icons/icon-clock.svg');
}

.contact__link--location:before {
  --background-image-url: url('/assets/images/icons/icon-location.svg');
}

.contact__link--mail:before {
  --background-image-url: url('/assets/images/icons/icon-mail.svg');
}

.contact__link--phone:before {
  --background-image-url: url('/assets/images/icons/icon-phone.svg');
}

.contact__link--youtube:before {
  --background-image-url: url('/assets/images/icons/icon-youtube.svg');
}

.contact__link--instagram:before {
  --background-image-url: url('/assets/images/icons/icon-instagram.svg');
}

.contact__link:hover:before {
  background-color: var(--color-accent-primary-light, #a91d3a);
}

.contact__link:active:before {
  background-color: var(--color-dark-grey, #363636);
}

@media (width >= 1440px) {
  .contact__link {
    gap: 14px;
    font-size: 20px;
  }
}

@media (width >= 768px) {
  .contacts__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
}
