@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

:root {
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-3xl: 24px;
  --radius-4xl: 32px;
  --radius-full: calc(infinity * 1px);

  --font-family: 'Open Sans', Arial, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";

  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 30px;
  --font-size-4xl: 36px;
  --font-size-5xl: 42px;
  --font-size-6xl: 48px;

  --line-height-xs: calc(1 / 0.75);
  --line-height-sm: calc(1.25 / 0.875);
  --line-height-base: 1.5;
  --line-height-lg: calc(1.75 / 1.125);
  --line-height-xl: calc(1.75 / 1.25);
  --line-height-2xl: calc(2 / 1.5);
  --line-height-3xl: calc(2.25 / 1.875);
  --line-height-4xl: calc(2.5 / 2.25);
  --line-height-5xl: calc(2.5 / 2.25);
  --line-height-6xl: calc(2.5 / 2.25);

  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;

  --color-primary-500: #8dc63f;
  --color-primary-600: #729D37;
  --color-secondary-500: #F7F8FF;
  --color-secondary-600: #E8EFFF;
  --color-secondary-900: #D3DEEE;
  --color-gray-500: #E1E3E5;
  --color-mutted: #F7F9FC;
  --color-white: #FFFFFF;
  --color-black: #363636;

  --color-text-primary: #0B1C33;
  --color-text-primary-1f: #E1E3E6;

  --header-height: 132px;
}


/* ========================================================================== */

*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: --theme(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: --theme(--default-mono-font-feature-settings, normal);
  font-variation-settings: --theme(--default-mono-font-variation-settings, normal);
  font-size: 16px;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -4px;
}
sup {
  top: -8px;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px)  {
  ::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']),
::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
  appearance: none;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
  }
}


/* ========================================================================== */

html {
  font-size: var(--font-size-base);
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  background-color: var(--color-mutted);
  color: var(--color-text-primary);
  overflow-x: hidden;
}
body.is-popup-active {
  overflow-y: hidden;
}

.h1, .h2 {
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-2xl);
  font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
  .h1, .h2 {
    font-size: var(--font-size-4xl);
    line-height: var(--line-height-4xl);
  }
}

p + * {
  margin-top: 8px;
}

a {
  text-decoration: underline;
  color: var(--color-primary-500);
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

ol {
  counter-reset: list-counter;
  padding-left: 20px;
}
ol.pl-duble {
  padding-left: 40px;]
}
li {
  list-style: number;
}

.list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-left: 20px;
  list-style: disc;
}
.list__item {
  font-size: var(--font-size-lg);
  line-height: 1;
}


/* ========================================================================== */

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  border: 1px solid;
  border-radius: var(--radius-md);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .2s ease-in-out;
  outline: none;
  cursor: pointer;
}
.btn-primary {
  border-color: var(--color-primary-500);
  background-color: var(--color-primary-500);
  color: var(--color-white);
}
.btn-primary:hover {
  border-color: var(--color-primary-600);
  background-color: var(--color-primary-600);
}

.btn-spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
}
.btn-spinner::after {
  content: "";
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #ffffff;
  animation: spinner-rotate 0.8s linear infinite;
}
@keyframes spinner-rotate {
  to { transform: rotate(360deg); }
}

.input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--color-primary-500);
  border-radius: var(--radius-md);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #111827;
  background-color: var(--color-white);
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  outline: none;
}

.checkbox {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  font-size: var(--font-size-base);
  line-height: 20px;
  user-select: none;
  cursor: pointer;
}
.checkbox__input {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}
.checkbox__mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.checkbox__mark:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox__input:not(:checked) ~ .checkbox__mark:after {
  display: none;
}
.checkbox__input:checked ~ .checkbox__mark {
  border-color: var(--color-primary-500);
  background-color: var(--color-primary-500);
}


/* ========================================================================== */

.container {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*="w-col-"], .row > .col {
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  flex: 1 1 0%;
  min-width: 0;
}
.col-xs-12 { width: 100%; }
.col-xs-offset-0 { margin-left: 0; }
@media (min-width: 768px) {
  .col-sm-4 { width: 33.3333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.6666667%; }
}
@media (min-width: 992px) {
  .col-md-12 { width: 100%; }
  .col-md-6  { width: 50%; }
  .col-md-4  { width: 33.3333333%; }
  .col-md-3  { width: 25%; }
}
@media (max-width: 767px) {
  .row { flex-direction: column; }
  .row > [class*="w-col-"], .row > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.full { width: 100%; }


/* ========================================================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 100;
}
body.scrolled .header.header--fixed {
  background-color: var(--color-white);
  box-shadow: 0 2px 4px rgb(225 227 230 / 0.5);
}
.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}
@media (min-width: 1160px) {
  .header__container {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.header-logo__image-wrapper {display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo__image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.header-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.header-logo__site {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
}
.header-logo__tagline {
  font-size: var(--font-size-sm);
  color: rgba(11, 28, 51, 0.7);
}

.header-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-menu__items {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.header-menu__link {
  text-decoration: none;
  color: var(--color-black);
}
.header-menu__link:hover {
  color: var(--color-primary-500);
}
@media (max-width: 1023px) {
  .header-menu:not(.header-menu--active) {
    display: none;
  }
}

.header-btn--desktop {
  margin-left: auto;
}
@media (max-width: 1279px) {
  .header-btn--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-btn--mobile {
    display: none;
  }
}

.header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-info--desktop {
  margin-left: 32px;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.header-info__item {
  text-decoration: none;
  color: var(--color-black);
}
.header-info__item:hover {
  color: var(--color-primary-500);
}
@media (max-width: 767px) {
  .header-info--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-info--mobile {
    display: none;
  }
}

.header-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  margin-left: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
}
.header-burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-black);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header-burger.header-burger--active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
.header-burger.header-burger--active span:nth-child(2) {
  opacity: 0;
}
.header-burger.header-burger--active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}
@media (max-width: 1023px) {
  .header-burger {
    display: flex;
  }
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 80px 20px 20px;
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 100;
  }
  .header-menu.header-burger--active {
    right: 0;
  }
  .header-menu__items {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    margin-bottom: 32px;
  }
  .header-menu__link {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-medium);
  }
  .header-btn--mobile {
    width: 100%;
    margin-top: auto;
    margin-bottom: 24px;
  }
  .header-info--mobile {
    flex-direction: row;
    column-gap: 12px;
    width: 100%;
  }
}

.header-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-menu-overlay.header-menu-overlay--active {
  display: block;
  opacity: 1;
}
body.menu-open {
  overflow: hidden;
}


/* ========================================================================== */

.footer {
  display: flex;
  align-items: center;
  background-color: var(--color-gray-500);
}
.footer__container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}
.footer__cell {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer-section {
  display: flex;
  flex-direction: column;
}
.footer-section__title {
  font-weight: var(--font-weight-bold);
}
.footer-section__content a {
  text-decoration: none;
  color: var(--color-black);
}
.footer a:hover {
  text-decoration: none;
  color: var(--color-primary-500);
}
@media (min-width: 768px) {
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__cell:first-child .footer-section__content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 8px;
  }
}


/* ========================================================================== */

.section {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
.section-title {
  margin-bottom: 32px;
  text-align: center;
}
.section-description {
  margin-bottom: 32px;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}

.section.section--hero {
  padding-top: calc(var(--header-height) + 32px);
  padding-bottom: 0;
}
.section.section--hero .section-title {
  text-align: left;
}
@media (min-width: 768px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section.section--hero:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 760px;
    width: 100%;
    height: 100%;
    background-color: var(--color-mutted);
    background-image: url('../img/bg-hero.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    box-shadow: -1000px 0 var(--color-mutted);
  }
}

.section.section--advantages {
  padding-bottom: 0;
}

.section.section--weyou .section-title {
  margin-bottom: 0;
}

.section.section--wedo {
  background-color: var(--color-gray-500);
}
.section.section--social .section-description {
  text-align: center;
}

.section.section--advantages2 {
  padding-bottom: 0;
}

.section.section--social {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  min-height: 400px;
  overflow: hidden;
}
.section-social-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-social.webp');
  background-position: center calc(50% - 100px);
  background-size: auto 750px;
  background-repeat: no-repeat;
  filter: blur(8px);
}
.section-social-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.section.section--social .container {
  z-index: 2;
}
@media (min-width: 768px) {
  .section.section--social {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.section.section--more {
  padding-bottom: 0;
}

.section.section--contacts {
  padding-bottom: 0;
}

.hero {
  width: 100%;
}
.hero-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 32px;
  padding-left: 20px;
}
.hero-list__item {
  position: relative;
  line-height: 1;
  list-style: none;
}
.hero-list__item:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: var(--radius-full);
  background-color: var(--color-primary-500);
}
.hero-form {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 2px dashed var(--color-primary-500);
  background-color: var(--color-mutted);
}
.hero-form__description {
  margin-bottom: 16px;
}
.hero-form__input-group {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .hero-form__input-group {
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
  }
}
@media (min-width: 768px) {
  .hero {
    max-width: 600px;
  }
  .hero-list__item {
    font-size: var(--font-size-lg);
  }
  .hero-form {
    padding: 32px;
  }
  .hero-form__description {
    margin-bottom: 32px;
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
  }
}

.advantages {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.advantages-item {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 16px;
  border-radius: var(--radius-2xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), var(--color-white));
  box-shadow: 0 8px 24px rgba(11, 28, 51, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  overflow: hidden;
}
.advantages-item:hover {
  box-shadow: 0 18px 40px rgba(11, 28, 51, 0.12);
  transform: translateY(-6px);
}
.advantages-item__icon {
  flex-shrink: 0;
  padding: 8px;
  border: 1px solid var(--color-primary-500);
  border-radius: var(--radius-2xl);
}
.advantages-item__icon svg {
  width: 40px;
  height: 40px;
  fill: var(--color-primary-500);
}
@media (min-width: 768px) {
  .advantages {
    flex-direction: row;
    column-gap: 32px;
  }
  .advantages-item {
    flex: 1 1 calc(33.333% - 32px);
    min-width: 250px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.weyous {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.weyou {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 16px;
  border-radius: 24px;
  background-color: var(--color-white);
  box-shadow: 0 20px 50px var(--color-text-primary-1f);
  position: relative;
}
.weyou__sections {
  display: flex;
  flex-direction: column;
}
.weyou__section {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
.weyou__section+.weyou__section {
  padding-top: 24px;
  border-top: 1px solid rgba(11, 28, 51, 0.06);
}
.weyou__title {
  margin-bottom: 16px;
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
  .weyous {
    row-gap: 64px;
  }
  .weyou {
    padding: 64px 128px;
    row-gap: 16px;
  }
}

.wedo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
@media (min-width: 768px) {
  .wedo {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.wedo-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), var(--color-white));
  box-shadow: 0 8px 24px rgba(11, 28, 51, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  overflow: hidden;
}
.wedo-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 28, 51, 0.12);
}
.wedo-item__number {
  flex: 0 0 64px;
  max-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-2xl);
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-primary-500) 0%, #e78a4b 100%);
  box-shadow: 0 6px 20px rgba(244, 162, 97, 0.18);
}
.wedo-item__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.wedo-item__description {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  color: var(--color-text-primary);
  font-weight: var(--font-weight-normal);
  word-break: break-word;
}
@media (min-width: 768px) {
  .wedo-item {
    padding: 20px;
    border-radius: 24px;
  }
  .wedo-item__number {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 16px;
    font-size: var(--font-size-3xl);
    line-height: var(--line-height-3xl);
  }
  .wedo-item__description {
    font-size: var(--font-size-lg);
  }
}

.callback-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 16px;
  border: 2px dashed var(--color-primary-500);
}
.callback-form__cell > * {
  width: 100%;
}
@media (min-width: 768px) {
  .callback-form {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 32px;
    padding: 32px;
  }
  .callback-form__cell {
    flex: 0 0 calc((100% - 64px) / 3);
    max-width: calc((100% - 64px) / 3);
  }
  .callback-form .form-message {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.social {
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
.social-description {
  margin-bottom: 32px;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.social-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 64px;
}
.social-item {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 16px;
  border-radius: 24px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), var(--color-white));
  color: var(--color-black);
  box-shadow: 0 8px 24px rgba(11, 28, 51, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  overflow: hidden;
}
.social-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 28, 51, 0.12);
}
.social-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background-repeat: no-repeat;
  background-position: center;
}
.social-item__icon--telegram {
  background-image: url(../img/icon-telegram.svg);
}
.social-item__icon--whatsapp {
  background-image: url(../img/icon-whatsapp.svg);
}
.social-item__title {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  font-weight: var(--font-weight-bold);
}

.more {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.more-item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), var(--color-white));
  color: var(--color-black);
  box-shadow: 0 8px 24px rgba(11, 28, 51, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  overflow: hidden;
}
.more-item:hover {
  box-shadow: 0 18px 40px rgba(11, 28, 51, 0.12);
}
.more-item__title {
  padding: 16px;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
  position: relative;
  padding-right: 28px;
  outline: none;
}
.more-item__title::after {
  content: '+';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  color: var(--color-black);
  transition: transform .2s ease;
}
.more-item__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease, opacity .2s ease, padding .2s ease;
  opacity: 0;
}
.more-item--open .more-item__title::after {
  content: '−';
}
.more-item--open .more-item__description {
  opacity: 1;
  padding: 0 16px 16px;
}
@media (min-width: 768px) {
  .more-item__title {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .more-item--open .more-item__description {
    padding-bottom: 24px;
  }
}

.contacts {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}


/* ========================================================================== */

.fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 15px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
.fade.fade--visible {
  opacity: 1;
  visibility: visible;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease;
}
.popup.popup--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup-window {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  max-width: 600px;
  width: 100%;
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  transform: translateY(-40px);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}
.popup.popup--active .popup-window {
  transform: translateY(0);
  opacity: 1;
}
.popup-policy .popup-window {
  max-width: 1200px;
}
.popup.popup--active {
  display: block !important;
}
.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.popup-headline {
  margin-bottom: 16px;
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
  font-weight: var(--font-weight-bold);
}
.popup-title  {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  font-weight: var(--font-weight-bold);
}
.popup-callback .popup-window {
  max-width: 400px;
}
.popup-callback .popup-headline {
  text-align: center;
}
.popup-callback-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.popup-callback-form__field {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .popup {
    padding: 32px;
  }
  .popup-window {
    padding: 32px;
  }
  .popup-headline {
    margin-bottom: 16px;
  }
}

.form-message {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid transparent;
  color: #111827;
  background: #F3F4F6;
}
.form-message--success {
  background: #EDF7EC;
  color: #166534;
  border-color: #D1FAE5;
}
.form-message--error {
  background: #FEF2F2;
  color: #991B1B;
  border-color: #FECACA;
}
.form-message--info {
  background: #F3F4F6;
  color: #111827;
  border-color: #E5E7EB;
}
