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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

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

a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url(../fonts/HelveticaNowDisplay-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url(../fonts/HelveticaNowDisplay-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url(../fonts/HelveticaNowDisplay-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url(../fonts/HelveticaNowDisplay-Black.ttf);
  font-weight: 900;
}
html.open,
html.open-popup {
  overflow: hidden;
}

.container {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  color: #1E1E1E;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.18px;
}

.btn {
  padding: 16px 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: 0.3s linear;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 100%;
  text-transform: uppercase;
  background-color: #1E1E1E;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  transition: 0.3s linear;
  background: url("../images/arrow.svg") center center/cover no-repeat;
  z-index: 1;
}
.btn:hover {
  background: #F93D46;
}
.btn:hover:after {
  background-image: url("../images/arrow-hover.svg");
  background-color: #fff;
}

.secondary-btn {
  text-transform: uppercase;
  background-color: #F93D46;
}
.secondary-btn:after {
  background-color: #fff;
  background-image: url("../images/arrow-hover.svg");
}
.secondary-btn:hover {
  background-color: #1E1E1E;
}
.secondary-btn:hover:after {
  background-image: url("../images/arrow.svg");
}

.logo {
  display: block;
}
.logo img {
  max-width: 100%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.mb-m {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mb-m {
    margin-bottom: 150px;
  }
}

.justify-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .justify-title {
    flex-direction: row;
    align-items: end;
  }
}
.justify-title h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.justify-title h1 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .justify-title h1 {
    font-size: 54px;
  }
}
.justify-title h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  max-width: 530px;
}
.justify-title h2 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .justify-title h2 {
    font-size: 48px;
  }
}
.justify-title a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.contact {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.contact a, .contact div {
  display: flex;
  align-items: center;
  color: #111;
  gap: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: 0.3s linear;
  word-break: break-all;
}
.contact a:hover, .contact div:hover {
  color: #F93D46;
}
.contact a:hover svg path, .contact div:hover svg path {
  fill: #F93D46;
}
.contact a svg, .contact div svg {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  min-width: 24px;
}
.contact a svg path, .contact div svg path {
  transition: 0.3s linear;
}

.socials {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
}
.socials a:hover svg path {
  fill: #F93D46;
}
.socials a svg {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
}
.socials a svg path {
  transition: 0.3s linear;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  form {
    gap: 20px;
  }
}
form input,
form fieldset {
  border: none;
  outline: none;
}
form input:not([type=submit]), form textarea {
  display: flex;
  padding: 20px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  border-left: 2px solid rgba(30, 30, 30, 0.5);
  background-color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: rgba(30, 30, 30, 0.6);
}
form input:not([type=submit])::-moz-placeholder, form textarea::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  opacity: 1;
}
form input:not([type=submit])::placeholder, form textarea::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  opacity: 1;
}
form input:not([type=submit]):focus-visible, form textarea:focus-visible {
  opacity: 1;
}
form textarea {
  resize: none;
  height: -moz-fit-content;
  height: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
form input[type=submit] {
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0;
  cursor: pointer;
}
form .btn-wrap {
  position: relative;
  background-color: #1E1E1E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: 0.3s linear;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: uppercase;
  padding: 16px 24px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
form .btn-wrap span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
form .btn-wrap svg {
  width: 20px;
  height: 20px;
}
form .btn-wrap svg path {
  transition: 0.3s linear;
}
form .btn-wrap .wpcf7-spinner {
  position: absolute;
  bottom: -15px;
  left: 0;
}
form .btn-wrap:hover {
  background: #F93D46;
}
form .btn-wrap:hover svg path {
  stroke: #F93D46;
}

.breadcrumbs {
  padding: 64px 0;
}
.breadcrumbs__container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.breadcrumbs__container h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 900;
}
.breadcrumbs__container h1 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .breadcrumbs__container h1 {
    font-size: 54px;
  }
}
.breadcrumbs__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.breadcrumbs__wrap a {
  color: #1E1E1E;
  transition: 0.3s linear;
  text-decoration: underline;
}
.breadcrumbs__wrap a:hover {
  color: #F93D46;
}
.breadcrumbs__wrap span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #979797;
  text-decoration: underline;
}

