@charset "UTF-8";
/* КОМЕНТАРИИ СТАВИТЬ ТАК (ctrl+shift+/)  */
/* сброс стилей, шрифты, спрайт иконок */
/*@import "./base/reset.scss";*/
/* Exo2 */
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: #161616;
}

.icon-home {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#home");
  mask-image: url("/front_assets/icons/icons.svg#home");
  -webkit-mask-repeat: no-repeat;
}

.icon-vk {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#vk");
  mask-image: url("/front_assets/icons/icons.svg#vk");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronUp {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronup");
  mask-image: url("/front_assets/icons/icons.svg#chevronup");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronDown {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronDown");
  mask-image: url("/front_assets/icons/icons.svg#chevronDown");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronRight {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronRight");
  mask-image: url("/front_assets/icons/icons.svg#chevronRight");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronLeft {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
  mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
  -webkit-mask-repeat: no-repeat;
}

.icon-odnoklassniki {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#odnoklassniki");
  mask-image: url("/front_assets/icons/icons.svg#odnoklassniki");
  -webkit-mask-repeat: no-repeat;
}

.icon-tg {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#tg");
  mask-image: url("/front_assets/icons/icons.svg#tg");
  -webkit-mask-repeat: no-repeat;
}

.icon-whatsapp {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#whatsapp");
  mask-image: url("/front_assets/icons/icons.svg#whatsapp");
  -webkit-mask-repeat: no-repeat;
}

.icon-smile {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#smile");
  mask-image: url("/front_assets/icons/icons.svg#smile");
  -webkit-mask-repeat: no-repeat;
}

.icon-krestik {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#krestik");
  mask-image: url("/front_assets/icons/icons.svg#krestik");
  -webkit-mask-repeat: no-repeat;
}

.icon-search {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#search");
  mask-image: url("/front_assets/icons/icons.svg#search");
  -webkit-mask-repeat: no-repeat;
}

.icon-profile {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#profile");
  mask-image: url("/front_assets/icons/icons.svg#profile");
  -webkit-mask-repeat: no-repeat;
}

.icon-eye {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#eye");
  mask-image: url("/front_assets/icons/icons.svg#eye");
  -webkit-mask-repeat: no-repeat;
}

.icon-menu {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#menu");
  mask-image: url("/front_assets/icons/icons.svg#menu");
  -webkit-mask-repeat: no-repeat;
}

.icon-phone {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#phone");
  mask-image: url("/front_assets/icons/icons.svg#phone");
  -webkit-mask-repeat: no-repeat;
}

.icon-mapPin {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#mapPin");
  mask-image: url("/front_assets/icons/icons.svg#mapPin");
  -webkit-mask-repeat: no-repeat;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: gray;
  transition: 0.2s;
  display: flex;
}
a:hover {
  color: #79AD4F;
}

p {
  margin: 0;
}

.header-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}

body {
  font-family: "Exo 2", sans-serif !important;
  font-weight: 400;
  line-height: 110%;
  color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*  scroll to top start */
#scrollBtn {
  display: flex;
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 80px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  background-color: #79AD4F;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
  border: none;
}
#scrollBtn .icon {
  background: #ffffff;
  transition: all 0.3s;
  width: 22px;
  height: 22px;
}
#scrollBtn:hover {
  background-color: #7ebd4a;
  transform: scale(1.09);
}
#scrollBtn:hover .icon {
  transform: scale(1.5);
}
@media (max-width: 1199px) {
  #scrollBtn {
    display: none;
  }
}

/*  scroll to top end */
/* блоки, страницы */
.footer {
  padding: 40px 0 24px;
  background: #F5F6F7;
}
.footer__logo_link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.footer__logo_link .header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.footer__logo_link .header-logo__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(121, 173, 79, 0.18);
}
.footer__logo_link .header-logo__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.footer__logo_link .header-logo__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer__logo_link .header-logo__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #102744;
}
.footer__logo_link .header-logo__position {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #9fa7b5;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e2e6f0;
}
.footer__logo_link {
  text-decoration: none;
  color: inherit;
}
.footer__bottom {
  padding-top: 16px;
  text-align: center;
  font-size: 13px;
  color: #061C3D;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer__brand {
  margin-left: 4px;
  color: #061C3D;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.footer__brand .footer__brand-brand {
  color: #00E24F;
  transition: color 0.2s ease;
}
.footer__brand:hover {
  color: #48a826;
}
.footer__brand:hover .footer__brand-brand {
  color: #48a826;
}

