@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FoglihtenNo06";
  src: url("../fonts/FoglihtenNo06.woff2") format("woff2"), url("../fonts/FoglihtenNo06.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa Script";
  src: url("../fonts/NexaScript-Light.woff2") format("woff2"), url("../fonts/NexaScript-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa Script";
  src: url("../fonts/NexaScript-Regular.woff2") format("woff2"), url("../fonts/NexaScript-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display SC";
  src: url("../fonts/PlayfairDisplaySC-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplaySC-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display SC";
  src: url("../fonts/PlayfairDisplaySC-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplaySC-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --scroll-offset: 0px;
  --animation-left: -100%;
  --animation-right: 100%;
  --animation-top: -100%;
  --animation-bottom: 100%;
  --columns: 12;
  --adaptive-box: 100%;
  --body-font-size: 0.16rem;
  --gap-x: 0.1rem;
  --gap-y: 0.1rem;
  --container-gap: 0.1rem;
}
body {
  line-height: 1.62;
  font-weight: 400;
  font-size: var(--body-font-size);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  background-color: #050505;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: currentColor;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: currentColor;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: currentColor;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.1rem;
  color: currentColor;
}

p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 0.1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  line-height: inherit;
}

address {
  font-style: normal;
}

blockquote {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  color: currentColor;
  background-color: transparent;
}

a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
  margin: 0;
}

a:not([href]) {
  text-decoration: none;
  color: inherit;
}
a:not([href]):hover, a:not([href]):focus {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[role=button] {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

a:focus, a:active, a:hover {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

:root {
  --width-max-window: 1920px;
  --width-min-window: 320;
  --width-min-window-px: 320px;
  --min-value: 100;
  --min-value-px: 100px;
  --max-value: 100;
  --layout-size: 1920;
  font-size: calc(var(--min-value-px) + (var(--max-value) - var(--min-value)) * (var(--width-max-window) - var(--width-min-window-px)) / (var(--layout-size) - var(--width-min-window)));
}
.grid-flex,
.grid {
  --grid-gap-x: var(--gap-x);
  --grid-gap-y: var(--gap-y);
  --grid-columns: var(--columns);
}

.container-full, .container\@lg, .container\@md, .container\@xs, .container {
  --local-container-gap: var(--container-gap);
  --dp-block: block;
  display: var(--dp-block);
  width: 100%;
  padding-left: var(--local-container-gap);
  padding-right: var(--local-container-gap);
  margin-left: auto;
  margin-right: auto;
}

br {
  --dp-inline: inline;
  display: var(--dp-inline);
}

.icon {
  width: 1em;
  height: 1em;
  --dp-block: block;
  display: var(--dp-block);
  flex: 0 0 auto;
  fill: currentColor;
  -webkit-transition: all 400ms 0s;
  transition: all 400ms 0s;
  position: relative;
}
.icon--no-fill {
  fill: none;
}
.icon--stroke {
  stroke: currentColor;
}
.icon--only-stroke {
  fill: none;
  stroke: currentColor;
}

.loader {
  height: 1em;
  width: 1em;
  display: block;
  overflow: hidden;
  position: relative;
}
.loader:after, .loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.loader:after {
  opacity: 0.15;
}
.loader:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  -webkit-animation: loading 1.5s linear infinite;
          animation: loading 1.5s linear infinite;
}
.loader--center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.loader--size-sm {
  font-size: 0.4rem;
}
.loader--size-md {
  font-size: 0.6rem;
}
.loader--size-lg {
  font-size: 0.8rem;
}

.adaptive-box {
  position: relative;
  width: 100%;
  --dp-block: block;
  display: var(--dp-block);
}
.adaptive-box:after {
  content: "";
  padding: 0px 0px var(--adaptive-box) 0px;
  width: 100%;
  display: block;
}
.adaptive-box > * {
  position: absolute;
}
.adaptive-box__image, .adaptive-box__item {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.adaptive-box__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.link {
  color: currentColor;
}
.link:active {
  color: #848484;
}
.link-decor {
  color: currentColor;
  position: relative;
}
.link-decor:before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  border-bottom: 1px solid currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.link--line {
  text-decoration: underline;
}

.list li {
  position: relative;
  padding-left: 0.15rem;
}
.list li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  height: 1em;
  width: 1em;
  font-size: 0.08rem;
  border-radius: 50%;
  background-color: #000;
}

.animation {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation.start {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-n {
  100% {
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg);
  }
}
@keyframes loading-n {
  100% {
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg);
  }
}
.title {
  --dp-block: block;
  display: var(--dp-block);
  font-weight: 700;
  line-height: 1.15;
  word-wrap: break-word;
}
.title--size-sm {
  font-size: 0.24rem;
}
.title--size-md {
  font-size: 0.24rem;
}
.title--size-lg {
  font-size: 0.24rem;
}

.btn {
    
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

.btn-primary {
  --dp-flex: flex;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 90px;
}
.btn-primary._icon {
  justify-content: space-between;
}
.btn-primary--sm {
  font-size: 0.14rem;
  padding: 0.17rem 0.4rem;
  line-height: 0.17rem;
}
.btn-primary--md {
  padding: 0.18rem 0.38rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.btn-primary--lg {
  min-height: 0.7rem;
  padding: 0.1rem 0.3rem;
}

.btn-circle {
  --dp-flex: flex;
  display: var(--dp-flex);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  font-size: 2rem;
  border-radius: 50%;
}
.btn-circle > span {
  font-size: initial;
}

.btn-play {
  --dp-flex: flex;
  display: var(--dp-flex);
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  border-radius: 50%;
}
.btn-play .icon {
  font-size: 0.36em;
}

.btn--theme-primary {
  background-color: #fff;
  color: #050505;
}
.btn--theme-primary:active {
  background-color: #403e3f;
  color: #fff;
}

.btn--theme-secondary {
  background-color: #050505;
  color: #fff;
}
.btn--theme-secondary:active {
  background-color: #403e3f;
  color: #fff;
}

.social {
  --dp-flex: flex;
  display: var(--dp-flex);
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  line-height: 0;
  gap: 0.08rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social--size {
  font-size: 0.4rem;
}
.social--circle {
  border-radius: 50%;
}
.social--outline {
  background: none;
  border: 1px solid #000;
}
.social--outline .icon {
  color: #000;
}
.social--outline:hover {
  background-color: #000;
}
.social--outline:hover .icon {
  color: #fff;
}
.social-group {
  --dp-flex: flex;
  display: var(--dp-flex);
  flex-wrap: wrap;
  position: relative;
}
.social-group > * {
  margin-right: 0.25rem;
}
.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  background: rgba(146, 172, 171, 0.1);
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.social__link .icon {
  fill: none;
}
.social__link:active {
  background: #403e3f;
}

.menu {
  --dp-block: block;
  display: var(--dp-block);
}
.menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__link {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  font-weight: 500;
  white-space: nowrap;
}
.menu__link:hover {
  color: rgb(255, 255, 255);
}

.form {
  display: flex;
  flex-direction: column;
}

.form-send {
  position: relative;
  z-index: 20;
}
.form-send__message {
  display: none;
  position: absolute;
  padding: 1em;
  width: 100%;
  left: 0;
  bottom: calc(100% + 8px);
  border-radius: 0.12rem;
  text-align: center;
  -webkit-box-shadow: 0px 4px 0.4rem rgba(28, 46, 64, 0.06);
          box-shadow: 0px 4px 0.4rem rgba(28, 46, 64, 0.06);
  background: #000;
  color: #fff;
}
.form-send__message:before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 8px solid #000;
  top: 100%;
  left: calc(50% - 8px);
}
.form-send .btn {
  width: 100%;
}
.form-send__loading {
  position: relative;
}
.form-send__loading span {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: block;
  margin: 0 auto;
  border-bottom: 0;
  border-right: 0;
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
}
.form-send__success {
  display: none;
}
.form-send__error {
  display: none;
}

.wow {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.scroll-offset {
  overflow: hidden !important;
  --scroll-offset: var(--scroll-offset-init);
  touch-action: none;
}
.scroll-offset[data-scroll-offset], .scroll-offset [data-scroll-offset] {
  padding-right: var(--scroll-offset);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
  overflow: hidden;
}
.modal._index {
  z-index: 1999;
}
.modal__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal__bg-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal__close {
  height: 1em;
  width: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
}
.modal--theme-primary {
  background: #ffffff;
}
.modal--theme-secondary {
  background-color: rgba(0, 0, 0, 0.5);
}

.grid {
  --dp-grid: grid;
  display: var(--dp-grid);
  grid-template-columns: repeat(var(--grid-columns), calc((100% + var(--grid-gap-x)) / (var(--grid-columns) / 1) - var(--grid-gap-x)));
  grid-gap: var(--grid-gap-y) var(--grid-gap-x);
}
@supports (gap: var(--gap)) {
  .grid {
    gap: var(--grid-gap-y) var(--grid-gap-x);
  }
}

.grid > * {
  --col: var(--grid-columns);
  --row: 1;
  --col-start: auto;
  --row-start: auto;
  grid-area: var(--row-start)/var(--col-start)/span var(--row)/span var(--col);
}

.grid[class*=" m:align-"],
.grid[class^="m:align-"] {
  align-items: var(--align);
  justify-items: var(--justify);
}

.grid-flex {
  --dp-flex: flex;
  display: var(--dp-flex);
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gap-x) / -2) calc(var(--grid-gap-y) / -1);
}
.grid-flex > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: calc(100% / (var(--grid-columns) / var(--col)));
  padding: 0 calc(var(--grid-gap-x) / 2);
  margin: 0 0 calc(var(--grid-gap-y));
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 899;
  background: #050505;
  overflow: hidden;
  display: none;
}
.menu-modal__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-modal__container {
  --local-container-gap: var(--container-gap);
  --dp-block: block;
  display: var(--dp-block);
  width: 100%;
  padding-left: var(--local-container-gap);
  padding-right: var(--local-container-gap);
  margin-left: auto;
  margin-right: auto;
}
.menu-modal__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 0.9rem 0 0.35rem;
}
.menu-modal__list {
  margin: auto 0;
  align-items: center;
  padding: 0;
  list-style: none;
}
.menu-modal__list-item {
  text-align: center;
}
.menu-modal__list-item:not(:last-child) {
  margin-bottom: 0.12rem;
}
.menu-modal__link {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  font-weight: 500;
}
.menu-modal__link:hover {
  color: rgb(255, 255, 255);
}
.menu-modal__contacts {
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}

.menu-toggle {
  --dp-flex: flex;
  display: var(--dp-flex);
  flex-direction: column;
  align-items: center;
  width: 38px;
  height: 26px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: currentColor;
}
.menu-toggle span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(3) {
  top: auto;
  bottom: 0%;
}
.menu-toggle._active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.menu-toggle._active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}
.menu-toggle._active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 950;
}
.header._menu-active .header-hide {
  opacity: 0;
  pointer-events: none;
}
.header-hide {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.header__container {
  max-width: 1760px;
  --local-container-gap: var(--container-gap);
  --dp-block: block;
  display: var(--dp-block);
  width: 100%;
  padding-left: var(--local-container-gap);
  padding-right: var(--local-container-gap);
  margin-left: auto;
  margin-right: auto;
}
.header__menu-toggle {
  padding: 0;
  border: 0;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
  gap: 0.1rem;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 0.32rem;
}
.header__phone {
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.29rem;
  color: #fff;
  white-space: nowrap;
}

.footer {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 25px;
  background-color: #050505;
}
.footer__content {
  border-top: 1px solid rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  line-height: 1.75;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.footer__container {
  max-width: 1560px;
  --local-container-gap: var(--container-gap);
  --dp-block: block;
  display: var(--dp-block);
  width: 100%;
  padding-left: var(--local-container-gap);
  padding-right: var(--local-container-gap);
  margin-left: auto;
  margin-right: auto;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.15rem;
  padding-top: 0.42rem;
  padding-bottom: 0.2rem;
}
.footer__copyright {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.04rem;
}
.footer__link {
  font-weight: 500;
}
.footer__link:hover {
  color: #fff;
}
.footer__info {
  display: flex;
  flex-direction: column;
  order: 2;
  gap: 0.04rem;
  margin: 0;
}

.modal-form__box {
  margin: auto;
  position: relative;
  z-index: 2;
}
.modal-form__wrapper {
  background-color: #fff;
  padding: 0.5rem 0;
}
.modal-form__close {
  position: absolute;
  right: 0.15rem;
  top: 0.3rem;
}

.modal-quiz__box {
  margin: 50px auto 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 650px;
  padding: 10px;
}
.modal-quiz__wrapper {
  position: relative;
  background-color: #fff;
  padding-top: 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
}
.modal-quiz__close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  padding: 0;
  border: 0;
  z-index: 3;
}
.modal-quiz__title-sm {
  display: block;
  font-family: "Nexa Script", sans-serif;
  font-size: 25px;
  color: #403e3f;
  margin-bottom: 5px;
  padding: 0 10px;
}

.quiz {
  display: flex;
}
.quiz__item-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.quiz__inner {
  position: relative;
  width: 100%;
}
.quiz__form {
  height: 100%;
}
.quiz__item {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.quiz__item-inner {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.quiz__item-title {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 0;
}
.quiz__time-title {
  display: block;
  font-family: "Playfair Display SC", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 16px;
}
.quiz__result {
  padding: 32px 24px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 50px;
}
.quiz__result-item {
  font-family: "Playfair Display SC", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 24px;
}
.quiz__result-item-title {
  display: block;
  color: rgba(68, 68, 68, 0.8);
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: none;
}
.quiz__date-wrapper {
  line-height: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 28px;
}
.quiz__date-content {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  border-radius: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.quiz__date {
  padding: 0;
  border: 0;
  height: 0;
  opacity: 0;
}

.form-radio-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  row-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.form-radio__time {
  position: relative;
  border-radius: 90px;
  padding: 7px 12px;
  width: 122px;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.form-radio__time-info {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.44;
  color: #050505;
  z-index: 1;
}

.form-radio__time input:checked ~ .form-radio__controller {
  background: #050505;
}

.form-radio__time input:checked ~ .form-radio__time-info {
  color: #fff;
}

.form-radio__time input:disabled ~ .form-radio__time-info {
  color: rgba(68, 68, 68, 0.5);
  cursor: default;
}

.form-radio__time input:disabled ~ .form-radio__controller {
  cursor: default;
}

.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
}

.form-radio__service {
  position: relative;
  border-radius: 20px;
  padding: 20px 15px;
  width: 100%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.form-radio__controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 20px;
}

.form-radio__input {
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-radio__title {
  position: relative;
  display: block;
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 8px;
  z-index: 1;
}

.form-radio__info {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(5, 5, 5, 0.6);
  z-index: 1;
}

.form-radio__price {
  position: relative;
  display: block;
  font-family: "Playfair Display SC", sans-serif;
  font-size: 17px;
  line-height: 1.25;
  color: #050505;
  z-index: 1;
}

.form-radio__service input:checked ~ .form-radio__controller {
  background: #050505;
}

.form-radio__service input:checked ~ .form-radio__title,
.form-radio__service input:checked ~ .form-radio__info,
.form-radio__service input:checked ~ .form-radio__price {
  color: #fff;
}

.form-politic {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
  color: #444;
}
.form-politic a {
  color: #403e3f;
  text-decoration: underline;
}

.form-field {
  margin-bottom: 16px;
}
.form-field__input {
  width: 100%;
  display: block;
  padding: 16px 14px;
  color: #444;
  border: none;
  border-bottom: 1px solid #050505;
  font-size: 16px;
  line-height: 1.35;
}
.form-field__input::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}
.form-field__input::-moz-placeholder {
  color: rgba(68, 68, 68, 0.5);
}
.form-field__input::-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}
.form-field__input::placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.form-textarea {
  margin-bottom: 24px;
}
.form-textarea__input {
  width: 100%;
  display: block;
  padding: 16px 14px;
  color: #444;
  border: none;
  border-bottom: 1px solid #050505;
  font-size: 16px;
  line-height: 1.35;
  height: 55px;
}
.form-textarea__input::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}
.form-textarea__input::-moz-placeholder {
  color: rgba(68, 68, 68, 0.5);
}
.form-textarea__input::-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}
.form-textarea__input::placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.datepicker {
  width: 100%;
  line-height: 1.44;
  font-size: 18px;
  background: #f9f9f9;
  border: none;
  font-family: "Montserrat", sans-serif;
  color: #050505;
}

.datepicker--nav-title {
  font-family: "Playfair Display SC", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.datepicker--nav {
  border-bottom: none;
}

.datepicker--day-name {
  color: #444;
  text-transform: none;
  font-size: 18px;
}

.datepicker--cell {
  border-radius: 20px;
}

.datepicker--cell.-selected- {
  background: #050505;
}

.datepicker--cell.-selected-.-focus- {
  background: #050505;
}

.datepicker--cell.-current- {
  background: rgba(217, 217, 217, 0.4);
  color: rgba(68, 68, 68, 0.5);
}

.datepicker--cell.-selected-.-current- {
  background: #050505;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  background: #050505;
}

.btnPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.modal-item__box {
  margin: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  padding: 10px;
}
.modal-item__wrapper {
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  border-radius: 20px;
  z-index: 2;
}
.modal-item__close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  padding: 0;
  border: 0;
  z-index: 3;
}
.modal-item__img {
  --adaptive-box: 51.28%;
  margin-bottom: 20px;
}
.modal-item__img img {
  border-radius: 20px;
}
.modal-item__content {
  padding: 0 10px;
  color: #444;
}
.modal-item__title-sm {
  font-family: "Nexa Script", sans-serif;
  font-size: 25px;
  color: #403e3f;
  margin-bottom: 4px;
}
.modal-item__title {
  font-family: "Nexa Script", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
.modal-item__title span {
  font-family: "Playfair Display SC", sans-serif;
  text-transform: uppercase;
}
.modal-item__info {
  margin-bottom: 30px;
}
.modal-item__consult {
  position: relative;
  padding-top: 30px;
  padding-bottom: 24px;
}
.modal-item__consult::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  top: 0;
  left: 0;
  background: #444;
}
.modal-item__consult-title {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}
.modal-item__consult-price {
  font-family: "Playfair Display SC", sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.intro {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.intro__inner {
  display: flex;
  flex-direction: column;
  padding-top: 0.79rem;
  gap: 40px;
}
.intro__img {
  position: relative;
  max-width: 6.8rem;
  line-height: 0;
}
.intro__img img {
  border-radius: 8rem;
}
.intro__img:before {
  position: absolute;
  content: "";
  top: 23px;
  left: 262px;
  width: 584px;
  height: 584px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.intro__content {
  color: #fff;
  text-align: center;
  position: relative;
}
.intro__content:before {
  position: absolute;
  content: "";
  top: -160px;
  left: -275px;
  width: 584px;
  height: 584px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.intro__title {
  text-transform: uppercase;
  font-family: "Playfair Display SC", sans-serif;
  line-height: 107%;
  font-size: 48px;
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
  background-image: url("../images/global/bg.svg");
  background-position: center;  
}

.program {
  position: relative;
  overflow: hidden;
  margin-top: -150px;
}
.program:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(900px);
          transform: translateX(900px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.program__box-title {
  font-family: "Playfair Display SC", sans-serif;
  font-size: 140px;
  line-height: 107%;
  color: rgba(255, 255, 255, 0.05);
  display: flex;
  gap: 50px;
}
.program__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
}
.program__wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.program__wrapper:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.program__inner {
  position: relative;
  background-image: url("../images/program/bg.png");
  padding-top: 50px;
  padding-bottom: 60px;
  border-radius: 40px 0 0 40px;
  width: 100%;
  background-size: cover;
}
.program__title {
  color: #050505;
  font-family: "Playfair Display SC", sans-serif;
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 400;
}
.program__title span {
  color: #403e3f;
  font-family: "Nexa Script", sans-serif;
}
.program__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
}
.program__item {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  color: #fff;
}
.program__item-content {
  cursor: pointer;
  position: relative;
}
.program__item-content .adaptive-box {
  border-radius: 30px;
  overflow: hidden;
}
.program__item-content .adaptive-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.program__item-content:hover:before {
  position: absolute;
  content: "";
  bottom: 12px;
  right: 12px;
  width: 66px;
  height: 27px;
  background-image: url("../images/program/arrow.svg");
  background-size: cover;
  z-index: 4;
}
.program__item-content:hover .adaptive-box::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.program__item-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  text-align: center;
  font-size: 23px;
  font-family: "Nexa Script", sans-serif;
  font-weight: 400;
  padding: 0 24px;
  width: 100%;
}
.program__item-title span {
  font-family: "Playfair Display SC", sans-serif;
  text-transform: uppercase;
}

.consult {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
}
.consult__box-title {
  font-family: "Playfair Display SC", sans-serif;
  font-size: 70px;
  line-height: 107%;
  color: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
}
.consult__content {
  margin-top: -30px;
}
.consult__title {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #fff;
  margin-bottom: 30px;
}
.consult__info {
  font-family: "Nexa Script", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: right;
  color: #fff;
  line-height: 1.2;
}
.consult__items {
  position: relative;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.consult__items::after {
  position: absolute;
  content: "";
  top: -265px;
  left: -250px;
  width: 584px;
  height: 584px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.consult__item {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.consult__item-content .adaptive-box {
  --adaptive-box: 72%;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.consult__item-title {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  margin-bottom: 16px;
}
.consult__item-info {
  position: relative;
  font-size: 16px;
  line-height: 156%;
  padding-right: 10px;
}

.about {
  position: relative;
  padding-bottom: 140px;
}
.about::before {
  position: absolute;
  content: "";
  bottom: 65px;
  left: 440px;
  width: 611px;
  height: 611px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.about::after {
  position: absolute;
  content: "";
  top: -760px;
  left: 1250px;
  width: 930px;
  height: 930px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: 10;
}
.about__content {
  max-width: 780px;
}
.about__content img {
  border-radius: 250px;
}
.about__title-sm {
  font-family: "Nexa Script", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 17px;
}
.about__title {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 400;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.about__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
  margin-bottom: 25px;
}
.about__item {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.features {
  position: relative;
}
.features:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-900px);
          transform: translateX(-900px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.features__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.features__wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  background-color: rgba(0, 0, 0, 0.1);
}
.features__wrapper:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  background-color: rgba(0, 0, 0, 0.1);
}
.features__inner {
  background-image: url("../images/program/bg.png");
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0 40px 40px 0;
  width: 100%;
  background-size: cover;
}
.features__title {
  color: #403e3f;
  font-family: "FoglihtenNo06", sans-serif;
  font-size: 25px;
  margin-bottom: 35px;
  font-weight: 500;
  text-align: center;
}
.features__title span {
  font-weight: 400;
  font-family: "Nexa Script", sans-serif;
}
.features__title strong {
  font-weight: 400;
  font-family: "Playfair Display SC", sans-serif;
  text-transform: uppercase;
  color: #050505;
}
.features__slider-wrapper {
  margin-bottom: 80px;
}
.features__slider {
  padding-bottom: 30px;
}
.features .swiper-pagination-bullets {
  bottom: 0;
}
.features .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.features .swiper-pagination-bullet-active {
  background: #92acab;
  border: none;
}
.features__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
}
.features__item {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  color: rgba(5, 5, 5, 0.7);
}
.features__number {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.34;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 20px;
}

.contacts {
  position: relative;
  padding-top: 35px;
  padding-bottom: 80px;
}
.contacts::before {
  position: absolute;
  content: "";
  top: -200px;
  right: 0;
  width: 611px;
  height: 611px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.contacts__box-title {
  font-family: "Playfair Display SC", sans-serif;
  font-size: 70px;
  line-height: 1.07;
  color: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  margin-left: -150px;
  display: block;
}
.contacts__inner {
  margin-top: -55px;
}
.contacts__title-sm {
  display: block;
  font-family: "Nexa Script", sans-serif;
  font-size: 25px;
  margin-top: 17px;
}
.contacts__title {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.contacts__title span {
  font-family: "Nexa Script", sans-serif;
  color: #f5f5f5;
  text-transform: none;
}
.contacts__content {
  max-width: 880px;
}
.contacts__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contacts__link {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.17;
  color: #fff;
  white-space: nowrap;
}

.price {
  position: relative;
  padding-bottom: 40px;
}
.price::before {
  position: absolute;
  content: "";
  bottom: 70px;
  left: 460px;
  width: 611px;
  height: 611px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.price::after {
  position: absolute;
  content: "";
  top: -135px;
  left: 200px;
  width: 466px;
  height: 466px;
  background-image: url("../images/global/blur.svg");
  background-size: cover;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.price__inner {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}
.price__img-wrapper {
  position: relative;
  padding-left: 35px;
  max-width: 520px;
  line-height: 0;
}
.price__img-wrapper img {
  border-radius: 180px;
}
.price__title {
  position: absolute;
  top: 20%;
  left: 20px;
  margin-bottom: 0;
  font-family: "FoglihtenNo06", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  -webkit-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
}
.price__content-item {
  padding: 24px 0;
  border-bottom: 1px solid #444;
}
.price__content-title {
  font-family: "Playfair Display SC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.price__content-info {
  display: block;
  font-family: "Nexa Script", sans-serif;
  font-size: 20px;
  line-height: 1.08;
  color: #fff;
}
.price__content-text {
  margin-top: -8px;
}

.color-primary {
  color: #050505;
}

.font-secondary {
  font-family: "Playfair Display SC", sans-serif;
}

.font-thirdary {
  font-family: "Nexa Script", sans-serif;
}

.color-white {
  color: #fff;
}

.flex-0-0-a {
  flex: 0 0 auto;
}

.flex-1-0-a {
  flex: 1 0 auto;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.max-w-none {
  max-width: none;
}

.lh-auto {
  line-height: normal;
}

.t\:size-48 {
  font-size: 0.48rem;
}

.t\:size-18 {
  font-size: 0.18rem;
}

.lh-93 {
  line-height: 93%;
}

.mb-8 {
  margin-bottom: 0.08rem;
}

.mb-24 {
  margin-bottom: 0.24rem;
}

.t\:size-16 {
  font-size: 0.16rem;
}

.lh-117 {
  line-height: 117%;
}

.mb-46 {
  margin-bottom: 0.46rem;
}

.t\:size-40 {
  font-size: 0.4rem;
}

.lh-107 {
  line-height: 107%;
}

.mb-30 {
  margin-bottom: 0.3rem;
}

.mt-16 {
  margin-top: 0.16rem;
}

@media (min-width: 480px) {
  :root {
    --gap-x: 0.2rem;
  }
  :root {
    --gap-y: 0.2rem;
  }
  :root {
    --container-gap: 0.2rem;
  }
  .container {
    max-width: 440px;
  }
  .modal-quiz__box {
    padding: 40px 20px;
  }
  .modal-quiz__wrapper {
    padding-top: 55px;
  }
  .modal-quiz__title-sm {
    padding: 0 55px;
  }
  .quiz__item-box {
    gap: 30px;
  }
  .quiz__item-inner {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 40px;
  }
  .quiz__date-wrapper {
    margin-left: -55px;
    margin-right: -55px;
    margin-bottom: 48px;
  }
  .quiz__date-content {
    padding-right: 55px;
    padding-left: 55px;
  }
  .modal-item__box {
    padding: 40px 20px;
  }
  .modal-item__content {
    padding: 0 20px;
  }
}

@media (min-width: 640px) {
  .container\@xs, .container {
    max-width: 520px;
  }
  .features__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .container\@md, .container, .container\@xs {
    max-width: 720px;
  }
  .datepicker {
    width: 5rem;
  }
  .intro__title {
    font-size: 70px;
  }
  .program__item {
    width: 50%;
  }
  .consult__title {
    font-size: 40px;
  }
  .about__item {
    width: 50%;
  }
  .features__title {
    font-size: 35px;
  }
  .price__title {
    font-size: 70px;
    left: 10px;
  }
  .price__content-title {
    font-size: 20px;
  }
  .price__content-info {
    font-size: 24px;
  }
  .max-w-none\@md {
    max-width: none;
  }
  .t\:size-24\@md {
    font-size: 0.24rem;
  }
  .t\:size-20\@md {
    font-size: 0.2rem;
  }
}

@media (min-width: 992px) {
  :root {
    --body-font-size: 0.16rem;
  }
  .container\@lg, .container, .container\@md, .container\@xs {
    max-width: 12.2rem;
  }
  .fadeIn\@lg {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .zoomIn\@lg {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
  }
  .title--size-sm {
    font-size: 0.36rem;
  }
  .title--size-md {
    font-size: 0.56rem;
  }
  .title--size-lg {
    font-size: 0.72rem;
  }
  .social--size {
    font-size: 0.64rem;
  }
  .menu__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.15rem;
  }
  .header__contacts {
    gap: 0.15rem;
  }
  .header__phone {
    font-size: 0.21rem;
  }
  .footer__inner {
    flex-direction: row;
  }
  .footer__copyright {
    align-items: flex-end;
  }
  .footer__info {
    order: -1;
  }
  .modal-form__wrapper {
    padding: 0.5rem 0.75rem;
  }
  .modal-form__close {
    right: 0.3rem;
  }
  .quiz__item-title {
    font-size: 30px;
  }
  .quiz__time-title {
    font-size: 20px;
  }
  .form-radio-items {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .form-radio__time {
    width: 152px;
    padding: 7px 16px;
  }
  .form-radio__time-info {
    font-size: 18px;
  }
  .form-radio__service {
    padding: 24px;
  }
  .form-radio__title {
    font-size: 20px;
  }
  .form-radio__info {
    line-height: 1.71;
  }
  .form-radio__price {
    font-size: 20px;
  }
  .modal-item__img {
    margin-bottom: 40px;
  }
  .modal-item__content {
    padding: 0 40px;
  }
  .modal-item__title {
    font-size: 30px;
  }
  .modal-item__consult-price {
    font-size: 20px;
  }
  .intro__inner {
    flex-direction: row;
    padding-top: 0.98rem;
    align-items: center;
    gap: 20px;
  }
  .intro__img {
    margin-left: auto;
    max-width: 50%;
  }
  .intro__content {
    max-width: 50%;
    text-align: left;
    padding-bottom: 150px;
  }
  .intro__title {
    font-size: 75px;
  }
  .program__inner {
    padding-top: 100px;
    padding-bottom: 120px;
    border-radius: 90px 0 0 90px;
  }
  .program__title {
    font-size: 50px;
  }
  .program__item {
    width: 33.33333%;
  }
  .consult {
    padding-top: 60px;
    padding-bottom: 125px;
  }
  .consult__box-title {
    font-size: 140px;
  }
  .consult__content {
    margin-top: -60px;
  }
  .consult__title {
    font-size: 50px;
  }
  .consult__info {
    font-size: 30px;
  }
  .consult__item {
    width: 50%;
  }
  .consult__item-info {
    font-size: 18px;
    padding-left: 100px;
  }
  .consult__item-info:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #92acab;
    top: 16px;
    left: 0;
  }
  .about__content-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .about__title {
    font-size: 50px;
  }
  .features__inner {
    padding-top: 140px;
    padding-bottom: 140px;
    border-radius: 0 90px 90px 0;
  }
  .features__title {
    font-size: 50px;
  }
  .features__slider-wrapper {
    margin-bottom: 140px;
  }
  .features__slider {
    padding-bottom: 50px;
  }
  .features__item {
    width: 25%;
  }
  .contacts {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .contacts__box-title {
    font-size: 140px;
  }
  .contacts__inner {
    margin-top: -70px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .contacts__title {
    font-size: 40px;
  }
  .contacts__items {
    gap: 40px;
  }
  .price {
    padding-bottom: 120px;
  }
  .price__inner {
    flex-direction: row;
    gap: 70px;
  }
  .price__title {
    font-size: 90px;
    left: 0;
  }
  .max-w-none\@lg {
    max-width: none;
  }
  .mb-30\@lg {
    margin-bottom: 0.3rem;
  }
}

@media (min-width: 1260px) {
  .menu__list {
    gap: 0.32rem;
  }
  .header__contacts {
    gap: 0.32rem;
  }
  .header__phone {
    font-size: 0.24rem;
  }
  .intro__inner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-590px);
            transform: translateX(-590px);
  }
  .program__item-title {
    font-size: 27px;
  }
  .consult__item-title {
    font-size: 30px;
  }
  .contacts__title {
    font-size: 50px;
  }
  .contacts__link {
    font-size: 24px;
  }
  .price__content-title {
    font-size: 25px;
  }
}

@media (min-width: 1600px) {
  .intro__img {
    right: -180px;
    max-width: inherit;
    width: 680px;
    margin-left: -130px;
  }
  .intro__content {
    width: 6.1rem;
    max-width: inherit;
  }
  .intro__title {
    font-size: 100px;
  }
  .program__inner {
    width: 1640px;
  }
  .features__inner {
    width: 1640px;
  }
  .t\:size-30\@hg {
    font-size: 0.3rem;
  }
  .t\:size-24\@hg {
    font-size: 0.24rem;
  }
}

@media (pointer: fine) {
  .link:hover {
    color: #050505;
  }
  .link:active {
    color: #848484;
  }
  .link-decor:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .btn--theme-primary:hover {
    background-color: #403e3f;
    color: #fff;
  }
  .btn--theme-primary:active {
    background-color: #403e3f;
    color: #fff;
  }
  .btn--theme-secondary:hover {
    background-color: #403e3f;
    color: #fff;
  }
  .btn--theme-secondary:active {
    background-color: #403e3f;
    color: #fff;
  }
  .social__link:hover {
    background: #403e3f;
  }
  .social__link:active {
    background: #403e3f;
  }
}

.success {
  display: flex;
  color: #050505;
  min-height: 300px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  width: 100%;
  background-color: #fff;
}
.success h2 {
  margin: auto;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
}

.footer__link {
    cursor: pointer;
}

.map {
    height: 500px;
}


.modal-politic__box {
  margin: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  padding: 10px;
}
.modal-politic__wrapper {
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
  border-radius: 20px;
  z-index: 2;
}
.modal-politic__close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  padding: 0;
  border: 0;
  z-index: 3;
}
.modal-politic__content {
  padding: 0 10px;
  color: #444;
}


.modal-map__box {
  margin: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  padding: 10px;
}
.modal-map__wrapper {
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
  border-radius: 20px;
  z-index: 2;
}
.modal-map__close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  padding: 0;
  border: 0;
  z-index: 3;
}
.modal-map__content {
  padding: 0 10px;
  color: #444;
}

.modal-item2__box {
  margin: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  padding: 10px;
}
.modal-item2__wrapper {
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
  border-radius: 20px;
  z-index: 2;
}
.modal-item2__close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  padding: 0;
  border: 0;
  z-index: 3;
}
.modal-item2__content {
  padding: 0 10px;
  color: #444;
}

@media (min-width: 480px) {
  .modal-politic__box {
    padding: 40px 20px;
  }
  .modal-politic__content {
    padding: 0 20px;
  }
  .modal-map__box {
    padding: 40px 20px;
  }
  .modal-map__content {
    padding: 0 20px;
  }
  .modal-item2__box {
    padding: 40px 20px;
  }
  .modal-item2__content {
    padding: 0 20px;
  }  
}

@media (min-width: 992px) {
  .modal-politic__content {
    padding: 0 40px;
  }
  .modal-map__content {
    padding: 0 40px;
  }
  .modal-item2__content {
    padding: 0 40px;
  } 
}

.form-politic a {
    cursor: pointer;
}

.consult__item-content {
   cursor: pointer; 
}
























