* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-family: "Geist", sans-serif;
  --second-family: "Morpha", sans-serif;
  --third-family: "GNF", sans-serif;
  --font3: "Inter", sans-serif;

  --white: #fbfaf6;
  --black: #141414;
  --dark-grey: #252525;
  --dark-grey-500: rgba(37, 37, 37, 0.5);
  --dark-grey-200: rgba(37, 37, 37, 0.2);
  --dark-grey-100: rgba(37, 37, 37, 0.1);
  --0: rgba(37, 37, 37, 0);
  --beige-bg: #e4ddd3;
  --beige-light: #ede4d7;
  --beige-light-500: rgba(237, 228, 215, 0.5);
  --beige-2: #e4d7c3;
  --gradient-main: #fff;
  --olive: #708e1c;

  --curent-size: 1920;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.thx-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: calc((200 / var(--curent-size)) * 100vw) 0;
	gap:calc((30 / var(--curent-size)) * 100vw); 
}

.thx-wrapper h1 {
	font-family: var(--second-family);
    font-weight: 400;
    font-size: calc((64 / var(--curent-size)) * 100vw);
    line-height: 100%;
    color: var(--dark-grey);
	text-align: center;
}

.thx-wrapper a img {
	width: calc((120 / var(--curent-size)) * 100vw);
}

.thx-wrapper p {
	font-family: var(--font-family);
    font-weight: 600;
	 font-size: calc((30 / var(--curent-size)) * 100vw);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--beige-bg);
}

a {
  text-decoration: none;
  cursor: pointer;
}

header {
  position: fixed;
  top: calc((20 / var(--curent-size)) * 100vw);
  left: 0;
  width: 100%;
  z-index: 9999;
}

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

.header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  padding: calc((15 / var(--curent-size)) * 100vw)
    calc((24 / var(--curent-size)) * 100vw);
  border-radius: calc((16 / var(--curent-size)) * 100vw);
  background-color: var(--white);
  box-shadow: 0 0 calc((15 / var(--curent-size)) * 100vw) 0
    rgba(55, 55, 55, 0.1);
  display: flex;
}

.send-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000ab;
	z-index: 99999999999;
	display: flex;
align-items: center;
justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.send-message.open {
	opacity: 1;
	visibility: visible;
}

.send-message p {
	width: calc((300 / var(--curent-size)) * 100vw);
	padding:calc((20 / var(--curent-size)) * 100vw);
	border-radius: calc((12 / var(--curent-size)) * 100vw);
		display: flex;
align-items: center;
justify-content: center;
	background: #fff;
	color: #000;
	    font-family: var(--font-family);
    font-weight: 500;
    font-size: calc((22 / var(--curent-size)) * 100vw);
}
}

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

.header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  background: var(--white);
  gap: calc((32 / var(--curent-size)) * 100vw);
  border-radius: calc((100 / var(--curent-size)) * 100vw);
  padding: calc((19 / var(--curent-size)) * 100vw)
    calc((32 / var(--curent-size)) * 100vw);
}

.header-menu li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 130%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
  display: flex;
  transition: 0.3s ease;
}

.header-menu li a:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.header-call {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 110%;
  text-align: center;
  color: var(--dark-grey);
  background: var(--white);
  border-radius: calc((40 / var(--curent-size)) * 100vw);
  padding: calc((19 / var(--curent-size)) * 100vw)
    calc((16 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
}

.header-call:hover {
  transition: 0.3s ease;
  background: var(--olive);
  color: #fff;
}

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

.main-text {
  position: absolute;
  top: calc((264 / var(--curent-size)) * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  width: calc((1180 / var(--curent-size)) * 100vw);
}

.h100 {
  height: 100%;
}

.main-bg-front {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.main-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
}

.count-data-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: calc((106 / var(--curent-size)) * 100vw);
}

.count-data-wrapper > a {
  border-radius: calc((40 / var(--curent-size)) * 100vw);
  padding: calc((24 / var(--curent-size)) * 100vw)
    calc((36 / var(--curent-size)) * 100vw);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 110%;
  text-align: center;
  color: var(--dark-grey);
  background: var(--white);
  transition: 0.3s ease;
}

.count-data-wrapper > a:hover {
  background: var(--olive);
  transition: 0.3s ease;
  color: #fff;
}

.count-data {
  display: flex;
  align-items: center;
}

.count-data svg {
  width: calc((40 / var(--curent-size)) * 100vw);
  height: calc((40 / var(--curent-size)) * 100vw);
}

.count-data > p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--white);
  margin-left: calc((12 / var(--curent-size)) * 100vw);
}

.counter {
  display: flex;
  align-items: center;
  list-style: none;
  gap: calc((20 / var(--curent-size)) * 100vw);
  margin-left: calc((48 / var(--curent-size)) * 100vw);
}

.counter li {
  display: flex;
  align-items: center;
}

.counter li p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  line-height: 110%;
  letter-spacing: -0.04em;
  color: var(--white);
}

.count-items {
  display: flex;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
  margin: calc((16 / var(--curent-size)) * 100vw) 0
    calc((32 / var(--curent-size)) * 100vw) 0;
}

.count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(calc((20 / var(--curent-size)) * 100vw));
  background: var(--dark-grey-200);
  border-radius: calc((32 / var(--curent-size)) * 100vw);
  width: calc((180 / var(--curent-size)) * 100vw);
  height: calc((120 / var(--curent-size)) * 100vw);
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.count-item > p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--white);
}

.count-item div {
  display: flex;
  align-items: center;
}

.count-item div img {
  width: calc((24 / var(--curent-size)) * 100vw);
}

.count-item div p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 110%;
  color: var(--white);
}

.under-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.main-dop-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc((24 / var(--curent-size)) * 100vw);
  transform: translateY(calc((-333 / var(--curent-size)) * 100vw));
}

.main-dop-text p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  line-height: 110%;
  letter-spacing: -0.04em;
  text-align: right;
  color: var(--white);
}

.main-dop-text span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: right;
  color: var(--white);
}

.about-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: calc((150 / var(--curent-size)) * 100vw);
  padding-bottom: calc((160 / var(--curent-size)) * 100vw);
}

.title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: calc((64 / var(--curent-size)) * 100vw);
  line-height: 100%;
  color: var(--dark-grey);
}

.title > span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: calc((64 / var(--curent-size)) * 100vw);
  line-height: 100%;
  color: var(--dark-grey);
}

.about-wrapper > span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: right;
  color: var(--dark-grey);
  margin-top: calc((48 / var(--curent-size)) * 100vw);
}

.about-wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: calc((52 / var(--curent-size)) * 100vw);
  width: calc((562 / var(--curent-size)) * 100vw);
  margin-top: calc((48 / var(--curent-size)) * 100vw);
}

.about-wrapper ul li {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  height: calc((68 / var(--curent-size)) * 100vw);
  color: var(--dark-grey);
  padding-left: calc((104 / var(--curent-size)) * 100vw);
}

.about-wrapper ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: #708e1c;
}

