/* ========== Fonts Styles ========== */

@font-face {
  font-family: "Min Sans";
  src: url("../fonts/MinSans-Light.eot");
  src: url("../fonts/MinSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MinSans-Light.woff2") format("woff2"),
    url("../fonts/MinSans-Light.woff") format("woff"),
    url("../fonts/MinSans-Light.ttf") format("truetype"),
    url("../fonts/MinSans-Light.svg#MinSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Min Sans";
  src: url("../fonts/MinSans-Regular.eot");
  src: url("../fonts/MinSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MinSans-Regular.woff2") format("woff2"),
    url("../fonts/MinSans-Regular.woff") format("woff"),
    url("../fonts/MinSans-Regular.ttf") format("truetype"),
    url("../fonts/MinSans-Regular.svg#MinSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Min Sans";
  src: url("../fonts/MinSans-Medium.eot");
  src: url("../fonts/MinSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MinSans-Medium.woff2") format("woff2"),
    url("../fonts/MinSans-Medium.woff") format("woff"),
    url("../fonts/MinSans-Medium.ttf") format("truetype"),
    url("../fonts/MinSans-Medium.svg#MinSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Min Sans";
  src: url("../fonts/MinSans-Bold.eot");
  src: url("../fonts/MinSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MinSans-Bold.woff2") format("woff2"),
    url("../fonts/MinSans-Bold.woff") format("woff"),
    url("../fonts/MinSans-Bold.ttf") format("truetype"),
    url("../fonts/MinSans-Bold.svg#MinSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FoglihtenNo06";
  src: url("../fonts/FoglihtenNo06.eot");
  src: url("../fonts/FoglihtenNo06.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FoglihtenNo06.woff2") format("woff2"),
    url("../fonts/FoglihtenNo06.woff") format("woff"),
    url("../fonts/FoglihtenNo06.ttf") format("truetype"),
    url("../fonts/FoglihtenNo06.svg#FoglihtenNo06") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oceanic";
  src: url("../fonts/Oceanic-Light.eot");
  src: url("../fonts/Oceanic-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oceanic-Light.woff2") format("woff2"),
    url("../fonts/Oceanic-Light.woff") format("woff"),
    url("../fonts/Oceanic-Light.ttf") format("truetype"),
    url("../fonts/Oceanic-Light.svg#Oceanic-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ========== Variables Styles ========== */

:root {
  --font-main: "Min Sans", sans-serif;
  --font-secondary: "Oceanic", sans-serif;
  --font-tertiary: "FoglihtenNo06", sans-serif;
  --font-size-main: 18px;

  --color-white: #e8e6e3;
  --color-white-4: rgba(232, 230, 227, 4%);
  --color-white-8: rgba(232, 230, 227, 8%);
  --color-white-10: rgba(232, 230, 227, 10%);
  --color-white-48: rgba(232, 230, 227, 48%);
  --color-white-72: rgba(232, 230, 227, 72%);
  --color-white-90: rgba(232, 230, 227, 90%);

  --color-black: #0c0d0c;
  --color-black-30: rgba(12, 13, 13, 30%);
  --color-black-48: rgba(12, 13, 13, 48%);
  --color-black-72: rgba(12, 13, 13, 72%);
  --color-black-90: rgba(12, 13, 13, 90%);

  --color-brand: #c2a070;
  --color-brand-hover: #af9166;
  --color-brand-20: rgba(194, 160, 112, 20%);
  --color-brand-12: rgba(194, 160, 112, 12%);

  --color-grad: linear-gradient(
    180deg,
    rgba(194, 160, 112, 0) 0%,
    rgba(194, 160, 112, 0.5) 100%
  );

  --color-green: #1b2621;
  --color-bg: #0c0d0c;

  --border-rad: 32px;
  --border-rad-sm: 8px;
  --border-rad-md: 16px;
  --border-rad-full: 100px;

  --transition-main: 0.2s ease-in-out;
}

/* ========== Reset Styles ========== */

*,
:before,
:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

*:focus,
:before:focus,
:after:focus {
  outline: none !important;
}

html,
body {
  scroll-behavior: smooth;
}

html,
body,
#app {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  color: var(--color-white);
  font-family: var(--font-main);
  font-size: var(--font-size-main);
  background: var(--color-bg);
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

a {
  color: var(--color-white);
  transition: var(--transition-main);
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

input,
button,
textarea {
  outline: none;
  appearance: none;
  background: none;
  appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-border-radius: 0px;
}

input {
  font-size: inherit;
  font-family: inherit;
}

input:-webkit-autofill {
  transition: all 5000s ease-in-out 0s;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

picture,
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* ========== Default Styles ========== */

.overflow-hidden {
  overflow-y: hidden;
}

.H1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 56px;
  font-family: var(--font-secondary);
}

.H2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
  font-family: var(--font-secondary);
}

.T1 {
  font-size: 18px;
  line-height: 32px;
}

.T2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.T2-sm {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.T3 {
  font-size: 13px;
  line-height: 16px;
}

.Bg {
  z-index: 1;
  position: relative;
}

.Bg-Img {
  inset: 0;
  z-index: -1;
  position: absolute;
}

.Bg-Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Offset {
  padding: 76px 0;
}

.Pt0 {
  padding-top: 0 !important;
}

.Pb0 {
  padding-bottom: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 52px;
  height: 52px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: var(--transition-main);
  border-radius: var(--border-rad-full);
  background: var(--color-white-8);
  backdrop-filter: blur(16px);
  position: relative;
  cursor: pointer;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background-image: url(../images/icons/arrow-left.svg);
  position: absolute;
  content: "";
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--color-brand-20);
}

.swiper-button-next:before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.fancybox__slide {
  justify-content: center;
}

.fancybox__slide::before,
.fancybox__slide::after {
  display: none;
}

/* CSS */
.whatsapp-button {
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 68px;
  height: 68px;
  z-index: 1000;
}
.whatsapp-button img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* Псевдоэлемент для анимации ободка */
.whatsapp-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.5); /* Полупрозрачный белый ободок */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 3s ease-out infinite;
}

/* Анимация для эффекта пульсации */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@media screen and (max-width: 1240px) {
  .H1 {
    font-size: 48px;
    line-height: 52px;
  }
  .H2 {
    font-size: 40px;
    line-height: 44px;
  }
  .T1 {
    font-size: 16px;
    line-height: 28px;
  }
  .Offset {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1023px) {
  .H1 {
    font-size: 42px;
    line-height: 48px;
  }
  .H2 {
    font-size: 32px;
    line-height: 36px;
  }
  .Offset {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .H1 {
    font-size: 36px;
    line-height: 40px;
  }
  .T1 {
    line-height: 26px;
  }
  .T2-sm {
    font-size: 13px;
    line-height: 16px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}

/* ========== buttons Styles ========== */

.Button {
  gap: 10px;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding: 20px 36px;
  min-height: 64px;
  width: max-content;
  font-family: var(--font-main);
  border-radius: var(--border-rad-full);
  transform: scale(1) translateZ(0);
  transition: var(--transition-main);
  will-change: transform;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
}

.Button img {
  left: -8px;
  max-width: none;
  max-height: none;
  position: relative;
}

.Button img.StateImg {
  left: 0;
}

.Button:active {
  transform: scale(0.99) translateZ(0);
  transform-origin: center;
}

.Button.--Brand {
  color: var(--color-black);
  background: var(--color-brand);
}

.Button.--Brand:hover {
  background: var(--color-brand-hover);
}

.Button.--BrandSecondary {
  background: var(--color-brand-12);
  backdrop-filter: blur(16px);
}

.Button.--BrandSecondary:hover {
  background: var(--color-brand-20);
}

.Button.--BrandBorder {
  color: var(--color-brand);
  box-shadow: 0 0 0 1px var(--color-brand);
}

.Button.--BrandBorder:hover {
  box-shadow: 0 0 0 2px var(--color-brand);
}

.Button.--BgGrad {
  color: var(--color-black);
  background: var(--color-white);
}

.Button.--BgGrad:before {
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  background: var(--color-grad);
  content: "";
}

.Button.--BgGrad:hover {
  background: var(--color-white-90);
}

.Button.--BgGray {
  background: var(--color-white-8);
  backdrop-filter: blur(16px);
}

.Button.--BgGray:hover {
  background: var(--color-white-10);
}

.Button.--BgBlack {
  color: var(--color-white);
  background: var(--color-black);
}

.Button.--BgBlack:hover {
  background: var(--color-black-90);
}

.Button.--BlackBorder {
  color: var(--color-black);
  box-shadow: 0 0 0 1px var(--color-black);
}

.Button.--BlackBorder:hover {
  box-shadow: 0 0 0 2px var(--color-black);
}

.Button.--Sm {
  padding: 14px;
  min-height: auto;
}

.Button.--Md {
  padding: 17px 30px;
  min-height: auto;
}

@media screen and (max-width: 767px) {
  .Button {
    width: 100%;
    min-height: 56px;
    padding: 18px 24px;
  }
  .Button img {
    left: -5px;
    width: 20px;
    height: 20px;
  }
  .Button.--Md {
    padding: 14px 24px;
  }
}

/* ========== Case Styles ========== */

.Case {
  width: calc(1128px + 20px);
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.Case .case {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1240px) {
  .Case {
    width: calc(970px + 20px) !important;
  }
}

@media screen and (max-width: 1023px) {
  .Case {
    width: calc(710px + 20px) !important;
  }
}

@media screen and (max-width: 767px) {
  .Case {
    width: 100% !important;
    padding: 0 24px;
  }
}

/* ========== Field Styles ========== */

.Field {
  position: relative;
}

.Field:hover .Field__Label {
  color: var(--color-black-72);
}

.Field.isFocused .Field__Area,
.Field.isFilled .Field__Area {
  padding-top: 26px;
  padding-bottom: 18px;
}

.Field.isFocused .Field__Label,
.Field.isFilled .Field__Label {
  font-size: 13px;
  margin-top: -16px;
}

.Field.isArea .Field__Area {
  min-height: 124px;
  padding: 22px 24px;
  border-radius: var(--border-rad);
}

.Field.isArea .Field__Label {
  top: 20px;
  left: 24px;
  transform: none;
}

.Field__Area {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  min-height: 64px;
  padding: 22px 24px 22px 60px;
  color: var(--color-black);
  font-family: var(--font-main);
  background: var(--color-white);
  transition: var(--transition-main);
  border-radius: var(--border-rad-full);
  resize: none;
}

.Field__Icon {
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  position: absolute;
}

.Field__Label {
  top: 50%;
  left: 60px;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  transform: translateY(-50%);
  color: var(--color-black-48);
  transition: var(--transition-main);
  user-select: none;
  pointer-events: none;
}

.form-success-message {
  text-align: center;
  max-height: 0;
  transition: max-height 0.2s linear;
  overflow: hidden;
}

.form-success-message.msgShown {
  max-height: initial;
}

@media screen and (max-width: 767px) {
  .Field.isArea .Field__Label {
    left: 20px;
  }
  .Field.isArea .Field__Area {
    min-height: 160px;
  }
  .Field__Icon {
    left: 20px;
  }
  .Field__Label {
    left: 55px;
  }
  .Field__Area {
    min-height: 56px;
    padding: 18px 19px 18px 55px;
  }
}

/* ========== Modal Styles ========== */

.Modal {
  position: relative;
  width: 100%;
  max-width: 1128px;
  background: transparent;
}

.Modal-Wrap {
  z-index: 1000;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  transition: opacity var(--transition-main);
  background: var(--color-black-90);
  backdrop-filter: blur(16px);
}

.Modal-Wrap.--Show {
  opacity: 1;
  pointer-events: auto;
}

.Modal__Wrap {
  gap: 48px;
  padding: 76px;
  grid-template-columns: 1fr 464px;
  background: var(--color-green);
  border-radius: var(--border-rad);
  align-items: flex-start;
  display: grid;
}

.Modal__Info {
  gap: 16px;
  display: grid;
}

.Modal__Title {
  color: var(--color-white);
}

.Modal__Text {
  color: var(--color-white-72);
}

.Modal__Form {
  gap: 16px;
  display: grid;
}

.Modal__Button {
  width: 100% !important;
}

.Modal__Button-Close {
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) !important;
  padding: 20px !important;
  position: absolute !important;
}

.Modal__Button-Close:hover {
  transform: translateX(-50%) scale(0.99) translateZ(0) !important;
}

@media screen and (max-width: 1240px) {
  .Modal {
    max-width: 950px;
  }
  .Modal__Wrap {
    padding: 48px;
    grid-template-columns: 1fr 430px;
  }
}

@media screen and (max-width: 1023px) {
  .Modal {
    max-width: 730px;
  }
  .Modal__Wrap {
    gap: 24px;
    padding: 32px;
    grid-template-columns: 1fr 320px;
  }
}

@media screen and (max-width: 767px) {
  .Modal {
    width: 100%;
    justify-content: center;
    padding: 12px 12px 64px;
  }
  .Modal__Wrap {
    padding: 24px 24px 52px;
    grid-template-columns: auto;
  }
  .Modal__Title br {
    display: none;
  }
  .Modal__Text br {
    display: none;
  }
  .Modal__Button-Close {
    bottom: 30px;
    padding: 18px !important;
    width: auto !important;
  }
  .Modal-Wrap {
    align-items: flex-start;
  }
}

/* ========== Header Styles ========== */

.Header {
  padding: 24px 0;
}

.Header .Case {
  width: calc(1232px + 20px);
}

.Header__Wrap {
  gap: 64px;
  display: flex;
  align-items: center;
}

.Header__Logo {
  max-width: 96px;
  min-width: 96px;
}
.Header__mobCall {
  display: none;
}
.Header__Call {
  gap: 17px;
  display: flex;
  align-items: flex-end;
}

.Header__Call-Icon {
  width: 48px;
  height: 48px;
  border-radius: var(--border-rad-full);
  background: var(--color-white-10);
  backdrop-filter: blur(16px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.Header__Call-Text {
  margin-bottom: 3px;
  letter-spacing: 0.2px;
  color: var(--color-white-70);
}

.Header__Ham {
  z-index: 101;
  gap: 3px;
  width: 48px;
  height: 48px;
  border-radius: var(--border-rad-full);
  background: var(--color-white-10);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  display: none;
}

.Header__Ham div {
  width: 18px;
  height: 2px;
  position: relative;
  border-radius: var(--border-rad-sm);
  transition: var(--transition-main);
  background: var(--color-white);
}

.Header__Nav-Links {
  gap: 16px;
  display: flex;
}

.Header__Nav-Link:hover {
  color: var(--color-brand);
}

.Header__Nav .Header__Call {
  display: none;
}

.Header__Nav .Header__Logo {
  display: none;
}

.Header__Button {
  margin-left: auto;
}

.Header__Button img {
  display: none;
}

.Header.isMain {
  z-index: 10;
  width: 100%;
  padding: 58px 0;
  position: absolute;
}

.Header.isMain .Case {
  width: calc(1166px + 20px);
}

.Header.isMain .Header__Wrap {
  align-items: flex-end;
}

.Header.isMain .Header__Nav {
  top: 184px;
  left: 30px;
  position: absolute;
}

.Header.isMain .Header__Nav-Links {
  flex-direction: column;
}

.Header.isMain .Header__Button {
  display: none !important;
}

@media screen and (min-width: 1920px) {
  .Header.isMain .Case {
    width: calc(100% - 58px);
  }
}

@media screen and (max-width: 1240px) {
  .Header__Call-Info {
    display: none;
  }
  .Header.isMain .Header__Call-Info {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .Header__Call {
    display: none;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .Header__Call-Info {
    display: block;
  }
  .Header__Call-Text {
    color: var(--color-white-72);
  }
  .Header__Ham {
    display: flex;
  }
  .Header__Nav {
    top: 0;
    left: 50%;
    z-index: 100;
    width: 730px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    padding: 24px 10px 100px;
    transform: translateX(-50%);
    transition: var(--transition-main);
    position: fixed;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
  }
  .Header__Nav:before {
    z-index: -1;
    top: 0;
    left: 50%;
    width: 150%;
    height: 100%;
    transform: translateX(-50%);
    background: var(--color-black);
    position: absolute;
    content: "";
  }
  .Header__Nav-Links {
    gap: 32px;
    flex-direction: column;
    text-align: center;
  }
  .Header__Nav-Link {
    font-size: 32px;
    line-height: 36px;
    font-family: var(--font-secondary);
  }
  .Header__Nav .Header__Call {
    display: flex;
  }
  .Header__Nav .Header__Logo {
    margin: 0;
    left: 0;
    display: block;
  }
  .Header__Button {
    order: 1;
    gap: 0 !important;
    width: auto !important;
    font-size: 0;
    padding: 12px !important;
    display: none !important;
  }
  .Header__Button img {
    display: block;
  }
  .Header__Button.--Brand {
    background: var(--color-white-8);
  }
  .Header.isMain {
    padding: 24px 0;
  }
  .Header.isMain .Header__Nav {
    top: 0;
    left: 50%;
    position: fixed;
  }
  .Header.navActive .Header__Nav {
    opacity: 1;
    visibility: visible;
  }
  .Header.navActive .Header__Ham div:nth-child(1) {
    transform: rotate(45deg) translateY(3px) translateX(3px);
  }
  .Header.navActive .Header__Ham div:nth-child(2) {
    opacity: 0;
  }
  .Header.navActive .Header__Ham div:nth-child(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
  }
}

@media screen and (max-width: 767px) {
  .Header__Wrap {
    gap: 20px;
  }
  .Header__mobCall {
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
  .Header__mobCall .Header__Call-Icon {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin: 7px 4px 0 0;
  }
  .Header__mobCall .Header__Call-Info {
    margin-top: 2px;
  }
  .Header__mobCall .T2-sm {
    font-size: 12px;
  }

  .Header__Logo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 24px;
  }
  .Header__Ham {
    margin-left: 0;
  }
  .Header__Button {
    display: flex !important;
    position: absolute !important;
  }
  .Header.isMain .Header__Wrap {
    align-items: flex-start;
  }

  .whatsapp-button {
    bottom: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
  }
  .whatsapp-button::after {
    width: 48px;
    height: 48px;
  }
}

/* ========== Intro Styles ========== */

.Intro {
  min-height: 100svh;
  padding: 214px 0 52px;
  border-radius: var(--border-rad);
  flex-direction: column;
  overflow: hidden;
  display: flex;
}

.Intro .Case {
  height: 100%;
  margin-top: auto;
  position: unset;
}

.Intro__Wrap {
  display: flex;
  flex-direction: column;
}

.Intro__Video {
  z-index: 1;
  gap: 16px;
  width: 100%;
  max-width: 186px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 216px;
  left: 50%;
  margin-left: 450px;
  transform: translate(-50%);
}

.Intro__Video p {
  color: var(--color-white-72);
}

.Intro__Video i {
  letter-spacing: 0.2px;
  color: var(--color-white);
}
.Intro__Video__mob {
  display: none;
}
.Intro__Title {
  z-index: 1;
  font-size: 64px;
  line-height: 78px;
  font-family: var(--font-tertiary);
  background: var(--color-white);
  background-image: var(--color-grad);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-align: center;
  margin-top: auto;
}

.Intro__Buttons {
  gap: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Intro__Img {
  position: absolute;
  pointer-events: none;
}

.Intro__Img:nth-child(1) {
  top: 0;
  right: 0;
}

.Intro__Img:nth-child(2) {
  bottom: 0;
  left: 0;
}

.Intro__Img:nth-child(3) {
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1920px) {
  .Intro__Title {
    font-size: 88px;
    line-height: 104px;
  }
  .Intro__Video {
    left: auto;
    right: 130px;
    transform: none;
  }
}

@media screen and (max-width: 1240px) {
  .Intro {
    padding: 170px 0 32px;
  }
  .Intro__Title {
    font-size: 60px;
    line-height: 72px;
  }
  .Intro__Video {
    margin-left: 370px;
  }
}

@media screen and (min-width: 1024px) {
  .Intro__Img:nth-child(1) {
    width: 280px;
  }
  .Intro__Img:nth-child(2) {
    width: 279px;
  }
  .Intro__Img:nth-child(3) {
    width: 340px;
  }
}

@media screen and (max-width: 1023px) {
  .Intro {
    padding: 120px 0 24px;
    border-radius: 0 0 var(--border-rad) var(--border-rad);
  }
  .Intro:before {
    top: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(180deg, #0c0d0d 5%, rgba(12, 13, 13, 0) 100%);
    position: absolute;
    content: "";
  }
  .Intro__Video {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    position: unset;
  }
  .Intro__Title {
    font-size: 55px;
    line-height: 68px;
    margin-top: 16px;
  }
  .Intro__Img:nth-child(1) {
    right: -60px;
    width: 250px;
  }
  .Intro__Img:nth-child(2) {
    width: 180px;
  }
  .Intro__Img:nth-child(3) {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .Intro {
    padding: 56px 0;
    background: var(--color-green);
  }
  .Intro:after {
    left: 50%;
    bottom: 190px;
    width: 100%;
    height: 400px;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #1b2621 0%, rgba(12, 13, 13, 0) 100%);
    position: absolute;
    content: "";
  }
  .Intro__Video {
    gap: 12px;
    max-width: 194px;
    margin-left: 0;
    display: none;
  }
  .Intro__Video__mob {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 36px 0 12px 0;
  }
  .Intro__Video__mob .Button {
    margin-right: 16px;
  }
  .Intro__Video__mob .T2-sm {
    font-size: 16px;
    line-height: 22px;
  }
  .Intro__Video-Button {
    width: 48px !important;
  }
  .Intro__Title {
    font-size: 38px;
    line-height: 48px;
    max-width: 325px;
    margin-top: 26px;
    text-align: justify;
  }
  .Intro__Title br {
    display: none;
  }
  .Intro__Buttons {
    gap: 12px;
    margin-top: 30px;
    flex-direction: column;
  }
  .Intro__Button {
    width: 100%;
  }
  .Intro__Img:nth-child(2) {
    width: 100px;
    z-index: 1;
  }
  .Intro__Img:nth-child(3) {
    z-index: 1;
    width: 110px;
  }
  .Intro__Bg {
    right: -110px;
    bottom: 190px;
  }
}

/* ========== About Styles ========== */

.About__Pros {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.About__Pros-Name {
  min-height: 32px;
}

.About__Pros-Text {
  margin-top: 4px;
}

.About__Info {
  gap: 50px;
  display: grid;
  margin-top: 76px;
  grid-template-columns: 430px 1fr;
}

.About__Text {
  gap: 18px;
  display: grid;
  padding-top: 10px;
  color: var(--color-white-72);
}

@media screen and (max-width: 1240px) {
  .About__Info {
    margin-top: 60px;
    grid-template-columns: 380px 1fr;
  }
}

@media screen and (max-width: 1023px) {
  .About__Pros {
    grid-template-columns: repeat(2, 1fr);
  }
  .About__Info {
    gap: 24px;
    margin-top: 48px;
    grid-template-columns: auto;
  }
  .About__Text {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .About__Pros {
    gap: 16px;
    grid-template-columns: auto;
  }
  .About__Pros-Text {
    max-width: 350px;
  }
  .About__Info {
    gap: 16px;
  }
  .About__Title {
    max-width: 300px;
  }
  .About__Text {
    gap: 12px;
  }
}

/* ========== Services Styles ========== */

.Services .Case {
  width: calc(1128px + 120px);
}

.Services__List {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.Services__Item {
  min-height: 260px;
  cursor: pointer;
  position: relative;
  transition: var(--transition-main);
}

.Services__Item:before {
  z-index: -1;
  top: 0;
  left: 50%;
  opacity: 0;
  height: calc(100% + 24px);
  width: 1280px;
  transform: translateX(-50%);
  border-radius: var(--border-rad);
  background: var(--color-white-4);
  transition: var(--transition-main);
  position: absolute;
  content: "";
}

.Services__Item:hover:before {
  opacity: 1;
}

.Services__Item.isActive:before {
  opacity: 1;
}

.Services__Item.isActive .Services__Title {
  color: var(--color-brand);
}

.Services__Item.isActive .Services__Toggle img {
  transform: scale(1, -1);
}

.Services__Head {
  gap: 24px;
  padding: 62px 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: var(--transition-main);
}

.Services__Title {
  transition: var(--transition-main);
}

.Services__Toggle {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--color-brand);
  user-select: none;
}

.Services__Toggle img {
  top: 2px;
  position: relative;
  transition: var(--transition-main);
}

.Services__Body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.Service {
  gap: 24px;
  padding: 55px 50px 46px;
  display: grid;
  grid-template-columns: 360px 1fr;
  transition: var(--transition-main);
  position: relative;
}

.Service__Main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition-main);
}

.Service__Title-Desc {
  margin-top: 2px;
  color: var(--color-white-48);
  transition: var(--transition-main);
}

.Service__Prices {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.Service__Price {
  letter-spacing: 0.2px;
}

.Service__Price-Desc {
  color: var(--color-white-72);
  transition: var(--transition-main);
}

.Service__Price-Value {
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}

.Service__Price-Value i {
  font-size: 24px;
  color: var(--color-white-48);
  transition: var(--transition-main);
}

.Service__Info {
  padding: 8px 0 16px;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Service__Text {
  color: var(--color-white-72);
  max-height: 130px;
  transition: max-height var(--transition-main);
  overflow: hidden;
}

.toggle-Service-button {
  user-select: none;
}

.Service__Actions {
  gap: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.Service__Buttons {
  gap: 16px;
  display: flex;
}

.Service__Note {
  gap: 12px;
  opacity: 0;
  width: 100%;
  max-width: 310px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  color: var(--color-black-48);
  transition: var(--transition-main);
  align-items: center;
  display: flex;
}

.Service__Note:before {
  width: 24px;
  height: 24px;
  background-color: var(--color-black);
  mask-image: url("../images/icons/note.svg");
  position: absolute;
  content: "";
}

.Service__Note p {
  padding-left: 38px;
}

@media screen and (min-width: 1024px) {
  .Service {
    border-radius: var(--border-rad);
    overflow: hidden;
  }
  .Service:hover {
    background: var(--color-brand);
  }
  .Service:hover .Service__Main {
    color: var(--color-black);
  }
  .Service:hover .Service__Title-Desc {
    color: var(--color-black);
  }
  .Service:hover .Service__Price-Desc {
    color: var(--color-black);
  }
  .Service:hover .Service__Price-Value i {
    color: var(--color-black);
  }
  .Service:hover .Service__Text {
    color: var(--color-black);
  }
  .Service:hover .Service__Button.--Brand {
    color: var(--color-white);
    background: var(--color-black);
  }
  .Service:hover .Service__Button.--Brand:hover {
    background: var(--color-black-90);
  }
  .Service:hover .Service__Button.--BgGray {
    color: var(--color-black);
    background: var(--color-black-30);
  }
  .Service:hover .Service__Note {
    opacity: 1;
  }
}

@media screen and (max-width: 1240px) {
  .Services__Item {
    min-height: 240px;
  }
  .Services__Item:before {
    width: 1020px;
  }
  .Services__Head {
    padding: 60px 0;
  }
  .Service {
    padding: 40px 16px 50px;
    grid-template-columns: 300px 1fr;
  }
  .Service__Info {
    padding: 0 0 8px;
  }
  .Service__Actions {
    gap: 16px;
  }
  .Service__Note {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .Services__List {
    gap: 16px;
  }
  .Services__Item {
    min-height: 205px;
  }
  .Services__Item:before {
    width: 750px;
    height: 100%;
  }
  .Services__Head {
    gap: 16px;
    padding: 48px 0;
  }
  .Services__Elems {
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .Service {
    padding: 0 0 16px;
    grid-template-columns: auto;
  }
  .Service__Main {
    gap: 24px;
  }
  .Service__Info {
    gap: 16px;
    padding: 0;
    min-height: auto;
  }
  .Service__Note {
    opacity: 1;
    max-width: 350px;
    padding: 12px 20px;
    color: var(--color-white-48);
    border-radius: var(--border-rad-md);
    background: var(--color-white-4);
  }
  .Service__Note:before {
    background-color: var(--color-white);
  }
}

@media screen and (max-width: 767px) {
  .Services__Item {
    min-height: auto;
  }
  .Services__Item:before {
    width: calc(100% + 48px);
  }
  .Services__Head {
    padding: 26px 0;
  }
  .Services__Elems {
    gap: 30px;
    padding: 22px 0 0;
  }
  .Service {
    gap: 16px;
  }
  .Service__Main {
    gap: 12px;
  }
  .Service__Prices {
    gap: 56px;
  }
  .Service__Price-Value {
    font-size: 32px;
    line-height: 32px;
  }
  /* .Service__Text {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
  } */
  .Service__Actions {
    margin-top: 0;
    flex-direction: column;
  }
  .Service__Buttons {
    width: 100%;
  }
  .Service__Button {
    width: 50%;
  }
  .Service__Note {
    font-size: 13px;
    max-width: 100%;
  }
}

/* ========== Cert Styles ========== */

.Cert__Wrap {
  display: grid;
  grid-template-columns: 480px 1fr;
  background: var(--color-white);
  border-radius: var(--border-rad);
  overflow: hidden;
}

.Cert__Info {
  padding: 76px 40px 76px 56px;
}

.Cert__Title {
  color: var(--color-black);
}

.Cert__Text {
  margin-top: 24px;
  color: var(--color-black-72);
}

.Cert__Button {
  margin-top: 48px;
}

@media screen and (max-width: 1240px) {
  .Cert__Wrap {
    grid-template-columns: 360px 1fr;
  }
  .Cert__Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .Cert__Info {
    padding: 48px 32px;
  }
}

@media screen and (max-width: 1023px) {
  .Cert__Wrap {
    grid-template-columns: auto;
  }
  .Cert__Img {
    height: 400px;
  }
  .Cert__Info {
    padding: 32px;
  }
  .Cert__Title {
    max-width: 550px;
  }
  .Cert__Title br {
    display: none;
  }
  .Cert__Text br {
    display: none;
  }
  .Cert__Button {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .Cert {
    margin-top: -2px;
  }
  .Cert .Case {
    padding: 0;
  }
  .Cert__Img {
    height: 324px;
    position: relative;
  }
  .Cert__Img:before {
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 35%;
    transform: translateX(-50%);
    background: linear-gradient(
      0deg,
      #e8e6e3 15%,
      rgba(232, 230, 227, 0.5) 60%,
      rgba(232, 230, 227, 0) 100%
    );
    position: absolute;
    content: "";
  }
  .Cert__Info {
    padding: 0 24px 24px;
  }
  .Cert__Title u {
    display: block;
  }
  .Cert__Text {
    margin-top: 16px;
  }
  .Cert__Button {
    width: 100%;
  }
}

/* ========== Events Styles ========== */

.Events__List {
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.Events__Item {
  min-height: 420px;
  padding: 48px;
  border-radius: var(--border-rad);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
}

.Events__Item:nth-child(1) {
  background: var(--color-white-8);
}

.Events__Item:nth-child(4) {
  background: var(--color-green);
}

.Events__Text {
  margin-top: 24px;
  color: var(--color-white-72);
}

@media screen and (max-width: 1240px) {
  .Events__Item {
    min-height: 380px;
    padding: 32px 32px 48px;
  }
}

@media screen and (max-width: 1023px) {
  .Events__List {
    grid-template-columns: auto;
  }
  .Events__Item {
    padding: 32px;
    min-height: auto;
  }
  .Events__Item:nth-child(2) {
    order: 1;
    min-height: 360px;
  }
  .Events__Item:nth-child(1) {
    order: 2;
  }
  .Events__Item:nth-child(4) {
    order: 3;
  }
  .Events__Item:nth-child(3) {
    display: none;
  }
  .Events__Text {
    margin-top: 16px;
  }
  .Events__Text br {
    display: none;
  }
  .Events__Button {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .Events .Case {
    padding: 0;
  }
  .Events__List {
    gap: 2px;
  }
  .Events__Item {
    padding: 22px 24px 26px;
  }
  .Events__Button {
    width: 100%;
  }
}

/* ========== Promos Styles ========== */

.Promos__List {
  gap: 24px;
  margin-top: 24px;
  display: grid;
}

.PromosItem {
  gap: 32px;
  padding: 52px;
  grid-template-columns: 385px 1fr;
  border-radius: var(--border-rad);
  background: var(--color-white-4);
  overflow: hidden;
  display: grid;
}

.PromosItem__Desc {
  margin: 20px 0;
  color: var(--color-white-48);
}

.PromosItem__Main {
  display: flex;
  flex-direction: column;
}

.PromosItem__Price {
  margin-top: auto;
}

.PromosItem__Price-Title {
  color: var(--color-white-72);
}

.PromosItem__Price-Title i {
  font-size: 13px;
  font-weight: 700;
  padding: 2px 4px;
  margin-left: 14px;
  color: var(--color-white);
  transform: skew(-10deg);
  display: inline-flex;
  position: relative;
}

.PromosItem__Price-Title i:before {
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 70%;
  border-radius: 4px;
  transform: skew(-10deg) translate(-50%, -50%);
  background: #db1b1b;
  position: absolute;
  content: "";
}

.PromosItem__Price-Prices {
  gap: 16px;
  margin-top: -3px;
  font-size: 36px;
  font-weight: 300;
  display: flex;
}

.PromosItem__Price-Prices i {
  font-size: 24px;
  color: var(--color-white-48);
}

.PromosItem__Price-Old {
  color: var(--color-white-48);
  position: relative;
}

.PromosItem__Price-Old:before {
  top: 50%;
  left: 50%;
  width: 140px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: url("../images/icons/linethrough.svg");
  position: absolute;
  content: "";
}

.PromosItem__Info {
  padding: 8px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.PromosItem__Text {
  gap: 16px;
  color: var(--color-white-72);
  display: grid;
}

.PromosItem__Text ol {
  gap: 0 20px;
  padding-left: 22px;
  max-width: 526px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.PromosItem__Text blockquote {
  padding: 24px 24px 20px;
  background: var(--color-white-4);
  border-radius: 24px;
}

.PromosItem__Button {
  margin-top: 36px;
}

@media screen and (max-width: 1240px) {
  .PromosItem {
    gap: 32px;
    padding: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .Promos__List {
    gap: 16px;
  }
  .PromosItem {
    gap: 24px;
    grid-template-columns: auto;
  }
  .PromosItem__Desc {
    margin-top: 12px;
  }
  .PromosItem__Price {
    margin-top: 16px;
  }
  .PromosItem__Info {
    padding: 0;
  }
  .PromosItem__Button {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .Promos .Case {
    padding: 0;
  }
  .Promos__Title {
    padding: 0 24px;
  }
  .Promos__List {
    margin-top: 16px;
  }
  .PromosItem {
    gap: 20px;
    padding: 24px;
  }
  .PromosItem__Desc {
    margin-top: 4px;
  }
  .PromosItem__Price {
    margin-top: 10px;
  }
  .PromosItem__Price-Prices {
    gap: 26px;
    font-size: 32px;
    margin-top: -8px;
  }
  .PromosItem__Text {
    gap: 14px;
  }
  .PromosItem__Text ol {
    grid-template-columns: auto;
  }
  .PromosItem__Text blockquote {
    line-height: 20px;
    padding: 16px 26px 16px 20px;
  }
  .PromosItem__Text blockquote p {
    margin-bottom: 4px;
  }
  .PromosItem__Text blockquote p:last-child {
    margin-bottom: 0;
  }
}

/* ========== License Styles ========== */

.License__Wrap {
  gap: 48px;
  padding: 76px;
  grid-template-columns: 528px 1fr;
  background: var(--color-white-8);
  border-radius: var(--border-rad);
  position: relative;
  overflow: hidden;
  display: grid;
}

.License__Title {
  margin-bottom: 24px;
}

.License__Text {
  color: var(--color-white-72);
}

.License__Button {
  margin-top: 48px;
}

.License__Images a {
  width: 200px;
  height: 200px;
}

.License__Preview-Img {
  border-radius: var(--border-rad-sm);
  position: absolute;
  overflow: hidden;
}

.License__Preview-Img:nth-child(1) {
  top: 146px;
  width: 374px;
  opacity: 0.35;
}

.License__Preview-Img:nth-child(2) {
  z-index: 1;
  right: -108px;
  width: 424px;
}

@media screen and (max-width: 1240px) {
  .License__Wrap {
    gap: 32px;
    padding: 48px;
    grid-template-columns: 440px 1fr;
  }
}

@media screen and (max-width: 1023px) {
  .License__Wrap {
    padding: 32px;
    grid-template-columns: auto;
  }
  .License__Button {
    margin-top: 32px;
  }
  .License__Preview {
    min-height: 200px;
  }
  .License__Preview-Img:nth-child(1) {
    top: 280px;
    right: 100px;
  }
  .License__Preview-Img:nth-child(2) {
    right: -70px;
    width: 400px;
    margin-top: -90px;
  }
}

@media screen and (max-width: 767px) {
  .License .Case {
    padding: 0;
  }
  .License__Wrap {
    padding: 24px 24px 18px;
  }
  .License__Title {
    margin-bottom: 16px;
  }
  .License__Button {
    z-index: 10 !important;
    bottom: 24px;
    width: calc(100% - 48px) !important;
    position: absolute !important;
  }
  .License__Preview {
    min-height: 245px;
    position: relative;
  }
  .License__Preview-Img:nth-child(1) {
    width: 244px;
    right: 46px;
    top: 46px;
  }
  .License__Preview-Img:nth-child(2) {
    right: -95px;
    margin-top: 0;
    width: 276px;
  }
}

/* ========== Partners Styles ========== */

.Partners__Head {
  gap: 48px;
  display: grid;
  grid-template-columns: 1fr 120px;
}

.Partners__Arrows {
  gap: 16px;
  display: flex;
}

.Partners__Slider {
  margin-top: 22px;
  overflow: visible;
}

.Partners__Slide {
  padding: 16px 24px 32px;
  min-height: 280px;
  background: var(--color-white-4);
  border-radius: var(--border-rad-sm);
  transition: var(--transition-main);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
}

.Partners__Slide:before {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  opacity: 0;
  background-size: contain;
  background-image: url(../images/icons/arrow-top.svg);
  transition: var(--transition-main);
  position: absolute;
  content: "";
}

.Partners__Slide:hover {
  background: var(--color-white-8);
}

.Partners__Slide:hover:before {
  opacity: 1;
}

.Partners__Slide:hover .Partners__Text {
  color: var(--color-brand);
}

.Partners__Logo {
  margin-top: auto;
}

.Partners__Text {
  color: var(--color-white-48);
  transition: var(--transition-main);
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .Partners__Head {
    align-items: center;
    grid-template-columns: 1fr 108px;
  }
  .Partners__Arrows {
    gap: 12px;
  }
  .Partners__Slider {
    margin-top: 16px;
  }
}

/* ========== Footer Styles ========== */

.Footer {
  color: var(--color-black);
  background: var(--color-brand);
  border-radius: var(--border-rad);
  overflow: hidden;
}

.Footer a {
  color: var(--color-black);
}

.Footer__Wrap {
  gap: 76px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.Footer__Address {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.Footer__Address p {
  margin-bottom: 16px;
}

.Footer__Address p:last-of-type {
  margin-bottom: 0;
}

.Footer__Address-Button {
  margin-top: 24px;
}

.Footer__Contacts {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.Footer__Contacts p {
  margin-top: 16px;
}

.Footer__Socials {
  gap: 16px;
  display: flex;
  align-items: center;
}

.Footer__Socials a:hover {
  transform: scale(0.97);
}

.Footer__Copy {
  gap: 32px;
  display: flex;
}

.Footer__Copy a {
  text-decoration: underline;
  text-decoration-color: transparent;
}

.Footer__Copy a:hover {
  text-decoration-color: var(--color-black);
}

@media screen and (max-width: 1240px) {
  .Footer__Wrap {
    gap: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .Footer__Wrap {
    gap: 48px;
  }
}

@media screen and (max-width: 767px) {
  .Footer {
    padding: 24px 0;
  }
  .Footer__Logo {
    display: flex;
    justify-content: center;
  }
  .Footer__Wrap {
    text-align: center;
    align-items: normal;
  }
  .Footer__Address p {
    max-width: 312px;
  }
  .Footer__Address-Button {
    width: 100%;
  }
  .Footer__Contacts {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
  }
  .Footer__Socials {
    justify-content: center;
  }
  .Footer__Copy {
    gap: 8px;
    align-items: center;
    flex-direction: column;
  }
}

.Map-Fullscreen {
  inset: 0;
  opacity: 0;
  padding: 16px 16px 64px;
  z-index: 1000;
  position: fixed;
  pointer-events: none;
  transform: scale(0.95);
  background: var(--color-black-90);
  transition: var(--transition-main);
  backdrop-filter: blur(16px);
}

.Map-Fullscreen .ymaps3x0--map-copyrights_right {
  display: none;
}

.Map-Fullscreen__Inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.Map-Fullscreen__Wrap {
  width: 100%;
  height: 100%;
  border-radius: var(--border-rad);
  overflow: hidden;
}

.Map-Fullscreen__Button {
  left: 50%;
  margin-top: -30px;
  transform: translateX(-50%);
  padding: 20px;
  position: absolute;
}

.Map-Fullscreen__Button:hover {
  transform: translateX(-50%) scale(0.99) translateZ(0);
}

.Map-Fullscreen.--Show {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .Map-Fullscreen {
    padding: 12px 12px 64px;
  }
  .Map-Fullscreen__Button {
    padding: 18px;
    width: auto;
  }
}

.marker {
  width: 60px;
  transform: translate(-50%, -50%);
}

.marker img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .marker {
    width: 46px;
  }
}

/* ========== Gallery Styles ========== */

.Gallery {
  z-index: 1000;
  inset: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  /* transform: scale(0.95); */
  pointer-events: none;
  background: var(--color-black-90);
  transition: opacity var(--transition-main);
  backdrop-filter: blur(16px);
}

.Gallery.--Show {
  opacity: 1;
  /* transform: scale(1); */
  pointer-events: auto;
}

.Gallery__Inner {
  height: 100%;
}

.Gallery__Wrap {
  padding: 24px;
  width: 100%;
  height: 93%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Gallery__Images {
  height: 100%;
  position: relative;
}

.Gallery__Image {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition-main);
  display: flex;
  justify-content: center;
  align-items: center;
}

.Gallery__Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-rad-sm);
  overflow: hidden;
}

.Gallery__Image.--Current {
  position: relative;
  opacity: 1;
}

.Gallery__Thumbs {
  top: 50%;
  gap: 16px;
  right: 48px;
  transform: translateY(-50%);
  display: flex;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .Gallery__Thumbs {
    flex-direction: column;
  }
}

.Gallery__Thumb {
  width: 64px;
  opacity: 0.6;
  cursor: pointer;
}

.Gallery__Thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Gallery__Thumb.--Current {
  opacity: 1;
}

.Gallery__Button-Close {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) !important;
  padding: 20px !important;
  position: absolute !important;
}

.Gallery__Button-Close:hover {
  transform: translateX(-50%) scale(0.99) translateZ(0) !important;
}

@media screen and (min-height: 1140px) {
  .Gallery__Images {
    width: auto;
    max-height: 85vh;
  }
}

@media screen and (min-height: 1440px) {
  .Gallery__Images {
    width: 100%;
    max-width: 760px;
    max-height: 1080px;
  }
}

@media screen and (max-width: 1023px) {
  .Gallery {
    padding: 24px;
  }
  .Gallery__Images {
    max-height: 66vh;
  }
  .Gallery__Inner {
    display: flex;
    overflow-y: auto;
    justify-content: center;
    flex-direction: column;
  }
  .Gallery__Wrap {
    padding: 0;
    height: auto;
  }
  .Gallery__Thumbs {
    top: 0;
    right: 0;
    margin-top: 32px;
    transform: none;
    position: relative;
    justify-content: center;
  }
  .Gallery__Button-Close {
    bottom: 24px !important;
    margin-top: 32px;
    position: relative !important;
  }
}

@media screen and (max-width: 767px) {
  .Gallery {
    padding: 12px;
  }
  .Gallery__Images {
    max-height: 66vh;
  }
  .Gallery__Image img {
    object-fit: contain;
  }
  .Gallery__Thumbs {
    margin-top: 16px;
  }
  .Gallery__Thumb {
    width: 40px;
  }
  .Gallery__Button-Close {
    bottom: 0 !important;
    padding: 18px !important;
    max-width: 56px !important;
  }
}

/* ========== Policy Styles ========== */

.Policy {
  padding: 48px 0;
}

.Policy__Info h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 56px;
  font-family: var(--font-secondary);
  margin-bottom: 48px;
}

.Policy__Info h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
  font-family: var(--font-secondary);
  margin-top: 48px;
  margin-bottom: 24px;
}

.Policy__Info h2:first-of-type {
  margin-top: 0;
}

.Policy__Info p {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-white-72);
  margin-bottom: 18px;
}

.Policy__Info p i {
  color: var(--color-brand);
  text-decoration: underline;
}

.Policy__Info ul {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-white-72);
}

.Policy__Info ul li {
  margin-bottom: 18px;
}

.Policy__Info ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
  .Policy__Info h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .Policy__Info h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .Policy__Info p {
    font-size: 16px;
    line-height: 28px;
  }
  .Policy__Info ul {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1023px) {
  .Policy__Info h1 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .Policy__Info h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .Policy {
    padding: 24px 0;
  }
  .Policy__Info h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 32px;
    word-break: break-word;
  }
  .Policy__Info h2 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .Policy__Info p {
    line-height: 26px;
    margin-bottom: 12px;
  }
  .Policy__Info ul {
    line-height: 26px;
  }
  .Policy__Info ul li {
    margin-bottom: 12px;
  }
}

/* ========== Widget Styles ========== */

/* .fancybox__content {
  padding: 0 !important;
  background: transparent !important;
}

/* .d-none {
  display: none;
} */

.yButton {
  visibility: hidden;
  opacity: 0;
}



/* ========== Player modal Styles ========== */

#videoPlayer {
  width: 100%;
  height: calc(100% - 40px);
  border-radius: var(--border-rad);
  overflow: hidden;
}

#videoPlayer > iframe {
  width: 100%;
  height: 100%;
}

.Player-Fullscreen {
  inset: 0;
  opacity: 0;
  padding: 16px 16px 64px;
  z-index: 1000;
  position: fixed;
  pointer-events: none;
  /* transform: scale(0.95); */
  background: var(--color-black-90);
  transition: var(--transition-main);
  backdrop-filter: blur(16px);
}

.Player-Fullscreen__Inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.Player-Fullscreen__Wrap {
  width: 100%;
  height: 100%;
  border-radius: var(--border-rad);
  overflow: hidden;
}

.Player-Fullscreen__Button {
  left: 50%;
  margin-top: 12px;
  transform: translateX(-50%);
  padding: 20px;
  position: absolute;
}

.Player-Fullscreen__Button:hover {
  transform: translateX(-50%) scale(0.99) translateZ(0);
}

.Player-Fullscreen.--Show {
  opacity: 1;
  /* transform: scale(1); */
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .Player-Fullscreen {
    padding: 12px 12px 64px;
  }
  .Player-Fullscreen__Button {
    padding: 18px;
    width: auto;
  }
}