/* Колонки меню */
.footer-nav {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  flex: 1;
}
.footer-nav__column {
  min-width: 160px;
}
.footer-nav__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  color: #061C3D;
  padding-left: 14px;
}
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__item + .footer-nav__item {
  margin-top: 12px;
}
.footer-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  font-size: 15px;
  color: gray;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #63c23c;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer-nav__link:hover {
  color: #63c23c;
  transform: translateX(4px);
}
.footer-nav__link:hover::before {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.footer-nav__link--active {
  color: #63c23c;
}
.footer-nav__link--active::before {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}

@media (max-width: 1199px) {
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
  .footer-nav {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 24px 0 16px;
  }
  .footer__top {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .footer__bottom {
    font-size: 12px;
  }
  .footer .footer-nav {
    gap: 32px;
  }
}
/* Плавающая кнопка мессенджеров только для планшетов и телефонов */
.floating-messenger {
  position: fixed;
  right: 12px;
  bottom: 80px;
  z-index: 55;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  /* скрыть на десктопе */
  /* иконки внутри кнопки (чат / крестик) */
  /* по умолчанию показываем иконку чата */
  /* Панель с иконками */
  /* СОСТОЯНИЕ ОТКРЫТО */
}
@media (min-width: 1200px) {
  .floating-messenger {
    display: none;
  }
}
.floating-messenger__toggle {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #79AD4F;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}
.floating-messenger__toggle:hover {
  background: #6a9943;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}
.floating-messenger__toggle:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.floating-messenger__toggle-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  fill: #f7f7f7;
}
.floating-messenger__toggle-icon--chat {
  opacity: 1;
  transform: scale(1);
}
.floating-messenger__toggle-icon--close {
  opacity: 0;
  transform: scale(0.8);
}
.floating-messenger__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  /* анимация появления / скрытия */
  opacity: 0;
  transform: translateY(10px) scale(0.95);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.floating-messenger__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.floating-messenger__icon img {
  width: 100%;
  height: 100%;
}
.floating-messenger__icon:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.floating-messenger.is-open {
  /* переключаем иконки: чат -> крестик */
}
.floating-messenger.is-open .floating-messenger__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.floating-messenger.is-open .floating-messenger__toggle-icon--chat {
  opacity: 0;
  transform: scale(0.8);
}
.floating-messenger.is-open .floating-messenger__toggle-icon--close {
  opacity: 1;
  transform: scale(1);
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}

/*  header desktop */
.header {
  background-color: #ffffff;
  z-index: 9;
  position: sticky;
  top: 0;
  transition: 0.2s;
  padding: 10px 0;
}
.header .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__row .header__row_logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.header .header__row .header__row_logo .header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .header__row .header__row_logo .header-logo__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(121, 173, 79, 0.18);
}
.header .header__row .header__row_logo .header-logo__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.header .header__row .header__row_logo .header-logo__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header .header__row .header__row_logo .header-logo__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #102744;
}
.header .header__row .header__row_logo .header-logo__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #949494;
}
.header .header__row .header__row_nav {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Стили для меню */
}
.header .header__row .header__row_nav .navigation-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  /* Показать список при наведении */
}
.header .header__row .header__row_nav .navigation-menu .icon {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 7px;
  background-color: gray;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item {
  position: relative;
  list-style: none;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item > .navigation-menu__item_link {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: gray;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown,
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown-submenu {
  z-index: 9;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  padding: 0;
  list-style: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown {
  top: 100%;
  left: 0;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown-submenu {
  top: 10px;
  left: 100%;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item li {
  position: relative;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover {
  cursor: pointer;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover .navigation-menu__item_link {
  color: #79AD4F;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover .icon-chevronDown {
  background: #79AD4F;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover > .dropdown,
.header .header__row .header__row_nav .navigation-menu .submenu-item:hover > .dropdown-submenu {
  display: block;
}
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu_link:hover > .dropdown-submenu,
.header .header__row .header__row_nav .navigation-menu li:hover > .dropdown-submenu {
  display: block;
}
.header .header__row .header__row_nav .navigation-menu .dropdown li, .header .header__row .header__row_nav .navigation-menu .dropdown-submenu li {
  white-space: nowrap;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #212121;
  padding: 15px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link:hover,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link:hover {
  background-color: #f8f9fa;
  color: #79AD4F;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link:hover .icon,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link:hover .icon {
  background: #79AD4F;
}
.header .header__row .header__row_contacts .link-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #79AD4F;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
}
.header .header__row .header__row_contacts .link-contact:hover {
  transform: scale(1.03);
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
}

/* header mobile с переходом внутри старт */
.header-mobile {
  position: sticky;
  top: 0;
  background: #FFFFFF;
  z-index: 99;
}
@media (min-width: 1199px) {
  .header-mobile {
    display: none;
  }
}

.menu_container {
  padding: 12px;
}
.menu_container .icon {
  width: 25px;
  height: 25px;
  background: #79AD4F;
}
.menu_container .icon-phone {
  width: 30px;
  height: 30px;
}

.logo-mobile {
  display: none;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.logo-mobile__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(121, 173, 79, 0.18);
}
.logo-mobile__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.logo-mobile__text {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  line-height: 1.1;
}
.logo-mobile__name {
  font-size: 15px;
  font-weight: 700;
  color: #061C3D;
}
.logo-mobile__position {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #42526B;
}

/* показываем логотип только на мобильных */
@media (max-width: 1199px) {
  .logo-mobile {
    display: inline-flex;
  }
}
.mobile_menu_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  overflow: hidden;
  z-index: 102;
  background: #FFFFFF;
}
.mobile_menu_container ul li ul {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.mobile_menu_container.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content {
  overflow: auto;
  max-height: 100%;
  padding-bottom: 12px;
}
.mobile_menu_container .mobile_menu_content .block-login .text-top {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.25px;
  padding: 0 75px 0 0;
  margin-bottom: 15px;
  color: #79AD4F;
}
.mobile_menu_container .mobile_menu_content .topbar-menu {
  padding: 12px;
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .icon {
  width: 25px;
  height: 25px;
  background: #79AD4F;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .icon-phone {
  width: 30px;
  height: 30px;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .logo-mobile .img {
  width: 125px;
  height: 100%;
  object-fit: cover;
}
.mobile_menu_container .sub-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #79AD4F;
}
.mobile_menu_container .list-menu {
  margin: 30px 0 0 0;
  padding: 0;
}
.mobile_menu_container .list-menu .item-menu {
  list-style: none;
  padding: 0px 5px;
}
.mobile_menu_container .list-menu .item-menu .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mobile_menu_container .list-menu .item-menu .link {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #000000;
  margin-bottom: 30px;
}
.mobile_menu_container .list-menu .item-menu .link:hover {
  color: #79AD4F;
}
.mobile_menu_container .list-menu .item-menu .link:hover .icon {
  background: #79AD4F;
}
.mobile_menu_container .list-menu .item-menu .link.parent {
  padding-right: 50px;
  background: url("/front_assets/img/icons/chevronRight.svg") right 5px center no-repeat;
  background-size: 12px !important;
}
.mobile_menu_container .list-menu .item-menu .link.back {
  padding-left: 50px;
  background: url("/front_assets/img/icons/chevronLeft.svg") left 0px center no-repeat;
  background-size: 20px !important;
  box-sizing: border-box;
  min-height: 50px;
  z-index: 110;
  position: relative;
}
.mobile_menu_container .list-menu .item-menu .sub-categories {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 110;
  padding: 0px 15px;
}
.mobile_menu_container .list-menu .item-menu .sub-categories.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.mobile_menu_container .list-menu .item-menu .sub-categories.activity {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile_menu_container .list-menu .social-icons .social-icons__item {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
}
.mobile_menu_container .list-menu .social-icons .icon-item {
  width: 40px;
  height: 40px;
}
.mobile_menu_container .list-menu .social-icons .icon-tg {
  background: #27a7e7;
}
.mobile_menu_container .list-menu .social-icons .icon-vk {
  background: #4d7198;
}
.mobile_menu_container .list-menu .social-icons .icon-whatsapp {
  background: #2cb742;
}
.mobile_menu_container .list-menu .contacts-info .icon {
  width: 22px;
  height: 22px;
  background: #79AD4F;
}
.mobile_menu_container .list-menu .contacts-info .link {
  margin-bottom: 15px;
}
.mobile_menu_container .all-rights {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #8a919c;
}

.menu-close {
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
  z-index: 101;
}

.error-404 {
  padding: 48px 0 72px;
  /* контакты */
  /* кнопки */
  /* жёлтая плашка и стрелка */
}
@media (min-width: 992px) {
  .error-404 {
    padding: 72px 0 96px;
  }
}
.error-404__inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.error-404__code img {
  max-width: 260px;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}
@media (min-width: 768px) {
  .error-404__code img {
    max-width: 480px;
    margin-bottom: 28px;
  }
}
.error-404__text {
  font-size: 15px;
  line-height: 1.4;
  color: #061C3D;
  margin: 0 auto 24px;
  max-width: 520px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .error-404__text {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
.error-404__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .error-404__contacts {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.error-404__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.error-404__phone-icon {
  width: 32px;
  height: 32px;
}
.error-404__phone-number {
  font-weight: 600;
  font-size: 15px;
  color: #0D74D1;
  white-space: nowrap;
}
.error-404__messengers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.error-404__messenger img {
  width: 32px;
  height: 32px;
  display: block;
}
.error-404__buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .error-404__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.error-404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.error-404__btn--primary {
  background: #79AD4F;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.error-404__btn--primary:hover {
  background: #6A9943;
  color: #ffffff;
}
.error-404__btn--light {
  background: #F5F8FC;
  color: #061C3D;
  border-color: #D0D8E5;
}
.error-404__btn--light:hover {
  background: #E4ECF8;
}
@media (max-width: 767px) {
  .error-404__btn {
    width: 100%;
  }
}
.error-404__label {
  position: absolute;
  left: 100px;
  top: 120%;
  width: 200px;
  height: 140px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .error-404__label {
    display: none;
  }
}
.error-404__label-arrow {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-callback {
  background-color: #79AD4F;
  border-color: #79AD4F;
  color: #fff;
  border-radius: 7px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}
.btn-callback:hover, .btn-callback:focus {
  background-color: #6d9b47;
  border-color: #6d9b47;
  color: #fff;
}
.btn-callback:active {
  background-color: #6d9b47;
  border-color: #6d9b47;
}

.callback-modal .modal-content {
  border-radius: 18px;
  border: none;
  padding: 24px 20px 20px;
  position: relative;
}
.callback-modal .modal-header {
  border-bottom: none;
  padding: 0 0 16px 0;
}
.callback-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #061C3D;
}
.callback-modal .modal-body {
  padding: 0;
}
.callback-modal .btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 0;
  opacity: 0.6;
}
.callback-modal .btn-close:hover {
  opacity: 1;
}
.callback-modal .form-label {
  font-size: 14px;
  color: #42526B;
  margin-bottom: 4px;
}
.callback-modal .form-control {
  border-radius: 10px;
  border-color: #dde3ee;
  font-size: 14px;
  padding: 10px 12px;
}
.callback-modal .form-control:focus {
  border-color: #79AD4F;
  box-shadow: 0 0 0 0.15rem rgba(121, 173, 79, 0.25);
}
.callback-modal .callback-modal__agreement .form-check-input {
  margin-top: 0.2rem;
  border-radius: 4px;
  border-color: #c5ccd8;
}
.callback-modal .callback-modal__agreement .form-check-input:checked {
  background-color: #79AD4F;
  border-color: #79AD4F;
}
.callback-modal .callback-modal__agreement .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(121, 173, 79, 0.25);
}
.callback-modal .callback-modal__agreement .form-check-label {
  font-size: 12px;
  color: #42526B;
  line-height: 1.4;
}
.callback-modal .callback-modal__agreement .form-check-label a {
  color: #79AD4F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.callback-modal .callback-modal__agreement .form-check-label a:hover {
  text-decoration: none;
}

.form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15);
}

.form-check-input.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15);
}

.invalid-feedback {
  display: none;
  font-size: 12px;
  margin-top: 4px;
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block;
}

.consult {
  padding: 60px 0;
  background: #0D3E66;
  color: #ffffff;
}
.consult__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.consult__icon {
  flex: 0 0 auto;
}
.consult__icon img {
  display: block;
  width: 300px;
  height: auto;
}
.consult__content {
  flex: 1 1 auto;
  text-align: left;
}
.consult__title {
  margin: 0 0 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}
.consult__subtitle {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.consult__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.consult__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  border-radius: 7px;
  background: #79AD4F;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(121, 173, 79, 0.45);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.consult__btn:hover {
  background: #8ecc5c;
  color: #ffffff;
}
.consult__messengers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.consult__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.consult__messenger img {
  display: block;
  width: 100%;
  height: 100%;
}
.consult__messenger:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

/* Адаптив */
@media (max-width: 1199px) {
  .consult {
    padding: 50px 0;
  }
  .consult__inner {
    gap: 40px;
  }
  .consult__icon img {
    width: 200px;
  }
  .consult__title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .consult {
    padding: 20px 0 40px;
  }
  .consult__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .consult__content {
    text-align: center;
  }
  .consult__title {
    font-size: 24px;
  }
  .consult__subtitle {
    font-size: 14px;
  }
  .consult__actions {
    justify-content: center;
    gap: 34px;
  }
  .consult__messengers {
    gap: 24px;
  }
  .consult__icon img {
    width: 160px;
    display: none;
  }
}
.contacts {
  padding: 60px 0 70px;
  background: #ffffff;
  color: #061C3D;
  /* ВЕРХНЯЯ ЧАСТЬ */
  /* НИЖНЯЯ ЧАСТЬ */
}
.contacts__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 60px;
}
.contacts__info {
  flex: 1 1 55%;
  max-width: 560px;
}
.contacts__name {
  margin: 0 0 22px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  color: #061C3D;
}
.contacts__details {
  padding-left: 18px;
  border-left: 3px solid #79AD4F;
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 1.2;
  color: #061C3D;
}
.contacts__details p {
  margin: 0 0 4px;
}
.contacts__details p:last-child {
  margin-bottom: 0;
}
.contacts__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #2196F3;
  text-decoration: none;
  margin-bottom: 30px;
}
.contacts__phone:hover {
  text-decoration: underline;
  color: #2196F3;
}
.contacts__phone-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contacts__phone-icon img {
  width: 100%;
  height: 100%;
}
.contacts__photo {
  flex: 0 0 auto;
}
.contacts__photo img {
  display: block;
  width: 480px;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
}
.contacts__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.contacts__trust-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  color: #061C3D;
  line-height: 1;
  white-space: nowrap;
}

.contacts-trust {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
  max-width: 100%;
}
.contacts-trust .ticker-track {
  display: flex;
  align-items: center;
  will-change: transform;
}
.contacts-trust .ticker-content {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  max-width: 100%;
}
.contacts-trust__item {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 10px;
  background: #ffffff;
}
.contacts-trust__item img {
  display: block;
  width: 180px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.contacts-trust--static .ticker-track {
  transform: none !important;
  justify-content: flex-start;
}

@media (max-width: 1199px) {
  .contacts {
    padding: 50px 0 60px;
  }
  .contacts__top {
    gap: 40px;
  }
  .contacts__photo img {
    width: 260px;
    height: 260px;
  }
  .contacts__name {
    font-size: 30px;
  }
  .contacts__details {
    font-size: 18px;
  }
  .contacts__trust-title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .contacts {
    padding: 40px 0 50px;
  }
  .contacts__top {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .contacts__info {
    max-width: 100%;
  }
  .contacts__name {
    font-size: 22px;
  }
  .contacts__details {
    margin: 0 auto 25px;
    text-align: left;
  }
  .contacts__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contacts__trust-title {
    white-space: normal;
  }
  .contacts__photo img {
    width: 200px;
    height: 200px;
  }
  .contacts__top {
    margin-bottom: 40px;
  }
}
.contscts--no-social .social {
  display: none;
}

.contacts--no-slider {
  padding-top: 80px;
}
.contacts--no-slider .social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contacts--no-slider .social .social__link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.contacts--no-slider .social .social__link img {
  width: 100%;
  height: 100%;
}
.contacts--no-slider .social .social__link:hover {
  transform: scale(1.03);
}
.contacts--no-slider .contacts__bottom {
  display: none;
}
.contacts--no-slider .contacts__top {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contacts--no-slider {
    padding-top: 40px;
  }
  .contacts--no-slider .social {
    justify-content: center;
  }
}

.faq-section {
  padding: 30px 0 50px;
}
@media (min-width: 992px) {
  .faq-section {
    padding: 64px 0 80px;
  }
}
.faq-section__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #061C3D;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .faq-section__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .faq-section__title {
    font-size: 20px;
  }
}

/* Аккордеон FAQ */
.faq-accordion .accordion-item {
  border: 1px solid #E1E6EF;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}
.faq-accordion .accordion-item + .accordion-item {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .faq-accordion .accordion-item + .accordion-item {
    margin-top: 16px;
  }
}
.faq-accordion .accordion-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #061C3D;
  padding: 14px 16px;
  background-color: #F7F9FB;
  box-shadow: none;
}
@media (min-width: 768px) {
  .faq-accordion .accordion-button {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #E9F3E2;
  color: #061C3D;
}
.faq-accordion .accordion-button::after {
  /* стандартная стрелка Bootstrap, просто чуть перекрасили */
  filter: hue-rotate(60deg) saturate(1.4);
}
.faq-accordion .accordion-body {
  padding: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #42526B;
  /* общие отступы для абзацев */
  /* чуть выделяем подписи типа "Основные документы..." */
  /* список вопросов/подпунктов */
  /* последний абзац в ответе делаем как заметку (рекомендация) */
}
@media (min-width: 768px) {
  .faq-accordion .accordion-body {
    padding: 18px 20px 20px;
  }
}
.faq-accordion .accordion-body p {
  margin: 0 0 10px;
}
.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-body p strong {
  color: #061C3D;
}
.faq-accordion .accordion-body ol,
.faq-accordion .accordion-body ul {
  margin: 0 0 12px;
  padding-left: 18px;
}
.faq-accordion .accordion-body li + li {
  margin-top: 6px;
}
.faq-accordion .accordion-body li ul {
  margin-top: 6px;
  padding-left: 16px;
}
.faq-accordion .accordion-body p:last-of-type {
  font-size: 13px;
  line-height: 1.6;
  color: #42526B;
  background: #F7F9FB;
  border-radius: 8px;
  padding: 10px 12px;
}

.service-block {
  padding: 40px 0 56px;
}
@media (min-width: 992px) {
  .service-block {
    padding: 56px 0 72px;
  }
}
.service-block__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #061C3D;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .service-block__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .service-block__title {
    font-size: 17px;
  }
}
.service-block__text {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
.service-block__text p + p {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .service-block__text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .service-block__text {
    font-size: 15px;
  }
}

/* Этапы работы */
.service-steps {
  margin-top: 40px;
}
.service-steps__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #061C3D;
  margin-bottom: 24px;
}
.service-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 16px;
}
.service-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #F7F9FB;
}
.service-steps__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #DBF1D4;
  color: #67BA87;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-steps__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 70%;
}
@media (max-width: 767px) {
  .service-steps__content {
    max-width: 100%;
  }
}
.service-steps__name {
  font-size: 17px;
  font-weight: 600;
  color: #67BA87;
}
.service-steps__desc {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .service-steps__list {
    row-gap: 18px;
  }
  .service-steps__item {
    padding: 16px 20px;
  }
  .service-steps__name {
    font-size: 16px;
  }
  .service-steps__desc {
    font-size: 16px;
  }
}

/* Стоимость */
.service-price {
  margin-top: 40px;
  /* новый лэйаут */
}
.service-price__title {
  font-size: 22px;
  font-weight: 700;
  color: #061C3D;
  margin-bottom: 18px;
}
.service-price__layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 70%;
}
@media (min-width: 768px) {
  .service-price__layout {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) auto auto;
    align-items: flex-start;
    column-gap: 32px;
  }
}
@media (max-width: 991px) {
  .service-price__layout {
    max-width: 100%;
  }
}
.service-price__left {
  font-size: 15px;
}
.service-price__name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}
.service-price__list {
  margin: 0;
  padding-left: 24px;
  list-style: disc;
  font-size: 15px;
  line-height: 1.4;
}
.service-price__list li {
  list-style: initial;
}
.service-price__list li + li {
  margin-top: 4px;
}
.service-price__term {
  font-size: 14px;
  line-height: 1.4;
  color: #42526B;
  white-space: nowrap;
}
.service-price__values {
  text-align: left;
}
@media (min-width: 768px) {
  .service-price__values {
    text-align: right;
  }
}
.service-price__value {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.service-price__value + .service-price__value {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .service-price__value {
    align-items: start;
  }
}
.service-price__value-main {
  font-weight: 700;
  color: #79AD4F;
  display: inline-block;
  margin-right: 4px;
}
.service-price__note {
  display: inline-block;
  font-size: 12px;
  color: #42526B;
}

/* Услуги */
.services {
  padding: 40px 0 70px;
  background: #ffffff;
}
.services__title {
  margin: 0;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #061C3D;
}
.services__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.services__footer {
  margin-top: 50px;
  text-align: center;
}
.services__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border-radius: 7px;
  background: #79AD4F;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.services__all:hover {
  background: #4eaa2c;
  box-shadow: 0 4px 12px rgba(78, 170, 44, 0.5);
  transform: translateY(-1px);
  color: #ffffff;
}
.services__all-count {
  margin-left: 4px;
}
.services--full .services__footer {
  display: none;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px 24px;
  border-radius: 18px;
  background: #f5f7fb;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 14px rgba(16, 39, 68, 0.08);
}
.service-card--tint-blue {
  background: #F0F5FF;
}
.service-card--tint-pink {
  background: #FEEDFA;
}
.service-card--tint-gray {
  background: #F5F6F7;
}
.service-card__icon {
  margin-bottom: 22px;
}
.service-card__icon img {
  display: block;
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.service-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #061C3D;
}
.service-card__text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #42526B;
}
.service-card__more {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: 7px;
  background: #ffffff;
  color: #0B63E5;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(17, 40, 99, 0.12);
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}
.service-card__more:hover {
  color: #3246d6;
  transform: scale(1.02);
}
.service-card__more-arrow {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .services {
    padding: 0 0 40px;
  }
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .services {
    padding: 20px 0 40px;
  }
  .services__title {
    font-size: 24px;
  }
  .services__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }
  .service-card {
    padding: 10px 20px 20px;
  }
  .service-card__icon img {
    width: 120px;
  }
  .service-card__title {
    font-size: 16px;
  }
  .service-card__text {
    font-size: 13px;
  }
  .service-card__more {
    font-size: 12px;
    padding: 8px 16px;
  }
  .service-card__icon {
    margin-bottom: 5px;
  }
}
.services--short .service-card:nth-child(n+7) {
  display: none;
}
.services--short .services__footer {
  display: block;
}