.about-wrapper ul li:nth-child(1):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((68 / var(--curent-size)) * 100vw);
  background-image: url(../img/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.about-wrapper ul li:nth-child(2):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((68 / var(--curent-size)) * 100vw);
  background-image: url(../img/3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.about-wrapper ul li:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((68 / var(--curent-size)) * 100vw);
  background-image: url(../img/2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#about {
  position: relative;
}

.lenta {
  position: absolute;
  top: calc((190 / var(--curent-size)) * 100vw);
  right: 0;
  width: calc((1052 / var(--curent-size)) * 100vw);
  z-index: 1;
}

.about-under-text {
  margin-top: calc((288 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw);
  position: relative;
}

.about-under-text p:nth-child(2) {
  margin-left: auto;
}

.olive {
  color: var(--olive);
}

.wave {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((113 / var(--curent-size)) * 100vw);
  height: calc((64 / var(--curent-size)) * 100vw);
}

.circle {
  position: absolute;
  bottom: calc((-24 / var(--curent-size)) * 100vw);
  right: calc((326 / var(--curent-size)) * 100vw);
  width: calc((235 / var(--curent-size)) * 100vw);
  height: calc((101 / var(--curent-size)) * 100vw);
}

.white {
  color: var(--white);
}

#programm {
  width: 100%;
  height: calc((920 / var(--curent-size)) * 100vw);
  background-image: url(../img/beach.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.program-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: calc((120 / var(--curent-size)) * 100vw);
}

.up-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc((85 / var(--curent-size)) * 100vw);
  object-fit: cover;
}

.under-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((85 / var(--curent-size)) * 100vw);
  object-fit: cover;
}

.programm-items {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: calc((218 / var(--curent-size)) * 100vw)
    calc((400 / var(--curent-size)) * 100vw);
  margin-top: calc((92 / var(--curent-size)) * 100vw);
}

.programm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
  position: relative;
}

.programm-item p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 125%;
  text-align: center;
  color: var(--olive);
  position: relative;
  z-index: 1;
}

.programm-item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey);
  position: relative;
  z-index: 1;
}

.programm-item:nth-child(1):before {
  content: "";
  width: calc((392 / var(--curent-size)) * 100vw);
  height: calc((212 / var(--curent-size)) * 100vw);
  background-image: url(../img/p1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.programm-item:nth-child(2):before {
  content: "";
  width: calc((392 / var(--curent-size)) * 100vw);
  height: calc((212 / var(--curent-size)) * 100vw);
  background-image: url(../img/p2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.programm-item:nth-child(3):before {
  content: "";
  width: calc((392 / var(--curent-size)) * 100vw);
  height: calc((212 / var(--curent-size)) * 100vw);
  background-image: url(../img/p3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.programm-item:nth-child(4):before {
  content: "";
  width: calc((505 / var(--curent-size)) * 100vw);
  height: calc((262 / var(--curent-size)) * 100vw);
  background-image: url(../img/p4.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.programm-item:nth-child(5):before {
  content: "";
  width: calc((446 / var(--curent-size)) * 100vw);
  height: calc((242 / var(--curent-size)) * 100vw);
  background-image: url(../img/p5.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.programm-item:nth-child(2) {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -700%);
  opacity: 0;
}

.programm-item:nth-child(2).visible {
  transform: translate(-50%, -50%);
  transition: 1s ease;
  opacity: 1;
}

.programm-item:nth-child(3) {
  transform: translate(296%, -354%);
  opacity: 0;
  transition: 1s ease;
}

.programm-item:nth-child(3).visible {
  transform: translate(0, 0);
  transition: 1s ease;
  opacity: 1;
}

.programm-item:nth-child(1) {
  transform: translate(-296%, -354%);
  opacity: 0;
  transition: 1s ease;
}

.programm-item:nth-child(1).visible {
  transform: translate(0, 0);
  transition: 1s ease;
  opacity: 1;
}

.programm-item:nth-child(4) {
  transform: translate(-296%, 354%);
  opacity: 0;
  transition: 1s ease;
}

.programm-item:nth-child(4).visible {
  transform: translate(0, 0);
  transition: 1s ease;
  opacity: 1;
}

.programm-item:nth-child(5) {
  transform: translate(296%, 354%);
  opacity: 0;
  transition: 1s ease;
}

.programm-item:nth-child(5).visible {
  transform: translate(0, 0);
  transition: 1s ease;
  opacity: 1;
}

#why {
  padding-top: calc((160 / var(--curent-size)) * 100vw);
}

.why-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.why-items {
  display: flex;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  margin: calc((48 / var(--curent-size)) * 100vw) 0
    calc((32 / var(--curent-size)) * 100vw) 0;
  flex-wrap: wrap;
  justify-content: center;
}

.why-item {
  border-radius: calc((24 / var(--curent-size)) * 100vw);
  padding: calc((24 / var(--curent-size)) * 100vw)
    calc((56 / var(--curent-size)) * 100vw);
  width: calc((380 / var(--curent-size)) * 100vw);
  height: calc((230 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--beige-light);
}

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

.why-item p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--olive);
}

.why-item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey);
  margin-top: calc((8 / var(--curent-size)) * 100vw);
}

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

.buttons-wrapper a {
  border-radius: calc((40 / var(--curent-size)) * 100vw);
  width: calc((274 / var(--curent-size)) * 100vw);
  height: calc((66 / var(--curent-size)) * 100vw);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 110%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.buttons-wrapper a:first-child:hover {
  background: var(--olive);
  color: #fff;
  transition: 0.3s ease;
}

.cons-btn:hover {
  border: calc((1 / var(--curent-size)) * 100vw) solid var(--olive);
  color: var(--olive);
  transition: 0.3s ease;
}

.call-btn {
  color: var(--white);
  background: var(--dark-grey);
}

.cons-btn {
  color: var(--dark-grey);
  border: calc((1 / var(--curent-size)) * 100vw) solid var(--dark-grey);
}

.question {
  position: absolute;
  top: calc((-20 / var(--curent-size)) * 100vw);
  right: calc((110 / var(--curent-size)) * 100vw);
  width: calc((116 / var(--curent-size)) * 100vw);
  height: calc((116 / var(--curent-size)) * 100vw);
}

.fits-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  gap: calc((24 / var(--curent-size)) * 100vw);
}

.fits-title p:last-child {
  margin-left: auto;
}

.fits-wrapper {
  margin-top: calc((184 / var(--curent-size)) * 100vw);
  margin-bottom: calc((73 / var(--curent-size)) * 100vw);
}

.circles {
  position: absolute;
  top: calc((-8 / var(--curent-size)) * 100vw);
  left: calc((-31 / var(--curent-size)) * 100vw);
  width: calc((379 / var(--curent-size)) * 100vw);
  height: calc((97 / var(--curent-size)) * 100vw);
}

.fits-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  position: relative;
}

.fits-content img {
  width: calc((638 / var(--curent-size)) * 100vw);
  height: calc((536 / var(--curent-size)) * 100vw);
}

.fits-content ul {
  position: absolute;
  top: calc((22 / var(--curent-size)) * 100vw);
  right: calc((0 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((35 / var(--curent-size)) * 100vw);
  list-style: none;
}

.fits-content ul li {
  padding-left: calc((72 / var(--curent-size)) * 100vw);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
  position: relative;
  height: calc((48 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
}

.fits-content ul li:before {
  content: "";
  position: absolute;
  top: calc((0 / var(--curent-size)) * 100vw);
  left: calc((0 / var(--curent-size)) * 100vw);
  background-image: url(../img/ch.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc((48 / var(--curent-size)) * 100vw);
  height: calc((48 / var(--curent-size)) * 100vw);
}

#invite {
  width: 100%;
  height: calc((980 / var(--curent-size)) * 100vw);
  background-image: url(../img/invite.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.invite-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invite-wrapper {
  background: var(--white);
  border-radius: calc((48 / var(--curent-size)) * 100vw);
  padding: calc((52 / var(--curent-size)) * 100vw)
    calc((80 / var(--curent-size)) * 100vw);
  width: calc((980 / var(--curent-size)) * 100vw);
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.lines {
  position: absolute;
  top: calc((125 / var(--curent-size)) * 100vw);
  right: calc((165 / var(--curent-size)) * 100vw);
  width: calc((340 / var(--curent-size)) * 100vw);
}

.invite-wrapper ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: calc((52 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  margin-top: calc((48 / var(--curent-size)) * 100vw);
}

.invite-wrapper ul li {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  width: calc((400 / var(--curent-size)) * 100vw);
  padding-left: calc((104 / var(--curent-size)) * 100vw);
  position: relative;
  height: calc((68 / var(--curent-size)) * 100vw);
}

.invite-wrapper ul li:nth-child(1):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((68 / var(--curent-size)) * 100vw);
  background-image: url(../img/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.invite-wrapper ul li:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((68 / var(--curent-size)) * 100vw);
  background-image: url(../img/2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.invite-wrapper ul li:nth-child(2):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((68 / var(--curent-size)) * 100vw);
  background-image: url(../img/3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.invite-wrapper ul li:nth-child(4):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((68 / var(--curent-size)) * 100vw);
  background-image: url(../img/4.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.invite-wrapper ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #708e1c;
  height: calc((2 / var(--curent-size)) * 100vw);
}

.fit-date {
  margin: calc((64 / var(--curent-size)) * 100vw) 0
    calc((32 / var(--curent-size)) * 100vw) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw);
}

.fit-date > p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 125%;
  text-align: center;
  color: var(--dark-grey);
}

.fit-date div {
  display: flex;
  align-items: center;
  gap: calc((40 / var(--curent-size)) * 100vw);
}

.fit-date div div {
  display: flex;
  align-items: center;
  gap: calc((12 / var(--curent-size)) * 100vw);
}

.fit-date div div svg {
  width: calc((24 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
}

.fit-date div div span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
}

#reviews {
  padding: calc((160 / var(--curent-size)) * 100vw) 0;
}

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

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

.reviews-item {
  padding: calc((32 / var(--curent-size)) * 100vw);
  border-radius: calc((32 / var(--curent-size)) * 100vw);
  width: calc((380 / var(--curent-size)) * 100vw);
  height: calc((432 / var(--curent-size)) * 100vw);
  background: var(--beige-light);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((32 / var(--curent-size)) * 100vw);
  cursor: pointer;
}

.reviews-text-block p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
}

.rew-click .reviews-text-block p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((72 / var(--curent-size)) * 100vw);
  background: linear-gradient(180deg, rgba(237, 228, 215, 0) 0%, #ede4d7 100%);
}

.reviews-text-block {
  position: relative;
  color: #303030;
  height: calc((272 / var(--curent-size)) * 100vw);
  overflow: hidden;
}

.reviews-text-block img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((24 / var(--curent-size)) * 100vw);
  opacity: 0;
  visibility: hidden;
}

.reviews-text-block img.open {
  opacity: 1;
  visibility: visible;
}

.icon {
  width: calc((64 / var(--curent-size)) * 100vw);
  height: calc((64 / var(--curent-size)) * 100vw);
  overflow: hidden;
  border-radius: 50%;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reviews-item-data {
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc((16 / var(--curent-size)) * 100vw);
  height: calc((64 / var(--curent-size)) * 100vw);
  margin-top: auto;
  position: relative;
}

.reviews-item-data > svg {
  position: absolute;
  top: calc((-14 / var(--curent-size)) * 100vw);
  right: 0;
  width: calc((44 / var(--curent-size)) * 100vw);
  height: calc((44 / var(--curent-size)) * 100vw);
}

.reviews-item-data-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((4 / var(--curent-size)) * 100vw);
}

.reviews-item-data-text p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 110%;
  color: #303030;
}

.reviews-item-data-text span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #303030;
  opacity: 0.3;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc((23 / var(--curent-size)) * 100vw);
  position: relative;
  width: fit-content;
}

.price-title p:last-child {
  position: relative;
  left: calc((130 / var(--curent-size)) * 100vw);
}

.dollar {
  position: absolute;
  top: calc((100 / var(--curent-size)) * 100vw);
  right: calc((-160 / var(--curent-size)) * 100vw);
  width: calc((50 / var(--curent-size)) * 100vw);
  height: calc((85 / var(--curent-size)) * 100vw);
  z-index: 2;
}

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

.price-content > img {
  width: calc((726 / var(--curent-size)) * 100vw);
}

.price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-item {
  border-radius: calc((16 / var(--curent-size)) * 100vw);
  padding: calc((24 / var(--curent-size)) * 100vw);
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((133 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((11 / var(--curent-size)) * 100vw);
  margin-bottom: calc((24 / var(--curent-size)) * 100vw);
  background: var(--beige-light);
}

.price-item p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 120%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--olive);
}

.price-item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey);
}

.price-data > p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey);
  margin-top: calc((8 / var(--curent-size)) * 100vw);
}

.price-data > a {
  background: var(--dark-grey);
  border-radius: calc((40 / var(--curent-size)) * 100vw);
  width: calc((268 / var(--curent-size)) * 100vw);
  height: calc((67 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 120%;
  text-align: center;
  color: var(--white);
  margin-top: calc((12 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
}

.price-data > a:hover {
  transition: 0.3s ease;
  color: #fff;
  background: var(--olive);
}

#line {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: calc((132 / var(--curent-size)) * 100vw) 0
    calc((24 / var(--curent-size)) * 100vw) 0;
}

.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee {
  animation: scroll 220s linear infinite;
}

.items {
  flex-shrink: 0;
  display: flex;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
  gap: calc((32 / var(--curent-size)) * 100vw);
}

.item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: calc((16 / var(--curent-size)) * 100vw);
  transition: all 0.1s ease-in-out;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}

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

.video-content p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 125%;
  text-align: center;
  color: var(--dark-grey);
}

.video-content span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
  margin: calc((16 / var(--curent-size)) * 100vw) 0
    calc((24 / var(--curent-size)) * 100vw) 0;
}

.video-content div {
  position: relative;
}

.video-content video {
  border-radius: calc((24 / var(--curent-size)) * 100vw);
  overflow: hidden;
  width: 100%;
  height: calc((616 / var(--curent-size)) * 100vw);
  object-fit: cover;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: initial;
  border: none;
  width: calc((80 / var(--curent-size)) * 100vw);
  height: calc((80 / var(--curent-size)) * 100vw);
  z-index: 2;
  cursor: pointer;
}

.play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#video {
  padding-bottom: calc((160 / var(--curent-size)) * 100vw);
}

.participants-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((48 / var(--curent-size)) * 100vw);
}
.participants-title {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.participants-title p:last-child {
  position: relative;
  right: calc((-190 / var(--curent-size)) * 100vw);
}

.participants-itmes {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc((24 / var(--curent-size)) * 100vw)
    calc((17 / var(--curent-size)) * 100vw);
}

.participants-item {
  width: calc((380 / var(--curent-size)) * 100vw);
  height: calc((528 / var(--curent-size)) * 100vw);
  position: relative;
  overflow: hidden;
  border-radius: calc((24 / var(--curent-size)) * 100vw);
}

.participants-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photos-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: calc((777 / var(--curent-size)) * 100vw);
}

.left-photos {
  display: flex;
  flex-direction: column;
  width: calc((368 / var(--curent-size)) * 100vw);
  position: relative;
}
.right-photos {
  width: calc((426 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: calc((30 / var(--curent-size)) * 100vw);
}

.first-photo {
  width: calc((224 / var(--curent-size)) * 100vw);
  height: calc((302 / var(--curent-size)) * 100vw);
  object-fit: cover;
  transform: translate(
    calc((-300 / var(--curent-size)) * 100vw),
    calc((-300 / var(--curent-size)) * 100vw)
  );
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.first-photo.open-img {
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
  transform: translate(
    calc((55 / var(--curent-size)) * 100vw),
    calc((0 / var(--curent-size)) * 100vw)
  );
}

.second-photo {
  position: absolute;
  width: calc((300 / var(--curent-size)) * 100vw);
  object-fit: cover;
  z-index: 1;
  transform: translate(
    calc((-400 / var(--curent-size)) * 100vw),
    calc((600 / var(--curent-size)) * 100vw)
  );
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.second-photo.open-img {
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
  transform: translate(
    calc((120 / var(--curent-size)) * 100vw),
    calc((287 / var(--curent-size)) * 100vw)
  );
}

.third-photo {
  width: calc((280 / var(--curent-size)) * 100vw);
  object-fit: cover;
  position: relative;
  z-index: 2;
  transform: translate(
    calc((600 / var(--curent-size)) * 100vw),
    calc((-300 / var(--curent-size)) * 100vw)
  );
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}

.third-photo.open-img {
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
  transform: translate(
    calc((75 / var(--curent-size)) * 100vw),
    calc((0 / var(--curent-size)) * 100vw)
  );
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
}

.four-photo {
  width: calc((268 / var(--curent-size)) * 100vw);
  height: calc((302 / var(--curent-size)) * 100vw);
  object-fit: cover;
  position: absolute;
  transform: translate(
    calc((600 / var(--curent-size)) * 100vw),
    calc((260 / var(--curent-size)) * 100vw)
  );
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}

.four-photo.open-img {
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
  transform: translate(
    calc((150 / var(--curent-size)) * 100vw),
    calc((260 / var(--curent-size)) * 100vw)
  );
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
}

.five-photo {
  width: calc((224 / var(--curent-size)) * 100vw);
  height: calc((302 / var(--curent-size)) * 100vw);
  object-fit: cover;
  position: absolute;
  transform: translate(
    calc((600 / var(--curent-size)) * 100vw),
    calc((740 / var(--curent-size)) * 100vw)
  );
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}

.five-photo.open-img {
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
  transform: translate(
    calc((10 / var(--curent-size)) * 100vw),
    calc((440 / var(--curent-size)) * 100vw)
  );
  opacity: 1;
  visibility: visible;
  transition: 1s ease;
}

.photo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo-text > p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey);
  margin-top: calc((48 / var(--curent-size)) * 100vw);
}

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

.photos-title p:first-child {
  position: relative;
  left: calc((-70 / var(--curent-size)) * 100vw);
}
.photos-title p:last-child {
  position: relative;
  left: calc((75 / var(--curent-size)) * 100vw);
}

#photos {
  padding: calc((160 / var(--curent-size)) * 100vw) 0;
  overflow: hidden;
}

/*  */

.fag-item {
  width: calc((580 / var(--curent-size)) * 100vw);
  min-height: calc((74 / var(--curent-size)) * 100vw);
  position: relative;
  padding: 0 calc((24 / var(--curent-size)) * 100vw);
  background: var(--beige-bg);
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s ease;
  align-items: flex-start;
}

/* .fag-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((2 / var(--curent-size)) * 100vw);
  background: #708e1c;
} */

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

.fag-item-haed {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: calc((34 / var(--curent-size)) * 100vw);
  position: relative;
}

.fag-item-haed:after {
  content: "";
  position: absolute;
  bottom: calc((-16 / var(--curent-size)) * 100vw);
  left: 0;
  width: 100%;
  height: calc((2 / var(--curent-size)) * 100vw);
  background: #708e1c;
}

.fag-item-haed p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
}

.fag-item-haed div {
  width: calc((58 / var(--curent-size)) * 100vw);
  height: calc((58 / var(--curent-size)) * 100vw);
  margin-bottom: auto;
  background: var(--olive);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
  flex-shrink: 0;
}

.fag-item-haed div svg {
  width: calc((32 / var(--curent-size)) * 100vw);
  height: calc((32 / var(--curent-size)) * 100vw);
}

.answer {
  min-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: calc((0 / var(--curent-size)) * 100vw);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.fag-item.active {
  grid-template-rows: auto 1fr;
}

.fag-item.active .fag-item-haed p {
  color: var(--violet-l);
}

.fag-item.active .fag-item-haed div {
  transform: rotate(45deg);
  transition: 0.3s ease;
  background: #252525;
}

.fag-item.active .answer {
  opacity: 1;
  visibility: visible;
  margin-top: calc((32 / var(--curent-size)) * 100vw);
  transition: 0.3s linear;
}

.faq-content > div {
  width: calc((580 / var(--curent-size)) * 100vw);
}

.title-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc((62 / var(--curent-size)) * 100vw);
}

.title-faq p:first-child {
  margin-right: auto;
}

.title-faq p:last-child {
  margin-left: auto;
}

.faq-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
#faq {
  overflow: hidden;
  position: relative;
}

.title-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: calc((950 / var(--curent-size)) * 100vw);
}

.title-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc((950 / var(--curent-size)) * 100vw);
}

