@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;
}

/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут 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;
}

:where(address[class]) {
  font-style: normal;
}

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

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

/**
  Упрощаем работу с изображениями и видео
 */
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

/**
  Плавный скролл
 */
html,
:has(:target) {
  scroll-behavior: smooth;
}

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

/**
  Нормализация высоты элемента ссылки при его инспектировании в DevTools
 */
a:where([class]) {
  display: inline-flex;
}

/**
  Курсор-рука при наведении на элемент
 */
button,
label {
  cursor: pointer;
}

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

[stroke] {
  stroke: currentColor;
}

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

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Light.woff2") format("woff2"), url("../font/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Black.woff2") format("woff2"), url("../font/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-BlackIt.woff2") format("woff2"), url("../font/ProximaNova-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-ExtrabldIt.woff2") format("woff2"), url("../font/ProximaNova-ExtrabldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Bold.woff2") format("woff2"), url("../font/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Regular.woff2") format("woff2"), url("../font/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-BoldIt.woff2") format("woff2"), url("../font/ProximaNova-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-LightIt.woff2") format("woff2"), url("../font/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Extrabld.woff2") format("woff2"), url("../font/ProximaNova-Extrabld.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-RegularIt.woff2") format("woff2"), url("../font/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-ThinIt.woff2") format("woff2"), url("../font/ProximaNova-ThinIt.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../font/ProximaNova-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNovaT-Thin.woff2") format("woff2"), url("../font/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Semibold.woff2") format("woff2"), url("../font/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Proxima Nova";
  --second-family: "Inter", sans-serif;
  --blue: #1D94FC;
  --p: #FF2283;
  --darkblue-type: #02033B;
  --dark-type: #1F1313;
  --radius: 22px;
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

.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 (width <= 47.99875rem) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (width > 47.99875rem) {
  .visible-mobile {
    display: none !important;
  }
}

.full-vw-line {
  position: relative;
}
.full-vw-line::before, .full-vw-line::after {
  position: absolute;
  width: calc((var(--100vw) - var(--container-width)) / 2);
  height: 0.0625rem;
  background-color: var(--color-dark-15);
}
.full-vw-line--top::before {
  content: "";
  bottom: 100%;
}
.full-vw-line--bottom::after {
  content: "";
  top: 100%;
}
.full-vw-line--left::before, .full-vw-line--left::after {
  right: 100%;
}
.full-vw-line--right::before, .full-vw-line--right::after {
  left: 100%;
}

.circle-icon {
  --circleSize: 3.25rem;
  --circleMarginLeft: 1.25rem;
  position: relative;
  min-height: var(--circleSize);
  padding-right: calc(var(--circleSize) + var(--circleMarginLeft));
}
@media (width <= 90.06125rem) {
  .circle-icon {
    --circleSize: 2.75rem;
    --circleMarginLeft: 0.875rem;
  }
}
@media (width <= 47.99875rem) {
  .circle-icon {
    --circleSize: 2.5rem;
  }
}
.circle-icon::after {
  width: var(--circleSize);
  height: var(--circleSize);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  right: 0;
  background: url("../../icons/arrow-top-right_black.svg") center no-repeat var(--color-accent);
  border-radius: 50%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  font-family: var(--font-family);
}

h1 {
  line-height: 1.03;
  font-size: 6.6875rem;
  font-weight: 700;
}