.services--full .services__footer {
  display: none;
}

.intro {
  padding: 80px 0 100px;
  background: #ffffff;
}
.intro__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.intro__content {
  flex: 1 1 55%;
}
.intro__title {
  margin: 0 0 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #061C3D;
  font-size: 38px;
}
.intro__subtitle {
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 1.3;
  color: #061C3D;
}
.intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  position: relative;
}
.intro__visual {
  flex: 0 0 40%;
  max-width: 530px;
  text-align: right;
}
.intro__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.intro-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro-list__item {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.3;
  color: #00B515;
  position: relative;
  padding-left: 28px;
}
.intro-list__item::before {
  content: "✓✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 16px;
  font-weight: 700;
  color: #00B515;
  letter-spacing: -4px;
}

.intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  z-index: 1;
}
.intro-btn--primary {
  background: #79AD4F;
  color: #ffffff;
}
.intro-btn--primary:hover {
  background: #4eaa2c;
  transform: scale(1.04);
  color: #ffffff;
}
.intro-btn--secondary {
  background: #F0F5FF;
  color: #79AD4F;
}
.intro-btn--secondary:hover {
  background: #e4ebff;
}

.intro-note {
  position: absolute;
  left: -130px;
  top: 120%;
  width: 200px;
  height: 140px;
  pointer-events: none;
}
.intro-note img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1470px) {
  .intro-note {
    left: -70px;
  }
}

@media (max-width: 1199px) {
  .intro {
    padding: 30px 0 70px;
  }
  .intro__title {
    font-size: 30px;
  }
  .intro__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .intro__content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .intro__visual {
    align-self: center;
    max-width: 420px;
  }
  .intro-note {
    width: 200px;
    height: 140px;
    left: -40px;
  }
}
@media (max-width: 767.98px) {
  .intro {
    padding: 25px 0;
  }
  .intro__inner {
    gap: 30px;
  }
  .intro__title {
    font-size: 18px;
  }
  .intro__subtitle {
    font-size: 15px;
  }
  .intro__visual {
    max-width: 75%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    pointer-events: none;
  }
  .intro__visual img {
    opacity: 0.08;
  }
  .intro-list {
    grid-template-columns: 1fr;
  }
  .intro-list__item {
    padding-left: 24px;
    font-size: 15px;
  }
  .intro-list__item::before {
    font-size: 13px;
  }
  .intro-note {
    display: none;
  }
  .intro-btn {
    padding: 0 20px;
  }
  .intro-btn--primary {
    flex: 1;
  }
}
.services-section {
  padding: 40px 0 50px;
}
.services-section__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #061C3D;
}
@media (max-width: 767.98px) {
  .services-section__title {
    font-size: 22px;
    text-align: left;
    margin: 0 0 20px;
  }
}
@media (max-width: 767.98px) {
  .services-section {
    padding: 20px 0 30px;
  }
}