#join {
  padding: calc((160 / var(--curent-size)) * 100vw) 0;
}

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

.join-title > p:last-child {
  margin-left: auto;
}

.join-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc((48 / var(--curent-size)) * 100vw);
  gap: calc((52 / var(--curent-size)) * 100vw);
}

.join-item {
  width: calc((680 / var(--curent-size)) * 100vw);
  height: calc((58 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  position: relative;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.join-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((2 / var(--curent-size)) * 100vw);
  background: var(--olive);
}

.join-item p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
}

.join-item img {
  margin-top: auto;
}

.join-item:last-child {
  margin-left: auto;
}

.join-item:first-child img {
  width: calc((337 / var(--curent-size)) * 100vw);
}

.join-item:last-child img {
  width: calc((340 / var(--curent-size)) * 100vw);
}

.join-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc((80 / var(--curent-size)) * 100vw);
  position: relative;
}

.join-data p:nth-child(3) {
  margin: calc((64 / var(--curent-size)) * 100vw) 0
    calc((32 / var(--curent-size)) * 100vw) 0;
}

.join-data img {
  position: absolute;
  bottom: calc((110 / var(--curent-size)) * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: calc((190 / var(--curent-size)) * 100vw);
}

.join-data p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 125%;
  text-align: center;
  color: var(--dark-grey);
}

.join-data a {
  border-radius: calc((40 / var(--curent-size)) * 100vw);
  width: calc((268 / var(--curent-size)) * 100vw);
  height: calc((67 / var(--curent-size)) * 100vw);
  background: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 120%;
  text-align: center;
  color: var(--white);
  margin-top: calc((32 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
}

.join-data a:hover {
  transition: 0.3s ease;
  color: #fff;
  background: var(--olive);
}

footer {
  background: var(--beige-light);
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: calc((64 / var(--curent-size)) * 100vw);
}

.footer-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

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

.social-links a svg {
  width: calc((25 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
}

.footer-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: calc((28 / var(--curent-size)) * 100vw);
  border-radius: calc((100 / var(--curent-size)) * 100vw);
}

.footer-menu li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 130%;
  letter-spacing: -0.04em;
  color: var(--dark-grey);
  display: flex;
  transition: 0.3s ease;
}

.footer-menu li a:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.footer-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw);
  padding-top: calc((32 / var(--curent-size)) * 100vw);
  margin: calc((32 / var(--curent-size)) * 100vw) 0
    calc((80 / var(--curent-size)) * 100vw) 0;
  position: relative;
}

.footer-data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc((580 / var(--curent-size)) * 100vw);
  height: calc((1 / var(--curent-size)) * 100vw);
  z-index: 2;
  background: var(--dark-grey-100);
}

.footer-data p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 130%;
  letter-spacing: -0.04em;
  text-align: center;
  color: rgba(48, 48, 48, 0.5);
}

.footer-data p:last-child {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 130%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey);
  opacity: 0.7;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.logo-footer {
}

.logo-footer img {
  width: calc((112 / var(--curent-size)) * 100vw);
}

.footer-under {
  width: 100%;
  margin: 0 auto;
  height: calc((143 / var(--curent-size)) * 100vw);
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #14141489;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  padding-top: calc((110 / var(--curent-size)) * 100vw);
  opacity: 0;
  visibility: hidden;
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  border-radius: calc((48 / var(--curent-size)) * 100vw);
  padding: calc((65 / var(--curent-size)) * 100vw)
    calc((118 / var(--curent-size)) * 100vw);
  width: calc((580 / var(--curent-size)) * 100vw);
  height: fit-content;
  background: var(--beige-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.close-modal {
  position: absolute;
  top: calc((32 / var(--curent-size)) * 100vw);
  right: calc((48 / var(--curent-size)) * 100vw);
  background: var(--beige-light);
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  width: calc((40 / var(--curent-size)) * 100vw);
  height: calc((40 / var(--curent-size)) * 100vw);
}

.close-modal svg {
  width: calc((24 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
}

.modal p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 110%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey);
}

.modal span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--dark-grey-500);
  margin-top: calc((16 / var(--curent-size)) * 100vw);
}

.title-mob {
		display: none;
	}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: calc((32 / var(--curent-size)) * 100vw);
  gap: calc((32 / var(--curent-size)) * 100vw);
}

.modal-form > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((12 / var(--curent-size)) * 100vw);
  width: 100%;
}

.modal-form > div label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 110%;
  color: var(--dark-grey);
}

.modal-form > div > input {
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  padding: 0 calc((24 / var(--curent-size)) * 100vw);
  width: 100%;
  height: calc((52 / var(--curent-size)) * 100vw);
  background: var(--beige-light);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey-500);
  border: none;
  outline: none;
}

.modal-form button {
  width: 100%;
  border-radius: calc((40 / var(--curent-size)) * 100vw);
  height: calc((66 / var(--curent-size)) * 100vw);
  background: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 110%;
  text-align: center;
  color: var(--white);
  margin-top: calc((16 / var(--curent-size)) * 100vw);
  border: none;
  cursor: pointer;
}

.modal-form button:hover {
  transition: 0.3s ease;
  background: var(--olive);
}

.phone-inputs {
  display: flex;
  align-items: center;
  gap: calc((4 / var(--curent-size)) * 100vw);
}

.phone-inputs input {
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  padding: 0 calc((24 / var(--curent-size)) * 100vw);
  width: 100%;
  height: calc((52 / var(--curent-size)) * 100vw);
  background: var(--beige-light);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  letter-spacing: -0.04em;
  color: var(--dark-grey-500);
  border: none;
  outline: none;
}

.phone-inputs input#country-code {
  width: calc((92 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.iti {
  position: relative;
}

.iti__flag-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iti__flag,
.iti__arrow {
  display: none;
}

.iti__country-list {
  position: absolute;
  top: 0;
  left: 0;
  height: calc((300 / var(--curent-size)) * 100vw);
  overflow-y: scroll;
  background: #fff;
}

#country-code::placeholder {
  color: #14141400;
}

.iti__selected-dial-code {
  font-family: var(--font3);
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 150%;
  color: var(--dark-grey);
}

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

.rew-wrapper.open {
  opacity: 1;
  visibility: visible;
}

#real-phone-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.reviews-item-single {
  position: relative;
  width: calc((496 / var(--curent-size)) * 100vw);
  padding: calc((48 / var(--curent-size)) * 100vw);
  height: calc((512 / var(--curent-size)) * 100vw);
  background: var(--beige-light);
  cursor: pointer;
}

