@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Bold.woff2") format("woff2");
  font-weight: 700;
}

body {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

:root {
  --curent-size: 1920;
  --title-font: "RoadRadio";
  --text-font: "Montserrat";
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.preloader.opens {
  opacity: 1;
  visibility: visible;
}

.preloader img {
  width: calc((50 / var(--curent-size)) * 100vw);
}

.send-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.send-message.opens {
  opacity: 1;
  visibility: visible;
}

.send-message p {
  padding: calc((16 / var(--curent-size)) * 100vw)
    calc((30 / var(--curent-size)) * 100vw);
  font-family: var(--text-font);
  text-decoration: none;
  color: #217aff;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  font-weight: 500;
  background: #fff;
  border-radius: 12px;
}

.container {
  width: calc((1440 / var(--curent-size)) * 100vw);
  margin: 0 auto;
}

.header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc((200 / var(--curent-size)) * 100vw);
}

.header-menu {
  display: flex;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
  list-style: none;
  width: 100%;
}

.header-menu li a {
  font-family: var(--text-font);
  text-decoration: none;
  color: #fff;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  font-weight: 500;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc((20 / var(--curent-size)) * 100vw)
    calc((40 / var(--curent-size)) * 100vw);
  z-index: 2;
  border-bottom: calc((1 / var(--curent-size)) * 100vw) solid #ffffff66;
  background: #0000005c;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999999999999999;
}

.header-phones {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-phones p {
  font-family: var(--title-font);
  color: #fff;
  font-size: calc((20 / var(--curent-size)) * 100vw);
}

.header-phones a {
  font-family: var(--text-font);
  color: #fff;
  font-size: calc((30 / var(--curent-size)) * 100vw);
  text-decoration: none;
  font-weight: 500;
}

#main {
  width: 100%;
  height: calc((920 / var(--curent-size)) * 100vw);
  background-image: url(../img/main-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.h100 {
  height: 100%;
}

#main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.73) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 0;
}

#main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 0;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  gap: calc((70 / var(--curent-size)) * 100vw);
  padding-top: calc((140 / var(--curent-size)) * 100vw);
}

.hero h1 {
  font-family: var(--title-font);
  color: #fff;
  font-size: calc((60 / var(--curent-size)) * 100vw);
  text-align: center;
  position: relative;
}

.hero h1:after {
  content: "";
  position: absolute;
  bottom: calc((-20 / var(--curent-size)) * 100vw);
  left: 0;
  width: 100%;
  height: calc((2 / var(--curent-size)) * 100vw);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 1) 52%,
    rgba(255, 255, 255, 0.05) 100%
  );
}

.hero p {
  font-family: var(--text-font);
  color: #fff;
  font-size: calc((22 / var(--curent-size)) * 100vw);
  text-align: center;
  font-weight: 400;
  font-style: italic;
}

.btn {
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  background-image: linear-gradient(
    to right,
    #217aff 0%,
    #0b63f6 51%,
    #217aff 100%
  );
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  font-family: var(--text-font);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  font-weight: 600;
  background-size: 200% auto;
  overflow: hidden;
  position: relative;
}

.btn:hover {
  background-position: right center;
}

.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 60px;
  height: 100px;
  background-color: #fff;
  filter: blur(30px);
  transform: skewX(30deg) translateZ(0);
  transition: 1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-delay: 0.05s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes slideme {
  0% {
    left: calc((-30 / var(--curent-size)) * 100vw);
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

section:not(#main) {
  padding: calc((90 / var(--curent-size)) * 100vw) 0;
}

section:is(#contacts) {
  padding: calc((90 / var(--curent-size)) * 100vw) 0 0 0;
}

.constructor-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc((60 / var(--curent-size)) * 100vw)
    calc((30 / var(--curent-size)) * 100vw);
  border-radius: calc((60 / var(--curent-size)) * 100vw);
  border: calc((1 / var(--curent-size)) * 100vw) solid rgba(0, 0, 0, 0.084);
  box-shadow: 0 0 12px -2px #217aff5a;
}

.title-text {
  font-family: var(--title-font);
  background: linear-gradient(to top, #217aff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0;
  font-size: calc((50 / var(--curent-size)) * 100vw);
}

.constructor-data > p {
  font-family: var(--text-font);
  color: #000;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  text-align: center;
  margin-top: calc((30 / var(--curent-size)) * 100vw);
}

.const-ul {
  display: flex;
  align-items: center;
  list-style: none;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc((40 / var(--curent-size)) * 100vw);
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.const-ul li {
  user-select: none;
  display: flex;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
  padding: calc((30 / var(--curent-size)) * 100vw);
  border-radius: calc((60 / var(--curent-size)) * 100vw);
  box-shadow: 0 0 calc((12 / var(--curent-size)) * 100vw)
    calc((-2 / var(--curent-size)) * 100vw) #217aff4b;
  border: calc((1 / var(--curent-size)) * 100vw) solid #217aff59;
}

.const-ul li img {
  width: calc((70 / var(--curent-size)) * 100vw);
}

.const-ul li p {
  font-family: var(--text-font);
  color: #000;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  text-align: center;
}

.btn-const {
  padding: calc((30 / var(--curent-size)) * 100vw)
    calc((60 / var(--curent-size)) * 100vw);
  border-radius: calc((60 / var(--curent-size)) * 100vw);
  background: #217aff;
  text-decoration: none;
  margin-top: calc((40 / var(--curent-size)) * 100vw);
  overflow: hidden;
  position: relative;
  border: calc((1 / var(--curent-size)) * 100vw) solid #217aff;
}

.btn-const p {
  font-size: calc((22 / var(--curent-size)) * 100vw);
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-family: var(--text-font);
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}

.btn-const:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc((40 / var(--curent-size)) * 100vw);
  height: calc((40 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: #fff;
  transition: 0.3s ease;
}

.btn-const:hover:after {
  transition: 0.3s ease;
  bottom: -60%;
  width: calc((500 / var(--curent-size)) * 100vw);
  height: calc((500 / var(--curent-size)) * 100vw);
}

.btn-const:hover p {
  color: #217aff;
  transition: 0.3s ease;
}

.title {
  font-family: var(--title-font);
  color: #217aff;
  font-size: calc((60 / var(--curent-size)) * 100vw);
  position: relative;
  width: fit-content;
  background: linear-gradient(to top, #217aff, #0800ff66);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0;
}

.title:after {
  content: "";
  position: absolute;
  bottom: calc((-10 / var(--curent-size)) * 100vw);
  left: 0;
  width: 50%;
  height: calc((3 / var(--curent-size)) * 100vw);
  background: #217aff61;
}

.burger-wrapper {
  display: none;
}

.about-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc((40 / var(--curent-size)) * 100vw);
  gap: calc((20 / var(--curent-size)) * 100vw);
  background: aliceblue;
  padding: calc((40 / var(--curent-size)) * 100vw)
    calc((60 / var(--curent-size)) * 100vw);
  border-radius: calc((60 / var(--curent-size)) * 100vw);
  border: calc((1 / var(--curent-size)) * 100vw) solid rgba(0, 0, 0, 0.084);
}

.about-text span {
  text-align: center;
  width: 100%;
  font-family: var(--text-font);
  color: #217aff;
  font-size: calc((30 / var(--curent-size)) * 100vw);
  margin: calc((30 / var(--curent-size)) * 100vw) 0;
}

.about-text p {
  font-family: var(--text-font);
  color: #000000;
  text-align: justify;
  font-size: calc((22 / var(--curent-size)) * 100vw);
}

.about-content {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  gap: calc((40 / var(--curent-size)) * 100vw);
  margin-top: calc((120 / var(--curent-size)) * 100vw);
  position: relative;
}

.about-content:after {
  content: "";
  position: absolute;
  top: calc((-60 / var(--curent-size)) * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: #b8b8b89a;
}

.about-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
  width: fit-content;
}

.about-content-item > span {
  text-align: center;
  width: 100%;
  font-family: var(--text-font);
  background: linear-gradient(to top, #217aff, #0800ff66);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0;
  font-size: calc((30 / var(--curent-size)) * 100vw);
  font-weight: 800;
}

.about-content-item:first-child {
  width: calc((520 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.about-content-item > div {
  padding: calc((30 / var(--curent-size)) * 100vw);

  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: calc((20 / var(--curent-size)) * 100vw);
}

.about-content-item > div p {
  font-family: var(--text-font);
  color: #000000;
  font-size: calc((22 / var(--curent-size)) * 100vw);
  text-align: justify;
}

.about-content-item > div ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((20 / var(--curent-size)) * 100vw);
  padding-left: calc((20 / var(--curent-size)) * 100vw);
}

.about-content-item > div ul li {
  font-family: var(--text-font);
  color: #000000;
  text-align: justify;
  font-size: calc((22 / var(--curent-size)) * 100vw);
}

/* #about {
  background: #f0f8ff;
  position: relative;
}

#about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc((90 / var(--curent-size)) * 100vw);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #f0f8ff);
} */

.about-items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc((60 / var(--curent-size)) * 100vw);
  margin-top: calc((60 / var(--curent-size)) * 100vw);
  position: relative;
}

.about-items:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((300 / var(--curent-size)) * 100vw);
  z-index: -1;
  border-radius: 50%;
  background: #dbe9ff;
  outline: calc((50 / var(--curent-size)) * 100vw) solid #c5dafa;
}

.about-item {
  position: relative;
  padding: calc((20 / var(--curent-size)) * 100vw);
  border: 1px solid #00000025;
  width: calc((690 / var(--curent-size)) * 100vw);
  height: calc((230 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: calc((20 / var(--curent-size)) * 100vw);
}

.about-item p {
  font-family: var(--title-font);
  font-size: calc((30 / var(--curent-size)) * 100vw);
}

.about-item span {
  font-family: var(--text-font);
  font-size: calc((18 / var(--curent-size)) * 100vw);
}

.about-item img {
  position: absolute;
  top: calc((20 / var(--curent-size)) * 100vw);
  right: calc((20 / var(--curent-size)) * 100vw);
  width: calc((80 / var(--curent-size)) * 100vw);
}

.about-item:nth-child(2) {
  background: #0668fbab;
}

.about-item:nth-child(2) p,
.about-item:nth-child(2) span {
  color: #fff;
}

.about-item:nth-child(3) {
  background: #217aff;
}

.about-item:nth-child(3) p,
.about-item:nth-child(3) span {
  color: #fff;
}

.services-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((80 / var(--curent-size)) * 100vw);
}

.services-wrapper > p {
  text-align: center;
  width: 100%;
  font-family: var(--text-font);
  font-size: calc((24 / var(--curent-size)) * 100vw);
}

/*  */

.blue-button-3d {
  background: linear-gradient(
    to bottom,
    #4da3ff,
    #007bff
  ); /* градиент сверху вниз */
  color: #fff;
  border: 1px solid #0056b3;
  border-radius: 60px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    /* свет сверху */ 0 4px 6px rgba(0, 0, 0, 0.2); /* тень снизу */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.blue-button-3d:hover {
  background: linear-gradient(to bottom, #3399ff, #0066cc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 6px 10px rgba(0, 0, 0, 0.25);
}

.blue-button-3d:active {
  background: linear-gradient(to bottom, #0066cc, #004080);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(1px); /* имитация нажатия */
}

.services-items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: calc((40 / var(--curent-size)) * 100vw);
}

.services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
  width: calc((453 / var(--curent-size)) * 100vw);
  border: calc((1 / var(--curent-size)) * 100vw) solid #00000031;
  padding: calc((30 / var(--curent-size)) * 100vw) 0;
  box-shadow: 0 0 12px -2px #00000047;
  height: calc((300 / var(--curent-size)) * 100vw);
}

.services-items p {
  font-family: var(--title-font);
  text-align: center;
  color: #000000d2;
  font-size: calc((26 / var(--curent-size)) * 100vw);
}

.services-items span {
  font-family: var(--text-font);
  text-align: center;
  color: #000000d2;
  font-size: calc((18 / var(--curent-size)) * 100vw);
}

.services-item img {
  width: calc((120 / var(--curent-size)) * 100vw);
  filter: drop-shadow(2px 4px 6px rgb(90, 142, 255));
  -webkit-filter: drop-shadow(2px 4px 6px rgb(90, 142, 255));
}

.services-item:nth-child(1) {
  border-radius: calc((30 / var(--curent-size)) * 100vw) 0 0 0;
}

.services-item:nth-child(3) {
  border-radius: 0 calc((30 / var(--curent-size)) * 100vw) 0 0;
}

.services-item:nth-child(4) {
  border-radius: 0 0 0 calc((30 / var(--curent-size)) * 100vw);
}

.services-item:nth-child(5) {
  border-radius: 0 0 calc((30 / var(--curent-size)) * 100vw) 0;
}

.way-items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: calc((90 / var(--curent-size)) * 100vw);
  list-style: none;
}

.way-item {
  width: calc((456 / var(--curent-size)) * 100vw);
  counter-increment: step;
  position: relative;
  padding: calc((40 / var(--curent-size)) * 100vw);
  border-radius: calc((40 / var(--curent-size)) * 100vw);
  border: calc((3 / var(--curent-size)) * 100vw) solid #217affac;
}

.way-item:before {
  content: counter(step);
  position: absolute;
  top: calc((-20 / var(--curent-size)) * 100vw);
  left: calc((-20 / var(--curent-size)) * 100vw);
  font-family: var(--title-font);
  font-size: calc((60 / var(--curent-size)) * 100vw);
  color: #217affac;
  border-radius: 50%;
  padding: 10px;
  border: calc((3 / var(--curent-size)) * 100vw) solid #217affac;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((40 / var(--curent-size)) * 100vw);
  height: calc((40 / var(--curent-size)) * 100vw);
  background: #fff;
  transition: 0.3s ease;
}

.way-item p {
  width: 100%;
  font-family: var(--text-font);
  font-size: calc((21 / var(--curent-size)) * 100vw);
}

.way-item:hover:before {
  color: #fff;
  background: #217aff;
  transition: 0.3s ease;
}

#map {
  margin-top: calc((90 / var(--curent-size)) * 100vw);
  width: 100%;
  height: calc((420 / var(--curent-size)) * 100vw);
  position: relative;
  z-index: 2;
}

#map iframe {
  width: 100%;
  height: 100%;
}

.contacts-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: calc((90 / var(--curent-size)) * 100vw);
}

.contacts-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((40 / var(--curent-size)) * 100vw);
}

.contacts-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.contacts-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.contacts-list li:nth-child(1) {
  width: 100%;
}

.contacts-list li:nth-child(2) {
  width: 60%;
}

.contacts-list li:nth-child(3) {
  width: 30%;
}

.contacts-list li p {
  font-family: var(--title-font);
  color: #000000cf;
  font-size: calc((24 / var(--curent-size)) * 100vw);
}

.contacts-list li span,
.contacts-list li a {
  font-family: var(--text-font);
  font-size: calc((21 / var(--curent-size)) * 100vw);
  text-decoration: none;
  color: #000000de;
  font-weight: 500;
}

.contacts-list li > div {
  display: flex;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.contacts-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.contacts-content div p {
  font-family: var(--title-font);
  color: #000000cf;
  font-size: calc((24 / var(--curent-size)) * 100vw);
}

.contacts-content div ul {
  display: flex;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
  list-style: none;
}

.contacts-content div ul li a img {
  width: calc((60 / var(--curent-size)) * 100vw);
}

.contacts-form {
  width: calc((600 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.contacts-form > p {
  font-family: var(--title-font);
  font-size: calc((24 / var(--curent-size)) * 100vw);
}

#form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: calc((30 / var(--curent-size)) * 100vw);
  flex-wrap: wrap;
}

#form > div {
  position: relative;
}

#form > div p {
  position: absolute;
  top: 28%;
  left: calc((20 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
  font-family: var(--text-font);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  text-decoration: none;
  color: #000000de;
  font-weight: 500;
  background: #fff;
  padding: 0 calc((6 / var(--curent-size)) * 100vw);
  pointer-events: none;
}

#form > div > input {
  width: calc((285 / var(--curent-size)) * 100vw);
  height: calc((50 / var(--curent-size)) * 100vw);
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  outline: none;
  border: 1px solid #c1c1c1;
  padding: 0 calc((20 / var(--curent-size)) * 100vw);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  text-decoration: none;
  color: #000000de;
  font-weight: 500;
  font-family: var(--text-font);
}

#form > div > input:focus + p,
#form > div > input:not(:placeholder-shown) + p {
  top: -22%;
  left: calc((10 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
}

#form button {
  cursor: pointer;
  width: calc((285 / var(--curent-size)) * 100vw);
  height: calc((50 / var(--curent-size)) * 100vw);
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  border: none;
  background-color: #217aff;
  color: #fff;
  font-family: var(--title-font);
  border: calc((3 / var(--curent-size)) * 100vw) solid #217aff;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
}

#form button:hover {
  background-color: #fff;
  color: #217aff;
}

.checkbox-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.checkbox-wrapper span {
  font-family: var(--text-font);
  font-size: calc((18 / var(--curent-size)) * 100vw);
  text-decoration: none;
  color: #000000de;
  font-weight: 400;
}

.checkbox {
  position: relative;
  width: calc((20 / var(--curent-size)) * 100vw);
  height: calc((20 / var(--curent-size)) * 100vw);
}

.checkbox input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg_dots {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

.bg-dot {
  position: absolute;
  z-index: -1;
  animation: transformation 30s ease-in-out infinite alternate both;
  width: 100%;
  height: 100%;
  inset: 0;
}

.bg-dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((16 / var(--curent-size)) * 100vw);
  height: calc((16 / var(--curent-size)) * 100vw);
  background: #007bff;
  border-radius: 50%;
  filter: blur(4px);
  animation: wad 30s ease-in-out infinite alternate both;
}

.bg-dot._5 {
  background-size: calc((25 / var(--curent-size)) * 100vw);
  --transform-first: translate(7%, 24%);
  --transform-second: translate(35%, 30%);
  --transform-final: translate(50%, 10%);
  opacity: 0.7;
}

.bg-dot._1 {
  background-size: calc((25 / var(--curent-size)) * 100vw);
  --transform-first: translate(12%, 55%);
  --transform-second: translate(62%, 18%);
  --transform-final: translate(45%, 42%);
  opacity: 0.5;
}

.bg-dot._2 {
  background-size: calc((25 / var(--curent-size)) * 100vw);
  --transform-first: translate(56%, 76%);
  --transform-second: translate(46%, 56%);
  --transform-final: translate(78%, 34%);
  opacity: 0.2;
}

.bg-dot._3 {
  background-size: calc((25 / var(--curent-size)) * 100vw);
  --transform-first: translate(76%, 74%);
  --transform-second: translate(24%, 79%);
  --transform-final: translate(12%, 45%);
  opacity: 1;
}

.bg-dot._4 {
  background-size: calc((25 / var(--curent-size)) * 100vw);
  --transform-first: translate(18%, 35%);
  --transform-second: translate(78%, 75%);
  --transform-final: translate(70%, 30%);
  opacity: 0.7;
}

@keyframes transformation {
  0% {
    transform: var(--transform-first);
  }

  50% {
    transform: var(--transform-second);
  }
  100% {
    transform: var(--transform-final);
  }
}

.social-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc((30 / var(--curent-size)) * 100vw);
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.social-links ul li a img {
  width: calc((60 / var(--curent-size)) * 100vw);
}

.social-links ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.social-links > p {
  font-family: var(--title-font);
  font-size: calc((24 / var(--curent-size)) * 100vw);
}

footer {
  background: #000;
  padding: calc((30 / var(--curent-size)) * 100vw);
}

.footer-data p {
  color: #fff;
  text-align: center;
  font-family: var(--text-font);
  font-size: calc((16 / var(--curent-size)) * 100vw);
}

.docs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: calc((90 / var(--curent-size)) * 100vw);
}

.docs-wrapper > p {
  text-align: center;
  font-family: var(--text-font);
  font-size: calc((21 / var(--curent-size)) * 100vw);
  color: #000;
}

.docs-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  gap: calc((46 / var(--curent-size)) * 100vw)
    calc((30 / var(--curent-size)) * 100vw);
  justify-content: space-between;
}

.docs-list li {
  width: 31%;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #d2d2d2;
  transition: 0.3s ease;
}

.docs-list li img {
  width: calc((80 / var(--curent-size)) * 100vw);
}

.docs-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((10 / var(--curent-size)) * 100vw);
  height: 100%;
  text-decoration: none;
}

