@font-face {
  font-family: "Interface";
  src: url("../fonts/TTInterfaces-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Interface-medium";
  src: url("../fonts/TTInterfaces-Medium.woff2") format("woff2");
}

:root {
  --black: #020105;
  --blue: #3c4bdc;
  --dark-blue: #001935;
  --grey: #5d5d5f;

  --border: 1px solid #c2c2c3;

  --inter: "Interface";
  --inter-medium: "Interface-medium";
}

::-webkit-scrollbar {
  width: 0.44rem;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--grey);
}
input[type="checkbox"] {
  all: initial !important;
}
*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
p {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--inter) !important;
  color: var(--black) !important;
  background: #e5e5e5;
  overflow-x: hidden;
  position: relative;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
}
.container {
  max-width: 1776px !important;
}
.desktop__nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav__right {
  display: flex;
  align-items: center;
  gap: 100px;
}
.desktop__nav {
  padding: 32px 0;
}
.home {
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url(../img/home.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.home::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home__title {
  font-weight: 600;
  font-size: 72px;
  line-height: 90px;
  color: white;
  margin-bottom: 40px;
}
.home__content {
  position: relative;
  z-index: 9;
}
.home__btn {
  padding: 18px 40px;
  background: white;
  display: flex;
  align-items: center;
  gap: 16px;
}
.home__btn p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.nav__link,
.current__lang {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.nav__link:hover,
.footer__link:hover {
  text-decoration: underline;
}
.home__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 50%;
  padding: 40px 72px;
  background: rgba(102, 102, 102, 0.5);
  backdrop-filter: blur(12px);
  z-index: 99;
}
.bottom__ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: white;
  text-decoration: none;
}
.stick {
  color: white;
}
.about {
  padding: 120px 0;
}
.about .row {
  height: 556px;
}
.about__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
}
.about__sup {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9a999b;
  margin-bottom: 4px;
}
.about__num {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.about__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5d5d5f;
}
.about__grid {
  gap: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blue {
  color: var(--blue);
  font-size: 24px;
}
.last__item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.about__btn {
  background: var(--blue);
  border-radius: 0px;
  width: 100%;
  padding: 18px 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.about__btn p {
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 56px;
}
.services .container {
  border-top: var(--border);
  padding-top: 32px;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.service__item-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: var(--black);
  transition: 1s;
}
.service__item-num {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #5d5d5f;
  transition: 1s;
}
.service__item {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  padding: 32px;
  cursor: pointer;
}
.serv__pic {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  z-index: 1;
  object-fit: cover;
}
.serv__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.service__item:hover .serv__pic {
  top: 0;
}
.service__item:hover .service__item-title {
  color: white;
}
.service__item:hover .service__item-num {
  color: white;
}
.service__item:nth-child(1) {
  border-bottom: var(--border);
}
.service__item:nth-child(2) {
  border-left: var(--border);
  border-bottom: var(--border);
}
.service__item:nth-child(3) {
  /* border-right: var(--border); */
}
.service__item:nth-child(4) {
  border-left: var(--border);
}
.desktop__nav {
  transition: 0.4s;
}
.desktop__nav.scroll-header {
  background: white;
  padding: 32px 0;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 5px -1px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 5px -1px rgba(34, 60, 80, 0.2);
}
.nav__pic-dark {
  display: none;
}
.desktop__nav.scroll-header .nav__pic {
  display: none;
}
.desktop__nav.scroll-header .nav__pic-dark {
  display: block;
}
.desktop__nav.scroll-header .nav__link,
.desktop__nav.scroll-header .current__lang {
  color: var(--black);
}
.desktop__nav.scroll-header .stick {
  color: #ebebeb;
}
.products {
  padding-top: 120px;
}
.products .container {
  border-top: var(--border);
  padding-top: 32px;
}
.product__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 456px;
}
.product__content {
  background: #f5f5f7;
  padding: 24px;
  height: -webkit-fill-available;
}
.prod__name {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
  color: var(--black);
}
.prod__txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--grey);
  margin: 0;
}
.prod__pic {
  width: 100%;
  height: 311px;
  object-fit: contain;
}
.form {
  padding-top: 120px;
}
.form .container {
  padding-top: 32px;
  border-top: var(--border);
}
.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.form__input {
  padding: 17px 0;
  border-bottom: var(--border);
  width: 100%;
}
.form__input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
}
.the__last {
  margin-top: 24px;
}
.rel__item {
  position: relative;
}
.rel__item input {
  padding-left: 40px;
}
.rel__item label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form__flexer {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__btn {
  padding: 18px 0;
  width: 426px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
}
.form__btn p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: white;
  margin: 0;
}
.map {
  padding: 120px 0;
}
.map iframe {
  width: 100% !important;
  height: 629px !important;
}
.home__btn p {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer {
  background: var(--dark-blue);
  padding: 40px 0 44px 0;
}
.footer__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: white;
  margin-bottom: 24px;
}
.footer .row {
  padding-top: 40px;
}
.footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__link i {
  font-size: 22px;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.horizontal {
  flex-direction: row !important;
  gap: 40px !important;
}
.horizontal .footer__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #7f97b1;
  transition: 0.3s;
}
.horizontal .footer__link:hover {
  color: white;
}
.walter__white {
  color: white !important;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 85px;
  padding-top: 38px;
  border-top: 1px solid #425872;
}
.footer__txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: white;
  margin: 0;
}
.author {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-right: 8px;
  color: #7f97b1;
}
.author a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: white;
  margin: 0;
  text-decoration: none;
}
.home__socs {
  position: absolute;
  top: 110px;
  right: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.home__soc {
  width: 48px;
  height: 48px;
}
.home__soc-link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s;
}
.home__soc img {
  width: 24px;
}
.home__soc-link:hover {
  transform: scale(0.95);
}
.prod__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod__btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.prod__btns div {
  position: static !important;
  font-size: 32px;
  border: 2px solid var(--blue);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--blue);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.home__btn,
