@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --curent-size: 1700;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

header {
  padding: calc((16 / var(--curent-size)) * 100vw) 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.container {
  width: calc((1380 / var(--curent-size)) * 100vw);
  margin: 0 auto;
}

.container-full {
  width: 100%;
  margin: 0 auto;
}
.header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.policy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: calc((130 / var(--curent-size)) * 100vw);
  padding-bottom: calc((60 / var(--curent-size)) * 100vw);
}

.policy-wrapper p,
.policy-wrapper div {
  font-size: calc((18 / var(--curent-size)) * 100vw);
}

.policy-wrapper h1 {
  margin-bottom: calc((30 / var(--curent-size)) * 100vw);
  font-size: calc((32 / var(--curent-size)) * 100vw);
}

.policy-wrapper h2,
.policy-wrapper h3,
.policy-wrapper h4,
.policy-wrapper h5,
.policy-wrapper h6 {
  margin: calc((20 / var(--curent-size)) * 100vw) 0;
  font-size: calc((24 / var(--curent-size)) * 100vw);
}

.logo img {
  width: calc((214 / var(--curent-size)) * 100vw);
}

.header-links {
  display: flex;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw);
}

.header-links a {
  display: flex;
  align-items: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.header-links a p {
  font-weight: 600;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  color: #000000;
}

.header-links a img {
  width: calc((24 / var(--curent-size)) * 100vw);
}

.header-links button {
  font-style: normal;
  font-weight: 400;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  color: #000000;
  padding: calc((12 / var(--curent-size)) * 100vw)
    calc((24 / var(--curent-size)) * 100vw);
  outline: unset;
  background-color: unset;
  border-radius: 60px;
  border: calc((1 / var(--curent-size)) * 100vw) solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: calc((32 / var(--curent-size)) * 100vw);
  list-style: none;
}

.header-menu li a {
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  color: #000000;
}

#main {
  width: 100%;
  height: calc((700 / var(--curent-size)) * 100vw);
  border-radius: 0 0 60px 60px;
  position: relative;
  background-image: url(/assets/img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25%;
}

#main .container {
  height: 100%;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.main-wrapper h1 {
  font-weight: 400;
  font-size: calc((64 / var(--curent-size)) * 100vw);
  text-transform: uppercase;
  color: #ffffff;
}

.main-wrapper h1 span {
  font-size: calc((32 / var(--curent-size)) * 100vw);
}

.circle-btn {
  padding: calc((22 / var(--curent-size)) * 100vw)
    calc((75 / var(--curent-size)) * 100vw);
  background: #ffffff;
  box-shadow:
    49px 100px 45px rgba(0, 0, 0, 0.01),
    27px 56px 38px rgba(0, 0, 0, 0.05),
    12px 25px 28px rgba(0, 0, 0, 0.09),
    3px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 42px;
  border: unset;
  outline: unset;
  margin-top: calc((32 / var(--curent-size)) * 100vw);
}

.circle-btn span {
  background: linear-gradient(268.35deg, #d01324 0%, #f98a10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  text-align: center;
  text-transform: uppercase;
}

#why {
  padding-top: calc((170 / var(--curent-size)) * 100vw);
}

.title {
  font-weight: 500;
  background: linear-gradient(268.35deg, #d01324 0%, #f98a10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  font-size: calc((54 / var(--curent-size)) * 100vw);
  text-transform: uppercase;

  color: #000000;
}

.why-wrapper > p {
  font-weight: 400;
  font-size: calc((32 / var(--curent-size)) * 100vw);

  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding-top: calc((32 / var(--curent-size)) * 100vw);
  margin: calc((32 / var(--curent-size)) * 100vw) 0;
  position: relative;
}

.why-wrapper > p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((1 / var(--curent-size)) * 100vw);
  background: #000;
}

.why-wrapper > div {
  padding: calc((30 / var(--curent-size)) * 100vw);
  background: linear-gradient(268.35deg, #d01324 0%, #f98a10 100%);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-wrapper > div span {
  font-weight: 400;
  font-size: calc((32 / var(--curent-size)) * 100vw);

  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

#about {
  padding-top: calc((170 / var(--curent-size)) * 100vw);
}

.about-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: calc((64 / var(--curent-size)) * 100vw);
}

.about-wrapper > img {
  width: 100%;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((660 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.sub-title {
  font-weight: 600;
  font-size: calc((54 / var(--curent-size)) * 100vw);
  text-transform: uppercase;

  color: #000000;
  margin-bottom: calc((8 / var(--curent-size)) * 100vw);
}

.sub-title span {
  color: #29368f;
}

.about-text > p {
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #000000;
  margin-bottom: calc((28 / var(--curent-size)) * 100vw);
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.about-text > span {
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #000000;
  margin-bottom: calc((32 / var(--curent-size)) * 100vw);
}

.about-text > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((24 / var(--curent-size)) * 100vw);
  list-style: none;
  width: 100%;
}

.about-text > ul li {
  display: flex;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw);
  width: 100%;
}

.about-text > ul li p {
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #000000;
}

.about-text > ul li img {
  width: calc((48 / var(--curent-size)) * 100vw);
  height: calc((48 / var(--curent-size)) * 100vw);
  object-fit: contain;
}

#services {
  padding-top: calc((170 / var(--curent-size)) * 100vw);
}

.services-head {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.services-head p {
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #000000;
}

.services {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc((40 / var(--curent-size)) * 100vw);
  margin-top: calc((90 / var(--curent-size)) * 100vw);
}

.services li {
  position: relative;
  width: calc((670 / var(--curent-size)) * 100vw);
  height: calc((330 / var(--curent-size)) * 100vw);
  overflow: hidden;
  border-radius: 60px;
  padding: calc((30 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
}

.services li:last-child {
  width: 100%;
  height: calc((200 / var(--curent-size)) * 100vw);
}

.services li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 89, 255, 0) 0%,
    rgba(0, 89, 255, 0.41) 100%
  );
  transition: 0.3s ease;
}

.services li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  background: linear-gradient(180deg, rgba(249, 136, 17, 0) 30%, #f98811 100%);
}

.services li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.services li:hover img {
  transform: scale(1.2);
  transition: 0.3s ease;
}

.services li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
}

.services li a p {
  font-weight: 600;
  font-size: calc((24 / var(--curent-size)) * 100vw);

  color: #ffffff;
  position: relative;
  z-index: 2;
}

#advantajes {
  padding-top: calc((90 / var(--curent-size)) * 100vw);
}

.advantajes-item {
  margin-top: calc((80 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: calc((64 / var(--curent-size)) * 100vw);
}

.advantajes-item:last-child {
  flex-direction: row-reverse;
}

.advantajes-item > img {
  width: 100%;
  border-radius: 60px;
}

.advantajes-item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((40 / var(--curent-size)) * 100vw);
  width: calc((680 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.advantajes-item ul li {
  display: flex;
  align-items: flex-start;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.advantajes-item ul li img {
  width: calc((48 / var(--curent-size)) * 100vw);
  height: calc((48 / var(--curent-size)) * 100vw);
}

.advantajes-item ul li div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.advantajes-item ul li div p {
  font-weight: 400;
  font-size: calc((32 / var(--curent-size)) * 100vw);

  text-transform: uppercase;
  color: #000000;
}

.advantajes-item ul li > p {
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #000000;
}

.advantajes-item ul li div span {
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #000000;
}

.tg img {
  width: calc((40 / var(--curent-size)) * 100vw) !important;
}

#ates {
  padding-top: calc((120 / var(--curent-size)) * 100vw);
  overflow: hidden;
}

.ates-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: calc((64 / var(--curent-size)) * 100vw);
}

.ates-content img {
  width: calc((700 / var(--curent-size)) * 100vw);
  border-radius: 60px;
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.ates-content div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.ates-content div p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: calc((48 / var(--curent-size)) * 100vw);
  color: #000000;
}

.ates-content div span {
  font-style: normal;
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  color: #000000;
  margin-top: calc((32 / var(--curent-size)) * 100vw);
}

.ates-slider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((40 / var(--curent-size)) * 100vw);
  margin-top: calc((90 / var(--curent-size)) * 100vw);
}

.ates-slider {
  width: 100%;
  overflow: visible !important;
}

.ates-slide {
  width: 100%;
  height: calc((300 / var(--curent-size)) * 100vw);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  padding: calc((30 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ates-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.ates-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ates-slide p {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: calc((24 / var(--curent-size)) * 100vw);
}

.ates-pog {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ates-pog span {
  width: calc((40 / var(--curent-size)) * 100vw);
  height: calc((6 / var(--curent-size)) * 100vw);
  border-radius: 10px;
}

.ates-content-wrapper {
  padding: calc((120 / var(--curent-size)) * 100vw) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ates-ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc((60 / var(--curent-size)) * 100vw);
  list-style: none;
  width: calc((800 / var(--curent-size)) * 100vw);
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.ates-ul li {
  font-weight: 500;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  color: black;
}

.ates-ul li span {
  font-weight: 700;
  color: #29368f;
}

.ates-ol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc((60 / var(--curent-size)) * 100vw);
  list-style: none;
  width: calc((600 / var(--curent-size)) * 100vw);
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.ates-ol li {
  display: flex;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.ates-ol li p {
  font-style: normal;
  font-weight: 700;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  color: #29368f;
}

.ates-content-wrapper {
  position: relative;
}

.ates-content-wrapper > img {
  position: absolute;
  right: calc((-100 / var(--curent-size)) * 100vw);
  top: 46%;
  transform: translate(0, -50%);
  width: calc((700 / var(--curent-size)) * 100vw);
}

.ates-p {
  width: 100%;
  margin-top: calc((120 / var(--curent-size)) * 100vw);
  font-style: normal;
  font-weight: 700;
  font-size: calc((44 / var(--curent-size)) * 100vw);
  background: linear-gradient(268.35deg, #1aa3c9 0%, #29368f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.btns-ates {
  margin-top: calc((60 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.btns-ates button {
  padding: calc((16 / var(--curent-size)) * 100vw)
    calc((42 / var(--curent-size)) * 100vw);
  background: linear-gradient(268.35deg, #1aa3c9 0%, #29368f 100%);
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
  border-radius: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.btns-ates a {
  padding: calc((16 / var(--curent-size)) * 100vw)
    calc((42 / var(--curent-size)) * 100vw);
  background: #ffffff;
  border: 1px solid #29368f;
  border-radius: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: calc((18 / var(--curent-size)) * 100vw);

  color: #1c1c1c;
}

#nation {
  padding-top: calc((120 / var(--curent-size)) * 100vw);
  overflow: hidden;
}

.nations-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.nations-wrapper p {
  font-weight: 500;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #a8a8a8;
  margin: calc((36 / var(--curent-size)) * 100vw) 0 0 0;
}

.nation-imgs {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.nation-imgs div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
  padding-top: calc((50 / var(--curent-size)) * 100vw);
}

.office-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((60 / var(--curent-size)) * 100vw);
  width: 100%;
}

.office-imgs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc((55 / var(--curent-size)) * 100vw);
}

.office-imgs img {
  width: 48%;
  object-fit: cover;
  border-radius: 60px;
  overflow: hidden;
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
}

#office {
  padding: calc((120 / var(--curent-size)) * 100vw) 0;
}

.nation-imgs div:first-child img {
  border-radius: 30px;
  width: calc((180 / var(--curent-size)) * 100vw);
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
}

.nation-imgs div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.nation-imgs div:last-child img {
  border-radius: 30px;
  width: calc((280 / var(--curent-size)) * 100vw);
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
}

.nation-imgs > img {
  position: absolute;
  top: 16%;
  left: -45%;
  width: calc((280 / var(--curent-size)) * 100vw);
  z-index: -1;
}

.naions-slider-wrapper {
  margin-top: calc((220 / var(--curent-size)) * 100vw);
}

.nations-slider {
  margin-top: calc((60 / var(--curent-size)) * 100vw);
}

.nations-slide {
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: calc((300 / var(--curent-size)) * 100vw);
  position: relative;
  padding: calc((30 / var(--curent-size)) * 100vw);
}

.nations-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.nations-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.nations-slide p {
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);

  color: #ffffff;
  margin-bottom: calc((3 / var(--curent-size)) * 100vw);
  position: relative;
  z-index: 1;
}

.nations-slide span {
  font-weight: 500;
  font-size: calc((16 / var(--curent-size)) * 100vw);

  color: #ffffff;
  position: relative;
  z-index: 1;
}

.nations-slider-pog {
  margin-top: calc((40 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nations-slider-pog span {
  width: calc((40 / var(--curent-size)) * 100vw);
  height: calc((6 / var(--curent-size)) * 100vw);
  border-radius: 20px;
  background: #29368f;
}

.naions-advantajes {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: calc((120 / var(--curent-size)) * 100vw);
  gap: calc((60 / var(--curent-size)) * 100vw);
}

.naions-img-block {
  overflow: hidden;
  border-radius: 60px;
  width: calc((700 / var(--curent-size)) * 100vw);
  position: relative;
  flex-shrink: 0;
}

.naions-img-block img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.naions-img-block img:last-child {
  position: absolute;
  top: calc((-6 / var(--curent-size)) * 100vw);
  left: 0;
  width: calc((360 / var(--curent-size)) * 100vw);
  object-fit: contain;
}

.naions-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.naions-text-block h5 {
  font-weight: 700;
  font-size: calc((48 / var(--curent-size)) * 100vw);
  color: #000000;
  margin-bottom: calc((35 / var(--curent-size)) * 100vw);
}

.naions-text-block ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: calc((25 / var(--curent-size)) * 100vw);
}

.naions-text-block ul li {
  display: flex;
  align-items: flex-start;
  gap: calc((16 / var(--curent-size)) * 100vw);
}

.naions-text-block ul li img {
  width: calc((48 / var(--curent-size)) * 100vw);
  height: calc((48 / var(--curent-size)) * 100vw);
}

.naions-text-block ul li div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.naions-text-block ul li div p {
  font-weight: 700;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  color: #216fad;
}

.naions-text-block ul li div span {
  font-weight: 500;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  color: black;
}

.naions-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc((120 / var(--curent-size)) * 100vw);
  padding: calc((60 / var(--curent-size)) * 100vw);
  background: linear-gradient(268.35deg, #d01324 0%, #f98a10 100%);
  border-radius: 40px;
}

.naions-data ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: calc((60 / var(--curent-size)) * 100vw);
}

.naions-data ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.naions-data ul li p {
  font-weight: 700;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
}

.naions-data ul li span {
  font-weight: 500;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  color: #ffffff;
}

#form-sections {
  margin-top: calc((120 / var(--curent-size)) * 100vw);
  padding-top: calc((240 / var(--curent-size)) * 100vw);
  background-image: url(/assets/img/beach.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-wrapper {
  width: 100%;
  border-radius: 60px;
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
  background: #ffffff20;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: calc((60 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: flex-start;
  gap: calc((40 / var(--curent-size)) * 100vw);
  border: 1px solid #ffffff6b;
  top: calc((40 / var(--curent-size)) * 100vw);
  position: relative;
  z-index: 2;
}

.form-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((32 / var(--curent-size)) * 100vw);
}

.form-text span {
  font-weight: 400;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  color: #000000;
}

.form-text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: calc((54 / var(--curent-size)) * 100vw);
  text-transform: uppercase;
  color: #000000;
}

#form {
  width: calc((700 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

#form > input {
  width: 100%;
  padding: calc((16 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  background: initial;
  outline: none;
  border: calc((2 / var(--curent-size)) * 100vw) solid #fff;
  border-radius: 16px;
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
  font-style: normal;
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);
}

#form > input::placeholder {
  color: #000;
}

#form > textarea {
  width: 100%;
  padding: calc((16 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  background: initial;
  outline: none;
  border: calc((2 / var(--curent-size)) * 100vw) solid #fff;
  border-radius: 16px;
  height: calc((110 / var(--curent-size)) * 100vw);
  font-style: normal;
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  resize: none;
}

#form > textarea::placeholder {
  color: #000000bb;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#form > button {
  padding: calc((22 / var(--curent-size)) * 100vw)
    calc((64 / var(--curent-size)) * 100vw);
  background: linear-gradient(268.35deg, #1aa3c9 0%, #29368f 100%);
  box-shadow:
    49px 100px 45px rgba(0, 0, 0, 0.01),
    27px 56px 38px rgba(0, 0, 0, 0.05),
    12px 25px 28px rgba(0, 0, 0, 0.09),
    3px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 42px;
  width: 100%;
  border: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: calc((6 / var(--curent-size)) * 100vw);
}

.checkbox {
  width: calc((16 / var(--curent-size)) * 100vw);
  height: calc((16 / var(--curent-size)) * 100vw);
}

.checkbox input {
  width: 100%;
  height: 100%;
}

.checkbox-wrapper p {
  font-size: calc((16 / var(--curent-size)) * 100vw);
}

.checkbox-wrapper p a {
  color: #000;
  text-decoration: underline;
}

footer {
  padding: calc((120 / var(--curent-size)) * 100vw) 0
    calc((65 / var(--curent-size)) * 100vw) 0;
  background: linear-gradient(268.35deg, #1aa3c9 0%, #29368f 100%);
  width: 100%;
  position: relative;
  overflow: hidden;
}

footer > img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((500 / var(--curent-size)) * 100vw);
}

.footer-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-data span {
  font-weight: 400;
  color: #fff;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  font-style: italic;
  margin-bottom: calc((20 / var(--curent-size)) * 100vw);
}

.footer-data p {
  font-weight: 400;
  color: #fff;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  font-style: italic;
}

.footer-data a {
  font-weight: 600;
  color: #fff;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  font-style: italic;
  margin: calc((10 / var(--curent-size)) * 100vw) 0;
}

#nav-toggle {
  display: none;
}

.burger-wrapper {
  display: none;
}

.send-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009a;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
}

.send-message.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009a;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding-top: calc((160 / var(--curent-size)) * 100vw);
  opacity: 0;
  visibility: hidden;

  overflow-y: auto;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}
input {
  font-family: "Montserrat", sans-serif;
}
input::placeholder {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.modal-form {
  background: #fff;
  height: fit-content;
  border-radius: 30px;
  padding: calc((30 / var(--curent-size)) * 100vw);
  box-shadow:
    0px 95px 38px rgba(41, 54, 143, 0.03),
    0px 54px 32px rgba(41, 54, 143, 0.09),
    0px 24px 24px rgba(41, 54, 143, 0.15),
    0px 6px 13px rgba(41, 54, 143, 0.18);
  position: relative;
}

.close-modal {
  position: absolute;
  top: calc((20 / var(--curent-size)) * 100vw);
  right: calc((20 / var(--curent-size)) * 100vw);
  background: initial;
  border: none;
  cursor: pointer;
}

.close-modal img {
  width: calc((40 / var(--curent-size)) * 100vw);
}

#form-modal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((500 / var(--curent-size)) * 100vw);
  gap: calc((10 / var(--curent-size)) * 100vw);
  margin-top: calc((20 / var(--curent-size)) * 100vw);
}

.modal-form > p {
  color: #000;
  font-size: calc((26 / var(--curent-size)) * 100vw);
  font-weight: 700;
}

#form-modal > input {
  width: 100%;
  padding: calc((16 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  background: initial;
  outline: none;
  border: calc((1 / var(--curent-size)) * 100vw) solid #b2b2b2;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);
}

#form-modal > textarea {
  width: 100%;
  padding: calc((16 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  background: initial;
  outline: none;
  border: calc((1 / var(--curent-size)) * 100vw) solid #b2b2b2;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  resize: none;
}

#form-modal > button {
  padding: calc((22 / var(--curent-size)) * 100vw)
    calc((64 / var(--curent-size)) * 100vw);
  background: linear-gradient(268.35deg, #1aa3c9 0%, #29368f 100%);
  box-shadow:
    49px 100px 45px rgba(0, 0, 0, 0.01),
    27px 56px 38px rgba(0, 0, 0, 0.05),
    12px 25px 28px rgba(0, 0, 0, 0.09),
    3px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 42px;
  width: 100%;
  border: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  :root {
    --curent-size: 375;
  }

  .container {
    width: calc((355 / var(--curent-size)) * 100vw);
    margin: 0 auto;
  }

  .header-menu {
    display: none;
  }

  .header-links button {
    display: none;
  }

  .p {
    display: none !important;
  }

  .logo img {
    width: calc((140 / var(--curent-size)) * 100vw);
  }

  header {
    padding: calc((8 / var(--curent-size)) * 100vw) 0;
  }

  #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: #29368f;
    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);
  }

  .main-wrapper h1 {
    font-size: calc((30 / var(--curent-size)) * 100vw);
    font-weight: 700;
  }

  .main-wrapper h1 span {
    font-size: calc((18 / var(--curent-size)) * 100vw);
    font-weight: 500;
  }

  .circle-btn {
    width: 100%;
  }

  #main {
    border-radius: 0 0 30px 30px;
    height: calc((600 / var(--curent-size)) * 100vw);
  }

  #why {
    padding-top: calc((80 / var(--curent-size)) * 100vw);
  }

  .title {
    font-size: calc((24 / var(--curent-size)) * 100vw);
  }

  .why-wrapper > p {
    font-size: calc((15 / var(--curent-size)) * 100vw);
    padding-top: calc((32 / var(--curent-size)) * 100vw);
    margin: calc((32 / var(--curent-size)) * 100vw) 0;
  }

  .why-wrapper > div span {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .about-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: calc((0 / var(--curent-size)) * 100vw);
  }

  .about-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    flex-shrink: 0;
  }

  #about {
    padding-top: calc((80 / var(--curent-size)) * 100vw);
  }

  .sub-title {
    font-size: calc((38 / var(--curent-size)) * 100vw);
    margin-bottom: calc((8 / var(--curent-size)) * 100vw);
  }

  .about-text > p {
    font-size: calc((15 / var(--curent-size)) * 100vw);
  }

  .about-text > ul li p {
    font-size: calc((13 / var(--curent-size)) * 100vw);
  }

  .services-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc((10 / var(--curent-size)) * 100vw);
  }

  .services-head p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  #services {
    padding-top: calc((80 / var(--curent-size)) * 100vw);
  }
  .services {
    gap: calc((20 / var(--curent-size)) * 100vw);
    margin-top: calc((30 / var(--curent-size)) * 100vw);
  }

  #advantajes {
    padding-top: calc((80 / var(--curent-size)) * 100vw);
  }

  .services li {
    position: relative;
    width: 100%;
    height: calc((300 / var(--curent-size)) * 100vw);
    overflow: hidden;
    border-radius: 40px;
    padding: calc((20 / var(--curent-size)) * 100vw);
    transition: 0.3s ease;
  }

  .services li a p {
    font-size: calc((20 / var(--curent-size)) * 100vw);
  }

  .advantajes-item {
    margin-top: calc((40 / var(--curent-size)) * 100vw);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    gap: calc((30 / var(--curent-size)) * 100vw);
  }

  .advantajes-item ul {
    gap: calc((20 / var(--curent-size)) * 100vw);
    width: 100%;
  }

  .advantajes-item ul li div p {
    font-weight: 400;
    font-size: calc((22 / var(--curent-size)) * 100vw);

    text-transform: uppercase;
    color: #000000;
  }

  .advantajes-item ul li div span {
    font-weight: 400;
    font-size: calc((14 / var(--curent-size)) * 100vw);

    color: #000000;
  }

  .advantajes-item:last-child {
    flex-direction: column;
  }

  .advantajes-item ul li > p {
    margin-top: calc((16 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .ates-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc((64 / var(--curent-size)) * 100vw);
  }

  .ates-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc((0 / var(--curent-size)) * 100vw);
  }

  .ates-content div span {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    margin-top: calc((32 / var(--curent-size)) * 100vw);
  }

  .ates-content div p {
    font-size: calc((28 / var(--curent-size)) * 100vw);
  }

  .ates-content img {
    width: 100%;
    border-radius: 60px;
    margin-top: calc((40 / var(--curent-size)) * 100vw);
  }

  #ates {
    padding-top: calc((80 / var(--curent-size)) * 100vw);
    overflow: hidden;
  }

  .ates-content-wrapper {
    padding: calc((80 / var(--curent-size)) * 100vw) 0 0 0;
  }

  .ates-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: calc((60 / var(--curent-size)) * 100vw);
    list-style: none;
    width: 100%;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .ates-ul li {
    font-weight: 500;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    color: black;
  }

  .ates-content-wrapper > img {
    position: relative;
    right: unset;
    transform: none;
    left: calc((-20 / var(--curent-size)) * 100vw);
    width: 100%;
    margin-top: calc((30 / var(--curent-size)) * 100vw);
  }

  .btns-ates {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .btns-ates a,
  .btns-ates button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ates-ol li p {
    font-size: calc((20 / var(--curent-size)) * 100vw);
  }

  .ates-p {
    margin-top: calc((60 / var(--curent-size)) * 100vw);

    font-size: calc((22 / var(--curent-size)) * 100vw);
  }

  #nation {
    padding-top: calc((80 / var(--curent-size)) * 100vw);
  }

  .nation-imgs {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    display: flex;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  #nation .sub-title {
    font-size: calc((28 / var(--curent-size)) * 100vw);
    margin-bottom: calc((8 / var(--curent-size)) * 100vw);
  }

  .nations-wrapper p {
    font-weight: 500;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    color: #a8a8a8;
    margin: calc((36 / var(--curent-size)) * 100vw) 0 0 0;
  }

  .btns-ates {
    margin-top: calc((20 / var(--curent-size)) * 100vw);
  }

  .nation-imgs div:first-child img {
    width: calc((160 / var(--curent-size)) * 100vw);
  }

  .nation-imgs div:last-child img {
    border-radius: 30px;
    width: calc((175 / var(--curent-size)) * 100vw);
    box-shadow:
      0px 95px 38px rgba(41, 54, 143, 0.03),
      0px 54px 32px rgba(41, 54, 143, 0.09),
      0px 24px 24px rgba(41, 54, 143, 0.15),
      0px 6px 13px rgba(41, 54, 143, 0.18);
  }

  .nations-wrapper .btns-ates {
    position: relative;
    z-index: 8;
  }

  .nations-wrapper .btns-ates a {
    width: calc((165 / var(--curent-size)) * 100vw);
    font-size: calc((14 / var(--curent-size)) * 100vw);
    padding: calc((16 / var(--curent-size)) * 100vw)
      calc((0 / var(--curent-size)) * 100vw);
  }

  .nation-imgs div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc((20 / var(--curent-size)) * 100vw);
    padding-top: calc((70 / var(--curent-size)) * 100vw);
  }

  .nation-imgs {
    margin-top: calc((-55 / var(--curent-size)) * 100vw);
  }

  .naions-slider-wrapper {
    margin-top: calc((60 / var(--curent-size)) * 100vw);
  }

  .nations-slider {
    margin-top: calc((30 / var(--curent-size)) * 100vw);
  }

  .nation-imgs > img {
    position: absolute;
    top: 49%;
    left: 38%;
    width: calc((280 / var(--curent-size)) * 100vw);
    z-index: -1;
    transform: rotate(259deg);
  }

  .naions-advantajes {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: calc((120 / var(--curent-size)) * 100vw);
    gap: calc((60 / var(--curent-size)) * 100vw);
    flex-direction: column-reverse;
  }

  .naions-text-block h5 {
    font-weight: 700;
    font-size: calc((34 / var(--curent-size)) * 100vw);
    color: #000000;
    margin-bottom: calc((35 / var(--curent-size)) * 100vw);
  }

  .naions-text-block ul li div p {
    font-size: calc((22 / var(--curent-size)) * 100vw);
  }

  .naions-img-block {
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    position: relative;
    flex-shrink: 0;
    display: flex;
  }

  .naions-text-block ul li div span {
    font-size: calc((20 / var(--curent-size)) * 100vw);
  }

  .naions-img-block img:last-child {
    width: calc((160 / var(--curent-size)) * 100vw);
  }

  .naions-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: calc((60 / var(--curent-size)) * 100vw);
    padding: calc((30 / var(--curent-size)) * 100vw);
    background: linear-gradient(268.35deg, #d01324 0%, #f98a10 100%);
    border-radius: 40px;
  }

  .naions-data ul {
    gap: calc((30 / var(--curent-size)) * 100vw);
  }

  .naions-data ul li p {
    font-size: calc((18 / var(--curent-size)) * 100vw);
  }

  .naions-data ul li span {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .form-wrapper {
    width: 100%;
    border-radius: 30px;
    box-shadow:
      0px 95px 38px rgba(41, 54, 143, 0.03),
      0px 54px 32px rgba(41, 54, 143, 0.09),
      0px 24px 24px rgba(41, 54, 143, 0.15),
      0px 6px 13px rgba(41, 54, 143, 0.18);
    background: #ffffff20;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: calc((20 / var(--curent-size)) * 100vw);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc((40 / var(--curent-size)) * 100vw);
    border: 1px solid #ffffff6b;
    top: calc((40 / var(--curent-size)) * 100vw);
    position: relative;
    z-index: 2;
  }

  .form-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc((32 / var(--curent-size)) * 100vw);
  }

  .form-text p {
    font-size: calc((30 / var(--curent-size)) * 100vw);
    text-align: center;
  }

  .form-text span {
    font-size: calc((15 / var(--curent-size)) * 100vw);
  }

  #form {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc((10 / var(--curent-size)) * 100vw);
  }

  .checkbox-wrapper p {
    font-size: calc((11 / var(--curent-size)) * 100vw);
  }

  #form > input {
    padding: calc((10 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
    border-radius: 8px;
  }

  #form-sections {
    margin-top: calc((120 / var(--curent-size)) * 100vw);
    padding-top: calc((80 / var(--curent-size)) * 100vw);
    background-image: url(/assets/img/beach.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #form > button {
    padding: calc((19 / var(--curent-size)) * 100vw)
      calc((25 / var(--curent-size)) * 100vw);
  }

  #form > textarea {
    width: 100%;
    padding: calc((10 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    background: initial;
    outline: none;
    border: calc((2 / var(--curent-size)) * 100vw) solid #fff;
    border-radius: 8px;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    resize: none;
  }

  footer > img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((130 / var(--curent-size)) * 100vw);
  }

  .footer-data span {
    font-weight: 400;
    color: #fff;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    font-style: italic;
    margin-bottom: calc((20 / var(--curent-size)) * 100vw);
  }

  .footer-data p {
    font-weight: 400;
    color: #fff;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    font-style: italic;
  }

  .footer-data a {
    font-weight: 600;
    color: #fff;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    font-style: italic;
    margin: calc((10 / var(--curent-size)) * 100vw) 0;
  }

  .burger-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: #00000063;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .burger-wrapper.open {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
  }

  .burger-content {
    width: calc((320 / var(--curent-size)) * 100vw);
    height: 100%;
    background: #fff;
    padding: calc((100 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transform: translateX(320px);
    transition: 0.3s ease;
  }

  .burger-content.open {
    transform: translateX(0);
    transition: 0.3s ease;
  }

  .burger-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  #office {
    padding: calc((80 / var(--curent-size)) * 100vw) 0 0 0;
  }

  .office-imgs {
    gap: calc((30 / var(--curent-size)) * 100vw);
  }

  .office-imgs img {
    width: 100%;
    border-radius: 30px;
  }

  .burger-menu li a {
    font-size: calc((24 / var(--curent-size)) * 100vw);
    color: #000;
    font-weight: 500;
  }

  .burger-content > button {
    font-style: normal;
    font-weight: 400;
    font-size: calc((14 / var(--curent-size)) * 100vw);
    color: #000000;
    padding: calc((12 / var(--curent-size)) * 100vw)
      calc((24 / var(--curent-size)) * 100vw);
    outline: unset;
    background-color: unset;
    border-radius: 60px;
    border: calc((1 / var(--curent-size)) * 100vw) solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 100%;
  }

  #form-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: calc((20 / var(--curent-size)) * 100vw);
    gap: calc((10 / var(--curent-size)) * 100vw);
  }

  .policy-wrapper h1 {
    margin-bottom: calc((30 / var(--curent-size)) * 100vw);
    font-size: calc((24 / var(--curent-size)) * 100vw);
  }
}