.accord {
  display: flex;
  flex-direction: column;
}

.accord-item {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.accord-item-top {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  transition: 0.3s linear;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 367px) {
  .accord-item-top {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
  }
}
.accord-item-bottom {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s linear;
  position: relative;
  z-index: 0;
}
.accord-item-bottom p {
  margin-bottom: 0;
}

.icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: auto;
}

.accord-item.active .accord-item-bottom {
  opacity: 1;
  max-height: 100%;
  overflow: visible;
  z-index: -1;
  position: relative;
  margin-top: 24px;
  z-index: 0;
  visibility: visible;
}

.header {
  z-index: 50;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
  }
}
.header__bottom {
  transition: 0.3s linear;
  padding: 20px 0;
  z-index: 500;
  animation-duration: 0.5s;
  animation-iteration-count: forwards;
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1023.9px) {
  .header__bottom {
    padding: 10px;
  }
}
.header__bottom.fixed-header-nav {
  top: 0;
  position: fixed;
  width: 100%;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes removeSmoothScroll {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header__bottom .btn {
  text-transform: none;
}
.header__bottom .logo {
  max-width: 205px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .header__bottom .logo {
    max-width: 200px;
  }
}
.header__contact {
  flex-direction: row;
}
.header__contact hr {
  color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 1px;
  height: 37px;
}
.header__menu .header__contact {
  flex-direction: column;
  color: #fff;
}
.header__menu .header__contact span, .header__menu .header__contact a {
  color: inherit;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .header__menu {
    width: 77%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1239.9px) {
  .header__menu {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu {
    justify-content: end;
    gap: 48px;
  }
}
@media screen and (max-width: 1023.9px) {
  .header__menu {
    flex-direction: column;
    position: fixed;
    align-items: flex-start;
    left: -100%;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
    overflow-y: auto;
    padding: 50px 20px 20px 20px;
    transition: 0.3s linear;
    background-color: #fff;
    gap: 30px;
  }
  .open .header__menu {
    left: 0;
  }
}
.header__menu nav {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header__menu nav {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header__menu nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1240px) {
  .header__menu nav ul {
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1239.9px) {
  .header__menu nav ul {
    gap: 30;
  }
}
@media screen and (max-width: 1023.9px) {
  .header__menu nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__menu nav ul li {
  position: relative;
  transition: 0.3s linear;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.header__menu nav ul li a {
  position: relative;
  transition: 0.3s linear;
}
@media screen and (min-width: 1024px) {
  .header__menu nav ul li a:hover {
    color: #F93D46;
  }
}
@media screen and (max-width: 1023.9px) {
  .header__menu nav ul li {
    width: 100%;
  }
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.burger span {
  width: 23px;
  height: 2px;
  background-color: #1E1E1E;
  transition: 0.3s linear;
}
.open .burger span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px) scale(1.2);
}
.open .burger span:nth-of-type(2) {
  opacity: 0;
}
.open .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px) scale(1.2);
}
@media screen and (min-width: 1023.9px) {
  .burger {
    display: none;
  }
}

.hero {
  border-bottom: 1px solid #919396;
}
.hero .hero__content {
	flex-direction: column;
    align-items: flex-start;
}
.hero .justify-title h2 {
	max-width: 100%;
}
.hero__container {
  padding: 20px 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.hero__content {
  display: flex;
  gap: 20px;
}
.hero__content h1 {
  color: #1E1E1E;
}
@media screen and (min-width: 1024px) {
  .hero__content h1 {
    width: 75%;
  }
}
.hero__content .btn {
  max-width: 200px;
  width: 100%;
}
.hero__img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.hero__img img {
  max-width: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.about__title {
  text-align: center;
  margin-bottom: 40px;
}
.about__title h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.about__title h2 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .about__title h2 {
    font-size: 48px;
  }
}
.about__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__item {
  display: flex;
  gap: 32px;
  flex-direction: column;
  padding-bottom: 32px;
}
.about__item:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
@media screen and (min-width: 768px) {
  .about__item {
    flex-direction: row;
  }
}
.about__item__title h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 52.5px */
  letter-spacing: 0.24px;
}
@media screen and (min-width: 768px) {
  .about__item__title h3 {
    font-size: 35px;
    letter-spacing: 0.35px;
  }
}
@media screen and (min-width: 768px) {
  .about__item__title {
    width: 46%;
  }
}
.about__item__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.16px;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .about__item__content {
    width: 50%;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.about__img {
  width: 100%;
  max-width: 100%;
  max-height: 410px;
  height: 100%;
}
.about__img img {
  max-width: 100%;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experts__img {
  max-height: 561px;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.experts__img img {
  max-width: 100%;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experts__content {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid #919396;
  border-bottom: 1px solid #919396;
}
@media screen and (min-width: 768px) {
  .experts__content {
    padding: 50px;
  }
}
.experts__content h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.48px;
}
.experts__content h2 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .experts__content h2 {
    font-size: 48px;
  }
}
.experts__content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .experts__content h3 {
    font-size: 24px;
  }
}
.experts__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.16px;
}
@media screen and (min-width: 768px) {
  .experts__content p {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.experts__content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.experts__content ul li {
  position: relative;
  padding-left: 40px;
}
.experts__content ul li span {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .experts__content ul li span {
    font-size: 20px;
  }
}
.experts__content ul li p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
}
@media screen and (min-width: 768px) {
  .experts__content ul li p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.experts__content ul li:before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/arrow-list.svg") center center/cover no-repeat;
}

.detailing__title {
  margin-bottom: 40px;
}
.detailing__title h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.48px;
  text-align: center;
  text-transform: uppercase;
}
.detailing__title h2 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .detailing__title h2 {
    font-size: 48px;
  }
}
.detailing__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .detailing__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .detailing__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .detailing__items {
    display: grid;
  }
}
.detailing__item {
  position: relative;
  aspect-ratio: 1;
  padding: 24px;
  display: flex;
	width: 100%;
}
@media screen and (max-width: 767.9px) {
  .detailing__item {
    max-width: 100%;
    width: 100%;
  }
}
.detailing__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.detailing__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.detailing__item__content {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detailing__item__content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 26px */
  letter-spacing: 0.2px;
  transition: 0.3s linear;
}
.detailing__item__content h3:hover {
  color: #F93D46;
}
.detailing__item__content a:not(h3 a) {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s linear;
}
.detailing__item__content a:not(h3 a) svg {
  max-width: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s linear;
}
.detailing__item__content a:not(h3 a):hover svg {
  transform: translateX(5px);
}

.work__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .work__title {
    align-items: center;
  }
}
.work__wrapper {
  padding-bottom: 24px;
}
.work__slider .work-pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.work__slider .work-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  background: #D2D2D2;
  border-radius: 0;
  opacity: 1;
}
.work__slider .work-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  background: #1E1E1E;
}
.work-item {
  aspect-ratio: 1;
}
.work-item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work__arrows {
  display: none;
}
@media screen and (min-width: 768px) {
  .work__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.work__arrows .work-button-prev,
.work__arrows .work-button-next {
  border-radius: 50%;
  background-color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.work__arrows .work-button-prev.swiper-button-disabled,
.work__arrows .work-button-next.swiper-button-disabled {
  background-color: #919396;
  cursor: not-allowed;
}
.work__arrows .work-button-prev.swiper-button-lock,
.work__arrows .work-button-next.swiper-button-lock {
  display: none;
}

.connect__container {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid #919396;
}
@media screen and (min-width: 1024px) {
  .connect__container {
    flex-direction: row;
  }
}
.connect__info {
  display: flex;
  flex-direction: column;
  padding: 48px 32px;
}
@media screen and (min-width: 1024px) {
  .connect__info {
    width: 34%;
    border-right: 1px solid #919396;
  }
}
@media screen and (max-width: 1023.9px) {
  .connect__info {
    border-top: 1px solid #919396;
  }
}
.connect__info h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.48px;
}
.connect__info h2 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .connect__info h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .connect__info h2 {
    margin-bottom: 109px;
  }
}
.connect__info .contact {
  margin-bottom: 32px;
}
.connect__frame {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .connect__frame {
    width: 66%;
  }
}
@media screen and (max-width: 1023.9px) {
  .connect__frame {
    max-height: 520px;
    min-height: 520px;
  }
}
@media screen and (max-width: 550.9px) {
  .connect__frame {
    max-height: 360px;
    min-height: 360px;
  }
}
.connect__frame iframe {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  min-height: inherit;
}

