

/* Start:/bitrix/templates/reina/styles.css?178818599087879*/
@font-face {
  font-family: "Anticva";
  src: url("/bitrix/templates/reina/./assets/fonts/Anticva-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garet";
  src: url("/bitrix/templates/reina/./assets/fonts/Garet-Book.woff2") format("woff2"), url("/bitrix/templates/reina/./assets/fonts/Garet-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garet";
  src: url("/bitrix/templates/reina/./assets/fonts/Garet-Book.woff2") format("woff2"), url("/bitrix/templates/reina/./assets/fonts/Garet-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garet";
  src: url("/bitrix/templates/reina/./assets/fonts/Garet-Book.woff2") format("woff2"), url("/bitrix/templates/reina/./assets/fonts/Garet-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garet";
  src: url("/bitrix/templates/reina/./assets/fonts/Garet-Heavy.woff2") format("woff2"), url("/bitrix/templates/reina/./assets/fonts/Garet-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-white: #ffffff;
  --main-sand: #d0a96d;
  --main-black: #1e1e1c;
  --main-beige: #f1e5d2;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  color: var(--main-white);
  /* background: var(--main-black); */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Garet", "Montserrat", "Arial", sans-serif;
  color: var(--main-white);
  /* background: var(--main-black); */
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.main-page {
  min-height: 100vh;
  overflow-x: hidden;
  /*background: var(--main-black);*/
}

.main-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 170px;
  padding: 22px 40px 18px;
  background: var(--main-black);
}

.main-header__nav {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.main-header__link,
.main-header__contacts-link,
.main-header__contact {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  transition: color 0.2s ease;
  border-bottom:1px solid var(--main-black);
}

.main-header__link:hover,
.main-header__contacts-link:hover,
.main-header__contact:hover {
  color: var(--main-sand);
  border-bottom:1px solid var(--main-sand);
}

.main-header__logo {
  display: block;
  width: 265px;
  margin-top: 6px;
}

.main-header__logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.main-header__logo-img--mobile {
  display: none;
}

.main-header__contacts {
  display: grid;
  gap: 16px;
  justify-items: end;
}

.main-header__socials,
.main-mobile-menu__socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.main-icon-link img,
.main-messenger-link img {
  display: block;
  width: var(--main-icon-size, 100%);
  height: var(--main-icon-size, 100%);
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.main-icon-link__active,
.main-messenger-link__active {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.main-icon-link:hover .main-icon-link__default,
.main-messenger-link:hover .main-messenger-link__default {
  opacity: 0;
}

.main-icon-link:hover .main-icon-link__active,
.main-messenger-link:hover .main-messenger-link__active {
  opacity: 1;
}

.main-header__contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.main-header__contact img {
  width: 15px;
  height: 15px;
}

.main-burger {
  display: none;
}

.main-hero {
  min-height: calc(100vh - 170px);
  padding: 178px 40px 216px;
  background-image: url("/bitrix/templates/reina/./assets/img_main.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.main-hero__content {
  width: min(100%, 960px);
}

.main-hero__title {
  margin: 0 0 24px;
  font-family: "Anticva", "Times New Roman", serif;
  font-size: clamp(64px, 6.36vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-hero__subtitle {
  margin: 0 0 28px;
  font-size: clamp(32px, 3.05vw, 44px);
  font-weight: 300;
  line-height: 1.18;
  text-transform: uppercase;
}

.main-hero__mobile-break {
  display: none;
}

.main-hero__offer {
  margin: 0 0 44px;
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 300;
  line-height: 1.25;
}

.main-hero__actions {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 327px;
  min-height: 59px;
  padding: 18px 24px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.main-button--dark {
  color: var(--main-white);
  background: var(--main-black);
}

.main-button--light {
  color: var(--main-black);
  background: var(--main-beige);
}

.main-button--dark:hover,
.main-write.is-open .main-write__button {
  color: var(--main-sand);
  border-color: var(--main-sand);
}

.main-button--light:hover {
  border-color: var(--main-sand);
}

.main-write {
  position: relative;
  display: grid;
}

.main-messenger-list {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 34px 28px;
  background: rgba(241, 229, 210, 0.45);
}

.main-write__panel {
  position: absolute;
  top: calc(100% + 22px);
  left: 24px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.main-write:hover .main-write__panel,
.main-write.is-open .main-write__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.main-messenger-link {
  --main-icon-size: 68px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 83px;
  padding: 0;
  background: var(--main-black);
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.main-messenger-link:hover {
  border-color: var(--main-sand);
}

.main-messenger-link img {
  width: var(--main-icon-size);
  height: var(--main-icon-size);
}

.main-mobile-menu {
  display: none;
}

.main-services {
  position: relative;
  overflow: hidden;
  padding: 20px 0 50px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-services__intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: end;
  min-height: 249px;
  padding: 128px 38px 72px;
  border-bottom: 1px solid rgba(30, 30, 28, 0.72);
}

.main-services__watermark {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 0;
  color: var(--main-beige);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: clamp(220px, 26vw, 300px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.28;
  pointer-events: none;
  white-space: nowrap;
}

.main-services__heading,
.main-services__text {
  position: relative;
  z-index: 1;
}

.main-services__title {
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  margin: 0 0 8px;
  padding: 3px 42px 0;
  color: var(--main-white);
  background: var(--main-black);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.main-services__lead {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.16;
  text-transform: uppercase;
}

.main-services__text {
  max-width: 392px;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.24;
  text-align: center;
}

.main-services__list {
  display: grid;
}

.main-services__item {
  position: relative;
  display: grid;
  grid-template-columns: 405px minmax(0, 1fr) 104px;
  align-items: center;
  min-height: 139px;
  padding: 0 47px;
  color: var(--main-black);
  border-bottom: 1px solid rgba(30, 30, 28, 0.72);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.main-services__item:hover {
  color: var(--main-white);
  background: var(--main-black);
}

.main-services__number {
  position: relative;
  z-index: 2;
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.main-services__content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 22px;
}

.main-services__name {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.main-services__description {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}

.main-services__arrow {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: 82px;
  height: 82px;
  background: url("/bitrix/templates/reina/./assets/arrow=up.svg") center / contain no-repeat;
}

.main-services__item:hover .main-services__arrow {
  background-image: url("/bitrix/templates/reina/./assets/arrow=down.svg");
  filter: brightness(0) invert(1);
}

.main-services__image-wrap {
  position: absolute;
  left: 132px;
  top: 50%;
  z-index: 1;
  width: 310px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.main-services__image {
  display: block;
  width: 100%;
  height: auto;
}

.main-services__item:hover .main-services__image-wrap {
  opacity: 1;
}

.main-services__mobile-details {
  display: none;
}

.main-discount {
  padding: 65px 0 0;
  color: var(--main-black);
  background: var(--main-white);
}

.main-discount__banner {
  min-height: 517px;
  display: flex;
  align-items: center;
  background-image: url("/bitrix/templates/reina/./assets/discount_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-discount__glass {
  width: 100%;
  min-height: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 70px 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(30, 30, 28, 0.2);
  backdrop-filter: blur(9px);
}

.main-discount__title {
  max-width: 1160px;
  margin: 0;
  color: var(--main-white);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: clamp(58px, 5.9vw, 86px);
  font-weight: 400;
  line-height: 1.07;
  text-align: center;
  text-transform: uppercase;
}

.main-discount__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 39px 39px 29px;
}

.main-discount__actions .main-button {
  width: 100%;
  min-height: 60px;
}

.main-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.main-modal.is-open {
  display: flex;
}

.main-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 28, 0.64);
}

.main-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 58px 38px 38px;
  background: rgba(241, 229, 210, 0.82);
}

.main-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--main-black);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.main-modal__close span {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 28px;
  height: 1px;
  background: currentColor;
}

.main-modal__close span:first-child {
  transform: rotate(45deg);
}

.main-modal__close span:last-child {
  transform: rotate(-45deg);
}

.main-modal__messengers {
  justify-content: center;
  padding: 0;
  background: transparent;
}

body.main-modal-open {
  overflow: hidden;
}

.main-scroll-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid var(--main-sand);
  background: var(--main-black);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, border-color 0.2s ease;
}

.main-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-scroll-top:hover {
  border-color: var(--main-white);
}

.main-scroll-top img {
  display: block;
  width: 26px;
  height: 26px;
}

.main-vacancy-hero {
  min-height: 472px;
  background: url("/bitrix/templates/reina/./assets/vacancy.jpg") center 38% / cover no-repeat;
}

.main-vacancy-hero__content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 64px;
  min-height: 600px;
  padding: 0 27px 50px;
}

.main-vacancy-hero__text {
  color: var(--main-white);
  text-transform: uppercase;
}

.main-vacancy-hero__text h1 {
  margin: 0;
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.04;
}

.main-vacancy-hero__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.main-vacancy-hero__button {
  min-height: 42px;
  margin-bottom: 1px;
}

.main-vacancy-list {
  position: relative;
  padding: 28px 27px 0;
  overflow: hidden;
  color: var(--main-black);
  background: var(--main-white);
}

.main-vacancy-list__intro {
  display: flex;
  align-items: flex-end;
  min-height: 226px;
  padding: 123px 0 64px;
  border-bottom: 0;
  overflow:hidden;
}

.main-vacancy-list__intro .main-services__watermark {
  top: 25px;
  left: 0;
  width: 100%;
  font-size: clamp(220px, 20vw, 300px);
  text-align: center;
}

.main-vacancy-list__scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 26px;
  scrollbar-color: var(--main-black) var(--main-beige);
  scrollbar-width: thin;
}

.main-vacancy-list__scroll::-webkit-scrollbar {
  height: 5px;
}

.main-vacancy-list__scroll::-webkit-scrollbar-track {
  background: var(--main-beige);
}

.main-vacancy-list__scroll::-webkit-scrollbar-thumb {
  background: var(--main-black);
}

.main-vacancy-card {
  display: flex;
  flex: 0 0 max(250px, calc((100vw - 122px) / 4));
  flex-direction: column;
  min-width: 0;
}

.main-vacancy-card img {
  display: block;
  width: 100%;
  height: 348px;
  object-fit: cover;
}

.main-vacancy-card__body {
  display: flex;
  flex: 1 0 97px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 97px;
  padding: 12px 10px 14px;
  color: var(--main-black);
  text-align: center;
  background: var(--main-beige);
}

.main-vacancy-card__body h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-vacancy-card__body p {
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.2;
}

.main-vacancy-list__button {
  width: 100%;
  min-height: 42px;
  margin-top: 28px;
}

.main-vacancy-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 139px 27px 0;
  padding: 34px 61px;
  color: var(--main-black);
  background: rgba(241, 229, 210, 0.35);
}

.main-vacancy-quote img,
.main-vacancy-benefits__crown {
  display: block;
  width: 112px;
  max-width: 100%;
  margin: 0 auto;
}

.main-vacancy-quote p {
  margin: 0;
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.main-vacancy-benefits {
  padding: 137px 27px 105px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-vacancy-benefits__content {
  display: flex;
  gap: 96px;
  align-items: start;
}

.main-vacancy-benefits__text {
  flex: 0 0 39%;
  min-width: 300px;
}

.main-vacancy-benefits__text h2 {
  margin: 0 0 54px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.main-vacancy-benefits__text p {
  max-width: 535px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
}

.main-vacancy-benefits__grid {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 46px;
}

.main-vacancy-benefits__column {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
}

.main-vacancy-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 18px 8px;
  border-top: 1px solid var(--main-sand);
  border-bottom: 1px solid var(--main-sand);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
  text-align: center;
}

.main-vacancy-benefits__crown {
  flex: 0 0 118px;
  width: 118px;
}

.main-vacancy-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: var(--main-black);
}

.main-vacancy-form h2 {
  margin: 0 0 8px;
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.main-vacancy-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 15px;
  line-height: 1.2;
}

.main-vacancy-form input[type="text"],
.main-vacancy-form input[type="tel"] {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(30, 30, 28, 0.5);
  color: var(--main-black);
  background: var(--main-white);
  outline: 0;
}

.main-vacancy-form input[type="text"]:focus,
.main-vacancy-form input[type="tel"]:focus {
  border-color: var(--main-sand);
}

.main-vacancy-form__agree {
  flex-direction: row;
  align-items: start;
  gap: 11px;
  font-size: 13px;
  line-height: 1.35;
}

.main-vacancy-form__agree input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--main-sand);
}

.main-vacancy-form__agree a {
  color: var(--main-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main-vacancy-form .main-button {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
}

.main-gift-intro {
  padding-bottom: 28px;
}

.main-gift-about {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 32px 72px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-gift-about__image {
  display: block;
  flex: 1 1 auto;
  width: calc(100% - 432px);
  min-width: 0;
  height: 516px;
  object-fit: cover;
}

.main-gift-about__text {
  flex: 0 0 412px;
  margin: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
}

.main-gift-quote {
  margin-top: 64px;
}

.main-gift-steps {
  padding: 136px 30px 118px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-gift-steps__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.main-gift-steps__text {
  flex: 0 0 520px;
}

.main-gift-steps__text h2 {
  margin: 0 0 28px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.main-gift-steps__text p {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25;
}

.main-gift-steps__button {
  width: 100%;
  min-height: 55px;
  margin-top: 29px;
}

.main-gift-steps__image {
  display: block;
  flex: 1 1 auto;
  width: calc(100% - 610px);
  min-width: 0;
  height: 245px;
  object-fit: cover;
}

.main-contacts-intro {
  padding-bottom: 34px;
}

.main-contacts-map {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  padding: 0 34px 96px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-contacts-map__frame {
  flex: 1 1 auto;
  min-width: 0;
  height: 530px;
  overflow: hidden;
  background: var(--main-beige);
}

.main-contacts-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: sepia(0.36) saturate(0.44) brightness(1.08) contrast(0.86);
  opacity: 0.82;
}

.main-contacts-map__info {
  display: flex;
  flex: 0 0 330px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1px;
}

.main-contacts-map__group {
  margin-bottom: 44px;
}

.main-contacts-map__group h2,
.main-contacts-work h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-contacts-map__group p {
  margin: 13px 0 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25;
}

.main-contacts-map__group a,
.main-contacts-map__links a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 13px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.main-contacts-map__group a img,
.main-contacts-map__links img {
  width: 17px;
  height: 17px;
}

.main-contacts-map__socials {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.main-contacts-map__socials .main-messenger-link {
  width: 35px;
  height: 35px;
  border: 0;
  background: transparent;
}

.main-contacts-map__socials .main-messenger-link img {
  width: 35px;
  height: 35px;
}

.main-contacts-map__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 46px;
}

.main-contacts-map__links a {
  margin-top: 0;
}

.main-contacts-work {
  display: flex;
  flex-direction: column;
  gap: 172px;
  max-width: 760px;
  padding: 88px 35px 100px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-contacts-work__join p,
.main-contacts-form > p {
  margin: 28px 0 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.32;
}

.main-contacts-work__button {
  width: 100%;
  min-height: 53px;
  margin-top: 36px;
}

.main-contacts-form {
  display: flex;
  flex-direction: column;
}

.main-contacts-form input[type="text"],
.main-contacts-form input[type="tel"] {
  width: 100%;
  height: 42px;
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid var(--main-sand);
  color: var(--main-black);
  background: transparent;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  outline: 0;
}

.main-contacts-form input[type="text"] {
  margin-top: 23px;
}

.main-contacts-form input[type="tel"] {
  margin-top: 10px;
}

.main-contacts-form__agree {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
}

.main-contacts-form__agree input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--main-sand);
}

.main-contacts-form__agree a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main-contacts-form__button {
  width: 100%;
  min-height: 53px;
  margin-top: 24px;
}

.main-price-intro {
  padding-bottom: 36px;
}

.main-price {
  display: flex;
  align-items: flex-start;
  gap: 130px;
  padding: 0 38px 82px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-price__categories {
  display: flex;
  flex: 0 0 540px;
  flex-direction: column;
  gap: 10px;
}

.main-price-category {
  background: var(--main-beige);
}

.main-price-category.is-open {
  background: rgba(241, 229, 210, 0.36);
}

.main-price-category__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 97px;
  padding: 22px 28px 19px 20px;
  border: 0;
  color: var(--main-black);
  background: transparent;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.main-price-category.is-open .main-price-category__toggle {
  color: var(--main-white);
  background: var(--main-black);
}

.main-price-category__arrow {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  background: url("/bitrix/templates/reina/./assets/arrow=down.svg") center / contain no-repeat;
}

.main-price-category.is-open .main-price-category__arrow {
  background-image: url("/bitrix/templates/reina/./assets/white=arrow.svg");
}

.main-price-category__body {
  display: none;
  padding: 18px 20px 20px;
}

.main-price-category.is-open .main-price-category__body {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.main-price-category__tab {
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--main-black);
  background: transparent;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.main-price-category__tab.is-active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.main-price-category__mobile-panel {
  display: none;
}

.main-price__details {
  flex: 1 1 auto;
  min-width: 0;
}

.main-price-detail {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.main-price-detail__title {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-price-detail__intro {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.main-price-detail__intro img {
  display: block;
  flex: 0 0 202px;
  width: 202px;
  height: 237px;
  object-fit: cover;
}

.main-price-detail__text {
  max-width: 405px;
  margin: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.28;
}

.main-price-list {
  display: flex;
  flex-direction: column;
}

.main-price-service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 19px;
  border-bottom: 1px solid var(--main-sand);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
}

.main-price-service:first-child {
  border-top: 0;
}

.main-price-service__price {
  flex: 0 0 auto;
  color: var(--main-black);
  white-space: nowrap;
}

.main-price-note {
  margin: 8px 0 0;
  color: rgba(30, 30, 28, 0.42);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.main-service-detail {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 82px 31px 78px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-service-detail__image {
  display: block;
  flex: 0 0 48%;
  width: 48%;
  min-width: 0;
  height: 945px;
  object-fit: cover;
}

.main-service-detail__content {
  position: relative;
  z-index: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.main-service-detail__watermark {
  display: none;
}

.main-service-detail__title {
  position: relative;
  z-index: 1;
  max-width: 625px;
  margin: 0 0 18px;
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.main-service-detail__subtitle {
  position: relative;
  z-index: 1;
  margin: 0 0 75px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-service-detail__text {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 0 0 38px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.32;
}

.main-service-detail__prices {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.main-service-detail__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px;
  padding: 17px 0 16px;
  border-bottom: 1px solid var(--main-sand);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.22;
}

.main-service-detail__row span:first-child {
  min-width: 0;
}

.main-service-detail__row span:last-child {
  flex: 0 0 auto;
  min-width: 84px;
  text-align: right;
  white-space: nowrap;
}

.main-service-detail__note {
  position: relative;
  z-index: 1;
  margin: 8px 0 43px;
  color: rgba(30, 30, 28, 0.42);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.main-service-detail__button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
}

.main-service-faq {
  padding: 0 29px 101px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-service-faq__title {
  margin: 0 0 34px;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-service-faq__items {
  display: flex;
  flex-direction: column;
}

.main-service-faq__item {
  border-bottom: 1px solid var(--main-sand);
}

.main-service-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 60px;
  padding: 9px 20px 9px 0;
  border: 0;
  color: var(--main-black);
  background: transparent;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.14;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.main-service-faq__arrow {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  background: url("/bitrix/templates/reina/./assets/arrow=down.svg") center / contain no-repeat;
  transition: transform 0.2s ease;
}

.main-service-faq__item.is-open .main-service-faq__arrow {
  transform: rotate(90deg);
}

.main-service-faq__answer {
  display: none;
  max-width: 560px;
  padding: 3px 0 20px;
}

.main-service-faq__item.is-open .main-service-faq__answer {
  display: block;
}

.main-service-faq__answer p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.main-service-related {
  padding: 0 0 110px 30px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-service-related__title {
  margin: 0 0 49px;
  padding-right: 30px;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-service-related__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 30px 20px 0;
  scrollbar-color: var(--main-black) var(--main-beige);
  scrollbar-width: thin;
}

.main-service-related__viewport::-webkit-scrollbar {
  height: 6px;
}

.main-service-related__viewport::-webkit-scrollbar-track {
  background: var(--main-beige);
}

.main-service-related__viewport::-webkit-scrollbar-thumb {
  background: var(--main-black);
}

.main-service-related__track {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  min-width: max-content;
}

.main-service-related-card {
  display: flex;
  flex: 0 0 282px;
  flex-direction: column;
  width: 282px;
  color: var(--main-black);
}

.main-service-related-card img {
  display: block;
  width: 100%;
  height: 306px;
  object-fit: cover;
}

.main-service-related-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 109px;
  padding: 13px 18px 16px;
  background: var(--main-beige);
  text-align: center;
}

.main-service-related-card__title {
  display: block;
  min-height: 54px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.28;
  text-transform: uppercase;
}

.main-service-related-card__price {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.main-masters {
  padding: 16px 32px 30px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-masters__track {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 26px 17px;
}

.main-masters-card,
.main-masters-crown {
  flex: 0 0 calc((100% - 51px) / 4);
  width: calc((100% - 51px) / 4);
}

.main-masters-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 8px;
  color: var(--main-black);
  border: 1px solid var(--main-sand);
  background: var(--main-white);
}

.main-masters-card__photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
  background: var(--main-beige);
}

.main-masters-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(241, 229, 211, 0.08);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.main-masters-card:hover .main-masters-card__photo::after {
  opacity: 1;
}

.main-masters-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.main-masters-card__body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 77px;
  padding: 17px 27px 8px;
  text-align: center;
}

.main-masters-card__name {
  display: block;
  min-height: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-masters-card__role {
  display: block;
  margin-top: 12px;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}

.main-masters-card__arrow {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 27px;
  height: 27px;
  background: url("/bitrix/templates/reina/./assets/arrow=down.svg") center / contain no-repeat;
}

.main-masters-crown {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 374px;
}

.main-masters-crown img {
  display: block;
  width: min(74%, 280px);
  max-height: 280px;
  object-fit: contain;
}

.main-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 49.35%);
  min-height: 918px;
  margin: 50px 0 10px;
  color: var(--main-black);
  background: var(--main-beige);
}

.main-about__content {
  display: flex;
  flex-direction: column;
  padding: 50px 19px 49px 41px;
}

.main-about__heading {
  margin-bottom: 108px;
}

.main-about__title {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  margin: 0 0 9px;
  padding: 2px 39px 0;
  color: var(--main-white);
  background: var(--main-black);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.main-about__lead {
  margin: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.main-about__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 0;
  margin-top: auto;
}

.main-about__item {
  min-height: 209px;
  padding: 62px 16px 34px;
  border-top: 1px solid var(--main-sand);
  text-align: center;
}

.main-about__item:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--main-sand);
}

.main-about__name {
  max-width: 310px;
  min-height: 58px;
  margin: 0 auto 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.main-about__text {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}

.main-about__rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.main-about__rating img {
  width: 17px;
  height: 17px;
}

.main-about__image {
  display: flex;
  align-items: flex-end;
  padding: 0 20px 59px;
  background-image: url("/bitrix/templates/reina/./assets/about_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-about__button {
  width: 100%;
  min-height: 58px;
}

.main-about__mobile-button {
  display: none;
}

.main-team {
  position: relative;
  overflow: hidden;
  padding: 40px 38px 35px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-team__intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: end;
  min-height: 318px;
  padding: 122px 0 66px;
}


.main-team__heading,
.main-team__text {
  position: relative;
  z-index: 1;
}

.main-team__title {
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  margin: 0 0 7px;
  padding: 3px 38px 0;
  color: var(--main-white);
  background: var(--main-black);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.main-team__lead {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.16;
  text-transform: uppercase;
}

.main-team__text {
  max-width: 386px;
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.22;
  text-align: center;
}

.main-team__viewport {
  overflow: visible;
}

.main-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 20px;
  align-items: end;
}

.main-team-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 9px;
  color: var(--main-black);
  border: 1px solid var(--main-sand);
  background: var(--main-white);
}

.main-team-card__photo {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: var(--main-beige);
}

.main-team-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(241, 229, 211, 0.08);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.main-team-card:hover .main-team-card__photo::after {
  opacity: 1;
}

.main-team-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.main-team-card__body {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  min-height: 83px;
  padding: 20px 25px 7px;
  text-align: center;
}

.main-team-card__name {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.main-team-card__role {
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}

.main-team-card__arrow {
  position: absolute;
  right: 4px;
  bottom: 3px;
  width: 30px;
  height: 30px;
  background: url("/bitrix/templates/reina/./assets/arrow=down.svg") center / contain no-repeat;
}

.main-team__crown {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 398px;
}

.main-team__crown img {
  display: block;
  width: min(82%, 325px);
  height: auto;
}

.main-team__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 38px;
}

.main-team__actions .main-button {
  width: 100%;
  min-height: 59px;
}

.main-works {
  padding: 49px 31px 32px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-works__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: 40px;
  margin-bottom: 106px;
}

.main-works__title {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 6px;
  padding: 2px 38px 0;
  color: var(--main-white);
  background: var(--main-black);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.main-works__lead {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.main-works__text {
  max-width: 360px;
  margin: 18px 0 0 auto;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.22;
  text-align: center;
}

.main-works__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 178px;
  gap: 32px 20px;
  align-items: stretch;
}

.main-works__photo {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  background: var(--main-beige);
}

.main-works__photo--large-left {
  grid-column: 1 / 3;
  grid-row: 1 / 5;
}

.main-works__photo--small-top {
  grid-column: 4;
  grid-row: 1 / 3;
}

.main-works__photo--center {
  grid-column: 3;
  grid-row: 3 / 5;
}

.main-works__photo--middle-left {
  grid-column: 2;
  grid-row: 5 / 7;
}

.main-works__photo--middle-right {
  grid-column: 4;
  grid-row: 5 / 7;
}

.main-works__photo--small-left {
  grid-column: 1;
  grid-row: 7 / 9;
}

.main-works__photo--lower-center {
  grid-column: 2;
  grid-row: 9 / 12;
}

.main-works__photo--large-right {
  grid-column: 3 / 5;
  grid-row: 7 / 12;
}

.main-works__photo--bottom-left {
  grid-column: 1;
  grid-row: 12 / 15;
}

.main-works__photo--bottom-center {
  grid-column: 3;
  grid-row: 12 / 15;
}

.main-works__crown {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.main-works__crown img {
  display: block;
  width: min(72%, 220px);
  height: auto;
}

.main-works__crown--top {
  grid-column: 3;
  grid-row: 1 / 3;
}

.main-works__crown--right {
  grid-column: 4;
  grid-row: 3 / 5;
}

.main-works__crown--left {
  grid-column: 1;
  grid-row: 5 / 7;
}

.main-works__crown--middle {
  grid-column: 3;
  grid-row: 5 / 7;
}

.main-works__crown--lower-left {
  grid-column: 1;
  grid-row: 9 / 11;
}

.main-works__crown--bottom-center {
  grid-column: 2;
  grid-row: 12 / 14;
}

.main-works__crown--bottom-right {
  grid-column: 4;
  grid-row: 12 / 14;
}

.main-works__actions {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 39px;
}

.main-works__actions .main-button {
  width: 100%;
  min-height: 60px;
}

.main-works__actions .main-button--light {
  display: none;
}

.main-brands {
  overflow: hidden;
  color: var(--main-black);
  background: var(--main-white);
}

.main-brands__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: start;
  gap: 40px;
  min-height: 267px;
  padding: 78px 39px 70px;
}

.main-brands__title {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 0 8px;
  padding: 2px 40px 0;
  color: var(--main-white);
  background: var(--main-black);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.main-brands__lead {
  margin: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.main-brands__text {
  max-width: 420px;
  margin: 16px 0 0 auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.24;
  text-align: center;
}

.main-brands__image {
  min-height: 470px;
  background-image: url("/bitrix/templates/reina/./assets/brands.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-brands__marquees {
  border-top: 1px solid rgba(30, 30, 28, 0.72);
}

.main-brands__marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 30, 28, 0.72);
  background: var(--main-white);
}

.main-brands__marquee--dark {
  color: var(--main-white);
  background: var(--main-black);
  border-bottom-color: var(--main-black);
}

.main-brands__track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 200%;
  min-height: 108px;
  animation: mainBrandsMarquee 34s linear infinite;
  will-change: transform;
}

.main-brands__track--reverse {
  animation-direction: reverse;
}

.main-brands__track span {
  flex: 0 0 auto;
  padding: 0 24px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-reviews {
  position: relative;
  overflow: hidden;
  padding: 30px 39px 72px;
  color: var(--main-black);
  background: var(--main-white);
}

.main-reviews__intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 383px;
  padding: 74px 0 66px;
}

.main-reviews__watermark {
  top: -37px;
}

.main-reviews__heading,
.main-reviews__rating {
  position: relative;
  z-index: 1;
}

.main-reviews__title {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  margin: 0 0 9px;
  padding: 2px 45px 0;
  color: var(--main-white);
  background: var(--main-black);
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.main-reviews__lead {
  margin: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.main-reviews__rating {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  column-gap: 25px;
}

.main-reviews__yandex {
  width: 68px;
  height: 68px;
}

.main-reviews__score {
  font-family: "Anticva", "Times New Roman", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.main-reviews__stars {
  display: flex;
  gap: 11px;
}

.main-reviews__stars img {
  width: 34px;
  height: 34px;
}

.main-reviews__count {
  grid-column: 3;
  margin-top: -9px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.1;
}

.main-reviews__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.main-review-card {
  padding: 25px 31px 30px;
  border: 1px solid rgba(208, 169, 109, 0.64);
  background: var(--main-white);
}

.main-review-card__header {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 29px;
}

.main-review-card__avatar {
  width: 68px;
  height: 68px;
}

.main-review-card__name {
  margin: 0 0 9px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.main-review-card__stars {
  display: flex;
  gap: 6px;
}

.main-review-card__stars img {
  width: 18px;
  height: 18px;
}

.main-review-card__text {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.24;
}

.main-reviews__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.main-reviews__actions .main-button {
  width: 100%;
  min-height: 60px;
}

.main-footer {
  color: var(--main-white);
  background: var(--main-black);
}

.main-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 58.75%) minmax(0, 41.25%);
  padding: 0 39px;
}

.main-footer__left,
.main-footer__right {
  min-height: 500px;
  padding: 57px 0 36px;
}

.main-footer__left {
  display: flex;
  flex-direction: column;
  padding-right: 55px;
}

.main-footer__right {
  display: flex;
  flex-direction: column;
  padding-left: 39px;
  border-left: 1px solid rgba(255, 255, 255, 0.52);
}

.main-footer__logo {
  display: block;
  width: 199px;
}

.main-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.main-footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 42px;
  margin-top: auto;
}

.main-footer__nav,
.main-footer__contacts {
  display: grid;
  align-content: start;
  gap: 17px;
}

.main-footer__nav a,
.main-footer__contacts a,
.main-footer__bottom a,
.main-footer__company {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.main-footer__nav a:hover,
.main-footer__contacts a:hover,
.main-footer__bottom a:hover {
  color: var(--main-sand);
}

.main-footer__contacts a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.main-footer__contacts a > img {
  width: 24px;
  height: 24px;
}

.main-footer__socials a > img {
  width: 44px;
  height: 44px;
}

.main-footer__socials {
  display: flex;
  gap: 14px;
  margin-top: 2px;
}

.main-footer__write {
  display: none;
}

.main-footer__info h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.main-footer__subtitle {
  margin: 0 0 29px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.14;
  text-transform: uppercase;
}

.main-footer__text {
  max-width: 510px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.32;
}

.main-footer__button {
  width: 100%;
  min-height: 60px;
  margin-top: 78px;
}

.main-footer__company {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.45);
}

.main-footer__bottom {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  gap: 24px;
  margin: 0 39px;
  padding: 35px 10px 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.52);
}

.main-footer__bottom a {
  color: rgba(255, 255, 255, 0.45);
}

@keyframes mainBrandsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 1001px) and (max-width: 1199px) {
  .main-team {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 18px;
  }

  .main-team__crown {
    min-height: 360px;
  }

  .main-team-card__body {
    min-height: 112px;
    padding: 22px 20px 9px;
  }

  .main-team-card__name {
    font-size: 24px;
  }

  .main-team-card__role {
    align-self: end;
    font-size: 15px;
  }

  .main-works {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-works__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 118px;
    gap: 24px 18px;
  }

  .main-works__photo--large-left,
  .main-works__photo--large-right {
    grid-column: span 2;
    grid-row: span 4;
  }

  .main-works__photo--small-top,
  .main-works__photo--center,
  .main-works__photo--middle-left,
  .main-works__photo--middle-right,
  .main-works__photo--small-left,
  .main-works__photo--lower-center,
  .main-works__photo--bottom-left,
  .main-works__photo--bottom-center {
    grid-column: span 1;
    grid-row: span 3;
  }

  .main-works__crown {
    grid-column: span 1;
    grid-row: span 2;
  }

  .main-brands__intro {
    grid-template-columns: minmax(0, 1fr) 360px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-brands__track span {
    font-size: 30px;
  }
}

@media (min-width: 551px) and (max-width: 1200px) {
  .main-vacancy-hero__content {
    gap: 40px;
  }

  .main-vacancy-card {
    flex-basis: max(240px, calc((100vw - 122px) / 4));
  }

  .main-vacancy-benefits__content {
    gap: 42px;
  }

  .main-vacancy-benefits__grid {
    gap: 0 24px;
  }

  .main-vacancy-benefits__text {
    flex-basis: 35%;
    min-width: 260px;
  }

  .main-vacancy-benefits__crown {
    flex-basis: 92px;
    width: 92px;
  }

  .main-gift-about {
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-gift-about__image {
    width: calc(100% - 354px);
    height: 420px;
  }

  .main-gift-about__text {
    flex-basis: 330px;
    font-size: 17px;
  }

  .main-gift-steps {
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-gift-steps__content {
    gap: 45px;
  }

  .main-gift-steps__text {
    flex-basis: 430px;
  }

  .main-gift-steps__image {
    width: calc(100% - 475px);
  }

  .main-contacts-map {
    gap: 54px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-contacts-map__frame {
    height: 470px;
  }

  .main-contacts-map__info {
    flex-basis: 300px;
  }

  .main-contacts-work {
    max-width: 720px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-price {
    gap: 54px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-price__categories {
    flex-basis: 44%;
  }

  .main-price-detail__intro {
    flex-direction: column;
  }

  .main-price-detail__intro img {
    width: 220px;
  }

  .main-service-detail {
    gap: 28px;
    padding: 60px 24px 66px;
  }

  .main-service-detail__image {
    flex-basis: 45%;
    width: 45%;
    height: 760px;
  }

  .main-service-detail__title {
    font-size: 31px;
  }

  .main-service-detail__subtitle {
    margin-bottom: 48px;
    font-size: 23px;
  }

  .main-service-detail__text {
    margin-bottom: 28px;
    font-size: 17px;
  }

  .main-service-detail__row {
    font-size: 16px;
  }

  .main-service-faq {
    padding: 0 24px 82px;
  }

  .main-service-related {
    padding: 0 0 88px 24px;
  }

  .main-service-related__title {
    padding-right: 24px;
  }

  .main-service-related-card {
    flex-basis: 260px;
    width: 260px;
  }

  .main-service-related-card img {
    height: 286px;
  }

  .main-masters {
    padding: 16px 24px 28px;
  }

  .main-masters__track {
    gap: 24px 16px;
  }

  .main-masters-card,
  .main-masters-crown {
    flex-basis: calc((100% - 48px) / 4);
    width: calc((100% - 48px) / 4);
  }

  .main-masters-crown {
    min-height: 306px;
  }

  .main-masters-card__body {
    min-height: 88px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .main-masters-card__name {
    font-size: 17px;
  }

  .main-masters-card__role {
    font-size: 12px;
  }
}

@media (min-width: 551px) and (max-width: 1000px) {
  .main-masters-card,
  .main-masters-crown {
    flex-basis: calc((100% - 32px) / 3);
    width: calc((100% - 32px) / 3);
  }

  .main-masters-crown {
    min-height: 320px;
  }

  .main-team {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-team__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 260px;
    padding-bottom: 46px;
  }

  .main-team__text {
    max-width: 560px;
    text-align: left;
  }

  .main-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .main-team__crown {
    min-height: 320px;
  }

  .main-team-card__body {
    min-height: 112px;
  }

  .main-works {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-works__intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 42px;
  }

  .main-works__text {
    margin: 0;
    text-align: left;
  }

  .main-works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 132px;
    gap: 22px 18px;
  }

  .main-works__photo--large-left,
  .main-works__photo--large-right {
    grid-column: span 2;
    grid-row: span 4;
  }

  .main-works__photo--small-top,
  .main-works__photo--center,
  .main-works__photo--middle-left,
  .main-works__photo--middle-right,
  .main-works__photo--small-left,
  .main-works__photo--lower-center,
  .main-works__photo--bottom-left,
  .main-works__photo--bottom-center {
    grid-column: span 1;
    grid-row: span 3;
  }

  .main-works__crown {
    grid-column: span 1;
    grid-row: span 2;
  }

  .main-brands__intro {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 58px 30px 52px;
  }

  .main-brands__text {
    margin: 0;
    text-align: left;
  }

  .main-brands__image {
    min-height: 360px;
  }

  .main-brands__track {
    min-height: 86px;
  }

  .main-brands__track span {
    padding: 0 18px;
    font-size: 27px;
  }

  .main-footer__top {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }

  .main-footer__left,
  .main-footer__right {
    min-height: 0;
  }

  .main-footer__left {
    padding-right: 0;
  }

  .main-footer__right {
    padding-left: 0;
    border-left: 0;
  }

  .main-footer__bottom {
    margin: 0 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-reviews {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-reviews__intro {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 58px 0 52px;
  }

  .main-reviews__rating {
    width: fit-content;
  }

  .main-reviews__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .main-about {
    display: block;
    min-height: 0;
    padding: 15px 18px 28px;
    background: var(--main-white);
  }

  .main-about__content {
    display: block;
    padding: 0;
  }

  .main-about__heading {
    margin-bottom: 31px;
  }

  .main-about__title {
    min-height: 29px;
    margin-bottom: 3px;
    padding: 1px 25px 0;
    font-size: 28px;
  }

  .main-about__lead {
    font-size: 20px;
    line-height: 1.08;
  }

  .main-about__grid {
    display: block;
  }

  .main-about__item {
    min-height: 0;
    padding: 21px 8px 23px;
    border-top: 1px solid var(--main-sand);
  }

  .main-about__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .main-about__item:last-child {
    border-bottom: 1px solid var(--main-sand);
  }

  .main-about__name {
    max-width: 350px;
    min-height: 0;
    margin-bottom: 9px;
    font-size: 28px;
    line-height: 1.05;
  }

  .main-about__text {
    font-size: 17px;
    line-height: 1.12;
  }

  .main-about__rating img {
    width: 18px;
    height: 18px;
  }

  .main-about__image {
    display: none;
  }

  .main-about__mobile-button {
    display: flex;
    width: 100%;
    min-height: 70px;
    margin-top: 18px;
    font-size: 17px;
  }
}

@media (max-width: 550px) {
  .main-header {
    min-height: 88px;
    padding: 19px 19px 17px;
    grid-template-columns: auto 1fr;
  }

  .main-header__nav,
  .main-header__contacts,
  .main-header__logo-img--desktop {
    display: none;
  }

  .main-header__logo {
    width: 129px;
    margin: 0;
  }

  .main-header__logo-img--mobile {
    display: block;
  }

  .main-burger {
    justify-self: end;
    display: inline-grid;
    align-content: center;
    gap: 7px;
    width: 36px;
    height: 24px;
    padding: 0;
    color: var(--main-white);
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .main-burger span {
    display: block;
    width: 36px;
    height: 1px;
    background: currentColor;
  }

  .main-hero {
    min-height: 0;
    padding: 19px 18px 0;
    background-size: cover;
    background-position: center top;
  }

  .main-hero__content {
    width: 100%;
  }

  .main-hero__title {
    margin-bottom: 251px;
    font-size: clamp(37px, 9.9vw, 58px);
    line-height: 1.04;
  }

  .main-hero__subtitle {
    max-width: 360px;
    margin-bottom: 27px;
    font-size: clamp(24px, 6.35vw, 32px);
    line-height: 1.15;
  }

  .main-hero__mobile-break {
    display: block;
  }

  .main-hero__offer {
    max-width: 330px;
    margin-bottom: 22px;
    font-size: clamp(18px, 4.82vw, 24px);
    line-height: 1.08;
  }

  .main-hero__actions {
    display: grid;
    gap: 9px;
    margin: 0 -18px;
    padding: 17px 18px 10px;
    background: var(--main-white);
  }

  .main-button {
    width: 100%;
    min-height: 62px;
    padding: 19px 16px 17px;
    font-size: 17px;
  }

  .main-write__panel {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    order: 2;
    margin-top: 0;
    padding: 15px 0 16px;
    justify-content: center;
    gap: 17px;
    background: var(--main-black);
  }

  .main-write:hover .main-write__panel,
  .main-write.is-open .main-write__panel {
    display: flex;
  }

  .main-messenger-link {
    --main-icon-size: 50px;
    width: 64px;
    height: 64px;
    padding: 0;
    border-color: var(--main-sand);
  }

  .main-messenger-link .main-messenger-link__default {
    opacity: 0;
  }

  .main-messenger-link .main-messenger-link__active {
    opacity: 1;
  }

  .main-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
    overflow: auto;
    padding-bottom: 42px;
    background: var(--main-black);
    transform: translateX(100%);
    transition: transform 0.25s ease;
  }

  .main-mobile-menu.is-open {
    transform: translateX(0);
  }

  .main-mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 22px 17px 18px;
    border-bottom: 1px solid var(--main-white);
  }

  .main-mobile-menu__logo {
    display: block;
    width: 129px;
  }

  .main-mobile-menu__logo img {
    display: block;
    width: 100%;
  }

  .main-mobile-menu__close {
    position: relative;
    width: 39px;
    height: 39px;
    padding: 0;
    color: var(--main-white);
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .main-mobile-menu__close span {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 38px;
    height: 1px;
    background: currentColor;
  }

  .main-mobile-menu__close span:first-child {
    transform: rotate(45deg);
  }

  .main-mobile-menu__close span:last-child {
    transform: rotate(-45deg);
  }

  .main-mobile-menu__nav {
    display: grid;
    gap: 13px;
    padding: 53px 16px 56px;
  }

  .main-mobile-menu__nav a {
    width: fit-content;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .main-mobile-menu__socials {
    gap: 13px;
    padding: 0 22px 16px;
  }

  .main-mobile-menu__contacts {
    display: grid;
    gap: 12px;
    padding: 0 16px 54px;
  }

  .main-mobile-menu__contacts a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-size: 16px;
    line-height: 1.2;
  }

  .main-mobile-menu__contacts img {
    width: 16px;
    height: 16px;
  }

  .main-mobile-menu__contacts a:last-child {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .main-mobile-menu__write {
    padding: 0 16px;
  }

  .main-mobile-menu__write > span {
    display: block;
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .main-messenger-list--menu {
    gap: 17px;
    padding: 0;
    background: transparent;
  }

  body.main-menu-open {
    overflow: hidden;
  }

  .main-services {
    padding: 20px 14px 50px;
  }

  .main-services__intro {
    display: block;
    min-height: 0;
    padding: 39px 0 25px;
    border-bottom-color: rgba(30, 30, 28, 0.42);
  }

  .main-services__watermark {
    top: 2px;
    left: 0;
    right: 0;
    font-size: clamp(96px, 29vw, 150px);
    opacity: 0.42;
  }

  .main-services__title {
    min-height: 24px;
    margin-bottom: 6px;
    padding: 2px 20px 0;
    font-size: 20px;
  }

  .main-services__lead {
    max-width: 330px;
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.1;
  }

  .main-services__text {
    max-width: 330px;
    margin: 0;
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
  }

  .main-services__item {
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    min-height: 56px;
    padding: 0 6px;
    border-bottom-color: rgba(30, 30, 28, 0.42);
  }

  .main-services__item:hover {
    color: var(--main-black);
    background: var(--main-white);
  }

  .main-services__item.is-open,
  .main-services__item.is-open:hover {
    grid-template-rows: 56px auto;
    color: var(--main-white);
    background: var(--main-black);
  }

  .main-services__number {
    font-size: 15px;
  }

  .main-services__content {
    justify-items: center;
    gap: 0;
  }

  .main-services__name {
    font-size: 14px;
    line-height: 1.15;
    text-align: center;
  }

  .main-services__description,
  .main-services__image-wrap {
    display: none;
  }

  .main-services__arrow {
    width: 24px;
    height: 24px;
  }

  .main-services__item:hover .main-services__arrow {
    background-image: url("/bitrix/templates/reina/./assets/arrow=up.svg");
    filter: none;
  }

  .main-services__item.is-open .main-services__arrow,
  .main-services__item.is-open:hover .main-services__arrow {
    background-image: url("/bitrix/templates/reina/./assets/arrow=down.svg");
    filter: brightness(0) invert(1);
  }

  .main-services__mobile-details {
    display: none;
    grid-column: 1 / -1;
    gap: 9px;
    margin: 0 -6px;
    padding-bottom: 20px;
    color: var(--main-black);
    background: var(--main-white);
  }

  .main-services__item.is-open .main-services__mobile-details {
    display: grid;
  }

  .main-services__mobile-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
  }

  .main-services__mobile-description {
    display: block;
    max-width: 310px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.05;
    text-align: center;
  }

  .main-services__button {
    width: 100%;
    min-height: 54px;
    margin-top: 5px;
    color: var(--main-black);
    font-size: 14px;
  }

  .main-discount {
    padding-top: 0;
  }

  .main-discount__banner {
    min-height: 492px;
    align-items: flex-start;
    padding-top: 145px;
    background-position: center top;
    background-size: cover;
  }

  .main-discount__glass {
    min-height: 199px;
    padding: 39px 24px 34px;
  }

  .main-discount__title {
    max-width: 430px;
    font-size: clamp(32px, 8.5vw, 45px);
    line-height: 1.1;
  }

  .main-discount__actions {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 24px 23px 17px;
  }

  .main-discount__actions .main-button {
    min-height: 87px;
    font-size: 17px;
  }

  .main-modal {
    padding: 18px;
  }

  .main-modal__dialog {
    padding: 56px 17px 22px;
  }

  .main-modal__messengers {
    gap: 17px;
  }

  .main-scroll-top {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .main-scroll-top img {
    width: 22px;
    height: 22px;
  }

  .main-vacancy-hero {
    min-height: 423px;
    background-position: center top;
  }

  .main-vacancy-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 14px;
    min-height: 423px;
    padding: 0 14px 19px;
  }

  .main-vacancy-hero__text h1 {
    max-width: 300px;
    font-size: 24px;
    line-height: 1.02;
  }

  .main-vacancy-hero__text p {
    max-width: 260px;
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.2;
  }

  .main-vacancy-hero__button {
    width: 100%;
    min-height: 52px;
    margin: 0;
    font-size: 15px;
  }

  .main-vacancy-list {
    padding: 21px 14px 0;
  }

  .main-vacancy-list__intro {
    min-height: 155px;
    padding: 61px 0 21px;
  }

  .main-vacancy-list__intro .main-services__watermark {
    left: 0;
    width: 100%;
    font-size: clamp(105px, 22vw, 150px);
  }

  .main-vacancy-list__intro .main-services__lead {
    max-width: 360px;
  }

  .main-vacancy-list__scroll {
    grid-auto-columns: 269px;
    gap: 12px;
    margin-right: -14px;
    padding-bottom: 23px;
  }

  .main-vacancy-card {
    grid-template-rows: 275px 119px;
  }

  .main-vacancy-card__body {
    min-height: 119px;
    padding: 14px 11px 16px;
  }

  .main-vacancy-card__body h3 {
    font-size: 20px;
    line-height: 1.28;
  }

  .main-vacancy-card__body p {
    margin-top: 15px;
    font-size: 16px;
  }

  .main-vacancy-list__button {
    min-height: 73px;
    margin-top: 27px;
    font-size: 18px;
  }

  .main-vacancy-quote {
    flex-wrap: wrap;
    margin: 55px -14px 0;
    padding: 0;
    background: transparent;
  }

  .main-vacancy-quote img {
    width: 78px;
  }

  .main-vacancy-quote p {
    padding: 43px 42px 48px;
    background: rgba(241, 229, 210, 0.35);
    font-size: 24px;
    line-height: 1.05;
  }

  .main-vacancy-benefits {
    padding: 57px 14px 65px;
  }

  .main-vacancy-benefits__content {
    display: block;
  }

  .main-vacancy-benefits__text h2 {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.17;
  }

  .main-vacancy-benefits__text p {
    max-width: none;
    margin-bottom: 31px;
    font-size: 15px;
    line-height: 1.35;
  }

  .main-vacancy-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .main-vacancy-benefits__crown {
    display: none;
  }

  .main-vacancy-benefit:nth-of-type(1) {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .main-vacancy-benefit:nth-of-type(2) {
    grid-column: auto;
    grid-row: auto;
    order: 4;
  }

  .main-vacancy-benefit:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
    order: 2;
  }

  .main-vacancy-benefit:nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
    order: 5;
  }

  .main-vacancy-benefit:nth-of-type(5) {
    grid-column: auto;
    grid-row: auto;
    order: 3;
  }

  .main-vacancy-benefit:nth-of-type(6) {
    grid-column: auto;
    grid-row: auto;
    order: 6;
  }

  .main-vacancy-benefit {
    min-height: 83px;
    font-size: 19px;
  }

  .main-vacancy-modal__dialog {
    padding: 52px 17px 22px;
  }

  .main-vacancy-form h2 {
    font-size: 31px;
  }

  .main-gift-intro {
    padding-bottom: 20px;
  }

  .main-gift-about {
    flex-direction: column;
    gap: 22px;
    padding: 0 14px 52px;
  }

  .main-gift-about__text {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    font-size: 18px;
    line-height: 1.28;
  }

  .main-gift-about__image {
    order: 2;
    flex: 0 0 auto;
    width: calc(100% + 28px);
    height: auto;
    max-height: none;
    margin: 0 -14px;
    aspect-ratio: 1.62 / 1;
    object-fit: cover;
  }

  .main-gift-quote {
    margin-top: 46px;
  }

  .main-gift-steps {
    padding: 60px 14px 64px;
  }

  .main-gift-steps__content {
    display: block;
  }

  .main-gift-steps__text {
    width: 100%;
  }

  .main-gift-steps__text h2 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.12;
  }

  .main-gift-steps__text p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.27;
  }

  .main-gift-steps__button {
    min-height: 64px;
    margin-top: 27px;
    font-size: 16px;
  }

  .main-gift-steps__image {
    display: none;
  }

  .main-contacts-intro {
    padding-bottom: 20px;
  }

  .main-contacts-map {
    flex-direction: column;
    gap: 28px;
    padding: 0 14px 58px;
  }

  .main-contacts-map__frame {
    flex: 0 0 auto;
    width: 100%;
    height: 350px;
  }

  .main-contacts-map__info {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
  }

  .main-contacts-map__group {
    margin-bottom: 30px;
  }

  .main-contacts-map__group h2,
  .main-contacts-work h2 {
    font-size: 25px;
    line-height: 1.16;
  }

  .main-contacts-map__group p,
  .main-contacts-map__group a,
  .main-contacts-map__links a {
    font-size: 17px;
  }

  .main-contacts-map__socials {
    margin-bottom: 15px;
  }

  .main-contacts-map__links {
    margin-bottom: 31px;
  }

  .main-contacts-work {
    gap: 96px;
    max-width: none;
    padding: 62px 14px 72px;
  }

  .main-contacts-work__join p,
  .main-contacts-form > p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.35;
  }

  .main-contacts-work__button {
    min-height: 64px;
    margin-top: 31px;
    font-size: 15px;
  }

  .main-contacts-form input[type="text"] {
    margin-top: 21px;
  }

  .main-contacts-form__agree {
    margin-top: 18px;
    font-size: 12px;
  }

  .main-contacts-form__button {
    min-height: 64px;
    margin-top: 22px;
    font-size: 15px;
  }

  .main-price-intro {
    padding-bottom: 20px;
  }

  .main-price {
    display: block;
    padding: 0 20px 54px;
  }

  .main-price__categories {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .main-price-category__toggle {
    min-height: 82px;
    padding: 18px 10px 16px 22px;
    font-size: 22px;
    line-height: 1.15;
  }

  .main-price-category__arrow {
    flex-basis: 29px;
    width: 29px;
    height: 29px;
  }

  .main-price-category__body {
    padding: 18px 0 0;
    background: rgba(241, 229, 210, 0.22);
  }

  .main-price-category.is-open .main-price-category__body {
    gap: 14px;
  }

  .main-price-category__tab {
    margin-left: 0;
    font-size: 22px;
    line-height: 1.22;
  }

  .main-price-category__mobile-panel {
    display: block;
    padding-top: 19px;
    background: var(--main-white);
  }

  .main-price__details {
    display: none;
  }

  .main-price-detail {
    gap: 0;
  }

  .main-price-detail__title,
  .main-price-detail__intro {
    display: none;
  }

  .main-price-list {
    gap: 0;
  }

  .main-price-service {
    gap: 15px;
    padding: 12px 0 10px;
    font-size: 22px;
    line-height: 1.05;
  }

  .main-price-service__name {
    min-width: 0;
  }

  .main-price-service__price {
    padding-top: 18px;
    font-size: 24px;
  }

  .main-price-note {
    margin: 10px 0 32px;
    font-size: 14px;
    line-height: 1.08;
  }

  .main-service-detail {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 13px 30px;
    color: var(--main-black);
    background: var(--main-white);
  }

  .main-service-detail__image {
    width: calc(100% + 26px);
    height: auto;
    max-height: none;
    margin: 0 -13px;
    aspect-ratio: 0.75;
    object-fit: cover;
    object-position: center top;
  }

  .main-service-detail__content {
    padding-top: 28px;
    overflow: hidden;
  }

  .main-service-detail__watermark {
    position: absolute;
    z-index: 0;
    top: -17px;
    left: 0;
    display: block;
    width: 100%;
    color: var(--main-beige);
    font-family: "Anticva", "Times New Roman", serif;
    font-size: clamp(82px, 29vw, 126px);
    line-height: 0.9;
    text-transform: uppercase;
    opacity: 0.38;
    pointer-events: none;
  }

  .main-service-detail__title {
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.02;
  }

  .main-service-detail__subtitle {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.12;
  }

  .main-service-detail__text {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.33;
  }

  .main-service-detail__row {
    gap: 14px;
    padding: 10px 0 9px;
    font-size: 14px;
    line-height: 1.12;
  }

  .main-service-detail__row span:first-child {
    flex: 1 1 auto;
  }

  .main-service-detail__row span:last-child {
    min-width: 74px;
    padding-top: 1px;
    font-family: "Anticva", "Times New Roman", serif;
    font-size: 17px;
    line-height: 1;
  }

  .main-service-detail__note {
    margin: 7px 0 20px;
    font-size: 11px;
    line-height: 1.12;
  }

  .main-service-detail__button {
    min-height: 45px;
    margin-top: 7px;
    font-size: 14px;
  }

  .main-service-faq {
    padding: 0 13px 70px;
  }

  .main-service-faq__title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.12;
  }

  .main-service-faq__question {
    min-height: 58px;
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.15;
  }

  .main-service-faq__arrow {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
  }

  .main-service-faq__answer {
    max-width: none;
    padding-bottom: 17px;
  }

  .main-service-faq__answer p {
    font-size: 14px;
    line-height: 1.25;
  }

  .main-service-related {
    padding: 0 0 70px 30px;
  }

  .main-service-related__title {
    max-width: 710px;
    margin-bottom: 64px;
    padding-right: 30px;
    font-size: clamp(40px, 12vw, 61px);
    line-height: 1.32;
  }

  .main-service-related__viewport {
    padding-right: 30px;
    padding-bottom: 24px;
  }

  .main-service-related__viewport::-webkit-scrollbar {
    height: 7px;
  }

  .main-service-related__track {
    gap: 21px;
  }

  .main-service-related-card {
    flex: 0 0 min(455px, calc(100vw - 60px));
    width: min(455px, calc(100vw - 60px));
  }

  .main-service-related-card img {
    height: auto;
    aspect-ratio: 1;
  }

  .main-service-related-card__body {
    min-height: 206px;
    padding: 28px 25px 26px;
  }

  .main-service-related-card__title {
    min-height: 86px;
    font-size: clamp(28px, 7.2vw, 37px);
    line-height: 1.28;
  }

  .main-service-related-card__price {
    margin-top: 16px;
    font-size: clamp(24px, 6.5vw, 35px);
  }

  .main-masters {
    padding: 20px 16px 50px;
  }

  .main-masters__track {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .main-masters-card {
    flex-basis: auto;
    width: 100%;
    padding: 8px;
  }

  .main-masters-crown {
    display: none;
  }

  .main-masters-card__photo {
    aspect-ratio: 1 / 1.04;
  }

  .main-masters-card__body {
    min-height: 92px;
    padding: 19px 35px 12px;
  }

  .main-masters-card__name {
    min-height: 0;
    font-size: 22px;
    line-height: 1.16;
  }

  .main-masters-card__role {
    margin-top: 10px;
    font-size: 14px;
  }

  .main-masters-card__arrow {
    right: 4px;
    bottom: 4px;
    width: 30px;
    height: 30px;
  }

  .main-team {
    padding: 21px 16px 49px;
  }

  .main-team__intro {
    display: block;
    min-height: 0;
    padding: 0 0 19px;
  }

  .main-team__watermark {
    top: -25px;
    font-size: clamp(96px, 29vw, 150px);
    opacity: 0.42;
  }

  .main-team__title {
    min-height: 28px;
    margin-bottom: 5px;
    padding: 2px 20px 0;
    font-size: 24px;
  }

  .main-team__lead {
    max-width: 360px;
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 1.22;
  }

  .main-team__text {
    max-width: 360px;
    margin: 0;
    font-size: 17px;
    line-height: 1.16;
    text-align: left;
  }

  .main-team__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -16px;
    padding: 0 16px 18px;
    scrollbar-color: var(--main-black) var(--main-beige);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .main-team__viewport::-webkit-scrollbar {
    height: 5px;
  }

  .main-team__viewport::-webkit-scrollbar-track {
    background: var(--main-beige);
  }

  .main-team__viewport::-webkit-scrollbar-thumb {
    background: var(--main-black);
  }

  .main-team__grid {
    display: flex;
    gap: 11px;
    width: max-content;
  }

  .main-team__crown {
    display: none;
  }

  .main-team-card {
    width: 231px;
    height: 341px;
    padding: 7px;
    grid-template-rows: 233px 1fr;
    flex: 0 0 auto;
  }

  .main-team-card__photo {
    height: 233px;
    aspect-ratio: auto;
  }

  .main-team-card__body {
    grid-template-rows: 42px 32px;
    align-content: start;
    gap: 7px;
    min-height: 0;
    height: 93px;
    padding: 20px 13px 8px;
  }

  .main-team-card__name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.12;
    text-transform: none;
  }

  .main-team-card__role {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px 0 0;
    font-size: 14px;
    line-height: 1.12;
  }

  .main-team-card__arrow {
    right: 3px;
    bottom: 6px;
    width: 28px;
    height: 28px;
  }

  .main-team__actions {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 0;
  }

  .main-team__actions .main-button {
    min-height: 64px;
    font-size: 17px;
  }

  .main-works {
    padding: 18px 19px 28px;
  }

  .main-works__intro {
    display: block;
    margin-bottom: 28px;
  }

  .main-works__title {
    min-height: 27px;
    margin-bottom: 5px;
    padding: 2px 26px 0;
    font-size: 25px;
  }

  .main-works__lead {
    max-width: 360px;
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 1.22;
  }

  .main-works__text {
    max-width: 350px;
    margin: 0;
    font-size: 17px;
    line-height: 1.16;
    text-align: left;
  }

  .main-works__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -19px;
    padding: 0 19px 18px;
    scrollbar-color: var(--main-black) var(--main-beige);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .main-works__viewport::-webkit-scrollbar {
    height: 5px;
  }

  .main-works__viewport::-webkit-scrollbar-track {
    background: var(--main-beige);
  }

  .main-works__viewport::-webkit-scrollbar-thumb {
    background: var(--main-black);
  }

  .main-works__grid {
    display: flex;
    gap: 11px;
    width: max-content;
  }

  .main-works__photo {
    width: 251px;
    height: 328px;
    flex: 0 0 auto;
  }

  .main-works__crown {
    display: none;
  }

  .main-works__actions {
    gap: 9px;
    margin-top: 0;
  }

  .main-works__actions .main-button {
    min-height: 68px;
    font-size: 17px;
  }

  .main-works__actions .main-button--light {
    display: flex;
  }

  .main-brands__intro {
    display: block;
    min-height: 0;
    padding: 34px 19px 42px;
  }

  .main-brands__title {
    min-height: 30px;
    margin-bottom: 8px;
    padding: 2px 28px 0;
    font-size: 28px;
  }

  .main-brands__lead {
    max-width: 370px;
    margin-bottom: 29px;
    font-size: 20px;
    line-height: 1.18;
  }

  .main-brands__text {
    max-width: 360px;
    margin: 0;
    font-size: 17px;
    line-height: 1.16;
    text-align: left;
  }

  .main-brands__image {
    min-height: 258px;
    background-position: center;
  }

  .main-brands__track {
    min-height: 64px;
    animation-duration: 26s;
  }

  .main-brands__track span {
    padding: 0 13px;
    font-size: 20px;
  }

  .main-reviews {
    padding: 0 14px 31px;
  }

  .main-reviews__intro {
    display: block;
    min-height: 0;
    padding: 22px 0 16px;
  }

  .main-reviews__watermark {
    top: -19px;
    font-size: clamp(96px, 29vw, 150px);
    opacity: 0.42;
  }

  .main-reviews__title {
    min-height: 29px;
    margin-bottom: 4px;
    padding: 2px 24px 0;
    font-size: 24px;
  }

  .main-reviews__lead {
    max-width: 330px;
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 1.32;
  }

  .main-reviews__rating {
    grid-template-columns: 47px auto 1fr;
    column-gap: 18px;
    width: 100%;
  }

  .main-reviews__yandex {
    width: 47px;
    height: 47px;
  }

  .main-reviews__score {
    font-size: 42px;
  }

  .main-reviews__stars {
    gap: 5px;
    align-self: end;
    margin-bottom: 19px;
  }

  .main-reviews__stars img {
    width: 20px;
    height: 20px;
  }

  .main-reviews__count {
    grid-column: 3;
    margin-top: -15px;
    font-size: 16px;
  }

  .main-reviews__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -14px;
    padding: 0 14px 18px;
    scrollbar-color: var(--main-black) var(--main-beige);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .main-reviews__viewport::-webkit-scrollbar {
    height: 5px;
  }

  .main-reviews__viewport::-webkit-scrollbar-track {
    background: var(--main-beige);
  }

  .main-reviews__viewport::-webkit-scrollbar-thumb {
    background: var(--main-black);
  }

  .main-reviews__list {
    display: flex;
    gap: 10px;
    width: max-content;
  }

  .main-review-card {
    width: 263px;
    flex: 0 0 auto;
    padding: 13px 18px 17px;
  }

  .main-review-card__header {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 17px;
  }

  .main-review-card__avatar {
    width: 48px;
    height: 48px;
  }

  .main-review-card__name {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .main-review-card__stars {
    gap: 4px;
  }

  .main-review-card__stars img {
    width: 14px;
    height: 14px;
  }

  .main-review-card__text {
    font-size: 15px;
    line-height: 1.23;
  }

  .main-reviews__actions {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 0;
  }

  .main-reviews__actions .main-button {
    min-height: 59px;
    font-size: 14px;
  }

  .main-footer {
    padding: 32px 14px 25px;
  }

  .main-footer__top {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .main-footer__left,
  .main-footer__right {
    display: contents;
    padding: 0;
  }

  .main-footer__logo {
    order: 1;
    width: 229px;
    margin: 0 0 32px 4px;
  }

  .main-footer__info {
    order: 2;
  }

  .main-footer__info h2 {
    font-size: 31px;
    line-height: 1.06;
  }

  .main-footer__subtitle {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .main-footer__text {
    max-width: 390px;
    font-size: 18px;
    line-height: 1.34;
  }

  .main-footer__columns {
    display: contents;
  }

  .main-footer__contacts {
    order: 3;
    gap: 17px;
    margin: 29px 0 0 4px;
  }

  .main-footer__contacts a {
    gap: 13px;
    font-size: 17px;
  }

  .main-footer__contacts a:nth-child(2) {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .main-footer__contacts a > img {
    width: 18px;
    height: 18px;
  }

  .main-footer__socials {
    gap: 22px;
    margin-top: 7px;
  }

  .main-footer__socials .main-icon-link {
    width: 36px;
    height: 36px;
  }

  .main-footer__button {
    display: none;
  }

  .main-footer__write {
    order: 4;
    display: grid;
    gap: 13px;
    margin-top: 31px;
  }

  .main-footer__write > span {
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .main-footer__nav {
    gap: 14px;
    margin-top: 28px;
  }

  .main-footer__nav a {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .main-footer__nav:first-of-type {
    order: 5;
    width: 56%;
  }

  .main-footer__nav:nth-of-type(2) {
    order: 6;
    align-self: flex-end;
    width: 42%;
    margin-top: -126px;
  }

  .main-footer__bottom {
    order: 7;
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin: 34px 0 0;
    padding: 0;
    border-top: 0;
  }

  .main-footer__bottom a {
    font-size: 15px;
    line-height: 1.2;
  }

  .main-footer__company {
    order: 8;
    display: grid;
    gap: 14px;
    margin-top: 13px;
    font-size: 15px;
  }

  .main-footer__company span:last-child {
    justify-self: end;
  }
}

@media (max-width: 374px) {
  .main-hero__title {
    margin-bottom: 210px;
  }

  .main-hero__subtitle {
    font-size: 22px;
  }

  .main-button {
    font-size: 15px;
  }
}

/* End */
/* /bitrix/templates/reina/styles.css?178818599087879 */