.container {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (width <= 90.06125rem) {
  .container {
    max-width: 90%;
  }
}
@media (width <= 47.99875rem) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

h2 {
  font-size: 3.25rem;
  line-height: 0.63;
}

a {
  color: var(--dark-type);
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}

.btn {
  background: var(--blue);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF !important;
  display: table;
  padding: 16px 32px;
  border-radius: 0.3125rem;
}
.btn:hover {
  background: #1c74c1;
  transition: 0.5s ease;
  opacity: 1;
}

.header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (width <= 90.06125rem) {
  .header {
    background-position: center center !important;
  }
}
@media (width <= 63.99875rem) {
  .header {
    height: 100vh;
    background-position: -650px top !important;
  }
}
.header.is_home_page {
  background: #F3F8FF !important;
  height: auto;
  padding-bottom: 22px;
}
.header.is_home_page::after {
  display: none;
}
.header.is_home_page .header__top .header__top-nav .mobile_btn span {
  background: var(--darkblue-type) !important;
}
.header.is_home_page .header__top .header__top-nav ul li a {
  color: var(--darkblue-type) !important;
}
.header.is_home_page .header__top .header__top-nav ul li:has(ul)::after {
  background: url(../../img/arrow-dark.png) center center no-repeat;
}
.header.is_home_page + .blog {
  padding: 75px 0;
}
.header.header__ather {
  background: unset !important;
  height: auto;
  overflow: unset !important;
  margin-bottom: 52px;
}
@media (width <= 47.99875rem) {
  .header.header__ather {
    margin-bottom: 0;
  }
}
.header.header__ather::after {
  background: #F3F8FF !important;
  height: 100vh !important;
}
@media (width <= 63.99875rem) {
  .header.header__ather::after {
    height: 100vh;
  }
}
.header.header__ather.active .header__top .header__top-nav .mobile_btn span {
  background: #FFF !important;
}
.header.header__ather .header__top .header__top-nav .mobile_btn span {
  background: var(--darkblue-type) !important;
}
.header.header__ather .header__top .header__top-nav ul li a {
  color: var(--darkblue-type) !important;
}
.header.header__ather .header__top .header__top-nav ul li a::after {
  content: "";
  width: 16px;
  height: 7px;
  background: url(../../img/arrow-dark.png) center center no-repeat !important;
}
@media (width <= 63.99875rem) {
  .header.header__ather .header__top .header__top-nav ul li a {
    color: #FFF !important;
  }
}
.header.header__ather .header__top .header__top-nav ul li:has(ul)::after {
  background: url(../../img/arrow-dark.png) center center no-repeat;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.header > * {
  position: relative;
  z-index: 2;
}
.header__top {
  padding-top: 22px;
  z-index: 3;
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top .logo {
  position: relative;
  z-index: 4;
  max-width: 99px;
  width: 100%;
  height: 91px;
}
@media (width <= 47.99875rem) {
  .header__top .logo {
    width: 17%;
  }
}
.header__top .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header__top .btn {
  position: relative;
  z-index: 4;
}
.header__top-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -0.3212809917rem + 6.4462809917vw, 6.125rem);
}
.header__top-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.5247933884rem + 2.9752066116vw, 3.5rem);
}
.header__top-nav ul.active {
  position: fixed;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  background: var(--darkblue-type);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: opacity 0.5s ease;
}
.header__top-nav ul.active li {
  text-align: center;
}
.header__top-nav ul.active li a {
  color: #FFF;
}
@media (width <= 47.99875rem) {
  .header__top-nav ul {
    position: fixed;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
  }
}
.header__top-nav ul li {
  list-style: none;
}
.header__top-nav ul li a {
  font-family: var(--second-family);
  font-weight: 600;
  color: #FFF !important;
  font-size: 1.1875rem;
}
@media (width <= 63.99875rem) {
  .header__top-nav ul li a {
    font-size: 1rem;
  }
}
.header__top-nav ul li:has(ul) {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media (width <= 63.99875rem) {
  .header__top-nav ul li:has(ul) {
    flex-direction: column;
    width: 100%;
  }
}
.header__top-nav ul li:has(ul) > a {
  position: relative;
}
.header__top-nav ul li:has(ul) > a::after {
  content: "";
  width: 16px;
  height: 7px;
  background: url(../../img/arrow-down.png) center center no-repeat;
  background-size: contain;
  display: table;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media (width <= 63.99875rem) {
  .header__top-nav ul li:has(ul) > a::after {
    content: "";
    width: 16px;
    height: 7px;
    background: url(../../img/arrow-down.png) center center no-repeat !important;
    background-size: contain;
    display: table;
    position: absolute;
    top: 10px;
    right: -40px;
  }
}
.header__top-nav ul li:has(ul):hover ul {
  display: grid;
  justify-items: center;
  position: absolute;
  width: 210px;
  height: auto;
  top: 100%;
  left: 50%;
  visibility: visible;
  transform: translateX(-50%);
  background: #FFF;
  border-radius: 0;
  box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.02);
  gap: 15px;
  padding: 25px;
  opacity: 1;
  transition: opacity 0.5s 0.2s ease;
  z-index: 5;
}
@media (width <= 63.99875rem) {
  .header__top-nav ul li:has(ul):hover ul {
    position: relative;
    background: transparent;
    top: 0;
    padding: 5px 25px;
    transform: translateX(-124%);
  }
}
.header__top-nav ul li:has(ul):hover ul li a {
  color: var(--darkblue-type) !important;
}
@media (width <= 47.99875rem) {
  .header__top-nav ul li:has(ul) {
    position: relative;
  }
}
.header__top-nav ul li ul {
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
@media (width <= 47.99875rem) {
  .header__top-nav .btn {
    padding: 12px 25px;
  }
}
.header__top-nav .mobile_btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  z-index: 4;
}
@media (width > 47.99875rem) {
  .header__top-nav .mobile_btn {
    display: none;
  }
}
.header__top-nav .mobile_btn span {
  width: 100%;
  height: 3px;
  background: #FFF;
  display: table;
}
.header__top-nav .mobile_btn.active span:nth-child(2) {
  display: none;
}
.header__top-nav .mobile_btn.active span:nth-child(1) {
  rotate: 45deg;
  position: absolute;
  top: 50%;
  transition: rotate 0.5s ease;
}
.header__top-nav .mobile_btn.active span:nth-child(3) {
  rotate: -45deg;
  position: absolute;
  top: 50%;
  transition: rotate 0.5s ease;
}
.header__bottom {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__bottom .container {
  display: grid;
  justify-items: center;
  gap: 3.1875rem;
  position: relative;
  top: -112px;
}
.header__bottom h1 {
  text-align: center;
  color: #FFF;
  font-size: 6.6875rem;
  line-height: 1.03;
  font-weight: 700;
  margin: 0 0 42px;
  letter-spacing: -3px;
}
@media (width <= 90.06125rem) {
  .header__bottom h1 {
    font-size: 5rem;
  }
}
@media (width <= 63.99875rem) {
  .header__bottom h1 {
    font-size: 4.0625rem;
  }
}
@media (width <= 47.99875rem) {
  .header__bottom h1 {
    font-size: 3.125rem;
  }
}
@media (width <= 30.06125rem) {
  .header__bottom h1 {
    font-size: 2.125rem;
  }
}
.header__bottom .btn {
  font-size: 1.5625rem;
  width: 181.48px;
  height: 72.45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.help {
  padding: 148px 0 120px;
  background: var(--darkblue-type);
  position: relative;
  z-index: 2;
}
.help::after {
  content: "";
  height: 1px;
  width: 90%;
  background: #FFF;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help .box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
@media (width <= 63.99875rem) {
  .help .box {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (width <= 63.99875rem) {
  .help .box-item {
    width: 100%;
  }
}
.help .box-item:nth-child(1) {
  padding-right: 58px;
  position: relative;
  top: -22px;
}
@media (width <= 63.99875rem) {
  .help .box-item:nth-child(1) {
    top: unset;
    padding-right: unset;
  }
}
.help .box-item .btn {
  font-size: 1.5625rem;
  width: 232.99px;
  height: 72.45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 63.99875rem) {
  .help .box-item .btn {
    width: unset;
    height: unset;
    display: table;
    font-size: clamp(1.125rem, 0.9839876033rem + 0.5785123967vw, 1.5625rem);
    margin: 0 auto;
  }
}
.help .box h2 {
  font-size: 4.375rem;
  color: #FFF;
  line-height: 1.215;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 32px;
}
@media (width <= 63.99875rem) {
  .help .box h2 {
    font-size: clamp(2.25rem, 1.5650826446rem + 2.8099173554vw, 4.375rem);
    text-align: center;
  }
}
.help .box p {
  color: #FFF;
  margin: 0 0 48px;
  line-height: 1.9;
}
@media (width <= 90.06125rem) {
  .help .box p br {
    display: none;
  }
}
@media (width <= 63.99875rem) {
  .help .box p {
    text-align: center;
  }
}
.help .box img {
  position: relative;
  left: -36px;
  width: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 8px;
}
@media (width <= 63.99875rem) {
  .help .box img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    left: unset;
  }
}

.blog {
  padding: 126px 0 79px;
  background: #FCFCFC;
}
.blog-ather {
  padding-top: 0;
}
.blog-ather h2 {
  font-size: 2.5rem;
  font-family: var(--second-family);
  font-weight: 400;
  clip: #000;
  margin: 10.8125rem 0 6.25rem;
  letter-spacing: -1.3px;
}
@media (width <= 47.99875rem) {
  .blog-ather h2 {
    margin: 3.125rem 0;
  }
}
.blog .box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.9375rem;
  margin-bottom: 82px;
}
@media (width <= 80rem) {
  .blog .box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width <= 47.99875rem) {
  .blog .box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 3.125rem;
  }
}
.blog .box-item {
  background: #FFF;
  display: grid;
}
.blog .box-item img {
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog .box-item .content {
  padding: 66px 61px;
}
@media (width <= 90.06125rem) {
  .blog .box-item .content {
    padding: 34px 50px;
  }
}
@media (width <= 47.99875rem) {
  .blog .box-item .content {
    padding: 34px 34px;
  }
}
.blog .box-item .content h3 {
  font-size: 1.4375rem;
  font-weight: 700;
  color: var(--darkblue-type);
  line-height: normal;
  margin: 0 0 40px;
}
@media (width <= 47.99875rem) {
  .blog .box-item .content h3 {
    text-align: center;
  }
}
.blog .box-item .content p {
  margin: 0;
  color: var(--darkblue-type);
  line-height: 1.5;
}
@media (width <= 47.99875rem) {
  .blog .box-item .content p {
    text-align: center;
  }
}
.blog .btn {
  margin: 0 auto;
  font-size: 1.5625rem;
  width: 181px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 47.99875rem) {
  .blog .btn {
    display: table;
    width: unset;
    height: unset;
  }
}

.changes {
  background: var(--p);
  padding: 94px 0 80px;
}
.changes .box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 40px;
}
@media (width <= 63.99875rem) {
  .changes .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
@media (width <= 63.99875rem) {
  .changes .box-item:nth-child(2) {
    height: 495px;
    width: 100%;
  }
}
.changes .box-item .images {
  width: 547px;
  height: 515px;
  position: relative;
  background: #FFECDE;
  border-radius: 27px;
  display: table;
  margin: 0 auto;
}
@media (width <= 80rem) {
  .changes .box-item .images {
    width: 467px;
    height: 415px;
  }
}
@media (width <= 63.99875rem) {
  .changes .box-item .images {
    width: 100%;
    height: 100%;
  }
}
.changes .box-item .images img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (width <= 80rem) {
  .changes .box-item .images img {
    width: 65%;
  }
}
@media (width <= 63.99875rem) {
  .changes .box-item .images img {
    width: unset;
    height: 110%;
  }
}
.changes .box h2 {
  font-size: 5.0625rem;
  line-height: 96px;
  color: #FFF;
  margin: 0 0 22px;
}
@media (width <= 63.99875rem) {
  .changes .box h2 {
    font-size: clamp(2.25rem, 1.3434917355rem + 3.7190082645vw, 5.0625rem);
    line-height: clamp(2.8125rem, 1.7851239669rem + 4.2148760331vw, 6rem);
  }
}
.changes .box p {
  margin: 0 0 62px;
  font-size: 1.25rem;
  line-height: 34px;
  color: #FFF;
}
@media (width <= 80rem) {
  .changes .box p br {
    display: none;
  }
}
.changes .box .btn {
  font-size: 1.5625rem;
  width: 181px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 63.99875rem) {
  .changes .box .btn {
    margin: 0 auto;
  }
}

.works {
  padding: 190px 0 87px;
  background: #FCFCFC;
}
@media (width <= 63.99875rem) {
  .works {
    padding: 90px 0 87px;
  }
}
.works h2 {
  font-size: 3.25rem;
  line-height: 63px;
  color: var(--darkblue-type);
  text-transform: uppercase;
  margin: 0 0 27px;
}
@media (width <= 63.99875rem) {
  .works h2 {
    text-align: center;
  }
}
.works h2 + p {
  font-size: 1.5625rem;
  line-height: 30px;
  color: var(--darkblue-type);
  margin: 0 0 129px;
}
@media (width <= 63.99875rem) {
  .works h2 + p {
    text-align: center;
  }
}
.works .box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.625rem;
  margin-bottom: 185px;
}
@media (width <= 63.99875rem) {
  .works .box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 80px;
  }
}
.works .box-item {
  padding: 63px 62px 36px;
  border-radius: 22px;
  background: #FFF;
  cursor: pointer;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.works .box-item.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (width <= 80rem) {
  .works .box-item {
    padding: 39px 30px 35px;
  }
}
.works .box-item:hover {
  background: var(--blue);
  transition: background 0.5s ease;
}
.works .box-item:hover .title {
  color: #FFF;
}
.works .box-item:hover p {
  color: #FFF;
}
.works .box-item:hover::after {
  content: "";
  width: 94px;
  aspect-ratio: 1;
  border-radius: 100px;
  border: 7px solid #FFF;
  background: var(--blue);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -56px;
  opacity: 1;
  transition: opacity 0.5s 0.1s ease;
}
.works .box-item .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--font-family);
  color: var(--darkblue-type);
  display: table;
  margin-bottom: 30px;
}
.works .box-item p {
  font-size: 18px;
  line-height: 27px;
  color: #6B6766;
  margin: 0;
}
.works .h2_title {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 78px;
  color: var(--darkblue-type);
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-family: var(--font-family);
  display: table;
  margin-bottom: 34px;
}
@media (width <= 90.06125rem) {
  .works .h2_title {
    font-size: 3.375rem;
    line-height: 62px;
  }
}
@media (width <= 80rem) {
  .works .h2_title {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (width <= 63.99875rem) {
  .works .h2_title {
    text-align: center;
  }
}
@media (width <= 47.99875rem) {
  .works .h2_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.works .h2_title strong {
  color: var(--blue);
  display: table;
  font-weight: 700;
  font-family: var(--font-family);
}
.works .h2_title + p {
  font-size: 1.5625rem;
  margin: 0;
  line-height: 30px;
  color: var(--darkblue-type);
}
@media (width <= 63.99875rem) {
  .works .h2_title + p {
    text-align: center;
  }
}

.instafeed {
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 87px;
}
@media (width <= 47.99875rem) {
  .instafeed {
    padding-top: 0;
  }
}
.instafeed .box {
  display: grid;
  gap: 43px;
}
@media (width <= 47.99875rem) {
  .instafeed .box {
    gap: 17px;
  }
}
.instafeed .box-item a {
  width: auto;
  flex-shrink: 0;
  height: 489px;
}
@media (width <= 90.06125rem) {
  .instafeed .box-item a {
    height: 350px;
  }
}
@media (width <= 47.99875rem) {
  .instafeed .box-item a {
    height: 280px;
  }
}
.instafeed .box-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.instafeed .box-item:first-child {
  display: flex;
  grid-template-columns: 37.5% 19% 20% 15.2%;
  align-items: center;
  gap: 2.5%;
  width: 110%;
  position: relative;
  left: -5%;
}
.instafeed .box-item:first-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  max-height: 495px;
}
@media (width <= 63.99875rem) {
  .instafeed .box-item:first-child img {
    border-radius: 10px;
  }
}
.instafeed .box-item:first-child img:last-child {
  position: relative;
  left: -18px;
}
@media (width <= 63.99875rem) {
  .instafeed .box-item:first-child img:last-child {
    left: unset;
  }
}
.instafeed .box-item:nth-child(2) {
  display: flex;
  grid-template-columns: 14% 26.1% 1fr;
  align-items: center;
  gap: 3.2%;
  width: 110%;
  position: relative;
  left: -5%;
}
.instafeed .box-item:nth-child(2) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
  max-height: 495px;
}
@media (width <= 63.99875rem) {
  .instafeed .box-item:nth-child(2) img {
    border-radius: 10px;
  }
}
.instafeed .box-item:nth-child(2) img:last-child {
  position: relative;
  left: -8px;
}
@media (width <= 63.99875rem) {
  .instafeed .box-item:nth-child(2) img:last-child {
    left: unset;
  }
}

.sliders-wrapper {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Стили для слайдеров */
.swiper-one .swiper-slide img,
.swiper-two .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.swiper-one .swiper-slide {
  width: 20% !important;
}

.swiper-two .swiper-slide {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 495px;
  width: 492px !important;
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
  width: auto; /* авто-ширина по содержимому или inline-стилю */
}
.swiper-two .swiper-slide:nth-child(3) {
  width: 55% !important;
  aspect-ratio: unset;
}

/* Общие стили для слайдов с авто-шириной */
.swiper-one .swiper-slide {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 495px;
  border-radius: 25px;
  overflow: hidden;
  width: auto; /* авто-ширина по содержимому или inline-стилю */
}
.swiper-one .swiper-slide:first-child, .swiper-one .swiper-slide:nth-child(5n) {
  width: 37.4% !important;
}

/* Общие стили для навигации */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}

body.default_bg {
  background: #FCFCFC;
}
body.default_bg main + footer {
  margin-top: 90px;
}

section.blog.single {
  padding: 75px 0;
}
section.blog.single h2 {
  margin: 0 0 50px;
  text-transform: capitalize;
  font-weight: 400;
}
section.blog.single .box {
  margin-bottom: 0;
}

.single-page,
.page {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 112px);
}
.single-page + .help,
.page + .help {
  margin-top: 99px;
}
.single-page .container,
.page .container {
  background: #FFF;
  padding: 71px 104px;
}
@media (width <= 80rem) {
  .single-page .container,
  .page .container {
    padding: 50px 54px;
  }
}
@media (width <= 47.99875rem) {
  .single-page .container,
  .page .container {
    padding: 50px 20px;
  }
}
.single-page img,
.page img {
  border-radius: 8px;
}
.single-page h1,
.page h1 {
  font-size: 4rem;
  font-family: var(--second-family);
  line-height: 77px;
  margin: 0;
  letter-spacing: -3px;
}
@media (width <= 47.99875rem) {
  .single-page h1,
  .page h1 {
    font-size: 2.8125rem;
    line-height: normal;
  }
}
.single-page .subtitle,
.page .subtitle {
  font-size: 1.5rem;
  font-family: var(--second-family);
  line-height: 36px;
  max-width: 685px;
  display: table;
  margin: 12px 0 68px;
  letter-spacing: -0.8px;
}
@media (width <= 90.06125rem) {
  .single-page .subtitle,
  .page .subtitle {
    font-size: 1.125rem;
  }
}
@media (width <= 47.99875rem) {
  .single-page .subtitle br,
  .page .subtitle br {
    display: none;
  }
}
.single-page .subtitle + figure img,
.page .subtitle + figure img {
  margin-top: 0;
}
.single-page .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex,
.page .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
  MARGIN: 0 0 15PX;
}
.single-page p,
.page p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-family: var(--second-family);
}
@media (width <= 90.06125rem) {
  .single-page p,
  .page p {
    font-size: 1rem;
  }
}
.single-page img,
.page img {
  margin: 68px 0 75px;
}
@media (width <= 47.99875rem) {
  .single-page img,
  .page img {
    margin: 0 0 40px;
  }
}
.single-page .size-large img,
.page .size-large img {
  width: 100%;
}
.single-page .box,
.page .box {
  display: grid;
  grid-template-columns: 52% 1fr;
  align-items: start;
  gap: 20px;
}
@media (width <= 63.99875rem) {
  .single-page .box,
  .page .box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.single-page .box h1,
.page .box h1 {
  margin-top: 28px;
}
@media (width <= 90.06125rem) {
  .single-page .box h1,
  .page .box h1 {
    margin-top: 0;
  }
}
.single-page .box .subtitle,
.page .box .subtitle {
  margin: 12px 0 32px;
}
.single-page .box form,
.page .box form {
  margin-top: 86px;
  display: grid;
  gap: 22px;
  position: relative;
}
.single-page .box form h3,
.page .box form h3 {
  font-size: 2rem;
  line-height: 48px;
  font-family: var(--second-family);
  font-weight: 400;
  margin: 0 0 7px;
  letter-spacing: -1.5px;
}
.single-page .box form input[type=number]::-webkit-outer-spin-button,
.single-page .box form input[type=number]::-webkit-inner-spin-button,
.page .box form input[type=number]::-webkit-outer-spin-button,
.page .box form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-page .box form label,
.page .box form label {
  display: grid;
  font-size: 1rem;
  font-family: var(--second-family);
  gap: 8px;
}
.single-page .box form .flex,
.page .box form .flex {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.single-page .box form textarea,
.page .box form textarea {
  height: 162px;
}
.single-page .box form input,
.single-page .box form textarea,
.page .box form input,
.page .box form textarea {
  width: 100%;
  resize: none;
  line-height: 24px;
  border-radius: 0.5rem;
  padding: 15.4px 15px 11.4px 16px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}
.single-page .box form button,
.page .box form button {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 500;
  padding: 16px 32px !important;
  border-radius: 8px !important;
}
@media (width <= 63.99875rem) {
  .single-page .box-item:nth-child(2),
  .page .box-item:nth-child(2) {
    width: 100%;
  }
}
.single-page .box-item:nth-child(2) img,
.page .box-item:nth-child(2) img {
  max-width: 508px;
  width: 100%;
  margin: 0;
  margin-left: auto;
}
@media (width <= 63.99875rem) {
  .single-page .box-item:nth-child(2) img,
  .page .box-item:nth-child(2) img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 100%;
  }
}

.ajax-response {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.ajax-response.active {
  position: absolute;
  background: #FFF;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}
.ajax-response img {
  width: 80px;
  height: auto;
  margin: 0;
}
.ajax-response .title {
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}

.breadcrumb-container {
  margin-bottom: 46px;
}
.breadcrumb-container .separator {
  display: inline-block;
  margin: 0 4px;
  margin-right: 0px;
}
.breadcrumb-container ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumb-container ol li {
  margin: 0;
  padding: 0;
}
.breadcrumb-container ol li a {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-family);
  color: var(--darkblue-type);
  line-height: 19px;
}
.breadcrumb-container ol li:last-child a span {
  text-decoration: underline;
  letter-spacing: -0.4px;
}

.donat h1 {
  text-align: center;
}
.donat .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  margin: 12px 0 27px !important;
}
@media (width <= 63.99875rem) {
  .donat .subtitle {
    letter-spacing: unset;
  }
}
.donat form {
  margin-top: 14px !important;
  gap: 0 !important;
}
.donat .donat-navigation {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 56px !important;
}
.donat .donat-navigation a {
  font-size: 0.9375rem;
  line-height: 30px;
  background: #000;
  width: 120px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background: transparent;
  font-weight: bold;
  font-family: var(--font-family);
}
.donat .donat-navigation a:hover {
  background: var(--blue);
  color: #FFF;
  transition: 0.5s ease;
}
.donat .donat-navigation a.active {
  background: var(--blue);
  color: #FFF;
}
.donat .donat-plans {
  position: relative;
  margin-bottom: 80px !important;
}
.donat .donat-plans-item {
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
}
.donat .donat-plans-item.active {
  opacity: 1;
  height: auto;
  width: 100%;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.donat .donat-plans-item.active a {
  width: 160px;
  height: 104px;
  border-radius: 22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.0625rem;
  font-weight: 700;
  font-family: var(--font-family);
  line-height: 77px;
  border-radius: 22px;
}
@media (width <= 80rem) {
  .donat .donat-plans-item.active a {
    font-size: 2.8125rem;
    width: 130px;
    height: 84px;
  }
}
@media (width <= 47.99875rem) {
  .donat .donat-plans-item.active a {
    width: 100px;
    height: 64px;
    font-size: 1.5625rem;
    border-radius: 15px;
  }
}
.donat .donat-plans-item.active a.active {
  background: var(--blue);
  color: #FFF;
}
.donat .donat-plans-item.active a:hover {
  background: var(--blue);
  color: #FFF;
  transition: 0.5s ease;
}
.donat small {
  font-size: 0.9375rem;
  text-align: center;
  display: table;
  width: 100%;
  font-family: var(--second-family);
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 19px !important;
}
.donat small + span {
  font-size: 1.25rem;
  font-weight: 500;
  display: table;
  margin: 0 auto 13px !important;
}
.donat input {
  max-width: 295px;
  margin: 0 auto 26px !important;
  text-align: center;
}
.donat button {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 500;
  padding: 16px 32px !important;
  border-radius: 8px !important;
}
.donat .breadcrumb-container {
  margin-bottom: -18px;
}
.donat .subtitle {
  letter-spacing: -2.4px;
}
@media (width <= 63.99875rem) {
  .donat .subtitle {
    letter-spacing: unset;
  }
}
.donat .box {
  align-items: center;
}

.footer {
  background: var(--darkblue-type);
  color: #FFF;
  padding-top: 80px;
  z-index: 1;
  position: relative;
}
.footer .logo {
  position: relative;
  z-index: 4;
  max-width: 99px;
  width: 100%;
  height: 91px;
}
@media (width <= 47.99875rem) {
  .footer .logo {
    width: 17%;
  }
}
.footer .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer .box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media (width <= 63.99875rem) {
  .footer .box {
    flex-direction: column;
    gap: 50px;
  }
}
.footer .box-item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width <= 63.99875rem) {
  .footer .box-item:nth-child(1) {
    flex-direction: row;
  }
}
.footer .box-item:nth-child(2) {
  margin-top: -7px;
}
.footer .box-item .social {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-left: 12px;
}
.footer .box ul {
  padding: 0;
  margin: 0;
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 143px;
       column-gap: 143px;
  margin-bottom: 0;
}
@media (width <= 63.99875rem) {
  .footer .box ul {
    -moz-column-gap: clamp(1.25rem, -0.3615702479rem + 6.6115702479vw, 6.25rem);
         column-gap: clamp(1.25rem, -0.3615702479rem + 6.6115702479vw, 6.25rem);
  }
}
@media (width <= 47.99875rem) {
  .footer .box ul {
    -moz-columns: unset;
         columns: unset;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 40px;
    gap: 20px;
  }
}
.footer .box ul li {
  list-style: none;
  margin: 40px 0 0;
}
@media (width <= 63.99875rem) {
  .footer .box ul li {
    text-align: center;
  }
}
@media (width <= 47.99875rem) {
  .footer .box ul li {
    margin: 0;
  }
}
.footer .box ul li:nth-child(1) {
  margin-top: 0;
}
.footer .box ul li a {
  font-size: 1rem;
  color: #FFF !important;
}
.footer .copyright {
  padding: 16px 0;
  font-family: var(--font-family);
  font-size: 0.6875rem;
}
@media (width <= 63.99875rem) {
  .footer .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */