@charset "UTF-8";
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Manrope", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Inter", sans-serif;
  --urbanGray: rgba(69, 71, 71);
  --urbanGray-05: rgba(69, 71, 71, 0.55);
  --urbanGray-08: rgba(69, 71, 71, 0.8);
  --lightestGray: #f5f5f5;
  --lightestGray-05: rgba(245, 245, 245, 0.55);
  --softPeach: #fee5bc;
  --white: #fff;
  --white-08: rgba(255, 255, 255, 0.8);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-03: rgba(255, 255, 255, 0.3);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-005: rgba(255, 255, 255, 0.05);
  --black: #000;
  --modal-bg: #080808c4;
  --modal-icon: #fff;
  --modal-accent: ;
  --header-height: 65px;
}

/* inter-100 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v18-cyrillic_latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v18-cyrillic_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v18-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v18-cyrillic_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v18-cyrillic_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-200 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/manrope-v15-cyrillic_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/manrope-v15-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v15-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v15-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v15-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v15-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope-v15-cyrillic_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
  scrollbar-gutter: stable;
  scroll-padding-top: var(--header-height);
}

html *,
html *::before,
html *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 375px;
  position: relative;
  overflow-x: hidden;
  font-style: normal;
  max-width: 100%;
  width: 100%;
  background-color: var(--black);
  color: var(--lightestGray);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.33;
  }
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

figure {
  margin-inline: 0;
}

input,
textarea,
a,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

input,
textarea {
  max-width: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
}

address {
  font-style: normal;
  font-family: inherit;
}

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

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

textarea {
  resize: none;
}

svg * {
  transition-property: fill, stroke;
}

[class*=copyrights-pane] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--second-family);
  color: var(--balck);
  font-weight: 500;
  line-height: 117%;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visually-hidden:not(:focus),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.color-inherit {
  color: inherit;
}

.overflow-hidden {
  max-width: 100%;
  overflow-x: hidden;
}

.object-scroll {
  max-width: 100%;
  overflow: auto;
}
.object-scroll a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reset {
  padding: 0;
  margin: 0;
}

.social {
  transition: all 0.3s;
}

input,
textarea {
  max-width: 100%;
  width: 100%;
}

.to-right {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  margin-left: auto !important;
}
.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .to-right {
    max-width: initial !important;
    margin-left: initial !important;
  }
}

@media (max-width: 767px) {
  .mobile-full {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* Скрывает элементы на экранах с максимальной шириной 767px */
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}
/* Скрывает элементы на экранах с шириной от 768px до 1379px */
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
/* Скрывает элементы на экранах с минимальной шириной 1380px */
@media (min-width: 1380px) {
  .desktop-hide {
    display: none !important;
  }
}
.click {
  transition: transform 0.2s;
}
.click:hover, .click:focus {
  transform: translateY(-1px);
}
.click:active {
  transform: translateY(2px);
  transition: transform 0.1s ease;
}

.wrapper {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 30px;
}
@media (max-width: 1279px) {
  .wrapper {
    max-width: 100%;
    padding-inline: 20px;
  }
}
.title {
  margin-top: 0;
  font-style: normal;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 104%;
  color: var(--lightestGray);
  margin-bottom: 25px;
}
.title span {
  color: var(--softPeach);
}
.title--two {
  font-size: 50px;
  margin-bottom: 20px;
}
.title--mod {
  color: var(--urbanGray);
}
@media (max-width: 1279px) {
  .title {
    font-size: 38px !important;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 30px !important;
  }
}

.button {
  text-decoration: none;
  cursor: pointer;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  line-height: 1;
  transition: all 0.3s;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 17px;
  color: #80541d;
  border-radius: 15px;
  padding: 25px 45px;
  height: 65px;
  box-shadow: 0 6px 12px 0 rgba(27, 8, 8, 0.54), 0 22px 22px 0 rgba(27, 8, 8, 0.47), 0 50px 30px 0 rgba(27, 8, 8, 0.28), 0 89px 36px 0 rgba(27, 8, 8, 0.08), 0 140px 39px 0 rgba(27, 8, 8, 0.01), 0 3px 0 0 #90774e;
  background: linear-gradient(90deg, #ebb877 0%, #fee5bc 50%, #facd96 100%);
}
.button:hover, .button:active, .button:focus {
  background: linear-gradient(90deg, #b71b25 0%, #c24a52 50%, #b71b25 100%);
  color: #fff;
  box-shadow: none;
}
.button--red {
  box-shadow: 0 3px 0 0 #8c2229;
  background: linear-gradient(90deg, #b71b25 0%, #c24a52 50%, #b71b25 100%);
  color: #fff;
}
.button--red:hover, .button--red:active, .button--red:focus {
  background: linear-gradient(90deg, #310d10 0%, #552528 52.5%, #530208 100%);
}
.button--mod {
  border: 1px solid var(--white-005);
  border-radius: 15px;
  padding: 20px 30px;
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  background: rgba(0, 0, 0, 0.05);
  font-family: var(--second-family);
  color: rgba(255, 255, 255, 0.85);
  box-shadow: none;
}
.button--mod:hover, .button--mod:active, .button--mod:focus {
  background: linear-gradient(90deg, #b71b25 0%, #c24a52 50%, #b71b25 100%);
  color: #fff;
}
.button.isActive {
  color: var(--white);
}
.button.isActive::before {
  background-color: var(--green);
}
@media (max-width: 1023px) {
  .button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .button {
    height: 60px;
    font-size: 16px;
  }
  .button--small {
    height: 45px;
  }
}

.logo {
  max-width: 360px;
  display: grid;
  gap: 32px;
  grid-template-columns: auto 1fr;
}
.logo__link {
  display: block;
  max-width: 150px;
  position: relative;
  display: flex;
  align-items: center;
}
.logo__link::after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.logo__label {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 11px;
  line-height: 136%;
  color: rgba(245, 245, 245, 0.55);
}
@media (max-width: 767px) {
  .logo {
    max-width: 100%;
    display: grid;
    gap: 16px;
    grid-template-columns: 95px 1fr;
  }
  .logo .logo__link {
    max-width: 100%;
  }
  .logo .logo__link::after {
    right: -9px;
    top: 25%;
    height: 50%;
  }
  .logo .logo__label {
    font-size: 9px;
  }
}

.best-masters {
  display: flex;
  align-items: flex-end;
}
.best-masters__photo {
  width: 120px;
  display: block;
}
.best-masters__icon {
  position: relative;
  margin-left: -25px;
}

.heart {
  display: inline-block;
  overflow: visible;
  width: 11px;
  height: 11px;
  position: relative;
  margin-inline: 6px;
}
.heart::before {
  content: "";
  width: 39px;
  height: 37px;
  background-image: url(../img/icon-heart.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -13px;
  left: -15px;
}
.heart--red::before {
  background-image: url(../img/icon-heart-red.svg);
}
.heart--mod {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  width: 60px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
  margin-inline: 9px;
}
.heart--mod::before {
  background-image: url(../svg/icon-heart-red.svg);
  width: 15px;
  height: 13px;
  position: absolute;
  top: 13px;
  left: 22px;
}

.menu-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white-01);
  border-radius: 10px;
  width: 45px;
  height: 45px;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  background: rgba(0, 0, 0, 0.05);
  background: url(../svg/icon-on.svg) center no-repeat;
}
.menu-button.on {
  background: url(../svg/icon-off.svg) center no-repeat;
}
.menu-button span,
.menu-button span::after,
.menu-button span::before {
  flex-shrink: 0;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  z-index: 2;
}
.menu-button span::after,
.menu-button span::before {
  content: "";
  display: block;
  transition: 0.3s;
}
.menu-button span::before {
  transform: translateY(-6px);
  width: 18px;
}
.menu-button span::after {
  transform: translateY(6px);
  width: 12px;
}
.menu-button:hover {
  background-color: #A32B29;
}

.navigation {
  max-width: 100%;
  width: 100%;
  color: inherit;
}
.navigation__list {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% + 32px);
  margin-right: -32px;
  justify-content: center;
}
.navigation__item {
  margin-right: 32px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.navigation__link {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff2f4;
  padding: 16px 0;
  opacity: 0.55;
  transition: all 0.3s;
  position: relative;
}
.navigation__link::after {
  content: "";
  display: block;
  width: 1px;
  height: 2px;
  transition: opacity 0.3s, color 0.3s, width 0.3s;
  opacity: 0;
  background-color: #ffffff;
}
.navigation__link:hover, .navigation__link:active, .navigation__link:focus {
  color: #ffffff;
  opacity: 1;
}
.navigation__link:hover::after, .navigation__link:active::after, .navigation__link:focus::after {
  width: 100%;
  opacity: 1;
}
.navigation__item:has(ul) {
  grid-row: span 2;
}
.navigation__item--to-last {
  grid-column: 3;
}
.navigation__sub-link {
  font-size: 16px;
  line-height: 2;
  color: inherit;
  position: relative;
  display: grid;
  gap: 8px;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.navigation__sub-link::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--green);
}
@media (max-width: 767px) {
  .navigation__link {
    font-size: 16px;
  }
}

.section-label {
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  border: 1px solid rgba(69, 71, 71, 0.15);
  border-radius: 100px;
  height: 42px;
  padding: 6px 20px;
  color: rgba(69, 71, 71, 0.15);
  transition: all 0.3s;
}
.section-label:hover {
  background: rgba(106, 4, 6, 0.7803921569) !important;
  color: #fff !important;
  border: rgba(106, 4, 6, 0.7803921569) !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}
@media (max-width: 767px) {
  .section-label {
    display: none;
  }
}

.card-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: rgba(255, 242, 244, 0.55);
  height: auto;
  width: 100%;
  transition: all 0.3s;
}
.card-item:hover {
  scale: 1.03;
}
.card-item__image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-item__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-item__wrapper {
  position: relative;
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-item__name {
  display: block;
  margin: 0;
  margin-bottom: auto;
  flex-grow: 2;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 110%;
  color: #ebf3ff;
}
.card-item__text {
  margin-top: 25px;
  margin-bottom: 0;
}
.card-item .best-masters {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-bottom: 50px;
}
.card-item__number {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(255, 242, 244, 0.25);
}
.card-item--mini {
  color: rgba(255, 242, 244, 0.55);
}
.card-item--mini__wrapper {
  padding: 40px 35px;
}
.card-item--mini__name {
  font-size: 27px;
}

.service-card {
  padding: 60px 0;
  background-image: url(../img/service-card/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: rgba(245, 245, 245, 0.55);
  transition: all 0.3s;
}
.service-card:hover {
  scale: 1.02;
}
.service-card b {
  font-weight: 600;
  color: rgba(245, 245, 245, 0.8);
}
.service-card--mod {
  background-image: url(../img/service-card/bg-2.png);
}
.service-card__wrapper {
  padding: 0 60px;
}
.service-card__container {
  padding-right: 190px;
}
.service-card__header {
  min-height: 180px;
}
.service-card__text {
  margin: 0;
}
.service-card__text a {
  color: #fee5bc;
  text-decoration: none;
  border-bottom: 1px solid;
  width: max-content;
}
.service-card__title {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  color: #fff2f4;
}
.service-card .button {
  margin-top: 30px;
  max-width: 100%;
  width: 100%;
}
.service-card__price-list {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(245, 245, 245, 0.55);
}
.service-card__price-list b {
  font-weight: 600;
  color: rgba(245, 245, 245, 0.8);
}
.service-card__price-list li {
  margin-bottom: 6px;
}
.service-card__details-list {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(245, 245, 245, 0.55);
}
.service-card__details-list b {
  font-weight: 600;
  color: rgba(245, 245, 245, 0.8);
}
.service-card__details-list li {
  margin-bottom: 16px;
}
.service-card__subtitle {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  padding-inline: 60px;
  color: rgba(245, 245, 245, 0.9);
}
.service-card__subtitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #470106;
}
.service-card__subtitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #470106;
}
.service-card--mod .service-card__subtitle:before {
  background-color: #024ba2;
}
.service-card--mod .service-card__subtitle:after {
  background-color: #024ba2;
}
@media (max-width: 1279px) {
  .service-card {
    padding: 42px 0;
  }
  .service-card .service-card__title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .service-card .service-card__wrapper {
    padding: 0 42px;
  }
  .service-card .service-card__subtitle {
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-inline: 42px;
  }
}
@media (max-width: 767px) {
  .service-card {
    background-image: url(../img/service-card/bg-1-mob.png);
  }
  .service-card--mod {
    background-image: url(../img/service-card/bg-2-mob.png);
  }
  .service-card .service-card__container {
    padding-right: 0;
  }
  .service-card .service-card__price-list {
    font-size: 15px;
  }
  .service-card .service-card__header {
    min-height: initial;
  }
  .service-card .service-card__details-list {
    font-size: 15px;
  }
}

.social-list {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fee5bc;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, auto);
  max-width: -moz-max-content;
  max-width: max-content;
}
.social-list a {
  text-decoration: underline;
}
.social-list__item {
  position: relative;
}
.social-list__item:first-of-type::before {
  content: "";
  width: 39px;
  height: 37px;
  background-image: url(../img/icon-heart.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -8px;
  right: -35px;
}

.form__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
.form__item {
  position: relative;
  display: flex;
  align-items: center;
}
.form__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon-user.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4;
}
.form__item--mod {
  grid-column: span 2;
}
.form__item--phone::before {
  background-image: url(../img/icon-call.svg);
  opacity: 0.4;
}
.form__item--email::before {
  background-image: url(../img/icon-message.svg);
}
.form input {
  height: 80px;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(55px);
          backdrop-filter: blur(55px);
  background: rgba(255, 255, 255, 0.55);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(69, 71, 71, 0.35);
  display: block;
  padding: 20px 25px;
  padding-left: 60px;
  max-width: 100%;
  width: 100%;
}
.form input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(69, 71, 71, 0.35);
}
.form input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(69, 71, 71, 0.35);
}
.form__button-submit {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.form__info {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  text-align: center;
  color: rgba(69, 71, 71, 0.45);
}
.form__info a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1b59b7;
}
@media (max-width: 1279px) {
  .form__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px;
  }
  .form__item {
    grid-column: initial;
  }
  .form input {
    height: 60px;
    padding: 11px 20px;
    padding-left: 40px;
    font-size: 14px;
  }
  .form input ::-moz-placeholder {
    font-size: inherit;
  }
  .form input ::placeholder {
    font-size: inherit;
  }
  .form__item::before {
    left: 15px;
  }
}

.header {
  transition: all 0.3s;
  background-color: transparent;
  color: var(--white);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.header__top {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s;
}
.header__top .header__contacts {
  max-width: 150px;
  margin-left: auto;
}
.header__grid {
  display: grid;
  align-items: center;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  max-width: 100%;
}
.header__logo {
  margin-right: 16px;
}
.header__buttons {
  max-width: -moz-max-content;
  max-width: max-content;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, auto);
}
.header__navigation {
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.header__contacts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
.header__contacts p {
  margin: 0;
}
.header__bottom {
  display: none;
}
.header__mobile-menu-button {
  display: none;
}
.header .menu-button {
  display: none;
}
.header .wrapper {
  max-width: 1415px;
}
@media (max-width: 1279px) {
  .header {
    padding-top: 20px;
  }
  .header__grid {
    grid-template-columns: 1fr auto;
  }
  .header .header__center {
    display: none;
  }
  .header .menu-button {
    display: flex;
  }
  .header__right {
    display: grid;
    gap: 16px;
    grid-template-columns: auto auto;
    align-items: center;
  }
  .header__right .button {
    height: 45px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .header__right {
    grid-template-columns: auto;
    margin-left: auto;
  }
  .header__right .button {
    display: none;
  }
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section__header {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 60px;
  position: relative;
}
.section__header-col {
  grid-column: 6/12;
}
.section__card-group {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section__card-group--right {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
.section__card-group--left {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr);
}
.section__subtitle {
  margin: 0;
}
.section .wrapper {
  position: relative;
}
.section .section-label {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1279px) {
  .section .section__header {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .section .section-label {
    position: initial;
    margin-bottom: 16px;
  }
  .section .section__header {
    display: block;
    margin-bottom: 20px;
  }
  .section__card-group {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    max-width: 100%;
  }
}

.sections-group {
  padding-top: 25px;
  padding-bottom: 0;
  border-radius: 25px;
  padding-inline: 20px;
  margin-top: -32px;
  position: relative;
  background-color: #fff;
  background-image: url(../img/bg/texture.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .sections-group {
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 0;
  }
}

.mobile-nav {
  background-color: var(--black);
  color: var(--white);
  padding-top: 130px;
  padding-bottom: 45px;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: -100vw;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  background-image: url(../img/mobile-nav/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.mobile-nav .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-nav__list {
  margin-bottom: 32px;
  position: relative;
}
.mobile-nav__footer {
  margin-top: auto;
}
.mobile-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
}
.mobile-nav__item:last-of-type {
  border-bottom: none;
}
.mobile-nav__link {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff2f4;
}
.mobile-nav__link::before {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: var(--green);
}
.mobile-nav .social-list {
  margin-bottom: 23px;
  margin-inline: auto;
}
.mobile-nav .button {
  transition: all 0.3s;
  outline: none;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.hero {
  min-height: 100vh;
  background-color: #000000;
  color: #ffffff;
  background-image: url(../img/hero/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 135px;
  background-position: right;
}
.hero__content {
  max-width: 560px;
}
.hero__text {
  margin: 0;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(245, 245, 245, 0.55);
  max-width: 280px;
}
.hero__text b {
  font-weight: 600;
  color: rgba(245, 245, 245, 0.9);
}
.hero .title {
  text-wrap: balance;
}
.hero .best-masters {
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .hero {
    padding-top: 340px;
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 130px;
    background-position: center;
    background-image: url(../img/hero/bg-mob.jpg);
  }
  .hero .best-masters {
    position: relative;
  }
  .hero .best-masters__icon {
    margin-left: 0;
    position: absolute;
    bottom: -20px;
    left: 16px;
  }
  .hero .hero__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: rgba(245, 245, 245, 0.55);
  }
  .hero .hero__text .heart.mobile-show {
    display: inline-block !important;
  }
  .hero .button {
    max-width: 100%;
  }
}

.advantages {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(69, 71, 71, 0.8);
  padding-top: 130px;
}
.advantages .title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  color: #454747;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 1279px) {
  .advantages {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .advantages {
    font-size: 15px;
  }
}

.steps {
  background-color: var(--black);
  background-image: url(../img/steps/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 25px;
  overflow: hidden;
  border-radius: 32px;
  padding-top: 130px;
  padding-bottom: 555px;
}
.steps .section-label {
  color: rgba(245, 245, 245, 0.35);
  border: 1px solid rgba(245, 245, 245, 0.35);
}
@media (max-width: 1279px) {
  .steps {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .steps {
    background-image: url(../img/steps/bg-mob.jpg);
    background-position: bottom right -1px;
    padding-bottom: 280px;
  }
}

.reviews {
  padding-bottom: 140px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(69, 71, 71, 0.8);
  padding-top: 130px;
}
.reviews .title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  color: #454747;
  margin: 0;
  margin-bottom: 25px;
}
.reviews__grid {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.reviews__grid::before {
  content: "";
  position: absolute;
  bottom: -116px;
  left: -80px;
  right: -80px;
  height: 315px;
  background-image: url(../img/reviews/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  border-radius: 25px;
}
.reviews__col-left {
  position: relative;
  width: 460px;
}
.reviews__col-right {
  position: relative;
  width: calc(100% - 460px);
  margin-left: 32px;
}
.reviews__slider-big {
  border-radius: 25px;
}
.reviews__slider-min {
  width: 100%;
}
.reviews__slider-min .swiper {
  width: 100%;
}
.reviews__slider-text {
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(69, 71, 71, 0.55);
  font-style: normal;
}
.reviews__slider-text .swiper {
  width: 100%;
}
.reviews__slider-text .swiper-slide {
  width: 100%;
}
.reviews__slider-text span {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 20px;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 18px;
  color: #454747;
  border: 1px solid rgba(69, 71, 71, 0.05);
  border-radius: 100px;
  padding: 15px 20px;
  height: 50px;
  line-height: 1;
  transition: all 0.3s;
}
.reviews__slider-text span:hover {
  background: rgba(106, 4, 6, 0.7803921569);
  color: #fff;
}
.reviews__slider-text h3 {
  display: block;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  color: #454747;
}
.reviews__slider-text cite {
  font-style: normal;
}
.reviews__slider-text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.reviews .reviews__support {
  display: none;
}
@media (max-width: 1279px) {
  .reviews {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .reviews .reviews__grid::before {
    content: '';
    display: none;
  }
  .reviews .reviews__grid {
    grid-template-columns: 350px auto;
  }
}
@media (max-width: 767px) {
  .reviews {
    padding-bottom: 46px;
  }
  .reviews .reviews__grid {
    display: block;
  }
  .reviews .reviews__grid::before {
    left: -20px;
    right: -20px;
    bottom: -22px;
    height: 175px;
  }
  .reviews .reviews__slider-text h3 {
    font-size: 23px;
  }
  .reviews .reviews__slider-text {
    font-size: 14px;
  }
  .reviews .reviews__slider-text span {
    display: none;
  }
  .reviews .reviews__slider-big {
    margin-bottom: 20px;
  }
  .reviews .reviews__slider-min {
    margin-bottom: 15px;
  }
  .reviews .reviews__support {
    max-width: 225px;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: #fff2f4;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr;
  }
  .reviews__col-left {
    width: auto;
  }
}

.services {
  background-image: url(../img/services/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -32px;
}
.services .section-label {
  border: 1px solid rgba(245, 245, 245, 0.15);
  color: rgba(245, 245, 245, 0.15);
}
.services__list {
  display: grid;
  gap: 32px;
  grid-template-columns: 5fr 7fr;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .services {
    background-image: url(../img/services/bg-mob.png);
    padding-bottom: 50px;
  }
  .services__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .services .service-card__wrapper {
    padding: 0px 20px;
  }
  .services .service-card__subtitle {
    padding-inline: 20px;
  }
}

.call-to-action {
  margin-inline: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: rgba(69, 71, 71, 0.8);
  background-image: url(../img/call-to-action/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 100px;
  margin-bottom: 20px;
}
.call-to-action .title {
  color: #454747;
  margin-bottom: 25px;
}
.call-to-action .section-label {
  -webkit-backdrop-filter: blur(51px);
          backdrop-filter: blur(51px);
  color: rgb(48, 48, 48);
  border: 1px solid rgb(48, 48, 48);
}
.call-to-action .section__header-col {
  grid-column: 6/13;
}
.call-to-action .form {
  margin-top: 50px;
  padding: 40px;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(55px);
          backdrop-filter: blur(55px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
}
@media (max-width: 1279px) {
  .call-to-action {
    padding-top: 500px;
  }
}
@media (max-width: 767px) {
  .call-to-action {
    background-image: url(../img/call-to-action/bg-mob.png);
    padding-top: 65px;
    padding-bottom: 345px;
    background-position: bottom center;
  }
  .call-to-action .form {
    margin-top: 28px;
    padding: 0;
    background: transparent;
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .call-to-action .form__info {
    font-size: 13px;
    color: #ffffff;
    font-size: 12px;
    line-height: 125%;
    text-align: center;
    color: rgba(69, 71, 71, 0.45);
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url(../img/footer/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(245, 245, 245, 0.25);
}
.footer__grid {
  display: grid;
  gap: 14px 32px;
  grid-template-columns: 3fr 6fr 3fr;
}
.footer .section-label {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(245, 245, 245, 0.45);
  color: rgba(245, 245, 245, 0.45);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}
.footer__contacts {
  display: grid;
  gap: 32px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 25px;
}
.footer__contacts-link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 116%;
  color: rgba(245, 245, 245, 0.65);
  text-decoration: none;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s;
}
.footer__contacts-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  transition: all 0.3s;
  border-bottom: 1px dashed rgba(245, 245, 245, 0.25);
}
.footer__contacts-link:hover {
  color: #fff;
}
.footer__contacts-link:hover:after {
  border-bottom: 1px dashed #fff;
}
.footer .section__footer {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, auto);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(245, 245, 245, 0.25);
  width: 100%;
}
.footer__copy {
  margin: 0;
}
.section__footer a {
  text-decoration: none;
  border-bottom: 1px solid;
  width: max-content;
}
.footer .section__header-col {
  grid-column: 7/13;
}
@media (max-width: 1279px) {
  .footer .footer__contacts-link {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .footer {
    background-image: url(../img/footer/bg-mob.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 60px;
  }
  .footer .footer__contacts {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }
  .footer .footer__contacts-link {
    font-size: 25px;
  }
  .footer .title {
    max-width: 290px;
    text-wrap: balance;
    margin-bottom: 50px;
  }
  .footer .section__footer {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 16px;
  }
  .footer .section__body {
    margin-bottom: 90px;
  }
  .reviews__col-right {
    width: auto;
  }
}

.modal {
  position: fixed;
  z-index: 9999;
  display: flex;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  inset: 0;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: var(--modal-bg);
  color: var(--black);
}
.modal__body {
  position: relative;
  width: 500px !important;
  margin: 0 auto;
  padding: 32px 40px 45px;
  background: var(--black);
  border-radius: 25px;
  background-image: url(../img/modal/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.modal__title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #fff2f4;
  margin-bottom: 20px;
  max-width: 280px;
}
.modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--modal-icon);
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid var(--white-01);
  border-radius: 8px;
  width: 35px;
  height: 35px;
}
.modal__close svg {
  display: block;
}
.modal__close svg path {
  stroke: currentColor;
}
.modal__close:hover, .modal__close:active, .modal__close:focus {
  color: var(--modal-accent);
}
.modal .form__info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 115%;
  text-align: center;
  color: rgba(245, 245, 245, 0.45);
}
.modal .form__info a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(254, 229, 188, 0.65);
}
.modal.active {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}
.modal .form__grid {
  display: block;
}
.modal .form__item {
  margin-bottom: 10px;
}
.modal .form input {
  -webkit-backdrop-filter: blur(55px);
          backdrop-filter: blur(55px);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--white-01);
  color: #ffffff;
}
@media (max-width: 950px) {
  .modal__body {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .modal__body {
    padding: 40px 20px;
  }
  .modal__title {
    font-size: 22px !important;
    line-height: 125%;
  }
  .modal__title::before {
    width: 270px;
  }
  .modal__close {
    top: 6px;
    right: 6px;
  }
  .modal__close svg {
    scale: 0.8;
  }
}

.header-sticky .header {
  background-color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-sticky .header__top {
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-sticky .header__top .header__contacts {
  margin-top: -5px;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .header-sticky .header__top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mobile-nav-open {
  overflow: hidden;
}
.mobile-nav-open .mobile-nav {
  top: 0;
  visibility: initial;
  opacity: initial;
  pointer-events: initial;
}
.mobile-nav-open .header__top {
  border-bottom: 1px solid var(--white-02);
  background-color: var(--balck);
}
.mobile-nav-open .menu-button span {
  background-color: transparent;
}
.mobile-nav-open .menu-button span:after {
  transform: rotate(45deg);
  width: 24px;
}
.mobile-nav-open .menu-button span:before {
  transform: rotate(-45deg);
  width: 24px;
}
.mobile-nav-open .mobile-nav {
  right: 0;
}

.modal-open {
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */
