@charset "UTF-8";
a {
  outline: none !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.container {
  max-width: 90rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 90rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.page-wrap {
  padding-top: 3.875rem;
}

.breadcrumbs span {
  display: flex;
  gap: 0.5rem;
}

.breadcrumbs ul {
  display: flex;
  gap: 0.5rem;
}

.breadcrumbs li:last-child a {
  pointer-events: none;
  opacity: .5;
}

.breadcrumbs li:last-child a::after {
  display: none;
}

.breadcrumbs a {
  display: flex;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 140%;
  color: #3C3C3C;
  transition: all ease .3s;
}

.breadcrumbs a::after {
  content: '/';
}

.breadcrumbs a:hover {
  color: #2DBBC4;
  transition: all ease .3s;
}

.breadcrumbs span {
  display: flex;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 140%;
  color: #3C3C3C;
}

.breadcrumbs.breadcrumbs-inside-page {
  margin-top: 0;
  margin-bottom: -5rem;
}

.page-title {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 2.5625rem;
  line-height: 98%;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}

@media (max-width: 90rem) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.block-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  background: #2DBBC4;
}

.swiper-button-next {
  margin: 0;
  position: static;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #2DBBC4;
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  margin: 0;
  position: static;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #2DBBC4;
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
}

.swiper-button-prev:after {
  display: none;
}

.pagination {
  display: flex;
  gap: 0.25rem;
  align-items: flex-end;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  min-width: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(150, 150, 150, 0.14);
  color: #000;
}

.pagination .page-numbers.current {
  background: #2DBBC4;
  color: #fff;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.pagination-link {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: #fff;
}

@media (max-width: 62rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .breadcrumbs.breadcrumbs-inside-page {
    margin-top: 3.75rem;
    margin-bottom: -5rem;
  }
}

@media (max-width: 46rem) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn {
  cursor: pointer;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.25rem;
  justify-content: center;
  background: #2DBBC4;
  border-radius: 12.5rem;
  transition: all ease .3s;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 158%;
  white-space: nowrap;
  border: 1px solid #2DBBC4;
  background-position: 100%;
  color: #fff;
}

.btn:hover {
  transition: all ease .3s;
  background: transparent;
  color: #2DBBC4;
}

.title-section {
  font-weight: 500;
  font-size: 41px;
  line-height: 98%;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}

.title-section span {
  color: #2DBBC4;
}

.js-close-menu {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 111;
  display: none;
}

.js-close-menu {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0.875rem;
}

.inside-page {
  /* Эффект при наведении на весь блок */
  /* --- Стили для шапки аккордеона (Summary) --- */
  /* Убираем стандартный треугольник в Safari */
  /* Стилизация заголовка внутри summary */
  /* --- Кастомная иконка (+), которая будет вращаться --- */
  /* --- Состояние ОТКРЫТОГО аккордеона --- */
  /* Превращаем плюс в крестик */
  /* --- Контент внутри аккордеона (текст) --- */
  /* Анимация появления контента */
}

.inside-page h1 {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 140%;
}

.inside-page h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 140%;
}

.inside-page h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
}

.inside-page img {
  margin-top: 3.75rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.inside-page p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: #3C3C3C;
}

.inside-page ul {
  margin-top: 1.125rem;
  list-style: disc;
  margin-left: 0.9375rem;
}

.inside-page ul li {
  margin-bottom: 0.75rem;
  line-height: 120%;
}

.inside-page ul li:last-child {
  margin-bottom: 0;
}

.inside-page ol {
  margin-top: 1.125rem;
  list-style: decimal;
  margin-left: 0.9375rem;
}

.inside-page ol li {
  margin-bottom: 0.75rem;
  line-height: 120%;
}

.inside-page ol li:last-child {
  margin-bottom: 0;
}

.inside-page details {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.inside-page details:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-color: #2DBBC4;
}

.inside-page summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  /* Убираем стандартный маркер */
  outline: none;
  /* Убираем обводку при клике */
}

.inside-page summary::-webkit-details-marker {
  display: none;
}

.inside-page summary h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  padding-right: 20px;
  /* Отступ от крестика/стрелки */
}

.inside-page summary::after {
  content: '+';
  font-size: 28px;
  font-weight: 300;
  color: #2DBBC4;
  /* Твой фирменный цвет */
  line-height: 1;
  transition: transform 0.3s ease;
  /* Плавная анимация поворота */
  display: flex;
  align-items: center;
  justify-content: center;
}

.inside-page details[open] summary::after {
  transform: rotate(45deg);
}

.inside-page details p {
  margin: 15px 0 0 0;
  color: #666666;
  line-height: 1.6;
  font-size: 16px;
  /* Плавное появление текста */
  animation: fadeInDown 0.4s ease-in-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 80rem) {
  .title-section {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}

@media (max-width: 62rem) {
  .burger {
    top: 58%;
  }
  .title-section br {
    display: none;
  }
}

@media (max-width: 46rem) {
  .burger {
    top: 42%;
    right: 0.625rem;
  }
}

.title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 46rem) {
  .title-section {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 118%;
    letter-spacing: -0.05em;
  }
  .btn {
    height: 4rem;
  }
  .page-title {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 118%;
    letter-spacing: -0.05em;
  }
  .page-wrap {
    padding-top: 1.5rem;
  }
  .breadcrumbs.breadcrumbs-inside-page {
    margin-top: 0;
    margin-bottom: -3rem;
  }
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.25rem;
  background: #151B40;
  z-index: 10;
}

.header-top__row {
  max-width: 90rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.header-top__content p {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 147%;
  letter-spacing: 0.02em;
  color: #fff;
}

.header-top__content a {
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}

.header-top__lang {
  display: flex;
  position: absolute;
  right: 2.125rem;
  gap: 2rem;
}

.header-top .menu-lang {
  display: flex;
  gap: 2rem;
}

.header-top .menu-lang a {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 150%;
  opacity: .7;
  transition: all ease .3s;
  color: #fff;
}

.header-top .menu-lang a:hover {
  opacity: 1;
  color: #fff;
  transition: all ease .3s;
}

.header-top .menu-lang .current-lang a {
  opacity: 1;
  color: #fff;
}

.header {
  position: fixed;
  top: 3.25rem;
  left: 0;
  width: 100%;
  height: 7rem;
  background: #fff;
  z-index: 11;
  transition: all ease .3s;
}

.header.header-fixed {
  height: 5rem;
  transition: all ease .3s;
}

.header.header-scroll {
  top: 0;
  transition: all ease .3s;
}

.header-row {
  width: calc(90rem - 3rem);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.header-logo {
  width: 13rem;
  background: #fff;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-menu {
  margin-left: 1.75rem;
}

.header-menu ul {
  display: flex;
  gap: 1.625rem;
}

.header-menu ul li {
  position: relative;
}

.header-menu ul a {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 155%;
  letter-spacing: 0.02em;
  color: #7B8487;
  transition: all ease .3s;
}

.header-menu ul a:hover {
  color: #2DBBC4;
  transition: all ease .3s;
}

.header-menu .sub-menu {
  display: block;
  position: absolute;
  background: #fff;
}

.header-menu .sub-menu li {
  padding: 0.25rem;
  width: 100%;
}

.header-action {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 2rem;
}

.header-call {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #7B8487;
}

.header-call:visited {
  color: #7B8487;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
  border-radius: 30px;
  height: 3rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 158%;
  background: #2DBBC4;
  color: #fff;
}

.header .burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: #2DBBC4;
}

.mob-menu {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: all ease .3s;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Базовые стили для мобилки */
}

.mob-menu.open {
  transform: translateX(0);
  transition: all ease .7s;
}

.mob-menu .header-menu {
  display: block;
}

.mob-menu .header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* Скрываем все уровни подменю */
}

.mob-menu .header-menu li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  /* Добавляем стрелку для пунктов с подменю */
}

.mob-menu .header-menu li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  width: max-content;
}

.mob-menu .header-menu li.menu-item-has-children > a::after {
  content: '▼';
  position: absolute;
  right: 20px;
  font-size: 10px;
  transition: transform 0.3s;
}

.mob-menu .header-menu li.active > a::after {
  transform: rotate(180deg);
}

.mob-menu .header-menu .sub-menu {
  position: static;
  display: none;
  list-style: none;
  padding: 0;
  background: #f9f9f9;
}

.mob-menu .header-menu .sub-menu li {
  border-bottom: none;
  /* Сдвиг для 3-го уровня (города) */
}

.mob-menu .header-menu .sub-menu li a {
  padding-left: 20px;
  /* Сдвиг для 2-го уровня */
  font-size: 14px;
  width: 80%;
}

.mob-menu .header-menu .sub-menu li li {
  background: #f1f1f1;
}

.mob-menu .header-menu .sub-menu li li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mob-menu .header-menu .sub-menu li .sub-menu a {
  padding-left: 20px;
}

.mob-menu .header-contact {
  display: flex;
  width: max-content;
  margin: 0 auto;
  margin-top: 2.5rem;
}

.mob-menu .menu-lang {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.mob-menu .menu-lang a {
  font-size: 1.25rem;
}

.mob-menu .menu-lang .current-lang a {
  color: #2DBBC4;
}

.mob-menu__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #2DBBC4;
}

@media (min-width: 62rem) {
  /* 1. Базовые стили для родительского пункта */
  .header .menu-item {
    position: relative;
    list-style: none;
  }
  /* 2. Стили для выпадающих списков (всех уровней) */
  .header .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    /* Выпадающее меню первого уровня идет вниз */
    left: 0;
    min-width: 15.625rem;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Скрываем состояние по умолчанию */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
  }
  /* 3. Стили для вложенных меню (2-й уровень и глубже) */
  .header .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    /* Вложенное меню открывается сбоку */
    transform: translateX(10px);
    /* Выплывание слева направо */
  }
  /* 4. Логика появления при ховере */
  .header .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* Для 1-го уровня */
  }
  .header .sub-menu .menu-item:hover > .sub-menu {
    transform: translateX(0);
    /* Для вложенных уровней */
  }
  /* 5. Оформление ссылок внутри меню */
  .header .sub-menu li a {
    display: block;
    padding: 0.625rem 20px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
    max-width: 15.625rem;
  }
  .header .sub-menu li a:hover {
    background: #f5f5f5;
    color: #2DBBC4;
    /* Цвет при наведении */
  }
  /* Добавляем стрелочку для пунктов с подменю (опционально) */
  .header .menu-item-has-children > a::after {
    content: ' ▼';
    font-size: 10px;
    vertical-align: middle;
  }
  .header .sub-menu .menu-item-has-children > a::after {
    content: ' ▶';
    float: right;
  }
}
/* ============================================================
   HERO-БЛОК С РЕЙТИНГОМ И КНОПКАМИ
   Стилизован под тему maverik (exhibitionstand.construction):
   — акцент:            #2DBBC4 (бирюзовый, как .btn темы)
   — тёмный синий:      #151B40 / #142D56 (верхняя панель / фоны)
   — текст:             #3C3C3C, вторичный #7B8487
   — кнопки-«пилюли»:   border-radius 12.5rem, высота 3.25rem
   — скругление секций: 32px, как у .hero темы
   — шрифты:            Montserrat (заголовки), Inter (текст)
   ============================================================ */

.mvk-hero {
    /* как .hero темы: ограниченная ширина, скругление, отступы */
    max-width: calc(90rem - 3rem);
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    padding: 6.5rem 3rem 4rem;
    box-sizing: border-box;

    /* фоновое изображение + тёмно-синий градиент для читаемости текста */
    background:
        linear-gradient(90deg, rgba(21, 27, 64, 0.88) 0%, rgba(20, 45, 86, 0.55) 55%, rgba(21, 27, 64, 0.25) 100%);
    background-color: #151B40; /* запасной фон, пока грузится картинка */
}

.mvk-hero__content {
    max-width: 36rem;
}

.mvk-hero__title {
    margin: 0 0 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.625rem;        /* как .hero-title темы */
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff;
}

.mvk-rating {
    display: inline-flex;
    flex-direction: column;
    gap: 0.375rem;
    margin-bottom: 2.25rem;
    padding: 1rem 1.375rem;
    background: rgba(21, 27, 64, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    backdrop-filter: blur(6px);
    font-family: 'Inter', sans-serif;
}

.mvk-rating__title {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

/* Звёзды: серый слой-подложка + бирюзовый слой, обрезанный по ширине % */
.mvk-rating__stars {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
}

.mvk-rating__stars-bg,
.mvk-rating__stars-fill {
    display: flex;
    gap: 0.125rem;
    white-space: nowrap;
}

.mvk-rating__stars-bg .mvk-star {
    color: rgba(255, 255, 255, 0.28);
}

.mvk-rating__stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mvk-rating__stars-fill .mvk-star {
    color: #2DBBC4;              /* акцентный цвет темы */
}

.mvk-rating__text {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.85);
}

/* ---------- Кнопки ---------- */

.mvk-btngroup {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* базовая кнопка-«пилюля» — размеры и радиус как у .btn темы */
.mvk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.25rem;
    padding: 0 2.5rem;
    border-radius: 12.5rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 158%;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;   /* как у .btn темы */
    box-sizing: border-box;
}

/* основная бирюзовая: hover — прозрачный фон, бирюзовый текст (как в теме) */
.mvk-btn--accent {
    background: #2DBBC4;
    border: 1px solid #2DBBC4;
    color: #fff;
}

.mvk-btn--accent:hover {
    background: transparent;
    color: #2DBBC4;
}

/* контурная белая — для телефона */
.mvk-btn--outline-white {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
}

.mvk-btn--outline-white:hover {
    background: #fff;
    border-color: #fff;
    color: #151B40;
}

/* ---------- Адаптив ---------- */

@media (max-width: 1440px) {
    .mvk-hero {
        border-radius: 32px 32px 32px 32px;   /* у краёв экрана скругляем только низ */
    }
}

@media (max-width: 768px) {
    .mvk-hero {
        padding: 2.5rem 1.25rem 2.5rem;
        border-radius: 24px 24p 24px 24px;
    }
	.mvk-hero__title {
        font-size: 2.375rem;
    }
   
    .mvk-rating {
        display: flex;
        width: 100%;
        box-sizing: border-box;
    }

    .mvk-btngroup {
        flex-direction: column;
        align-items: stretch;
    }

    .mvk-btn {
        width: 100%;
    }
}
@media (max-width: 90rem) {
  .header-row {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    justify-content: space-between;
  }
  .header-action {
    margin-left: 0;
  }
}

@media (max-width: 80rem) {
  .header-logo {
    width: 8.75rem;
  }
  .header-call {
    font-size: 0;
  }
}

@media (max-width: 62rem) {
  .header .burger {
    display: flex;
  }
  .header-menu {
    display: none;
  }
  .header.header-fixed {
    height: 3.75rem;
  }
  .header-top {
    display: none !important;
  }
  .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.125rem;
    border: 1px solid #F4F5FD;
    border-radius: 100px;
    width: 7.1875rem;
    height: 2.75rem;
  }
  .header-action {
    margin-left: auto;
    margin-right: 1.25rem;
    gap: 1.25rem;
  }
  .header-contact {
    display: none;
  }
  .header {
    top: 0.75rem;
    background: transparent;
    height: 3.75rem;
  }
  .header-row {
    padding: 0 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .header {
    top: 0.75rem;
  }
  .header-row {
    padding: 0 1rem;
  }
}

.hero {
  max-width: calc(90rem - 3rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.5rem;
  padding-left: 3rem;
  position: relative;
  border-radius: 32px;
  height: 34.125rem;
  overflow: hidden;
}

.hero-bg img {
  object-position: left;
}

.hero-bg img:nth-child(2) {
  display: none;
}

.hero-title {
  font-weight: 500;
  font-size: 3.625rem;
  line-height: 93%;
  letter-spacing: -0.07em;
  color: #3C3C3C;
}

.hero-title span {
  display: block;
  font-weight: 500;
  font-size: 3.625rem;
  line-height: 93%;
  letter-spacing: -0.07em;
  color: #2DBBC4;
}

.hero-text {
  max-width: 37.625rem;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 152%;
  letter-spacing: 0.02em;
  color: #7B8487;
}

.hero-row {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.hero-row a:nth-child(2) {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 155%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #3C3C3C;
}

.hero-btn {
  padding: 0 1rem;
}

@media (max-width: 62rem) {
  .hero {
    width: calc(100% - 2rem);
    border-radius: 10px;
  }
}

@media (max-width: 47.9375rem) {
  .hero {
    margin-top: -4.375rem;
    padding-top: 6.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 47.5rem;
    border-radius: 10px;
    background: #F7F8FC;
  }
  .hero-title {
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .hero-title span {
    display: inline;
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .hero-text {
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
  .hero-bg {
    top: auto;
    bottom: 0;
    height: auto;
    z-index: 1;
  }
  .hero-bg img:nth-child(1) {
    display: none;
  }
  .hero-bg img:nth-child(2) {
    display: block;
    height: 16.625rem;
    object-position: bottom;
  }
  .hero-row {
    flex-wrap: wrap;
  }
  .hero-row {
    margin-top: 1.875rem;
    gap: 1.375rem;
  }
  .hero-row .btn {
    width: 100%;
  }
  .hero-row a:nth-child(2) {
    display: block;
    font-size: 15px;
    line-height: 155%;
    letter-spacing: 0.02em;
    text-align: center;
    width: 100%;
  }
}

.about {
  padding-top: 4.0625rem;
}

.about-row {
  margin-top: 2.75rem;
  display: flex;
  gap: 1.5rem;
}

.about-col {
  width: 50%;
}

.about-col:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  background: #F7F8FC;
  border-radius: 20px;
}

.about-col:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.about-col:first-child .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #2DBBC4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-col:first-child .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  /* Берет цвет кнопки (#2DBBC4) */
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s infinite;
}

.about-col:first-child .play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  opacity: 0.4;
  z-index: -1;
  animation: pulse 2s infinite 0.6s;
  /* Задержка 0.6 сек */
}

.about-col:first-child .play-btn svg {
  transform: translateX(3px);
}

.about-col:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.about-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: 20px;
  width: calc(50% - 12px);
  height: 14.25rem;
  background: #F7F8FC;
}

.about-item:nth-child(3) {
  background: linear-gradient(180deg, #142d56 0%, #151a40 100%);
}

.about-item:nth-child(3) .about-item__num, .about-item:nth-child(3) .about-item__text {
  color: #fff;
}

.about-item__num {
  font-weight: 500;
  font-size: 5.125rem;
  line-height: 98%;
  letter-spacing: -0.04em;
  color: #3C3C3C;
}

.about-item__text {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 119%;
  font-family: "Inter", sans-serif;
}

.about-second {
  padding: 6.875rem 0;
  margin-top: 7.5rem;
  background: #f5f6f9;
}

.about-second__row {
  padding-bottom: 5rem;
  margin-top: 2rem;
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about-second__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.75rem;
  width: 25%;
  height: 29.25rem;
  background: #fff;
  border-radius: 20px;
}

.about-second__item:first-child {
  overflow: hidden;
  background: linear-gradient(180deg, #142d56 0%, #151a40 100%);
  justify-content: flex-end;
}

.about-second__item:first-child .about-second__item-title {
  color: #FFFFFF;
}

.about-second__item:first-child .about-second__item-text {
  color: rgba(255, 255, 255, 0.8);
}

.about-second__item .btn {
  width: max-content;
}

.about-second__item-img {
  position: absolute;
  top: -1.875rem;
  left: -1.875rem;
}

.about-second__item-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #30333e;
}

.about-second__item-text {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  color: #7e8088;
}

.about-footer {
  margin-top: -3.75rem;
  display: flex;
  gap: 3rem;
  padding-top: 5rem;
}

.about-footer__col {
  margin-top: 3.75rem;
  min-width: 20.625rem;
  width: 20.625rem;
}

.about-footer__col .text {
  width: 19.0625rem;
}

.about-footer .title {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #30333e;
}

.about-footer .title svg {
  min-width: 1.875rem;
}

.about-footer .text {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  color: #7e8088;
}

.about-footer__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.about-footer__item {
  margin-top: 3.75rem;
  width: calc(33.33% - 0.875rem);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.page-about .page-title {
  margin-top: 0.75rem;
}

.page-about .about {
  padding-top: 2.75rem;
}

.page-about .about-row {
  margin-top: 0;
}

.page-about .director {
  border-radius: 20px;
  margin-top: 7.5rem;
  padding: 2.5rem;
  padding-top: 5rem;
  position: relative;
  background: linear-gradient(180deg, #142d56 0%, #151a40 100%);
  overflow: hidden;
}

.page-about .director-vector {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}

.page-about .director-content {
  max-width: 45rem;
}

.page-about .director-name {
  font-weight: 500;
  font-size: 2.5625rem;
  line-height: 98%;
  letter-spacing: -0.02em;
  color: #fff;
}

.page-about .director-spec {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 148%;
  letter-spacing: 0.02em;
  color: #fff;
}

.page-about .director-text {
  margin-top: 2rem;
}

.page-about .director-text p {
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 154%;
  letter-spacing: 0.02em;
  color: #646b85;
}

.page-about .director-text p:last-child {
  margin-bottom: 0;
}

.page-about .director-img {
  width: 30.25rem;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
}

.page-about .director-img img {
  width: 100%;
}

.page-about .work {
  margin-top: 1.5rem;
  display: flex;
  gap: 24px;
}

.page-about .work-item {
  padding: 2.5rem 1.875rem;
  border-radius: 20px;
  width: 33.33%;
  background: #f5f6fe;
}

.page-about .work-item__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #3C3C3C;
}

.page-about .work-item__text {
  margin-top: 0.625rem;
}

.page-about .work-item__text p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 160%;
  color: #7e8088;
  margin-bottom: 1.25rem;
}

.page-about .work-item__text p:last-child {
  margin-bottom: 0;
}

.page-about .clients {
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

.page-about .clients-col {
  max-width: 30.625rem;
}

.page-about .clients-text p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  color: #7e8088;
}

.page-about .clients-image {
  display: flex;
  gap: 1.5rem;
}

.page-about .clients-image__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 8.75rem;
  background: #FBFCFF;
  border-radius: 20px;
}

.page-about .clients-image__item img {
  max-width: 100%;
}

.page-about .clients-image__block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page-about .clients-image__block:nth-child(2) {
  margin-top: 3.125rem;
}

.page-about .clients-image__block:nth-child(3) {
  margin-top: -2.625rem;
}

@media (max-width: 62rem) {
  .about-row {
    flex-wrap: wrap;
  }
  .about-col {
    width: 100%;
  }
  .about-second__row {
    flex-wrap: wrap;
  }
  .about-second__item {
    width: calc(50% - 0.625rem);
  }
  .about-second {
    margin-top: 5rem;
    padding: 5rem 0;
  }
  .about-footer {
    margin-top: 0;
    flex-wrap: wrap;
    gap: 3.75rem;
  }
  .about-footer__col {
    width: 100%;
    margin-top: 0;
  }
  .about-footer .text {
    width: 100%;
  }
  .about-footer__item {
    margin-top: 0;
    width: calc(50% - 1.25rem);
  }
  .about-footer__row {
    gap: 2.5rem;
  }
  .page-about .director-content {
    max-width: 17rem;
  }
  .page-about .work {
    flex-wrap: wrap;
  }
  .page-about .work-item {
    width: calc(50% - 0.75rem);
  }
  .page-about .clients {
    margin-top: 5.625rem;
    flex-wrap: wrap;
  }
  .page-about .clients-col {
    max-width: 100%;
  }
  .page-about .clients-image {
    flex-wrap: wrap;
  }
  .page-about .clients-image__block:nth-child(2) {
    margin-top: 0;
  }
  .page-about .clients-image__block:nth-child(3) {
    margin-top: 0;
  }
  .page-about .clients-image__block {
    flex-direction: row;
    width: 100%;
  }
  .page-about .clients-image__item {
    width: 50%;
  }
}

@media (max-width: 47.9375rem) {
  .about-row {
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
  .about-col:first-child {
    height: 19.25rem;
  }
  .about-col:last-child {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .about-item {
    padding: 1.25rem;
    width: 100%;
    height: 9.375rem;
  }
  .about-item__num {
    font-size: 3.5625rem;
    line-height: 110%;
  }
  .about-item__text {
    font-size: 0.8125rem;
    line-height: 125%;
  }
  .about .title-row {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .about .btn {
    width: 100%;
  }
  .about-second {
    margin-top: 3.75rem;
    padding: 3.75rem 0;
  }
  .about-second .title-row {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .about-second .title-row .btn {
    width: 100%;
  }
  .about-second__item {
    padding: 1.25rem;
    width: 100%;
    height: 19.625rem;
  }
  .about-second__item-img {
    top: 1.25rem;
    left: 1.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  .about-second__item-img img {
    width: 100%;
    height: 100%;
  }
  .about-second__item-title {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: -0.01em;
  }
  .about-second__item-text {
    font-size: 0.875rem;
    line-height: 160%;
  }
  .about-second__item .btn {
    width: 100%;
  }
  .about-second__row {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .about-footer {
    padding-top: 2rem;
    gap: 1.875rem;
  }
  .about-footer .title {
    font-size: 1.375rem;
    line-height: 118%;
    letter-spacing: -0.05em;
  }
  .about-footer .text {
    font-size: 0.875rem;
    line-height: 160%;
  }
  .about-footer__row {
    gap: 1.875rem;
  }
  .about-footer__item {
    width: 100%;
  }
  .page-about .director {
    padding: 1.5rem;
    padding-bottom: 0;
  }
  .page-about .director-vector {
    display: none;
  }
  .page-about .director-content {
    max-width: 100%;
  }
  .page-about .director-img {
    margin-top: 3.75rem;
    position: static;
    width: 100%;
  }
  .page-about .director-name {
    font-size: 2rem;
    line-height: 125%;
  }
  .page-about .director-spec {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
  .page-about .director-text p {
    font-size: 0.9375rem;
    line-height: 154%;
  }
  .page-about .director {
    margin-top: 5.875rem;
  }
  .page-about .work {
    margin-top: 1.875rem;
  }
  .page-about .work-item {
    padding: 1.5rem 1.25rem;
    width: 100%;
  }
  .page-about .work-item__title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
  }
  .page-about .clients-text p {
    font-size: 12px;
    line-height: 160%;
  }
  .page-about .clients-image__item {
    padding: 0 1.25rem;
    height: 5.625rem;
    border-radius: 0.625rem;
  }
}

.form-main {
  padding-top: 3.125rem;
  position: relative;
  height: 41.875rem;
}

.form-main .title-section {
  color: #fff;
}

.form-main__text {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 124%;
  color: #fff;
}

.form-main__row {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.form-main__block {
  border-radius: 20px;
  padding: 1.875rem 2.25rem;
  max-width: 42.75rem;
  width: 100%;
  background: #fff;
}

.form-main__block .title-row {
  align-items: center;
}

.form-main__block-title {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 94%;
  letter-spacing: -0.04em;
  color: #3C3C3C;
}

.form-main__block form {
  margin-top: 2rem;
}

.form-main__block .input-wrap {
  margin-bottom: 0.625rem;
}

.form-main__block .input-wrap input {
  width: 100%;
  height: 4.25rem;
  padding-left: 1.25rem;
  background: #F7F8FC;
  border: none;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
}

.form-main__block .input-wrap input::placeholder {
  opacity: 1;
  color: #818287;
}

.form-main__block .checkbox-wrap {
  margin-bottom: 0.625rem;
}

.form-main__block .checkbox-wrap .wpcf7-list-item {
  margin: 0;
}

.form-main__block .checkbox-wrap label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #818287;
  cursor: pointer;
}

.form-main__block .checkbox-wrap label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  appearance: none;
}

.form-main__block .checkbox-wrap label::before {
  content: '';
  display: inline-block;
  border: 1px solid rgba(129, 130, 135, 0.6);
  border-radius: 6px;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s;
}

.form-main__block .checkbox-wrap label::after {
  content: '';
  display: none;
  position: absolute;
  left: 1px;
  width: 1.5rem;
  height: 1.5rem;
  background: url('/wp-content/themes/maverik/assets/css/../img/icon/check-icon.svg') no-repeat;
  background-size: contain;
}

.form-main__block .checkbox-wrap label a {
  color: #2DBBC4;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

.form-main__block .checkbox-wrap label:has(input:checked)::after {
  display: block;
}

.form-main__btn {
  margin-top: 1.5rem;
}

.form-main__btn input {
  cursor: pointer;
  border-radius: 100px;
  padding: 0rem 0.9375rem;
  width: 12rem;
  height: 3.75rem;
  background: #2DBBC4;
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #fff;
}

@media (max-width: 62rem) {
  .form-main {
    height: auto;
    padding-bottom: 3.125rem;
  }
  .form-main__row {
    flex-wrap: wrap;
  }
  .form-main__block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 47.9375rem) {
  .form-main {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .form-main__row {
    gap: 2rem;
  }
  .form-main__block {
    padding: 1.5rem;
  }
  .form-main__block .title-row {
    flex-wrap: wrap;
    gap: 1.375rem;
  }
  .form-main__block-title {
    order: 2;
    font-size: 1.125rem;
    letter-spacing: -0.06em;
  }
  .form-main__block-title br {
    display: none;
  }
  .form-main__block-ava {
    order: 1;
  }
  .form-main__block form {
    margin-top: 0.75rem;
  }
  .form-main__block .input-wrap input {
    border-radius: 10px;
    font-size: 14px;
    height: 3.75rem;
  }
  .form-main__btn input {
    width: 100%;
  }
}

.profes {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.profes-top {
  display: flex;
  justify-content: space-between;
}

.profes-top__col:first-child {
  width: 31.75rem;
}

.profes-top__col:first-child .profes-top__text {
  margin-top: 1.5rem;
}

.profes-top__col:last-child {
  width: 42.6875rem;
}

.profes-top__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  color: #7e8088;
}

.profes-top__text p {
  margin-bottom: 1.25rem;
}

.profes-top__text p:last-child {
  margin-bottom: 0;
}

.profes-row {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.5rem;
  overflow: visible;
}

.profes-row .swiper-wrapper {
  gap: 0.5rem;
}

.profes-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 33.33%;
  height: 24rem;
  border-radius: 20px;
  background: #f5f6f9;
}

.profes-item__top {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6rem;
  padding: 1.5rem 1.875rem 1.5rem 1.5rem;
}

.profes-item__num {
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #2DBBC4;
}

.profes-item__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: #3C3C3C;
}

.profes-item__img {
  width: 100%;
  height: 17.25rem;
}

.profes-item__img img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
  object-fit: cover;
}

.profes-bottom {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  display: flex;
  gap: 0.625rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.profes-bottom__item {
  width: 33.33%;
}

.profes-bottom__item-top {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.profes-bottom__item-top svg {
  min-width: 1.875rem;
}

.profes-bottom__item-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #3C3C3C;
}

.profes-bottom__item-text {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 160%;
  color: #7e8088;
}

.profes-bottom__item-text p {
  margin-bottom: 1.25rem;
}

.profes-bottom__item-text p:last-child {
  margin-bottom: 0;
}

.profes.profes-page {
  padding: 3.75rem 0;
}

.profes.profes-page .profes-row {
  margin-top: 3.75rem;
}

.profes.profes-page .title-row {
  align-items: center;
}

.profes.profes-page .profes-item {
  width: 25%;
  height: auto;
}

.profes.profes-page .profes-item:hover .profes-item__text {
  color: #2DBBC4;
  transition: all ease .3;
}

.profes.profes-page .profes-item__img img {
  margin: 0;
}

.profes.profes-page .profes-item__text {
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: 500;
  transition: all ease .3;
}

@media (max-width: 62rem) {
  .profes {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .profes-top {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .profes-row {
    margin-top: 1.875rem;
    overflow: hidden;
  }
  .profes-row .swiper-wrapper {
    gap: 0;
    padding-bottom: 1.375rem;
  }
  .profes-row .swiper-pagination {
    bottom: 0;
  }
  .profes-bottom {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .profes-bottom__item {
    width: calc(50% - 0.625rem);
  }
}

@media (max-width: 47.9375rem) {
  .profes {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .profes-item {
    height: 19.625rem;
  }
  .profes-item__img {
    height: 12.3125rem;
  }
  .profes-item__top {
    height: 7.25rem;
    padding: 1.5rem 0.75rem;
  }
  .profes-bottom {
    padding-top: 0;
    margin-top: 1.875rem;
    gap: 1.875rem;
    border: none;
  }
  .profes-bottom__item {
    width: 100%;
  }
  .profes-bottom__item-title {
    font-size: 1.375rem;
    line-height: 118%;
    letter-spacing: -0.05em;
  }
  .profes.profes-page .profes-row {
    margin-top: 2.5rem;
  }
}

.portfolio {
  padding: 5rem 0;
  background: linear-gradient(180deg, #142d56 0%, #151a40 100%);
}

.portfolio .title-section {
  color: #FFFFFF;
}

.portfolio-row {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

.portfolio-col {
  width: 27.5rem;
}

.portfolio-col__title {
  margin-top: 2.875rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.portfolio-col__text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio-col__text p {
  margin-bottom: 1.25rem;
}

.portfolio-col__text p:last-child {
  margin-bottom: 0;
}

.portfolio-col .btn {
  margin-top: 2.875rem;
}

.portfolio-content {
  width: 56.25rem;
}

.portfolio-content .pagination-wrap {
  justify-content: flex-end;
}

.portfolio-content__wrap {
  margin-top: 1.5rem;
}

.portfolio-content__item {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.25rem;
}

.portfolio-content__item:last-child {
  margin-bottom: 0;
}

.portfolio-content__slider {
  border-radius: 8px;
  width: 34.5625rem;
  height: 19.5rem;
}

.portfolio-content__slider img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
}

.portfolio-content__slider-arrows {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  gap: 0.25rem;
}

.portfolio-content__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 1.9375rem 1.5rem 2rem;
  width: 20.9375rem;
  height: 19.5rem;
  background: #fff;
}

.portfolio-content__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #3C3C3C;
}

.portfolio-content__tags {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #3C3C3C;
  opacity: .5;
}

.portfolio-content__text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #3C3C3C;
}

.portfolio-sort {
  margin-top: 6rem;
}

.portfolio-sort__top {
  padding-bottom: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1.50px solid #e0e2e4;
}

.portfolio-sort .filter-reset {
  margin-left: auto;
  background: transparent;
  border: 1px solid #e0e2e4;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  height: 3.125rem;
  color: #3C3C3C;
  opacity: 0.5;
}

.portfolio-sort .filter-year {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 5.875rem;
  height: 3.125rem;
  border-radius: 100px;
  border: 1px solid #e0e2e4;
  font-weight: 400;
  font-size: 1rem;
  line-height: 156%;
  color: #3C3C3C;
  transition: all ease .3s;
}

.portfolio-sort .filter-year svg {
  transition: all ease .3s;
}

.portfolio-sort .filter-year.active {
  background: #2DBBC4;
  transition: all ease .3s;
  border: 1px solid #2DBBC4;
  color: #fff;
}

.portfolio-sort .filter-year.active svg {
  transform: scale(-1);
  transition: all ease .3s;
}

.portfolio-sort .filter-year.active svg path {
  fill: #fff;
}

.portfolio-sort select {
  height: 3.125rem;
  border: 1px solid #e0e2e4;
  border-radius: 100px;
  padding: 0.6875rem 2.875rem 0.6875rem 1.4375rem;
  background: transparent;
  appearance: none;
  background: url('/wp-content/themes/maverik/assets/css/../img/icon/select-arrow.svg') no-repeat;
  background-position: 90% center;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 1rem;
}

.portfolio-sort option {
  background-color: transparent;
  color: #333;
  padding: 10px;
  /* Сработает не везде */
}

.portfolio-sort__bottom {
  display: none;
  padding-top: 1.5rem;
}

.portfolio-sort__bottom .years-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.portfolio-sort__bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e2e4;
  border-radius: 20px;
  padding: 0.6875rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 89%;
  color: #3C3C3C;
}

.portfolio-wrap {
  padding-top: 9.375rem;
}

.portfolio-item {
  margin-bottom: 7.5rem;
}

.portfolio-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-item__row {
  margin-top: 3.25rem;
  position: relative;
  padding-left: 6rem;
}

.portfolio-item .swiper-button-prev, .portfolio-item .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  background: #202020;
}

.portfolio-item .swiper-button-prev svg, .portfolio-item .swiper-button-next svg {
  width: 0.875rem;
  height: auto;
}

.portfolio-item__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 20px;
}

.portfolio-item__slider .el {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1.875rem;
  padding-bottom: 1.5625rem;
  height: 28.125rem;
  opacity: .6;
}

.portfolio-item__slider .el.swiper-slide-active {
  opacity: 1;
}

.portfolio-item__slider .el img {
  border-radius: 20px;
}

.portfolio-item__content-title {
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 92%;
  letter-spacing: -0.04em;
  color: #fff;
}

.portfolio-item__content-text {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 105%;
  color: #fff;
}

.portfolio-item .swiper-pagination {
  display: none;
}

.portfolio-single .title-row {
  margin-top: 1.875rem;
}

.portfolio-single .title-row .btn {
  padding: 0 1.625rem;
  height: 4rem;
}

.portfolio-single .portfolio-row {
  margin-top: 2.375rem;
  gap: 3rem;
  align-items: flex-start;
}

.portfolio-single .portfolio-col {
  min-width: 28.5625rem;
  width: 28.5625rem;
}

.portfolio-single .portfolio-type {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-decoration: underline;
  color: #3C3C3C;
}

.portfolio-single .portfolio-name {
  font-weight: 500;
  font-size: 2.5625rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}

.portfolio-single .portfolio-sort {
  margin-top: 1.875rem;
  display: flex;
  gap: 0.375rem;
}

.portfolio-single .portfolio-sort a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e2e4;
  border-radius: 20px;
  padding: 0.6875rem 1.25rem;
  height: 2.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  color: #3C3C3C;
}

.portfolio-single .portfolio-text p {
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 131%;
  letter-spacing: -0.05em;
  color: #3C3C3C;
}

.portfolio-single .portfolio-text p a {
  color: #2DBBC4;
  font-size: 1rem;
}

.portfolio-single .portfolio-text ul {
  margin-top: 1.25rem;
  margin-left: 15px;
  list-style: disc;
  color: #3C3C3C;
}

.portfolio-single .portfolio-text ol {
  margin-top: 1.25rem;
  margin-left: 15px;
  list-style: decimal;
  color: #3C3C3C;
}

.portfolio-single .portfolio-text li {
  margin-bottom: 1rem;
  line-height: 131%;
}

.portfolio-single .portfolio-text li:last-child {
  margin-bottom: 0;
}

.portfolio-single .portfolio-tags {
  margin-top: 2.75rem;
}

.portfolio-single .portfolio-tags a {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 121%;
  letter-spacing: -0.05em;
  color: #3C3C3C;
  opacity: .5;
}

.portfolio-single .portfolio-tags a:last-child {
  margin-bottom: 0;
}

.portfolio-single__image {
  width: 54.375rem;
  overflow: hidden;
  position: sticky;
  top: 145px;
}

.portfolio-single__wrap {
  position: relative;
  width: 100%;
}

.portfolio-single__wrap .swiper-button-prev, .portfolio-single__wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  background: #202020;
}

.portfolio-single__wrap .swiper-button-prev svg, .portfolio-single__wrap .swiper-button-next svg {
  width: 0.875rem;
  height: auto;
}

.portfolio-single__slider {
  width: 100%;
  height: 42.4375rem;
}

.portfolio-single__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.portfolio-single__slider-thumb {
  width: 100%;
}

.portfolio-single__slider-thumb .swiper-slide {
  margin-top: 1.125rem;
  border-radius: 8px;
  height: 5.6875rem;
}

.portfolio-single__slider-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.portfolio-single .swiper-pagination {
  display: none;
}

@media (max-width: 62rem) {
  .portfolio {
    padding: 3.75rem 0;
  }
  .portfolio-row {
    flex-wrap: wrap;
  }
  .portfolio-col {
    width: 100%;
  }
  .portfolio-col .btn {
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  .portfolio-content .pagination-wrap {
    order: 2;
    justify-content: center;
  }
  .portfolio-content__title {
    font-size: 1.375rem;
    line-height: 118%;
  }
  .portfolio-col__title {
    margin-top: 1.875rem;
    font-weight: 400;
    font-size: 1.25rem;
  }
  .portfolio-wrap {
    padding-top: 5rem;
  }
  .portfolio-single__image {
    position: static;
    order: 1;
    width: 100%;
    overflow: visible;
  }
  .portfolio-single__slider img {
    height: auto;
  }
  .portfolio-single .portfolio-col {
    order: 2;
    width: 100%;
    padding-top: 0;
    min-width: unset;
  }
  .portfolio-single__slider-thumb {
    display: none;
  }
  .portfolio-single__wrap .swiper-button-prev, .portfolio-single__wrap .swiper-button-next {
    display: none;
  }
  .portfolio-single__slider {
    height: auto;
  }
  .portfolio-single .swiper-pagination {
    display: block;
    bottom: -30px;
  }
}

@media (max-width: 47.9375rem) {
  .portfolio-col__text {
    font-size: 0.75rem;
    line-height: 140%;
  }
  .portfolio-col .btn {
    margin-top: 1.875rem;
    width: 100%;
  }
  .portfolio-content__item {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .portfolio-content__wrap {
    margin-top: 0;
  }
  .portfolio-content__slider {
    width: 100%;
  }
  .portfolio-content__block {
    width: 100%;
    height: 13.5rem;
  }
  .portfolio .pagination-link {
    display: none;
  }
  .portfolio-item .swiper-button-prev, .portfolio-item .swiper-button-next {
    display: none;
  }
  .portfolio-item__row {
    padding-left: 0;
  }
  .portfolio-item__slider .el {
    height: 15.3125rem;
    padding: 1.25rem;
  }
  .portfolio-item__content-title {
    font-size: 0.8125rem;
    line-height: 125%;
  }
  .portfolio-item__content-text {
    margin-top: 0;
    font-size: 0.8125rem;
    line-height: 125%;
  }
  .portfolio-item {
    padding-bottom: 8.125rem;
    position: relative;
    margin-bottom: 1.875rem;
  }
  .portfolio-item__link {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .portfolio-item .swiper-pagination {
    display: block;
    bottom: -1.875rem;
  }
  .portfolio-wrap {
    padding-top: 4rem;
  }
  .portfolio-item__row {
    margin-top: 1.25rem;
  }
  .portfolio-sort {
    margin-top: 1.5rem;
  }
  .portfolio-sort__top {
    flex-wrap: wrap;
  }
  .portfolio-sort .filter-reset {
    width: 100%;
  }
  .portfolio-sort .filter-theme {
    width: 100%;
  }
  .portfolio-sort .filter-theme select {
    width: 100%;
    text-align: center;
  }
  .portfolio-sort .filter-type {
    width: calc(70% - 12px);
  }
  .portfolio-sort .filter-type select {
    width: 100%;
    text-align: center;
  }
  .portfolio-sort .filter-year {
    width: 30%;
  }
  .portfolio-single .title-row .btn {
    display: none;
  }
  .portfolio-single .portfolio-row {
    margin-top: 1.5rem;
    gap: 4.25rem;
  }
  .portfolio-single .portfolio-type {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.05em;
  }
  .portfolio-single .portfolio-name {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: -0.06em;
  }
  .portfolio-single .portfolio-text p {
    margin-top: 1.75rem;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: -0.05em;
  }
  .portfolio-single .portfolio-tags {
    margin-top: 2.75rem;
  }
  .portfolio-single .portfolio-tags a {
    font-size: 1rem;
    line-height: 131%;
  }
}

.feedback {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.feedback .title-row {
  align-items: center;
}

.feedback-slider {
  margin-top: 2.375rem;
}

.feedback-slider__arrows {
  display: flex;
  gap: 0.25rem;
}

.feedback-slider__item {
  border-radius: 20px;
  padding: 2.5rem;
  background: #F7F8FC;
}

.feedback-slider__item-top {
  display: flex;
  justify-content: space-between;
}

.feedback-slider__item-top .col:first-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.feedback-slider__item-top .col:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.feedback-slider__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.feedback-slider__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.feedback-slider__item-ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #3C3C3C;
}

.feedback-slider__item-name {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 105%;
  letter-spacing: -0.08em;
  color: #3C3C3C;
}

.feedback-slider__item-stars {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3125rem;
}

.feedback-slider__item-date {
  margin-top: 0.875rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 138%;
}

.feedback-slider__item-text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 154%;
  letter-spacing: -0.06em;
  color: #3C3C3C;
}

.feedback-slider .swiper-pagination {
  display: none;
}

@media (max-width: 62rem) {
  .feedback {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .feedback-slider__item {
    padding: 1.25rem;
  }
}

@media (max-width: 47.9375rem) {
  .feedback {
    padding-bottom: 1.25rem;
  }
  .feedback-slider__arrows {
    display: none;
  }
  .feedback-slider__item-top {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .feedback-slider__item-top .col:last-child {
    align-items: flex-start;
  }
  .feedback-slider__item-name {
    font-size: 1.375rem;
    line-height: 118%;
  }
  .feedback-slider {
    padding-bottom: 2.5rem;
  }
  .feedback-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}

.why {
  display: flex;
  gap: 3rem;
  max-width: calc(90rem - 3rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.25rem;
  padding-bottom: 3.125rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #142d56 0%, #151a40 100%);
}

.why-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 50%;
}

.why-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 0.75rem);
  height: 13rem;
  border-radius: 20px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
}

.why-item__title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 118%;
  letter-spacing: -0.05em;
  color: #F4F5FD;
}

.why-item__text {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 124%;
  color: rgba(255, 255, 255, 0.6);
}

.why-content {
  width: 50%;
  padding-top: 1.5rem;
}

.why-text p {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
}

.why .title-section {
  color: #fff;
}

.why.short {
  margin: 2rem 0;
  display: block;
  padding-bottom: 2.25rem;
}

.why.short .title-section {
  margin-top: 0;
  text-align: center;
  font-size: 2.5625rem;
}

.why.short .why-block {
  margin-top: 2.5rem;
  width: 100%;
  flex-wrap: nowrap;
}

.why.short .why-item {
  width: 25%;
}

@media (max-width: 62rem) {
  .why {
    border-radius: 0;
    padding: 3.75rem 1rem;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
  .why-block {
    order: 2;
    width: 100%;
  }
  .why-content {
    padding-top: 0;
    width: 100%;
  }
  .why.short {
    border-radius: 20px;
  }
  .why.short .why-block {
    flex-wrap: wrap;
  }
  .why.short .why-item {
    width: calc(50% - 0.75rem);
  }
  .why.short .title-section {
    font-size: 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .why-text p {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 140%;
  }
  .why-block {
    gap: 0.75rem;
  }
  .why-item {
    width: 100%;
    height: auto;
    gap: 2rem;
  }
  .why.short {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .why.short .why-item {
    width: 100%;
    height: 10rem;
  }
  .why.short .title-section {
    font-size: 1.375rem;
    line-height: 118%;
  }
}

.faq {
  padding-top: 7.5rem;
}

.faq .title-row {
  align-items: center;
}

.faq-row {
  margin-top: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
}

.faq-item {
  margin-top: -0.75rem;
  width: calc(50% - 0.75rem);
  border-radius: 32px;
  padding: 1.5rem 2rem;
  background: #F7F8FC;
}

.faq-item.active .faq-item__arrow {
  transform: scale(-1);
  transition: all ease .3s;
}

.faq-item__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.faq-item__title {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 103%;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}

.faq-item__arrow {
  transition: all ease .3s;
}

.faq-item__content {
  display: none;
  margin-top: 1.5rem;
}

.faq-item__content p {
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
}

.faq-item__content p:last-child {
  margin-bottom: 0;
}

.faq-item__content ul {
  list-style: disc;
  margin-left: 15px;
}

.faq-item__content ul li {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
}

.faq-item__content ul li:last-child {
  margin-bottom: 0;
}

.faq-item__content ol {
  list-style: decimal;
  margin-left: 15px;
}

.faq-item__content ol li {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
}

.faq-item__content ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 62rem) {
  .faq {
    padding-top: 5rem;
  }
  .faq-item {
    padding: 1.5rem 0.75rem;
    border-radius: 20px;
  }
  .faq-item__title {
    font-size: 1rem;
    line-height: 138%;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 47.9375rem) {
  .faq-row {
    gap: 0.75rem;
  }
  .faq-item {
    margin-top: 0;
    width: 100%;
  }
}

.blog-sort {
  margin-top: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-sort__select select {
  height: 3.125rem;
  border: 1px solid #e0e2e4;
  border-radius: 100px;
  padding: 0.6875rem 2.875rem 0.6875rem 1.4375rem;
  background: transparent;
  appearance: none;
  background: url('/wp-content/themes/maverik/assets/css/../img/icon/select-arrow.svg') no-repeat;
  background-position: 90% center;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 1rem;
}

.blog-sort__select option {
  background-color: transparent;
  color: #333;
  padding: 10px;
  /* Сработает не везде */
}

.blog-sort__reset {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 122%;
  letter-spacing: 0.02em;
  color: #3C3C3C;
  opacity: .5;
  transition: all ease .3s;
}

.blog-sort__reset:hover {
  color: #2DBBC4;
  transition: all ease .3s;
}

.blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 1.875rem;
}

.blog-item {
  margin-top: 1.5rem;
  position: relative;
  width: calc(33.33% - 1rem);
}

.blog-item:hover .blog-item__img img {
  transform: scale(1.1);
  transition: all ease .7s;
}

.blog-item:hover .blog-item__title {
  color: #2DBBC4;
  transition: all ease .3s;
}

.blog-item__img {
  width: 100%;
  height: 14.5rem;
  border-radius: 20px;
  overflow: hidden;
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all ease .5s;
}

.blog-item__date {
  top: 1.5rem;
  left: 1.5rem;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem;
  height: 2.8125rem;
  border-radius: 100px;
  backdrop-filter: blur(10.4px);
  background: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 133%;
  color: #3C3C3C;
}

.blog-item__title {
  margin-top: 0.875rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  color: #3C3C3C;
  transition: all ease .3s;
}

.blog-item__text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #3C3C3C;
  opacity: 0.5;
}

.blog-single {
  margin-top: 2.375rem;
  padding-bottom: 7.5rem;
  padding-top: 2rem;
  background: #F7F8FC;
}

.blog-single__wrap {
  border-radius: 24px;
  padding: 1.875rem 2.125rem 2.125rem;
  width: 68.1875rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
}

.blog-single__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-single__date {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 140%;
  color: #3C3C3C;
}

.blog-single__share {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: #3C3C3C;
}

.blog-single__content {
  margin-top: 2.75rem;
  /* --- Основной контейнер аккордеона --- */
  /* Эффект при наведении на весь блок */
  /* --- Стили для шапки аккордеона (Summary) --- */
  /* Убираем стандартный треугольник в Safari */
  /* Стилизация заголовка внутри summary */
  /* --- Кастомная иконка (+), которая будет вращаться --- */
  /* --- Состояние ОТКРЫТОГО аккордеона --- */
  /* Превращаем плюс в крестик */
  /* --- Контент внутри аккордеона (текст) --- */
  /* Анимация появления контента */
}

.blog-single__content h1 {
  font-size: 2.25rem;
  line-height: 140%;
}

.blog-single__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 140%;
}

.blog-single__content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
}

.blog-single__content img {
  margin-top: 3.75rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-single__content p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #3C3C3C;
}

.blog-single__content ul {
  margin-top: 1.125rem;
  list-style: disc;
  margin-left: 0.9375rem;
}

.blog-single__content ul li {
  margin-bottom: 0.75rem;
  line-height: 120%;
}

.blog-single__content ul li:last-child {
  margin-bottom: 0;
}

.blog-single__content ol {
  margin-top: 1.125rem;
  list-style: decimal;
  margin-left: 0.9375rem;
}

.blog-single__content ol li {
  margin-bottom: 0.75rem;
  line-height: 120%;
}

.blog-single__content ol li:last-child {
  margin-bottom: 0;
}

.blog-single__content details {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-single__content details:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-color: #2DBBC4;
}

.blog-single__content summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  /* Убираем стандартный маркер */
  outline: none;
  /* Убираем обводку при клике */
}

.blog-single__content summary::-webkit-details-marker {
  display: none;
}

.blog-single__content summary h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  padding-right: 20px;
  /* Отступ от крестика/стрелки */
}

.blog-single__content summary::after {
  content: '+';
  font-size: 28px;
  font-weight: 300;
  color: #2DBBC4;
  /* Твой фирменный цвет */
  line-height: 1;
  transition: transform 0.3s ease;
  /* Плавная анимация поворота */
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-single__content details[open] summary::after {
  transform: rotate(45deg);
}

.blog-single__content details p {
  margin: 15px 0 0 0;
  color: #666666;
  line-height: 1.6;
  font-size: 16px;
  /* Плавное появление текста */
  animation: fadeInDown 0.4s ease-in-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 6rem;
}

.blog-single__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 1rem;
  height: 2.875rem;
  background: #F7F8FC;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 133%;
  color: #3C3C3C;
  transition: all ease .3s;
}

.blog-single__tags a:hover {
  transition: all ease .3s;
  color: #fff;
  background: #2DBBC4;
}

.page-blog .title-row {
  margin-top: 0.625rem;
}

.page-blog .title-row .btn {
  padding: 0 1.5rem;
}

.page-blog .page-title {
  margin-top: 0;
}

@media (max-width: 62rem) {
  .blog-item {
    width: calc(50% - 0.75rem);
  }
  .blog-single__wrap {
    width: calc(100% - 2rem);
  }
  .blog-single__share {
    display: flex;
  }
}

@media (max-width: 47.9375rem) {
  .blog-row {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .blog-item {
    margin-top: 0;
    width: 100%;
  }
  .page-blog .title-row {
    margin-top: 1.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
    text-align: left;
  }
  .page-blog .page-title {
    width: 100%;
  }
  .page-blog .title-row .btn {
    width: 100%;
    height: 3.75rem;
  }
  .blog-sort__reset {
    font-size: 1rem;
  }
  .blog-single__wrap {
    padding: 1.5rem;
  }
  .blog-single__content h1 {
    font-size: 1.5rem;
  }
  .blog-single__content h2 {
    font-weight: 400;
    font-size: 1rem;
  }
  .blog-single__content img {
    margin-top: 1.875rem;
  }
  .blog-single__content p {
    font-size: 1rem;
    line-height: 158%;
  }
  .blog-single__tags {
    margin-top: 1.5rem;
  }
  .blog-single {
    padding-bottom: 2.125rem;
  }
}

.contact-wrap {
  margin-top: 2.625rem;
}

.contact-item {
  display: flex;
  margin-bottom: 4rem;
  gap: 1rem;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item__title {
  min-width: 20.75rem;
  width: 20.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 133%;
  color: #3C3C3C;
}

.contact-item .col {
  width: 100%;
}

.contact-item a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 133%;
  color: #3C3C3C;
}

.contact-item p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #3C3C3C;
}

.contact-item h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 133%;
  color: #3C3C3C;
}

.contact-item .map {
  border-radius: 20px;
  margin-top: 1.25rem;
  width: 100%;
  height: 20.375rem;
  overflow: hidden;
}

.contact-item .map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 62rem) {
  .contact-item__title {
    min-width: 15.625rem;
    width: 15.625rem;
  }
}

@media (max-width: 47.9375rem) {
  .contact-item {
    margin-bottom: 2.375rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .contact-item__title {
    width: 100%;
    font-size: 1.25rem;
    line-height: 160%;
  }
  .contact-item a {
    font-size: 1.25rem;
    line-height: 160%;
  }
  .contact-item p {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
  }
  .contact-item .map {
    height: 25rem;
  }
  .contact-item h3 {
    font-size: 1.25rem;
    line-height: 160%;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.team-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.team-photo img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  /* Сделать круглым как на макетах */
  margin-bottom: 15px;
}

.team-name {
  margin: 0 0 5px 0;
  font-size: 20px;
}

.team-position {
  color: #888;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.team-description {
  font-size: 15px;
  line-height: 1.6;
}

.footer {
  position: relative;
  margin-top: 5.875rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #152B54;
}

.footer-vector {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.footer-top {
  display: flex;
}

.footer-top__col {
  display: flex;
}

.footer-menu {
  display: flex;
  gap: 5.25rem;
}

.footer-menu__title {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 150%;
  color: #fff;
  opacity: .4;
}

.footer-menu ul li {
  margin-bottom: 0.375rem;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu ul a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: #fff;
  transition: all ease .3s;
}

.footer-menu ul a:hover {
  color: #2DBBC4;
  transition: all ease .3s;
}

.footer-phone a {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: #fff;
  opacity: .8;
  transition: all ease .3s;
}

.footer-phone a:hover {
  color: #2DBBC4;
  transition: all ease .3s;
}

.footer-email {
  margin-left: 6rem;
}

.footer-email a {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: #fff;
  opacity: .8;
  transition: all ease .3s;
}

.footer-email a:hover {
  color: #2DBBC4;
  transition: all ease .3s;
}

.footer-btn {
  margin-left: auto;
}

.footer-medium__row {
  display: flex;
}

.footer-social.chat {
  margin-left: 6rem;
}

.footer-social ul {
  display: flex;
  gap: 0.625rem;
}

.footer-social ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all ease .3s;
}

.footer-social ul a:hover {
  background: #2DBBC4;
  transition: all ease .3s;
}

.footer-location {
  margin-top: 4rem;
}

.footer-location p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: #fff;
  opacity: .8;
}

.footer-bottom {
  margin-top: 12rem;
  display: flex;
  align-items: center;
}

.footer-bottom .col-right {
  display: flex;
  align-items: center;
}

.footer-bottom a, .footer-bottom p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 130%;
  color: #fff;
  opacity: .4;
}

.footer-bottom a {
  transition: all ease .3s;
}

.footer-bottom a:hover {
  color: #2DBBC4;
  transition: all ease .3s;
  opacity: 1;
}

.footer-bottom .current-lang a {
  color: #fff;
  opacity: 1;
}

.footer-lang {
  margin-left: auto;
}

.footer-lang ul {
  display: flex;
  gap: 2rem;
}

.footer .col-right {
  max-width: 47rem;
  width: 100%;
  margin-left: auto;
}

@media (max-width: 62rem) {
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-medium {
    margin-top: 1.875rem;
  }
  .footer .col-right {
    margin-left: 0;
    max-width: 100%;
  }
  .footer-top__col {
    order: 1;
    align-items: center;
  }
  .footer-menu {
    margin-top: 1.875rem;
    order: 2;
  }
  .footer-bottom {
    margin-top: 1.875rem;
    justify-content: space-between;
  }
  .footer-lang {
    margin-left: 0;
  }
  .footer-bottom a {
    white-space: nowrap;
  }
  .footer .col-right {
    width: max-content;
    gap: 1.875rem;
  }
  .footer-phone a {
    white-space: nowrap;
  }
  .footer-email a {
    white-space: nowrap;
  }
}

@media (max-width: 47.9375rem) {
  .footer {
    margin-top: 3.75rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .footer-vector {
    display: none;
  }
  .footer-menu {
    flex-wrap: wrap;
  }
  .footer-menu__col {
    width: 100%;
  }
  .footer-top__col {
    flex-wrap: wrap;
  }
  .footer-btn {
    margin-top: 1.25rem;
    margin-left: 0;
    width: 100%;
  }
  .footer-email {
    margin-top: 0.75rem;
    margin-left: 0;
    width: 100%;
  }
  .footer-email .footer-menu__title {
    display: none;
  }
  .footer .col-right {
    gap: 0;
  }
  .footer-menu {
    gap: 1.5rem;
  }
  .footer-social ul a {
    width: 2.625rem;
    height: 2.625rem;
  }
  .footer-social.chat {
    margin-left: 1.375rem;
  }
  .footer-location {
    margin-top: 1.875rem;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom .col-right {
    margin-top: 0.75rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}

.modal {
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.modal-search {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.modal-search.active {
  opacity: 1;
  visibility: visible;
}

.modal-search__wrap {
  position: absolute;
  max-width: 600px;
  width: 100%;
}

.modal-search__wrap input {
  height: 3rem;
}

.modal-search__wrap .searchwp-live-search-results-showing {
  margin-top: 20px;
}

.modal-search__close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.active .modal-wrap {
  transform: translateY(0);
  transition: all ease .5s;
}

.modal-wrap {
  padding: 2.5rem;
  position: absolute;
  max-width: 37.5rem;
  width: 100%;
  background: #fff;
  transform: translateY(20%);
  transition: all ease .5s;
  border-radius: 20px;
}

.modal-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 94%;
  letter-spacing: -0.04em;
  color: #3C3C3C;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
}

.modal-form {
  margin-top: 1.25rem;
}

.modal .input-wrap {
  margin-bottom: 0.625rem;
}

.modal .input-wrap input {
  width: 100%;
  height: 4.25rem;
  padding-left: 1.25rem;
  background: #F7F8FC;
  border: none;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
}

.modal .checkbox-wrap {
  margin-bottom: 0.625rem;
}

.modal .checkbox-wrap .wpcf7-list-item {
  margin: 0;
}

.modal .checkbox-wrap label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #818287;
  cursor: pointer;
}

.modal .checkbox-wrap label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  appearance: none;
}

.modal .checkbox-wrap label::before {
  content: '';
  display: inline-block;
  border: 1px solid rgba(129, 130, 135, 0.6);
  border-radius: 6px;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s;
}

.modal .checkbox-wrap label::after {
  content: '';
  display: none;
  position: absolute;
  left: 1px;
  width: 1.5rem;
  height: 1.5rem;
  background: url('/wp-content/themes/maverik/assets/css/../img/icon/check-icon.svg') no-repeat;
  background-size: contain;
}

.modal .checkbox-wrap label a {
  color: #2DBBC4;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

.modal .checkbox-wrap label:has(input:checked)::after {
  display: block;
}

.modal .form-main__btn {
  position: relative;
  display: flex;
  justify-content: center;
}

.modal .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

@media (max-width: 48rem) {
  .modal-wrap {
    padding: 1.5rem;
    padding-top: 2.375rem;
    width: 90%;
  }
  .modal .input-wrap input {
    height: 2.875rem;
    border-radius: 10px;
  }
  .modal-search__wrap {
    width: 90%;
  }
  .modal-search__close {
    top: -3.125rem;
    right: 0;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

input,
textarea,
button,
select {
  font-family: "Montserrat", sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding-top: 10.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-width: 360px;
  background: #fff;
  color: #7B8487;
  margin-bottom: 0 !important;
}

body.hidden {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 62rem) {
  body {
    padding-top: 0;
  }
}

@media (max-width: 47.9375rem) {
  body {
    padding-top: 5rem;
  }
}

body::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

body::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

body::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}
/*# sourceMappingURL=main.css.map */