.services-table {
  border-radius: 7px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #e1e6f0;
}
@media (max-width: 767.98px) {
  .services-table {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    border: none;
  }
}
.services-table__row {
  display: grid;
  grid-template-columns: 2.3fr 0.7fr 1fr;
  border-bottom: 1px solid #e1e6f0;
}
.services-table__row:last-child {
  border-bottom: 1px solid #e1e6f0;
}
@media (max-width: 767.98px) {
  .services-table__row {
    grid-template-columns: 1fr;
    border-radius: 7px;
    border: 1px solid #e1e6f0;
    padding: 12px 14px;
    margin-bottom: 12px;
    background-color: #ffffff;
  }
}
.services-table__row--head {
  background: #F5F6F7;
  font-weight: 500;
  color: #061C3D;
}
@media (max-width: 767.98px) {
  .services-table__row--head {
    display: none;
  }
}
.services-table__cell {
  padding: 20px 12px;
  font-size: 18px;
  line-height: 1.4;
  border-right: 1px solid #e1e6f0;
}
.services-table__cell:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .services-table__cell {
    border-right: none;
    padding: 4px 0;
  }
  .services-table__cell[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9aa3b7;
    margin-bottom: 2px;
  }
}
@media (max-width: 767.98px) {
  .services-table__cell--work {
    margin-bottom: 6px;
  }
}
.services-table__cell--term {
  text-align: center;
  font-weight: 500;
  color: #061C3D;
}
@media (max-width: 767.98px) {
  .services-table__cell--term {
    text-align: left;
  }
}
.services-table__cell--price {
  font-weight: 500;
  color: #061C3D;
}
@media (max-width: 767.98px) {
  .services-table__cell--price {
    padding-top: 6px;
  }
}
.services-table__work-title {
  font-weight: 600;
  color: #061C3D;
  margin-bottom: 4px;
}
.services-table__work-note {
  font-size: 15px;
  color: #8697b1;
}
.services-table__list {
  margin: 6px 0 0;
  font-size: 17px;
  color: #8697b1;
  padding-left: 28px;
}
@media (max-width: 767px) {
  .services-table__list {
    font-size: 15px;
  }
}
.services-table__list li {
  margin-top: 10px;
  list-style: initial;
}
.services-table__price-note {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #7f8899;
}

.works-section {
  padding: 40px 0 50px;
}
.works-section__head {
  margin-bottom: 24px;
}
.works-section__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #061C3D;
}
@media (max-width: 767.98px) {
  .works-section__title {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.works-section__subtitle {
  font-size: 14px;
  color: #42526B;
  margin: 0;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}
@media (max-width: 991px) {
  .works-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .works-grid {
    gap: 20px;
  }
}

.work-item {
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 12px rgba(6, 28, 61, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.work-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(6, 28, 61, 0.12);
}
.work-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
}
.work-item__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .work-item__image {
    aspect-ratio: 5/3;
  }
}
.work-item__caption {
  padding: 10px 14px 12px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: #061C3D;
  border-top: 1px solid #e1e6f0;
}