.close-rew {
  position: absolute;
  top: calc((24 / var(--curent-size)) * 100vw);
  right: calc((24 / var(--curent-size)) * 100vw);
  width: calc((24 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
  border: none;
  background: initial;
  cursor: pointer;
}

.close-rew svg {
  width: 100%;
  height: 100%;
}

.burger-btn {
  display: none;
}

.ph-ph {
  display: none;
}

.burger-wrapper {
  display: none;
}

.join-title .title span {
	position: static;
}

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

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

  .header-wrapper nav {
    display: none;
  }

  .header-call {
    display: none;
  }

  .burger-btn {
    display: flex;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    background: initial;
    border: none;
  }

  .burger-btn img {
    width: 100%;
    height: 100%;
  }
  .logo {
    padding: calc((10 / var(--curent-size)) * 100vw)
      calc((10 / var(--curent-size)) * 100vw);
    border-radius: calc((12 / var(--curent-size)) * 100vw);
    background-color: var(--white);
    box-shadow: 0 0 calc((15 / var(--curent-size)) * 100vw) 0
      rgba(55, 55, 55, 0.1);
    display: flex;
  }

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

  .main-text {
    position: absolute;
    top: calc((221 / var(--curent-size)) * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
    width: calc((336 / var(--curent-size)) * 100vw);
  }

  .count-items {
    gap: calc((16 / var(--curent-size)) * 100vw);
    margin: calc((16 / var(--curent-size)) * 100vw) 0
      calc((24 / var(--curent-size)) * 100vw) 0;
  }

  .count-item {
    border-radius: calc((16 / var(--curent-size)) * 100vw);
    width: calc((101 / var(--curent-size)) * 100vw);
    height: calc((88 / var(--curent-size)) * 100vw);
  }

  .count-item div p {
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .count-item > p {
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .count-data > p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
    margin-left: calc((8 / var(--curent-size)) * 100vw);
  }

  .counter {
    gap: calc((12 / var(--curent-size)) * 100vw);
    margin-left: calc((32 / var(--curent-size)) * 100vw);
  }

  .counter li p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .count-data-wrapper > a {
    border-radius: calc((40 / var(--curent-size)) * 100vw);
    padding: calc((16 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    font-size: calc((12 / var(--curent-size)) * 100vw);
    transition: 0.3s ease;
    margin: 0 auto;
  }
  .count-data-wrapper {
    margin-bottom: calc((66 / var(--curent-size)) * 100vw);
  }

  .main-dop-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc((8 / var(--curent-size)) * 100vw);
    position: absolute;
    top: calc((92 / var(--curent-size)) * 100vw);
    left: 0;
    transform: translateY(calc((0 / var(--curent-size)) * 100vw));
  }

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

  .main-dop-text br {
    display: none;
  }

  .main-dop-text span {
    font-size: calc((12 / var(--curent-size)) * 100vw);
    text-align: left;
  }

  .count-data svg {
    width: calc((24 / var(--curent-size)) * 100vw);
    height: calc((24 / var(--curent-size)) * 100vw);
  }

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

  .lenta {
    position: absolute;
    top: calc((425 / var(--curent-size)) * 100vw);
    right: 0;
    width: calc((366 / var(--curent-size)) * 100vw);
    z-index: 1;
  }

  .about-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc((150 / var(--curent-size)) * 100vw);
    padding-bottom: calc((160 / var(--curent-size)) * 100vw);
  }

  .about-wrapper span {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    text-align: center;
    margin-top: calc((24 / var(--curent-size)) * 100vw);
  }

  .about-wrapper span br {
    display: none;
  }

  .about-wrapper ul {
    gap: calc((32 / var(--curent-size)) * 100vw);
    width: calc((336 / var(--curent-size)) * 100vw);
    margin-top: calc((26 / var(--curent-size)) * 100vw);
  }

  .about-wrapper ul li {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    padding-left: calc((76 / var(--curent-size)) * 100vw);
  }

  .about-wrapper ul li:nth-child(1):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((60 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    background-image: url(../img/1.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-wrapper ul li:nth-child(2):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((60 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    background-image: url(../img/3.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-wrapper ul li:nth-child(3):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((60 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    background-image: url(../img/2.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wave {
    display: none;
  }

  .circle {
    position: absolute;
    bottom: calc((-9 / var(--curent-size)) * 100vw);
    right: calc((69 / var(--curent-size)) * 100vw);
    width: calc((86 / var(--curent-size)) * 100vw);
    height: calc((38 / var(--curent-size)) * 100vw);
  }

  .about-under-text {
    margin-top: calc((280 / var(--curent-size)) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc((12 / var(--curent-size)) * 100vw);
    position: relative;
  }

  .about-under-text p:first-child {
    text-align: center;
  }

  .title span {
    font-size: calc((24 / var(--curent-size)) * 100vw);
    position: relative;
    left: calc((-97 / var(--curent-size)) * 100vw);
    top: calc((8 / var(--curent-size)) * 100vw);
  }

  .about-wrapper {
    padding-top: calc((96 / var(--curent-size)) * 100vw);
    padding-bottom: calc((96 / var(--curent-size)) * 100vw);
  }

  #programm {
    width: 100%;
    height: calc((908 / var(--curent-size)) * 100vw);
    background-image: url(../img/beach-m.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    overflow: hidden;
  }

  .under-line,
  .up-line {
    height: calc((54 / var(--curent-size)) * 100vw);
  }

  .program-content {
    padding-top: calc((60 / var(--curent-size)) * 100vw);
  }

  .programm-item {
    gap: calc((8 / var(--curent-size)) * 100vw);
  }

  .programm-item:nth-child(1) {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .programm-item:nth-child(2) {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .programm-item:nth-child(3) {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .programm-item:nth-child(4) {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .programm-item:nth-child(5) {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .programm-item:nth-child(1).visible,
  .programm-item:nth-child(2).visible,
  .programm-item:nth-child(3).visible,
  .programm-item:nth-child(4).visible,
  .programm-item:nth-child(5).visible {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    position: static !important;
  }

  .programm-items {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-items: center;
    justify-content: unset;

    gap: calc((80 / var(--curent-size)) * 100vw)
      calc((400 / var(--curent-size)) * 100vw);
    margin-top: calc((50 / var(--curent-size)) * 100vw);
  }

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

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

  .programm-item:nth-child(1):before {
    width: calc((221 / var(--curent-size)) * 100vw);
    height: calc((122 / var(--curent-size)) * 100vw);
  }

  .programm-item:nth-child(2):before {
    width: calc((243 / var(--curent-size)) * 100vw);
    height: calc((132 / var(--curent-size)) * 100vw);
  }

  .programm-item:nth-child(3):before {
    width: calc((241 / var(--curent-size)) * 100vw);
    height: calc((132 / var(--curent-size)) * 100vw);
  }

  .programm-item:nth-child(5):before {
    width: calc((267 / var(--curent-size)) * 100vw);
    height: calc((145 / var(--curent-size)) * 100vw);
  }

  .programm-item:nth-child(4):before {
    width: calc((353 / var(--curent-size)) * 100vw);
    height: calc((192 / var(--curent-size)) * 100vw);
  }

  .programm-item:nth-child(2) {
    position: static;
  }

  .programm-item:nth-child(4) {
    order: 20;
  }

  .programm-item:nth-child(4) .programm-item span {
    width: calc((300 / var(--curent-size)) * 100vw);
  }
  .question {
    top: calc((-5 / var(--curent-size)) * 100vw);
    right: calc((-10 / var(--curent-size)) * 100vw);
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
  }

  #why {
    padding-top: calc((96 / var(--curent-size)) * 100vw);
  }

  .why-item {
    border-radius: calc((24 / var(--curent-size)) * 100vw);
    padding: calc((16 / var(--curent-size)) * 100vw)
      calc((12 / var(--curent-size)) * 100vw);
    width: calc((336 / var(--curent-size)) * 100vw);
    height: fit-content;
  }

  .why-items {
    gap: calc((16 / var(--curent-size)) * 100vw);
    margin-bottom: calc((24 / var(--curent-size)) * 100vw);
  }

  .why-item img {
    width: calc((64 / var(--curent-size)) * 100vw);
    height: calc((64 / var(--curent-size)) * 100vw);
  }

  .why-item p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

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

  .why-item span br {
    display: none;
  }

  .buttons-wrapper a.call-btn {
    width: calc((137 / var(--curent-size)) * 100vw);
    height: calc((46 / var(--curent-size)) * 100vw);
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .buttons-wrapper a.cons-btn {
    width: calc((179 / var(--curent-size)) * 100vw);
    height: calc((46 / var(--curent-size)) * 100vw);
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .fits-content {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: calc((24 / var(--curent-size)) * 100vw);
    gap: calc((24 / var(--curent-size)) * 100vw);
  }

  .fits-content ul li {
    padding-left: calc((36 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    align-items: flex-start;
  }

  .fits-title {
    margin: 0 auto;
  }

  .fits-content ul {
    position: static;
    top: none;
    right: none;
    gap: calc((16 / var(--curent-size)) * 100vw);
  }

  .fits-content ul li:before {
    width: calc((24 / var(--curent-size)) * 100vw);
    height: calc((24 / var(--curent-size)) * 100vw);
  }

  .circles {
    position: absolute;
    top: calc((-12 / var(--curent-size)) * 100vw);
    left: calc((-15 / var(--curent-size)) * 100vw);
    width: calc((216 / var(--curent-size)) * 100vw);
    height: calc((54 / var(--curent-size)) * 100vw);
  }

  .fits-wrapper {
    margin-top: calc((96 / var(--curent-size)) * 100vw);
    margin-bottom: calc((73 / var(--curent-size)) * 100vw);
  }

  .fits-content img {
    width: calc((370 / var(--curent-size)) * 100vw);
    height: unset;
  }

  .invite-wrapper {
    padding: calc((40 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    width: calc((375 / var(--curent-size)) * 100vw);
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lines {
    position: absolute;
    top: calc((70 / var(--curent-size)) * 100vw);
    right: calc((25 / var(--curent-size)) * 100vw);
    width: calc((208 / var(--curent-size)) * 100vw);
  }

  .invite-wrapper ul {
    gap: calc((16 / var(--curent-size)) * 100vw);
    align-items: center;
    justify-content: center;
  }

  .invite-wrapper ul li {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    line-height: 125%;
    letter-spacing: -0.04em;
    color: var(--dark-grey);
    display: flex;
    align-items: center;
    width: calc((314 / var(--curent-size)) * 100vw);
    padding-left: calc((76 / var(--curent-size)) * 100vw);
    position: relative;
    height: calc((56 / var(--curent-size)) * 100vw);
  }

  .invite-wrapper ul li:nth-child(1):before {
    width: calc((60 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    background-image: url(../img/1.svg);
    background-size: cover;
  }

  .invite-wrapper ul li:nth-child(3):before {
    width: calc((60 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    background-image: url(../img/2.svg);
    background-size: cover;
  }

  .invite-wrapper ul li:nth-child(2):before {
    width: calc((60 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    background-image: url(../img/3.svg);
    background-size: cover;
  }

  .invite-wrapper ul li:nth-child(4):before {
    width: calc((60 / var(--curent-size)) * 100vw);
    height: calc((56 / var(--curent-size)) * 100vw);
    background-image: url(../img/4.svg);
    background-size: cover;
  }

  .fit-date {
    margin: calc((24 / var(--curent-size)) * 100vw) 0;
    gap: calc((16 / var(--curent-size)) * 100vw);
  }

  .fit-date p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .fit-date > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc((12 / var(--curent-size)) * 100vw);
  }

  .fit-date div div span {
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .fit-date div div svg {
    width: calc((16 / var(--curent-size)) * 100vw);
    height: calc((16 / var(--curent-size)) * 100vw);
  }

  #invite {
    width: 100%;
    height: calc((906 / var(--curent-size)) * 100vw);
    background-image: url(../img/invite-m.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }

  .reviews-items {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc((16 / var(--curent-size)) * 100vw);
  }

  .reviews-item {
    padding: calc((24 / var(--curent-size)) * 100vw);
    border-radius: calc((32 / var(--curent-size)) * 100vw);
    width: calc((314 / var(--curent-size)) * 100vw);
    height: fit-content;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .reviews-text-block p:after {
    content: none;
  }

  .reviews-text-block {
    height: fit-content;
  }

  .reviews-item-data > svg {
    position: absolute;
    top: calc((10 / var(--curent-size)) * 100vw);
    right: 0;
    width: calc((24 / var(--curent-size)) * 100vw);
    height: calc((24 / var(--curent-size)) * 100vw);
  }

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

  .price-content {
    flex-direction: column;
    align-items: center;
    margin-top: calc((24 / var(--curent-size)) * 100vw);
    gap: calc((24 / var(--curent-size)) * 100vw);
  }

  .price-title p:last-child {
    position: relative;
    left: calc((30 / var(--curent-size)) * 100vw);
  }

  .price-content > img {
    width: calc((336 / var(--curent-size)) * 100vw);
  }

  .price-title {
    gap: calc((12 / var(--curent-size)) * 100vw);
  }

  .dollar {
    position: absolute;
    top: calc((43 / var(--curent-size)) * 100vw);
    right: calc((-53 / var(--curent-size)) * 100vw);
    width: calc((32 / var(--curent-size)) * 100vw);
    height: calc((32 / var(--curent-size)) * 100vw);
    z-index: 2;
  }

  .price-data {
    width: 100%;
  }

  .price-item {
    width: 100%;
    height: calc((115 / var(--curent-size)) * 100vw);
    gap: calc((11 / var(--curent-size)) * 100vw);
    margin-bottom: calc((16 / var(--curent-size)) * 100vw);
    background: var(--beige-light);
  }

  .price-item p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

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

  .price-data > p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    margin-top: calc((8 / var(--curent-size)) * 100vw);
  }

  .price-data > a {
    width: calc((175 / var(--curent-size)) * 100vw);
    height: calc((48 / var(--curent-size)) * 100vw);
    font-size: calc((12 / var(--curent-size)) * 100vw);
    margin-top: calc((12 / var(--curent-size)) * 100vw);
  }

  #line {
    padding: calc((88 / var(--curent-size)) * 100vw) 0
      calc((24 / var(--curent-size)) * 100vw) 0;
  }

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

  .video-content span {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    margin: calc((12 / var(--curent-size)) * 100vw) 0
      calc((16 / var(--curent-size)) * 100vw) 0;
    width: calc((265 / var(--curent-size)) * 100vw);
    text-align: center;
  }

  .video-content video {
    border-radius: calc((24 / var(--curent-size)) * 100vw);
    overflow: hidden;
    width: 100%;
    height: calc((212 / var(--curent-size)) * 100vw);
    object-fit: cover;
  }

  .play {
    width: calc((32 / var(--curent-size)) * 100vw);
    height: calc((32 / var(--curent-size)) * 100vw);
  }

  #video {
    padding-bottom: calc((96 / var(--curent-size)) * 100vw);
  }

  .participants-itmes {
    gap: calc((16 / var(--curent-size)) * 100vw);
  }

  .participants-item {
    width: calc((160 / var(--curent-size)) * 100vw);
    height: calc((223 / var(--curent-size)) * 100vw);
  }

  .participants-title p:last-child {
    position: relative;
    right: calc((-20 / var(--curent-size)) * 100vw);
    top: calc((8 / var(--curent-size)) * 100vw);
  }

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

  #photos {
    padding: calc((96 / var(--curent-size)) * 100vw) 0;
    overflow: hidden;
  }

  .photos-content {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    position: relative;
    height: calc((471 / var(--curent-size)) * 100vw);
  }

  .left-photos,
  .left-photos {
    display: none;
  }

      .photo-text {
        width: 100%;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

  .photos-title p:first-child {
    position: relative;
    left: calc((32 / var(--curent-size)) * 100vw);
  }

  .ph-ph {
    display: flex;
    width: calc((375 / var(--curent-size)) * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .photo-text > p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
	  margin-top: calc((24 / var(--curent-size)) * 100vw);
  }

  .faq-content {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: calc((24 / var(--curent-size)) * 100vw);
  }

  .faq-content > div {
    width: calc((336 / var(--curent-size)) * 100vw);
  }

  .fag-item {
    width: calc((336 / var(--curent-size)) * 100vw);
    min-height: calc((48 / var(--curent-size)) * 100vw);
    padding: 0 calc((16 / var(--curent-size)) * 100vw);
    background: var(--bg);
    cursor: pointer;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
    align-items: flex-start;
  }

  .fag-item-haed div {
    width: calc((32 / var(--curent-size)) * 100vw);
    height: calc((32 / var(--curent-size)) * 100vw);
  }

  .fag-item-haed div svg {
    width: calc((20 / var(--curent-size)) * 100vw);
    height: calc((20 / var(--curent-size)) * 100vw);
  }

  .fag-item-haed:after {
    bottom: calc((-16 / var(--curent-size)) * 100vw);
    height: calc((1 / var(--curent-size)) * 100vw);
  }

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

  .fag-item-haed p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .title-faq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: calc((62 / var(--curent-size)) * 100vw);
    gap: calc((12 / var(--curent-size)) * 100vw);
  }

  .title-faq p:first-child {
    margin-right: unset;
    transform: translateX(calc((40 / var(--curent-size)) * 100vw));
  }

  .title-faq p:nth-child(2) {
    transform: translateX(calc((95 / var(--curent-size)) * 100vw));
  }

  .title-faq p:last-child {
    transform: translateX(calc((175 / var(--curent-size)) * 100vw));
    margin-left: unset;
  }

  .title-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc((260 / var(--curent-size)) * 100vw);
  }

  .title-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: calc((260 / var(--curent-size)) * 100vw);
  }

  .join-item {
    width: calc((336 / var(--curent-size)) * 100vw);
    height: calc((48 / var(--curent-size)) * 100vw);
    gap: calc((12 / var(--curent-size)) * 100vw);
  }

  .join-items {
    margin-top: calc((24 / var(--curent-size)) * 100vw);
    gap: calc((32 / var(--curent-size)) * 100vw);
  }

  .join-item:first-child img {
    width: calc((96 / var(--curent-size)) * 100vw);
  }

  .left-photos,
  .right-photos {
    display: none;
  }

  .join-item:last-child img {
    width: calc((96 / var(--curent-size)) * 100vw);
  }

  .join-item p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .join-data {
    margin-top: calc((48 / var(--curent-size)) * 100vw);
  }

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

  .join-data img {
    position: absolute;
    bottom: calc((60 / var(--curent-size)) * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
    width: calc((98 / var(--curent-size)) * 100vw);
  }

  .join-data p:nth-child(3) {
    margin: calc((32 / var(--curent-size)) * 100vw) 0
      calc((24 / var(--curent-size)) * 100vw) 0;
  }

  #join {
    padding: calc((96 / var(--curent-size)) * 100vw) 0
      calc((64 / var(--curent-size)) * 100vw) 0;
  }

  .join-data a {
    border-radius: calc((40 / var(--curent-size)) * 100vw);
    width: calc((175 / var(--curent-size)) * 100vw);
    height: calc((48 / var(--curent-size)) * 100vw);
    background: var(--dark-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: calc((12 / var(--curent-size)) * 100vw);
    line-height: 120%;
    text-align: center;
    color: var(--white);
    margin-top: calc((0 / var(--curent-size)) * 100vw);
    transition: 0.3s ease;
  }

  .footer-menu {
    gap: calc((20 / var(--curent-size)) * 100vw);
    margin: calc((16 / var(--curent-size)) * 100vw) 0
      calc((24 / var(--curent-size)) * 100vw) 0;
  }

  footer {
    background: var(--beige-light);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: calc((32 / var(--curent-size)) * 100vw);
  }

  .footer-data p:last-child br {
    display: none;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc((24 / var(--curent-size)) * 100vw);
    padding-top: calc((32 / var(--curent-size)) * 100vw);
    margin: calc((24 / var(--curent-size)) * 100vw) 0
      calc((51 / var(--curent-size)) * 100vw) 0;
    position: relative;
  }

  .footer-under {
    width: 100%;
    margin: 0 auto;
    height: calc((29 / var(--curent-size)) * 100vw);
    object-fit: cover;
    top: calc((4 / var(--curent-size)) * 100vw);
    position: relative;
  }

  .footer-data:before {
    width: calc((336 / var(--curent-size)) * 100vw);
  }

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

  .burger-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

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

  .burger-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--beige-bg);
    position: relative;
    padding: calc((36 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    transform: translateX(380px);
    transition: 0.3s ease;
  }

  .burger-content.open {
    transform: translateX(0);
    transition: 0.3s ease;
  }
	
	.thx-wrapper p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: calc((18 / var(--curent-size)) * 100vw);
}
	
	.thx-wrapper h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: calc((26 / var(--curent-size)) * 100vw);
    line-height: 100%;
    color: var(--dark-grey);
    text-align: center;
}
	
	
	.thx-wrapper {
    display: flex
;
    align-items: center;
    flex-direction: column;
    padding: calc((100 / var(--curent-size)) * 100vw) 0 calc((40 / var(--curent-size)) * 100vw) 0;
    gap: calc((30 / var(--curent-size)) * 100vw);
}

  .close-burger {
    position: absolute;
    top: calc((20 / var(--curent-size)) * 100vw);
    right: calc((20 / var(--curent-size)) * 100vw);
    background: initial;
    border: none;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
  }

  .close-burger img {
    width: 100%;
    height: 100%;
  }

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

  .burger-menu li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #303030;
  }

  .burger-social-links {
    margin-top: auto;
    margin-bottom: calc((16 / var(--curent-size)) * 100vw);
    display: flex;
    align-items: center;
    gap: calc((8 / var(--curent-size)) * 100vw);
  }

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

  .burger-content > a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: calc((12 / var(--curent-size)) * 100vw);
    line-height: 130%;
    letter-spacing: -0.04em;
    text-align: center;
    color: var(--white);
    border-radius: calc((40 / var(--curent-size)) * 100vw);
    width: calc((136 / var(--curent-size)) * 100vw);
    height: calc((48 / var(--curent-size)) * 100vw);
    background: var(--dark-grey);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-wrapper {
    padding-top: calc((0 / var(--curent-size)) * 100vw);
  }

  .modal {
    border-radius: calc((0 / var(--curent-size)) * 100vw);
    padding: calc((50 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    width: 100%;
    height: fit-content;
    background: var(--beige-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .close-modal {
    top: calc((24 / var(--curent-size)) * 100vw);
    right: calc((20 / var(--curent-size)) * 100vw);
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
  }

  .modal-wrapper.open {
    overflow-y: auto;
  }
	
	.programm-item:nth-child(4) span  br {
		display: none;
	}
	
	.programm-item:nth-child(4) span {
		width: calc((300 / var(--curent-size)) * 100vw);
	}

  .modal-form button {
    height: calc((48 / var(--curent-size)) * 100vw);
    font-size: calc((12 / var(--curent-size)) * 100vw);
    margin-top: calc((0 / var(--curent-size)) * 100vw);
  }
	
	.join-title .title span {
	display: none;
}
	
	.title-mob {
		display: block;
		        margin-left: calc((100 / var(--curent-size)) * 100vw);
	}
}