.about__btn,
.form__btn {
  position: relative;
}
.home__btn::after {
  content: "";
  background: var(--blue);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: 1;
}
.home__btn:hover::after {
  width: 100%;
}
.home__btn p {
  position: relative;
  z-index: 9;
  transition: 0.4s;
}
.home__btn:hover p {
  color: white;
}
.about__btn::after,
.form__btn::after {
  content: "";
  background: white;
  border: 2px solid var(--blue);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: 1;
}
.about__btn:hover::after,
.form__btn:hover::after {
  width: 100%;
}
.about__btn p,
.form__btn p {
  position: relative;
  z-index: 9;
  transition: 0.4s;
}
.about__btn:hover p,
.form__btn:hover p {
  color: var(--blue);
}
.serv__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serv__arrow {
  font-size: 24px;
  margin: 0;
}
.services .container,
.products .container,
.form .container {
  position: relative;
}
.services .container::after,
.products .container::after,
.form .container::after {
  width: 1px;
  height: 54px;
  background: #c2c2c3;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
}
.nav__lang {
  position: relative;
  /* padding-bottom: 16px; */
}
.lang__drop {
  position: absolute;
  top: 0%;
  left: 0;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 16px 20px;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: 0.4s;
}
.nav__lang:hover .lang__drop {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  z-index: 991;
  top: 100%;
}
.mob__drop {
  position: absolute;
  top: -110%;
  left: 0;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 16px 20px;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: 0.4s;
}
.mob__drop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  z-index: 991;
  top: 110%;
}
.next__lang {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--black);
  padding: 12px 0;
  border-bottom: var(--border);
  display: block;
  text-decoration: none;
}
.next__lang:first-child {
  padding-top: 0;
}
.next__lang:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1320px !important;
  }
  .home__bottom {
    max-width: 70%;
  }
  .about .row {
    height: unset;
  }
  .about__img {
    height: 100%;
  }
  .horizontal {
    flex-direction: column !important;
    gap: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  .desktop__nav {
    display: none;
  }
  .home__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 56px;
  }
  .home__btn p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .home__bottom,
  .home__soc {
    display: none;
  }
  .home {
    padding-bottom: 70px;
    align-items: flex-end;
  }
  .about {
    padding: 64px 0;
  }
  .about__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .about__img {
    height: 229px;
  }
  .about__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .about__sup {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .about__num {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .about__txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
  }
  .about__btn {
    padding: 16px 0;
    margin-bottom: 24px;
  }
  .about__btn p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .section__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .services__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .service__item {
    /* height: auto; */
    border: none !important;
    border-bottom: var(--border) !important;
    padding: 0 0 8px 0;
  }
  .serv__content {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 16px;
  }
  .service__item-num {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
  .services__grid {
    gap: 24px;
  }
  .products {
    padding-top: 64px;
  }
  .product__card {
    height: 331px;
  }
  .prod__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .prod__txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .product__content {
    padding: 16px;
  }
  .form {
    padding-top: 64px;
  }
  .form .section__title {
    margin-bottom: 24px !important;
  }
  .form__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .form__input {
    padding-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .form__flexer {
    padding-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .form__btn {
    width: 100%;
    padding: 16px 0;
  }
  .form__btn p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .map {
    padding: 64px 0;
  }
  .map iframe {
    height: 202px !important;
  }
  .footer .row {
    gap: 48px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .mobile__header {
    display: block !important;
  }
  .serv__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .serv__pic {
    /* display: none;  */
    top: 0;
  }
  .service__item::after{
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
    background: rgba(0, 0, 0, 0.6);
  }
  .serv__content{
    flex-direction: column-reverse;
    padding: 16px;
  }
  .service__item-title{
    color: white;
    font-size: 32px;
    line-height: 120%;
  }
  .service__item-num{
    color: white;
    font-size: 18px;
  }
  .home__sup{
      font-weight: 500 !important;
        font-size: 20px !important;
        line-height: 28px !important;
  }
}
.pick {
  width: 30px;
  height: 2px;
  background: white;
  position: relative;
  transition: 0.4s;
}
.pick::after {
  width: 30px;
  height: 2px;
  background: white;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  transition: 0.4s;
}
.pick::before {
  width: 30px;
  height: 2px;
  background: white;
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
}
.x .pick {
  transform: rotate(134deg);
}
.x .pick::after {
  transform: rotate(-90deg);
  top: 0;
}
.x .pick::before {
  display: none;
}
.mobile__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-bottom: 24px; */
}
.mobile__header {
  transition: 0.4s;
  padding: 24px 0 0 0;
  position: relative;
  display: none;
}
.mobile__header.scroll-header {
  background: var(--dark-blue);
  padding: 18px 0;
}
/* .mobile__header.scroll-header .mobile__wrap {
  padding-bottom: 12px;
} */
.nav__burger {
  display: flex;
}
.nav__side {
  display: flex;
  align-items: center;
  gap: 36px;
}
.mobile__body {
  background: white;
  padding: 32px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  transition: 0.4s;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
}
.menu__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.mobile__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 24px 0;
  border-bottom: var(--border);
  display: block;
  color: var(--black);
  text-decoration: none;
}
.mobile__body .home__socs {
  position: static !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}
.mobile__body .home__soc {
  display: flex !important;
}
.mobile__list {
  margin-bottom: 56px !important;
}
.mobile__body .home__soc-link {
  background: #f5f5f7;
}
.mobile__body .about__btn {
  margin-bottom: 24px;
}
.mobile__body .about__btn p {
  color: white !important;
}
.mobile__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c2c2c3;
}
.mobile__body.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  pointer-events: initial;
}
.mobile__header.scroll-header .mobile__body {
  top: 64px;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 5px -1px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 5px -1px rgba(34, 60, 80, 0.2);
}
.nav__pic,
.nav__pic-dark,
.footer__brand img {
  width: 220px;
}
.mobile__wrap img {
  width: 140px;
}
.service__item {
  position: relative;
}
.service__item::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.service__item:hover::after {
  opacity: 1;
  visibility: visible;
}
.home__sup{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}
}
