@charset "UTF-8";
/**
  Нормализация блочной модели
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
  Убираем внутренние отступы слева тегам списков,
  у которых есть атрибут class
 */
:where(ul, ol):where([class]) {
  padding-left: 0;
}

/**
  Убираем внешние отступы body и двум другим тегам,
  у которых есть атрибут class
 */
body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

/**  моя нормализация */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: auto;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

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

ul {
  list-style: none;
}

a,
input {
  font-size: inherit;
  color: inherit;
  background: inherit;
  text-decoration: none;
}

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

td,
th {
  vertical-align: top;
  word-wrap: break-word;
}

/*моя нормализация*/
/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут class
 */
:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

/**
  Убираем стандартный маркер маркированному списку,
  у которого есть атрибут class
 */
:where(ul[class]) {
  list-style: none;
}

/**
  Обнуляем вертикальные внешние отступы параграфа,
  объявляем локальную переменную для внешнего отступа вниз,
  чтобы избежать взаимодействие с более сложным селектором
 */
p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

/**
  Внешний отступ вниз для параграфа без атрибута class,
  который расположен не последним среди своих соседних элементов
 */
p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

/**
  Упрощаем работу с изображениями
 */
/**
  Наследуем свойства шрифт для полей ввода
 */
input,
textarea,
select,
button {
  font: inherit;
}

html {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  height: 100%;
  /**
    Плавный скролл
   */
  scroll-behavior: smooth;
}

body {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  /**
    Унифицированный интерлиньяж
   */
}

/**
  Приводим к единому цвету svg-элементы
 */
svg *[fill] {
  fill: currentColor;
}

svg *[stroke] {
  stroke: currentColor;
}

/**
  Чиним баг задержки смены цвета при взаимодействии с svg-элементами
 */
svg * {
  transition-property: fill, stroke;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --color-main: #B70D0D;
  --color-main-dark: #882F2F;
  --color-main-hover: #CA5151;
  --color-main-bg:#BC3637;
  --color-ligth:#FCF8F7;
  --color-ligth-bg:#F6F2F0;
  --color-ligth-footer-alt:#85817C;
  --color-ligth-footer-links:#B2AEAA;
  --color-footer-bg:#3A352E;
  --color-text-dark:#2C2C2E;
  --colo-alt: #D4888C;
  --color-gray: #8E8E93;
  --color-heard: #CC978E;
  --color-text-alt: #464646;
  --color-ligth-bg-block:#FFFBFA;
  --color-border-block: #97877d34;
  --color-whiter:#ffffff;
  --color-tab-border: #B1B1B1;
  --color-cost-item:#EAE4E1;
  --color-gray-text-politic: #B9B7B6;
  --font-family-base: Montserrat;
  --transition-duration: 0.3s;
  --container-width: 1120px;
  --container-padding-x: 20px;
}

@font-face {
  font-display: swap;
}
@font-face {
  font-family: "Playfair-Medium";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-light";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.woff2") format("woff2"), url("../fonts/Caveat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat-Medium";
  src: url("../fonts/Caveat-Medium.woff2") format("woff2"), url("../fonts/Caveat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
@media screen and (max-width: 650px) {
  .container {
    margin-inline: 0px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
          clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media screen and (max-width: 1000px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .visible-mobile {
    display: none !important;
  }
}

.font-weight:hover {
  text-shadow: -0.15px -0.15px 0 var(--color-main-whiter), 0.15px -0.15px 0 var(--color-main-whiter), -0.15px 0.15px 0 var(--color-main-whiter), 0.15px 0.15px 0 var(--color-main-whiter);
  transition: all var(--transition-duration);
}

:root {
  --color-main: #B70D0D;
  --color-main-dark: #882F2F;
  --color-main-hover: #CA5151;
  --color-main-bg:#BC3637;
  --color-ligth:#FCF8F7;
  --color-ligth-bg:#F6F2F0;
  --color-ligth-footer-alt:#85817C;
  --color-ligth-footer-links:#B2AEAA;
  --color-footer-bg:#3A352E;
  --color-text-dark:#2C2C2E;
  --colo-alt: #D4888C;
  --color-gray: #8E8E93;
  --color-heard: #CC978E;
  --color-text-alt: #464646;
  --color-ligth-bg-block:#FFFBFA;
  --color-border-block: #97877d34;
  --color-whiter:#ffffff;
  --color-tab-border: #B1B1B1;
  --color-cost-item:#EAE4E1;
  --color-gray-text-politic: #B9B7B6;
  --font-family-base: Montserrat;
  --transition-duration: 0.3s;
  --container-width: 1120px;
  --container-padding-x: 20px;
}

:root {
  font-size: clamp(12px, 4.8px + 0.8vw, 16px);
}
@media screen and (max-width: 900px) {
  :root {
    font-size: clamp(10px, -1.635px + 1.515vw, 12px);
  }
}
@media screen and (max-width: 650px) {
  :root {
    font-size: 14px;
  }
}

body {
  font-family: var(--font-family-base);
  line-height: 1.28;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

#wt-sky-root {
  display: none;
}

.lock {
  overflow: hidden;
  height: 100%;
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 0.3125rem;
}

body {
  background-color: var(--color-ligth-bg);
  color: var(--color-text-dark);
}

.title {
  font-family: Playfair-Medium, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

h1.title {
  font-family: Playfair, sans-serif;
}

.content {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.decor-text {
  font-family: Caveat-Medium, sans-serif;
  font-weight: 400;
  color: #2C2C2E;
}

.button-registration {
  max-width: 240px;
  background: var(--color-main);
  color: var(--color-ligth-bg);
  text-align: center;
}
.button-registration a {
  padding-block: 12px;
  display: block;
  width: 100%;
  height: 100%;
}
.button-registration:hover {
  background: var(--color-main-hover);
  transition: background 0.3s;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: var(--color-ligth-bg);
}
.header.sticky {
  box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
}
@media screen and (max-width: 900px) {
  .header .container {
    position: relative;
  }
}

.header-wrapper {
  font-family: "Montserrat-Medium", sans-serif;
  padding-top: 20px;
  padding-bottom: clamp(10px, 6.14px + 0.99vw, 20px);
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  gap: 4.69rem;
}
@media screen and (max-width: 1200px) {
  .header-wrapper {
    gap: 0px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .header-wrapper {
    padding-top: 30px;
  }
}
.header-wrapper .logo {
  margin-right: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .header-wrapper .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .header-wrapper .menu {
    position: absolute;
    top: 0%;
    right: -120%;
    width: 280px;
    height: 100vh;
    background: var(--color-footer-bg);
    color: var(--color-ligth-bg);
    z-index: 5;
    padding: 20px 20px 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    transition: right var(--transition-duration);
  }
  .header-wrapper .menu.active {
    right: 0%;
    transition: right var(--transition-duration);
  }
}

.logo {
  width: 4.81rem;
  height: 3.18rem;
}

.mobile-close-btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .mobile-close-btn {
    display: block;
    width: 23px;
    height: 23px;
    align-self: end;
  }
}

.mobile-part-hidden {
  padding-top: 180px;
  display: none;
}
@media screen and (max-width: 900px) {
  .mobile-part-hidden {
    display: block;
  }
}

.mobile-contacts {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  .menu-inner {
    overflow-y: auto;
  }
  .menu-inner::-webkit-scrollbar {
    width: 2px;
  }
  .menu-inner::-webkit-scrollbar-thumb {
    background-color: #727272;
    /* Цвет ползунка */
    border-radius: 25px;
    /* Скругление углов ползунка */
  }
  .menu-inner::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    /* Цвет трека скроллбара */
  }
}

.menu-items {
  display: flex;
  gap: 3.44rem;
}
.menu-items li:hover {
  color: var(--color-gray);
  transition: all var(--transition-duration);
}
@media screen and (max-width: 900px) {
  .menu-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-transform: uppercase;
  }
}

svg {
  display: block;
  fill: transparent;
  stroke: var(--color-main);
  opacity: 1;
  transition: opacity var(--transition-duration);
}
@media (hover: hover) {
  svg:hover {
    opacity: 0.7;
    transition: opacity var(--transition-duration);
  }
}
@media (hover: none) {
  svg:active {
    opacity: 0.7;
    transition: opacity var(--transition-duration);
  }
}

.slider-btns .swiper-button-left {
  transform: rotate(180deg);
  cursor: pointer;
}
.slider-btns .swiper-button-right {
  cursor: pointer;
}

.header .contacts {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: var(--color-main);
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .header .contacts {
    display: none;
  }
}
.header .burger-icon {
  display: none;
}
@media screen and (max-width: 900px) {
  .header .burger-icon {
    display: block;
    width: 30px;
    height: 20px;
  }
}

.underline {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.313rem;
  background: url(../image/svg/underline.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.main {
  margin-top: 144px;
  display: flex;
  flex-direction: column;
  gap: clamp(100px, 80.7px + 4.95vw, 150px);
}

.banner {
  position: relative;
}
.banner .title {
  font-size: 4.375rem;
  max-width: 36.875rem;
}
@media screen and (max-width: 650px) {
  .banner .title {
    font-size: 50px;
  }
}
.banner .image-bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  right: 0;
  width: 56%;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .banner .image-bg {
    position: static;
    scale: -1 1;
    order: 3;
    width: 100%;
    -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 77%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to top, rgb(0, 0, 0) 77%, rgba(0, 0, 0, 0));
    margin-top: 15px;
  }
}
.banner .annotation {
  font-family: Caveat, sans-serif;
  font-size: 1.75rem;
  margin-top: 0.625rem;
}
.banner .links {
  margin-top: 4.375rem;
  max-width: 40.5%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .banner .links {
    max-width: none;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .banner .links {
    max-width: clamp(324px, 550.5789px - 6.4737vi, 447px);
  }
}
@media screen and (max-width: 650px) {
  .banner .sign-btn {
    top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .banner {
    display: flex;
    flex-direction: column;
  }
}

.soc-links {
  display: flex;
  gap: 1.25rem;
}

.soc-link {
  width: 2.125rem;
  height: 2.125rem;
  background: var(--color-main);
  opacity: 1;
  border-radius: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: end;
  cursor: pointer;
}
@media (hover: hover) {
  .soc-link:hover {
    background: var(--color-main-hover);
    transition: background 0.3s;
  }
}
@media (hover: none) {
  .soc-link:active {
    background: var(--color-main-hover);
    transition: background 0.3s;
  }
}
.soc-link svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  fill: var(--color-whiter);
  stroke: transparent;
}
@media screen and (max-width: 768px) {
  .soc-link svg {
    width: 1.525rem;
    height: 1.525rem;
  }
}
@media screen and (max-width: 768px) {
  .soc-link {
    width: 2.825rem;
    height: 2.825rem;
  }
}

.sign-btn {
  cursor: pointer;
  position: relative;
  width: 8.94rem;
  height: 8.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.sign-btn .circle-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 55s linear infinite;
  /* Назначаем анимацию */
}
.sign-btn svg {
  width: 3.06rem;
  height: 1.93rem;
  stroke: #B70D0D;
  fill: transparent;
  transform: rotate(135deg);
  transition: transform 0.5s;
}
.sign-btn:hover svg {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
    /* Начальное положение - без поворота */
  }
  to {
    transform: rotate(360deg);
    /* Конечное положение - один оборот */
  }
}
.form-contact,
.what-is {
  --gap-content: 11.81rem;
}
.form-contact .container,
.what-is .container {
  display: flex;
  justify-content: end;
}
.form-contact .wrapper,
.what-is .wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}
.form-contact .wrapper .inner,
.what-is .wrapper .inner {
  max-width: 46.19rem;
}
@media screen and (max-width: 650px) {
  .form-contact .wrapper .inner,
  .what-is .wrapper .inner {
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.form-contact .image,
.what-is .image {
  max-width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  order: 2;
}
.form-contact .image img,
.what-is .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .form-contact .image,
  .what-is .image {
    width: 45%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .form-contact .image,
  .what-is .image {
    width: auto;
    max-width: 40%;
  }
}
.form-contact .content,
.what-is .content {
  flex: 1;
}
.form-contact .content-text__wrapper,
.what-is .content-text__wrapper {
  margin-top: 2rem;
  padding-left: var(--gap-content);
}
@media screen and (max-width: 650px) {
  .form-contact .content-text__wrapper,
  .what-is .content-text__wrapper {
    padding-left: 0px;
  }
}
.form-contact .title,
.what-is .title {
  font-size: 3rem;
  line-height: 1.35;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .form-contact .title,
  .what-is .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .form-contact .title,
  .what-is .title {
    margin-top: 0px;
  }
}
.form-contact .links,
.what-is .links {
  margin-top: 1.25rem;
  display: flex;
  gap: 3.5rem;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .form-contact .links,
  .what-is .links {
    justify-content: space-between;
  }
}
@media screen and (max-width: 440px) {
  .form-contact .links,
  .what-is .links {
    gap: 0px;
    justify-content: space-between;
  }
}
.form-contact .inscription,
.what-is .inscription {
  font-size: 1.5rem;
}
@media screen and (max-width: 440px) {
  .form-contact .inscription,
  .what-is .inscription {
    font-size: clamp(18px, 10px + 2.5vw, 21px);
  }
}
@media screen and (max-width: 390px) {
  .form-contact .inscription,
  .what-is .inscription {
    font-size: clamp(14px, -13.4269px + 8.571vw, 20px);
  }
}
@media screen and (max-width: 500px) {
  .form-contact .sign-btn,
  .what-is .sign-btn {
    width: 96px;
    height: 96px;
  }
}
.form-contact .circle-image,
.what-is .circle-image {
  animation-direction: reverse;
}
@media screen and (max-width: 650px) {
  .what-is .image {
    position: static;
    max-width: none;
    height: 300px;
  }
  .what-is .image img {
    -o-object-position: 0% 20%;
       object-position: 0% 20%;
  }
}

.price .title {
  font-size: 3rem;
  line-height: 1.25;
}
@media screen and (max-width: 650px) {
  .price .title {
    font-size: 30px;
  }
}
.price .tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 1.25rem 0rem;
  margin-top: 3.75rem;
}
.price .tabs.content {
  font-size: 1.25rem;
}
@media screen and (max-width: 650px) {
  .price .tabs {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .price .price-list-section .tabs {
    display: grid;
  }
}
.price .tab-item {
  cursor: pointer;
  padding-block: 0.625rem;
  border: 0.0625rem solid var(--color-tab-border);
  transition: all var(--transition-duration);
  text-align: center;
}
.price .tab-item.js-tab-item__active, .price .tab-item.js-sex-item__active {
  color: var(--color-ligth-bg);
  background-color: var(--color-main-dark);
  transition: all var(--transition-duration);
}
@media (hover: hover) {
  .price .tab-item:hover {
    color: var(--color-ligth-bg);
    background-color: var(--color-main-dark);
    transition: all var(--transition-duration);
  }
}
@media (hover: none) {
  .price .tab-item:active {
    color: var(--color-ligth-bg);
    background-color: var(--color-main-dark);
    transition: all var(--transition-duration);
  }
}
.price .js-sex-category {
  display: none;
}
.price .service-items {
  margin-top: 3.75rem;
}
.price .service-items .service-item {
  display: none;
}
.price .service-items .js-service-item-active {
  display: block;
}
@media screen and (max-width: 650px) {
  .price .service-items .service-item {
    display: block;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 1s;
  }
  .price .service-items .js-service-item-active {
    max-height: 2000px;
    transition: max-height 1s;
  }
}
.price .service-items .service-description {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.875rem 0rem;
}
@media screen and (max-width: 650px) {
  .price .service-items .service-description {
    padding-top: 40px;
  }
}
.price .service-items .mobile-tab {
  display: none;
}
@media screen and (max-width: 650px) {
  .price .service-items .mobile-tab {
    display: block;
    background: transparent;
    color: var(--color-text-dark);
    padding-block: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--color-tab-border);
  }
  .price .service-items .mobile-tab svg {
    width: 10px;
    height: 5px;
    stroke: var(--color-text-dark);
    transform: rotate(180deg);
    transition: transform var(--transition-duration);
  }
}
.price .service-items .title {
  font-size: 2rem;
}
.price .service-items .quote {
  padding-right: 5px;
  font-size: 1.75rem;
  color: var(--color-main);
}
@media screen and (max-width: 650px) {
  .price .service-items .quote {
    padding-right: 5px;
    order: 5;
    justify-self: end;
    grid-row: 3/4;
  }
}
.price .service-items .description {
  grid-column: 1/3;
}
@media screen and (max-width: 650px) {
  .price .service-items .description {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 650px) {
  .price .service-items {
    margin-top: 30px;
  }
}
.price .service-item-wrapper:has(.service-item.js-service-item-active) .mobile-tab {
  background: var(--color-main-dark);
  color: var(--color-ligth-bg);
}
.price .service-item-wrapper:has(.service-item.js-service-item-active) .mobile-tab svg {
  stroke: var(--color-ligth-bg);
  transform: rotate(0deg);
  transition: transform var(--transition-duration);
}
.price .slider-btns {
  position: relative;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: end;
}
.price .slider-btns svg {
  width: 2.875rem;
  height: 1.938rem;
}
.price .slider-section {
  margin-block: 3.75rem;
}
@media screen and (max-width: 650px) {
  .price .slider-section {
    margin-block: 40px;
  }
}
.price .price-slider .swiper-slide {
  max-width: 28.5rem;
  max-height: 21.69rem;
}
.price .price-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.price .slider-btns {
  margin-top: 1.25rem;
}
.price .price-list-section .tabs {
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
}
@media screen and (max-width: 650px) {
  .price .price-list-section .tabs {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
.price .price-list-section .tab-item {
  text-transform: uppercase;
}
.price .price-list-items {
  margin-top: 2.5rem;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
  gap: 1.25rem;
}
@media screen and (max-width: 650px) {
  .price .price-list-items {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 20px;
  }
}
.price .js-price-list-active {
  display: grid;
}
.price .price-list-item {
  padding: 1.25rem;
  max-width: 22.5rem;
  min-height: 20.188rem;
  background-color: var(--color-ligth-bg-block);
  border: 0.0625rem solid var(--color-cost-item);
}
.price .price-list-item .item-title {
  font-size: 1.5rem;
  color: var(--color-main);
  text-transform: uppercase;
}
.price .price-list-item .price-list-content {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.688rem 0rem;
}
.price .price-list-item .price-cost {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .price .price-list-item {
    max-width: none;
  }
}
@media screen and (max-width: 650px) {
  .price .price-list-item {
    min-height: auto;
    border: 0px;
    padding-bottom: 0px;
  }
  .price .price-list-item:last-child {
    padding-bottom: 40px;
  }
}

.abonent {
  background: var(--color-main-bg);
  position: relative;
}
.abonent .abonent-bg {
  position: absolute;
}
.abonent .abonent-wrapper {
  padding-block: 5rem;
}
@media screen and (max-width: 650px) {
  .abonent .abonent-wrapper {
    max-width: 34.375rem;
    margin: 0 auto;
  }
}
.abonent .content {
  color: var(--color-ligth-bg);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
}
@media screen and (max-width: 650px) {
  .abonent .content {
    font-size: 29px;
  }
}
.abonent .flyer-items {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
}
.abonent .flyer-item {
  background: var(--color-ligth-bg);
  padding: 1.25rem;
  flex: 1;
}
@media screen and (max-width: 650px) {
  .abonent .flyer-item {
    max-width: 34.375rem;
  }
}
.abonent .flyer-item-inner {
  position: relative;
}
.abonent .flyer-decor-image {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 650px) {
  .abonent .flyer-decor-image {
    display: none;
  }
}
.abonent .decor-text {
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1.25;
}
.abonent .discount {
  font-family: Montserrat-Bold, sans-serif;
  line-height: 1.25;
  font-size: 5.188rem;
  color: var(--color-main-dark);
  font-weight: 700;
  text-transform: uppercase;
  min-width: 156px;
  text-align: center;
}
.abonent .description {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--color-text-dark);
  font-weight: 400;
  text-transform: none;
}
.abonent .note {
  font-size: 1rem;
}
.abonent .flyer-item-inner {
  display: grid;
}
.abonent .decor-text {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: 2.188rem;
  justify-self: center;
}
@media screen and (max-width: 650px) {
  .abonent .decor-text {
    grid-row: 2/3;
    align-self: flex-start;
    margin-top: 20px;
  }
}
.abonent .discount {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 650px) {
  .abonent .discount {
    grid-row: 3/4;
  }
}
.abonent .description {
  grid-column: 2/4;
  grid-row: 2/3;
  align-self: center;
  padding-left: 1.25rem;
  text-transform: lowercase;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .abonent .description {
    grid-row: 1/2;
    grid-column: 1/4;
    padding: 0;
    text-transform: none;
    text-align: center;
  }
}
.abonent .note {
  grid-column: 1/3;
  grid-row: 3/4;
  align-self: end;
}
@media screen and (max-width: 650px) {
  .abonent .note {
    grid-row: 4/5;
    grid-column: 1/4;
    justify-self: center;
    margin-top: 20px;
  }
}
.abonent .sign-btn {
  grid-column: 3/4;
  grid-row: 3/4;
  width: 7.44rem;
  height: 7.44rem;
  margin-top: -1.875rem;
}
.abonent .sign-btn svg {
  width: 2.563rem;
  height: 1.625rem;
}
@media screen and (max-width: 650px) {
  .abonent .sign-btn {
    justify-self: center;
    grid-row: 2/4;
    margin-top: 20px;
    width: 125px;
    height: 125px;
  }
}

.reviews .reviews-wrapper > .links {
  display: none;
}
@media screen and (max-width: 650px) {
  .reviews .reviews-wrapper > .links {
    display: flex;
  }
}
.reviews .reviews-top {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.reviews .title {
  font-size: 3rem;
}
@media screen and (max-width: 650px) {
  .reviews .title {
    font-size: 30px;
  }
}
.reviews .links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .reviews .links {
    display: none;
  }
}
.reviews .decor-text {
  font-size: 1.75rem;
}
@media screen and (max-width: 440px) {
  .reviews .decor-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .reviews .decor-text {
    font-size: 17px;
  }
}
.reviews .soc-link {
  align-self: auto;
}
.reviews .slider-section-wrapper {
  position: relative;
}
.reviews .slider-section-wrapper .reviews-slider {
  margin-inline: 6.25rem;
  overflow: hidden;
  padding-block: 3.125rem;
}
@media screen and (max-width: 650px) {
  .reviews .slider-section-wrapper .reviews-slider {
    padding-bottom: 30px;
    margin-inline: 0px;
  }
}
.reviews .swiper-wrapper {
  align-items: center;
  min-height: clamp(390px, 167.78px + 28.935vw, 515px);
}
.reviews .swiper-slide {
  background-color: #000000;
  transition: all 1s;
  position: relative;
}
@media screen and (max-width: 650px) {
  .reviews .swiper-slide {
    height: 375px;
    max-width: 262px;
  }
}
.reviews .swiper-slide .soc-link {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  padding-left: 0.125rem;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.reviews .swiper-slide .soc-link svg {
  height: 1.313rem;
}
.reviews .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.5;
  transition: opacity var(--transition-duration);
  aspect-ratio: 0.83;
}
.reviews .swiper-slide.swiper-slide-active {
  position: relative;
  transition: 0.3s;
  z-index: 100;
  transform: translate3d(0rem, 0rem, 6.25rem);
  opacity: 1;
  transition: all 1s;
  aspect-ratio: 0.7;
}
.reviews .swiper-slide.swiper-slide-active img {
  transition: opacity var(--transition-duration);
  opacity: 1;
}
@media screen and (max-width: 650px) {
  .reviews .swiper-slide.swiper-slide-active {
    aspect-ratio: auto;
    max-width: 262px;
  }
}
.reviews .swiper-slide-next,
.reviews .swiper-slide-prev {
  aspect-ratio: 0.83;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.reviews .slider-btns svg {
  width: 3.188rem;
  height: 2.06rem;
}
@media screen and (max-width: 650px) {
  .reviews .slider-btns svg {
    width: 34px;
    height: 23px;
  }
}
.reviews .swiper-button-left,
.reviews .swiper-button-right {
  padding-block: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 650px) {
  .reviews .swiper-button-left,
  .reviews .swiper-button-right {
    padding-block: 0px;
    top: auto;
    bottom: -40px;
  }
}
.reviews .swiper-button-left {
  left: 0;
  transform: translate(50%, -50%) rotate(180deg);
}
@media screen and (max-width: 650px) {
  .reviews .swiper-button-left {
    left: auto;
    right: 80px;
  }
}
@media screen and (max-width: 440px) {
  .reviews .swiper-button-left {
    right: 55px;
  }
}
.reviews .swiper-button-right {
  right: 0;
}
@media screen and (max-width: 440px) {
  .reviews .swiper-button-right {
    right: -25px;
  }
}
.reviews .swiper-pagination-bullet-active {
  background: var(--color-main-dark);
}
.reviews .swiper-pagination {
  position: static;
}
@media screen and (max-width: 650px) {
  .reviews .swiper-pagination {
    display: none;
  }
}

.our-team .title {
  font-size: 3rem;
}
@media screen and (max-width: 650px) {
  .our-team .title {
    font-size: 30px;
  }
}
.our-team .our-team-inner {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 650px) {
  .our-team .our-team-inner {
    margin-bottom: 100px;
  }
}
.our-team .team-item {
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 7.188rem;
}
.our-team .team-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 650px) {
  .our-team .team-item {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .our-team .team-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.our-team .content {
  margin-block: 2.188rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .our-team .content {
    margin-block: 0px;
    gap: 30px;
  }
}
.our-team .team-item-property {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.our-team .name.title {
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  .our-team .name.title {
    font-size: 22px;
  }
}
.our-team .profession {
  font-size: 1.25rem;
}
.our-team .description {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  flex: 1;
}
@media screen and (max-width: 650px) {
  .our-team .description {
    margin-top: 0px;
  }
}
.our-team .profession-tabs {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 900px) {
  .our-team .profession-tabs {
    flex-wrap: wrap;
  }
}
.our-team .profession-tab {
  border: 0.0625rem solid var(--color-tab-border);
  width: 7.5rem;
  color: var(--color-main);
  border-radius: 3.125rem;
  text-align: center;
  font-size: 1.125rem;
}
.our-team .image {
  max-width: 22.5rem;
  max-height: 23.75rem;
}
.our-team .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 650px) {
  .our-team .image img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 650px) {
  .our-team .image {
    max-height: none;
    max-width: 100%;
    /* max-height: none; */
    width: 100%;
    aspect-ratio: 1;
  }
}

.form-contact {
  --gap-content: 15rem;
  position: relative;
}
.form-contact .wrapper {
  margin: 0;
}
.form-contact .wrapper .inner {
  max-width: 37.438rem;
}
@media screen and (max-width: 650px) {
  .form-contact .wrapper .inner {
    max-width: none;
    color: var(--color-ligth-bg);
  }
}
@media screen and (max-width: 650px) {
  .form-contact .wrapper {
    margin-block: 50px;
    margin-inline: 10px;
  }
}
.form-contact .image-bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  left: 0;
  width: 56%;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .form-contact .image-bg {
    width: 100%;
    -o-object-position: center;
       object-position: center;
    filter: brightness(0.5);
  }
}
@media screen and (max-width: 650px) {
  .form-contact .title {
    text-align: center;
  }
}
.form-contact .content-text__wrapper {
  padding-left: var(--gap-content);
}
@media screen and (max-width: 650px) {
  .form-contact .content-text__wrapper {
    padding-left: 0px;
  }
}
.form-contact .description {
  font-size: 1.125rem;
}
.form-contact .inscription {
  font-family: Caveat, sans-serif;
  color: var(--color-gray-text-politic);
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (max-width: 650px) {
  .form-contact .inscription {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .form-contact .form-contact-blank input {
    background: var(--color-ligth-bg);
  }
  .form-contact .form-contact-blank input:focus {
    color: var(--color-text-dark);
  }
}
.form-contact .form-contact-blank .name-wrapper {
  grid-column: 1/3;
}
.form-contact .form-contact-blank .phone-wrapper {
  grid-column: 1/3;
  margin-top: 1.25rem;
}
@media screen and (max-width: 650px) {
  .form-contact .form-contact-blank .phone-wrapper {
    margin-top: 0;
  }
}
.form-contact .form-contact-blank button.submit-btn {
  width: 100%;
}

.form-contact-blank {
  margin-top: 2.5rem;
  margin-bottom: 6.25rem;
  display: grid;
  grid-template-columns: 1fr;
}
.form-contact-blank button {
  padding: 0;
  background-color: transparent;
  border: none;
}
.form-contact-blank .sign-btn {
  flex: 0 0;
  width: 8.438rem;
  height: 8.438rem;
  min-width: 8.438rem;
  min-height: 8.438rem;
}
.form-contact-blank input {
  border: 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
  height: 2.5rem;
  border-bottom: 0.0625rem solid var(--color-gray-text-politic);
}
.form-contact-blank input:focus {
  font-weight: 600;
  color: var(--color-main);
  outline: 0rem;
  border-bottom: 0.0625rem solid var(--color-text-dark);
}
@media screen and (max-width: 650px) {
  .form-contact-blank input {
    font-size: 14px;
    border-bottom: 0px;
    background: var(--color-ligth-bg);
    color: var(--color-text-dark);
  }
  .form-contact-blank input:focus {
    color: var(--color-text-dark);
  }
}
@media screen and (max-width: 650px) {
  .form-contact-blank {
    margin-top: 30px;
    margin-bottom: 0px;
    gap: 20px 0px;
  }
  .form-contact-blank > * {
    justify-self: center;
    width: 100%;
    max-width: 330px;
  }
  .form-contact-blank .sign-btn {
    display: none;
  }
}
.form-contact-blank .submit-mobile {
  display: none;
  color: var(--color-ligth-bg);
  background: var(--color-main);
  padding-block: 12px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .form-contact-blank .submit-mobile {
    display: block;
  }
}
.form-contact-blank input {
  width: 65%;
}
@media screen and (max-width: 650px) {
  .form-contact-blank input {
    width: 100%;
    height: 45px;
    padding-left: 8px;
  }
}
.form-contact-blank .name {
  grid-column: 1/3;
}
.form-contact-blank .phone {
  grid-column: 1/3;
  margin-top: 1.25rem;
}
@media screen and (max-width: 650px) {
  .form-contact-blank .phone {
    margin-top: 0;
  }
}
.form-contact-blank .inscription {
  grid-column: 1/2;
  align-self: center;
  width: 70%;
}
@media screen and (max-width: 650px) {
  .form-contact-blank .inscription {
    width: auto;
    order: 2;
    margin-top: 20px;
  }
}
.form-contact-blank .submit {
  grid-column: 2/3;
  margin-top: 1.875rem;
}
@media screen and (max-width: 650px) {
  .form-contact-blank .submit {
    grid-column: 1/2;
    margin-top: 0;
  }
}
.contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-block .contact-name {
  font-size: 1.25rem;
}
.contact-block .decor-text {
  color: var(--color-ligth-footer-alt);
}
.contact-block .description {
  font-size: 0.875rem;
  color: var(--color-ligth-bg);
}

.footer {
  background: var(--color-footer-bg);
  color: var(--color-ligth-bg);
  font-size: 0.875rem;
}
.footer .footer-hidden {
  grid-column: 1/2;
  grid-row: 2/5;
}
@media screen and (max-width: 650px) {
  .footer .footer-hidden {
    display: none;
  }
}
.footer .footer-inner {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 650px) {
  .footer .footer-inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.footer .title {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 650px) {
  .footer .title {
    font-size: 30px;
  }
}
.footer .footer-items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max-content, 10rem));
  gap: 1.25rem 4.438rem;
}
@media screen and (max-width: 650px) {
  .footer .footer-items {
    grid-template-columns: repeat(auto-fill, minmax(200px, 10rem));
    justify-content: space-between;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 450px) {
  .footer .footer-items {
    grid-template-columns: 1fr;
  }
}
.footer .footer-logo {
  width: 6.5rem;
  height: 5rem;
}
@media screen and (max-width: 650px) {
  .footer .footer-logo {
    display: none;
  }
}
.footer .contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
.footer .menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer .menu ul li {
  opacity: 1;
  transition: opacity var(--transition-duration);
}
.footer .menu ul li:hover {
  transition: opacity var(--transition-duration);
  opacity: 0.8;
}
@media screen and (max-width: 650px) {
  .footer .menu {
    order: 5;
    grid-column: span 2/-1;
    margin-top: 60px;
  }
  .footer .menu ul {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .menu ul > li {
    text-transform: uppercase;
    white-space: nowrap;
  }
}
@media screen and (max-width: 450px) {
  .footer .menu {
    grid-column: 1/2;
  }
}
.footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 650px) {
  .footer .footer-links {
    order: -1;
    grid-column: span 2;
  }
}
@media screen and (max-width: 450px) {
  .footer .footer-links {
    grid-column: 1/2;
  }
}
.footer .link-title {
  font-size: 1.25rem;
  color: var(--color-ligth-bg);
}
.footer .soc-link {
  background: var(--color-ligth-footer-links);
}
.footer .soc-link svg {
  fill: var(--color-text-dark);
  stroke: transparent;
}
.footer .soc-link .insta {
  fill: transparent;
  stroke: var(--color-text-dark);
}

.gratitude {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gratitude .title {
  font-size: 4.38rem;
}
@media screen and (max-width: 650px) {
  .gratitude .title {
    font-size: 50px;
  }
}
.gratitude .description {
  font-size: 1.25rem;
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 650px) {
  .gratitude .description {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.gratitude .decor-text {
  font-size: 20px;
}
.footer-gratitude .footer-inner {
  padding-bottom: 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .footer-gratitude .footer-inner {
    padding-bottom: 117px;
  }
}
.footer-gratitude .content {
  font-size: 12px;
}
.footer-gratitude .content-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.footer-gratitude .link-mst {
  font-size: 14px;
  margin-top: 4px;
  color: var(--color-main);
}
.error-section .container {
  margin-block: 30px;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.error-section .logo {
  width: 110px;
  height: 84px;
}
.error-section .title {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .error-section .title {
    font-size: 40px;
  }
}
.error-section .link-main {
  min-width: 265px;
  background: var(--color-main);
  color: var(--color-whiter);
  padding-block: 14px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.politics-section .wrapper {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: clamp(100px, 71.576px + 6.316vw, 160px);
}
.politics-section .title {
  padding-bottom: 40px;
  font-size: clamp(25px, 17.894px + 1.579vw, 40px);
}
.politics-section .content {
  font-size: clamp(14px, 13.046px + 0.211vw, 16px);
}

.popup {
  width: 100%;
  left: 0;
  display: none;
}

.popup {
  width: 100%;
  left: 0;
  display: none;
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 100;
}
.popup.active {
  display: block;
  overflow-y: auto;
}
.popup .popup__body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .popup__content {
  position: relative;
  margin-top: 110px;
  background-color: var(--color-ligth-bg);
  max-width: clamp(350px, 165.258px + 41.053vw, 740px);
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.popup .popup__content .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -60px;
  right: -60px;
}
@media screen and (max-width: 650px) {
  .popup .popup__content .close-btn {
    right: 0px;
  }
}
.popup .popup__content .title {
  font-size: clamp(30px, 25.258px + 1.053vw, 40px);
}
.popup .popup__content .content {
  font-size: clamp(14px, 12.106px + 0.421vw, 18px);
}
.popup .popup__content .popup-wrapper {
  position: relative;
  padding-inline: clamp(0px, -35.53px + 7.895vw, 75px);
  padding-block: clamp(40px, 54.7368px - 1.0526vi, 50px);
  text-align: center;
}
.popup .popup__content .popup-wrapper .dots_up {
  top: 0px;
  right: 0px;
}
.popup .popup__content .popup-wrapper .dots_dwn {
  bottom: 0;
  left: 0;
}
.popup .popup__title {
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.popup .decor-dots {
  width: clamp(50px, 44.788px + 1.158vw, 61px);
  height: clamp(50px, 44.788px + 1.158vw, 61px);
  position: absolute;
}
.popup .form-contact-blank {
  margin-top: 30px;
  margin-bottom: 0;
}
.popup .form-contact-blank .sign-btn {
  width: clamp(125px, 116.338px + 1.333vw, 135px);
  height: clamp(125px, 116.338px + 1.333vw, 135px);
}
@media screen and (max-width: 650px) {
  .popup .form-contact-blank .sign-btn {
    display: flex;
  }
}
.popup .form-contact-blank input {
  width: 85%;
  height: 1.93rem;
}
@media screen and (max-width: 650px) {
  .popup .form-contact-blank input {
    width: 100%;
    border-bottom: 0.0625rem solid var(--color-gray-text-politic);
  }
}
.popup .form-contact-blank .inscription {
  margin-top: 40px;
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  width: 70%;
  opacity: 0.6;
  color: #1E1E1E;
  font-size: clamp(10px, 9.046px + 0.211vw, 12px);
}
@media screen and (max-width: 650px) {
  .popup .form-contact-blank .inscription {
    grid-column: 1/2;
    margin-top: 0;
    width: 67%;
    text-align: left;
    justify-self: flex-start;
  }
}
.popup .form-contact-blank .name-wrapper {
  grid-column: 1/2;
  align-self: end;
}
@media screen and (max-width: 650px) {
  .popup .form-contact-blank .name-wrapper {
    grid-column: 1/3;
  }
}
.popup .form-contact-blank .submit {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-top: 0rem;
}
@media screen and (max-width: 650px) {
  .popup .form-contact-blank .submit {
    grid-row: 3/4;
  }
}
.popup .form-contact-blank .phone-wrapper {
  grid-column: 1/2;
  margin-top: 1.25rem;
}
@media screen and (max-width: 650px) {
  .popup .form-contact-blank .phone-wrapper {
    grid-column: 1/3;
  }
}/*# sourceMappingURL=style.css.map */