.footer {
  border-top: 1px solid #919396;
}
.footer__top {
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__logo {
  max-width: 336px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__logo .logo {
  max-width: inherit;
  width: 100%;
  height: 100%;
  max-height: 86px;
}
.footer__logo .logo img {
  max-height: inherit;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.footer__logo p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
}
.footer__logo p strong {
  font-weight: 800;
}
.footer__wrap {
  display: flex;
  gap: 32px;
  flex-direction: column;
  width: 100%;
  justify-content: space-evenly;
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1239.9px) {
  .footer__wrap {
    gap: 100px;
  }
}
.footer__wrap nav ul {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .footer__wrap nav ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__wrap nav ul li {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 150px;
}
.footer__wrap nav ul li a:not(.sub-menu li a) {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.65;
  text-transform: uppercase;
}
.footer__wrap nav ul .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__wrap nav ul .sub-menu li {
  width: 100%;
}
.footer__wrap nav ul .sub-menu li a {
  transition: 0.3s linear;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 100%;
  text-transform: capitalize;
}
.footer__wrap nav ul .sub-menu li a:hover {
  color: #F93D46;
}
.footer__block {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.footer__block__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.65;
  text-transform: uppercase;
}
.footer__contact {
  gap: 12px;
  align-items: flex-start;
}
@media screen and (min-width: 1240px) {
  .footer__contact a, .footer__contact div {
    word-break: keep-all;
  }
}
.footer__contact a:hover {
  color: #F93D46;
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  padding: 20px 0;
  border-top: 1px solid #919396;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    flex-direction: row;
  }
}
@media screen and (max-width: 767.9px) {
  .footer__copy p {
    text-align: center;
  }
}
.footer__copy nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  gap: 16px;
  flex-wrap: wrap;
  color: #919396;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
}
.footer__copy nav ul li {
  transition: 0.3s linear;
}
.footer__copy nav ul li:hover {
  color: #F93D46;
}
.footer__copy .lumios {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
}

.services__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .services__container {
    gap: 64px;
  }
}
.services__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .services__item {
    flex-direction: row;
  }
}
.services__item__img {
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .services__item__img {
    width: 32.4%;
  }
}
.services__item__top {
  gap: 34px;
}
.services__item__info {
  padding: 22px;
  border: 1px solid #1E1E1E;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .services__item__info {
    width: 67.6%;
  }
}
@media screen and (min-width: 1024px) {
  .services__item__info {
    padding: 48px;
  }
}
.services__item__info h2 {
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 52.5px */
  letter-spacing: 0.21px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .services__item__info h2 {
    font-size: 35px;
    letter-spacing: 0.35px;
  }
}
.services__item-icon {
  background-color: #1E1E1E;
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  min-width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__item-icon svg {
  width: 32px;
  height: 32px;
  transition: 0.3s linear;
  transform: rotate(45deg);
}
.active .services__item-icon svg {
  transform: rotate(90deg);
}
.services__item-bottom-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #1E1E1E;
  align-items: flex-start;
}
.services__item-bottom-wrap h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 52.5px */
  letter-spacing: 0.24px;
}
@media screen and (min-width: 768px) {
  .services__item-bottom-wrap h3 {
    font-size: 35px;
    letter-spacing: 0.35px;
  }
}
.services__item-bottom-wrap h4 {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 768px) {
  .services__item-bottom-wrap h4 {
    font-size: 25px;
  }
}
.services__item-bottom-wrap h5 {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .services__item-bottom-wrap h5 {
    font-size: 20px;
  }
}
.services__item-bottom-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services__item-bottom-wrap ul li {
  position: relative;
  padding-left: 40px;
  color: rgba(30, 30, 30, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
}
@media screen and (min-width: 768px) {
  .services__item-bottom-wrap ul li {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.services__item-bottom-wrap ul li strong, .services__item-bottom-wrap ul li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 30px */
  letter-spacing: 0.18px;
  display: block;
  color: #1E1E1E;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .services__item-bottom-wrap ul li strong, .services__item-bottom-wrap ul li span {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.services__item-bottom-wrap ul li:before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/arrow-list.svg") center center/cover no-repeat;
}
.services__item-bottom-wrap img {
  max-height: 400px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__item-bottom-wrap hr {
  height: 1px;
  width: 100%;
  border: none;
  background-color: #1E1E1E;
}
.services__item-bottom-wrap .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 20px 24px;
  gap: 12px;
}

.article h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.article h2 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .article h2 {
    font-size: 48px;
  }
}
.article h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .article h3 {
    font-size: 24px;
  }
}
.article h4 {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 768px) {
  .article h4 {
    font-size: 25px;
  }
}
.article h5 {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .article h5 {
    font-size: 20px;
  }
}
.article p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.16px;
  opacity: 0.8;
}
.article p:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .article p {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.article ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.article ul li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 30px */
  letter-spacing: 0.18px;
}
@media screen and (min-width: 768px) {
  .article ul li {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.article ul li:before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/arrow-list.svg") center center/cover no-repeat;
}

.error {
  padding: 202px 0;
  position: relative;
  background: url("../images/error-img.jpg") center center/cover no-repeat;
}
.error:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.6) 0%, rgba(30, 30, 30, 0.6) 100%);
}
.error__container {
  max-width: 828px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error__container h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
.error__container h1 strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .error__container h1 {
    font-size: 54px;
  }
}
.error__container p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.18px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .error__container p {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.error__container .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 26px 32px;
  gap: 12px;
  font-size: 20px;
  font-weight: 900;
}
.error__container .btn:after {
  width: 24px;
  height: 24px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s linear;
  background: rgba(19, 19, 19, 0.8);
}
@media screen and (max-width: 767px) {
  .popup {
    padding-top: 20px;
  }
}