.docs-list li a p {
  text-align: center;
  font-family: var(--text-font);
  font-size: calc((21 / var(--curent-size)) * 100vw);

  color: #000;
}

.docs-list li:hover {
  background: #217aff3e;
  transition: 0.3s ease;
}

#nav-toggle {
  display: none;
}

@media all and (max-width: 768px) {
  :root {
    --curent-size: 375;
  }

  .container {
    width: calc((355 / var(--curent-size)) * 100vw);
  }

  .header-wrapper {
    gap: 0;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: calc((10 / var(--curent-size)) * 100vw)
      calc((10 / var(--curent-size)) * 100vw);
    z-index: 2;
    border-bottom: calc((1 / var(--curent-size)) * 100vw) solid #ffffff66;
    background: #0000005c;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 99999999999999999;
  }

  .header-menu {
    display: none;
  }

  .header-phones p {
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .header-phones a {
    font-size: calc((18 / var(--curent-size)) * 100vw);
  }

  #nav-toggle {
    background: initial;
    height: calc((24 / var(--curent-size)) * 100vw);
    width: calc((38 / var(--curent-size)) * 100vw);
    cursor: pointer;
    border: none;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: calc((1 / var(--curent-size)) * 100vw);
    height: calc((2 / var(--curent-size)) * 100vw);
    width: calc((35 / var(--curent-size)) * 100vw);
    background: #217aff;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    content: "";
    border-radius: calc((20 / var(--curent-size)) * 100vw);
  }

  #nav-toggle span {
    width: calc((24 / var(--curent-size)) * 100vw);
    position: relative;
    top: 0;
    right: 0;
    border-radius: calc((20 / var(--curent-size)) * 100vw);
  }

  #nav-toggle span:before {
    top: calc((-10 / var(--curent-size)) * 100vw);
  }

  #nav-toggle span:after {
    top: calc((10 / var(--curent-size)) * 100vw);
  }

  #nav-toggle span {
    transition: all 0.2s ease-in-out;
  }

  #nav-toggle span:before,
  #nav-toggle span:after {
    transition: all 0.3s ease-in-out;
  }

  #nav-toggle.active span {
    background-color: transparent;
  }

  #nav-toggle.active span:before,
  #nav-toggle.active span:after {
    top: 0;
  }

  #nav-toggle.active span:before {
    transform: rotate(-45deg);
  }

  #nav-toggle.active span:after {
    transform: rotate(-135deg);
  }

  .hero h1 {
    font-size: calc((22 / var(--curent-size)) * 100vw);
  }

  .hero {
    gap: calc((0 / var(--curent-size)) * 100vw);
    padding-top: calc((100 / var(--curent-size)) * 100vw);
    justify-content: space-between;
  }

  #main {
    height: calc((600 / var(--curent-size)) * 100vw);
  }

  .btn {
    width: calc((355 / var(--curent-size)) * 100vw);
    height: calc((50 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
    margin-bottom: calc((30 / var(--curent-size)) * 100vw);
  }

  .title {
    font-size: calc((28 / var(--curent-size)) * 100vw);
  }

  .about-text {
    margin-top: calc((40 / var(--curent-size)) * 100vw);
    gap: calc((20 / var(--curent-size)) * 100vw);
    padding: calc((20 / var(--curent-size)) * 100vw);
    border-radius: calc((30 / var(--curent-size)) * 100vw);
    border: calc((1 / var(--curent-size)) * 100vw) solid rgba(0, 0, 0, 0.084);
  }

  .about-text span {
    font-size: calc((20 / var(--curent-size)) * 100vw);
    margin: 0;
  }

  .about-text p {
    text-align: justify;
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .about-content {
    flex-direction: column;
    align-items: center;
  }

  .about-content-item:first-child,
  .about-content-item {
    width: 100%;
    flex-shrink: 0;
  }

  .about-content-item > div {
    padding: calc((0 / var(--curent-size)) * 100vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: calc((20 / var(--curent-size)) * 100vw);
    background: #fff;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .about-content-item > div p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .about-content-item > span {
    font-size: calc((22 / var(--curent-size)) * 100vw);
  }

  .about-content-item > div ul li {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .about-item p {
    font-size: calc((24 / var(--curent-size)) * 100vw);
    width: 80%;
  }

  .about-item span {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .about-item img {
    position: absolute;
    top: calc((10 / var(--curent-size)) * 100vw);
    right: calc((10 / var(--curent-size)) * 100vw);
    width: calc((60 / var(--curent-size)) * 100vw);
  }

  section:not(#main) {
    padding: calc((30 / var(--curent-size)) * 100vw) 0;
  }

  .about-items {
    gap: calc((20 / var(--curent-size)) * 100vw);
    margin-top: calc((30 / var(--curent-size)) * 100vw);
    position: relative;
  }

  .about-item:nth-child(3) {
    background: #fff;
  }

  .about-item:nth-child(4) {
    background: #217aff;
  }

  .about-item:nth-child(3) p,
  .about-item:nth-child(3) span {
    color: #000000;
  }

  .about-item:nth-child(4) p,
  .about-item:nth-child(4) span {
    color: #fff;
  }

  .services-wrapper > p {
    font-size: calc((18 / var(--curent-size)) * 100vw);
  }

  .services-wrapper {
    gap: calc((40 / var(--curent-size)) * 100vw);
  }

  .services-items {
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .services-item img {
    width: calc((80 / var(--curent-size)) * 100vw);
  }

  .services-item {
    gap: calc((10 / var(--curent-size)) * 100vw);
    width: 100%;
    padding: calc((20 / var(--curent-size)) * 100vw) 0;
  }

  .services-item {
    border-radius: calc((30 / var(--curent-size)) * 100vw) !important;
  }

  .services-items p {
    font-size: calc((20 / var(--curent-size)) * 100vw);
  }

  .services-items span {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .way-item p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    text-align: center;
  }

  .way-item {
    width: 100%;
    padding: calc((40 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    border: calc((2 / var(--curent-size)) * 100vw) solid #217affac;
  }

  .way-item:before {
    top: calc((-30 / var(--curent-size)) * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
    font-size: calc((40 / var(--curent-size)) * 100vw);
    border: calc((2 / var(--curent-size)) * 100vw) solid #217affac;
    width: calc((30 / var(--curent-size)) * 100vw);
    height: calc((30 / var(--curent-size)) * 100vw);
  }

  .docs-list {
    gap: calc((10 / var(--curent-size)) * 100vw);
  }

  .docs-list li {
    width: 48%;
    padding: 10px;
  }

  .docs-list li img {
    width: calc((40 / var(--curent-size)) * 100vw);
  }

  .docs-list li a p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .contacts-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: calc((30 / var(--curent-size)) * 100vw);
    margin-top: calc((60 / var(--curent-size)) * 100vw);
  }

  .contacts-list li:nth-child(2) {
    width: 100%;
  }

  .contacts-list li:nth-child(3) {
    width: 100%;
  }

  .contacts-list li p {
    font-size: calc((20 / var(--curent-size)) * 100vw);
  }

  .contacts-list li span,
  .contacts-list li a {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .contacts-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc((30 / var(--curent-size)) * 100vw);
    flex-shrink: 0;
  }

  #form {
    gap: calc((15 / var(--curent-size)) * 100vw);
  }

  #form > div {
    width: 100%;
  }

  #form > div > input {
    width: 100%;
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: calc((8 / var(--curent-size)) * 100vw);
    padding: 0 calc((20 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  #form button {
    width: 100%;
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: calc((8 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .checkbox-wrapper span {
    font-size: calc((13 / var(--curent-size)) * 100vw);
  }

  .checkbox {
    flex-shrink: 0;
  }

  .social-links ul li a img {
    width: calc((50 / var(--curent-size)) * 100vw);
  }

  .social-links ul {
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  #map {
    margin-top: calc((30 / var(--curent-size)) * 100vw);
    height: calc((320 / var(--curent-size)) * 100vw);
  }

  footer {
    background: #000;
    padding: calc((30 / var(--curent-size)) * 100vw)
      calc((10 / var(--curent-size)) * 100vw);
  }

  .footer-data p {
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .burger-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000056;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .burger-wrapper.open {
    transition: 0.3s ease;
    opacity: 1;
    visibility: visible;
  }

  .burger-content {
    width: calc((320 / var(--curent-size)) * 100vw);
    height: 100%;
    background: #ffffff76;
    backdrop-filter: blur(6px);
    padding: calc((80 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    transform: translateX(400px);
    transition: 0.3s ease;
  }

  .burger-content.show {
    transform: translateX(0);
    transition: 0.3s ease;
  }

  .burger-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    gap: calc((10 / var(--curent-size)) * 100vw);
  }

  .burger-menu li a {
    font-family: var(--text-font);
    text-decoration: none;
    color: #252525;
    font-size: calc((24 / var(--curent-size)) * 100vw);
    font-weight: 500;
  }
}