.open-popup .popup {
  opacity: 1;
  visibility: visible;
}

.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100;
}

.popup-wrapper {
  height: 100%;
  overflow-y: auto;
  text-align: center;
  position: relative;
  transition: 0.5s linear;
}
.popup-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup-wrap {
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  gap: 5px;
  padding: 30px 20px;
  opacity: 1;
  z-index: 2;
  max-width: 950px;
  position: relative;
  width: 90vw;
}
@media screen and (min-width: 768px) {
  .popup-wrap {
    padding: 60px;
  }
}
.popup-wrap .close {
  outline: none;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F0F0;
}
.popup-wrap .close:hover svg rect {
  opacity: 1;
}
.popup-wrap .close svg {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
}
.popup-wrap .close svg rect {
  transition: 0.3s linear;
}
.popup-wrap div:not([class]) {
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 52.5px */
  letter-spacing: 0.35px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .popup-wrap div:not([class]) {
    font-size: 28px;
  }
}
.popup-wrap p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .popup-wrap p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.popup-wrap p strong {
  font-weight: 800;
}
.popup-wrap p svg {
  vertical-align: middle;
  max-width: 24px;
  max-height: 24px;
}
.popup__container {
  display: flex;
}
@media screen and (max-width: 1023.9px) {
  .popup__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.popup__img {
  border: 1px solid #919396;
  display: none;
}
@media screen and (min-width: 1024px) {
  .popup__img {
    display: block;
    max-width: 380px;
    width: 40%;
    height: auto;
  }
}
.popup__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup__form {
  position: relative;
  padding: 32px 24px;
  background-color: #fff;
  border: 1px solid #919396;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .popup__form {
    padding: 32px 48px;
  }
}
@media screen and (min-width: 1024px) {
  .popup__form {
    width: 54%;
  }
}

.popup__success {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  z-index: 2;
  opacity: 0;
  transform: scale(0);
  padding: 32px 24px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .popup__success {
    padding: 32px 48px;
  }
}
.success .popup__success {
  opacity: 1;
  transform: scale(1);
}
.popup__success svg {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}
.popup__success p {
  color: var(--Main-colors-Black, #1E1E1E);
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  color: rgba(30, 30, 30, 0.9);
}/*# sourceMappingURL=style.css.map */